:root {
    --theme-border: none;
    --theme-transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    --theme-list-indent: 2.5em;
    --true: initial;
    --false: "";
    --has-link-decoration: var(--true);
    --has-transparent-header: 0;
    --theme-container-width: min(100%, var(--theme-container-width-base));
    --theme-container-width-base: calc(var(--theme-container-edge-spacing, 90vw) - var(--theme-frame-size, 0px) * 2);
    --theme-font-stack-default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

[data-header*="type-1"] .ct-header [data-row*="bottom"] {
    --height: 64px;
    background-color: var(--theme-palette-color-8);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="bottom"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-text-decoration: none;
    --theme-font-size: 25px;
    --theme-line-height: 1.5;
    --theme-letter-spacing: 11px;
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] .ct-header [data-id="logo"] {
    --margin: 0px 0px 0px 25px !important;
    --horizontal-alignment: right;
}

[data-header*="type-1"] .ct-header [data-id="menu-secondary"]>ul>li>a {
    --menu-item-height: 100%;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
    --theme-link-initial-color: var(--theme-palette-color-3);
}

[data-header*="type-1"] .ct-header [data-id="menu-secondary"] .sub-menu .ct-menu-link {
    --theme-link-initial-color: var(--theme-palette-color-8);
    --theme-link-hover-color: var(--theme-palette-color-5);
    --theme-font-weight: 500;
    --theme-font-size: 12px;
}

[data-header*="type-1"] .ct-header [data-id="menu-secondary"] .sub-menu {
    --dropdown-background-color: var(--theme-palette-color-1);
    --dropdown-background-hover-color: var(--theme-palette-color-4);
    --dropdown-divider: 1px dashed rgba(255, 255, 255, 0.1);
    --has-divider: 1;
    --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --theme-border-radius: 0px 0px 5px 5px;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
    --height: 100px;
    background-color: var(--theme-palette-color-1);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] [data-id="mobile-menu"] {
    --theme-font-weight: 500;
    --theme-font-size: 20px;
    --theme-link-initial-color: var(--theme-palette-color-3);
    --mobile-menu-divider: none;
}

[data-header*="type-1"] #offcanvas {
    --theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
    --side-panel-width: 500px;
    --panel-content-height: 100%;
}

[data-header*="type-1"] #offcanvas .ct-panel-inner {
    background-color: rgba(18, 21, 25, 0.98);
}

[data-header*="type-1"] #offcanvas .ct-toggle-close {
    --toggle-button-radius: 16px;
}

[data-header*="type-1"] [data-id="search"] {
    --theme-icon-size: 15px;
}

[data-header*="type-1"] #search-modal .ct-search-results {
    --theme-font-weight: 500;
    --theme-font-size: 14px;
    --theme-line-height: 1.4;
}

[data-header*="type-1"] #search-modal .ct-search-form {
    --theme-link-initial-color: var(--theme-palette-color-3);
    --theme-form-text-initial-color: var(--theme-palette-color-3);
    --theme-form-text-focus-color: var(--theme-palette-color-4);
    --theme-form-field-border-initial-color: rgba(40, 113, 250, 0);
    --theme-button-text-initial-color: var(--theme-palette-color-8);
    --theme-button-text-hover-color: #ffffff;
    --theme-button-background-initial-color: var(--theme-palette-color-1);
    --theme-button-background-hover-color: var(--theme-palette-color-2);
}

[data-header*="type-1"] #search-modal .ct-toggle-close {
    --theme-icon-color: var(--theme-palette-color-3);
}

[data-header*="type-1"] #search-modal .ct-toggle-close:hover {
    --theme-icon-color: var(--theme-palette-color-3);
}

[data-header*="type-1"] #search-modal {
    background-color: var(--theme-palette-color-8);
}

[data-header*="type-1"] [data-id="socials"].ct-header-socials [data-color="custom"] {
    --background-color: rgba(218, 222, 228, 0.3);
    --background-hover-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] .ct-header [data-row*="top"] {
    --height: 50px;
    background-color: #282828;
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="top"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] [data-id="trigger"] {
    --theme-icon-size: 18px;
}

[data-header*="type-1"] [data-id="trigger"] .ct-label {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-header*="type-1"] .ct-header [data-id="contacts"] {
    --theme-icon-size: 20px;
    --items-spacing: 15px;
    --theme-font-size: 13px;
    --background-color: var(--theme-palette-color-8);
    --background-hover-color: rgba(218, 222, 228, 0.7);
}

[data-header*="type-1"] [data-id="divider"] {
    --divider-style: 1px solid rgba(44, 62, 80, 0.2);
}

[data-header*="type-1"] [data-id="mobile-menu-secondary"] ul {
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-header*="type-1"] [data-id="mobile-menu-secondary"]>ul>li>a {
    --theme-link-initial-color: var(--theme-text-color);
}

[data-header*="type-1"] .ct-header [data-id="search-input"] {
    --max-width: 100%;
    --theme-form-field-height: 40px;
    --theme-form-text-initial-color: var(--theme-palette-color-1);
    --theme-form-text-focus-color: var(--theme-palette-color-1);
    --theme-form-field-border-initial-color: var(--theme-palette-color-1);
    --theme-form-field-border-focus-color: var(--theme-palette-color-1);
    --margin: 0px 25px 0px 0px !important;
}

[data-header*="type-1"] .ct-header [data-middle="search-input"] {
    --search-box-max-width: 100%;
}

[data-header*="type-1"] .ct-header [data-id="search-input"] .wp-element-button {
    --theme-button-text-initial-color: var(--theme-palette-color-1);
    --theme-button-text-hover-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] .ct-header [data-id="search-input"] .ct-search-results {
    --theme-font-weight: 500;
    --theme-font-size: 14px;
    --theme-line-height: 1.4;
    --theme-link-initial-color: var(--theme-palette-color-3);
    --theme-link-hover-color: var(--theme-palette-color-2);
    --search-dropdown-background: var(--theme-palette-color-8);
    --items-divider: 1px dashed rgba(0, 0, 0, 0.05);
    --search-dropdown-box-shadow: 0px 50px 70px rgba(210, 213, 218, 0.4);
}

[data-header*="type-1"] {
    --header-height: 64px;
}

[data-header*="type-1"] .ct-header {
    background-image: none;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div {
    --container-spacing: 10px;
    --theme-border: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --grid-template-columns: initial;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] .widget-title {
    --theme-font-size: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] {
    --theme-border-top: none;
    --theme-border-bottom: none;
    background-color: var(--theme-palette-color-8);
}

[data-footer*="type-1"] [data-id="copyright"] {
    --theme-font-weight: 400;
    --theme-font-size: 10px;
    --theme-line-height: 1.3;
    --theme-text-color: var(--theme-palette-color-3);
    --theme-link-initial-color: var(--theme-palette-color-4);
}

[data-footer*="type-1"] [data-column="copyright"] {
    --horizontal-alignment: center;
}

[data-footer*="type-1"] .ct-footer [data-id="menu"] {
    --menu-items-spacing: 25px;
}

[data-footer*="type-1"] .ct-footer [data-column="menu"] {
    --horizontal-alignment: center;
    --vertical-alignment: center;
}

[data-footer*="type-1"] .ct-footer [data-id="menu"] ul {
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-footer*="type-1"] .ct-footer [data-id="menu"]>ul>li>a {
    --theme-link-initial-color: var(--theme-text-color);
}

[data-footer*="type-1"] [data-column="socials"] {
    --horizontal-alignment: flex-end;
}

[data-footer*="type-1"] [data-id="socials"].ct-footer-socials [data-color="custom"] {
    --theme-icon-color: var(--theme-palette-color-3);
    --background-color: var(--theme-palette-color-3);
    --background-hover-color: #2871fa;
}

[data-footer*="type-1"] [data-id="socials"].ct-footer-socials .ct-label {
    --visibility: none;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"]>div {
    --container-spacing: 10px;
    --columns-gap: 13px;
    --widgets-gap: 39px;
    --vertical-alignment: flex-end;
    --theme-border: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --grid-template-columns: 3fr 1fr;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] .widget-title {
    --theme-font-size: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] {
    --theme-border-top: none;
    --theme-border-bottom: none;
    background-color: transparent;
}

[data-footer*="type-1"] .ct-footer {
    background-color: var(--theme-palette-color-6);
}

:root {
    --theme-font-family: var(--theme-font-stack-default);
    --theme-font-weight: 400;
    --theme-text-transform: none;
    --theme-text-decoration: none;
    --theme-font-size: 16px;
    --theme-line-height: 1.65;
    --theme-letter-spacing: 0em;
    --theme-button-font-weight: 500;
    --theme-button-font-size: 15px;
    --has-classic-forms: var(--false);
    --has-modern-forms: var(--true);
    --theme-form-field-border-initial-color: var(--theme-border-color);
    --theme-form-field-border-focus-color: var(--theme-palette-color-1);
    --theme-form-field-border-width: 0 0 1px 0;
    --form-selection-control-border-width: 1px;
    --theme-form-selection-field-initial-color: var(--theme-border-color);
    --theme-form-selection-field-active-color: var(--theme-palette-color-1);
    --theme-palette-color-1: #1E3A8A;
    --theme-palette-color-2: #2F6BB2;
    --theme-palette-color-3: #333333;
    --theme-palette-color-4: #f5f7fa;
    --theme-palette-color-5: #FFDD57;
    --theme-palette-color-6: #FFFFFF;
    --theme-palette-color-7: #FBFBFC;
    --theme-palette-color-8: #ffffff;
    --theme-text-color: var(--theme-palette-color-3);
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
    --theme-selection-text-color: #ffffff;
    --theme-selection-background-color: var(--theme-palette-color-1);
    --theme-border-color: var(--theme-palette-color-5);
    --theme-headings-color: var(--theme-palette-color-4);
    --theme-heading-1-color: #1E3A8A;
    --theme-heading-2-color: #2F9E44;
    --theme-heading-3-color: #4A5568;
    --theme-heading-4-color: #5F7F8E;
    --theme-heading-5-color: #A0B5D9;
    --theme-heading-6-color: #C5D1E3;
    --theme-content-spacing: 1.5em;
    --theme-button-min-height: 40px;
    --theme-button-text-initial-color: #ffffff;
    --theme-button-text-hover-color: #ffffff;
    --theme-button-background-initial-color: var(--theme-palette-color-1);
    --theme-button-background-hover-color: var(--theme-palette-color-2);
    --theme-button-border: none;
    --theme-button-border-radius: 3px;
    --theme-button-padding: 5px 20px;
    --theme-normal-container-max-width: 1440px;
    --theme-content-vertical-spacing: 0px;
    --theme-container-edge-spacing: 90vw;
    --theme-narrow-container-max-width: 750px;
    --theme-wide-offset: 130px;
}

h1 {
    --theme-font-weight: 700;
    --theme-font-size: 40px;
    --theme-line-height: 1.5;
}

h2 {
    --theme-font-weight: 700;
    --theme-font-size: 35px;
    --theme-line-height: 1.5;
}

h3 {
    --theme-font-weight: 600;
    --theme-font-size: 25px;
    --theme-line-height: 1.5;
}

h4 {
    --theme-font-weight: 500;
    --theme-font-size: 20px;
    --theme-line-height: 1.5;
}

h5 {
    --theme-font-weight: 400;
    --theme-font-size: 15px;
    --theme-line-height: 1.5;
}

h6 {
    --theme-font-weight: 300;
    --theme-font-size: 11px;
    --theme-line-height: 1.5;
}

.wp-block-pullquote {
    --theme-font-family: Georgia;
    --theme-font-weight: 600;
    --theme-font-size: 25px;
}

pre,
code,
samp,
kbd {
    --theme-font-family: monospace;
    --theme-font-weight: 400;
    --theme-font-size: 16px;
}

figcaption {
    --theme-font-size: 14px;
}

.ct-sidebar .widget-title {
    --theme-text-transform: none;
    --theme-font-size: 20px;
}

.ct-sidebar .ct-widget>*:not(.widget-title) {
    --theme-text-transform: capitalize;
}

.ct-breadcrumbs {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

body {
    background-color: var(--theme-palette-color-8);
    background-image: none;
}

[data-prefix="single_blog_post"] .entry-header .page-title {
    --theme-font-weight: 700;
    --theme-font-size: 30px;
    --theme-line-height: 1.5;
}

[data-prefix="single_blog_post"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: capitalize;
    --theme-font-size: 15px;
    --theme-line-height: 1.3;
}

[data-prefix="single_blog_post"] .hero-section[data-type="type-1"] {
    --alignment: center;
    --margin-bottom: 46px;
}

[data-prefix="categories"] .entry-header .page-title {
    --theme-text-transform: uppercase;
    --theme-font-size: 30px;
}

[data-prefix="categories"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="categories"] .hero-section[data-type="type-2"] {
    --min-height: 150px;
    background-color: var(--theme-palette-color-6);
    background-image: none;
    --container-padding: 50px 0px;
}

[data-prefix="search"] .entry-header .page-title {
    --theme-font-size: 30px;
}

[data-prefix="search"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="search"] .hero-section[data-type="type-2"] {
    --min-height: 150px;
    background-color: var(--theme-palette-color-6);
    background-image: none;
    --container-padding: 50px 0px;
}

[data-prefix="author"] .entry-header .page-title {
    --theme-font-size: 30px;
}

[data-prefix="author"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="author"] .hero-section[data-type="type-2"] {
    --min-height: 150px;
    background-color: var(--theme-palette-color-6);
    background-image: none;
    --container-padding: 50px 0px;
}

[data-prefix="single_page"] .entry-header .page-title {
    --theme-font-size: 30px;
}

[data-prefix="single_page"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="single_page"] .hero-section[data-type="type-1"] {
    --alignment: left;
}

[data-prefix="blog"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="blog"] .entry-card .entry-title {
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
}

[data-prefix="blog"] .entry-card .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-prefix="blog"] .entry-card {
    --card-inner-spacing: 10px;
    background-color: var(--theme-palette-color-8);
    --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="blog"] [data-archive="default"] .card-content .entry-meta[data-id="meta_1"] {
    --card-element-spacing: 15px;
}

[data-prefix="blog"] [data-archive="default"] .card-content .ct-media-container {
    --card-element-spacing: 30px;
}

[data-prefix="blog"] [data-archive="default"] .card-content .entry-meta[data-id="meta_2"] {
    --card-element-spacing: 15px;
}

[data-prefix="categories"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
    --grid-columns-gap: 15px;
}

[data-prefix="categories"] .entry-card .entry-title {
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
}

[data-prefix="categories"] .entry-card .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-prefix="categories"] .entry-card {
    --card-inner-spacing: 10px;
    background-color: var(--theme-palette-color-8);
    --theme-border-radius: 8px;
    --theme-image-border-radius: calc(8px - 10px);
    --theme-box-shadow: 0px 8px 18px -6px var(--theme-palette-color-3);
    --text-horizontal-alignment: center;
    --horizontal-alignment: center;
}

[data-prefix="categories"] [data-archive="default"] .card-content .ct-media-container {
    --card-element-spacing: 30px;
}

[data-prefix="categories"] [data-archive="default"] .card-content .entry-meta[data-id="meta_1"] {
    --card-element-spacing: 15px;
}

[data-prefix="categories"] [data-archive="default"] .card-content .entry-meta[data-id="meta_2"] {
    --card-element-spacing: 15px;
}

body[data-prefix="categories"] {
    background-color: var(--theme-palette-color-8);
}

[data-prefix="author"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="author"] .entry-card .entry-title {
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
}

[data-prefix="author"] .entry-card .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-prefix="author"] .entry-card {
    background-color: var(--theme-palette-color-8);
    --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="search"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
    --grid-columns-gap: 15px;
}

[data-prefix="search"] .entry-card .entry-title {
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
}

[data-prefix="search"] .entry-card .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-prefix="search"] .entry-card {
    --card-inner-spacing: 10px;
    background-color: var(--theme-palette-color-8);
    --theme-border-radius: 8px;
    --theme-image-border-radius: calc(8px - 10px);
    --theme-box-shadow: 0px 8px 18px -6px var(--theme-palette-color-3);
    --text-horizontal-alignment: center;
    --horizontal-alignment: center;
}

[data-prefix="search"] [data-archive="default"] .card-content .ct-media-container {
    --card-element-spacing: 30px;
}

[data-prefix="search"] [data-archive="default"] .card-content .entry-meta[data-id="meta_1"] {
    --card-element-spacing: 15px;
}

[data-prefix="search"] [data-archive="default"] .card-content .entry-meta[data-id="meta_2"] {
    --card-element-spacing: 15px;
}

form textarea {
    --theme-form-field-height: 170px;
}

[data-sidebar] {
    --sidebar-width: 33%;
    --sidebar-width-no-unit: 33;
    --sidebar-gap: 1%;
}

.ct-sidebar {
    --theme-link-initial-color: var(--theme-palette-color-1);
    --sidebar-widgets-spacing: 30px;
}

[data-sidebar]>aside {
    --sidebar-inner-spacing: 5px;
}

aside[data-type="type-2"] {
    --theme-border: none;
    --theme-border-radius: 5px;
    --theme-box-shadow: 0px 8px 18px -6px #b9b7b7;
}

[data-prefix="single_blog_post"] .ct-share-box .ct-module-title {
    --theme-font-weight: 600;
    --theme-font-size: 14px;
}

[data-prefix="single_blog_post"] .ct-share-box[data-type="type-1"] {
    --theme-border: 1px solid var(--theme-border-color);
}

[data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"] {
    --has-boxed: var(--true);
    --has-wide: var(--false);
    background-color: var(--has-background, var(--theme-palette-color-8));
    --theme-boxed-content-border-radius: 3px;
    --theme-boxed-content-spacing: 10px 16px 40px 16px;
    --theme-boxed-content-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="single_page"] {
    background-color: #ffffff;
}

[data-prefix="single_page"] [class*="ct-container"]>article[class*="post"] {
    --has-boxed: var(--true);
    --has-wide: var(--false);
    background-color: var(--has-background, var(--theme-palette-color-8));
    --theme-boxed-content-border-radius: 3px;
    --theme-boxed-content-spacing: 40px;
}

[data-block*="4637"]>[class*="ct-container"]>article[class*="post"] {
    --has-boxed: var(--true);
    --has-wide: var(--false);
    background-color: var(--has-background, rgba(255, 255, 255, 0));
    --theme-boxed-content-border-radius: 3px;
    --theme-boxed-content-spacing: 40px;
}

@media (max-width: 999.98px) {
    [data-header*="type-1"] .ct-header [data-row*="middle"] {
        --height: 48px;
        background-color: var(--theme-palette-color-8);
        background-image: none;
    }

    [data-header*="type-1"] #offcanvas {
        background-color: rgba(18, 20, 26, 0);
        --side-panel-width: 65vw;
    }

    [data-header*="type-1"] #offcanvas .ct-panel-inner {
        background-color: var(--theme-palette-color-8);
    }

    [data-header*="type-1"] #offcanvas .ct-toggle-close {
        --theme-icon-color: var(--theme-palette-color-3);
    }

    [data-header*="type-1"] #offcanvas .ct-toggle-close:hover {
        --theme-icon-color: var(--theme-palette-color-4);
    }

    [data-header*="type-1"] [data-id="search"] {
        --theme-icon-size: 18px;
    }

    [data-header*="type-1"] [data-id="socials"].ct-header-socials [data-color="custom"] {
        --theme-icon-color: var(--theme-palette-color-1);
        --background-hover-color: var(--theme-palette-color-8);
    }

    [data-header*="type-1"] .ct-header [data-row*="top"] {
        --height: 64px;
        background-color: var(--theme-palette-color-8);
        background-image: none;
    }

    [data-header*="type-1"] [data-id="trigger"] {
        --margin: 0px 20px 0px 0px !important;
    }

    [data-header*="type-1"] .ct-header [data-id="contacts"] {
        --theme-icon-size: 18px;
        --items-spacing: 0px;
    }

    [data-header*="type-1"] [data-id="divider"] {
        --divider-style: 1px solid rgba(44, 62, 80, 0.2);
    }

    [data-header*="type-1"] .ct-header [data-id="search-input"] {
        --max-width: 88%;
        --theme-form-text-initial-color: var(--theme-palette-color-3);
        --theme-form-field-border-initial-color: var(--theme-palette-color-4);
        --theme-form-field-border-focus-color: var(--theme-palette-color-4);
    }

    [data-header*="type-1"] .ct-header [data-middle="search-input"] {
        --search-box-max-width: 88%;
    }

    [data-header*="type-1"] .ct-header [data-id="search-input"] .wp-element-button {
        --theme-button-text-initial-color: var(--theme-palette-color-3);
        --theme-button-text-hover-color: var(--theme-palette-color-4);
    }

    [data-header*="type-1"] {
        --header-height: 112px;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div {
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="top"]>div {
        --grid-template-columns: initial;
    }

    [data-prefix="blog"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-prefix="categories"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-prefix="author"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-prefix="search"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    :root {
        --theme-container-edge-spacing: 96vw;
    }

    [data-prefix="single_page"] [class*="ct-container"]>article[class*="post"] {
        --theme-boxed-content-spacing: 35px;
    }

    [data-block*="4637"]>[class*="ct-container"]>article[class*="post"] {
        --theme-boxed-content-spacing: 35px;
    }
}

@media (max-width: 689.98px) {
    [data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
        --theme-letter-spacing: 5px;
    }

    [data-header*="type-1"] #offcanvas {
        background-color: rgba(18, 21, 26, 0);
        --side-panel-width: 80vw;
    }

    [data-header*="type-1"] .ct-header [data-id="contacts"] {
        --theme-block-text-color: var(--theme-palette-color-1);
    }

    [data-header*="type-1"] [data-id="mobile-menu-secondary"] {
        --horizontal-alignment: center;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div {
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] .ct-footer [data-id="menu"] {
        --margin: 0px 10px !important;
    }

    [data-footer*="type-1"] [data-column="socials"] {
        --horizontal-alignment: center;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="top"]>div {
        --container-spacing: 15px;
        --grid-template-columns: initial;
    }

    h1 {
        --theme-font-size: 36px;
    }

    h2 {
        --theme-font-size: 31px;
    }

    h3 {
        --theme-font-size: 26px;
    }

    h4 {
        --theme-font-size: 21px;
    }

    h5 {
        --theme-font-size: 16px;
    }

    h6 {
        --theme-font-size: 12px;
    }

    [data-prefix="blog"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="blog"] .entry-card .entry-title {
        --theme-font-size: 18px;
    }

    body[data-prefix="blog"] {
        background-color: #ffffff;
    }

    [data-prefix="categories"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="categories"] .entry-card .entry-title {
        --theme-font-size: 18px;
    }

    [data-prefix="author"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="author"] .entry-card .entry-title {
        --theme-font-size: 18px;
    }

    [data-prefix="search"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="search"] .entry-card .entry-title {
        --theme-font-size: 18px;
    }

    :root {
        --theme-container-edge-spacing: 100vw;
    }

    [data-prefix="single_page"] [class*="ct-container"]>article[class*="post"] {
        --theme-boxed-content-spacing: 20px;
    }

    [data-block*="4637"]>[class*="ct-container"]>article[class*="post"] {
        --theme-boxed-content-spacing: 20px;
    }
}

@supports not (aspect-ratio: auto) {

    .ct-media-container img,
    .ct-media-container video,
    .ct-media-container iframe {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .ct-media-container:before {
        display: block;
        content: "";
        width: 100%;
        padding-bottom: 100%
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth
}

body {
    overflow-x: hidden;
    overflow-wrap: break-word;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

*,
*::before,
*::after {
    box-sizing: border-box
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
em,
ol,
ul,
li,
tr,
th,
td,
dl,
ins,
sub,
sup,
big,
cite,
form,
small,
label,
table,
figure,
button,
legend,
strike,
address,
caption,
fieldset,
blockquote {
    margin: 0;
    padding: 0;
    border: none;
    font: inherit
}

input,
select,
textarea {
    margin: 0
}

b,
strong {
    font-weight: 700
}

em {
    font-style: italic
}

small {
    font-size: 80%
}

ins,
mark {
    color: inherit;
    text-decoration: none;
    background: rgba(0, 0, 0, 0)
}

del {
    opacity: .5
}

sup,
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

hr {
    height: 1px;
    border: none
}

a {
    transition: var(--theme-transition)
}

a:focus,
button:focus {
    transition: none;
    outline-width: 0
}

a:focus-visible,
button:focus-visible {
    outline-width: 2px;
    outline-offset: var(--outline-offset, 3px);
    outline-color: var(--theme-palette-color-2)
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

figure,
textarea {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

embed,
iframe,
object,
video {
    max-width: 100%
}

code,
kbd,
samp {
    padding: 3px 6px
}

pre,
code,
samp,
kbd {
    tab-size: 4;
    border-radius: 3px;
    background: var(--theme-palette-color-6)
}

pre:focus,
code:focus,
samp:focus,
kbd:focus {
    outline: none
}

pre {
    overflow: auto;
    padding: 15px 20px
}

pre code {
    padding: 0;
    background: rgba(0, 0, 0, 0)
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    width: 100%;
    max-width: 100%
}

table,
th,
td {
    font-size: var(--theme-table-font-size);
    border-width: var(--theme-table-border-width, 1px);
    border-style: var(--theme-table-border-style, solid);
    border-color: var(--theme-table-border-color, var(--theme-border-color))
}

th,
td {
    padding: var(--theme-table-padding, .7em 1em)
}

th {
    font-weight: 600
}

caption {
    font-weight: 600;
    padding: .7rem
}

dl {
    --theme-description-list-indent: 1.5em;
    --theme-description-list-spacing: 0.5em
}

dl>*:last-child {
    margin-bottom: 0
}

dt {
    font-weight: 600
}

dd {
    margin-top: calc(var(--theme-description-list-spacing)/2);
    margin-left: var(--theme-description-list-indent);
    margin-bottom: calc(var(--theme-description-list-spacing)*2)
}

dd p {
    --theme-content-spacing: var(--theme-description-list-spacing)
}

dd p:last-child {
    margin-bottom: 0
}

body {
    color: var(--theme-text-color)
}

body ::selection {
    color: var(--theme-selection-text-color);
    background-color: var(--theme-selection-background-color)
}

h1 {
    color: var(--theme-heading-color, var(--theme-heading-1-color, var(--theme-headings-color)))
}

h2 {
    color: var(--theme-heading-color, var(--theme-heading-2-color, var(--theme-headings-color)))
}

h3 {
    color: var(--theme-heading-color, var(--theme-heading-3-color, var(--theme-headings-color)))
}

h4 {
    color: var(--theme-heading-color, var(--theme-heading-4-color, var(--theme-headings-color)))
}

h5 {
    color: var(--theme-heading-color, var(--theme-heading-5-color, var(--theme-headings-color)))
}

h6 {
    color: var(--theme-heading-color, var(--theme-heading-6-color, var(--theme-headings-color)))
}

.ct-module-title:is(p, span),
.related-entry-title:is(p, span),
.woocommerce-loop-product__title:is(p, span),
.woocommerce-loop-category__title:is(p, span) {
    color: var(--theme-heading-color)
}

hr {
    background-color: var(--theme-form-field-border-initial-color)
}

@media(max-width: 689.98px) {
    .ct-hidden-sm {
        display: none !important
    }
}

@media(min-width: 690px)and (max-width:999.98px) {
    .ct-hidden-md {
        display: none !important
    }
}

@media(min-width: 1000px) {
    .ct-hidden-lg {
        display: none !important
    }
}

.hidden {
    display: none
}

.aligncenter {
    clear: both;
    display: block;
    text-align: center
}

.sticky,
.wp-caption,
.bypostauthor,
.wp-caption-text,
.gallery-caption,
.screen-reader-text {
    background: rgba(0, 0, 0, 0)
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-4px, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(5px, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-7px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(7px, 0, 0)
    }
}

@keyframes bounce-in {
    0% {
        transform: scale(0, 0)
    }

    20% {
        transform: scale(1.4, 1.4)
    }

    50% {
        transform: scale(.8, .8)
    }

    85% {
        transform: scale(1.1, 1.1)
    }

    100% {
        transform: scale(1, 1)
    }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
label,
figcaption,
.wp-block-quote,
.wp-block-pullquote,
.ct-label,
.site-title,
.entry-meta,
.ct-menu-badge,
.entry-excerpt,
.ct-post-title,
.ct-breadcrumbs,
.ct-header-text,
.ct-product-sku,
.ct-product-title,
.ct-woo-card-stock,
.author-box-bio,
.author-box-name,
.ct-contact-info,
.site-description,
.page-description,
.mobile-menu a,
.menu .ct-menu-link,
.comment-reply-title,
.ct-footer-copyright,
.ct-language-switcher,
:where(pre, code, samp, kbd),
.onsale,
.out-of-stock-badge,
[class*=ct-woo-badge-],
:is(.entry-summary, [data-products], .ct-trending-block, .ct-added-to-cart-product) .price,
.ct-waitlist-message,
.woocommerce-tabs .tabs,
.woocommerce-tabs .ct-accordion-heading,
.woocommerce-result-count,
.ct-header-account-dropdown,
.ct-module-title:is(p, span),
.related-entry-title:is(p, span),
.woocommerce-loop-product__title:is(p, span),
.woocommerce-loop-category__title:is(p, span),
.ct-shortcuts-bar,
.ct-widget>*,
.ct-dynamic-data-layer,
.ct-dynamic-filter,
.ct-search-results,
.tutor-ratings,
.tutor-meta>*,
.tutor-course-details-title,
.tutor-course-details-actions>a,
.ct-language-switcher ul[data-placement] {
    font-family: var(--theme-font-family);
    font-size: var(--theme-font-size);
    font-weight: var(--theme-font-weight);
    font-style: var(--theme-font-style, inherit);
    line-height: var(--theme-line-height);
    letter-spacing: var(--theme-letter-spacing);
    text-transform: var(--theme-text-transform);
    -webkit-text-decoration: var(--theme-text-decoration);
    text-decoration: var(--theme-text-decoration)
}

.screen-reader-text {
    position: absolute !important;
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    width: 1px;
    height: 1px;
    border: 0;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    clip: rect(1px, 1px, 1px, 1px)
}

.screen-reader-text:focus {
    z-index: 100000;
    display: block;
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    font-size: .875rem;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    color: #21759b;
    padding: 15px 23px 14px;
    clip-path: none;
    clip: auto !important;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6)
}

p {
    margin-block-end: var(--theme-content-spacing)
}

ul,
ol {
    padding-inline-start: var(--theme-list-indent);
    margin-block-end: var(--theme-content-spacing)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-end: calc(var(--has-theme-content-spacing, 1)*(.3em + 10px))
}

h1:where(:last-child),
h2:where(:last-child),
h3:where(:last-child),
h4:where(:last-child),
h5:where(:last-child),
h6:where(:last-child) {
    margin-block-end: 0
}

:is(.is-layout-flow, .is-layout-constrained)>*:where(:not(h1, h2, h3, h4, h5, h6)) {
    margin-block-start: 0;
    margin-block-end: var(--theme-content-spacing)
}

:is(.is-layout-flow, .is-layout-constrained) :where(h1, h2, h3, h4, h5, h6) {
    font-size: 26px;
    margin-block-end: calc(var(--has-theme-content-spacing, 1)*(.3em + 10px))
}

@media screen and (max-width: 600px) {
    .admin-bar {
        --admin-bar: 0px
    }
}

@media screen and (min-width: 601px)and (max-width:782px) {
    .admin-bar {
        --admin-bar: 46px
    }
}

@media screen and (min-width: 783px) {
    .admin-bar {
        --admin-bar: 32px
    }
}

.menu-container ul,
.entry-meta,
.ct-account-modal>ul,
.ct-language-switcher ul,
[class*=ct-contact-info] ul,
.products:is(ul),
.woocommerce-Reviews :where(ol, ul),
.ct-comments :where(ol, ul),
.ct-comments ul,
.payment_methods,
.woocommerce-tabs>ul,
.wc-item-meta,
.ct-header-account ul,
.ct-product-additional-info ul,
.woocommerce-pagination .page-numbers,
.wc-block-review-list,
.product_list_widget,
.woocommerce-mini-cart,
.woocommerce-MyAccount-navigation ul,
.wp-block-latest-comments,
.ct-filter-widget,
.ct-compare-bar ul,
.ct-product-hero ul,
.ct-widget ul,
.ct-shortcuts-bar-items,
.ct-added-to-cart-product ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-inline-start: 0
}

ul:last-child,
ol:last-child,
ul li:last-child,
ol li:last-child,
label:last-child,
.ct-widget p:last-child,
.entry-excerpt *:last-child,
.wp-block-columns:last-child,
.ct-dynamic-data p:last-child,
.ct-woo-card-stock p:last-child,
[class*=ct-form-notification] p:last-child,
.ct-product-description p:last-child,
.woocommerce-variation-description p:last-child,
.woocommerce-variation-availability p:last-child {
    margin-bottom: 0
}

[data-parallax]>figure {
    display: flex;
    align-items: center
}

@media(prefers-reduced-motion:no-preference) {
    [data-reveal] {
        transition-property: opacity, transform;
        transition-duration: 1.5s;
        transition-timing-function: cubic-bezier(.2, 1, .2, 1)
    }

    [data-reveal][data-reveal*=no] {
        opacity: .01
    }

    [data-reveal][data-reveal*=yes] {
        opacity: 1
    }

    [data-reveal][data-reveal*=bottom] {
        transform: translateY(100px)
    }

    [class*=entries] [data-reveal*="2"] {
        transition-delay: 0.3s
    }

    [class*=entries] [data-reveal*="3"] {
        transition-delay: 0.6s
    }

    [class*=entries] [data-reveal*="4"] {
        transition-delay: 0.9s
    }

    [class*=entries] [data-reveal*="5"] {
        transition-delay: 1.2s
    }

    [class*=entries] [data-reveal*="6"] {
        transition-delay: 1.5s
    }

    [class*=entries] [data-reveal*="7"] {
        transition-delay: 1.8s
    }

    [class*=entries] [data-reveal*="8"] {
        transition-delay: 2.1s
    }

    [class*=entries] [data-reveal*="9"] {
        transition-delay: 2.4s
    }

    [class*=entries] [data-reveal*="10"] {
        transition-delay: 2.7s
    }

    [class*=entries] [data-reveal*="11"] {
        transition-delay: 3s
    }

    [class*=entries] [data-reveal*="12"] {
        transition-delay: 3.3s
    }
}

.ct-icon,
.ct-icon-container svg {
    width: var(--theme-icon-size, 15px);
    height: var(--theme-icon-size, 15px);
    fill: var(--theme-icon-color, var(--theme-text-color));
    transition: var(--theme-icon-transition, fill 0.12s cubic-bezier(.455, .03, .515, .955))
}

.ct-icon,
.ct-icon-container {
    position: relative
}

.ct-icon-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.ct-icon-container.ct-left {
    margin-inline-end: .5em
}

.ct-icon-container.ct-right {
    margin-inline-start: .5em
}

[data-icons-type*=":"] .ct-icon-container {
    width: calc(var(--theme-icon-size, 15px)*2.5);
    height: calc(var(--theme-icon-size, 15px)*2.5);
    transition: background .12s cubic-bezier(.455, .03, .515, .955), border-color .12s cubic-bezier(.455, .03, .515, .955)
}

[data-icons-type*=square] .ct-icon-container {
    border-radius: 2px
}

[data-icons-type*=rounded] .ct-icon-container {
    border-radius: 100%
}

[data-icons-type]>* {
    transition: none
}

[data-icons-type]>*:hover svg {
    fill: var(--theme-icon-hover-color, var(--theme-palette-color-2))
}

[data-icons-type*=solid] .ct-icon-container {
    background-color: var(--background-color)
}

[data-icons-type*=solid]>*:hover .ct-icon-container {
    background-color: var(--background-hover-color)
}

[data-icons-type*=outline] .ct-icon-container {
    border: 1px solid var(--background-color)
}

[data-icons-type*=outline]>*:hover .ct-icon-container {
    border-color: var(--background-hover-color)
}

[class*=ct-media-container] {
    display: inline-flex;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    isolation: isolate;
    vertical-align: middle
}

.ct-media-container {
    position: relative;
    width: 100%
}

.ct-media-container img,
.ct-media-container picture {
    width: inherit;
    border-radius: inherit;
    object-fit: var(--theme-object-fit, cover)
}

.ct-media-container picture {
    display: inline-flex
}

.ct-media-container picture img {
    aspect-ratio: inherit
}

.ct-media-container-static img {
    aspect-ratio: 1/1
}

a {
    color: var(--theme-link-initial-color);
    -webkit-text-decoration: var(--has-link-decoration, var(--theme-text-decoration, none));
    text-decoration: var(--has-link-decoration, var(--theme-text-decoration, none))
}

a:hover {
    color: var(--theme-link-hover-color)
}

[data-link=type-2] .entry-content p>a,
[data-link=type-2] .entry-content em>a,
[data-link=type-2] .entry-content strong>a,
[data-link=type-2] .entry-content>ul a,
[data-link=type-2] .entry-content>ol a,
[data-link=type-2] .wp-block-table a,
[data-link=type-2] .ct-link-styles {
    --theme-text-decoration: underline
}

[data-link=type-3] .entry-content p>a,
[data-link=type-3] .entry-content em>a,
[data-link=type-3] .entry-content strong>a,
[data-link=type-3] .entry-content>ul a,
[data-link=type-3] .entry-content>ol a,
[data-link=type-3] .wp-block-table a,
[data-link=type-3] .ct-link-styles,
[data-link=type-4] .entry-content p>a,
[data-link=type-4] .entry-content em>a,
[data-link=type-4] .entry-content strong>a,
[data-link=type-4] .entry-content>ul a,
[data-link=type-4] .entry-content>ol a,
[data-link=type-4] .wp-block-table a,
[data-link=type-4] .ct-link-styles,
[data-link=type-5] .entry-content p>a,
[data-link=type-5] .entry-content em>a,
[data-link=type-5] .entry-content strong>a,
[data-link=type-5] .entry-content>ul a,
[data-link=type-5] .entry-content>ol a,
[data-link=type-5] .wp-block-table a,
[data-link=type-5] .ct-link-styles {
    background-position: var(--has-link-decoration, 0% 100%);
    background-repeat: var(--has-link-decoration, no-repeat)
}

[data-link=type-4] .entry-content p>a,
[data-link=type-4] .entry-content em>a,
[data-link=type-4] .entry-content strong>a,
[data-link=type-4] .entry-content>ul a,
[data-link=type-4] .entry-content>ol a,
[data-link=type-4] .wp-block-table a,
[data-link=type-4] .ct-link-styles {
    background-size: var(--has-link-decoration, 100% 1px);
    background-image: var(--has-link-decoration, linear-gradient(currentColor, currentColor))
}

footer.ct-footer [data-link] a,
[data-link] .ct-posts-shortcode .entry-title a {
    --has-link-decoration: var(--false)
}

footer.ct-footer [data-link] a:hover,
[data-link] .ct-posts-shortcode .entry-title a:hover {
    color: var(--theme-link-hover-color)
}

footer.ct-footer [data-link=underline] a {
    text-decoration: underline
}

.ct-ajax-loader {
    position: absolute;
    inset: 0;
    z-index: 0;
    margin: auto;
    display: flex;
    border-radius: 100%;
    width: var(--loader-size, 20px);
    height: var(--loader-size, 20px);
    color: var(--loader-color, #c5cbd0)
}

.ct-ajax-loader[data-type=boxed] {
    padding: 8px;
    background: #fff;
    box-sizing: content-box;
    --loader-color: var(--theme-text-color)
}

[data-label=bottom] {
    text-align: center;
    flex-direction: column
}

[data-label=bottom] .ct-label {
    order: 2;
    line-height: 1
}

[data-label=bottom] .ct-label:not(:only-child) {
    margin-top: .5em
}

:is([data-label=left], [data-label=right]) {
    column-gap: .5em
}

[data-label=right] .ct-label {
    order: 2
}

.ct-tooltip {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

select,
textarea,
input:is([type=url], [type=tel], [type=text], [type=time], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=number], [type=search], [type=password]),
fieldset .wc-stripe-elements-field,
.ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]),
span.select2-dropdown,
span.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: var(--theme-form-font-family);
    font-size: var(--theme-form-font-size, 16px);
    font-weight: var(--theme-form-font-weight);
    font-style: var(--theme-form-font-style, inherit);
    line-height: var(--theme-form-line-height);
    letter-spacing: var(--theme-form-letter-spacing);
    text-transform: var(--theme-form-text-transform);
    -webkit-text-decoration: var(--theme-form-text-decoration);
    text-decoration: var(--theme-form-text-decoration)
}

select,
textarea,
input:is([type=url], [type=tel], [type=text], [type=time], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=number], [type=search], [type=password]),
fieldset .wc-stripe-elements-field,
.ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]) {
    appearance: none;
    width: var(--has-width, var(--theme-form-field-width, 100%));
    height: var(--has-height, var(--theme-form-field-height, 40px));
    color: var(--theme-form-text-initial-color, var(--theme-text-color));
    padding: var(--has-classic-forms, var(--theme-form-field-padding, 0 15px));
    border-width: var(--theme-form-field-border-width, 1px);
    border-style: var(--theme-form-field-border-style, solid);
    border-color: var(--theme-form-field-border-initial-color);
    border-radius: var(--has-classic-forms, var(--theme-form-field-border-radius, 3px));
    background-color: var(--has-classic-forms, var(--theme-form-field-background-initial-color));
    transition: color .12s cubic-bezier(.455, .03, .515, .955), border-color .12s cubic-bezier(.455, .03, .515, .955), background-color .12s cubic-bezier(.455, .03, .515, .955)
}

select:focus,
textarea:focus,
input:is([type=url], [type=tel], [type=text], [type=time], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=number], [type=search], [type=password]):focus,
fieldset .wc-stripe-elements-field:focus,
.ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]):focus {
    outline: none;
    color: var(--theme-form-text-focus-color, var(--theme-text-color));
    border-color: var(--theme-form-field-border-focus-color);
    background-color: var(--has-classic-forms, var(--theme-form-field-background-focus-color))
}

