[data-header*="type-1"] .ct-header [data-id="button"] .ct-button-ghost {
    --theme-button-text-initial-color: var(--theme-button-background-initial-color);
    --theme-button-text-hover-color: #ffffff;
}

[data-header*="type-1"] .ct-header [data-id="button"] {
    --theme-button-border-radius: 50px;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 35px;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
    --theme-font-weight: 700;
    --theme-font-size: 25px;
    --theme-link-initial-color: var(--theme-palette-color-4);
}

[data-header*="type-1"] .ct-header [data-id="menu"] {
    --menu-items-spacing: 50px;
    --margin: 0 0 0 70px !important;
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
    --menu-item-height: 40%;
    --theme-font-weight: 500;
    --theme-text-transform: none;
    --theme-font-size: 15px;
    --theme-line-height: 1.3;
    --theme-link-initial-color: var(--theme-text-color);
}

[data-header*="type-1"] .ct-header [data-id="menu"][data-menu*="type-3"] > ul > li > a {
    --theme-link-hover-color: #ffffff;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
    --theme-link-initial-color: #ffffff;
    --theme-font-weight: 500;
    --theme-font-size: 12px;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {
    --dropdown-divider: 1px dashed rgba(255, 255, 255, 0.1);
    --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --theme-border-radius: 0px 0px 2px 2px;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="menu"] .sub-menu {
    --sticky-state-dropdown-top-offset: 0px;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
    --height: 120px;
    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*="middle"] > div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="middle"] {
    background-color: rgba(255,255,255,0);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="middle"] > div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
    background-color: var(--theme-palette-color-8);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: 0px 10px 20px rgba(44,62,80,0.05);
}

[data-header*="type-1"] {
    --sticky-shrink: 65;
    --header-height: 120px;
    --header-sticky-height: 120px;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] > div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] [data-id="mobile-menu"] {
    --theme-font-weight: 700;
    --theme-font-size: 30px;
    --theme-link-initial-color: var(--theme-palette-color-3);
    --mobile-menu-divider: none;
}

[data-header*="type-1"] #offcanvas {
    background-color: rgba(18, 21, 25, 0.98);
    --vertical-alignment: flex-start;
    --horizontal-alignment: initial;
    --text-horizontal-alignment: initial;
    --has-indentation: 1;
}

[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-2);
}

[data-header*="type-1"] [data-id="search"] {
    --theme-icon-size: 18px;
    --theme-icon-color: var(--theme-palette-color-4);
}

[data-header*="type-1"] [data-id="search"] .ct-label {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[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-3);
    --theme-form-field-border-initial-color: rgba(74, 120, 120, 0.3);
    --theme-button-text-initial-color: rgba(255, 255, 255, 0.7);
    --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-1);
}

[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-2);
}

[data-header*="type-1"] #search-modal {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--theme-palette-color-8);
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(http://localhost/iconithemes/wp-content/uploads/2021/05/flower-2.svg);
}

[data-header*="type-1"] [data-id="socials"].ct-header-socials {
    --items-spacing: 15px;
}

[data-header*="type-1"] [data-id="socials"].ct-header-socials .ct-label {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[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-id="text"] {
    --max-width: 100%;
    --theme-font-size: 15px;
    --theme-line-height: 1.3;
}

[data-header*="type-1"] [data-id="trigger"] {
    --theme-icon-size: 18px;
    --theme-icon-color: var(--theme-palette-color-4);
    --toggle-button-radius: 3px;
}

[data-header*="type-1"] [data-id="trigger"]:not([data-design="simple"]) {
    --toggle-button-padding: 10px;
}

[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"] [data-id="account"][data-state="out"] {
    --theme-icon-size: 18px;
}

[data-header*="type-1"] [data-id="account"][data-state="in"] {
    --theme-icon-size: 18px;
}

[data-header*="type-1"] #account-modal .ct-account-modal {
    background-color: #ffffff;
    --theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
}

[data-header*="type-1"] #account-modal {
    background-color: rgba(18, 21, 25, 0.6);
}

[data-header*="type-1"] [data-id="account"] {
    --margin: 0 20px !important;
}

[data-header*="type-1"] [data-id="account"] .ct-label {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-header*="type-1"] [data-id="account"] .ct-account-item {
    --theme-icon-color: var(--theme-palette-color-4);
}

[data-header*="type-1"] [data-id="account"] .ct-header-account-dropdown {
    --theme-font-size: 14px;
    --dropdown-background-color: var(--theme-palette-color-8);
    --dropdown-items-background-hover-color: rgba(0, 0, 0, 0.05);
    --theme-border: 1px solid rgba(0, 0, 0, 0.05);
    --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --theme-border-radius: 2px;
}

[data-header*="type-1"] .ct-header {
    background-image: none;
}

[data-header*="type-1"] [data-transparent] {
    background-image: none;
}

[data-header*="type-1"] [data-sticky*="yes"] {
    background-image: none;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
    --container-spacing: 25px;
    --widgets-gap: 15px;
    --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: transparent;
}

[data-footer*="type-1"] [data-id="copyright"] {
    --theme-font-weight: 400;
    --theme-font-size: 15px;
    --theme-line-height: 1.3;
}

[data-footer*="type-1"] [data-column="copyright"] {
    --horizontal-alignment: center;
    --vertical-alignment: center;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
    --container-spacing: 30px;
    --theme-border: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --grid-template-columns: repeat(3, 1fr);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
    --theme-font-size: 20px;
    --theme-heading-color: #6c8181;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
    --theme-border-top: none;
    --theme-border-bottom: none;
    background-color: transparent;
}