select::placeholder,
textarea::placeholder,
input:is([type=url], [type=tel], [type=text], [type=time], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=number], [type=search], [type=password])::placeholder,
fieldset .wc-stripe-elements-field::placeholder,
.ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple])::placeholder {
    opacity: .6;
    color: inherit
}

input[type=date] {
    min-height: var(--has-height, var(--theme-form-field-height, 40px))
}

input[type=date]::-webkit-date-and-time-value {
    text-align: inherit
}

select {
    padding-inline-end: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5.379L20.621 2.5 10.5 12.621.379 2.5 2.5.379l8 8z' fill='%234F5D6D' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-size: 8px auto, 100%;
    background-position: right 10px top 50%, 0 0
}

select option {
    color: initial
}

textarea {
    line-height: 1.5;
    resize: vertical;
    --theme-form-field-padding: 12px 15px
}

fieldset {
    padding: 30px;
    border: 1px dashed var(--theme-border-color)
}

legend {
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
    margin-left: -15px
}

.ct-checkbox,
.comment-form input[type=checkbox],
#ship-to-different-address-checkbox,
.woocommerce-form__input[type=checkbox],
.woocommerce-form__label-for-checkbox input[type=checkbox],
.woocommerce-input-wrapper input[type=checkbox],
#payment .payment_box input[type=checkbox],
.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox],
.wpforms-container:not(.wpforms-container-full) input[type=checkbox],
.ff-inherit-theme-style input[type=checkbox],
.wc_payment_method>input[type=radio],
.woocommerce-shipping-methods input[type=radio],
.payment_box input[type=radio],
.mp-ticket-payments input[type=radio],
.forminator-ui[data-design=none] .forminator-radio input[type=radio],
.wpforms-container:not(.wpforms-container-full) input[type=radio],
.ff-inherit-theme-style input[type=radio] {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    top: var(--top, 3px);
    min-width: 16px;
    width: 16px;
    height: 16px;
    min-height: initial;
    padding: 0 !important;
    margin: 0;
    margin-inline-end: .7em;
    border-width: var(--form-selection-control-border-width, var(--theme-form-field-border-width, 1px));
    border-style: solid;
    cursor: pointer;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0);
    border-color: var(--theme-form-selection-field-initial-color)
}

.ct-checkbox:before,
.comment-form input[type=checkbox]:before,
#ship-to-different-address-checkbox:before,
.woocommerce-form__input[type=checkbox]:before,
.woocommerce-form__label-for-checkbox input[type=checkbox]:before,
.woocommerce-input-wrapper input[type=checkbox]:before,
#payment .payment_box input[type=checkbox]:before,
.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:before,
.wpforms-container:not(.wpforms-container-full) input[type=checkbox]:before,
.ff-inherit-theme-style input[type=checkbox]:before,
.wc_payment_method>input[type=radio]:before,
.woocommerce-shipping-methods input[type=radio]:before,
.payment_box input[type=radio]:before,
.mp-ticket-payments input[type=radio]:before,
.forminator-ui[data-design=none] .forminator-radio input[type=radio]:before,
.wpforms-container:not(.wpforms-container-full) input[type=radio]:before,
.ff-inherit-theme-style input[type=radio]:before {
    position: absolute;
    content: "";
    z-index: 2;
    inset: 0;
    opacity: 0;
    margin: auto
}

.ct-checkbox:checked,
.comment-form input[type=checkbox]:checked,
#ship-to-different-address-checkbox:checked,
.woocommerce-form__input[type=checkbox]:checked,
.woocommerce-form__label-for-checkbox input[type=checkbox]:checked,
.woocommerce-input-wrapper input[type=checkbox]:checked,
#payment .payment_box input[type=checkbox]:checked,
.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:checked,
.wpforms-container:not(.wpforms-container-full) input[type=checkbox]:checked,
.ff-inherit-theme-style input[type=checkbox]:checked,
.wc_payment_method>input[type=radio]:checked,
.woocommerce-shipping-methods input[type=radio]:checked,
.payment_box input[type=radio]:checked,
.mp-ticket-payments input[type=radio]:checked,
.forminator-ui[data-design=none] .forminator-radio input[type=radio]:checked,
.wpforms-container:not(.wpforms-container-full) input[type=radio]:checked,
.ff-inherit-theme-style input[type=radio]:checked {
    border-color: var(--theme-form-selection-field-active-color);
    background: var(--theme-form-selection-field-active-color)
}

.ct-checkbox:checked:before,
.comment-form input[type=checkbox]:checked:before,
#ship-to-different-address-checkbox:checked:before,
.woocommerce-form__input[type=checkbox]:checked:before,
.woocommerce-form__label-for-checkbox input[type=checkbox]:checked:before,
.woocommerce-input-wrapper input[type=checkbox]:checked:before,
#payment .payment_box input[type=checkbox]:checked:before,
.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:checked:before,
.wpforms-container:not(.wpforms-container-full) input[type=checkbox]:checked:before,
.ff-inherit-theme-style input[type=checkbox]:checked:before,
.wc_payment_method>input[type=radio]:checked:before,
.woocommerce-shipping-methods input[type=radio]:checked:before,
.payment_box input[type=radio]:checked:before,
.mp-ticket-payments input[type=radio]:checked:before,
.forminator-ui[data-design=none] .forminator-radio input[type=radio]:checked:before,
.wpforms-container:not(.wpforms-container-full) input[type=radio]:checked:before,
.ff-inherit-theme-style input[type=radio]:checked:before {
    opacity: 1
}

.ct-checkbox:focus-visible,
.comment-form input[type=checkbox]:focus-visible,
#ship-to-different-address-checkbox:focus-visible,
.woocommerce-form__input[type=checkbox]:focus-visible,
.woocommerce-form__label-for-checkbox input[type=checkbox]:focus-visible,
.woocommerce-input-wrapper input[type=checkbox]:focus-visible,
#payment .payment_box input[type=checkbox]:focus-visible,
.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:focus-visible,
.wpforms-container:not(.wpforms-container-full) input[type=checkbox]:focus-visible,
.ff-inherit-theme-style input[type=checkbox]:focus-visible,
.wc_payment_method>input[type=radio]:focus-visible,
.woocommerce-shipping-methods input[type=radio]:focus-visible,
.payment_box input[type=radio]:focus-visible,
.mp-ticket-payments input[type=radio]:focus-visible,
.forminator-ui[data-design=none] .forminator-radio input[type=radio]:focus-visible,
.wpforms-container:not(.wpforms-container-full) input[type=radio]:focus-visible,
.ff-inherit-theme-style input[type=radio]:focus-visible {
    outline: none;
    border-color: var(--theme-form-selection-field-active-color)
}

.ct-checkbox,
.comment-form input[type=checkbox],
#ship-to-different-address-checkbox,
.woocommerce-form__input[type=checkbox],
.woocommerce-form__label-for-checkbox input[type=checkbox],
.woocommerce-input-wrapper input[type=checkbox],
#payment .payment_box input[type=checkbox],
.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox],
.wpforms-container:not(.wpforms-container-full) input[type=checkbox],
.ff-inherit-theme-style input[type=checkbox] {
    border-radius: var(--theme-form-checkbox-border-radius, 3px)
}

.ct-checkbox:before,
.comment-form input[type=checkbox]:before,
#ship-to-different-address-checkbox:before,
.woocommerce-form__input[type=checkbox]:before,
.woocommerce-form__label-for-checkbox input[type=checkbox]:before,
.woocommerce-input-wrapper input[type=checkbox]:before,
#payment .payment_box input[type=checkbox]:before,
.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:before,
.wpforms-container:not(.wpforms-container-full) input[type=checkbox]:before,
.ff-inherit-theme-style input[type=checkbox]:before {
    top: -2px;
    width: 8px;
    height: 5px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg)
}

.wc_payment_method>input[type=radio],
.woocommerce-shipping-methods input[type=radio],
.payment_box input[type=radio],
.mp-ticket-payments input[type=radio],
.forminator-ui[data-design=none] .forminator-radio input[type=radio],
.wpforms-container:not(.wpforms-container-full) input[type=radio],
.ff-inherit-theme-style input[type=radio] {
    border-radius: 100% !important
}

.wc_payment_method>input[type=radio]:before,
.woocommerce-shipping-methods input[type=radio]:before,
.payment_box input[type=radio]:before,
.mp-ticket-payments input[type=radio]:before,
.forminator-ui[data-design=none] .forminator-radio input[type=radio]:before,
.wpforms-container:not(.wpforms-container-full) input[type=radio]:before,
.ff-inherit-theme-style input[type=radio]:before {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: inherit
}

label {
    font-size: 15px;
    line-height: inherit;
    cursor: pointer;
    margin: 0 0 .5em 0
}

:is(.gdpr-confirm-policy, .comment-form-cookies-consent) label {
    font-size: 13px
}

:is(.gdpr-confirm-policy, .comment-form-cookies-consent) label a {
    text-decoration: underline
}

.ct-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: var(--spacing, 60px)
}

.ct-pagination[data-divider] {
    padding-top: var(--spacing, 60px);
    border-top: var(--pagination-divider, none)
}

[data-pagination=simple],
[data-pagination=next_prev] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-text-color);
    --theme-link-initial-color: var(--theme-text-color)
}

[data-pagination=simple] .page-numbers,
[data-pagination=next_prev] .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    border-radius: var(--theme-border-radius, 4px);
    border: 2px solid rgba(0, 0, 0, 0)
}

[data-pagination=simple] .page-numbers.current,
[data-pagination=next_prev] .page-numbers.current {
    color: var(--theme-text-active-color, #fff);
    background: var(--theme-link-hover-color)
}

[data-pagination=simple] .page-numbers:not(.dots):hover,
[data-pagination=next_prev] .page-numbers:not(.dots):hover {
    border-color: var(--theme-link-hover-color)
}

[data-pagination=simple] .prev,
[data-pagination=simple] .next,
[data-pagination=next_prev] .prev,
[data-pagination=next_prev] .next {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 17px;
    white-space: nowrap;
    border-color: var(--theme-border-color)
}

[data-pagination=simple] .prev,
[data-pagination=next_prev] .prev {
    grid-column: 1;
    justify-self: start
}

[data-pagination=simple] .next,
[data-pagination=next_prev] .next {
    grid-column: 3;
    justify-self: end
}

[data-pagination=simple]>div {
    grid-column: 2;
    text-align: center;
    margin: -5px
}

[data-pagination=simple]>div .page-numbers {
    flex: 0 0 41px;
    width: 41px;
    margin: 5px
}

[data-pagination=load_more],
[data-pagination=infinite_scroll] {
    justify-content: center
}

[data-pagination=load_more] .page-numbers,
[data-pagination=infinite_scroll] .page-numbers {
    display: none
}

[data-pagination=load_more] .ct-load-more-helper,
[data-pagination=infinite_scroll] .ct-load-more-helper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: var(--theme-button-min-height, 45px);
    min-height: var(--theme-button-min-height, 45px)
}

[data-pagination=load_more] .ct-load-more-helper .ct-ajax-loader,
[data-pagination=infinite_scroll] .ct-load-more-helper .ct-ajax-loader {
    opacity: 0
}

[data-pagination=load_more] .ct-load-more-helper.ct-loading .ct-ajax-loader,
[data-pagination=infinite_scroll] .ct-load-more-helper.ct-loading .ct-ajax-loader {
    opacity: 1
}

[data-pagination=load_more] .ct-load-more-helper.ct-loading .ct-load-more,
[data-pagination=infinite_scroll] .ct-load-more-helper.ct-loading .ct-load-more {
    opacity: 0
}

[data-pagination=load_more] .ct-load-more,
[data-pagination=infinite_scroll] .ct-load-more {
    z-index: 2;
    opacity: 1
}

[data-pagination=load_more] .ct-last-page-text,
[data-pagination=infinite_scroll] .ct-last-page-text {
    display: none
}

[data-pagination=load_more].ct-last-page .ct-load-more,
[data-pagination=load_more].ct-last-page .ct-ajax-loader,
[data-pagination=infinite_scroll].ct-last-page .ct-load-more,
[data-pagination=infinite_scroll].ct-last-page .ct-ajax-loader {
    display: none
}

[data-pagination=load_more].ct-last-page .ct-last-page-text,
[data-pagination=infinite_scroll].ct-last-page .ct-last-page-text {
    display: flex;
    opacity: .7
}

.entry-meta {
    color: var(--theme-text-color);
    --theme-link-initial-color: var(--theme-text-color)
}

.entry-meta li {
    display: inline-block
}

.entry-meta li:not(:last-of-type) {
    margin-inline-end: 9px
}

.entry-meta li:after {
    margin-inline-start: 9px
}

.entry-meta li svg,
.entry-meta li:after,
.entry-meta li [class*=ct-media-container] {
    position: relative;
    top: -.1em;
    vertical-align: var(--vertical-align, middle)
}

.entry-meta li [class*=ct-media-container] {
    border-radius: 100%;
    margin-inline-end: .5em
}

.entry-meta li [class*=ct-media-container]+svg {
    display: none
}

.entry-meta li svg {
    fill: currentColor;
    margin-inline-end: 7px
}

.entry-meta li>span {
    margin-inline-end: .27em
}

.entry-meta[data-type*=none] li:not(:last-of-type) {
    margin-inline-end: 20px
}

.entry-meta[data-type*=slash] li:not(:last-of-type):after {
    content: "/";
    --vertical-align: baseline
}

.entry-meta[data-type*=line] li:not(:last-of-type):after {
    content: "-"
}

.entry-meta[data-type*=circle] li:not(:last-of-type):after {
    content: "●";
    font-size: .35em
}

.entry-meta[data-type*=icons] svg {
    width: 13px;
    height: 13px
}

.entry-meta :is([data-type=pill], [data-type=underline]) a {
    display: inline-flex;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 2px
}

.entry-meta [data-type=pill] a {
    min-height: 25px;
    padding: 0 8px;
    border-radius: 3px;
    background: var(--theme-button-background-initial-color);
    --theme-link-initial-color: var(--theme-button-text-initial-color);
    --theme-link-hover-color: var(--theme-button-text-hover-color)
}

.entry-meta [data-type=pill] a:hover {
    background: var(--theme-button-background-hover-color)
}

.entry-meta [data-type=pill] a:not(:last-of-type) {
    margin-inline-end: 4px
}

.entry-meta [data-type=underline] a {
    position: relative
}

.entry-meta [data-type=underline] a:before {
    position: absolute;
    bottom: -.1em;
    content: "";
    width: 100%;
    height: 1px;
    opacity: .5;
    background: currentColor;
    transform: opacity .12s cubic-bezier(.455, .03, .515, .955)
}

.entry-meta [data-type=underline] a:hover:before {
    opacity: 1
}

.entry-tags {
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment);
    margin-top: 40px
}

.entry-tags-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.entry-tags-items a {
    font-size: 14px;
    font-weight: 500;
    padding: .3em .85em;
    border-radius: var(--theme-border-radius);
    --theme-button-text-initial-color: var(--theme-text-color);
    --theme-button-background-initial-color: transparent
}

.entry-tags-items a:not(:hover) {
    box-shadow: inset 0 0 0 1px var(--theme-border-color)
}

.ct-breadcrumbs {
    color: var(--theme-text-color);
    --has-link-decoration: var(--false)
}

.ct-breadcrumbs[data-source=default]>span {
    display: inline-flex;
    align-items: center;
    vertical-align: middle
}

.ct-breadcrumbs[data-source=default]>span [class*=ct-separator] {
    margin: 0 8px
}

.ct-breadcrumbs[data-source=default] .ct-home-icon {
    display: flex;
    top: -.1em;
    fill: currentColor
}

@font-face {
    font-family: "star";
    src: url(../../../../../../../../themes/blocksy/static/fonts/stars.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:is(.star-rating, .wc-block-components-product-rating-stars__stars, .wp-block-woocommerce-product-filter-rating .wc-block-components-product-rating__stars, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars, .has-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars) {
    overflow: hidden;
    position: relative;
    width: 7em;
    height: 1em;
    font-family: "star";
    font-size: .9em;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: .4em;
    word-break: normal;
    color: var(--star-rating-inactive-color, #F9DFCC)
}

:is(.star-rating, .wc-block-components-product-rating-stars__stars, .wp-block-woocommerce-product-filter-rating .wc-block-components-product-rating__stars, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars, .has-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars):before {
    content: "SSSSS";
    top: 0;
    inset-inline-start: 0;
    position: absolute;
    line-height: inherit
}

:is(.star-rating, .wc-block-components-product-rating-stars__stars, .wp-block-woocommerce-product-filter-rating .wc-block-components-product-rating__stars, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars, .has-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars) span {
    overflow: hidden;
    top: 0;
    inset-inline-start: 0;
    position: absolute;
    padding-top: 1em;
    line-height: inherit
}

:is(.star-rating, .wc-block-components-product-rating-stars__stars, .wp-block-woocommerce-product-filter-rating .wc-block-components-product-rating__stars, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars, .has-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars) span:before {
    content: "SSSSS";
    top: 0;
    inset-inline-start: 0;
    position: absolute;
    color: var(--star-rating-initial-color, #FDA256);
    line-height: inherit
}

.has-hover-effect img {
    transition: opacity .5s ease, transform .5s ease
}

@media(hover: hover) {
    [data-hover=zoom-in]>*:hover .has-hover-effect img {
        transform: scale(1.1)
    }
}

[data-hover=zoom-out] .has-hover-effect img {
    transform: scale(1.1)
}

@media(hover: hover) {
    [data-hover=zoom-out]>*:hover .has-hover-effect img {
        transform: scale(1)
    }
}

[data-hover=swap] .ct-swap {
    position: absolute;
    inset: 0;
    opacity: 0
}

@media(hover: hover) {
    [data-hover=swap] .has-hover-effect:hover .ct-swap {
        opacity: 1
    }

    [data-hover=swap] .has-hover-effect:hover .ct-swap+img {
        opacity: 0
    }
}

:target,
.elementor-menu-anchor {
    scroll-margin-top: calc(var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--scroll-margin-top, 0px) + var(--scroll-margin-top-offset, 0px))
}

[data-header*=sticky] {
    --scroll-margin-top-offset: calc((var(--header-sticky-height, var(--header-height, 0px)) * var(--has-transparent-header) * (var(--sticky-shrink, 100) / 100)) + var(--header-sticky-height, var(--header-height, 0px)) * (1 - var(--has-transparent-header)) * (var(--sticky-shrink, 100) / 100))
}

[data-header*="sticky:shrink"] {
    --scroll-margin-top-offset: calc(var(--header-sticky-height, var(--header-height, 0px)) * (var(--sticky-shrink, 100) / 100))
}

[data-header*="sticky:auto"] {
    --scroll-margin-top-offset: 0px
}

.button,
.ct-button,
.added_to_cart,
.ct-button-ghost,
[type=submit],
.wp-element-button,
.wp-block-button__link,
button.regform-button,
button[class*=ajax],
.woocommerce button.button,
.woocommerce-message .showlogin,
.woocommerce-message .restore-item,
.forminator-ui[data-design=none] .forminator-button,
.fluentform .ff-el-group button.ff-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--theme-button-min-height);
    padding: var(--theme-button-padding);
    border: none;
    appearance: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    border-radius: var(--theme-button-border-radius, 3px);
    transition: all .12s cubic-bezier(.455, .03, .515, .955);
    --has-link-decoration: var(--false)
}

.button:disabled,
.button.disabled,
.ct-button:disabled,
.ct-button.disabled,
.added_to_cart:disabled,
.added_to_cart.disabled,
.ct-button-ghost:disabled,
.ct-button-ghost.disabled,
[type=submit]:disabled,
[type=submit].disabled,
.wp-element-button:disabled,
.wp-element-button.disabled,
.wp-block-button__link:disabled,
.wp-block-button__link.disabled,
button.regform-button:disabled,
button.regform-button.disabled,
button[class*=ajax]:disabled,
button[class*=ajax].disabled,
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce-message .showlogin:disabled,
.woocommerce-message .showlogin.disabled,
.woocommerce-message .restore-item:disabled,
.woocommerce-message .restore-item.disabled,
.forminator-ui[data-design=none] .forminator-button:disabled,
.forminator-ui[data-design=none] .forminator-button.disabled,
.fluentform .ff-el-group button.ff-btn:disabled,
.fluentform .ff-el-group button.ff-btn.disabled {
    opacity: .5;
    cursor: not-allowed;
    --theme-button-shadow: none;
    --theme-button-transform: none
}

@media(max-width: 479.98px) {

    .button,
    .ct-button,
    .added_to_cart,
    .ct-button-ghost,
    [type=submit],
    .wp-element-button,
    .wp-block-button__link,
    button.regform-button,
    button[class*=ajax],
    .woocommerce button.button,
    .woocommerce-message .showlogin,
    .woocommerce-message .restore-item,
    .forminator-ui[data-design=none] .forminator-button,
    .fluentform .ff-el-group button.ff-btn {
        --padding: 5px 15px
    }
}

.button.has-text-align-left,
.ct-button.has-text-align-left,
.added_to_cart.has-text-align-left,
.ct-button-ghost.has-text-align-left,
[type=submit].has-text-align-left,
.wp-element-button.has-text-align-left,
.wp-block-button__link.has-text-align-left,
button.regform-button.has-text-align-left,
button[class*=ajax].has-text-align-left,
.woocommerce button.button.has-text-align-left,
.woocommerce-message .showlogin.has-text-align-left,
.woocommerce-message .restore-item.has-text-align-left,
.forminator-ui[data-design=none] .forminator-button.has-text-align-left,
.fluentform .ff-el-group button.ff-btn.has-text-align-left {
    justify-content: flex-start
}

.button.has-text-align-right,
.ct-button.has-text-align-right,
.added_to_cart.has-text-align-right,
.ct-button-ghost.has-text-align-right,
[type=submit].has-text-align-right,
.wp-element-button.has-text-align-right,
.wp-block-button__link.has-text-align-right,
button.regform-button.has-text-align-right,
button[class*=ajax].has-text-align-right,
.woocommerce button.button.has-text-align-right,
.woocommerce-message .showlogin.has-text-align-right,
.woocommerce-message .restore-item.has-text-align-right,
.forminator-ui[data-design=none] .forminator-button.has-text-align-right,
.fluentform .ff-el-group button.ff-btn.has-text-align-right {
    justify-content: flex-end
}

.button,
.ct-button,
.entry-tags a,
.added_to_cart,
[type=submit],
.wp-element-button,
.wp-block-button__link,
button.regform-button,
button[class*=ajax],
.woocommerce button.button,
.woocommerce-message .showlogin,
.woocommerce-message .restore-item,
.forminator-ui[data-design=none] .forminator-button,
.fluentform .ff-el-group button.ff-btn {
    position: relative;
    color: var(--theme-button-text-initial-color);
    border: var(--theme-button-border);
    background-color: var(--theme-button-background-initial-color)
}

.button:hover,
.ct-button:hover,
.entry-tags a:hover,
.added_to_cart:hover,
[type=submit]:hover,
.wp-element-button:hover,
.wp-block-button__link:hover,
button.regform-button:hover,
button[class*=ajax]:hover,
.woocommerce button.button:hover,
.woocommerce-message .showlogin:hover,
.woocommerce-message .restore-item:hover,
.forminator-ui[data-design=none] .forminator-button:hover,
.fluentform .ff-el-group button.ff-btn:hover {
    color: var(--theme-button-text-hover-color);
    border-color: var(--theme-button-border-hover-color);
    background-color: var(--theme-button-background-hover-color)
}

@media(hover: hover) {
    @supports(filter:blur()) {

        .button:before,
        .ct-button:before,
        .entry-tags a:before,
        .added_to_cart:before,
        [type=submit]:before,
        .wp-element-button:before,
        .wp-block-button__link:before,
        button.regform-button:before,
        button[class*=ajax]:before,
        .woocommerce button.button:before,
        .woocommerce-message .showlogin:before,
        .woocommerce-message .restore-item:before,
        .forminator-ui[data-design=none] .forminator-button:before,
        .fluentform .ff-el-group button.ff-btn:before {
            display: var(--theme-button-shadow, block);
            position: absolute;
            z-index: -1;
            content: "";
            inset-inline: 10px;
            inset-block: 12px 0;
            opacity: 0;
            border-radius: inherit;
            background: inherit;
            transition: opacity .2s ease;
            filter: blur(11px)
        }

        @media(hover: hover)and (prefers-reduced-motion:no-preference) {

            .button:hover,
            .ct-button:hover,
            .entry-tags a:hover,
            .added_to_cart:hover,
            [type=submit]:hover,
            .wp-element-button:hover,
            .wp-block-button__link:hover,
            button.regform-button:hover,
            button[class*=ajax]:hover,
            .woocommerce button.button:hover,
            .woocommerce-message .showlogin:hover,
            .woocommerce-message .restore-item:hover,
            .forminator-ui[data-design=none] .forminator-button:hover,
            .fluentform .ff-el-group button.ff-btn:hover {
                transform: var(--theme-button-transform, translate3d(0, -3px, 0))
            }

            .button:hover:before,
            .ct-button:hover:before,
            .entry-tags a:hover:before,
            .added_to_cart:hover:before,
            [type=submit]:hover:before,
            .wp-element-button:hover:before,
            .wp-block-button__link:hover:before,
            button.regform-button:hover:before,
            button[class*=ajax]:hover:before,
            .woocommerce button.button:hover:before,
            .woocommerce-message .showlogin:hover:before,
            .woocommerce-message .restore-item:hover:before,
            .forminator-ui[data-design=none] .forminator-button:hover:before,
            .fluentform .ff-el-group button.ff-btn:hover:before {
                opacity: .8
            }
        }
    }
}

.ct-button-ghost,
.wp-block-buttons .wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
    --theme-button-text-initial-color: var(--theme-button-background-initial-color);
    border-width: 2px;
    border-style: solid;
    color: var(--theme-button-text-initial-color);
    border-color: var(--theme-button-background-initial-color);
    background-color: rgba(0, 0, 0, 0)
}

.ct-button-ghost:hover,
.wp-block-buttons .wp-block-button .wp-block-button__link.is-style-outline:hover,
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: var(--theme-button-text-hover-color);
    border-color: var(--theme-button-background-hover-color);
    background-color: var(--theme-button-background-hover-color)
}

.button,
.ct-button,
.added_to_cart,
.ct-button-ghost,
[type=submit],
.wp-element-button,
.wp-block-button__link,
button.regform-button,
button[class*=ajax],
.woocommerce button.button,
.woocommerce-message .showlogin,
.woocommerce-message .restore-item,
.forminator-ui[data-design=none] .forminator-button,
.fluentform .ff-el-group button.ff-btn,
.ct-button-secondary-text {
    font-family: var(--theme-button-font-family, var(--theme-font-family));
    font-size: var(--theme-button-font-size);
    font-weight: var(--theme-button-font-weight);
    font-style: var(--theme-button-font-style);
    line-height: var(--theme-button-line-height);
    letter-spacing: var(--theme-button-letter-spacing);
    text-transform: var(--theme-button-text-transform);
    -webkit-text-decoration: var(--theme-button-text-decoration);
    text-decoration: var(--theme-button-text-decoration)
}

[class*=ct-toggle] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: var(--toggle-button-position, relative);
    z-index: var(--toggle-button-z-index, initial);
    cursor: pointer;
    appearance: none;
    width: var(--toggle-button-size);
    height: var(--toggle-button-size);
    flex: 0 0 var(--toggle-button-size);
    margin-block: var(--toggle-button-margin-block, initial);
    margin-inline: var(--toggle-button-margin-start, auto) var(--toggle-button-margin-end, 0);
    transition: color .12s cubic-bezier(.455, .03, .515, .955), border-color .12s cubic-bezier(.455, .03, .515, .955), background .12s cubic-bezier(.455, .03, .515, .955);
    padding: var(--toggle-button-padding, 0) !important;
    box-shadow: var(--toggle-button-shadow, none) !important;
    border-radius: var(--toggle-button-radius, 0) !important;
    border-width: var(--toggle-button-border-width, 0) !important;
    border-style: var(--toggle-button-border-style, solid) !important;
    border-color: var(--toggle-button-border-color, transparent) !important;
    background: var(--toggle-button-background, transparent) !important
}

[class*=ct-toggle] svg {
    transform: var(--toggle-icon-transform);
    --theme-icon-transition: transform 0.15s ease-out, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[class*=ct-toggle-close] {
    top: var(--toggle-button-top, initial);
    inset-inline-end: var(--toggle-button-inset-end, 0);
    --theme-icon-size: 12px;
    --theme-icon-color: rgba(255, 255, 255, 0.7)
}

[class*=ct-toggle-close]:hover {
    --toggle-icon-transform: rotate(90deg)
}

[class*=ct-toggle-close]:not([data-type=type-1]) {
    --toggle-button-radius: 5px
}

[class*=ct-toggle-close][data-type=type-1] {
    --outline-offset: 5px
}

[class*=ct-toggle-close][data-type=type-2] {
    --toggle-button-border-width: 1px;
    --toggle-button-border-color: rgba(0, 0, 0, 0.5)
}

[class*=ct-toggle-close][data-type=type-3] {
    --toggle-button-background: rgba(0, 0, 0, 0.5)
}

[data-button-state] .ct-button-loader {
    display: none
}

[data-button-state*=loading] .ct-button-loader {
    display: block
}

[data-button-state*=loading] svg:not(.ct-button-loader) {
    display: none
}

[data-frame=default] {
    border: var(--theme-frame-size, 0) solid var(--theme-frame-color)
}

[data-frame=default]:before,
[data-frame=default]:after {
    position: fixed;
    content: "";
    z-index: 99999;
    left: 0;
    width: 100%;
    height: var(--theme-frame-size, 0);
    background: var(--theme-frame-color)
}

[data-frame=default]:before {
    top: calc(var(--admin-bar, 0px))
}

[data-frame=default]:after {
    bottom: 0
}

.entry-button {
    gap: .5em;
    font-size: 15px;
    align-self: var(--horizontal-alignment, flex-start)
}

.entry-button:not([class*=ct-button]) {
    display: flex;
    align-items: center
}

.entry-button[class*=ct-button] {
    min-height: 40px;
    padding: 5px 15px
}

.ct-module-title:is(p, span):not(:empty) {
    display: flex;
    margin-bottom: 15px
}

.ct-slider-arrows {
    display: flex;
    -webkit-user-select: none;
    user-select: none
}

.ct-slider-arrows span {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: var(--slider-arrow-button-size, 26px);
    height: var(--slider-arrow-button-size, 26px);
    color: var(--theme-text-color);
    border: 1px solid var(--theme-border-color);
    transition: all .12s cubic-bezier(.455, .03, .515, .955)
}

.ct-slider-arrows span:hover {
    z-index: 1;
    color: var(--theme-button-text-hover-color);
    background: var(--theme-button-background-hover-color);
    border-color: var(--theme-button-background-hover-color)
}

.ct-slider-arrows .ct-arrow-prev {
    margin-inline-end: -1px;
    border-start-start-radius: 3px;
    border-end-start-radius: 3px
}

.ct-slider-arrows .ct-arrow-next {
    border-start-end-radius: 3px;
    border-end-end-radius: 3px
}

[data-cards=cover] .entry-card>.ct-media-container:after,
.hero-section[data-type=type-2]>figure>.ct-media-container:after {
    position: absolute;
    content: "";
    inset: 0
}

.ct-related-posts-container {
    padding: var(--padding, 50px) 0
}

.ct-related-posts .ct-module-title {
    text-align: var(--horizontal-alignment)
}

.ct-related-posts .hentry>*:not(:last-child) {
    margin-block: 0 var(--card-element-spacing, 20px)
}

.ct-related-posts .ct-media-container {
    border-radius: var(--theme-border-radius, 5px)
}

.ct-related-posts .entry-meta {
    color: var(--theme-text-color)
}

.ct-related-posts :is(.entry-meta, .related-entry-title) {
    --theme-link-initial-color: initial
}

form:is(.login, .register, .edit-account, .lost_reset_password) [class*=password-input] {
    position: relative;
    display: block
}

form:is(.login, .register, .edit-account, .lost_reset_password) [class*=password-input] input {
    padding-inline-end: 38px
}

form:is(.login, .register, .edit-account, .lost_reset_password) [class*=password-input] .show-password-input {
    position: absolute;
    inset-inline-end: 12px;
    top: calc(var(--theme-form-field-height, 40px)/2 - 7px);
    width: 14px;
    height: 14px;
    cursor: pointer;
    padding: initial;
    background-color: var(--theme-text-color);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23.9,11.6C23.7,11.2,19.5,3,12,3S0.3,11.2,0.1,11.6c-0.1,0.3-0.1,0.6,0,0.9C0.3,12.8,4.5,21,12,21s11.7-8.2,11.9-8.6 C24,12.2,24,11.8,23.9,11.6zM12,19c-5.4,0-8.9-5.4-9.9-7c0.9-1.6,4.5-7,9.9-7c5.4,0,8.9,5.4,9.9,7C20.9,13.6,17.4,19,12,19zM12,8c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4C16,9.8,14.2,8,12,8zM12,14c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C14,13.1,13.1,14,12,14z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23.9,11.6C23.7,11.2,19.5,3,12,3S0.3,11.2,0.1,11.6c-0.1,0.3-0.1,0.6,0,0.9C0.3,12.8,4.5,21,12,21s11.7-8.2,11.9-8.6 C24,12.2,24,11.8,23.9,11.6zM12,19c-5.4,0-8.9-5.4-9.9-7c0.9-1.6,4.5-7,9.9-7c5.4,0,8.9,5.4,9.9,7C20.9,13.6,17.4,19,12,19zM12,8c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4C16,9.8,14.2,8,12,8zM12,14c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C14,13.1,13.1,14,12,14z'/%3E%3C/svg%3E")
}

form:is(.login, .register, .edit-account, .lost_reset_password) [class*=password-input] input[type=text]~.show-password-input {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.9,5.2C13.3,5.1,12.6,5,12,5c-5.4,0-8.9,5.4-9.9,7c0.5,0.9,1.1,1.8,1.8,2.5C4.3,15,4.2,15.6,3.8,16 c-0.2,0.2-0.4,0.2-0.6,0.2c-0.3,0-0.6-0.1-0.8-0.4c-0.9-1-1.6-2.2-2.3-3.4c-0.2-0.3-0.2-0.6,0-0.9C0.3,11.2,4.5,3,12,3c0.8,0,1.6,0.1,2.3,0.3c0.5,0.1,0.9,0.7,0.7,1.2C14.9,5,14.4,5.3,13.9,5.2z M0.3,22.3l22-22c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4L19.4,6c1.8,1.6,3.3,3.4,4.5,5.5c0.2,0.3,0.2,0.6,0,0.9C23.7,12.8,19.5,21,12,21c-2.1,0-4.1-0.6-5.8-1.8l-4.5,4.5C1.5,23.9,1.3,24,1,24s-0.5-0.1-0.7-0.3C-0.1,23.3-0.1,22.7,0.3,22.3zM14,11.4L11.4,14c0.2,0.1,0.4,0.1,0.6,0.1c0.5,0,1-0.2,1.4-0.5c0.4-0.4,0.6-0.9,0.6-1.4C14.1,11.9,14,11.7,14,11.4zM12,19c5.4,0,8.9-5.4,9.9-7c-1-1.8-2.3-3.3-3.9-4.6L15.5,10c0.4,0.7,0.6,1.5,0.6,2.3c0,1.1-0.5,2.1-1.3,2.8c-0.7,0.7-1.7,1.1-2.7,1.1c0,0-0.1,0-0.1,0c-0.7,0-1.4-0.3-2-0.6l-2.3,2.3C9,18.6,10.5,19,12,19z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.9,5.2C13.3,5.1,12.6,5,12,5c-5.4,0-8.9,5.4-9.9,7c0.5,0.9,1.1,1.8,1.8,2.5C4.3,15,4.2,15.6,3.8,16 c-0.2,0.2-0.4,0.2-0.6,0.2c-0.3,0-0.6-0.1-0.8-0.4c-0.9-1-1.6-2.2-2.3-3.4c-0.2-0.3-0.2-0.6,0-0.9C0.3,11.2,4.5,3,12,3c0.8,0,1.6,0.1,2.3,0.3c0.5,0.1,0.9,0.7,0.7,1.2C14.9,5,14.4,5.3,13.9,5.2z M0.3,22.3l22-22c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4L19.4,6c1.8,1.6,3.3,3.4,4.5,5.5c0.2,0.3,0.2,0.6,0,0.9C23.7,12.8,19.5,21,12,21c-2.1,0-4.1-0.6-5.8-1.8l-4.5,4.5C1.5,23.9,1.3,24,1,24s-0.5-0.1-0.7-0.3C-0.1,23.3-0.1,22.7,0.3,22.3zM14,11.4L11.4,14c0.2,0.1,0.4,0.1,0.6,0.1c0.5,0,1-0.2,1.4-0.5c0.4-0.4,0.6-0.9,0.6-1.4C14.1,11.9,14,11.7,14,11.4zM12,19c5.4,0,8.9-5.4,9.9-7c-1-1.8-2.3-3.3-3.9-4.6L15.5,10c0.4,0.7,0.6,1.5,0.6,2.3c0,1.1-0.5,2.1-1.3,2.8c-0.7,0.7-1.7,1.1-2.7,1.1c0,0-0.1,0-0.1,0c-0.7,0-1.4-0.3-2-0.6l-2.3,2.3C9,18.6,10.5,19,12,19z'/%3E%3C/svg%3E")
}

.ct-featured-image {
    margin-left: auto;
    margin-right: auto
}

.ct-featured-image .ct-media-container {
    border-radius: var(--theme-border-radius)
}

.ct-featured-image:not(.alignfull) {
    width: var(--theme-block-width)
}

.ct-featured-image:not(.alignwide):not(.alignfull) {
    max-width: var(--theme-block-max-width)
}

.ct-featured-image.alignwide {
    max-width: var(--theme-block-wide-max-width)
}

@media(max-width: 999.98px) {
    .ct-featured-image {
        padding-bottom: 30px
    }
}

@media(min-width: 1000px) {
    .ct-featured-image {
        padding-bottom: 50px
    }
}

.ct-featured-image figcaption {
    font-size: 14px;
    text-align: center;
    margin-top: 5px
}

.post-edit-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-top: var(--theme-content-spacing);
    --theme-link-initial-color: var(--theme-text-color)
}

.post-edit-link:before {
    font-family: "dashicons";
    content: "";
    margin-inline-end: 5px
}

.ct-video-indicator {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity .12s cubic-bezier(.455, .03, .515, .955), visibility .12s cubic-bezier(.455, .03, .515, .955)
}

.ct-video-indicator svg {
    border-radius: 100%;
    transition: transform .12s cubic-bezier(.455, .03, .515, .955)
}

.ct-video-indicator svg:hover {
    transform: scale3d(1.1, 1.1, 1)
}

.ct-video-indicator .ct-video-loader {
    visibility: hidden
}

.ct-video-indicator.loading svg {
    background: #fff
}

.ct-video-indicator.loading .ct-video-loader {
    visibility: visible
}

.ct-dynamic-media:not([data-state=playing]) .ct-pause-path,
.ct-media-container:not([data-state=playing]) .ct-pause-path {
    display: none
}

.ct-expandable-trigger[data-icon=arrow] {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    --theme-icon-size: 10px;
    --theme-icon-transition: transform 0.1s ease
}

.ct-expandable-trigger[data-icon=arrow][aria-expanded=false] .ct-icon {
    transform: rotate(180deg)
}

[data-behaviour=drop-down][aria-hidden=true] {
    height: 0;
    overflow-y: clip;
    visibility: hidden
}

[data-behaviour=drop-down].is-animating {
    transition: height .2s ease, opacity .2s ease;
    overflow-y: clip
}

nav[class*=menu] .ct-menu-link {
    color: var(--theme-link-initial-color);
    --theme-icon-color: var(--theme-link-initial-color)
}

nav[class*=menu] li:hover>.ct-menu-link,
nav[class*=menu] li:hover>.ct-sub-menu-parent {
    color: var(--theme-link-hover-color)
}

nav[class*=menu] li:hover>.ct-menu-link svg,
nav[class*=menu] li:hover>.ct-sub-menu-parent svg {
    fill: var(--theme-icon-hover-color, var(--theme-link-hover-color))
}

nav[class*=menu] li[class*=current-menu-]>.ct-menu-link,
nav[class*=menu] li[class*=current-menu-]>.ct-sub-menu-parent {
    color: var(--theme-link-active-color, var(--theme-link-hover-color))
}

nav[class*=menu] li[class*=current-menu-]>.ct-menu-link svg,
nav[class*=menu] li[class*=current-menu-]>.ct-sub-menu-parent svg {
    fill: var(--theme-icon-active-color, var(--theme-icon-hover-color, var(--theme-link-active-color, var(--theme-link-hover-color))))
}

.menu {
    display: flex;
    gap: var(--menu-items-gap, 0)
}

.menu li.menu-item,
.menu li.page_item {
    display: flex;
    align-items: center
}

.menu>li>.ct-menu-link {
    height: var(--menu-item-height, 100%);
    justify-content: var(--menu-item-alignment, center);
    --menu-item-padding: 0 calc(var(--menu-items-spacing, 25px) / 2)
}

.ct-menu-link {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    border-radius: var(--menu-item-radius, inherit)
}

.ct-menu-link:not(:empty) {
    padding: var(--menu-item-padding, 0)
}

[data-stretch] {
    width: 100%
}

[data-stretch]>.menu {
    flex: 1;
    justify-content: space-between
}

.ct-create-menu {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 14px
}

[data-menu]>ul>li>a:before,
[data-menu]>ul>li>a:after {
    position: absolute;
    left: var(--menu-indicator-left, 0);
    right: var(--menu-indicator-right, 0);
    margin: var(--menu-indicator-margin, 0);
    height: var(--menu-indicator-height, 2px);
    opacity: var(--menu-indicator-opacity, 0);
    background-color: var(--menu-indicator-hover-color, var(--theme-palette-color-2));
    transition: opacity .12s cubic-bezier(.455, .03, .515, .955), width .12s cubic-bezier(.455, .03, .515, .955), height .12s cubic-bezier(.455, .03, .515, .955), top .12s cubic-bezier(.455, .03, .515, .955), bottom .12s cubic-bezier(.455, .03, .515, .955)
}

[data-menu]>ul>li>a:before {
    top: var(--menu-indicator-y-position, 0)
}

[data-menu]>ul>li>a:after {
    bottom: var(--menu-indicator-y-position, 0)
}

[data-menu]>ul>li[class*=current-menu-]>a:before,
[data-menu]>ul>li[class*=current-menu-]>a:after {
    background-color: var(--menu-indicator-active-color, var(--menu-indicator-hover-color, var(--theme-palette-color-2)))
}

[data-column=start] [data-items=primary] [data-menu*=type-1]:first-child>ul>li:first-child>a {
    padding-inline-start: 0
}

[data-column=end] [data-items=primary] [data-menu*=type-1]:last-child>ul>li:last-child {
    --toggle-ghost-inset-end: 16px
}

[data-column=end] [data-items=primary] [data-menu*=type-1]:last-child>ul>li:last-child>a {
    padding-inline-end: 0
}

[data-menu*=type-2]>ul>li>a:after {
    content: "";
    width: var(--menu-indicator-width, 100%)
}

[data-menu*=type-2]>ul>li:hover>a,
[data-menu*=type-2]>ul>li[class*=current-menu-]>a {
    --menu-indicator-opacity: 1
}

[data-menu="type-2:center"]>ul>li {
    --menu-indicator-width: 0;
    --menu-indicator-margin: 0 auto
}

[data-menu="type-2:center"]>ul>li:hover>a,
[data-menu="type-2:center"]>ul>li[class*=current-menu-]>a {
    --menu-indicator-width: calc(100% - var(--menu-items-spacing, 25px))
}

[data-menu="type-2:left"]>ul>li {
    --menu-indicator-opacity: 1;
    --menu-indicator-left: calc(var(--menu-items-spacing, 25px) / 2);
    --menu-indicator-width: 0
}

[data-menu="type-2:left"]>ul>li:hover>a,
[data-menu="type-2:left"]>ul>li[class*=current-menu-]>a {
    --menu-indicator-width: calc(100% - var(--menu-items-spacing, 25px))
}

[data-menu*=type-3]>ul>li:hover>a {
    background-color: var(--menu-indicator-hover-color, var(--theme-palette-color-2))
}

[data-menu*=type-3]>ul>li[class*=current-menu-]>a {
    background-color: var(--menu-indicator-active-color, var(--menu-indicator-hover-color, var(--theme-palette-color-2)))
}

[data-menu*=type-4]>ul>li>a:before,
[data-menu*=type-4]>ul>li>a:after {
    content: "";
    --menu-indicator-y-position: 10px
}

[data-menu*=type-4]>ul>li:hover>a:before,
[data-menu*=type-4]>ul>li:hover>a:after,
[data-menu*=type-4]>ul>li[class*=current-menu-]>a:before,
[data-menu*=type-4]>ul>li[class*=current-menu-]>a:after {
    --menu-indicator-opacity: 1;
    --menu-indicator-y-position: 0px
}

[data-responsive=no] {
    overflow: hidden
}

[data-responsive=no] .sub-menu {
    display: none
}

[class*=animated-submenu][data-submenu] {
    position: relative
}

[class*=animated-submenu]>.sub-menu {
    position: var(--dropdown-position, absolute);
    top: 100%;
    z-index: 10;
    min-width: 100px;
    margin-top: var(--sticky-state-dropdown-top-offset, var(--dropdown-top-offset, 0));
    border-radius: var(--theme-border-radius);
    width: var(--dropdown-width, 200px);
    background-color: var(--dropdown-background-color, var(--theme-palette-color-4));
    box-shadow: var(--theme-box-shadow)
}

[class*=animated-submenu]>.sub-menu:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: var(--sticky-state-dropdown-top-offset, var(--dropdown-top-offset, 0));
    transform: translateY(-100%);
    transition: height .2s ease
}

.animated-submenu-block[data-submenu=right]>.sub-menu {
    left: var(--theme-submenu-inline-offset, 0)
}

.animated-submenu-block[data-submenu=left]>.sub-menu {
    right: var(--theme-submenu-inline-offset, 0)
}

.animated-submenu-inline>.sub-menu {
    top: 0;
    margin-top: 0
}

.animated-submenu-inline>.sub-menu:before {
    width: var(--dropdown-horizontal-offset, 5px);
    height: 100%;
    transform: initial
}

.animated-submenu-inline[data-submenu=right]>.sub-menu {
    left: calc(100% + var(--dropdown-horizontal-offset, 5px))
}

.animated-submenu-inline[data-submenu=right]>.sub-menu:before {
    left: calc(var(--dropdown-horizontal-offset, 5px)*-1);
    right: initial
}

.animated-submenu-inline[data-submenu=left]>.sub-menu {
    right: calc(100% + var(--dropdown-horizontal-offset, 5px))
}

.animated-submenu-inline[data-submenu=left]>.sub-menu:before {
    left: initial;
    right: calc(var(--dropdown-horizontal-offset, 5px)*-1)
}

.ct-toggle-dropdown-desktop {
    --theme-icon-size: 8px;
    --toggle-button-size: 24px;
    --toggle-button-margin-end: -8px;
    --toggle-button-margin-start: var(--dropdown-toggle-margin-start, 0.2em)
}

.animated-submenu-inline [class*=ct-toggle] {
    --toggle-button-size: 18px;
    --dropdown-toggle-margin-start: auto;
    --toggle-ghost-inset-end: calc(var(--dropdown-items-spacing, 13px) * 1.5 + 16px)
}

.animated-submenu-inline[data-submenu=left]>a {
    --toggle-icon-transform: rotate(90deg)
}

.animated-submenu-inline[data-submenu=right]>a {
    --toggle-icon-transform: rotate(-90deg)
}

.ct-toggle-dropdown-desktop-ghost {
    pointer-events: none;
    inset-inline-end: var(--toggle-ghost-inset-end, calc(var(--menu-items-spacing, 25px) / 2 + 16px));
    --toggle-button-size: 24px;
    --toggle-button-margin-end: -24px
}

.sub-menu {
    --menu-item-padding: var(--dropdown-items-spacing, 13px) calc(var(--dropdown-items-spacing, 13px) * 1.5)
}

.sub-menu .menu-item {
    border-top: var(--dropdown-divider)
}

[class*=animated-submenu]>.sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, margin .2s ease, height .2s ease
}

[class*=animated-submenu].ct-active>.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

[class*=animated-submenu]:not(.ct-active):not([class*=ct-mega-menu])>.sub-menu {
    overflow: hidden;
    max-height: calc(100vh - var(--header-height) - var(--admin-bar, 0px) - var(--theme-frame-size, 0px) - 10px)
}

[data-dropdown*=type-1] [class*=animated-submenu]>.sub-menu {
    transform: translate3d(0, 10px, 0)
}

[data-dropdown*=type-1] [class*=animated-submenu].ct-active>.sub-menu {
    transform: translate3d(0, 0, 0)
}

[data-dropdown*=type-3] [class*=animated-submenu]>.sub-menu>li {
    transition: opacity .5s cubic-bezier(.35, .81, .41, 1), transform .5s cubic-bezier(.35, .81, .41, 1)
}

[data-dropdown*=type-3] [class*=animated-submenu]:not(.ct-active)>.sub-menu>li {
    opacity: 0;
    transform: translate3d(0, 5px, 0)
}

[data-dropdown*=type-4] [class*=animated-submenu]>.sub-menu {
    transition: none
}

.mobile-menu {
    width: 100%
}

.mobile-menu li {
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment)
}

.mobile-menu .ct-menu-link {
    text-align: var(--text-horizontal-alignment);
    justify-content: var(--horizontal-alignment);
    --menu-item-padding: var(--items-vertical-spacing, 5px) 0
}

.mobile-menu .ct-sub-menu-parent {
    display: flex;
    align-items: center;
    column-gap: 10px
}

.mobile-menu [class*=children]>ul {
    position: relative;
    width: calc(100% + 10px);
    margin-inline-end: -10px;
    padding-inline-end: 10px;
    overflow: hidden
}

.mobile-menu [class*=children]>ul.is-animating {
    transition: height .3s ease
}

.mobile-menu[data-interaction=click] [class*=children]:not(.dropdown-active)>ul {
    display: none
}

.mobile-menu-inline ul,
.footer-menu-inline ul {
    flex-wrap: wrap;
    justify-content: var(--horizontal-alignment);
    row-gap: calc(var(--menu-items-spacing, 25px)/2);
    margin: 0 calc(var(--menu-items-spacing, 25px)/2*-1)
}

.footer-menu-inline {
    --menu-item-alignment: var(--horizontal-alignment)
}

.footer-menu-inline li {
    width: var(--menu-item-width)
}

#header {
    position: relative;
    z-index: 50
}

@media(max-width: 999.98px) {
    #header [data-device=desktop] {
        display: none
    }
}

@media(min-width: 1000px) {
    #header [data-device=mobile] {
        display: none
    }
}

#header [data-row] {
    position: var(--position, relative);
    box-shadow: var(--theme-box-shadow);
    border-top: var(--theme-border-top);
    border-bottom: var(--theme-border-bottom);
    backdrop-filter: blur(var(--theme-backdrop-blur))
}

#header [data-row]>div {
    min-height: var(--shrink-height, var(--height));
    border-top: var(--theme-border-top);
    border-bottom: var(--theme-border-bottom)
}

#header [data-row*=top] {
    z-index: 3
}

#header [data-row*=middle] {
    z-index: 2
}

#header [data-row*=bottom] {
    z-index: 1
}

#header [data-row*=boxed] {
    box-shadow: none;
    backdrop-filter: none
}

#header [data-row*=boxed]>div {
    padding: var(--row-padding, 0 35px);
    box-shadow: var(--theme-box-shadow);
    border-radius: var(--row-border-radius);
    backdrop-filter: blur(var(--theme-backdrop-blur))
}

#header [data-column] {
    min-height: inherit
}

#header [data-column=middle] {
    display: flex
}

#header [data-column=start],
#header [data-column=end] {
    min-width: 0
}

#header [data-items] {
    width: 100%
}

#header [data-column-set="2"]>div {
    display: grid;
    grid-template-columns: auto auto
}

#header [data-column-set="3"]>div {
    display: grid;
    grid-template-columns: 1fr var(--middle-column-width, auto) 1fr
}

[data-placements] {
    display: grid
}

[data-placements="2"] {
    display: grid;
    grid-template-columns: auto auto
}

[data-column=middle]>[data-items] {
    justify-content: center
}

[data-column=start]>[data-items=secondary] {
    justify-content: flex-end
}

[data-column=end]>[data-items=primary] {
    justify-content: flex-end
}

#header [data-items] {
    display: flex;
    align-items: center;
    min-width: 0
}

#header [data-items]>* {
    margin: var(--margin, 0 10px)
}

[data-column=start] [data-items=primary]>*:first-child {
    --margin: 0 10px 0 0
}

[data-column=end] [data-items=primary]>*:last-child {
    --margin: 0 0 0 10px
}

.ct-cart-item,
.ct-header-cta,
.ct-header-text,
.ct-account-item,
.ct-header-compare,
.ct-header-wishlist,
.ct-language-switcher [data-label] {
    display: flex;
    align-items: var(--align-items, center)
}

.ct-cart-item,
.ct-social-box,
.ct-account-item,
.ct-header-compare,
.ct-header-wishlist {
    --theme-link-initial-color: var(--theme-text-color)
}

.ct-cart-item:hover svg,
.ct-social-box a:hover svg,
.ct-color-switch:hover svg,
.ct-header-search:hover svg,
.ct-account-item:hover svg,
.ct-header-trigger:hover svg,
.ct-header-compare:hover svg,
.ct-header-wishlist:hover svg,
.ct-language-switcher:hover svg {
    fill: var(--theme-icon-hover-color, var(--theme-palette-color-2))
}

.ct-color-switch,
.ct-header-search,
.ct-header-trigger {
    --theme-link-initial-color: var(--theme-text-color)
}

.ct-color-switch .ct-label,
.ct-header-search .ct-label,
.ct-header-trigger .ct-label {
    transition: inherit;
    color: var(--theme-link-initial-color)
}

.ct-color-switch:hover .ct-label,
.ct-header-search:hover .ct-label,
.ct-header-trigger:hover .ct-label {
    color: var(--theme-link-hover-color)
}

.ct-builder-no-item {
    font-size: 13px
}

[class*=header-menu] {
    display: flex;
    align-items: center;
    height: 100%;
    min-width: 0
}

[class*=header-menu] .menu {
    height: inherit
}

[class*=header-menu] .menu>li>.ct-menu-link {
    white-space: nowrap
}

#search-modal {
    --vertical-alignment: initial
}

#search-modal input {
    --has-classic-forms: var(--false);
    --theme-form-field-border-width: 0 0 1px 0;
    --search-input-additional-padding: 10px
}

@media(max-width: 689.98px) {
    #search-modal input {
        --theme-form-font-size: 22px;
        --theme-form-field-height: 70px;
        --theme-form-field-padding: 0px;
        margin-bottom: 25px
    }
}

@media(min-width: 690px) {
    #search-modal input {
        --theme-form-font-size: 35px;
        --theme-form-field-height: 90px;
        --theme-form-field-padding: 0 50px 0 0;
        margin-bottom: 35px
    }
}

#search-modal form {
    display: block;
    margin: auto;
    width: 100%;
    max-width: var(--max-width, 800px)
}

@media(max-width: 999.98px) {
    #search-modal form {
        --max-width: 90%;
        --search-button-size: 40px
    }
}

@media(min-width: 690px) {
    #search-modal form {
        --search-button-size: 48px
    }
}

#search-modal form .ct-search-form-controls {
    position: absolute;
    inset-inline-end: 0
}

@media(max-width: 689.98px) {
    #search-modal form .ct-search-form-controls {
        top: 15px
    }
}

@media(min-width: 690px) {
    #search-modal form .ct-search-form-controls {
        top: 21px
    }
}

#search-modal form .ct-search-form-controls button {
    --theme-button-border-radius: 100%;
    --theme-icon-size: calc(100% / 3)
}

.ct-header-text {
    color: var(--theme-text-color);
    text-align: var(--horizontal-alignment)
}

.ct-header-text[data-width=stretch] {
    width: 100%;
    max-width: var(--max-width)
}

.ct-header-text .entry-content {
    width: 100%
}

.ct-header-trigger .ct-icon {
    transition: none
}

.ct-header-trigger .ct-icon rect {
    transform-origin: 50% 50%;
    transition: all .12s cubic-bezier(.455, .03, .515, .955)
}