[data-footer*="type-1"][data-footer*="reveal"] .site-main {
    --footer-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.1);
}

[data-footer*="type-1"] .ct-footer {
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eff1f1;
    background-image: url(http://localhost/iconithemes/wp-content/uploads/2021/05/flower.svg);
}

[data-footer*="type-1"] footer.ct-container {
    --footer-container-bottom-offset: 50px;
    --footer-container-padding: 0px 35px;
}

:root {
    --theme-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    --theme-font-weight: 400;
    --theme-text-transform: none;
    --theme-text-decoration: none;
    --theme-font-size: 18px;
    --theme-line-height: 1.65;
    --theme-letter-spacing: 0em;
    --theme-button-font-weight: 500;
    --theme-button-font-size: 15px;
    --has-classic-forms: var(--true);
    --has-modern-forms: var(--false);
    --theme-form-field-background-initial-color: var(--theme-palette-color-8);
    --theme-form-field-background-focus-color: var(--theme-palette-color-8);
    --theme-form-field-height: 50px;
    --theme-form-field-border-radius: 25px;
    --theme-form-field-border-initial-color: var(--border-color);
    --theme-form-field-border-focus-color: var(--theme-palette-color-1);
    --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: #779393;
    --theme-palette-color-2: #4b7878;
    --theme-palette-color-3: #677178;
    --theme-palette-color-4: #111518;
    --theme-palette-color-5: #E2E7ED;
    --theme-palette-color-6: #edeff2;
    --theme-palette-color-7: #f8f9fb;
    --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-content-spacing: 1.5em;
    --theme-button-min-height: 50px;
    --theme-button-shadow: none;
    --theme-button-transform: none;
    --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: 50px;
    --theme-button-padding: 5px 20px;
    --theme-normal-container-max-width: 1290px;
    --theme-content-vertical-spacing: 60px;
    --theme-container-edge-spacing: 90vw;
    --theme-narrow-container-max-width: 750px;
    --theme-wide-offset: 130px;
}

h1 {
    --theme-font-family: Merriweather, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 40px;
    --theme-line-height: 1.5;
}

h2 {
    --theme-font-family: Merriweather, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 35px;
    --theme-line-height: 1.5;
}

h3 {
    --theme-font-family: Merriweather, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 30px;
    --theme-line-height: 1.5;
}

h4 {
    --theme-font-family: Merriweather, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 25px;
    --theme-line-height: 1.5;
}

h5 {
    --theme-font-family: Merriweather, Sans-Serif;
    --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;
}

code, kbd, samp, pre {
    --theme-font-family: monospace;
    --theme-font-weight: 400;
    --theme-font-size: 16px;
}

figcaption {
    --theme-font-size: 14px;
}

.ct-sidebar .widget-title {
    --theme-font-size: 20px;
}

.ct-breadcrumbs {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

body {
    background-color: #ffffff;
    background-image: none;
}

[data-prefix="single_blog_post"] .entry-header .page-title {
    --theme-font-size: 30px;
}

[data-prefix="single_blog_post"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="blog"] .entry-header .page-title {
    --theme-font-size: 60px;
}

[data-prefix="blog"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="blog"] .hero-section[data-type="type-2"] {
    --min-height: 250px;
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eff1f1;
    background-image: url(http://localhost/iconithemes/wp-content/uploads/2021/05/flower.svg);
    --container-padding: 50px 0px;
}

[data-prefix="categories"] .entry-header .page-title {
    --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="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="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"] {
    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: 60px;
}

[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-2"] {
    --min-height: 250px;
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eff1f1;
    background-image: url(http://localhost/iconithemes/wp-content/uploads/2021/05/flower.svg);
    --container-padding: 50px 0px;
}

[data-prefix="class_single"] .entry-header .page-title {
    --theme-font-size: 60px;
    --theme-heading-color: var(--theme-palette-color-8);
}

[data-prefix="class_single"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
    --theme-text-color: var(--theme-palette-color-6);
}

[data-prefix="class_single"] .entry-header .ct-breadcrumbs {
    --theme-text-color: var(--theme-palette-color-6);
}

[data-prefix="class_single"] .hero-section[data-type="type-2"] {
    --min-height: 550px;
    background-color: var(--theme-palette-color-6);
    background-image: none;
    --container-padding: 50px 0px;
}

[data-prefix="class_single"] .hero-section[data-type="type-2"] > figure .ct-media-container:after {
    background-color: rgba(17, 21, 24, 0.7);
}

[data-prefix="class_archive"] .entry-header .page-title {
    --theme-font-size: 60px;
}

[data-prefix="class_archive"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="class_archive"] .hero-section[data-type="type-2"] {
    --min-height: 250px;
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eff1f1;
    background-image: url(http://localhost/iconithemes/wp-content/uploads/2021/05/flower.svg);
    --container-padding: 50px 0px;
}

[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"] [data-cards="simple"] .entry-card {
    --card-border: none;
}

[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="ezq7nk"] {
    --card-element-spacing: 15px;
}

[data-prefix="blog"] .entry-card .ct-media-container {
    --theme-border-radius: 20px;
}

[data-prefix="categories"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[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 {
    background-color: var(--theme-palette-color-8);
    --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[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));
}

[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 {
    background-color: var(--theme-palette-color-8);
    --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="class_archive"] .entries {
    --grid-template-columns: repeat(4, minmax(0, 1fr));
}

[data-prefix="class_archive"] .entry-card .entry-title {
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
}

[data-prefix="class_archive"] .entry-card .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-prefix="class_archive"] [data-cards="simple"] .entry-card {
    --card-border: none;
}

[data-prefix="class_archive"] [data-archive="default"] .card-content .entry-meta[data-id="qvar3a"] {
    --card-element-spacing: 15px;
}

[data-prefix="class_archive"] [data-archive="default"] .card-content .ct-media-container {
    --card-element-spacing: 30px;
}

[data-prefix="class_archive"] .entry-card .ct-media-container {
    --theme-border-radius: 20px;
}

form textarea {
    --theme-form-field-height: 170px;
}

.ct-sidebar {
    --theme-link-initial-color: var(--theme-text-color);
}

[data-prefix="class_single"] .ct-share-box .ct-module-title {
    --theme-font-weight: 600;
    --theme-font-size: 14px;
}

[data-prefix="class_single"] .ct-share-box[data-type="type-1"] {
    --theme-border: 1px solid var(--theme-border-color);
}

[data-prefix="class_single"] .post-navigation {
    --theme-link-initial-color: var(--theme-text-color);
}

[data-prefix="class_single"] [class*="ct-container"] > article[class*="post"] {
    --has-boxed: var(--false);
    --has-wide: var(--true);
}

[data-prefix="single_blog_post"] [class*="ct-container"] > article[class*="post"] {
    --has-boxed: var(--false);
    --has-wide: var(--true);
}

[data-prefix="single_page"] [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-id="logo"] .site-logo-container {
        --logo-max-height:30px;
    }

    [data-header*="type-1"] .ct-header [data-row*="middle"] {
        --height: 70px;
    }

    [data-header*="type-1"] #offcanvas {
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: var(--theme-palette-color-8);
        background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)), url(http://localhost/iconithemes/wp-content/uploads/2021/05/flower-2.svg);
        --vertical-alignment: center;
        --horizontal-alignment: center;
        --text-horizontal-alignment: center;
        --has-indentation: 0;
    }

    [data-header*="type-1"] [data-id="socials"].ct-header-socials {
        --items-spacing: 20px;
    }

    [data-header*="type-1"] [data-id="socials"].ct-header-socials [data-color="custom"] {
        --theme-icon-color: var(--theme-palette-color-8);
        --theme-icon-hover-color: var(--theme-palette-color-8);
        --background-color: var(--theme-palette-color-1);
        --background-hover-color: var(--theme-palette-color-2);
    }

    [data-header*="type-1"] {
        --header-height: 70px;
        --header-sticky-height: 70px;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] footer.ct-container {
        --footer-container-padding: 0vw 4vw;
    }

    [data-prefix="blog"] .entry-header .page-title {
        --theme-font-size: 40px;
    }

    [data-prefix="blog"] .hero-section[data-type="type-2"] {
        --min-height: 200px;
    }

    [data-prefix="single_page"] .entry-header .page-title {
        --theme-font-size: 40px;
    }

    [data-prefix="single_page"] .hero-section[data-type="type-2"] {
        --min-height: 200px;
    }

    [data-prefix="class_single"] .entry-header .page-title {
        --theme-font-size: 40px;
    }

    [data-prefix="class_single"] .hero-section[data-type="type-2"] {
        --min-height: 300px;
    }

    [data-prefix="class_archive"] .entry-header .page-title {
        --theme-font-size: 40px;
    }

    [data-prefix="class_archive"] .hero-section[data-type="type-2"] {
        --min-height: 200px;
    }

    [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));
    }

    [data-prefix="class_archive"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 689.98px) {
    [data-header*="type-1"] [data-id="mobile-menu"] {
        --theme-font-size:20px;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
        --container-spacing: 15px;
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] footer.ct-container {
        --footer-container-padding: 0vw 5vw;
    }

    [data-prefix="blog"] .entry-header .page-title {
        --theme-font-size: 30px;
    }

    [data-prefix="blog"] .hero-section[data-type="type-2"] {
        --min-height: 100px;
    }

    [data-prefix="single_page"] .entry-header .page-title {
        --theme-font-size: 30px;
    }

    [data-prefix="single_page"] .hero-section[data-type="type-2"] {
        --min-height: 100px;
    }

    [data-prefix="class_single"] .entry-header .page-title {
        --theme-font-size: 30px;
    }

    [data-prefix="class_single"] .hero-section[data-type="type-2"] {
        --min-height: 200px;
    }

    [data-prefix="class_archive"] .entry-header .page-title {
        --theme-font-size: 30px;
    }

    [data-prefix="class_archive"] .hero-section[data-type="type-2"] {
        --min-height: 100px;
    }

    [data-prefix="blog"] .entry-card .entry-title {
        --theme-font-size: 18px;
    }

    [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;
    }

    [data-prefix="class_archive"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="class_archive"] .entry-card .entry-title {
        --theme-font-size: 18px;
    }

    :root {
        --theme-content-vertical-spacing: 50px;
        --theme-container-edge-spacing: 88vw;
    }
}

:root {
    --theme-default-editor: var(--true);
    --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)
}

@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,code,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: bold
}

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: -0.5em
}