.ct-header-trigger .ct-icon[data-type=type-2] rect:nth-child(1) {
    width: 10px
}

.ct-header-trigger .ct-icon[data-type=type-2] rect:nth-child(3) {
    width: 15px
}

.ct-header-trigger .ct-icon[data-type=type-3] rect:nth-child(1),
.ct-header-trigger .ct-icon[data-type=type-3] rect:nth-child(3) {
    width: 12px
}

.ct-header-trigger .ct-icon[data-type=type-3] rect:nth-child(1) {
    x: 6px
}

.ct-header-trigger:hover [data-type=type-2] rect:nth-child(1),
.ct-header-trigger:hover [data-type=type-2] rect:nth-child(3),
.ct-header-trigger:hover [data-type=type-3] rect:nth-child(1),
.ct-header-trigger:hover [data-type=type-3] rect:nth-child(3) {
    width: 18px
}

.ct-header-trigger:hover [data-type=type-3] rect:nth-child(1) {
    x: 0
}

.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(1),
.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(3) {
    width: 18px;
    y: 6.15px
}

.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(1) {
    x: 0;
    transform: rotate(45deg)
}

.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(2) {
    opacity: 0
}

.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(3) {
    transform: rotate(-45deg)
}

.ct-header-trigger[data-design*=outline] {
    --toggle-button-border-width: 1px;
    --toggle-button-border-color: var(--secondColor, rgba(224, 229, 235, 0.9))
}

.ct-header-trigger[data-design*=outline]:hover {
    --toggle-button-border-color: var(--secondColorHover, rgba(224, 229, 235, 0.9))
}

.ct-header-trigger[data-design*=solid] {
    --toggle-button-background: var(--secondColor, rgba(224, 229, 235, 0.9))
}

.ct-header-trigger[data-design*=solid]:hover {
    --toggle-button-background: var(--secondColorHover, rgba(224, 229, 235, 0.9))
}

.site-branding {
    display: flex;
    text-align: var(--horizontal-alignment)
}

.site-branding:not([data-logo=top]) {
    align-items: center
}

.site-title {
    display: block;
    margin-bottom: 0
}

.site-title:not(:has(>a)) {
    color: var(--theme-link-initial-color)
}

.site-description {
    color: var(--theme-text-color);
    margin-bottom: 0
}

.site-description:not(:only-child) {
    margin-top: .3em
}

@media(min-width: 1000px) {
    .ct-header .site-description {
        white-space: nowrap
    }
}

.site-logo-container {
    position: relative;
    line-height: 0;
    height: var(--logo-shrink-height, var(--logo-max-height, 50px));
    transition: none
}

.site-logo-container img {
    width: auto;
    max-width: initial;
    object-fit: contain
}

.site-logo-container img,
.site-logo-container svg,
.site-logo-container picture {
    height: inherit;
    vertical-align: initial
}

.sticky-logo,
.dark-mode-logo {
    display: none
}

[data-sticky*=yes] .sticky-logo {
    display: initial
}

[data-sticky*=yes] .sticky-logo~.default-logo {
    display: none
}

[data-color-mode*=dark] .dark-mode-logo {
    display: initial
}

[data-color-mode*=dark] .dark-mode-logo~.sticky-logo,
[data-color-mode*=dark] .dark-mode-logo~.default-logo {
    display: none
}

@media(prefers-color-scheme: dark) {
    [data-color-mode*=os-default] .dark-mode-logo {
        display: initial
    }

    [data-color-mode*=os-default] .dark-mode-logo~.sticky-logo,
    [data-color-mode*=os-default] .dark-mode-logo~.default-logo {
        display: none
    }
}

[data-logo=top] {
    flex-direction: column
}

[data-logo=top] .site-description {
    margin-top: .3em
}

[data-logo=left] .site-title-container {
    margin-inline-start: 1em
}

[data-logo=right] {
    flex-direction: row-reverse
}

[data-logo=right] .site-title-container {
    margin-inline-end: 1em
}

.ct-header-cta {
    flex-shrink: 0;
    --theme-button-line-height: 1.3;
    --theme-icon-color: currentColor
}

.ct-header-cta a {
    gap: var(--theme-button-gap, .5em)
}

.ct-header-cta [data-size=small] {
    --theme-button-min-height: 34px;
    --theme-button-padding: 5px 15px;
    --theme-button-font-size: 13px
}

.ct-header-cta [data-size=medium] {
    --theme-button-min-height: 42px;
    --theme-button-padding: 5px 20px
}

.ct-header-cta [data-size=large] {
    --theme-button-min-height: 50px;
    --theme-button-padding: 5px 30px;
    --theme-button-font-size: 16px
}

.ct-header-cta .ct-button-text {
    display: flex;
    flex-direction: column;
    text-align: var(--horizontal-alignment)
}

.ct-header-cta .ct-button-secondary-text {
    color: var(--theme-button-text-initial-color);
    transition: color .12s cubic-bezier(.455, .03, .515, .955)
}

.ct-header-cta a:hover .ct-button-secondary-text {
    color: var(--theme-button-text-hover-color)
}

#offcanvas .ct-panel-content-inner {
    --margin: 0 0 20px 0
}

#offcanvas .ct-panel-content-inner>* {
    margin: var(--margin)
}

#offcanvas .ct-panel-content-inner>*:first-child {
    margin-top: 0
}

#offcanvas .ct-panel-content-inner>*:last-child {
    margin-bottom: 0
}

@media(max-width: 999.98px) {
    #offcanvas [data-device=desktop] {
        display: none
    }
}

@media(min-width: 1000px) {
    #offcanvas [data-device=mobile] {
        display: none
    }
}

.ct-header-cart,
.ct-header-account,
.ct-language-switcher[data-type=dropdown] {
    position: relative
}

.ct-header-cart:hover [data-placement],
.ct-header-cart:focus-within [data-placement],
.ct-header-account:hover [data-placement],
.ct-header-account:focus-within [data-placement],
.ct-language-switcher[data-type=dropdown]:hover [data-placement],
.ct-language-switcher[data-type=dropdown]:focus-within [data-placement] {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
}

.ct-cart-content,
.ct-header-account>ul,
.ct-language-switcher[data-type=dropdown]>ul {
    position: absolute;
    z-index: 15;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 10px, 0);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease
}

.ct-cart-content:not([data-placement]) *,
.ct-header-account>ul:not([data-placement]) *,
.ct-language-switcher[data-type=dropdown]>ul:not([data-placement]) * {
    transition: none
}

#offcanvas .ct-cart-content,
#offcanvas .ct-header-account>ul,
#offcanvas .ct-language-switcher[data-type=dropdown]>ul {
    display: none
}

[data-sticky*=yes],
[data-sticky*=fixed] {
    position: fixed;
    z-index: 5;
    top: calc(var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--header-sticky-offset, 0px));
    left: var(--theme-frame-size, 0);
    right: calc(var(--theme-frame-size, 0px) + var(--scrollbar-width, 0px))
}

[data-sticky*=slide][data-sticky*=yes-start] {
    transform: translateY(-100%)
}

[data-sticky*=slide][data-sticky*=yes-end] {
    transition: transform var(--header-sticky-animation-speed, 0.2s) cubic-bezier(.455, .03, .515, .955)
}

[data-sticky*=slide][data-sticky*=yes-hide-start] {
    transform: none
}

[data-sticky*=slide][data-sticky*=yes-hide-end] {
    transform: translateY(-100%);
    transition: transform var(--header-sticky-animation-speed, 0.2s) cubic-bezier(.455, .03, .515, .955)
}

[data-sticky*=fade][data-sticky*=yes-start] {
    opacity: 0
}

[data-sticky*=fade][data-sticky*=yes-end] {
    transition: opacity var(--header-sticky-animation-speed, 0.2s) cubic-bezier(.455, .03, .515, .955)
}

[data-sticky*=fade][data-sticky*=yes-hide-start] {
    opacity: 1
}

[data-sticky*=fade][data-sticky*=yes-hide-end] {
    opacity: 0;
    transition: opacity var(--header-sticky-animation-speed, 0.2s) cubic-bezier(.455, .03, .515, .955)
}

[data-sticky],
[data-sticky] [data-row],
[data-sticky] [data-row*=boxed]>div {
    transition: box-shadow var(--header-sticky-animation-speed, 0.2s) cubic-bezier(.455, .03, .515, .955), backdrop-filter var(--header-sticky-animation-speed, 0.2s) cubic-bezier(.455, .03, .515, .955), background-color var(--header-sticky-animation-speed, 0.2s) cubic-bezier(.455, .03, .515, .955)
}

[data-sticky] .ct-header-text,
[data-sticky] .site-description {
    transition: color .12s cubic-bezier(.455, .03, .515, .955)
}

@media(max-width: 999.98px) {
    [data-device=mobile][data-transparent] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
}

@media(min-width: 1000px) {
    [data-device=desktop][data-transparent] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
}

.ct-footer {
    padding: var(--footer-container-padding)
}

.ct-footer.ct-container {
    margin-bottom: var(--footer-container-bottom-offset);
    border-radius: var(--footer-container-border-radius)
}

.ct-footer [data-row]>div {
    display: grid;
    grid-template-columns: var(--grid-template-columns);
    grid-column-gap: var(--columns-gap, 50px);
    grid-row-gap: var(--columns-gap, 50px);
    padding-block: var(--container-spacing)
}

.ct-footer [data-column] {
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment);
    justify-content: var(--vertical-alignment, flex-start);
    min-width: 0
}

.ct-footer [data-column*=widget] {
    text-align: var(--text-horizontal-alignment)
}

@media(max-width: 999.98px) {
    .ct-footer [data-column=ghost] {
        display: none
    }
}

.ct-footer [data-row] {
    border-top: var(--theme-border-top);
    border-bottom: var(--theme-border-bottom)
}

.ct-footer [data-row]>div {
    border-top: var(--theme-border-top);
    border-bottom: var(--theme-border-bottom)
}

@media(min-width: 1000px) {
    .ct-footer [data-column] {
        position: relative
    }

    .ct-footer [data-column]:not(:last-child):after {
        position: absolute;
        content: "";
        top: calc(var(--container-spacing)*-1);
        inset-inline-end: calc(var(--columns-gap, 50px)/2*-1);
        height: calc(100% + var(--container-spacing)*2);
        border-inline-end: var(--theme-border)
    }
}

[data-columns-divider] {
    position: relative
}

[data-columns-divider]:after {
    position: absolute;
    inset: 0;
    width: 0;
    margin: 0 auto;
    border-inline-end: var(--theme-border)
}

@media(min-width: 690px)and (max-width:999.98px) {
    [data-columns-divider*=md]:after {
        content: ""
    }
}

@media(max-width: 689.98px) {
    [data-columns-divider*=sm]:after {
        content: ""
    }
}

[data-footer*=reveal] .site-main {
    box-shadow: var(--footer-box-shadow)
}

[data-footer*=reveal] .site-main,
[data-footer*=reveal] #main-container {
    background: inherit
}

[data-footer*=reveal] .site-main,
[data-footer*=reveal] .ct-trending-block {
    z-index: 1
}

[data-footer*=reveal] #main-container>[data-block] {
    z-index: 2
}

[data-footer*=reveal] .ct-footer {
    position: var(--position);
    bottom: var(--theme-frame-size, 0)
}

.ct-footer [data-column]>[data-id] {
    margin: var(--margin)
}

[data-column*=copyright] {
    display: flex;
    flex-direction: column;
    justify-content: var(--vertical-alignment);
    text-align: var(--horizontal-alignment)
}

.ct-footer-copyright {
    color: var(--theme-text-color);
    --theme-content-spacing: 0;
    --theme-link-initial-color: var(--theme-text-color)
}

.ct-footer-copyright>*:not(:first-child) {
    margin-top: .5em
}

.ct-footer-socials .ct-social-box {
    justify-content: var(--horizontal-alignment)
}

.ct-footer .ct-widget {
    color: var(--theme-text-color);
    margin: var(--margin);
    --theme-link-initial-color: var(--theme-text-color)
}

.ct-footer .ct-widget:not(:first-child) {
    margin-top: var(--widgets-gap, 40px)
}

.ct-footer .ct-widget:has(.ct-newsletter-subscribe-block, .wp-block-separator) {
    width: 100%
}

.ct-search-form {
    position: relative;
    display: flex;
    isolation: isolate;
    --theme-link-initial-color: var(--theme-text-color)
}

.ct-search-form input {
    z-index: 2
}

.ct-search-form input::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.ct-search-form[data-form-controls=inside] .wp-element-button {
    transform: none;
    box-shadow: none;
    border-radius: var(--has-classic-forms, var(--theme-form-field-border-radius, 3px));
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    border-width: var(--theme-form-field-border-width, 1px);
    border-style: var(--theme-form-field-border-style, solid);
    border-color: var(--theme-form-field-border-initial-color);
    --theme-icon-size: 13px;
    --theme-button-text-initial-color: var(--theme-text-color);
    --theme-button-text-hover-color: var(--theme-form-field-border-focus-color);
    --theme-button-background-initial-color: var(--has-classic-forms, var(--theme-form-field-background-initial-color));
    --theme-button-background-hover-color: var(--has-classic-forms, var(--theme-form-field-background-initial-color))
}

.ct-search-form[data-form-controls=inside]:not([data-taxonomy-filter=true]) [data-button*=icon] {
    border-inline-start: 0
}

.ct-search-form[data-form-controls=outside] .wp-element-button {
    margin-inline-start: 10px;
    border-radius: var(--theme-form-field-border-radius, 3px)
}

.ct-search-form[data-taxonomy-filter=true] input,
.ct-search-form[data-form-controls=inside] input,
.ct-search-form[data-form-controls=inside] select {
    border-inline-end: 0;
    border-start-end-radius: 0;
    border-end-end-radius: 0
}

.ct-search-form input:focus~.ct-search-form-controls select,
.ct-search-form input:focus~.ct-search-form-controls [data-button*=inside] {
    border-color: var(--theme-form-field-border-focus-color);
    background-color: var(--has-classic-forms, var(--theme-form-field-background-focus-color))
}

.ct-search-form .ct-search-form-controls {
    display: flex;
    z-index: 2
}

.ct-search-form select {
    font-size: 14px;
    width: var(--search-form-select-width, auto);
    border-start-start-radius: 0;
    border-end-start-radius: 0
}

.ct-search-form select:focus {
    --theme-form-field-border-focus-color: var(--theme-form-field-border-initial-color)
}

.ct-search-form .wp-element-button {
    white-space: nowrap;
    --theme-button-min-height: var(--search-button-size, var(--theme-form-field-height, 40px))
}

.ct-search-form .wp-element-button[data-button*=icon] {
    padding: initial;
    width: var(--search-button-size, var(--theme-form-field-height, 40px));
    --theme-icon-color: currentColor
}

.ct-search-form .ct-ajax-loader {
    opacity: 0;
    --loader-size: 18px
}

.ct-search-form.ct-has-dropdown {
    z-index: 2
}

.widget_media_gallery .gallery {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px
}

.widget_media_gallery .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

.widget_media_gallery .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

.widget_media_gallery .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr)
}

.widget_media_gallery .gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr)
}

.widget_media_gallery .gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr)
}

.widget_media_gallery .gallery-item a:hover {
    opacity: .8
}

.ct-query-template-grid {
    display: grid;
    gap: var(--grid-columns-gap, 30px);
    grid-template-columns: repeat(var(--grid-columns-width), minmax(0, 1fr))
}

[class*=ct-contact-info] {
    --theme-link-initial-color: var(--theme-block-text-color, var(--theme-text-color))
}

[class*=ct-contact-info] ul {
    display: flex;
    flex-direction: var(--items-direction, row);
    flex-wrap: wrap;
    gap: var(--items-spacing, 15px);
    align-items: var(--horizontal-alignment);
    text-align: start
}

[class*=ct-contact-info] li {
    display: flex;
    column-gap: 15px;
    align-items: center
}

[class*=ct-contact-info] li:hover a {
    color: var(--theme-link-hover-color)
}

[class*=ct-contact-info] .contact-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    word-break: break-word;
    color: var(--theme-block-text-color, var(--theme-text-color))
}

[class*=ct-contact-info] .contact-title {
    font-weight: 600
}

.ct-dynamic-data a {
    --theme-link-initial-color: initial
}

.ct-dynamic-media {
    display: flex
}

.ct-dynamic-media .ct-dynamic-media-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    will-change: transform
}

@media(hover: hover) {
    .ct-dynamic-media .ct-dynamic-media-inner[data-hover] img {
        transition: transform .5s ease
    }

    .ct-dynamic-media .ct-dynamic-media-inner[data-hover=zoom-in]:hover img {
        transform: scale(1.1)
    }

    .ct-dynamic-media .ct-dynamic-media-inner[data-hover=zoom-out] img {
        transform: scale(1.1)
    }

    .ct-dynamic-media .ct-dynamic-media-inner[data-hover=zoom-out]:hover img {
        transform: scale(1)
    }
}

.ct-dynamic-data-layer {
    color: var(--theme-text-color);
    --theme-link-initial-color: var(--theme-text-color)
}

.ct-dynamic-data-layer>span {
    margin-inline-end: 5px
}

.ct-widget li ul,
.ct-widget li ol {
    padding-inline-start: 25px
}

[data-panel*=in] [data-behaviour=modal].active .ct-panel-content,
[data-panel*=out] [data-behaviour=modal] .ct-panel-content {
    animation-duration: .25s;
    animation-fill-mode: both
}

[data-panel*=in] [data-behaviour=modal].active .ct-panel-content {
    animation-name: move-in
}

[data-panel*=out] [data-behaviour=modal] .ct-panel-content {
    animation-name: move-out
}

@keyframes move-in {
    0% {
        opacity: 0;
        transform: translate3d(0, -40px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes move-out {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(0, 40px, 0)
    }
}

[data-behaviour*=side] .ct-panel-inner {
    position: absolute;
    inset-block: 0;
    height: calc(100% - var(--side-panel-offset, 0px)*2);
    width: calc(100% - var(--side-panel-offset, 0px)*2);
    max-width: var(--side-panel-width, 500px);
    margin: var(--side-panel-offset, 0);
    box-shadow: var(--theme-box-shadow);
    border-radius: var(--side-panel-border-radius, 0);
    transition: transform .25s ease-in-out
}

[data-panel*=in] [data-behaviour*=side].active .ct-panel-inner {
    transform: translate3d(0, 0, 0)
}

[data-behaviour*=right-side] .ct-panel-inner {
    align-self: flex-end;
    transform: translate3d(var(--theme-panel-reveal-right, 20%), 0, 0)
}

[data-behaviour*=left-side] .ct-panel-inner {
    align-self: flex-start;
    transform: translate3d(var(--theme-panel-reveal-left, -20%), 0, 0)
}

body[data-panel] {
    padding-right: var(--scrollbar-width, 0)
}

body[data-panel] .ct-panel.active {
    display: flex
}

body[data-panel*=in] .ct-panel.active {
    opacity: 1;
    pointer-events: auto
}

.ct-panel {
    flex-direction: column;
    position: fixed;
    z-index: 999999;
    inset: var(--admin-bar, 0) 0 0 0;
    opacity: 0;
    display: none;
    pointer-events: none;
    transition: opacity .25s ease-in-out
}

.ct-panel .ct-panel-inner {
    display: flex;
    flex-direction: column
}

@media(max-width: 689.98px) {
    .ct-panel .ct-panel-inner {
        --panel-padding: 25px
    }
}

.ct-panel-actions {
    display: flex;
    align-items: center;
    padding-inline: var(--panel-padding, 35px)
}

@media(max-width: 689.98px) {
    .ct-panel-actions {
        padding-top: 20px
    }
}

@media(min-width: 690px) {
    .ct-panel-actions {
        padding-top: 30px
    }
}

.ct-panel-actions .ct-panel-heading {
    font-size: 15px;
    font-weight: 600;
    color: var(--theme-text-color)
}

.ct-panel-actions .ct-toggle-close {
    --toggle-button-padding: 10px;
    --toggle-button-margin-end: -10px;
    --toggle-button-margin-block: -10px
}

.ct-panel-content {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: var(--vertical-alignment, flex-start)
}

.ct-panel-content-inner {
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment, flex-start);
    height: var(--panel-content-height, auto);
    overflow-y: auto;
    padding: var(--panel-padding, 35px)
}

.ct-social-box {
    display: flex;
    flex-direction: var(--items-direction, row);
    flex-wrap: var(--wrap, wrap);
    gap: var(--items-spacing, 15px)
}

.ct-social-box a {
    display: flex;
    align-items: center
}

.ct-social-box .ct-label {
    margin-inline-start: .7em;
    transition: color .12s cubic-bezier(.455, .03, .515, .955)
}

[data-color=official] .ct-icon-container {
    --theme-icon-color: var(--official-color);
    --theme-icon-hover-color: var(--official-color);
    transition: opacity .12s cubic-bezier(.455, .03, .515, .955)
}

[data-color=official] .ct-icon-container:hover {
    opacity: .7
}

[data-color=official] .ct-label {
    color: var(--official-color)
}

[data-color=official][data-icons-type*=solid] .ct-icon-container {
    --theme-icon-color: #fff;
    --theme-icon-hover-color: #fff;
    background-color: var(--official-color)
}

[data-color=official][data-icons-type*=outline] .ct-icon-container {
    border: 1px solid var(--official-color)
}

.ct-drawer-canvas[data-location=end] {
    height: calc(var(--shortcuts-bar-parent-height, var(--shortcuts-bar-height, 0px)) + var(--floating-bar-parent-height, var(--floating-bar-height, 0px)) + var(--compare-bar-height, 0px))
}

.ct-drawer-canvas[data-location=end] .ct-drawer-inner {
    position: fixed;
    z-index: 100;
    inset-inline: var(--theme-frame-size, 0) calc(var(--theme-frame-size, 0px) + var(--scrollbar-width, 0px));
    bottom: var(--theme-frame-size, 0);
    height: calc(var(--shortcuts-bar-parent-height, var(--shortcuts-bar-height, 0px)) + var(--floating-bar-parent-height, var(--floating-bar-height, 0px)) + var(--compare-bar-height, 0px));
    transition: transform .2s ease
}

#main-container {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: calc(100vh - var(--admin-bar, 0px) - var(--theme-frame-size, 0px)*2);
    overflow: hidden;
    overflow: clip
}

#main-container .site-main {
    flex-grow: 1
}

[class*=ct-container] {
    margin-inline: auto
}

.ct-container,
.ct-container-narrow {
    width: var(--theme-container-width)
}

.ct-container {
    max-width: var(--theme-normal-container-max-width)
}

.ct-container-narrow {
    max-width: var(--theme-narrow-container-max-width)
}

.ct-container-fluid {
    width: calc(var(--theme-container-edge-spacing) - var(--theme-frame-size, 0px)*2)
}

@media(min-width: 1000px) {
    .ct-container-fluid {
        --theme-container-edge-spacing: calc(100vw - 60px)
    }
}

.is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    width: var(--theme-block-width)
}

.is-width-constrained {
    margin-inline: auto;
    width: var(--theme-container-width);
    max-width: var(--theme-block-max-width)
}

[data-vertical-spacing*=top] {
    padding-top: var(--theme-content-vertical-spacing)
}

[data-vertical-spacing*=bottom] {
    padding-bottom: var(--theme-content-vertical-spacing)
}

[data-layout*=grid] {
    display: grid;
    grid-template-columns: var(--grid-template-columns);
    grid-column-gap: var(--grid-columns-gap, 30px);
    grid-row-gap: var(--grid-columns-gap, 30px)
}

@media(max-width: 689.98px) {
    [data-layout=enhanced-grid] {
        --grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media(min-width: 690px) {
    [data-layout=enhanced-grid] {
        --grid-template-columns: repeat(6, 1fr)
    }
}

@media(min-width: 690px)and (max-width:999.98px) {
    [data-layout=enhanced-grid]>* {
        grid-column: span 3
    }
}

@media(min-width: 1000px) {
    [data-layout=enhanced-grid]>* {
        grid-column: span 2
    }

    [data-layout=enhanced-grid]>*:nth-child(5n+1),
    [data-layout=enhanced-grid]>*:nth-child(5n+2) {
        grid-column: span 3
    }
}

[data-archive=default][data-layout=simple] article {
    display: flex;
    gap: var(--card-inner-spacing, 30px)
}

@media(max-width: 689.98px) {
    [data-archive=default][data-layout=simple] article {
        flex-direction: column
    }
}

@media(min-width: 690px) {
    [data-archive=default][data-layout=simple] article>.ct-media-container {
        max-width: var(--card-media-max-width, 40%);
        flex-shrink: 0;
        margin-inline-end: 0
    }

    [data-archive=default][data-layout=simple] article>.ct-media-container:not(.boundless-image) {
        align-self: center
    }
}

[data-archive=default][data-layout=simple] article .card-content {
    flex: 1
}

@media(min-width: 690px) {
    [data-archive=default][data-layout=simple] article .card-content {
        align-self: center
    }
}

[data-archive=default][data-layout=simple]>article {
    border-bottom: var(--card-border, none);
    padding-bottom: var(--grid-columns-gap, 30px)
}

[data-archive=default][data-layout=simple]>article:not(:last-child) {
    margin-bottom: var(--grid-columns-gap, 30px)
}

@media(min-width: 690px) {
    [data-archive=default][data-layout=simple][data-cards=boxed] .entry-card .boundless-image {
        width: 100%;
        margin-bottom: calc(var(--card-inner-spacing, 30px)*-1)
    }
}

[data-archive=default][data-layout=classic] article:not(:last-child) {
    margin-bottom: var(--grid-columns-gap, 30px)
}

[data-archive=default][data-layout=gutenberg]>article {
    align-items: center
}

[data-archive=default][data-layout=gutenberg]>article:not(:last-child) {
    margin-bottom: var(--grid-columns-gap, 30px)
}

[data-archive=default][data-layout=gutenberg]>article>*:not(.entry-button) {
    width: 100%
}

[data-archive=default][data-layout=gutenberg]>article>*:not(.ct-media-container) {
    max-width: var(--theme-narrow-container-max-width)
}

[data-archive=default][data-layout=gutenberg]>article>.ct-media-container {
    max-width: calc(var(--theme-narrow-container-max-width) + var(--theme-wide-offset)*2)
}

[data-archive=default][data-layout=gutenberg]>article:not(:last-child):after {
    content: "·····";
    font-size: 25px;
    letter-spacing: 1.5em;
    padding-inline-start: 1.5em;
    font-family: serif;
    text-align: center;
    opacity: .5;
    margin-top: calc(var(--grid-columns-gap, 30px) + 10px)
}

[data-archive=default] .entry-card {
    text-align: var(--text-horizontal-alignment)
}

[data-archive=default] .entry-card .entry-title {
    --theme-link-initial-color: initial
}

[data-archive=default] .entry-card .entry-divider {
    border-bottom: var(--entry-divider)
}

[data-archive=default] .card-content {
    display: flex;
    flex-direction: column
}

[data-archive=default] .card-content>* {
    margin-block: 0 var(--card-element-spacing, 20px)
}

[data-archive=default] .card-content>*:last-child {
    margin-bottom: 0
}

[data-cards=boxed] .entry-card,
[data-cards=cover] .entry-card {
    padding: var(--card-inner-spacing, 30px);
    border: var(--card-border, none);
    box-shadow: var(--theme-box-shadow);
    border-radius: var(--theme-border-radius)
}

[data-archive=default][data-cards=cover] .entry-card {
    position: relative;
    min-height: var(--card-min-height, 400px);
    justify-content: var(--vertical-alignment)
}

[data-archive=default][data-cards=cover] .entry-card .ct-media-container {
    position: absolute;
    isolation: isolate;
    inset: 0;
    margin: 0
}

[data-archive=default][data-cards=cover] .entry-card .ct-media-container img {
    height: 100%
}

[data-archive=default][data-cards=cover] .entry-card>*:not(.ct-media-container) {
    position: relative;
    z-index: 1
}

[data-archive=default][data-cards=simple] .entry-card {
    padding-bottom: var(--grid-columns-gap, 30px);
    border-bottom: var(--card-border, none)
}

.entries:not([data-cards=cover]) :is(.entry-button, .entry-meta, .ct-media-container):last-child:not(:only-child) {
    --card-element-margin-start: auto;
    margin-top: var(--card-element-margin-start)
}

.entry-excerpt {
    max-width: 100%;
    color: var(--theme-text-color)
}

.entry-card .ct-media-container {
    box-shadow: var(--theme-image-shadow);
    border-radius: var(--theme-image-border-radius, var(--theme-border-radius, 0))
}

.entry-card .boundless-image {
    width: calc(100% + var(--card-inner-spacing, 30px)*2);
    margin-inline: calc(var(--card-inner-spacing, 30px)*-1)
}

.entry-card .boundless-image: first-child {
    margin-top: calc(var(--card-inner-spacing, 30px)*-1)
}

.entry-card .boundless-image:first-child:not(:only-child) {
    border-end-start-radius: 0;
    border-end-end-radius: 0
}

.entry-card .boundless-image:last-child {
    margin-bottom: calc(var(--card-inner-spacing, 30px)*-1)
}

.entry-card .boundless-image:last-child:not(:only-child) {
    border-start-start-radius: 0;
    border-start-end-radius: 0
}

.entry-card .boundless-image:not(:first-child):not(:last-child) {
    border-radius: 0
}

.entry-card .boundless-image img {
    height: 100%
}

@media(min-width: 690px) {
    [data-layout=simple][data-cards=boxed] .entry-card .boundless-image {
        border-radius: var(--theme-image-border-radius, var(--theme-border-radius, 0));
        border-start-end-radius: 0;
        border-end-end-radius: 0
    }
}

article>.ct-comments,
article>.ct-related-posts {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid var(--theme-border-color)
}

@media(max-width: 689.98px) {
    .ct-comments-container>div {
        padding-top: 40px;
        padding-bottom: 60px
    }
}

@media(min-width: 690px) {
    .ct-comments-container>div {
        padding-top: 60px;
        padding-bottom: 100px
    }
}

[data-block-structure=custom] {
    width: 100%
}

.hero-section .ct-author-name [class*=ct-media-container] {
    border-radius: 100%;
    margin-bottom: 10px
}

.author-box-socials {
    --theme-icon-size: 12px;
    --theme-icon-color: #fff
}

.author-box-socials span {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px
}

.author-box-socials span a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: var(--background-color, var(--theme-palette-color-1))
}

.author-box-socials span a:hover {
    background: var(--background-hover-color, var(--theme-palette-color-2))
}

.author-box-socials span a:hover .ct-icon {
    fill: var(--theme-icon-hover-color, #fff)
}

.ct-no-results {
    --alignment: center
}

.ct-no-results .ct-search-form {
    margin: 0 auto;
    max-width: 400px
}

[data-content=normal]>article {
    --theme-block-width: var(--has-wide, var(--theme-container-width));
    --theme-block-max-width: var(--has-wide, var(--theme-normal-container-max-width));
    --theme-block-wide-max-width: var(--has-wide, calc(var(--theme-normal-container-max-width) + var(--theme-wide-offset) * 2));
    --theme-boxed-content-max-width: var(--theme-normal-container-max-width)
}

[data-content=narrow]>article {
    --theme-block-width: var(--has-wide, var(--theme-container-width));
    --theme-block-max-width: var(--has-wide, var(--theme-narrow-container-max-width));
    --theme-block-wide-max-width: var(--has-wide, calc(var(--theme-narrow-container-max-width) + var(--theme-wide-offset) * 2));
    --theme-boxed-content-max-width: var(--theme-narrow-container-max-width)
}

[class*=ct-container]>article {
    --has-background: var(--has-boxed);
    --has-boxed-structure: var(--has-boxed);
    --wp--style--global--content-size: var(--theme-block-max-width);
    --wp--style--global--wide-size: var(--theme-block-wide-max-width);
    border: var(--has-boxed, var(--theme-boxed-content-border));
    padding: var(--has-boxed, var(--theme-boxed-content-spacing));
    box-shadow: var(--has-boxed, var(--theme-boxed-content-box-shadow));
    border-radius: var(--has-boxed, var(--theme-boxed-content-border-radius));
    margin-inline: var(--has-boxed-structure, auto);
    width: var(--has-boxed-structure, var(--theme-container-width));
    max-width: var(--has-boxed-structure, var(--theme-boxed-content-max-width))
}

[data-prefix*=preview-mode] article[class*=post] {
    --has-boxed: var(--false);
    --has-wide: var(--true)
}

.alignleft,
.alignright {
    margin-top: .3em;
    margin-bottom: .3em
}

.alignleft {
    float: left;
    margin-inline-end: 1.5em
}

.alignright {
    float: right;
    margin-inline-start: 1.5em
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.entry-content>.alignleft {
    margin-inline-start: calc((100% - min(var(--theme-block-max-width), var(--theme-container-width-base)))/2)
}

.entry-content>.alignright {
    margin-inline-end: calc((100% - min(var(--theme-block-max-width), var(--theme-container-width-base)))/2)
}

.entry-content .alignleft {
    margin-inline-end: var(--theme-content-spacing)
}

.entry-content .alignright {
    margin-inline-start: var(--theme-content-spacing)
}

.entry-content:after {
    display: table;
    clear: both;
    content: ""
}

.wp-block-image:last-child {
    margin-bottom: 0
}

.wp-block-image.wp-lightbox-container {
    isolation: isolate
}

.wp-block-buttons .wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-buttons .wp-block-button.is-style-outline>.wp-block-button__link {
    padding: var(--theme-button-padding)
}

.wp-block-button[style*=font-weight] .wp-block-button__link {
    font-weight: inherit
}

article>.entry-content>table,
article>.entry-content>iframe {
    --theme-block-width: var(--theme-container-width)
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: var(--theme-form-field-border-initial-color)
}

.wp-block-calendar table caption {
    font-weight: 500;
    padding: 0;
    margin-bottom: .7rem
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: var(--theme-form-field-border-initial-color)
}

.has-drop-cap:not(:focus):first-letter {
    font-size: 5.55em;
    font-weight: 700
}

@media(max-width: 689.98px) {
    .instagram-media {
        max-width: 100% !important;
        min-width: initial !important
    }
}

.entry-content figcaption {
    text-align: center;
    margin-block: .5em 0
}

.wp-block-table table:not(.has-border-color) thead,
.wp-block-table table:not(.has-border-color) tfoot,
.wp-block-table table:not(.has-border-color) td,
.wp-block-table table:not(.has-border-color) th {
    border-color: var(--theme-table-border-color, var(--theme-border-color))
}

.wp-block-table.is-style-stripes {
    border: 0
}

.wp-block-search .wp-element-button {
    min-height: var(--theme-form-field-height, 40px)
}

.wp-block-search.wp-block-search__icon-button .wp-element-button {
    padding: 5px;
    min-width: var(--theme-form-field-height, 40px)
}

.wp-block-search.wp-block-search__text-button .wp-element-button {
    padding: 5px 20px
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-radius: var(--theme-form-field-border-radius, 3px);
    border-color: var(--theme-form-field-border-initial-color)
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border: none
}

.wp-block-spacer {
    margin-block: 0
}

.wp-block-gallery ul {
    width: 100%;
    margin-bottom: -16px
}

.wp-block-gallery figcaption {
    --theme-block-max-width: 100%
}

.wp-block-separator {
    border: none;
    color: var(--theme-form-field-border-initial-color)
}

.wp-block-separator:not(:where(.is-style-wide, .is-style-dots, .alignfull, .alignwide)) {
    max-width: 100px
}

.wp-block-separator:not(.is-style-dots) {
    height: 2px
}

.page-links,
.woocommerce-pagination>.page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    border-top: 1px solid var(--theme-border-color);
    padding-top: calc(var(--theme-content-spacing) + 1.5em);
    margin-top: calc(var(--theme-content-spacing) + 1.5em)
}

.page-links a,
.page-links .current,
.page-links .post-pages-label,
.woocommerce-pagination>.page-numbers a,
.woocommerce-pagination>.page-numbers .current,
.woocommerce-pagination>.page-numbers .post-pages-label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    min-width: 38px;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid var(--theme-border-color)
}

.page-links .current,
.woocommerce-pagination>.page-numbers .current {
    color: #fff;
    background: var(--theme-palette-color-1);
    --theme-border-color: var(--theme-palette-color-1)
}

.page-links a,
.woocommerce-pagination>.page-numbers a {
    --theme-link-initial-color: var(--theme-text-color)
}

.page-links a:hover,
.woocommerce-pagination>.page-numbers a:hover {
    box-shadow: 0 0 0 1px var(--theme-palette-color-1);
    --theme-border-color: var(--theme-palette-color-1)
}

@media(max-width: 600px) {
    .wp-block-media-text .wp-block-media-text__content {
        padding: var(--theme-content-spacing)
    }
}

.wp-block-media-text .wp-block-media-text__content p:last-child {
    margin-bottom: 0
}

@media(max-width: 600px) {
    .wp-block-media-text:not(.has-background) .wp-block-media-text__content {
        padding-inline: 0;
        padding-bottom: 0
    }
}

.wp-block-post-title a {
    --theme-link-initial-color: initial
}

.post-password-form>p:last-child {
    display: grid;
    align-items: flex-end;
    gap: 15px
}

@media(min-width: 690px) {
    .post-password-form>p:last-child {
        grid-template-columns: 1fr 250px
    }
}

.post-password-form>p:last-child>label {
    margin-bottom: 0
}

.post-password-form>p:last-child>label input {
    margin-top: .5em
}

.post-password-form>p:last-child>input[type=submit] {
    height: var(--theme-form-field-height, 40px)
}

blockquote:where(:not(.is-style-plain)):where(:not(.has-text-align-center):not(.has-text-align-right)) {
    border-inline-start: 4px solid var(--theme-palette-color-1)
}

blockquote:where(:not(.is-style-plain)).has-text-align-center {
    padding-block: 1.5em;
    border-block: 3px solid var(--theme-palette-color-1)
}

blockquote:where(:not(.is-style-plain)).has-text-align-right {
    border-inline-end: 4px solid var(--theme-palette-color-1)
}

blockquote:where(:not(.is-style-plain):not(.has-text-align-center):not(.has-text-align-right)) {
    padding-inline-start: 1.5em
}

blockquote.has-text-align-right {
    padding-inline-end: 1.5em
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote cite {
    font-size: 14px
}

figure.wp-block-pullquote {
    position: relative;
    padding: 70px;
    text-align: initial;
    border-width: 10px;
    border-style: solid;
    border-color: var(--theme-palette-color-1)
}

@media(max-width: 689.98px) {
    figure.wp-block-pullquote {
        padding: 50px
    }
}

figure.wp-block-pullquote blockquote {
    border: 0;
    padding: 0;
    position: relative;
    isolation: isolate
}

figure.wp-block-pullquote blockquote:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: var(--quote-icon-size, 70px);
    height: var(--quote-icon-size, 70px);
    top: calc(var(--quote-icon-size, 70px)/-3);
    inset-inline-start: calc(var(--quote-icon-size, 70px)/-3);
    opacity: .15;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M0,19.04v-8.62c-0.04-1.24,0.14-2.4,0.54-3.49S1.49,4.88,2.2,4.06C2.92,3.23,3.77,2.55,4.76,2C5.76,1.46,6.84,1.11,8,0.96 v3.72C6.58,5.17,5.6,5.89,5.07,6.85C4.55,7.8,4.29,8.98,4.29,10.37H8v8.67H0zM12,19.04v-8.62c-0.04-1.24,0.14-2.4,0.53-3.49 s0.95-2.05,1.66-2.87c0.71-0.83,1.57-1.51,2.56-2.06c0.99-0.54,2.08-0.89,3.24-1.04v3.72c-1.43,0.49-2.4,1.21-2.93,2.17c-0.53,0.96-0.79,2.13-0.79,3.52H20v8.67H12z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M0,19.04v-8.62c-0.04-1.24,0.14-2.4,0.54-3.49S1.49,4.88,2.2,4.06C2.92,3.23,3.77,2.55,4.76,2C5.76,1.46,6.84,1.11,8,0.96 v3.72C6.58,5.17,5.6,5.89,5.07,6.85C4.55,7.8,4.29,8.98,4.29,10.37H8v8.67H0zM12,19.04v-8.62c-0.04-1.24,0.14-2.4,0.53-3.49 s0.95-2.05,1.66-2.87c0.71-0.83,1.57-1.51,2.56-2.06c0.99-0.54,2.08-0.89,3.24-1.04v3.72c-1.43,0.49-2.4,1.21-2.93,2.17c-0.53,0.96-0.79,2.13-0.79,3.52H20v8.67H12z'/%3E%3C/svg%3E")
}

@media(max-width: 689.98px) {
    figure.wp-block-pullquote blockquote:before {
        --quote-icon-size: 40px
    }
}

figure.wp-block-pullquote blockquote p {
    margin-bottom: 1em
}

figure.wp-block-pullquote blockquote p:last-child {
    margin-bottom: 0
}

figure.wp-block-pullquote blockquote cite {
    font-size: 16px;
    font-weight: 500
}

.wp-block-group.is-position-sticky {
    top: calc(var(--wp-block-top-offset, 0px) + var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--header-sticky-height, 0px)*var(--sticky-shrink, 100)/100)
}

:root :where(p.has-background, .wp-block-group.has-background) {
    padding: var(--theme-content-spacing)
}

[data-link=type-3] .entry-content p>a,
[data-link=type-3] .entry-content em>a,
[data-link=type-3] .entry-content strong>a,
[data-link=type-3] .entry-content>ul a,
[data-link=type-3] .entry-content>ol a {
    background-size: var(--has-link-decoration, 0% 1px);
    background-image: var(--has-link-decoration, linear-gradient(currentColor, currentColor))
}

[data-link=type-3] .entry-content p>a:hover,
[data-link=type-3] .entry-content em>a:hover,
[data-link=type-3] .entry-content strong>a:hover,
[data-link=type-3] .entry-content>ul a:hover,
[data-link=type-3] .entry-content>ol a:hover {
    background-size: var(--has-link-decoration, 100% 1px)
}

[data-link=type-4] .entry-content p>a:hover,
[data-link=type-4] .entry-content em>a:hover,
[data-link=type-4] .entry-content strong>a:hover,
[data-link=type-4] .entry-content>ul a:hover,
[data-link=type-4] .entry-content>ol a:hover {
    color: var(--has-link-decoration, #fff);
    background-size: var(--has-link-decoration, 100% 100%);
    background-image: var(--has-link-decoration, linear-gradient(var(--theme-link-hover-color), var(--theme-link-hover-color)))
}

[data-link=type-5] .entry-content p>a,
[data-link=type-5] .entry-content em>a,
[data-link=type-5] .entry-content strong>a,
[data-link=type-5] .entry-content>ul a,
[data-link=type-5] .entry-content>ol a {
    background-size: var(--has-link-decoration, 0% 100%);
    background-image: var(--has-link-decoration, linear-gradient(var(--theme-link-hover-color), var(--theme-link-hover-color)))
}

[data-link=type-5] .entry-content p>a:hover,
[data-link=type-5] .entry-content em>a:hover,
[data-link=type-5] .entry-content strong>a:hover,
[data-link=type-5] .entry-content>ul a:hover,
[data-link=type-5] .entry-content>ol a:hover {
    color: var(--has-link-decoration, #fff);
    background-size: var(--has-link-decoration, 100% 100%)
}

.ct-tooltip {
    display: flex;
    align-items: center;
    z-index: 200;
    width: auto;
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    pointer-events: none;
    background: #363f42;
    transition: opacity .2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform .2s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.ct-tooltip:before,
.ct-tooltip:after {
    content: "";
    position: absolute;
    box-sizing: border-box
}

.ct-tooltip:before {
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px
}

.ct-tooltip:after {
    width: 10px;
    height: 5px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #363f42
}

.menu>.menu-item:not([class*=ct-mega-menu]) .sub-menu li:first-child {
    border-top: none
}

[data-dropdown*=solid] .sub-menu li:hover>.ct-menu-link,
[data-dropdown*=solid] .sub-menu li[class*=current-menu-]>a,
[data-dropdown*=padded] .sub-menu li:hover>.ct-menu-link,
[data-dropdown*=padded] .sub-menu li[class*=current-menu-]>a {
    background-color: var(--dropdown-background-hover-color, rgba(255, 255, 255, 0.03))
}

[data-dropdown*=solid] .sub-menu li:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

[data-dropdown*=solid] .sub-menu li:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

[data-dropdown*=padded] .sub-menu {
    --menu-item-radius: 3px;
    --menu-item-padding: calc(var(--dropdown-items-spacing, 13px) - 7px) calc(var(--dropdown-items-spacing, 13px) - 4px)
}

[data-dropdown*=padded] .sub-menu li>.ct-menu-link {
    margin: calc(var(--has-divider)*8px) calc(8px + (1 - var(--has-divider))*8px)
}

[data-dropdown*=padded]>ul>li:not([class*=ct-mega-menu]) .sub-menu li:first-child>.ct-menu-link {
    margin-top: calc(8px + (1 - var(--has-divider))*8px)
}

[data-dropdown*=padded]>ul>li:not([class*=ct-mega-menu]) .sub-menu li:last-child>.ct-menu-link {
    margin-bottom: calc(8px + (1 - var(--has-divider))*8px)
}

[data-dropdown*=padded] [class*=animated-submenu] [data-submenu]:not(:first-child)>ul {
    top: calc((1 - var(--has-divider))*-16px)
}

.mobile-menu li:hover>.ct-sub-menu-parent .ct-menu-link:not(.ct-disabled-link),
.mobile-menu li:hover>.ct-sub-menu-parent .ct-toggle-dropdown-mobile,
.mobile-menu li.dropdown-active>.ct-sub-menu-parent .ct-menu-link:not(.ct-disabled-link),
.mobile-menu li.dropdown-active>.ct-sub-menu-parent .ct-toggle-dropdown-mobile,
.mobile-menu li[class*=current-menu-]>.ct-sub-menu-parent .ct-menu-link:not(.ct-disabled-link),
.mobile-menu li[class*=current-menu-]>.ct-sub-menu-parent .ct-toggle-dropdown-mobile {
    color: inherit
}

.mobile-menu li.dropdown-active>.ct-sub-menu-parent {
    color: var(--theme-link-hover-color)
}

.mobile-menu li.dropdown-active>.ct-sub-menu-parent svg {
    fill: var(--theme-icon-hover-color, var(--theme-link-hover-color))
}

.mobile-menu[data-submenu-dots=yes] [class*=children]>ul {
    padding-inline-start: calc(30px*var(--has-indentation, 1))
}

.mobile-menu[data-submenu-dots=yes] [class*=children]>ul li a: not(:empty):before {
    position: absolute;
    content: "";
    top: calc(50% - 2px);
    inset-inline-start: -30px;
    width: 3px;
    height: calc(3px*var(--has-indentation, 1));
    opacity: .3;
    border-radius: 5px;
    background: currentColor;
    transition: opacity .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), background .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), width .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.mobile-menu[data-submenu-dots=yes] [class*=children]>ul li a:hover:before,
.mobile-menu[data-submenu-dots=yes] [class*=children]>ul li.dropdown-active>.ct-sub-menu-parent>a:before {
    opacity: 1;
    width: 15px
}

.mobile-menu[data-submenu-dots=no] [class*=children]>ul {
    padding-inline-start: 20px
}

.mobile-menu .ct-toggle-dropdown-mobile {
    color: var(--theme-link-initial-color);
    flex: 0 0 var(--toggle-button-size, 25px);
    --toggle-button-size: 25px;
    --toggle-button-margin-end: -5px;
    --theme-icon-color: var(--theme-link-initial-color)
}

.mobile-menu .dropdown-active>.ct-sub-menu-parent .toggle-icon-1,
.mobile-menu .dropdown-active>.ct-sub-menu-parent .toggle-icon-3 {
    --toggle-icon-transform: rotate(-180deg)
}

.mobile-menu .dropdown-active>.ct-sub-menu-parent .toggle-icon-2 {
    --toggle-icon-transform: rotate(-45deg)
}

.mobile-menu[data-toggle-type=type-2] .ct-toggle-dropdown-mobile {
    --toggle-button-margin-end: 0;
    --toggle-button-radius: 3px;
    --toggle-button-border-width: 1px;
    --toggle-button-border-color: currentColor
}

.mobile-menu[data-toggle-type=type-2] .toggle-icon-2 {
    --theme-icon-size: 12px
}

.mobile-menu>ul {
    border-top: var(--mobile-menu-divider)
}

.mobile-menu li,
.mobile-menu .menu-item-has-children>a,
.mobile-menu .dropdown-active>.ct-sub-menu-parent {
    border-bottom: var(--mobile-menu-divider)
}

.mobile-menu .sub-menu li:last-child {
    border-bottom: none
}

.gam-thumbnail-label {
    top: 10px;
    right: 10px;
    border-radius: 3px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    z-index: 100;
    line-height: 1.4
}

.post-thumbnail,
.ct-media-container,
.wp-post-image,
.gam-image-wrapper {
    position: relative !important;
    display: inline-block
}

.gam-label-mobile {
    background-color: #2872fa;
}

.gam-label-both {
    background-color: #2ecc71;
}

.gam-label-tv {
    background-color: #e74c3c
}

figure.gam-image-wrapper {
    display: block;
    margin: 1em auto;
    text-align: center
}

figure.gam-image-wrapper img {
    max-width: 100%;
    height: auto
}

.gam-thumbnail-label {
    position: unset;
    font-size: 10px;
    padding: 4px 4px;
    text-align: center;
}
.post-back-wrapper {
    display: flex;
    justify-content: flex-start;
    margin: 12px 0 16px;
    padding-left: 12px; /* move right */
}


.post-back-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f1f5f9;
    color: #0f172a;
    border: none;
    border-radius: 9999px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1;
    transition: background 0.2s ease, transform 0.1s ease;
}

.post-back-pill:hover {
    background: #e2e8f0;
}

.post-back-pill:active {
    transform: scale(0.96);
}

.post-back-icon {
    width: 16px;
    height: 16px;
    display: block;
}
[data-header*="type-1"] .ct-header [data-row*="bottom"] {
    --height: 64px;
    background-color: var(--theme-palette-color-8);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="bottom"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-text-decoration: none;
    --theme-font-size: 25px;
    --theme-line-height: 1.5;
    --theme-letter-spacing: 11px;
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] .ct-header [data-id="logo"] {
    --margin: 0px 0px 0px 25px !important;
    --horizontal-alignment: right;
}

[data-header*="type-1"] .ct-header [data-id="menu-secondary"]>ul>li>a {
    --menu-item-height: 100%;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
    --theme-link-initial-color: var(--theme-palette-color-3);
}

[data-header*="type-1"] .ct-header [data-id="menu-secondary"] .sub-menu .ct-menu-link {
    --theme-link-initial-color: var(--theme-palette-color-8);
    --theme-link-hover-color: var(--theme-palette-color-5);
    --theme-font-weight: 500;
    --theme-font-size: 12px;
}

[data-header*="type-1"] .ct-header [data-id="menu-secondary"] .sub-menu {
    --dropdown-background-color: var(--theme-palette-color-1);
    --dropdown-background-hover-color: var(--theme-palette-color-4);
    --dropdown-divider: 1px dashed rgba(255, 255, 255, 0.1);
    --has-divider: 1;
    --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --theme-border-radius: 0px 0px 5px 5px;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
    --height: 100px;
    background-color: var(--theme-palette-color-1);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] [data-id="mobile-menu"] {
    --theme-font-weight: 500;
    --theme-font-size: 20px;
    --theme-link-initial-color: var(--theme-palette-color-3);
    --mobile-menu-divider: none;
}

[data-header*="type-1"] #offcanvas {
    --theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
    --side-panel-width: 500px;
    --panel-content-height: 100%;
}

[data-header*="type-1"] #offcanvas .ct-panel-inner {
    background-color: rgba(18, 21, 25, 0.98);
}

[data-header*="type-1"] #offcanvas .ct-toggle-close {
    --toggle-button-radius: 16px;
}

[data-header*="type-1"] [data-id="search"] {
    --theme-icon-size: 15px;
}

[data-header*="type-1"] #search-modal .ct-search-results {
    --theme-font-weight: 500;
    --theme-font-size: 14px;
    --theme-line-height: 1.4;
}

[data-header*="type-1"] #search-modal .ct-search-form {
    --theme-link-initial-color: var(--theme-palette-color-3);
    --theme-form-text-initial-color: var(--theme-palette-color-3);
    --theme-form-text-focus-color: var(--theme-palette-color-4);
    --theme-form-field-border-initial-color: rgba(40, 113, 250, 0);
    --theme-button-text-initial-color: var(--theme-palette-color-8);
    --theme-button-text-hover-color: #ffffff;
    --theme-button-background-initial-color: var(--theme-palette-color-1);
    --theme-button-background-hover-color: var(--theme-palette-color-2);
}

[data-header*="type-1"] #search-modal .ct-toggle-close {
    --theme-icon-color: var(--theme-palette-color-3);
}

[data-header*="type-1"] #search-modal .ct-toggle-close:hover {
    --theme-icon-color: var(--theme-palette-color-3);
}

[data-header*="type-1"] #search-modal {
    background-color: var(--theme-palette-color-8);
}

[data-header*="type-1"] [data-id="socials"].ct-header-socials [data-color="custom"] {
    --background-color: rgba(218, 222, 228, 0.3);
    --background-hover-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] .ct-header [data-row*="top"] {
    --height: 50px;
    background-color: #282828;
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="top"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] [data-id="trigger"] {
    --theme-icon-size: 18px;
}

[data-header*="type-1"] [data-id="trigger"] .ct-label {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-header*="type-1"] .ct-header [data-id="contacts"] {
    --theme-icon-size: 20px;
    --items-spacing: 15px;
    --theme-font-size: 13px;
    --background-color: var(--theme-palette-color-8);
    --background-hover-color: rgba(218, 222, 228, 0.7);
}

[data-header*="type-1"] [data-id="divider"] {
    --divider-style: 1px solid rgba(44, 62, 80, 0.2);
}

[data-header*="type-1"] [data-id="mobile-menu-secondary"] ul {
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-header*="type-1"] [data-id="mobile-menu-secondary"]>ul>li>a {
    --theme-link-initial-color: var(--theme-text-color);
}

[data-header*="type-1"] .ct-header [data-id="search-input"] {
    --max-width: 100%;
    --theme-form-field-height: 40px;
    --theme-form-text-initial-color: var(--theme-palette-color-1);
    --theme-form-text-focus-color: var(--theme-palette-color-1);
    --theme-form-field-border-initial-color: var(--theme-palette-color-1);
    --theme-form-field-border-focus-color: var(--theme-palette-color-1);
    --margin: 0px 25px 0px 0px !important;
}

[data-header*="type-1"] .ct-header [data-middle="search-input"] {
    --search-box-max-width: 100%;
}

[data-header*="type-1"] .ct-header [data-id="search-input"] .wp-element-button {
    --theme-button-text-initial-color: var(--theme-palette-color-1);
    --theme-button-text-hover-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] .ct-header [data-id="search-input"] .ct-search-results {
    --theme-font-weight: 500;
    --theme-font-size: 14px;
    --theme-line-height: 1.4;
    --theme-link-initial-color: var(--theme-palette-color-3);
    --theme-link-hover-color: var(--theme-palette-color-2);
    --search-dropdown-background: var(--theme-palette-color-8);
    --items-divider: 1px dashed rgba(0, 0, 0, 0.05);
    --search-dropdown-box-shadow: 0px 50px 70px rgba(210, 213, 218, 0.4);
}

[data-header*="type-1"] {
    --header-height: 64px;
}

[data-header*="type-1"] .ct-header {
    background-image: none;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div {
    --container-spacing: 10px;
    --theme-border: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --grid-template-columns: initial;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] .widget-title {
    --theme-font-size: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] {
    --theme-border-top: none;
    --theme-border-bottom: none;
    background-color: var(--theme-palette-color-8);
}

[data-footer*="type-1"] [data-id="copyright"] {
    --theme-font-weight: 400;
    --theme-font-size: 10px;
    --theme-line-height: 1.3;
    --theme-text-color: var(--theme-palette-color-3);
    --theme-link-initial-color: var(--theme-palette-color-4);
}

[data-footer*="type-1"] [data-column="copyright"] {
    --horizontal-alignment: center;
}

[data-footer*="type-1"] .ct-footer [data-id="menu"] {
    --menu-items-spacing: 25px;
}

[data-footer*="type-1"] .ct-footer [data-column="menu"] {
    --horizontal-alignment: center;
    --vertical-alignment: center;
}

[data-footer*="type-1"] .ct-footer [data-id="menu"] ul {
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-footer*="type-1"] .ct-footer [data-id="menu"]>ul>li>a {
    --theme-link-initial-color: var(--theme-text-color);
}

[data-footer*="type-1"] [data-column="socials"] {
    --horizontal-alignment: flex-end;
}

[data-footer*="type-1"] [data-id="socials"].ct-footer-socials [data-color="custom"] {
    --theme-icon-color: var(--theme-palette-color-3);
    --background-color: var(--theme-palette-color-3);
    --background-hover-color: #2871fa;
}

[data-footer*="type-1"] [data-id="socials"].ct-footer-socials .ct-label {
    --visibility: none;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"]>div {
    --container-spacing: 10px;
    --columns-gap: 13px;
    --widgets-gap: 39px;
    --vertical-alignment: flex-end;
    --theme-border: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --grid-template-columns: 3fr 1fr;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] .widget-title {
    --theme-font-size: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] {
    --theme-border-top: none;
    --theme-border-bottom: none;
    background-color: transparent;
}

[data-footer*="type-1"] .ct-footer {
    background-color: var(--theme-palette-color-6);
}

:root {
    --theme-font-family: var(--theme-font-stack-default);
    --theme-font-weight: 400;
    --theme-text-transform: none;
    --theme-text-decoration: none;
    --theme-font-size: 16px;
    --theme-line-height: 1.65;
    --theme-letter-spacing: 0em;
    --theme-button-font-weight: 500;
    --theme-button-font-size: 15px;
    --has-classic-forms: var(--false);
    --has-modern-forms: var(--true);
    --theme-form-field-border-initial-color: var(--theme-border-color);
    --theme-form-field-border-focus-color: var(--theme-palette-color-1);
    --theme-form-field-border-width: 0 0 1px 0;
    --form-selection-control-border-width: 1px;
    --theme-form-selection-field-initial-color: var(--theme-border-color);
    --theme-form-selection-field-active-color: var(--theme-palette-color-1);
    --theme-palette-color-1: #1E3A8A;
    --theme-palette-color-2: #2F6BB2;
    --theme-palette-color-3: #333333;
    --theme-palette-color-4: #f5f7fa;
    --theme-palette-color-5: #FFDD57;
    --theme-palette-color-6: #FFFFFF;
    --theme-palette-color-7: #FBFBFC;
    --theme-palette-color-8: #ffffff;
    --theme-text-color: var(--theme-palette-color-3);
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
    --theme-selection-text-color: #ffffff;
    --theme-selection-background-color: var(--theme-palette-color-1);
    --theme-border-color: var(--theme-palette-color-5);
    --theme-headings-color: var(--theme-palette-color-4);
    --theme-heading-1-color: #1E3A8A;
    --theme-heading-2-color: #2F9E44;
    --theme-heading-3-color: #4A5568;
    --theme-heading-4-color: #5F7F8E;
    --theme-heading-5-color: #A0B5D9;
    --theme-heading-6-color: #C5D1E3;
    --theme-content-spacing: 1.5em;
    --theme-button-min-height: 40px;
    --theme-button-text-initial-color: #ffffff;
    --theme-button-text-hover-color: #ffffff;
    --theme-button-background-initial-color: var(--theme-palette-color-1);
    --theme-button-background-hover-color: var(--theme-palette-color-2);
    --theme-button-border: none;
    --theme-button-border-radius: 3px;
    --theme-button-padding: 5px 20px;
    --theme-normal-container-max-width: 1440px;
    --theme-content-vertical-spacing: 0px;
    --theme-container-edge-spacing: 90vw;
    --theme-narrow-container-max-width: 750px;
    --theme-wide-offset: 130px;
}

h1 {
    --theme-font-weight: 700;
    --theme-font-size: 40px;
    --theme-line-height: 1.5;
}

h2 {
    --theme-font-weight: 700;
    --theme-font-size: 35px;
    --theme-line-height: 1.5;
}

h3 {
    --theme-font-weight: 700;
    --theme-font-size: 30px;
    --theme-line-height: 1.5;
}

h4 {
    --theme-font-weight: 700;
    --theme-font-size: 25px;
    --theme-line-height: 1.5;
}

h5 {
    --theme-font-weight: 700;
    --theme-font-size: 20px;
    --theme-line-height: 1.5;
}

h6 {
    --theme-font-weight: 700;
    --theme-font-size: 16px;
    --theme-line-height: 1.5;
}

.wp-block-pullquote {
    --theme-font-family: Georgia;
    --theme-font-weight: 600;
    --theme-font-size: 25px;
}

pre,
code,
samp,
kbd {
    --theme-font-family: monospace;
    --theme-font-weight: 400;
    --theme-font-size: 16px;
}

figcaption {
    --theme-font-size: 14px;
}

.ct-sidebar .widget-title {
    --theme-text-transform: none;
    --theme-font-size: 20px;
}

.ct-sidebar .ct-widget>*:not(.widget-title) {
    --theme-text-transform: capitalize;
}

.ct-breadcrumbs {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

body {
    background-color: var(--theme-palette-color-8);
    background-image: none;
}

[data-prefix="single_blog_post"] .entry-header .page-title {
    --theme-font-weight: 700;
    --theme-font-size: 30px;
    --theme-line-height: 1.5;
}

[data-prefix="single_blog_post"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: capitalize;
    --theme-font-size: 15px;
    --theme-line-height: 1.3;
}

[data-prefix="single_blog_post"] .hero-section[data-type="type-1"] {
    --alignment: center;
    --margin-bottom: 46px;
}

[data-prefix="categories"] .entry-header .page-title {
    --theme-text-transform: uppercase;
    --theme-font-size: 30px;
}

[data-prefix="categories"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="categories"] .hero-section[data-type="type-2"] {
    --min-height: 150px;
    background-color: var(--theme-palette-color-6);
    background-image: none;
    --container-padding: 50px 0px;
}

[data-prefix="search"] .entry-header .page-title {
    --theme-font-size: 30px;
}

[data-prefix="search"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="search"] .hero-section[data-type="type-2"] {
    --min-height: 150px;
    background-color: var(--theme-palette-color-6);
    background-image: none;
    --container-padding: 50px 0px;
}

[data-prefix="author"] .entry-header .page-title {
    --theme-font-size: 30px;
}

[data-prefix="author"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="author"] .hero-section[data-type="type-2"] {
    --min-height: 150px;
    background-color: var(--theme-palette-color-6);
    background-image: none;
    --container-padding: 50px 0px;
}

[data-prefix="single_page"] .entry-header .page-title {
    --theme-font-size: 30px;
}

[data-prefix="single_page"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="single_page"] .hero-section[data-type="type-1"] {
    --alignment: left;
}

[data-prefix="blog"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="blog"] .entry-card .entry-title {
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
}

[data-prefix="blog"] .entry-card .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-prefix="blog"] .entry-card {
    --card-inner-spacing: 10px;
    background-color: var(--theme-palette-color-8);
    --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="blog"] [data-archive="default"] .card-content .entry-meta[data-id="meta_1"] {
    --card-element-spacing: 15px;
}

[data-prefix="blog"] [data-archive="default"] .card-content .ct-media-container {
    --card-element-spacing: 30px;
}

[data-prefix="blog"] [data-archive="default"] .card-content .entry-meta[data-id="meta_2"] {
    --card-element-spacing: 15px;
}

[data-prefix="categories"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
    --grid-columns-gap: 15px;
}

[data-prefix="categories"] .entry-card .entry-title {
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
}

[data-prefix="categories"] .entry-card .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-prefix="categories"] .entry-card {
    --card-inner-spacing: 10px;
    background-color: var(--theme-palette-color-8);
    --theme-border-radius: 8px;
    --theme-image-border-radius: calc(8px - 10px);
    --theme-box-shadow: 0px 8px 18px -6px var(--theme-palette-color-3);
    --text-horizontal-alignment: center;
    --horizontal-alignment: center;
}

[data-prefix="categories"] [data-archive="default"] .card-content .ct-media-container {
    --card-element-spacing: 30px;
}

[data-prefix="categories"] [data-archive="default"] .card-content .entry-meta[data-id="meta_1"] {
    --card-element-spacing: 15px;
}

[data-prefix="categories"] [data-archive="default"] .card-content .entry-meta[data-id="meta_2"] {
    --card-element-spacing: 15px;
}

body[data-prefix="categories"] {
    background-color: var(--theme-palette-color-8);
}

[data-prefix="author"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="author"] .entry-card .entry-title {
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
}

[data-prefix="author"] .entry-card .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-prefix="author"] .entry-card {
    background-color: var(--theme-palette-color-8);
    --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="search"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
    --grid-columns-gap: 15px;
}

[data-prefix="search"] .entry-card .entry-title {
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
}

[data-prefix="search"] .entry-card .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-prefix="search"] .entry-card {
    --card-inner-spacing: 10px;
    background-color: var(--theme-palette-color-8);
    --theme-border-radius: 8px;
    --theme-image-border-radius: calc(8px - 10px);
    --theme-box-shadow: 0px 8px 18px -6px var(--theme-palette-color-3);
    --text-horizontal-alignment: center;
    --horizontal-alignment: center;
}

[data-prefix="search"] [data-archive="default"] .card-content .ct-media-container {
    --card-element-spacing: 30px;
}