sub {
    bottom: -0.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,iframe,textarea {
    display: block
}

audio,canvas,progress,video {
    display: inline-block
}

embed,iframe,object,video {
    max-width: 100%
}

svg>* {
    transition: none
}

code,kbd,samp {
    padding: 3px 6px
}

code,kbd,samp,pre {
    tab-size: 4;
    border-radius: 2px;
    background: var(--theme-palette-color-6)
}

code:focus,kbd:focus,samp:focus,pre: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, 0.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(0.8, 0.8)
    }

    85% {
        transform: scale(1.1, 1.1)
    }

    100% {
        transform: scale(1, 1)
    }
}

body,h1,h2,h3,h4,h5,h6,pre,kbd,code,samp,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,.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,.entry-summary .price,[data-products] .price,.ct-trending-block .price,.woocommerce-tabs .tabs,.woocommerce-tabs .ct-accordion-heading,.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 {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.skip-link {
    background-color: #24292e;
    color: #fff;
    padding: 10px 20px
}

.show-on-focus {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    top: 0;
    left: 0
}

.show-on-focus:focus {
    z-index: 100;
    width: auto;
    height: auto;
    clip: auto
}

p {
    margin-bottom: var(--theme-content-spacing)
}

ul,ol {
    padding-inline-start:var(--theme-list-indent);margin-bottom: var(--theme-content-spacing)
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 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-bottom: 0
}

:is(.entry-content,.is-layout-flow,.is-layout-constrained)>*:where(:not(h1,h2,h3,h4,h5,h6)) {
    margin-bottom: var(--theme-content-spacing)
}

:is(.entry-content,.is-layout-flow,.is-layout-constrained)>*:where(:not(h1,h2,h3,h4,h5,h6)):where(:last-child) {
    margin-bottom: 0
}

:is(.entry-content,.is-layout-flow,.is-layout-constrained) :where(h1,h2,h3,h4,h5,h6) {
    margin-top: var(--theme-content-spacing)
}

:is(.entry-content,.is-layout-flow,.is-layout-constrained) :where(h1,h2,h3,h4,h5,h6):where(:first-child) {
    margin-top: 0
}

:where(.is-layout-flow)>* {
    margin-block-start:0}

    @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,.entry-meta,.ct-account-modal>ul,.ct-language-switcher ul,[class*=ct-contact-info] ul,.products,.woocommerce-Reviews :where(ol,ul),.ct-comments :where(ol,ul),.ct-comments ul,.mobile-menu ul,.woocommerce-tabs>ul,.wc-item-meta,.ct-header-account ul,.ct-product-additional-info ul,.woocommerce-pagination .page-numbers,.wc-block-review-list,.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 {
        margin-bottom: 0;
        list-style-type: none;
        --theme-list-indent: 0
    }

    ul:last-child,ol:last-child,ul li:last-child,ol li:last-child,.ct-widget p:last-child,.entry-excerpt *:last-child,.wp-block-columns:last-child,.ct-dynamic-data p:last-child,[class*=ct-form-notification] 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(0.2, 1, 0.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] article[data-reveal*="2"] {
            transition-delay: 0.3s
        }

        [class*=entries] article[data-reveal*="3"] {
            transition-delay: 0.6s
        }

        [class*=entries] article[data-reveal*="4"] {
            transition-delay: 0.9s
        }

        [class*=entries] article[data-reveal*="5"] {
            transition-delay: 1.2s
        }

        [class*=entries] article[data-reveal*="6"] {
            transition-delay: 1.5s
        }

        [class*=entries] article[data-reveal*="7"] {
            transition-delay: 1.8s
        }

        [class*=entries] article[data-reveal*="8"] {
            transition-delay: 2.1s
        }

        [class*=entries] article[data-reveal*="9"] {
            transition-delay: 2.4s
        }

        [class*=entries] article[data-reveal*="10"] {
            transition-delay: 2.7s
        }

        [class*=entries] article[data-reveal*="11"] {
            transition-delay: 3s
        }

        [class*=entries] article[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(0.455, 0.03, 0.515, 0.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(0.455, 0.03, 0.515, 0.955),border-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.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;
                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-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;
                margin-top: .5em
            }

            [data-label=left] .ct-label {
                margin-inline-end:.7em}

                [data-label=right] .ct-label {
                    order: 2;
                    margin-inline-start:.7em}

                    .ct-tooltip {
                        position: absolute;
                        opacity: 0;
                        visibility: hidden
                    }

                    select,textarea,input[type=url],input[type=tel],input[type=text],input[type=time],input[type=date],input[type=datetime],input[type=datetime-local],input[type=email],input[type=number],input[type=search],input[type=password],fieldset .wc-stripe-elements-field,.ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]) {
                        -webkit-appearance: none;
                        appearance: none;
                        width: var(--has-width, var(--theme-form-field-width, 100%));
                        height: var(--has-height, var(--theme-form-field-height, 40px));
                        font-family: inherit;
                        font-size: var(--theme-form-font-size, 16px);
                        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(0.455, 0.03, 0.515, 0.955),border-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),background-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
                    }

                    select:focus,textarea:focus,input[type=url]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[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[type=url]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=time]::placeholder,input[type=date]::placeholder,input[type=datetime]::placeholder,input[type=datetime-local]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=search]::placeholder,input[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,.wc-block-checkbox-list input[type=checkbox],.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],.woocommerce-form__input[type=checkbox],.woocommerce-form__label-for-checkbox input[type=checkbox],.woocommerce-input-wrapper input[type=checkbox],#wc-stripe-new-payment-method[type=checkbox],.ppcp-credit-card-vault[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,.wc-block-checkbox-list input[type=checkbox]:before,.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before,.woocommerce-form__input[type=checkbox]:before,.woocommerce-form__label-for-checkbox input[type=checkbox]:before,.woocommerce-input-wrapper input[type=checkbox]:before,#wc-stripe-new-payment-method[type=checkbox]:before,.ppcp-credit-card-vault[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,.wc-block-checkbox-list input[type=checkbox]:checked,.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked,.woocommerce-form__input[type=checkbox]:checked,.woocommerce-form__label-for-checkbox input[type=checkbox]:checked,.woocommerce-input-wrapper input[type=checkbox]:checked,#wc-stripe-new-payment-method[type=checkbox]:checked,.ppcp-credit-card-vault[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,.wc-block-checkbox-list input[type=checkbox]:checked:before,.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=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,#wc-stripe-new-payment-method[type=checkbox]:checked:before,.ppcp-credit-card-vault[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,.wc-block-checkbox-list input[type=checkbox]:focus-visible,.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=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,#wc-stripe-new-payment-method[type=checkbox]:focus-visible,.ppcp-credit-card-vault[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,.wc-block-checkbox-list input[type=checkbox],.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],.woocommerce-form__input[type=checkbox],.woocommerce-form__label-for-checkbox input[type=checkbox],.woocommerce-input-wrapper input[type=checkbox],#wc-stripe-new-payment-method[type=checkbox],.ppcp-credit-card-vault[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,.wc-block-checkbox-list input[type=checkbox]:before,.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before,.woocommerce-form__input[type=checkbox]:before,.woocommerce-form__label-for-checkbox input[type=checkbox]:before,.woocommerce-input-wrapper input[type=checkbox]:before,#wc-stripe-new-payment-method[type=checkbox]:before,.ppcp-credit-card-vault[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
                    }

                    label:last-child {
                        margin-bottom: 0
                    }

                    .gdpr-confirm-policy label,.comment-form-cookies-consent label {
                        font-size: 13px
                    }

                    .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 {
                        --items-spacing: 9px
                    }

                    .entry-meta li {
                        display: inline-block
                    }

                    .entry-meta li:not(:last-of-type) {
                        margin-inline-end:var(--items-spacing)}

                        .entry-meta li: after {
                            margin-inline-start:var(--items-spacing)
                        }

                        .entry-meta li svg,.entry-meta li:after,.entry-meta li [class*=ct-media-container] {
                            position: relative;
                            top: -0.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) {
                                        --items-spacing: 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 [data-type=pill] a,.entry-meta [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:not(:last-of-type) {
                                        margin-inline-end:4px}

                                        .entry-meta [data-type=pill] a:hover {
                                            background: var(--theme-button-background-hover-color)
                                        }

                                        .entry-meta [data-type=underline] a {
                                            position: relative
                                        }

                                        .entry-meta [data-type=underline] a:before {
                                            position: absolute;
                                            bottom: -0.1em;
                                            content: "";
                                            width: 100%;
                                            height: 1px;
                                            opacity: .5;
                                            background: currentColor;
                                            transform: opacity .12s cubic-bezier(0.455, 0.03, 0.515, 0.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 0px 0px 0px 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 .ct-separator {
                                            margin: 0 8px
                                        }

                                        .ct-breadcrumbs[data-source=default] .ct-home-icon {
                                            position: relative;
                                            top: -0.15em;
                                            vertical-align: middle
                                        }

                                        @font-face {
                                            font-family: "star";
                                            src: url("../fonts/stars.woff2") format("woff2");
                                            font-weight: normal;
                                            font-style: normal;
                                            font-display: swap
                                        }

                                        :is(.star-rating,.wc-block-rating-filter .wc-block-components-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;
                                            color: var(--star-rating-inactive-color, #F9DFCC)
                                        }

                                        :is(.star-rating,.wc-block-rating-filter .wc-block-components-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-rating-filter .wc-block-components-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-rating-filter .wc-block-components-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-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;
                                            -webkit-appearance: 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(0.455, 0.03, 0.515, 0.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;
                                            -webkit-appearance: none;
                                            appearance: none;
                                            width: var(--toggle-button-size);
                                            height: var(--toggle-button-size);
                                            flex: 0 0 var(--toggle-button-size);
                                            margin-inline-start:var(--toggle-button-margin-start, auto);margin-inline-end: var(--toggle-button-margin-end, initial);
                                            transition: border-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),background .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
                                            padding: var(--toggle-button-padding, 0px) !important;
                                            box-shadow: var(--toggle-button-shadow, none) !important;
                                            border-radius: var(--toggle-button-radius, 0) !important;
                                            border-width: var(--toggle-button-border-width, 0px) !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-size: 33px;
                                            --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, 0px) 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, 0px);
                                            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
                                        }

                                        .entries:not([data-cards=cover]) .entry-button {
                                            margin-top: auto
                                        }

                                        .ct-module-title:is(p,span):not(:empty) {
                                            display: flex;
                                            margin-bottom: 15px
                                        }

                                        [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
                                        }

                                        .gdpr-confirm-policy label a {
                                            text-decoration: underline
                                        }

                                        .ct-related-posts-container {
                                            display: var(--visibility, block);
                                            padding: var(--padding, 50px) 0
                                        }

                                        .ct-related-posts .ct-module-title {
                                            text-align: var(--horizontal-alignment)
                                        }

                                        .ct-related-posts .ct-media-container {
                                            border-radius: var(--theme-border-radius, 5px)
                                        }

                                        .ct-related-posts .related-entry-title {
                                            margin: 15px 0 0 0;
                                            word-break: break-word
                                        }

                                        .ct-related-posts .related-entry-title a:not(:hover) {
                                            color: inherit
                                        }

                                        .ct-related-posts .entry-meta {
                                            margin-top: 5px;
                                            color: var(--theme-text-color);
                                            --theme-link-initial-color: var(--theme-text-color)
                                        }

                                        .ct-related-posts .flexy-items {
                                            margin-inline:calc(var(--grid-columns-gap, 30px)/-2)}

                                            .ct-related-posts .flexy-items .flexy-item {
                                                flex: 0 0 var(--grid-columns-width, 25%);
                                                width: var(--grid-columns-width, 25%);
                                                padding-inline:calc(var(--grid-columns-gap, 30px)/2)}

                                                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;
                                                        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(0.455, 0.03, 0.515, 0.955),visibility .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
                                                        }

                                                        .ct-video-indicator svg {
                                                            border-radius: 100%;
                                                            transition: transform .12s cubic-bezier(0.455, 0.03, 0.515, 0.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, 0px)
                                                        }

                                                        .menu li.menu-item,.menu li.page_item {
                                                            display: flex;
                                                            align-items: center
                                                        }

                                                        .menu>li>.ct-menu-link {
                                                            white-space: nowrap;
                                                            justify-content: var(--menu-item-alignment, center);
                                                            height: var(--menu-item-height, 100%);
                                                            --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, 0px)
                                                        }

                                                        [data-stretch] {
                                                            width: 100%
                                                        }

                                                        [data-stretch]>.menu {
                                                            width: inherit;
                                                            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(0.455, 0.03, 0.515, 0.955),width .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),height .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),top .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),bottom .12s cubic-bezier(0.455, 0.03, 0.515, 0.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(0.35, 0.81, 0.41, 1),transform .5s cubic-bezier(0.35, 0.81, 0.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;
                                                                    margin-bottom: 5rem;
                                                                }

                                                                @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)
                                                                }

                                                                #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;
                                                                    background: #ffffff;
                                                                    background-color: var(--theme-palette-color-8);
                                                                    background-image: none;
                                                                    --theme-border-top: none;
                                                                    --theme-border-bottom: none;
                                                                    --theme-box-shadow: 0px 10px 20px rgba(44,62,80,0.05);
                                                                    --height: 80px;
                                                                }

                                                                #header [data-row*=bottom] {
                                                                    z-index: 1
                                                                }

                                                                #header [data-row*=boxed] {
                                                                    box-shadow: none
                                                                }

                                                                #header [data-row*=boxed]>div {
                                                                    padding: var(--padding, 0 35px);
                                                                    box-shadow: var(--theme-box-shadow);
                                                                    border-radius: var(--row-border-radius)
                                                                }

                                                                @media(max-width: 689.98px) {
                                                                    #header [data-row*=boxed]>div {
                                                                        --padding: 0 5vw
                                                                    }
                                                                }

                                                                @media(min-width: 690px)and (max-width: 999.98px) {
                                                                    #header [data-row*=boxed]>div {
                                                                        --padding: 0 4vw
                                                                    }
                                                                }

                                                                #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 {
                                                                    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
                                                                }

                                                                #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(0.455, 0.03, 0.515, 0.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: 0px
                                                                }

                                                                .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: 0px;
                                                                    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-description {
                                                                    color: var(--theme-text-color);
                                                                    margin-bottom: 0
                                                                }

                                                                @media(min-width: 1000px) {
                                                                    .site-description {
                                                                        white-space:nowrap
                                                                    }
                                                                }

                                                                .site-description:not(:only-child) {
                                                                    margin-top: .3em
                                                                }

                                                                .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 {
                                                                            --theme-button-line-height: 1.3;
                                                                            --theme-icon-color: currentColor
                                                                        }

                                                                        .ct-header-cta a {
                                                                            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(0.455, 0.03, 0.515, 0.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, 0px);
                                                                            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 .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
                                                                        }

                                                                        [data-sticky*=slide][data-sticky*=yes-hide-start] {
                                                                            transform: none
                                                                        }

                                                                        [data-sticky*=slide][data-sticky*=yes-hide-end] {
                                                                            transform: translateY(-100%);
                                                                            transition: transform .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
                                                                        }

                                                                        [data-sticky*=fade][data-sticky*=yes-start] {
                                                                            opacity: 0
                                                                        }

                                                                        [data-sticky*=fade][data-sticky*=yes-end] {
                                                                            transition: opacity .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
                                                                        }

                                                                        [data-sticky*=fade][data-sticky*=yes-hide-start] {
                                                                            opacity: 1
                                                                        }

                                                                        [data-sticky*=fade][data-sticky*=yes-hide-end] {
                                                                            opacity: 0;
                                                                            transition: opacity .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
                                                                        }

                                                                        [data-sticky],[data-sticky] [data-row],[data-sticky] [data-row*=boxed]>div {
                                                                            transition: box-shadow .2s cubic-bezier(0.455, 0.03, 0.515, 0.955),background-color .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
                                                                        }

                                                                        [data-sticky] .ct-header-text,[data-sticky] .site-description {
                                                                            transition: color .12s cubic-bezier(0.455, 0.03, 0.515, 0.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:relative;
                                                                                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)
                                                                            }

                                                                            .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: 0px;
                                                                                    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, 0px)
                                                                                    }

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

                                                                                        @media(max-width: 689.98px) {
                                                                                            .ct-query-template-grid {
                                                                                                --ct-grid-columns: var(--ct-grid-columns-mobile)
                                                                                            }
                                                                                        }

                                                                                        @media(min-width: 690px)and (max-width: 999.98px) {
                                                                                            .ct-query-template-grid {
                                                                                                --ct-grid-columns: var(--ct-grid-columns-tablet)
                                                                                            }
                                                                                        }

                                                                                        [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;
                                                                                            overflow: hidden;
                                                                                            position: relative
                                                                                        }

                                                                                        .ct-dynamic-media img {
                                                                                            aspect-ratio: inherit
                                                                                        }

                                                                                        @media(hover: hover) {
                                                                                            .ct-dynamic-media[data-hover] img {
                                                                                                transition:transform .5s ease
                                                                                            }

                                                                                            .ct-dynamic-media[data-hover=zoom-in]:hover img {
                                                                                                transform: scale(1.1)
                                                                                            }

                                                                                            .ct-dynamic-media[data-hover=zoom-out] img {
                                                                                                transform: scale(1.1)
                                                                                            }

                                                                                            .ct-dynamic-media[data-hover=zoom-out]:hover img {
                                                                                                transform: scale(1)
                                                                                            }
                                                                                        }

                                                                                        .ct-dynamic-media[style*=border-width] {
                                                                                            border-style: solid
                                                                                        }

                                                                                        .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 {
                                                                                                --theme-list-indent: 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 {
                                                                                                opacity: 1;
                                                                                                visibility: visible
                                                                                            }

                                                                                            [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: 100%;
                                                                                                width: var(--side-panel-width, 500px);
                                                                                                box-shadow: var(--theme-box-shadow);
                                                                                                transition: transform .25s ease-in-out
                                                                                            }

                                                                                            [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, 0px)
                                                                                            }

                                                                                            .ct-panel {
                                                                                                display: flex;
                                                                                                flex-direction: column;
                                                                                                position: fixed;
                                                                                                z-index: 999999;
                                                                                                inset: var(--admin-bar, 0px) 0 0 0;
                                                                                                opacity: 0;
                                                                                                visibility: hidden;
                                                                                                pointer-events: none;
                                                                                                transition: opacity .25s ease-in-out,visibility .25s ease-in-out
                                                                                            }

                                                                                            .ct-panel.active {
                                                                                                opacity: 1;
                                                                                                visibility: visible;
                                                                                                pointer-events: auto
                                                                                            }

                                                                                            .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 .close-button {
                                                                                                    margin-inline-start:auto}

                                                                                                    .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);
                                                                                                        overflow-y: var(--overflow, 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(0.455, 0.03, 0.515, 0.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(0.455, 0.03, 0.515, 0.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, 0px) calc(var(--theme-frame-size, 0px) + var(--scrollbar-width, 0px));
                                                                                                        bottom: var(--theme-frame-size, 0px);
                                                                                                        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-left: auto;
                                                                                                        margin-right: 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)
                                                                                                        }
                                                                                                    }

                                                                                                    [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]>article {
                                                                                                            grid-column:span 3
                                                                                                        }
                                                                                                    }

                                                                                                    @media(min-width: 1000px) {
                                                                                                        [data-layout=enhanced-grid]>article {
                                                                                                            grid-column:span 2
                                                                                                        }

                                                                                                        [data-layout=enhanced-grid]>article:nth-child(5n+1),[data-layout=enhanced-grid]>article:nth-child(5n+2) {
                                                                                                            grid-column: span 3
                                                                                                        }
                                                                                                    }

                                                                                                    [data-archive=default][data-layout=simple] article {
                                                                                                        display: flex;
                                                                                                        gap: var(--card-inner-spacing, 30px)
                                                                                                    }

                                                                                                    [data-archive=default][data-layout=simple] article:not(:last-child) {
                                                                                                        margin-bottom: var(--grid-columns-gap, 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
                                                                                                            }
                                                                                                        }

                                                                                                        @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-meta {
                                                                                                            color: var(--theme-text-color);
                                                                                                            --theme-link-initial-color: var(--theme-text-color)
                                                                                                        }

                                                                                                        [data-archive=default] .entry-card .entry-divider {
                                                                                                            border-bottom: var(--entry-divider)
                                                                                                        }

                                                                                                        [data-archive=default] .entry-card .ct-ghost {
                                                                                                            margin: 0;
                                                                                                            flex: 1 0 auto
                                                                                                        }

                                                                                                        [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)
                                                                                                            }

                                                                                                            .entry-excerpt {
                                                                                                                color: var(--theme-text-color)
                                                                                                            }

                                                                                                            .entry-card .ct-media-container {
                                                                                                                border-radius: var(--theme-image-border-radius, var(--theme-border-radius, 0px))
                                                                                                            }

                                                                                                            .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, 0px));
                                                                                                                        border-start-end-radius: 0;
                                                                                                                        border-end-end-radius: 0
                                                                                                                    }
                                                                                                                }

                                                                                                                .woocommerce-notices-wrapper,article>.related,article>.upsells,article>.page-links,article>.entry-tags,article>.author-box,article>.ct-comments,article>.ct-share-box,article>.hero-section,article>.post-edit-link,article>.post-navigation,article>.ct-related-posts,article>.ct-newsletter-subscribe-container,article>.product .wc-tabs,article>.product .ct-accordion-heading,article>.post-password-form,article>.product .product-entry-wrapper {
                                                                                                                    margin-left: auto;
                                                                                                                    margin-right: auto;
                                                                                                                    width: var(--theme-container-width);
                                                                                                                    max-width: var(--theme-block-max-width)
                                                                                                                }

                                                                                                                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));
                                                                                                                    border-radius: var(--has-boxed, var(--theme-boxed-content-border-radius));
                                                                                                                    box-shadow: var(--has-boxed, var(--theme-boxed-content-box-shadow));
                                                                                                                    margin-left: var(--has-boxed-structure, auto);
                                                                                                                    margin-right: 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)
                                                                                                                }

                                                                                                                article>.entry-content>* {
                                                                                                                    margin-inline:var(--theme-default-editor, auto)}

                                                                                                                    article>.entry-content>*.alignwide {
                                                                                                                        max-width: var(--theme-default-editor, var(--theme-block-wide-max-width))
                                                                                                                    }

                                                                                                                    article>.entry-content>*:where(:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright)) {
                                                                                                                        max-width: var(--theme-default-editor, var(--theme-block-max-width))
                                                                                                                    }

                                                                                                                    article>.entry-content>*:where(:not(.alignfull):not(.alignleft):not(.alignright)) {
                                                                                                                        width: var(--theme-default-editor, var(--theme-block-width))
                                                                                                                    }

                                                                                                                    body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
                                                                                                                        width: var(--theme-default-editor, var(--theme-block-width))
                                                                                                                    }

                                                                                                                    .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-columns {
                                                                                                                                                row-gap: var(--wp--style--block-gap, 2em)
                                                                                                                                            }

                                                                                                                                            .wp-block-columns .wp-block-column>*:last-child {
                                                                                                                                                margin-bottom: 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(.is-style-wide):not(.is-style-dots) {
                                                                                                                                                --theme-block-max-width: 100px;
                                                                                                                                                max-width: var(--theme-default-editor, var(--theme-block-max-width))
                                                                                                                                            }

                                                                                                                                            .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: 0px 0px 0px 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
                                                                                                                                            }

                                                                                                                                            article>.entry-content .wp-block-post-content.entry-content {
                                                                                                                                                width: 100%;
                                                                                                                                                max-width: 100%
                                                                                                                                            }

                                                                                                                                            .wp-block-post-content>* {
                                                                                                                                                margin-inline:var(--theme-default-editor, auto)}

                                                                                                                                                .wp-block-post-content>*: where(:not(.alignfull)) {
                                                                                                                                                    width:var(--theme-default-editor, var(--theme-block-width))
                                                                                                                                                }

                                                                                                                                                .wp-block-post-content>*:where(:not(.alignwide):not(.alignfull)) {
                                                                                                                                                    max-width: var(--theme-default-editor, var(--theme-block-max-width))
                                                                                                                                                }

                                                                                                                                                .wp-block-post-content>.alignwide {
                                                                                                                                                    max-width: var(--theme-default-editor, var(--theme-block-wide-max-width))
                                                                                                                                                }

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

                                                                                                                                                .wp-block-quote:not(.is-style-plain):not(.has-text-align-center):not(.has-text-align-right) {
                                                                                                                                                    border-inline-start:4px solid var(--theme-palette-color-1)}

                                                                                                                                                    .wp-block-quote: not(.is-style-plain).has-text-align-center {
                                                                                                                                                        padding-block:1.5em;
                                                                                                                                                        border-block:3px solid var(--theme-palette-color-1)}

                                                                                                                                                        .wp-block-quote: not(.is-style-plain).has-text-align-right {
                                                                                                                                                            border-inline-end:4px solid var(--theme-palette-color-1)
                                                                                                                                                        }

                                                                                                                                                        .wp-block-quote:not(.has-text-align-center):not(.has-text-align-right) {
                                                                                                                                                            padding-inline-start:1.5em}

                                                                                                                                                            .wp-block-quote.has-text-align-right {
                                                                                                                                                                padding-inline-end:1.5em}

                                                                                                                                                                .wp-block-quote p:last-of-type {
                                                                                                                                                                    margin-bottom: 0
                                                                                                                                                                }

                                                                                                                                                                .wp-block-quote cite {
                                                                                                                                                                    display: block;
                                                                                                                                                                    margin-top: 15px;
                                                                                                                                                                    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 {
                                                                                                                                                                    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)
                                                                                                                                                                }

                                                                                                                                                                .has-background:is(p,.wp-block-group) {
                                                                                                                                                                    padding: var(--theme-content-spacing)
                                                                                                                                                                }
                                                                                                                                                                .select2-container--default .select2-selection--single{
                                                                                                                                                                    border-radius: 50px;
                                                                                                                                                                    height: 40px;
                                                                                                                                                                    padding: 5px;
                                                                                                                                                                }
                                                                                                                                                                .select2-container--default .select2-selection--single .select2-selection__arrow{
                                                                                                                                                                    height: 40px;
                                                                                                                                                                    right: 8px;
                                                                                                                                                                }