[data-prefix="search"] [data-archive="default"] .card-content .entry-meta[data-id="meta_1"] {
    --card-element-spacing: 15px;
}

[data-prefix="search"] [data-archive="default"] .card-content .entry-meta[data-id="meta_2"] {
    --card-element-spacing: 15px;
}

form textarea {
    --theme-form-field-height: 170px;
}

[data-sidebar] {
    --sidebar-width: 33%;
    --sidebar-width-no-unit: 33;
    --sidebar-gap: 1%;
}

.ct-sidebar {
    --theme-link-initial-color: var(--theme-palette-color-1);
    --sidebar-widgets-spacing: 30px;
}

[data-sidebar]>aside {
    --sidebar-inner-spacing: 5px;
}

aside[data-type="type-2"] {
    --theme-border: none;
    --theme-border-radius: 5px;
    --theme-box-shadow: 0px 8px 18px -6px #b9b7b7;
}

[data-prefix="single_blog_post"] .ct-share-box .ct-module-title {
    --theme-font-weight: 600;
    --theme-font-size: 14px;
}

[data-prefix="single_blog_post"] .ct-share-box[data-type="type-1"] {
    --theme-border: 1px solid var(--theme-border-color);
}

[data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"] {
    --has-boxed: var(--true);
    --has-wide: var(--false);
    background-color: var(--has-background, var(--theme-palette-color-8));
    --theme-boxed-content-border-radius: 3px;
    --theme-boxed-content-spacing: 10px 16px 40px 16px;
    --theme-boxed-content-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="single_page"] {
    background-color: #ffffff;
}

[data-prefix="single_page"] [class*="ct-container"]>article[class*="post"] {
    --has-boxed: var(--true);
    --has-wide: var(--false);
    background-color: var(--has-background, var(--theme-palette-color-8));
    --theme-boxed-content-border-radius: 3px;
    --theme-boxed-content-spacing: 40px;
}

[data-block*="4637"]>[class*="ct-container"]>article[class*="post"] {
    --has-boxed: var(--true);
    --has-wide: var(--false);
    background-color: var(--has-background, rgba(255, 255, 255, 0));
    --theme-boxed-content-border-radius: 3px;
    --theme-boxed-content-spacing: 40px;
}

[data-block*="4639"] {
    background-color: var(--theme-palette-color-8);
}

[data-block*="4639"]>[class*="ct-container"]>article[class*="post"] {
    --has-boxed: var(--false);
    --has-wide: var(--true);
}

@media (max-width: 999.98px) {
    [data-header*="type-1"] .ct-header [data-row*="middle"] {
        --height: 48px;
        background-color: var(--theme-palette-color-8);
        background-image: none;
    }

    [data-header*="type-1"] #offcanvas {
        background-color: rgba(18, 20, 26, 0);
        --side-panel-width: 65vw;
    }

    [data-header*="type-1"] #offcanvas .ct-panel-inner {
        background-color: var(--theme-palette-color-8);
    }

    [data-header*="type-1"] #offcanvas .ct-toggle-close {
        --theme-icon-color: var(--theme-palette-color-3);
    }

    [data-header*="type-1"] #offcanvas .ct-toggle-close:hover {
        --theme-icon-color: var(--theme-palette-color-4);
    }

    [data-header*="type-1"] [data-id="search"] {
        --theme-icon-size: 18px;
    }

    [data-header*="type-1"] [data-id="socials"].ct-header-socials [data-color="custom"] {
        --theme-icon-color: var(--theme-palette-color-1);
        --background-hover-color: var(--theme-palette-color-8);
    }

    [data-header*="type-1"] .ct-header [data-row*="top"] {
        --height: 64px;
        background-color: var(--theme-palette-color-8);
        background-image: none;
    }

    [data-header*="type-1"] [data-id="trigger"] {
        --margin: 0px 20px 0px 0px !important;
    }

    [data-header*="type-1"] .ct-header [data-id="contacts"] {
        --theme-icon-size: 18px;
        --items-spacing: 0px;
    }

    [data-header*="type-1"] [data-id="divider"] {
        --divider-style: 1px solid rgba(44, 62, 80, 0.2);
    }

    [data-header*="type-1"] .ct-header [data-id="search-input"] {
        --max-width: 88%;
        --theme-form-text-initial-color: var(--theme-palette-color-3);
        --theme-form-field-border-initial-color: var(--theme-palette-color-4);
        --theme-form-field-border-focus-color: var(--theme-palette-color-4);
    }

    [data-header*="type-1"] .ct-header [data-middle="search-input"] {
        --search-box-max-width: 88%;
    }

    [data-header*="type-1"] .ct-header [data-id="search-input"] .wp-element-button {
        --theme-button-text-initial-color: var(--theme-palette-color-3);
        --theme-button-text-hover-color: var(--theme-palette-color-4);
    }

    [data-header*="type-1"] {
        --header-height: 112px;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div {
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="top"]>div {
        --grid-template-columns: initial;
    }

    [data-prefix="blog"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-prefix="categories"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-prefix="author"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-prefix="search"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    :root {
        --theme-container-edge-spacing: 96vw;
    }

    [data-prefix="single_page"] [class*="ct-container"]>article[class*="post"] {
        --theme-boxed-content-spacing: 35px;
    }

    [data-block*="4637"]>[class*="ct-container"]>article[class*="post"] {
        --theme-boxed-content-spacing: 35px;
    }
}

@media (max-width: 689.98px) {
    [data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
        --theme-letter-spacing: 5px;
    }

    [data-header*="type-1"] #offcanvas {
        background-color: rgba(18, 21, 26, 0);
        --side-panel-width: 80vw;
    }

    [data-header*="type-1"] .ct-header [data-id="contacts"] {
        --theme-block-text-color: var(--theme-palette-color-1);
    }

    [data-header*="type-1"] [data-id="mobile-menu-secondary"] {
        --horizontal-alignment: center;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div {
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] .ct-footer [data-id="menu"] {
        --margin: 0px 10px !important;
    }

    [data-footer*="type-1"] [data-column="socials"] {
        --horizontal-alignment: center;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="top"]>div {
        --container-spacing: 15px;
        --grid-template-columns: initial;
    }

    h1 {
        --theme-font-size: 36px;
    }

    h2 {
        --theme-font-size: 31px;
    }

    h3 {
        --theme-font-size: 26px;
    }

    h4 {
        --theme-font-size: 21px;
    }

    h5 {
        --theme-font-size: 16px;
    }

    h6 {
        --theme-font-size: 12px;
    }

    [data-prefix="blog"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="blog"] .entry-card .entry-title {
        --theme-font-size: 18px;
    }

    body[data-prefix="blog"] {
        background-color: #ffffff;
    }

    [data-prefix="categories"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="categories"] .entry-card .entry-title {
        --theme-font-size: 18px;
    }

    [data-prefix="author"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="author"] .entry-card .entry-title {
        --theme-font-size: 18px;
    }

    [data-prefix="search"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="search"] .entry-card .entry-title {
        --theme-font-size: 18px;
    }

    :root {
        --theme-container-edge-spacing: 100vw;
    }

    [data-prefix="single_page"] [class*="ct-container"]>article[class*="post"] {
        --theme-boxed-content-spacing: 20px;
    }

    [data-block*="4637"]>[class*="ct-container"]>article[class*="post"] {
        --theme-boxed-content-spacing: 20px;
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    vertical-align: baseline;
}

.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
    width: 15px;
}

.IZOk1 {
    z-index: 1;
    display: none;
    margin-left: auto;
}

@media screen and (min-width:840px) {
    .IZOk1 {
        display: block;
    }
}

.VfPpkd-dgl2Hf-ppHlrf-sM5MNb {
    display: inline;
}

@media screen and (min-width:600px) {
    .OahvPe {
        display: none;
    }
}


@media screen and (min-width:1280px) {
    .OahvPe {
        display: inherit;
    }
}


.OBVQ7 {
    z-index: 1;
    align-items: center;
    display: flex;
    gap: 8px;
}

.kk2r5b .OBVQ7 {
    margin: 4px auto;
}

@media screen and (min-width:600px) {
    .kk2r5b .OBVQ7 {
        margin: 0;
        padding-left: 16px;
    }
}

c-wiz>c-data {
    display: none;
}

.VfPpkd-LgbsSe .VfPpkd-vQzf8d {
    position: relative;
}

.VfPpkd-LgbsSe .VfPpkd-RLmnJb {
    position: absolute;
    top: 50%;
    height: 48px;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.VfPpkd-Jh9lGc {
    position: absolute;
    box-sizing: content-box;
    overflow: hidden;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.VfPpkd-LgbsSe .VfPpkd-Jh9lGc {
    border-radius: 4px;
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc {
    border-radius: 4px;
}

.nCP5yc .VfPpkd-Jh9lGc {
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
    z-index: 0;
}

.MjT6xe .VfPpkd-Jh9lGc {
    border-radius: 8px;
}

.VfPpkd-LgbsSe {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    border: none;
    outline: none;
    line-height: inherit;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: visible;
    vertical-align: middle;
    background: transparent;
}

.VfPpkd-LgbsSe-OWXEXe-dgl2Hf {
    margin-top: 6px;
    margin-bottom: 6px;
}

.VfPpkd-LgbsSe {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.VfPpkd-LgbsSe {
    padding: 0 8px 0 8px;
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ {
    transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    padding: 0 16px 0 16px;
}

.VfPpkd-LgbsSe {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
}

.VfPpkd-LgbsSe {
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    letter-spacing: .0892857143em;
    font-weight: 500;
    text-transform: uppercase;
    height: 36px;
    border-radius: 4px;
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ {
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    letter-spacing: .0892857143em;
    font-weight: 500;
    text-transform: uppercase;
    height: 36px;
    border-radius: 4px;
}

.nCP5yc {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: .875rem;
    letter-spacing: .0107142857em;
    font-weight: 500;
    text-transform: none;
    transition: border .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    box-shadow: none;
}

.DuMIQc {
    padding: 0 24px 0 24px;
}

.MjT6xe {
    padding: 0 16px 0 16px;
    border-radius: 8px;
}

.brKGGd {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    height: 36px;
    margin: 6px 0;
    min-height: 36px;
    min-width: 160px;
    padding: 8px 16px;
}

.brKGGd {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.5rem;
    font-size: 1rem;
    letter-spacing: .00625em;
    font-weight: 500;
    height: 44px;
    margin: 2px 0;
    min-height: 44px;
    min-width: 200px;
    padding: 10px 16px;
}

.zwjsl {
    width: 100%;
}

@media screen and (min-width:600px) {
    .zwjsl {
        width: unset;
    }
}

.VfPpkd-LgbsSe:not(:disabled) {
    color: #6200ee;
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled) {
    background-color: #6200ee;
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled) {
    color: #fff;
}

.nCP5yc:not(:disabled) {
    background-color: rgb(26, 115, 232);
    background-color: var(--gm-fillbutton-container-color, rgb(26, 115, 232));
}

.nCP5yc:not(:disabled) {
    color: #fff;
    color: var(--gm-fillbutton-ink-color, #fff);
}

.sOCCfd:not(:disabled) {
    color: #fff;
}

.u4ICaf .BhQfub:not(:disabled):hover {
    background-color: #056449;
}

.u4ICaf .BhQfub:not(:disabled).VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,
.u4ICaf .BhQfub:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    background-color: #056449;
}

.u4ICaf .BhQfub:not(:disabled) {
    background-color: #01875f;
}

.VfPpkd-dgl2Hf-ppHlrf-sM5MNb {
    display: inline;
}

.VAgTTd {
    display: flex;
}

.LMcLV {
    flex-direction: column;
}

@media screen and (min-width:600px) {
    .LMcLV {
        flex-direction: row;
    }
}

c-wiz {
    contain: style;
}

.FuSudc {
    display: flex;
    flex-direction: column;
}

.kk2r5b .bGJWSe {
    flex-grow: 1;
}

@media screen and (min-width:600px) {
    .kk2r5b .bGJWSe {
        flex-grow: unset;
    }
}

.hcq9Df,
.edaMIf,
.hcq9Df .bGJWSe {
    align-items: center;
    display: flex;
}

.kk2r5b {
    align-items: unset;
    display: flex;
    flex-direction: column;
    margin: 10px auto;
}

@media screen and (min-width:600px) {
    .kk2r5b {
        align-items: center;
        flex-direction: row;
    }
}

c-wiz>c-data {
    display: none;
}

.MKV5ee {
    cursor: pointer;
    line-height: 12px;
    margin-left: 4px;
}

.xGa6dd {
    height: 16px;
    min-width: 16px;
}

.wVqUob:not(:first-child)::before {
    background-color: rgb(232, 234, 237);
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: calc(50% - 12px);
    width: 1px;
}

.w7Iutd>:first-child:last-child~.wVqUob,
.w7Iutd>:first-child:nth-last-child(2)~.wVqUob,
.w7Iutd>:first-child:nth-last-child(3)~.wVqUob {
    padding: 0 24px;
}

.wVqUob .g1rdde {
    color: rgb(95, 99, 104);
    fill: rgb(95, 99, 104);
    stop-color: rgb(95, 99, 104);
    font-family: Roboto, Arial, sans-serif;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    white-space: nowrap;
}

.wVqUob .g1rdde:not(:disabled) {
    color: rgb(95, 99, 104);
}

.google-material-icons {
    font-family: "Google Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.ERwvGb:nth-child(n) {
    font-size: 12px;
}

.TT9eCd {
    align-items: center;
    display: flex;
}

.wVqUob .ClM7O {
    color: rgb(32, 33, 36);
    fill: rgb(32, 33, 36);
    stop-color: rgb(32, 33, 36);
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    white-space: nowrap;
}

.wVqUob .ClM7O:not(:disabled) {
    color: rgb(32, 33, 36);
}

.wVqUob {
    min-width: 96px;
    padding: 0 8px;
    position: relative;
}

.wVqUob:first-child {
    padding-left: 0;
}

.w7Iutd {
    align-items: center;
    display: flex;
}

.l8YSdd::before {
    width: 24px;
    content: "";
    display: block;
    flex-shrink: 0;
}

@media screen and (min-width:600px) {
    .l8YSdd::before {
        width: 72px;
    }
}

@media screen and (min-width:1024px) {
    .l8YSdd::before {
        width: 0;
    }
}

.l8YSdd {
    align-items: center;
    display: flex;
    overflow: auto hidden;
    width: 100%;
}

.JU1wdd {
    height: 64px;
    margin: 16px 0 24px -24px;
    padding: 12px 0;
    width: 100vw;
}

@media screen and (min-width:600px) {
    .JU1wdd {
        margin-left: -72px;
    }
}

@media screen and (min-width:1024px) {
    .JU1wdd {
        margin-left: 0;
        width: 100%;
    }
}

.Vbfug {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.5rem;
    font-size: 1rem;
    letter-spacing: .00625em;
    font-weight: 500;
}

.auoIOc {
    color: #01875f;
    fill: #01875f;
    stop-color: #01875f;
}

.auoIOc:not(:disabled) {
    color: #01875f;
}

.tv4jIf {
    margin-top: 2px;
}

@media screen and (min-width:840px) {
    .tv4jIf {
        margin-top: 16px;
    }
}

@media screen and (min-width:840px) {

    .Il7kR .Fd93Bb,
    .Il7kR .tv4jIf {
        width: 500px;
    }
}

@media screen and (min-width:960px) {

    .Il7kR .Fd93Bb,
    .Il7kR .tv4jIf {
        width: 500px;
    }
}

@media screen and (min-width:1280px) {

    .Il7kR .Fd93Bb,
    .Il7kR .tv4jIf {
        width: 500px;
    }
}

.AfwdI {
    unicode-bidi: plaintext;
}

.Fd93Bb {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 2rem;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 400;
    font-weight: 500;
    align-items: flex-end;
    display: flex;
    overflow-wrap: anywhere;
    width: 100%;
    word-break: keep-all;
}

@media screen and (min-width:600px) {
    .F5UCq {
        font-family: "Google Sans",
            Roboto,
            Arial,
            sans-serif;
        line-height: 2.75rem;
        font-size: 2.25rem;
        letter-spacing: 0;
        font-weight: 400;
        font-weight: 500;
    }
}

@media screen and (min-width:840px) {
    .Fd93Bb {
        width: 560px;
    }
}

@media screen and (min-width:1280px) {
    .xwcR9d {
        font-family: "Google Sans Display",
            Roboto,
            Arial,
            sans-serif;
        line-height: 4.75rem;
        font-size: 3.5rem;
        letter-spacing: 0;
        font-weight: 400;
        font-weight: 500;
    }
}



.cN0oRe {
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    border-radius: 4px;
    margin: 7px 24px 0 0;
    width: 72px;
}

.fFmL2e {
    border-radius: 20%;
}

@media screen and (min-width:840px) {
    .Il7kR .cN0oRe {
        display: none;
    }

}

.RhBWnf {
    align-items: flex-start;
    display: flex;
}

.hnnXjf {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.Q3MhI {
    bottom: -10px;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    left: 20px;
    opacity: 50%;
    position: absolute;
    z-index: -1;
}

.NXRaDe {
    width: 140px;
}

.nm4vBd,
.Q3MhI {
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    border-radius: 4px;
}

@media screen and (min-width:1280px) {
    .NXRaDe {
        width: 200px;
    }
}

.arM4bb {
    width: 180px;
}

@media screen and (min-width:1280px) {
    .arM4bb {
        width: 240px;
    }
}

.Mhrnjf .nm4vBd,
.Mhrnjf .Q3MhI {
    border-radius: 20%;
}

.Mqg6jb {
    display: none;
    position: absolute;
    right: 0;
}

@media screen and (min-width:840px) {
    .Mqg6jb {
        display: inline;
    }

}

c-wiz {
    contain: style;
}

.wkMJlb {
    margin: 0 auto;
    min-height: 56px;
    position: relative;
}

.YWi3ub {
    max-width: 1296px;
}


.dzkqwc {
    color: rgb(32, 33, 36);
    fill: rgb(32, 33, 36);
    stop-color: rgb(32, 33, 36);
    padding-bottom: 3px;
}

.dzkqwc:not(:disabled) {
    color: rgb(32, 33, 36);
}

/* Area G */
.wp-block-gallery {
    position: relative;
    height: auto;
    overflow: hidden;
    display: flex;

    /* Carousel spacing and slide width */
    --f-carousel-spacing: 8px;
    --f-carousel-slide-width: auto;

    /* Button dimensions */
    --f-button-width: 40px;
    --f-button-height: 40px;

    /* Button icon (SVG) settings */
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    --f-button-svg-stroke-width: 2.5;

    /* Button styling */
    --f-button-color: rgb(45, 55, 72);
    --f-button-border-radius: 50%;
    --f-button-shadow:
        0 8px 16px -4px rgba(0, 0, 0, 0.2),
        0 4px 8px -4px rgba(0, 0, 0, 0.25);

    --f-button-bg: #f1f1f1;
    --f-button-hover-bg: #e1e1e1;
    --f-button-active-bg: #d1d1d1;
}

.wp-block-gallery .f-carousel__slide {
    padding: 0;
    background: #fff;
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
    display: none;
}

/* Area B */
.T75of {
    background-size: contain;
}

.B5GQxf {
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    border-radius: 8px;
    cursor: pointer;
    height: 204px;
    min-width: 92px;
    width: auto;
}

@media screen and (min-width:1280px) {
    .B5GQxf {
        height: 296px;
    }
}

.ULeU3b {
    flex-shrink: 0;
    scroll-snap-align: start;
}

.Utde2e {
    margin-right: 12px;
}

@media screen and (min-width:1280px) {
    .Utde2e {
        margin-right: 16px;
    }
}

.aoJE7e {
    display: flex;
    -webkit-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.bewvKb {
    position: relative;
}

.Vj78Oe,
.KUSTKe,
.qwPPwf,
.Atcj9b,
.IwTLXb {
    height: 100%;
}

@media screen and (min-width:600px) {
    .UbmABe {
        margin-bottom: 16px;
    }
}

@media screen and (min-width:1280px) {
    .UbmABe {
        margin-bottom: 24px;
    }
}

/*----READM0RE--*/
.read-more-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0;
    padding: 0;
    font-weight: 600;
    color: #333;
    font-size: 13px;
    user-select: none;
    gap: 10px;
    width: 100%;
    max-width: 320px;
}

.read-more-btn .line {
    flex-grow: 1;
    height: 1px;
    background-color: #ccc;
    opacity: 0.6;
    margin: 0 10px;
}

.read-more-btn .text {
    white-space: nowrap;
}

/* Optional: hover effect */
.read-more-btn:hover .text {
    color: #0073aa;
}

.LMoCf .VfPpkd-Jh9lGc::before {
    background-color: rgb(60, 64, 67);
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc {
    border-style: solid;
    border-color: transparent;
}

.Rj2Mlf .VfPpkd-Jh9lGc {
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
    z-index: 0;
}

.P62QJc .VfPpkd-Jh9lGc {
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border-width: 1px;
}

.LMoCf .VfPpkd-Jh9lGc {
    border-radius: 16px;
}

.VfPpkd-LgbsSe {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    border: none;
    outline: none;
    line-height: inherit;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: visible;
    vertical-align: middle;
    background: transparent;
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc {
    border-style: solid;
    transition: border .28s cubic-bezier(.4, 0, .2, 1);
}

.Rj2Mlf {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: .875rem;
    letter-spacing: .0107142857em;
    font-weight: 500;
    text-transform: none;
    transition: border .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    box-shadow: none;
}

.P62QJc {
    padding: 0 23px 0 23px;
    border-width: 1px;
}

.LMoCf {
    min-height: auto;
    padding: 0 15px 0 15px;
    height: 32px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 16px;
}

.LMoCf:not(:disabled) {
    color: rgb(95, 99, 104);
}

.LMoCf:not(:disabled) {
    border-color: rgb(218, 220, 224);
}

.VfPpkd-LgbsSe:hover {
    cursor: pointer;
}

.LMoCf:not(:disabled):hover {
    color: rgb(32, 33, 36);
}

.LMoCf:not(:disabled):hover {
    border-color: rgb(218, 220, 224);
    background-color: #f2f2f2;
}

.VfPpkd-dgl2Hf-ppHlrf-sM5MNb {
    display: inline;
}

.Uc6QCc {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 12px;
    margin-bottom: 4px;
    margin-top: 28px;
}

@media screen and (min-width:600px) {
    .Uc6QCc {
        margin-bottom: 0;
    }
}

.xg1aie {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    margin-top: 4px;
}

.lXlx5 {
    color: rgb(32, 33, 36);
    fill: rgb(32, 33, 36);
    stop-color: rgb(32, 33, 36);
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
}

.lXlx5:not(:disabled) {
    color: rgb(32, 33, 36);
}

.TKjAsc {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
}

.bARER {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.XGHsbd {
    border-color: rgb(218, 220, 224);
    border-radius: 8px;
    border: 1px solid;
    margin-top: 30px;
    padding: 20px 20px 0;
}

.XGHsbd:not(:disabled) {
    border-color: rgb(218, 220, 224);
}

.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.VfPpkd-Bz112c-LgbsSe {
    font-size: 24px;
    width: 48px;
    height: 48px;
    padding: 12px;
}

.VfPpkd-Bz112c-LgbsSe {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: transparent;
    fill: currentColor;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    z-index: 0;
    overflow: visible;
}

.yHy1rc {
    z-index: 0;
}

.VxpoF {
    margin: -12px;
}

@media screen and (min-width:1280px) {
    .VxpoF {
        margin: -11px;
    }
}

c-wiz>c-data {
    display: none;
}

.SfzRHd {
    color: rgb(95, 99, 104);
    fill: rgb(95, 99, 104);
    stop-color: rgb(95, 99, 104);
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.SfzRHd:not(:disabled) {
    color: rgb(95, 99, 104);
}

.XfZNbf {
    display: flex;
    align-items: center;
}

.EaMWib {
    margin-right: 16px;
}

.VMq4uf {
    color: rgb(32, 33, 36);
    fill: rgb(32, 33, 36);
    stop-color: rgb(32, 33, 36);
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.5rem;
    font-size: 1.125rem;
    letter-spacing: 0;
    font-weight: 400;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width:600px) {
    .VMq4uf {
        justify-content: start;
    }
}

@media screen and (min-width:1280px) {
    .VMq4uf {
        font-family: "Google Sans",
            Roboto,
            Arial,
            sans-serif;
        line-height: 1.75rem;
        font-size: 1.375rem;
        letter-spacing: 0;
        font-weight: 400;
        font-weight: 500;
    }
}

.VMq4uf:not(:disabled) {
    color: rgb(32, 33, 36);
}

.HcyOxe {
    container-type: inline-size;
    container-name: section-wrapper;
    padding-top: 32px;
    width: 100%;
}

@media screen and (min-width:600px) {
    .HcyOxe {
        margin-bottom: 16px;
    }
}

@media screen and (min-width:1280px) {
    .HcyOxe {
        margin-bottom: 24px;
    }
}


.F0CGId,
.nRgZne {
    margin-top: 2px;
}

.wp-block-kadence-advancedbtn.kb-btns3469_161c0d-e6 {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
    padding-left: 2px;
    gap: 0.5rem;
}

ul.menu .wp-block-kadence-advancedbtn .kb-btn3469_fff293-a1.kb-button {
    width: initial;
}

.wp-block-kadence-advancedbtn .kb-btn3469_fff293-a1.kb-button {
    color: var(--theme-palette-color-8, #ffffff);
    background: #0088cc;
    font-size: 0.875rem;
    font-weight: bold;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 0px solid;
    border-right: 0px solid;
    border-bottom: 0px solid;
    border-left: 0px solid;
    padding-top: 0.3em;
    padding-right: 0.75em;
    padding-bottom: 0.3em;
    padding-left: 0.75em;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.kb-btn3469_fff293-a1.kb-button .kb-svg-icon-wrap {
    font-size: 18px;
    --kb-button-icon-size: 18px;
}

.wp-block-kadence-advancedbtn .kb-btn3469_fff293-a1.kb-button:hover, .wp-block-kadence-advancedbtn .kb-btn3469_fff293-a1.kb-button:focus {
    color: #0088cc;
    background: var(--theme-palette-color-8, #ffffff);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 0px solid;
    border-right: 0px solid;
    border-bottom: 0px solid;
    border-left: 0px solid;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

@media all and (max-width: 1024px) {
    .wp-block-kadence-advancedbtn .kb-btn3469_fff293-a1.kb-button {
        border-top:0px solid;
        border-right: 0px solid;
        border-bottom: 0px solid;
        border-left: 0px solid;
    }
}

@media all and (max-width: 1024px) {
    .wp-block-kadence-advancedbtn .kb-btn3469_fff293-a1.kb-button:hover, .wp-block-kadence-advancedbtn .kb-btn3469_fff293-a1.kb-button:focus {
        border-top:0px solid;
        border-right: 0px solid;
        border-bottom: 0px solid;
        border-left: 0px solid;
    }
}

@media all and (max-width: 767px) {
    .wp-block-kadence-advancedbtn .kb-btn3469_fff293-a1.kb-button {
        border-top:0px solid;
        border-right: 0px solid;
        border-bottom: 0px solid;
        border-left: 0px solid;
    }

    .wp-block-kadence-advancedbtn .kb-btn3469_fff293-a1.kb-button:hover, .wp-block-kadence-advancedbtn .kb-btn3469_fff293-a1.kb-button:focus {
        border-top: 0px solid;
        border-right: 0px solid;
        border-bottom: 0px solid;
        border-left: 0px solid;
    }
}

ul.menu .wp-block-kadence-advancedbtn .kb-btn3469_4310a4-3d.kb-button {
    width: initial;
}

.wp-block-kadence-advancedbtn .kb-btn3469_4310a4-3d.kb-button {
    color: var(--theme-palette-color-8, #ffffff);
    background: #cc001c;
    font-size: 0.875rem;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 0px solid;
    border-right: 0px solid;
    border-bottom: 0px solid;
    border-left: 0px solid;
    padding-top: 0.3em;
    padding-right: 0.75em;
    padding-bottom: 0.3em;
    padding-left: 0.75em;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.kb-btn3469_4310a4-3d.kb-button .kb-svg-icon-wrap {
    font-size: 18px;
    --kb-button-icon-size: 18px;
}

.wp-block-kadence-advancedbtn .kb-btn3469_4310a4-3d.kb-button:hover, .wp-block-kadence-advancedbtn .kb-btn3469_4310a4-3d.kb-button:focus {
    color: #cc001c;
    background: var(--theme-palette-color-8, #ffffff);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 0px solid;
    border-right: 0px solid;
    border-bottom: 0px solid;
    border-left: 0px solid;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

@media all and (max-width: 1024px) {
    .wp-block-kadence-advancedbtn .kb-btn3469_4310a4-3d.kb-button {
        border-top:0px solid;
        border-right: 0px solid;
        border-bottom: 0px solid;
        border-left: 0px solid;
    }
}

@media all and (max-width: 1024px) {
    .wp-block-kadence-advancedbtn .kb-btn3469_4310a4-3d.kb-button:hover, .wp-block-kadence-advancedbtn .kb-btn3469_4310a4-3d.kb-button:focus {
        border-top:0px solid;
        border-right: 0px solid;
        border-bottom: 0px solid;
        border-left: 0px solid;
    }
}

@media all and (max-width: 767px) {
    .wp-block-kadence-advancedbtn .kb-btn3469_4310a4-3d.kb-button {
        border-top:0px solid;
        border-right: 0px solid;
        border-bottom: 0px solid;
        border-left: 0px solid;
    }

    .wp-block-kadence-advancedbtn .kb-btn3469_4310a4-3d.kb-button:hover, .wp-block-kadence-advancedbtn .kb-btn3469_4310a4-3d.kb-button:focus {
        border-top: 0px solid;
        border-right: 0px solid;
        border-bottom: 0px solid;
        border-left: 0px solid;
    }
}

.wp-block-kadence-advancedbtn.kb-btns1970_1b6dd2-fe {
    gap: 4px;
}

ul.menu .wp-block-kadence-advancedbtn .kb-btn1970_0480ae-c7.kb-button {
    width: initial;
}

.wp-block-kadence-advancedbtn .kb-btn1970_0480ae-c7.kb-button {
    color: var(--theme-palette-color-8, #ffffff);
    background: #27c699;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.kb-btn1970_0480ae-c7.kb-button .kb-svg-icon-wrap {
    font-size: 25px;
    --kb-button-icon-size: 25px;
}

.wp-block-kadence-advancedbtn .kb-btn1970_0480ae-c7.kb-button:hover, .wp-block-kadence-advancedbtn .kb-btn1970_0480ae-c7.kb-button:focus {
    color: var(--theme-palette-color-8, #ffffff);
    background: #f48a05;
}

ul.menu .wp-block-kadence-advancedbtn .kb-btn1970_e688c2-8b.kb-button {
    width: initial;
}

.wp-block-kadence-advancedbtn .kb-btn1970_e688c2-8b.kb-button {
    color: var(--theme-palette-color-8, #ffffff);
    background: #0088cc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.kb-btn1970_e688c2-8b.kb-button .kb-svg-icon-wrap {
    font-size: 25px;
    --kb-button-icon-size: 25px;
}

.wp-block-kadence-advancedbtn .kb-btn1970_e688c2-8b.kb-button:hover, .wp-block-kadence-advancedbtn .kb-btn1970_e688c2-8b.kb-button:focus {
    color: var(--theme-palette-color-8, #ffffff);
    background: var(--theme-palette-color-2, #1559ed);
}
.kb-buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: var(--global-kb-gap-xs,.5rem)
}

.kb-button {
    z-index: 1;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center
}

.kb-button.wp-block-button__link {
    width: auto;
    height: auto
}

.kb-button.kt-btn-width-type-full {
    flex: 1 0 fit-content;
    width: 100%
}

.kb-blocks-button-aos.kb-btn-width-type-full {
    flex: 1 0 fit-content;
    width: 100%
}

.wp-block-kadence-advancedbtn .kb-button:not(.specificity):not(.extra-specificity) {
    text-decoration: none
}

.kb-button:not(.kb-btn-global-inherit) {
    border: 0 solid rgba(0,0,0,0);
    padding: .4em 1em;
    cursor: pointer;
    font-size: 1.125rem;
    border-radius: 3px;
    transition: all .3s ease-in-out;
    box-shadow: none
}

.kb-button:not(.kb-btn-global-inherit):hover {
    box-shadow: none
}

.kb-button.kb-btn-global-fill {
    border: 0 solid rgba(0,0,0,0);
    border-radius: 3px;
    background: var(--global-palette-btn-bg,#3633e1);
    color: var(--global-palette-btn,#ffffff)
}

.kb-button.kb-btn-global-fill:hover {
    color: var(--global-palette-btn-hover,#ffffff);
    background: var(--global-palette-btn-bg-hover,#2f2ffc)
}

.kb-button.kb-btn-global-fill:focus {
    color: var(--global-palette-btn-hover,#ffffff);
    background: var(--global-palette-btn-bg-hover,#2f2ffc)
}

.kb-button.kb-btn-global-outline {
    border: 2px solid var(--global-palette-btn-bg,#3633e1);
    background: rgba(0,0,0,0);
    color: var(--global-palette-btn-bg,#3633e1);
    padding: calc(.4em - 2px) calc(1em - 2px)
}

.kb-button.kb-btn-global-outline:hover {
    border-color: var(--global-palette-btn-bg-hover,#2f2ffc);
    background: rgba(0,0,0,0);
    color: var(--global-palette-btn-bg-hover,#2f2ffc)
}

.kb-button.kb-btn-global-outline:focus {
    border-color: var(--global-palette-btn-bg-hover,#2f2ffc);
    background: rgba(0,0,0,0);
    color: var(--global-palette-btn-bg-hover,#2f2ffc)
}

.kb-button::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    background: rgba(0,0,0,0)
}

.kb-button:hover::before,.kb-button:focus::before {
    opacity: 1
}

.wp-block-kadence-advancedbtn .kb-button.kt-btn-size-small {
    font-size: .9rem
}

.wp-block-kadence-advancedbtn .kb-button.kt-btn-size-large {
    font-size: 1.35rem
}

.wp-block-kadence-advancedbtn .kb-button.kt-btn-size-xlarge {
    font-size: 1.65rem
}

.kb-button.kb-btn-global-outline.kt-btn-size-xlarge {
    border-width: 4px
}

.kb-button.kb-btn-global-outline.kt-btn-size-large {
    border-width: 3px;
    padding: calc(.4em - 3px) calc(1em - 3px)
}

.kb-button.kb-btn-global-outline.kt-btn-size-small {
    border-width: 1px;
    padding: calc(.4em - 1px) calc(1em - 1px)
}

.kb-button.kt-btn-has-svg-true {
    gap: .5em;
    display: inline-flex
}

.wp-block-kadence-advancedbtn .kb-svg-icon-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.wp-block-kadence-advancedbtn .kb-svg-icon-wrap svg {
    width: 1em;
    height: 1em
}

.kb-button.icon-reveal .kb-svg-icon-wrap {
    transition: transform .3s ease-in-out,width .3s ease-in-out,opacity .3s ease-in-out;
    width: 0;
    opacity: 0
}

.kb-button.icon-reveal:hover .kb-svg-icon-wrap {
    width: var(--kb-button-icon-size,24px);
    opacity: 1
}

/* Taxonomy Section Styles */
.aap-taxonomy-section {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.aap-category-item a:hover {
    background: #e5e7eb !important;
    text-decoration: none !important;
}

.aap-tags-item a:hover {
    background: #dbeafe !important;
    text-decoration: none !important;
}

@media (max-width: 640px) {
    .aap-category-item > div,
    .aap-tags-item > div {
        flex-wrap: wrap;
    }
}
.hero-section[data-type=type-1]{text-align:var(--alignment);margin-bottom:var(--margin-bottom, 40px)}.hero-section[data-type=type-1] .page-description{display:inline-block;max-width:var(--description-max-width, 100%)}.hero-section[data-type=type-2]{position:relative;padding-top:calc(var(--has-transparent-header)*var(--header-height))}.hero-section[data-type=type-2]>[class*=ct-container]{display:flex;flex-direction:column;justify-content:var(--vertical-alignment, center);text-align:var(--alignment, center);position:relative;z-index:2;padding:var(--container-padding, 50px 0);min-height:var(--min-height, 250px)}.hero-section[data-type=type-2]>figure{position:absolute;overflow:hidden;z-index:1;inset:0;background-color:inherit}.hero-section[data-type=type-2]>figure .ct-media-container{height:100%;vertical-align:top}.hero-section[data-type=type-2]>figure .ct-media-container img{height:100%}.hero-section[data-type=type-2] .ct-title-label{display:block;font-size:12px;text-transform:uppercase;margin-bottom:.5em}.entry-header>*:not(:first-child){margin-top:var(--itemSpacing, 20px)}.entry-header .page-title{margin-bottom:0}.entry-header .page-description{color:var(--theme-text-color)}.entry-header .page-description>*:last-child{margin-bottom:0}
[data-sidebar]{display:grid;grid-template-columns:var(--grid-template-columns, 100%);grid-column-gap:var(--sidebar-gap, 4%);grid-row-gap:50px}[data-sidebar]>aside{order:var(--sidebar-order)}@media(min-width: 1000px){[data-sidebar=right]{--grid-template-columns: minmax(100px, 1fr) var(--sidebar-width, 27%)}[data-sidebar=left]{--sidebar-order: -1;--grid-template-columns: var(--sidebar-width, 27%) minmax(100px, 1fr)}[data-sidebar=left]>section{grid-column:2}}[data-prefix] div[data-sidebar]>article{--has-wide: var(--false);--has-boxed-structure: var(--false)}.ct-sidebar{position:relative;z-index:1}.ct-sidebar .ct-widget{color:var(--theme-text-color)}.ct-sidebar .ct-widget:not(:last-child){margin-bottom:var(--sidebar-widgets-spacing, 40px)}@media(min-width: 1000px){.ct-sidebar[data-sticky=sidebar],.ct-sidebar .ct-sticky-widgets{position:sticky;top:calc(var(--sidebar-offset, 50px) + var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--header-sticky-height, 0px)*var(--sticky-shrink, 100)/100)}}@media(min-width: 1000px){.ct-sidebar[data-sticky=widgets]{height:100%}}aside[data-type=type-2] .ct-sidebar:not([data-widgets=separated]){padding:var(--sidebar-inner-spacing, 35px);background:var(--sidebar-background-color, var(--theme-palette-color-8));border:var(--theme-border);box-shadow:var(--theme-box-shadow);border-radius:var(--theme-border-radius)}aside[data-type=type-2] .ct-sidebar[data-widgets=separated] .ct-widget{padding:var(--sidebar-inner-spacing, 35px);background:var(--sidebar-background-color, var(--theme-palette-color-8));border:var(--theme-border);box-shadow:var(--theme-box-shadow);border-radius:var(--theme-border-radius)}@media(max-width: 999.98px){aside[data-type=type-4] .ct-sidebar{padding:var(--sidebar-inner-spacing, 35px);background:var(--sidebar-background-color, var(--theme-palette-color-8))}}@media(min-width: 1000px){aside[data-type=type-3],aside[data-type=type-4]{position:relative}aside[data-type=type-3]:after,aside[data-type=type-4]:after{position:absolute;content:"";top:var(--sidebar-helper-top, 0);height:var(--sidebar-helper-height, 100%)}aside[data-type=type-3]:after{border-right:var(--theme-border)}aside[data-type=type-4]:after{background:var(--sidebar-background-color, var(--theme-palette-color-8));width:calc(100% + 30vw)}[data-sidebar=right]>[data-type=type-3],[data-sidebar=right]>[data-type=type-4]{padding-inline-start:var(--sidebar-inner-spacing, 35px)}[data-sidebar=right]>[data-type=type-3]:after,[data-sidebar=right]>[data-type=type-4]:after{inset-inline-start:0}[data-sidebar=left]>[data-type=type-3],[data-sidebar=left]>[data-type=type-4]{padding-inline-end:var(--sidebar-inner-spacing, 35px)}[data-sidebar=left]>[data-type=type-3]:after,[data-sidebar=left]>[data-type=type-4]:after{inset-inline-end:0}}@media(min-width: 1000px){[data-vertical-spacing="top:bottom"]{--sidebar-helper-top: calc(var(--theme-content-vertical-spacing) * -1);--sidebar-helper-height: calc(100% + var(--theme-content-vertical-spacing) * 2)}[data-vertical-spacing=top]{--sidebar-helper-top: calc(var(--theme-content-vertical-spacing) * -1)}[data-vertical-spacing=top],[data-vertical-spacing=bottom]{--sidebar-helper-height: calc(100% + var(--theme-content-vertical-spacing))}}
.ct-share-box{display:flex;flex-direction:column;align-items:var(--horizontal-alignment)}.ct-share-box[data-location=top]{margin-bottom:var(--margin, 50px)}.ct-share-box[data-location=bottom]{margin-top:var(--margin, 50px)}.ct-share-box[data-location=bottom]:not(:last-child){margin-bottom:var(--margin, 50px)}.hero-section[data-type=type-1]+.ct-share-box[data-location=top]{margin-top:var(--margin, 50px)}.ct-share-box a{display:flex;justify-content:center}.ct-share-box a:hover .ct-tooltip{opacity:1;visibility:visible;transform:translate3d(0px, calc(-100% - 12px), 0px)}.ct-share-box .ct-tooltip{transform:translate3d(0px, calc(-100% - 7px), 0px)}.ct-share-box:is([data-type=type-2],[data-type=type-3])>div{display:inline-flex;flex-wrap:wrap;gap:var(--items-spacing, 15px)}.ct-share-box[data-type=type-1]>div{display:grid;grid-template-columns:repeat(auto-fit, minmax(50px, 1fr));border-top:var(--theme-border);border-inline-start:var(--theme-border)}.ct-share-box[data-type=type-1] a{border-inline-end:var(--theme-border);border-bottom:var(--theme-border)}.ct-share-box[data-type=type-1] .ct-icon-container{min-height:50px;padding:10px 0}.ct-share-box[data-type=type-2] .ct-icon-container{width:initial;height:initial;padding:10px 25px;border-radius:3px}
.ct-comments {
    color: var(--theme-text-color)
}

@media(min-width: 690px) {
    .ct-has-avatar .ct-comment-content {
        padding-inline-start:70px
    }
}

.ct-comments-title {
    margin-bottom: 50px
}

@media(max-width: 689.98px) {
    .ct-comment-list .children {
        padding-inline-start:35px
    }
}

@media(min-width: 690px) {
    .ct-comment-list .children {
        padding-inline-start:70px
    }
}

.ct-comment-list .comment-respond {
    padding-bottom: 50px
}

@media(min-width: 690px) {
    .ct-comment-list .comment-respond {
        padding-inline-start:70px
    }
}

.ct-comment-inner {
    padding-block:50px;border-top: 1px solid var(--theme-border-color)
}

.ct-comment-inner:not(.ct-has-reply-form):hover .comment-reply-link {
    color: #fff;
    background: var(--theme-button-background-initial-color)
}

.ct-comment-inner:not(.ct-has-reply-form) .comment-reply-link:hover {
    background: var(--theme-button-background-hover-color)
}

.ct-comment-meta {
    position: relative;
    margin-bottom: 20px;
    --theme-link-initial-color: var(--theme-text-color)
}

@media(min-width: 690px) {
    .ct-comment-meta {
        display:flex;
        align-items: center
    }
}

.ct-comment-meta figure {
    position: absolute;
    inset-inline-start: 0;
    border-radius: 100%;
    max-width: var(--max-size, 50px);
    max-height: var(--max-size, 50px)
}

@media(max-width: 689.98px) {
    .ct-comment-meta figure {
        --max-size: 40px
    }
}

@media(min-width: 690px) {
    .ct-comment-meta figure {
        top:0
    }
}

@media(max-width: 689.98px) {
    .ct-has-avatar .ct-comment-meta {
        padding-inline-start:50px
    }
}

@media(min-width: 690px) {
    .ct-has-avatar .ct-comment-meta {
        padding-inline-start:70px
    }
}

.ct-comment-author {
    --theme-font-size: 16px;
    --theme-link-initial-color: currentColor;
    margin-bottom: 0
}

.ct-comment-meta-data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase
}

@media(min-width: 690px) {
    .ct-comment-meta-data {
        margin-inline-start:auto
    }
}

.ct-comment-meta-data .comment-edit-link:before,.ct-comment-meta-data .comment-reply-login:before {
    content: "/";
    margin-inline:3px}

@media(max-width: 689.98px) {
    .ct-comment-meta-data .comment-edit-link {
        display:none
    }
}

.ct-comment-meta-data .comment-reply-link {
    display: flex;
    align-items: center;
    height: 25px;
    padding: 0 10px;
    border-radius: 3px;
    margin-inline-start:var(--margin-inline-start, 20px);transition: color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),background .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

@media(max-width: 689.98px) {
    .ct-comment-meta-data .comment-reply-link {
        --margin-inline-start: auto
    }
}

#reply-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px
}

#cancel-comment-reply-link {
    padding: .5em .9em;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    color: var(--theme-button-text-initial-color, #fff);
    background: var(--theme-button-background-initial-color)
}

#cancel-comment-reply-link:hover {
    color: var(--theme-button-text-hover-color, #fff);
    background: var(--theme-button-background-hover-color)
}

.comment-respond:not(:only-child) .comment-reply-title {
    padding-top: 40px;
    border-top: 1px solid var(--theme-border-color)
}

.comment-respond+.ct-comment-list {
    margin-top: 50px
}

.comment-form {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 1.5em;
    --theme-content-spacing: 0;
    --theme-link-initial-color: var(--theme-text-color)
}

@media(min-width: 690px) {
    .comment-form {
        grid-template-columns:repeat(2, 1fr)
    }

    .comment-form.has-website-field {
        grid-template-columns: repeat(3, 1fr)
    }

    .comment-form>* {
        grid-column: var(--grid-column, 1/-1)
    }

    .comment-form [class*=comment-form-field-input] {
        --grid-column: span 1
    }
}

.comment-form .logged-in-as,.comment-form .comment-notes {
    font-size: 13px
}

.comment-form .required {
    color: #c00
}

[class*=comment-form-field] label {
    display: flex;
    color: var(--theme-form-text-initial-color);
    margin-bottom: var(--has-classic-forms, 0.5em)
}

.has-labels-inside [class*=comment-form-field] {
    position: relative
}

.has-labels-inside [class*=comment-form-field] label {
    position: absolute;
    align-items: center;
    cursor: text;
    margin-bottom: 0;
    inset-inline-start: 0;
    height: var(--has-classic-forms, var(--theme-form-field-height, 40px));
    padding: var(--has-classic-forms, var(--theme-form-field-padding, 0 15px));
    transition: opacity .15s cubic-bezier(0.455, 0.03, 0.515, 0.955),visibility .15s cubic-bezier(0.455, 0.03, 0.515, 0.955),inset-inline-start .15s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.has-labels-inside [class*=comment-form-field][class*=textarea] label {
    height: 40px;
    top: var(--has-classic-forms, 5px)
}

.has-labels-inside [class*=comment-form-field]:focus-within label,.has-labels-inside [class*=comment-form-field].ct-not-empty label {
    opacity: 0;
    visibility: hidden;
    inset-inline-start: 20px
}

.comment-form-cookies-consent+.gdpr-confirm-policy {
    margin-top: -1em
}

.no-comments {
    padding: 15px 20px;
    text-align: center;
    background: rgba(233,235,239,.5);
    border-radius: 2px
}

.ct-comments-navigation {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid var(--theme-border-color)
}
.emoji-category-grid {
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #444;
    padding-top: 10px;
    max-width: 100%;
    font-family: sans-serif
}

.emoji-category-item {
    width: 50%;
    padding: 8px 0;
    font-size: 1.1rem
}

@media (max-width: 600px) {
    .emoji-category-item {
        width:100%;
        font-weight: 700;
        padding: 10px 15px
    }
}

.emoji-category-heading {
    font-weight: 700;
    font-size: 1.2rem;
    padding-bottom: 5px
}

.category-title {
    font-size: 2rem;
    font-weight: 700;
    color: rgb(95,99,104);
    margin-bottom: 1rem;
    position: relative;
    padding: 1rem
}

@media (max-width: 768px) {
    .category-title {
        font-size:1.5rem
    }
}

.fUEl2e {
    display: flex;
    gap: var(--gap-width);
    flex-wrap: wrap;
    justify-content: flex-start
}

.app-list-grid {
    margin-left: 24px!important;
    margin-right: 24px!important
}

@media screen and (min-width: 600px) {
    .app-list-grid {
        margin-left:48px!important;
        margin-right: 48px!important
    }
}

@media screen and (min-width: 1280px) {
    .app-list-grid {
        margin-left:72px!important;
        margin-right: 72px!important
    }
}

@media screen and (min-width: 1440px) {
    .app-list-grid {
        margin-left:auto!important;
        margin-right: auto!important;
        max-width: 1296px
    }
}

.ftgkle {
    --gap-width: 12px
}

@media screen and (min-width: 600px) {
    .ftgkle {
        --gap-width:16px
    }
}

@media screen and (min-width: 1280px) {
    .ftgkle {
        --gap-width:24px
    }
}

.app-list-item {
    transition: background-color 0.2s;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    outline: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    will-change: transform,opacity
}

.TAQqTe {
    border-radius: 8px;
    margin: calc(var(--gap-width)/2*-1);
    padding: calc(var(--gap-width)/2)
}

.app-list-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.app-list-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.app-list-item:hover {
    background-color: #f5f5f5
}

.T75of {
    background-size: contain
}

.app-banner {
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
    border-radius: 8px
}

.Shbxxd,.app-banner {
    height: calc(var(--card-width)*9/16);
    object-fit: cover;
    width: var(--card-width)
}

.VfPpkd-WsjYwc {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative
}

.KC1dQ {
    border-radius: 8px;
    background-color: #fff;
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)
}

.Usd1Ac {
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid rgb(218,220,224);
    box-shadow: none
}

/* Responsive grid layout: Mobile 1 | Tablet 2 | Desktop 3 */
.Y8RQXd {
    --gap-width: 12px;
    --card-width: calc(100vw - 48px);
    border: 0;
    width: var(--card-width)
}

/* Tablet: 2 cards per row */
@media screen and (min-width: 600px) {
    .Y8RQXd {
        --gap-width: 16px;
        --card-width: calc(50vw - 64px)
    }
}

@media screen and (min-width: 768px) {
    .Y8RQXd {
        --card-width: calc(50vw - 72px)
    }
}

@media screen and (min-width: 840px) {
    .Y8RQXd {
        --card-width: calc(50vw - 80px)
    }
}

/* Desktop: 3 cards per row */
@media screen and (min-width: 1280px) {
    .Y8RQXd {
        --gap-width: 24px;
        --card-width: calc(33.3333333333vw - 80px)
    }
}

@media screen and (min-width: 1440px) {
    .Y8RQXd {
        --card-width: 400px
    }
}

.Si6A0c {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    outline: none
}

.Gy4nib {
    position: relative
}

.app-list-content {
    column-gap: 16px;
    display: grid;
    grid-template-columns: -webkit-max-content auto;
    grid-template-columns: max-content auto;
    margin: 16px 0
}

.app-icon {
    object-fit: cover;
    border-radius: 12px;
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
    height: 56px;
    width: 56px
}

@media screen and (min-width: 1280px) {
    .app-icon {
        height:64px;
        width: 64px
    }
}

.app-info {
    display: grid;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    height: -webkit-fit-content;
    height: fit-content;
    row-gap: 2px
}

@media screen and (min-width: 1280px) {
    .app-info {
        row-gap:0
    }
}

.app-name {
    color: rgb(32,33,36);
    fill: rgb(32,33,36);
    stop-color: rgb(32,33,36);
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    letter-spacing: -.2px;
    margin-bottom: 0;
    white-space: nowrap
}

@media screen and (min-width: 1280px) {
    .app-name {
        font-size:1rem;
        font-weight: 400;
        letter-spacing: .00625em;
        line-height: 1.5rem;
        letter-spacing: 0
    }
}

.app-size {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: .2px;
    color: rgb(32,33,36)
}

@media screen and (min-width: 1280px) {
    .app-size {
        font-size:.875rem;
        font-weight: 400;
        letter-spacing: .0142857143em;
        line-height: 1.25rem;
        letter-spacing: .2px
    }
}

.app-rating {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: .2px;
    color: rgb(95,99,104)
}

@media screen and (min-width: 1280px) {
    .app-rating {
        font-size:.875rem;
        font-weight: 400;
        letter-spacing: .0142857143em;
        line-height: 1.25rem;
        letter-spacing: .2px
    }
}

.pagination-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 2rem 0;
    font-family: Roboto,system-ui,sans-serif;
    font-size: 20px;
    user-select: none
}

.pagination-nav .page-numbers {
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #202124;
    text-decoration: none;
    transition: background-color 0.2s ease,box-shadow 0.2s ease
}

.pagination-nav .page-numbers:hover {
    background-color: #f1f3f4;
    box-shadow: 0 1px 3px rgba(60,64,67,.15)
}

.pagination-nav .page-numbers.current {
    background-color: #e8f0fe;
    color: #1a73e8;
    font-weight: 500
}

.pagination-nav .page-numbers.dots {
    background: transparent;
    color: #9aa0a6;
    pointer-events: none
}

.pagination-nav .page-numbers.prev,.pagination-nav .page-numbers.next {
    font-size: 18px;
    padding: 0 14px;
    border-radius: 20px
}


    .aap_metatv-search-wrapper {
        padding: 16px;
        width: 100%;
        background: #ffffff;
    }

    .aap_metatv-search-container {
        max-width: 720px;
        margin: 0 auto;
    }

    .aap_search-input-group {
        position: relative;
        display: flex;
        align-items: center;
        background: white;
        border: 2px solid rgba(40, 114, 250, 0.2);
        border-radius: 12px;
        transition: all 0.2s ease;
        box-shadow: 0 2px 6px rgba(40, 114, 250, 0.08);
    }

    .aap_search-input-group:focus-within {
        border-color: #2872fa;
        box-shadow: 0 4px 12px rgba(40, 114, 250, 0.12);
    }

    .aap_search-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 16px;
        opacity: 0.8;
    }

    .aap_search-icon svg {
        width: 16px;
        height: 16px;
        stroke: #2872fa;
        stroke-width: 2.5;
    }

    .aap_search-input-group input[type="text"] {
        flex: 1;
        height: 44px;
        padding: 0 16px;
        border: none;
        background: none;
        font-size: 15px;
        color: #333;
        font-family: inherit;
    }

    .aap_search-input-group input[type="text"]:focus {
        outline: none;
    }

    .aap_search-input-group input[type="text"]::placeholder {
        color: #888;
        transition: color 0.2s ease;
    }

    .aap_search-input-group input[type="text"]:focus::placeholder {
        color: #bbb;
    }

    .aap_clear-input {
        display: none;
        background: none;
        border: none;
        padding: 8px;
        cursor: pointer;
        border-radius: 50%;
        margin-right: 4px;
        transition: all 0.2s ease;
    }

    .aap_clear-input svg {
        width: 14px;
        height: 14px;
        stroke: #999;
        stroke-width: 2.5;
        transition: stroke 0.2s ease;
    }

    .aap_clear-input:hover svg {
        stroke: #666;
    }

    .aap_clear-input:hover {
        background: rgba(0, 0, 0, 0.05);
    }

    .aap_search-input-group.aap_has-text .aap_clear-input {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aap_search-input-group button[type="submit"] {
        margin: 5px;
        padding: 0 20px;
        height: 34px;
        background: var(--theme-palette-color-1, #2872fa);
        color: white;
        border: none;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease;
        box-shadow: 0 2px 4px rgba(40, 114, 250, 0.2);
    }

    .aap_search-input-group button[type="submit"]:hover {
        background: #1e5cd7;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(40, 114, 250, 0.25);
    }

    .aap_search-history {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 12px;
        padding: 0 4px;
    }

    .aap_search-history > div {
        font-size: 13px;
        color: #666;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .aap_search-history > div p {
        margin: 0;
    }

    .aap_search-history > div strong {
        color: #444;
    }

    .aap_search-history > button {
        display: flex;
        align-items: center;
        gap: 6px;
        background: none;
        border: none;
        color: #666;
        padding: 6px 12px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 13px;
        transition: all 0.2s;
    }

    .aap_search-history > button:hover {
        background: rgba(40, 114, 250, 0.08);
        color: #2872fa;
    }

    .aap_search-history > button svg {
        width: 14px;
        height: 14px;
        stroke: currentColor;
        stroke-width: 2;
    }

    @media (max-width: 768px) {
        .aap_metatv-search-wrapper {
            padding: 12px;
            margin: 0;
        }

        .aap_search-input-group {
            border-radius: 10px;
        }

        .aap_search-input-group input[type="text"] {
            height: 42px;
            font-size: 14px;
        }

        .aap_search-input-group button[type="submit"] {
            padding: 0 16px;
            height: 32px;
            font-size: 13px;
        }

        .aap_search-icon {
            margin-left: 14px;
        }

        .aap_search-icon svg {
            width: 14px;
            height: 14px;
        }

        .aap_search-history > button span {
            display: none;
        }
    }
    
.comment-form-captcha {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid #0073aa
}

.comment-form-captcha label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333
}

.captcha-question-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.captcha-question {
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    border: 2px solid #ddd;
    color: #333
}

.captcha-input {
    width: 80px!important;
    padding: 8px 12px!important;
    border: 2px solid #ddd!important;
    border-radius: 4px!important;
    font-size: 16px!important;
    text-align: center
}

.captcha-input:focus {
    border-color: #0073aa!important;
    outline: none!important;
    box-shadow: 0 0 0 2px rgba(0,115,170,.2)!important
}

.captcha-loading {
    animation: pulse 2s infinite
}

@keyframes pulse {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: .7
    }
}

@media (max-width: 600px) {
    .captcha-question-wrapper {
        flex-direction:column;
        align-items: flex-start
    }

    .captcha-input {
        width: 100px!important
    }
}
[data-middle=search-input]{--middle-column-width: var(--search-box-max-width, 25%)}.ct-header .ct-search-box{width:100%;max-width:var(--max-width, 250px)}[data-row=middle][data-middle=search-input] [data-column=middle] .ct-search-box{--max-width: 100%}
.ct-search-form {
    position: relative;
}

.ct-search-form button[type="submit"].loading .ct-search-button-content {
    display: none;
}

.ct-search-form button[type="submit"].loading .ct-ajax-loader {
    display: block;
}

.ct-search-form button[type="submit"]:not(.loading) .ct-ajax-loader {
    display: none;
}

.ct-live-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 50px 70px rgba(210, 213, 218, 0.4);
    margin-top: 8px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
}

.ct-live-search-results.active {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
}

.ct-search-results-inner {
    padding: 8px 0;
}

.ct-search-result-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    text-decoration: none;
    color: #333333;
    transition: background-color 0.2s ease;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

.ct-search-result-item:last-child {
    border-bottom: none;
}

.ct-search-result-item:hover {
    background-color: #f5f5f5;
}

.ct-result-thumb {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 12px;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3);
}

.ct-result-thumb-placeholder {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #e0e0e0;
    margin-right: 12px;
    flex-shrink: 0;
}

.ct-result-content {
    flex: 1;
    min-width: 0;
}

.ct-result-title {
    font-family: 'Google Sans', 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #333333;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ct-result-meta {
    display: flex;
    gap: 8px;
    font-size: 12px;
    color: #5f6368;
}

.ct-result-version,
.ct-result-size {
    display: inline-block;
}

.ct-no-results {
    padding: 20px 16px;
    text-align: center;
    color: #5f6368;
    font-size: 14px;
    font-family: 'Google Sans', 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

@media (max-width: 600px) {
    .ct-live-search-results {
        left: -16px;
        right: -16px;
        max-width: calc(100vw - 32px);
    }

    .ct-result-thumb,
    .ct-result-thumb-placeholder {
        width: 40px;
        height: 40px;
    }

    .ct-result-title {
        font-size: 13px;
    }

    .ct-result-meta {
        font-size: 11px;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .ct-live-search-results {
        min-width: 350px;
    }
}

@media (min-width: 1025px) {
    .ct-live-search-results {
        min-width: 400px;
    }
}
.ct-header-divider{display:inline-flex}.ct-header-divider:before{content:""}#header .ct-header-divider{align-items:center;height:100%}#header .ct-header-divider:before{height:var(--divider-size, 100%);border-inline-end:var(--divider-style)}#offcanvas .ct-header-divider{justify-content:var(--horizontal-alignment);width:100%}#offcanvas .ct-header-divider:before{width:var(--divider-size, 100%);border-bottom:var(--divider-style)}
.aap_gam-thumbnail-label {
    top: 10px;
    right: 10px;
    border-radius: 3px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    z-index: 100;
    line-height: 1.4;
}

.aap_post-thumbnail,
.aap_ct-media-container,
.aap_wp-post-image,
.aap_gam-image-wrapper {
    position: relative !important;
    display: inline-block;
}

.aap_gam-label-mobile {
    background-color: #2872fa;
}

.aap_gam-label-both {
    background-color: #2ecc71;
}

.aap_gam-label-tv {
    background-color: #e74c3c;
}

figure.aap_gam-image-wrapper {
    display: block;
    margin: 1em auto;
    text-align: center;
}

figure.aap_gam-image-wrapper img {
    max-width: 100%;
    height: auto;
}

.aap_similar-apps-container {
    padding-top: 0px;
}

.aap_similar-apps-header {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.aap_arrow-link {
    font-size: 1.2em;
    text-decoration: none;
    color: #007BFF;
    border-radius: 50%;
    padding: 4px 10px;
    transition: background-color 0.3s, color 0.3s;
}

.aap_arrow-link:hover {
    background-color: rgba(0, 123, 255, .1);
    color: #0056b3;
}

.aap_similar-apps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.aap_similar-app-item {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 10px;
    background-color: #fff;
    text-decoration: none;
    color: #222;
    transition: background-color 0.3s ease;
    border: 1px solid #f1f5f9;
}

.aap_similar-app-item:hover {
    background-color: #f2f2f2;
}

.aap_similar-app-item img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    object-fit: cover;
    margin-right: 12px;
    flex-shrink: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.aap_app-details {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
}

.aap_app-name {
    font-weight: 600;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aap_app-size,
.aap_app-rating {
    font-size: .9em;
    color: #666;
    line-height: 1.35;
}

.aap_app-views,
.app-views {
    font-size: .85em;
    line-height: 1.35;
    color: #64748b;
}

/* Mobile Horizontal Scroll */
@media (max-width: 767px) {
    .aap_similar-apps-grid {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 12px;
        padding: 5px 2px 15px 2px;
        scrollbar-width: none; 
        -ms-overflow-style: none;
        scroll-snap-type: x mandatory;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    
    .aap_similar-apps-grid::-webkit-scrollbar {
        display: none;
    }
    
    .aap_similar-app-item {
        flex: 0 0 min(260px, calc(100vw - 48px));
        max-width: calc(100vw - 48px);
        scroll-snap-align: start;
        background: #ffffff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    .aap_similar-app-item img {
        width: 56px;
        height: 56px;
        margin-right: 10px;
    }

    .aap_app-name {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@media (max-width:768px){.aap-trending-apps-ngrid{grid-template-columns:1fr}.aap-similar-app-item{padding:10px;gap:10px}.aap-similar-app-item img{width:50px;height:50px}.aap-app-name{font-size:13px}.aap-widget__titleTR{padding:8px 15px}.aap-widget__titleTR .aap-widget__title-text{font-size:14px}}@media (max-width:480px){.aap-trending-apps-container{padding:10px}.aap-similar-app-item{flex-direction:column;text-align:center;gap:8px}.aap-similar-app-item img{width:60px;height:60px}.aap-app-details{text-align:center}.aap-app-name{white-space:normal;word-break:break-word}}@media (max-width:480px){.aap-trending-apps-container{padding:10px}.aap-similar-app-item{flex-direction:column;text-align:center;gap:8px}.aap-similar-app-item img{width:60px;height:60px}.aap-app-details{text-align:center}.aap-app-name{white-space:normal;word-break:break-word}}@media (prefers-color-scheme:dark){.aap-trending-apps-container{background:#1a1a1a;border-color:#333}.aap-similar-app-item,.aap-app-card{background:#2a2a2a;border-color:#444}.aap-similar-app-item:hover{background:#333}.aap-app-size{color:#ccc}.aap-trending-posts-widget{background:#1a1a1a;border-color:#333}.aap-trending-post-item{border-color:#333}.aap-trending-post-item a{color:#fff}.aap-view-count{background:#333;color:#ccc}.aap-top-apps h3{border-bottom-color:#666}}.aap-similar-app-item{position:relative;overflow:hidden}.aap-similar-app-item::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left 0.5s}.aap-similar-app-item:hover::before{left:100%}.aap-loading{display:flex;justify-content:center;align-items:center;padding:40px;color:#666}.aap-loading::after{content:'';width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid var(--theme-palette-color-1,#007cba);border-radius:50%;animation:aap-spin 1s linear infinite;margin-left:10px}@keyframes aap-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.aap-badge.gold{background:linear-gradient(45deg,#ffd700,#ffed4e)!important;color:#333!important}.aap-badge.silver{background:linear-gradient(45deg,#c0c0c0,#e5e5e5)!important;color:#333!important}.aap-badge.bronze{background:linear-gradient(45deg,#cd7f32,#daa520)!important;color:#fff!important}.aap-trending-indicator{position:absolute;top:5px;right:5px;background:#f44;color:#fff;font-size:10px;padding:2px 6px;border-radius:10px;font-weight:600;text-transform:uppercase;animation:aap-pulse 2s infinite}@keyframes aap-pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}.aap-similar-app-item:focus,.aap-app-card a:focus{outline:2px solid var(--theme-palette-color-1,#0073aa);outline-offset:2px}.aap-badge{font-variant-numeric:tabular-nums}@media print{.aap-widget__titleTR{background:#000!important;color:#fff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.aap-top-apps h3{color:#000!important;border-bottom-color:#000!important}.aap-similar-app-item:hover::before{display:none}.aap-similar-app-item,.aap-app-card{break-inside:avoid}.aap-app-card .aap-logo{transform:none!important}}.aap-widget__titleTR{margin-bottom:0;padding:10px 20px;background:var(--theme-palette-color-1,#007cba);border-bottom:none;color:#fff;margin:-5px!important;border:var(--theme-border,1px solid #ddd);box-shadow:var(--theme-box-shadow,0 2px 4px rgba(0,0,0,.1));border-top-left-radius:var(--theme-border-radius,8px);border-top-right-radius:var(--theme-border-radius,8px);display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.aap-widget__titleTR .aap-widget__title-text{margin:0;display:flex;align-items:center;gap:8px;font-size:16px;font-weight:500}.aap-widget__titleTR .aap-first-word{font-weight:300}.aap-widget__titleTR svg{flex-shrink:0}.aap-trending-apps-container{background:#fff;border:var(--theme-border,1px solid #ddd);border-top:none;border-bottom-left-radius:var(--theme-border-radius,8px);border-bottom-right-radius:var(--theme-border-radius,8px)}.aap-trending-apps-ngrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:15px}.aap-similar-app-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f8f9fa;border-radius:8px;text-decoration:none;color:inherit;transition:all 0.3s ease;border:1px solid #e9ecef}.aap-similar-app-item:hover{background:#e9ecef;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15);text-decoration:none;color:inherit}.aap-similar-app-item img{width:60px;height:60px;border-radius:12px;object-fit:cover;flex-shrink:0;border:1px solid #ddd}.aap-app-details{flex:1;min-width:0}.aap-app-name{display:block;font-weight:600;font-size:14px;line-height:1.3;margin-bottom:4px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aap-app-size{font-size:12px;color:#666;margin-bottom:2px}.aap-app-rating{font-size:12px;color:#ff9500;font-weight:500}.aap-top-apps{text-align:center;font-family:sans-serif;margin:30px 0}.aap-top-apps h3{margin-bottom:20px;border-bottom:2px solid #444}.aap-top-apps-list{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.aap-app-card{width:180px;padding:10px;background:transparent;text-align:center;position:relative}.aap-app-card .aap-badge{position:absolute;top:-10px;left:-10px;background:#0073aa;color:#fff;border-radius:50%;width:24px;height:24px;line-height:24px;font-size:13px;font-weight:700}.aap-app-card .aap-logo{width:100%;height:80px;object-fit:cover;margin:10px auto;transition:transform 0.3s ease;border-width:0;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);border-radius:8px}@media (min-width:601px){.aap-app-card:hover .aap-logo{transform:scale(1.1)}}.aap-app-card a{display:block;font-size:15px;font-weight:500;text-decoration:none}.aap-app-card a:hover{text-decoration:none}

/* REPLACED YOUR MOBILE SECTION FOR TOP APPS */
@media (max-width:600px){
    .aap-top-apps-list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        margin-left: 0 !important;
        align-items: stretch !important;
    }
    
    .aap-app-card {
        width: 100% !important;
        max-width: none !important;
        padding: 15px !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }
    
    .aap-app-card .aap-logo {
        display: block !important;
        width: 150px !important;
        height: 150px !important;
        object-fit: contain !important;
        margin: 10px auto 15px !important;
    }
    
    .aap-app-card a {
        font-size: 14px !important;
        font-weight: 600 !important;
        padding: 0 !important;
        display: block !important;
        margin-left: 0 !important;
        text-align: center !important;
        line-height: 1.3 !important;
        min-height: 40px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    
    .aap-app-card .aap-badge {
        top: 5px !important;
        left: 5px !important;
        width: 28px !important;
        height: 28px !important;
        line-height: 28px !important;
        font-size: 14px !important;
        z-index: 2 !important;
    }
}

.aap-trending-posts-widget{background:#fff;border-radius:8px;padding:15px;border:1px solid #e9ecef}.aap-trending-post-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0}.aap-trending-post-item:last-child{border-bottom:none}.aap-trending-post-item a{text-decoration:none;color:#333;font-weight:500;flex:1;margin-right:10px}.aap-trending-post-item a:hover{color:var(--theme-palette-color-1,#007cba);text-decoration:none}.aap-view-count{font-size:12px;color:#666;background:#f8f9fa;padding:2px 6px;border-radius:12px;white-space:nowrap}.aap-app-views{font-size:12px;color:#64748b;line-height:1.35}.singlo-sidebar-widget:not(:last-child){margin-bottom:var(--sidebar-widgets-spacing,40px)}.aap-empty-widget{font-size:13px;color:#64748b;margin:0;padding:10px 0}.aap-recent-list .aap-hwguides a{line-height:1.35}.aap-recent-list .aap-hwguides small{display:inline-block;margin-top:4px;line-height:1.35}@media (max-width:480px){.aap_similar-apps-grid .aap-similar-app-item{flex-direction:row;text-align:left}.aap_similar-apps-grid .aap-app-details,.aap_similar-apps-grid .aap_app-details{text-align:left;min-width:0}.aap_similar-apps-grid .aap-app-name,.aap_similar-apps-grid .aap_app-name{white-space:normal}}
.aap-widget__title{margin-bottom:20px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.aap-widget__title:after{content:'';-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;box-ordinal-group:2;-webkit-order:2;-moz-order:2;order:2;-ms-flex-order:2;margin-left:.6em;border-top:2px solid rgba(0,0,0,.05)}.aap-widget__title-text{font-family:"Rubik",Helvetica,Arial,sans-serif;margin:0;font-size:15px;font-size:1.1rem;line-height:1.2;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.aap-widget__title .aap-first-word{font-weight:300}.aap-recent-list{list-style:none;padding:0;margin:0}.aap-recent-list .aap-hwguides{border-bottom:1px solid rgba(0,0,0,.1)}.aap-recent-list .aap-hwguides:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.aap-recent-list .aap-hwguides a{text-decoration:none;transition:color 0.3s ease}.aap-recent-list .aap-hwguides small{font-size:.85em;color:#666;font-weight:400}@media (max-width:768px){.aap-widget__title-text{font-size:14px;font-size:1rem}.aap-recent-list .aap-hwguides{margin-bottom:8px;padding-bottom:6px}}@media (prefers-color-scheme:dark){.aap-widget__title:after{border-top-color:rgba(0,0,0,.05)}.aap-recent-list .aap-hwguides{border-bottom-color:rgba(255,255,255,.1)}.aap-recent-list .aap-hwguides small{color:#ccc}}.aap-hwguides>strong>a:hover{background-color:#f2f2f2}.aap-hwguides>strong>a{display:block;position:relative;margin-top:8px;padding:10px 15px;border:1px solid rgba(0,0,0,.05);border-radius:3px;background:rgba(134,48,48,0);font-family:"Rubik",Helvetica,Arial,sans-serif;text-decoration:none!important}
.stars-outer {
    position: relative;
    display: inline-block;
    color: #ffd700;
    cursor: pointer;
    font-family: Arial, sans-serif;
    line-height: 1;
    width: 5em;
    white-space: nowrap;
}

.stars-outer::before {
    content: "\2605\2605\2605\2605\2605";
    color: #e0e0e0;
    display: block;
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: width 0.3s ease;
}

.stars-inner::before {
    content: "\2605\2605\2605\2605\2605";
    color: #ffd700;
    display: block;
}

.stars-hover {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    transition: width 0.2s ease;
}

.stars-hover::before {
    content: "\2605\2605\2605\2605\2605";
    color: #ffd700;
    display: block;
    filter: brightness(1.1);
}

.stars-interact {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 2;
}

.stars-interact span {
    flex: 1;
    height: 100%;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.stars-interact span:hover {
    transform: scale(1.1);
}

.rating-info {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.rating-info .avg-val {
    font-weight: 700;
    color: #333;
    margin-right: 5px;
}

.singlo-star-rating {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 0;
    min-width: 96px;
    max-width: 100%;
    line-height: 1.25;
}

.singlo-star-rating .ClM7O {
    font-weight: 600;
}

.singlo-star-rating .TT9eCd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    white-space: nowrap;
}

.singlo-star-rating .g1rdde {
    font-size: 13px;
    color: #666;
    white-space: nowrap;
}

.starblocks {
    margin-top: -4px;
    min-height: 22px;
}

.aap-app-views,
.singlo-view-count {
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
}

.singlo-meta-views {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.progress-container {
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 8px;
    margin: 30px 0 10px 0; /* Increased top margin for counters */
    position: relative
}

.ga-button,.progress-bar {
    background-color: #1E3A8A;
    border-radius: 8px
}

.progress-bar {
    width: 0%;
    height: 15px;
    transition: width .1s linear
}

.counter-left,.counter-right {
    position: absolute;
    top: -25px;
    font-weight: 700;
    color: #2F6BB2
}

.counter-left {
    left: 0
}

.counter-right {
    right: 0
}

.wait-text {
    text-align: center;
    color: #666;
    margin-top: 10px;
    font-size: 14px
}

.ga-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    margin: 5px 0;
    font-weight: 700;
    transition: background-color .3s
}

.ga-button:hover {
    background-color: #2F6BB2;
    color: #fff
}

.ga-svg-icon-wrap {
    margin-right: 8px
}

.ga-svg-icon-wrap svg {
    width: 20px;
    height: 20px
}
.post-description {
    position: relative;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 150px; /* Secure height for ~4-5 lines */
}

.post-description.expanded {
    max-height: 5000px; /* Large enough to hold all content but allows transition */
}

.read-more-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to top, #ffffff, transparent);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
    z-index: 10;
}

.post-description.expanded .read-more-wrapper {
    position: relative;
    height: auto;
    background: none;
    margin-top: 15px;
}

.read-more-btn {
    pointer-events: auto;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #1E3A8A;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.read-more-btn:hover {
    background: #e9ecef;
    border-color: #adb5bd;
}

.read-more-btn .line {
    display: none; /* Hide if not needed, or use for design */
}
:root {
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75
}

.f-spinner {
    margin: auto;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height)
}

.f-spinner svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    animation: f-spinner-rotate 2s linear infinite
}

.f-spinner svg * {
    stroke-width: var(--f-spinner-stroke);
    fill: none
}

.f-spinner svg *:first-child {
    stroke: var(--f-spinner-color-1)
}

.f-spinner svg *:last-child {
    stroke: var(--f-spinner-color-2);
    animation: f-spinner-dash 2s ease-in-out infinite
}

@keyframes f-spinner-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1,150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -124
    }
}

.f-throwOutUp {
    animation: var(--f-throw-out-duration,0.175s) ease-out both f-throwOutUp
}

.f-throwOutDown {
    animation: var(--f-throw-out-duration,0.175s) ease-out both f-throwOutDown
}

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0,calc(var(--f-throw-out-distance, 150px) * -1),0);
        opacity: 0
    }
}

@keyframes f-throwOutDown {
    to {
        transform: translate3d(0,var(--f-throw-out-distance,150px),0);
        opacity: 0
    }
}

.f-zoomInUp {
    animation: var(--f-transition-duration,0.2s) ease .1s both f-zoomInUp
}

.f-zoomOutDown {
    animation: var(--f-transition-duration,0.2s) ease both f-zoomOutDown
}

@keyframes f-zoomInUp {
    from {
        transform: scale(.975) translate3d(0,16px,0);
        opacity: 0
    }

    to {
        transform: scale(1) translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes f-zoomOutDown {
    to {
        transform: scale(.975) translate3d(0,16px,0);
        opacity: 0
    }
}

.f-fadeIn {
    animation: var(--f-transition-duration,0.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;
    z-index: 2
}

.f-fadeOut {
    animation: var(--f-transition-duration,0.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;
    z-index: 1
}

@keyframes f-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes f-fadeOut {
    100% {
        opacity: 0
    }
}

.f-fadeFastIn {
    animation: var(--f-transition-duration,0.2s) ease-out both f-fadeFastIn;
    z-index: 2
}

.f-fadeFastOut {
    animation: var(--f-transition-duration,0.1s) ease-out both f-fadeFastOut;
    z-index: 2
}

@keyframes f-fadeFastIn {
    0% {
        opacity: .75
    }

    100% {
        opacity: 1
    }
}

@keyframes f-fadeFastOut {
    100% {
        opacity: 0
    }
}

.f-fadeSlowIn {
    animation: var(--f-transition-duration,0.5s) ease both f-fadeSlowIn;
    z-index: 2
}

.f-fadeSlowOut {
    animation: var(--f-transition-duration,0.5s) ease both f-fadeSlowOut;
    z-index: 1
}

@keyframes f-fadeSlowIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes f-fadeSlowOut {
    100% {
        opacity: 0
    }
}

.f-crossfadeIn {
    animation: var(--f-transition-duration,0.2s) ease-out both f-crossfadeIn;
    z-index: 2
}

.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;
    z-index: 1
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes f-crossfadeOut {
    100% {
        opacity: 0
    }
}

.f-slideIn.from-next {
    animation: var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-slideInNext
}

.f-slideIn.from-prev {
    animation: var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev
}

.f-slideOut.to-next {
    animation: var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext
}

.f-slideOut.to-prev {
    animation: var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev
}

@keyframes f-slideInPrev {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translate3d(0,0,0)
    }
}

@keyframes f-slideInNext {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translate3d(0,0,0)
    }
}

@keyframes f-slideOutNext {
    100% {
        transform: translateX(-100%)
    }
}

@keyframes f-slideOutPrev {
    100% {
        transform: translateX(100%)
    }
}

.f-classicIn.from-next {
    animation: var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;
    z-index: 2
}

.f-classicIn.from-prev {
    animation: var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;
    z-index: 2
}

.f-classicOut.to-next {
    animation: var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;
    z-index: 1
}

.f-classicOut.to-prev {
    animation: var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;
    z-index: 1
}

@keyframes f-classicInNext {
    0% {
        transform: translateX(-75px);
        opacity: 0
    }

    100% {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes f-classicInPrev {
    0% {
        transform: translateX(75px);
        opacity: 0
    }

    100% {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes f-classicOutNext {
    100% {
        transform: translateX(-75px);
        opacity: 0
    }
}

@keyframes f-classicOutPrev {
    100% {
        transform: translateX(75px);
        opacity: 0
    }
}

.f-carousel {
    --f-carousel-theme-color: #706f6c;
    --f-carousel-spacing: 0px;
    --f-carousel-slide-width: 100%;
    --f-carousel-slide-height: auto;
    --f-carousel-slide-padding: 0;
    --f-button-width: 42px;
    --f-button-height: 42px;
    --f-button-color: var(--f-carousel-theme-color, currentColor);
    --f-button-hover-color: var(--f-carousel-theme-color, currentColor);
    --f-button-bg: transparent;
    --f-button-hover-bg: var(--f-button-bg);
    --f-button-active-bg: var(--f-button-bg);
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-next-pos: 10px;
    --f-button-prev-pos: 10px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75;
    position: relative;
    box-sizing: border-box
}

.f-carousel *,.f-carousel *:before,.f-carousel *:after {
    box-sizing: inherit
}

.f-carousel.is-ltr {
    direction: ltr
}

.f-carousel.is-rtl {
    direction: rtl
}

.f-carousel__viewport {
    overflow: hidden;
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
    width: 100%;
    height: 100%
}

.f-carousel__viewport.is-draggable {
    cursor: move;
    cursor: grab
}

.f-carousel__viewport.is-dragging {
    cursor: move;
    cursor: grabbing
}

.f-carousel__track {
    display: flex;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.f-carousel__slide {
    position: relative;
    flex: 0 0 auto;
    width: var(--f-carousel-slide-width);
    max-width: 100%;
    height: var(--f-carousel-slide-height);
    margin: 0 var(--f-carousel-spacing) 0 0;
    padding: var(--f-carousel-slide-padding);
    outline: 0;
    transform-origin: center center
}

.f-carousel__slide img.is-preloading {
    visibility: hidden
}

.f-carousel__slide>.f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.f-carousel.is-vertical {
    --f-carousel-slide-height: 100%
}

.f-carousel.is-vertical .f-carousel__track {
    flex-wrap: wrap
}

.f-carousel.is-vertical .f-carousel__slide {
    margin: 0 0 var(--f-carousel-spacing) 0
}

:root {
    --f-carousel-dots-width: 24px;
    --f-carousel-dots-height: 30px;
    --f-carousel-dot-width: 8px;
    --f-carousel-dot-height: 8px;
    --f-carousel-dot-radius: 50%;
    --f-carousel-dot-color: var(--f-carousel-theme-color, currentColor);
    --f-carousel-dot-opacity: 0.2;
    --f-carousel-dot-hover-opacity: 0.4
}

.f-carousel.has-dots {
    margin-bottom: var(--f-carousel-dots-height)
}

.f-carousel__dots {
    position: absolute;
    bottom: calc(var(--f-carousel-dots-height)*-1);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto!important;
    padding: 0;
    list-style: none!important;
    user-select: none
}

.f-carousel__dots li {
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: var(--f-carousel-dot-opacity);
    transition: opacity .15s ease-in-out
}

.f-carousel__dots li+li {
    margin: 0
}

.f-carousel__dots li:hover {
    opacity: var(--f-carousel-dot-hover-opacity)
}

.f-carousel__dots li.is-current {
    opacity: 1
}

.f-carousel__dots li button {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: var(--f-carousel-dots-width);
    height: var(--f-carousel-dots-height);
    border: 0;
    background: rgba(0,0,0,0);
    cursor: pointer;
    transition: all .2s linear
}

.f-carousel__dot {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: var(--f-carousel-dot-width);
    height: var(--f-carousel-dot-height);
    border-radius: var(--f-carousel-dot-radius);
    background-color: var(--f-carousel-dot-color);
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    pointer-events: none
}

.f-carousel__dots.is-dynamic li:not(.is-prev,.is-next,.is-current,.is-after-next,.is-before-prev) button {
    transform: scale(0);
    width: 0
}

.f-carousel__dots.is-dynamic li.is-before-prev button,.f-carousel__dots.is-dynamic li.is-after-next button {
    transform: scale(.22)
}

.f-carousel__dots.is-dynamic li.is-prev button,.f-carousel__dots.is-dynamic li.is-next button {
    transform: scale(.66)
}

.f-carousel__dots.is-dynamic li.is-current button {
    transform: scale(1)
}

.f-carousel__dots.is-dynamic li.is-before-prev button,.f-carousel__dots.is-dynamic li.is-after-next button {
    transform: scale(.33)
}

.f-carousel__dots.is-dynamic li.is-current:first-child {
    margin-left: calc(var(--f-carousel-dots-width)*2)
}

.f-carousel__dots.is-dynamic li.is-prev:first-child {
    margin-left: var(--f-carousel-dots-width)
}

.f-carousel__dots.is-dynamic li.is-next:last-child {
    margin-right: var(--f-carousel-dots-width)
}

.f-carousel__dots.is-dynamic li.is-current:last-child {
    margin-right: calc(var(--f-carousel-dots-width)*2)
}

.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:first-child {
    margin-left: 0;
    margin-right: var(--f-carousel-dots-width)
}

.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-prev:first-child {
    margin-left: 0;
    margin-right: var(--f-carousel-dots-width)
}

.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:last-child {
    margin-left: 0;
    margin-right: var(--f-carousel-dots-width)
}

.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-next:last-child {
    margin-right: 0;
    margin-left: var(--f-carousel-dots-width)
}

:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.65
}

.f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition)
}

@media(hover: hover) {
    .f-button:hover:not([disabled]) {
        color:var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg)
    }
}

.f-button:active:not([disabled]) {
    background-color: var(--f-button-active-bg)
}

.f-button:focus:not(:focus-visible) {
    outline: none
}

.f-button:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))
}

.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity .15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none
}

.f-button[disabled] {
    cursor: default
}

.f-button[disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity)
}

.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next {
    position: absolute;
    z-index: 1
}

.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next {
    top: 50%;
    transform: translateY(-50%)
}

.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos)
}

.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next {
    right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
    left: auto;
    right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
    right: auto;
    left: var(--f-button-prev-pos)
}

.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next {
    top: auto;
    left: 50%;
    transform: translateX(-50%)
}

.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev {
    top: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next {
    bottom: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg {
    transform: rotate(90deg)
}

.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled {
    pointer-events: none
}

/* CSS-only Scrollable Screenshot Gallery */
.aap-screenshots-container {
    width: 100%;
    margin: 1.5rem 0;
}

.aap-screenshots-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.aap-scroll-btn {
    position: absolute;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 0;
}

.aap-scroll-btn:hover {
    background: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.aap-scroll-btn svg {
    width: 24px;
    height: 24px;
    fill: #374151;
}

.aap-prev {
    left: -20px;
}

.aap-next {
    right: -20px;
}

@media (max-width: 1024px) {
    .aap-scroll-btn {
        display: none; /* Hide arrows on touch devices */
    }
}

.aap-screenshots-scroll {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 4px 0 12px 0;
    margin-bottom: 5px;
}

/* Styled scrollbar for PC users */
.aap-screenshots-scroll::-webkit-scrollbar {
    height: 6px;
    display: block;
}

.aap-screenshots-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.aap-screenshots-scroll::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 10px;
    transition: background 0.3s;
}

.aap-screenshots-scroll::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

/* Firefox scrollbar support */
.aap-screenshots-scroll {
    scrollbar-width: thin;
    scrollbar-color: #d1d5db #f1f1f1;
}

.aap-screenshot-item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fa;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.aap-screenshot-item:hover {
    transform: translateY(-5px);
}

.aap-screenshot-item img {
    display: block;
    height: 300px;
    width: auto;
    max-width: none;
    object-fit: cover;
    cursor: zoom-in;
}

@media (max-width: 960px) {
    .aap-screenshot-item img {
        height: 250px;
    }
}

@media (max-width: 640px) {
    .aap-screenshot-item img {
        height: 200px;
    }
    .aap-screenshots-scroll {
        gap: 10px;
        /* Hide scrollbar on mobile for cleaner look as it's touch-ready */
        scrollbar-width: none;
    }
    .aap-screenshots-scroll::-webkit-scrollbar {
        display: none;
    }
}

.kt-accordion-wrap .kt-accordion-header-wrap {
    margin: 0;
    padding: 0
}

.kt-blocks-accordion-header {
    align-content: space-between;
    align-items: center;
    background-color: var(--global-palette8, #f2f2f2);
    border: 0 solid rgba(0,0,0,0);
    border-radius: 0px;
    color: var(--global-palette5, #555555);
    display: flex;
    font-size: 18px;
    padding: 10px 14px;
    position: relative;
    line-height: 24px;
    text-align: left;
    text-transform: none;
    transition: all ease-in-out .2s;
    width: 100%;
    box-shadow: none;
    text-shadow: none
}

.kt-blocks-accordion-header .kt-blocks-accordion-title {
    word-wrap: break-word;
    white-space: normal
}

.kt-blocks-accordion-header .kb-svg-icon-wrap svg {
    width: 1em;
    height: 1em
}

.kt-blocks-accordion-header:focus-visible {
    box-shadow: none;
    text-shadow: none
}

.kt-blocks-accordion-header:focus {
    box-shadow: none;
    text-shadow: none
}

.kt-blocks-accordion-header:active {
    box-shadow: none
}

.kt-blocks-accordion-header:hover {
    background-color: var(--global-palette7, #eeeeee);
    color: var(--global-palette5, #444444);
    box-shadow: none;
    text-shadow: none
}

.kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after,.kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before {
    background-color: currentColor
}

.kt-blocks-accordion-header.kt-accordion-panel-active {
    background-color: var(--global-palette5, #444444);
    color: #fff
}

.kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after,.kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before {
    background-color: currentColor
}

.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger,.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger,.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger {
    background-color: var(--global-palette5, #444444)
}

.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before,.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before,.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before {
    background-color: var(--global-palette7, #eeeeee)
}

.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger,.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger,.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger {
    background-color: #fff
}

.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before,.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before,.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before {
    background-color: var(--global-palette5, #444444)
}

.kt-blocks-accordion-title-wrap {
    display: flex;
    padding-right: 10px
}

.kt-accodion-icon-side-left .kt-blocks-accordion-title-wrap {
    padding-right: 0px
}

.kt-pane-header-alignment-center button.kt-blocks-accordion-header {
    text-align: center
}

.kt-pane-header-alignment-center button.kt-blocks-accordion-header .kt-blocks-accordion-title-wrap {
    flex-grow: 2;
    justify-content: center
}

.kt-pane-header-alignment-right button.kt-blocks-accordion-header {
    text-align: right
}

.kt-pane-header-alignment-right button.kt-blocks-accordion-header .kt-blocks-accordion-title-wrap {
    flex-grow: 2;
    justify-content: flex-end
}

.kt-pane-header-alignment-right button.kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger {
    margin-left: 10px
}

.kt-acccordion-button-label-hide .kt-blocks-accordion-title {
    display: none
}

.kt-accordion-panel-inner:after {
    clear: both;
    display: table;
    content: ""
}

.kt-accodion-icon-style-none .kt-blocks-accordion-icon-trigger {
    display: none
}

.kt-accodion-icon-side-left .kt-blocks-accordion-icon-trigger {
    order: -1;
    margin-left: 0;
    margin-right: 10px
}

.kt-blocks-accordion-icon-trigger {
    display: block;
    height: 24px;
    margin-left: auto;
    position: relative;
    transition: all ease-in-out .2s;
    width: 24px;
    min-width: 24px;
    box-sizing: content-box
}

.kt-blocks-accordion-icon-trigger:after,.kt-blocks-accordion-icon-trigger:before {
    background-color: var(--global-palette5, #444444)
}

.kt-accodion-icon-style-basic .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before,.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before {
    transform: rotate(0deg)
}

.kt-accodion-icon-style-basic .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after {
    transform: rotate(0deg)
}

.kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:before,.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:before {
    content: "";
    height: 4px;
    position: absolute;
    transition: all ease-in-out 0.1333333333s;
    width: 20px;
    left: 2px;
    top: 10px
}

.kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:before,.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:before {
    transform: rotate(90deg);
    transform-origin: 50%
}

.kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:after {
    transform: rotate(0deg);
    transform-origin: 50%
}

.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger {
    background-color: currentColor;
    border-radius: 50%
}

.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:before {
    background-color: #fff;
    width: 16px;
    left: 4px;
    top: 10px
}

.kt-accodion-icon-style-xclose .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before,.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before {
    transform: rotate(45deg)
}

.kt-accodion-icon-style-xclose .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after {
    transform: rotate(-45deg)
}

.kt-accodion-icon-style-xclose .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-xclose .kt-blocks-accordion-icon-trigger:before,.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-icon-trigger:before {
    content: "";
    height: 4px;
    position: absolute;
    transition: all ease-in-out 0.1333333333s;
    width: 20px;
    left: 2px;
    top: 10px
}

.kt-accodion-icon-style-xclose .kt-blocks-accordion-icon-trigger:before,.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-icon-trigger:before {
    transform: rotate(90deg);
    transform-origin: 50%
}

.kt-accodion-icon-style-xclose .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-icon-trigger:after {
    transform: rotate(0deg);
    transform-origin: 50%
}

.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-icon-trigger {
    background-color: #333;
    border-radius: 50%
}

.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-xclosecircle .kt-blocks-accordion-icon-trigger:before {
    background-color: #fff;
    width: 16px;
    left: 4px;
    top: 10px
}

.kt-accodion-icon-style-arrow .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before,.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before {
    transform: rotate(-45deg)
}

.kt-accodion-icon-style-arrow .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after {
    transform: rotate(45deg)
}

.kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger:before,.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:before {
    content: "";
    height: 2px;
    position: absolute;
    top: 11px;
    transition: all ease-in-out 0.1333333333s;
    width: 12px
}

.kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger:before,.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:before {
    left: 2px;
    transform: rotate(45deg);
    transform-origin: 50%
}

.kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:after {
    transform: rotate(-45deg);
    right: 2px;
    transform-origin: 50%
}

.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger {
    background-color: #333;
    border-radius: 50%
}

.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:after,.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:before {
    background-color: #fff;
    width: 10px
}

.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:before {
    left: 4px
}

.kt-accodion-icon-style-arrowcircle .kt-blocks-accordion-icon-trigger:after {
    right: 4px
}

.kt-accordion-inner-wrap .wp-block-kadence-pane>.kt-accordion-header-wrap {
    margin-top: 0px
}

.kt-accordion-inner-wrap {
    column-gap: var(--global-kb-gap-md, 2rem);
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

.kt-accordion-panel-inner {
    padding: 20px;
    border: 1px solid var(--global-palette7, #eeeeee);
    border-top-width: 0
}

.kt-accordion-panel {
    display: block
}

.kt-accordion-panel.kt-accordion-panel-hidden {
    max-height: 0 !important;
    overflow: hidden;
    display: none
}

.kt-accordion-initialized .kt-panel-is-collapsing,.kt-accordion-initialized .kt-panel-is-expanding {
    transition: height .45s ease;
    position: relative;
    height: 0;
    overflow: hidden
}

.kt-accordion-header-wrap .kt-btn-side-left {
    padding-right: .25em
}

.kt-accordion-header-wrap .kt-btn-side-right {
    padding-left: .25em
}

.kt-accordion-header-wrap .kt-acccordion-button-label-hide .kb-svg-icon-wrap {
    padding-left: 0;
    padding-right: 0
}

.rtl .kt-blocks-accordion-icon-trigger {
    margin-left: 0;
    margin-right: auto
}

.rtl .kt-blocks-accordion-title-wrap {
    padding-left: 10px;
    padding-right: 0
}

.wp-block-kadence-column .wp-block-kadence-accordion {
    align-self: stretch
}

.wp-block-table table:not(.has-border-color) thead,
.wp-block-table table:not(.has-border-color) tfoot,
.wp-block-table table:not(.has-border-color) td,
.wp-block-table table:not(.has-border-color) th {
    border-color: var(--theme-table-border-color, var(--theme-border-color))
}

.wp-block-table.is-style-stripes {
    border: 0
}

table,
th,
td {
    font-size: var(--theme-table-font-size);
    border-width: var(--theme-table-border-width, 1px);
    border-style: var(--theme-table-border-style, solid);
    border-color: var(--theme-table-border-color, var(--theme-border-color))
}

th,
td {
    padding: var(--theme-table-padding, .7em 1em)
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    width: 100%;
    max-width: 100%
}

.aap_popular-articles-container{margin-top:24px;padding-top:16px;border-top:1px solid #e5e7eb}
.aap_popular-articles-header{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:16px;margin-bottom:12px}
.aap_popular-articles-header a{text-decoration:none;color:inherit}
.aap_popular-articles-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.aap_popular-article-item{display:flex;gap:10px;text-decoration:none;color:inherit}
.aap_popular-article-thumb{width:60px;height:60px;object-fit:cover;border-radius:6px;flex-shrink:0}
.aap_popular-article-details{display:flex;flex-direction:column;justify-content:center}
.aap_popular-article-title{font-size:13px;font-weight:500;line-height:1.3}
.aap_popular-article-date{font-size:12px;color:#6b7280;margin-top:4px}
@media(max-width:480px){.aap_popular-articles-grid{grid-template-columns:1fr}}


/* ===== Main Menu ===== */

#header-menu-2 .menu {
    display: flex;
    align-items: center;
}

#header-menu-2 .menu-item-has-children {
    position: relative;
}

/* Menu link */
#header-menu-2 .menu-item-has-children > .ct-menu-link {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

/* Dropdown arrow */
#header-menu-2 .menu-item-has-children > .ct-menu-link::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-top: -2px;
}

/* ===== Dropdown ===== */

#header-menu-2 .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;

    min-width: 220px;
    margin: 0;
    padding: 8px 0;

    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);

    z-index: 999;

    list-style: none;
}

/* Remove bullets completely */
#header-menu-2 .sub-menu,
#header-menu-2 .sub-menu ul,
#header-menu-2 .sub-menu li {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#header-menu-2 .sub-menu li::marker,
#header-menu-2 .sub-menu li::before {
    content: none !important;
    display: none !important;
}

/* Show dropdown */
#header-menu-2 .menu-item-has-children:hover > .sub-menu,
#header-menu-2 .menu-item-has-children:focus-within > .sub-menu {
    display: block;
}

/* Links */
#header-menu-2 .sub-menu .ct-menu-link {
    display: block;
    padding: 10px 18px;
    color: #1f2937;
    text-decoration: none;
    white-space: nowrap;
}

#header-menu-2 .sub-menu .ct-menu-link:hover {
    background: #f3f4f6;
}

/* Third-level submenu */
#header-menu-2 .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

/* Blocksy hover color */
[data-id="menu-secondary"] .sub-menu {
    --dropdown-background-hover-color: #f5f7fa;
}