[data-header*="type-1"] .ct-header [data-id="button"] [class*="ct-button"] {
  --theme-button-font-family: 'DM Sans', Sans-Serif;
  --theme-button-font-weight: 400;
}

[data-header*="type-1"] .ct-header [data-id="button"] .ct-button {
  --theme-button-text-initial-color: #ffffff;
  --theme-button-text-hover-color: var(--theme-palette-color-4);
}

[data-header*="type-1"] .ct-header [data-id="button"] .ct-button-ghost {
  --theme-button-text-initial-color: var(--theme-palette-color-8);
  --theme-button-text-hover-color: #ffffff;
}

[data-header*="type-1"] .ct-header [data-id="button"] {
  --theme-button-background-initial-color: var(--theme-palette-color-1);
  --theme-button-background-hover-color: var(--theme-palette-color-7);
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="button"] {
  --theme-button-background-initial-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
  --logo-max-height: 100px;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
  --theme-font-family: Barlow, Sans-Serif;
  --theme-font-weight: 600;
  --theme-font-size: 30px;
  --theme-line-height: 1.5;
  --theme-link-initial-color: var(--theme-palette-color-1);
  --theme-link-hover-color: #5c6d1e;
}

[data-header*="type-1"] .ct-header [data-id="menu"] {
  --menu-items-spacing: 25px;
  --menu-items-gap: 15px;
  --margin: 0 px 0 50px !important;
}

[data-header*="type-1"] .ct-header [data-id="menu"]>ul>li>a {
  --menu-item-height: 52%;
  --theme-font-family: 'DM Sans', Sans-Serif;
  --theme-font-weight: 600;
  --theme-text-transform: capitalize;
  --theme-font-size: 18px;
  --theme-line-height: 1.3;
  --theme-link-initial-color: var(--theme-palette-color-4);
  --theme-link-hover-color: var(--theme-palette-color-1);
  --theme-link-active-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
  --theme-link-initial-color: #000;
  --theme-link-hover-color: var(--theme-palette-color-1);
  --theme-font-weight: 500;
  --theme-font-size: 16px;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {
  --dropdown-background-color: var(--theme-palette-color-8);
  --dropdown-width: 280px;
  --dropdown-divider: 1px dashed rgba(242, 245, 247, 0.77);
  --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: 90px;
  background-color: #ffffff;
  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-sticky*="yes"] [data-row*="middle"] {
  background-color: #e4e4e4;
  background-image: none;
  --theme-border-top: none;
  --theme-border-bottom: none;
  --theme-box-shadow: none;
}

[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: 20px;
  --theme-link-initial-color: var(--theme-palette-color-1);
  --theme-link-hover-color: var(--theme-palette-color-7);
  --mobile-menu-divider: none;
}

[data-header*="type-1"] #offcanvas {
  --theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
  --side-panel-width: 500px;
}

[data-header*="type-1"] #offcanvas .ct-panel-inner {
  background-color: rgba(18, 21, 25, 0.98);
}

[data-header*="type-1"] .ct-header [data-id="text"] {
  --max-width: 100%;
  --theme-font-family: 'DM Sans', Sans-Serif;
  --theme-font-weight: 400;
  --theme-font-size: 17px;
  --theme-line-height: 1.3;
  --theme-text-color: var(--theme-palette-color-8);
  --theme-link-initial-color: #ffffff;
  --theme-link-hover-color: var(--theme-palette-color-7);
}

[data-header*="type-1"] .ct-header [data-row*="top"] {
  --height: 50px;
  background-color: var(--theme-palette-color-1);
  background-image: none;
  --theme-border-top: none;
  --theme-border-bottom: none;
  --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="top"]>div {
  --theme-border-top: none;
  --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="top"] {
  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-sticky*="yes"] [data-row*="top"]>div {
  --theme-border-top: none;
  --theme-border-bottom: none;
}

[data-header*="type-1"] [data-id="trigger"] {
  --theme-icon-size: 18px;
  --theme-icon-color: var(--theme-palette-color-8);
}

[data-header*="type-1"] {
  --header-height: 140px;
  --header-sticky-height: 90px;
  --header-sticky-offset: 0px;
}

[data-header*="type-1"] .ct-header {
  background-color: #21212D;
  background-image: none;
}

[data-header*="type-1"] [data-sticky*="yes"] {
  background-color: #21212D;
  background-image: none;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div {
  --container-spacing: 25px;
  --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"] .ct-footer {
  background-color: var(--theme-palette-color-6);
}

:root {
  --theme-font-family: Inter, Sans-Serif;
  --theme-font-weight: 400;
  --theme-text-transform: none;
  --theme-text-decoration: none;
  --theme-font-size: 16px;
  --theme-line-height: 1.65;
  --theme-letter-spacing: 0em;
  --theme-button-font-family: 'DM Sans', Sans-Serif;
  --theme-button-font-weight: 500;
  --theme-button-font-size: 15px;
  --has-classic-forms: var(--true);
  --has-modern-forms: var(--false);
  --theme-form-field-border-initial-color: var(--theme-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);
  --e-global-color-blocksy_palette_1: var(--theme-palette-color-1);
  --e-global-color-blocksy_palette_2: var(--theme-palette-color-2);
  --e-global-color-blocksy_palette_3: var(--theme-palette-color-3);
  --e-global-color-blocksy_palette_4: var(--theme-palette-color-4);
  --e-global-color-blocksy_palette_5: var(--theme-palette-color-5);
  --e-global-color-blocksy_palette_6: var(--theme-palette-color-6);
  --e-global-color-blocksy_palette_7: var(--theme-palette-color-7);
  --e-global-color-blocksy_palette_8: var(--theme-palette-color-8);
  --theme-palette-color-1: #133902;
  --theme-palette-color-2: #8e8e8e;
  --theme-palette-color-3: #252525;
  --theme-palette-color-4: #0f0f0f;
  --theme-palette-color-5: #E5E5E5;
  --theme-palette-color-6: #f2f5f7;
  --theme-palette-color-7: #ffd966;
  --theme-palette-color-8: #ffffff;
  --theme-text-color: var(--theme-palette-color-4);
  --theme-link-initial-color: #ffd966;
  --theme-link-hover-color: var(--theme-palette-color-2);
  --theme-selection-text-color: #ffffff;
  --theme-selection-background-color: #252525;
  --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: 40px;
  --theme-button-shadow: none;
  --theme-button-transform: none;
  --theme-button-text-initial-color: #ffffff;
  --theme-button-text-hover-color: var(--theme-palette-color-4);
  --theme-button-background-initial-color: var(--theme-palette-color-1);
  --theme-button-background-hover-color: var(--theme-palette-color-7);
  --theme-button-border: none;
  --theme-button-border-radius: 3px;
  --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: 'DM Sans', Sans-Serif;
  --theme-font-weight: 600;
  --theme-font-size: 40px;
  --theme-line-height: 1.6;
}

h2 {
  --theme-font-family: 'DM Sans', Sans-Serif;
  --theme-font-weight: 600;
  --theme-font-size: 35px;
  --theme-line-height: 1.5;
}

h3 {
  --theme-font-family: 'DM Sans', Sans-Serif;
  --theme-font-weight: 600;
  --theme-font-size: 30px;
  --theme-line-height: 1.5;
}

h4 {
  --theme-font-family: 'DM Sans', Sans-Serif;
  --theme-font-weight: 600;
  --theme-font-size: 25px;
  --theme-line-height: 1.5;
}

h5 {
  --theme-font-family: 'DM Sans', Sans-Serif;
  --theme-font-weight: 600;
  --theme-font-size: 20px;
  --theme-line-height: 1.5;
}

h6 {
  --theme-font-family: 'DM Sans', Sans-Serif;
  --theme-font-weight: 600;
  --theme-font-size: 16px;
  --theme-line-height: 1.5;
}

.wp-block-pullquote {
  --theme-font-family: Georgia;
  --theme-font-weight: 600;
  --theme-font-size: 25px;
}

pre,
code,
samp,
kbd {
  --theme-font-family: monospace;
  --theme-font-weight: 400;
  --theme-font-size: 16px;
}

figcaption {
  --theme-font-size: 14px;
}

.ct-sidebar .widget-title {
  --theme-font-size: 20px;
}

.ct-breadcrumbs {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}

body {
  background-color: var(--theme-palette-color-8);
  background-image: none;
}

[data-prefix="single_blog_post"] .entry-header .page-title {
  --theme-font-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: 30px;
  --theme-heading-color: var(--theme-palette-color-8);
}

[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"] .entry-header .ct-breadcrumbs {
  --theme-text-color: var(--theme-palette-color-8);
  --theme-link-initial-color: var(--theme-palette-color-8);
  --theme-link-hover-color: var(--theme-palette-color-8);
}

[data-prefix="blog"] .hero-section[data-type="type-2"] {
  --min-height: 28px;
  background-color: var(--theme-palette-color-2);
  background-image: none;
  --container-padding: 20px 0;
}

[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: 30px;
  --theme-heading-color: var(--theme-palette-color-8);
}

[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"] .entry-header .ct-breadcrumbs {
  --theme-text-color: var(--theme-palette-color-8);
  --theme-link-initial-color: var(--theme-palette-color-8);
  --theme-link-hover-color: var(--theme-palette-color-8);
}

[data-prefix="single_page"] .hero-section[data-type="type-2"] {
  --min-height: 400px;
  background-color: var(--theme-palette-color-6);
  background-image: none;
  --container-padding: 20px 0;
}

[data-prefix="single_page"] .hero-section[data-type="type-2"]>figure .ct-media-container:after {
  background-color: rgba(0, 0, 0, 0.5);
}

[data-prefix="e-floating-buttons_single"] .entry-header .page-title {
  --theme-font-size: 30px;
}

[data-prefix="e-floating-buttons_single"] .entry-header .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
}

[data-prefix="e-floating-buttons_archive"] .entry-header .page-title {
  --theme-font-size: 30px;
}

[data-prefix="e-floating-buttons_archive"] .entry-header .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
}

[data-prefix="elementor-hf_single"] .entry-header .page-title {
  --theme-font-size: 30px;
}

[data-prefix="elementor-hf_single"] .entry-header .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
}

[data-prefix="elementor-hf_archive"] .entry-header .page-title {
  --theme-font-size: 30px;
}

[data-prefix="elementor-hf_archive"] .entry-header .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
}

[data-prefix="blog"] .entries {
  --grid-template-columns: repeat(2, minmax(0, 1fr));
}

[data-prefix="blog"] .entry-card .entry-title {
  --theme-font-size: 20px;
  --theme-line-height: 1.3;
}

[data-prefix="blog"] .entry-card .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}

[data-prefix="blog"] .entry-card {
  --card-inner-spacing: 20px;
  background-color: #ffffff;
  --theme-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.14);
}

[data-prefix="blog"] [data-archive="default"] .card-content .ct-media-container {
  --card-element-spacing: 30px;
}

[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="e-floating-buttons_archive"] .entries {
  --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="e-floating-buttons_archive"] .entry-card .entry-title {
  --theme-font-size: 20px;
  --theme-line-height: 1.3;
}

[data-prefix="e-floating-buttons_archive"] .entry-card .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}

[data-prefix="e-floating-buttons_archive"] .entry-card {
  background-color: var(--theme-palette-color-8);
  --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="elementor-hf_archive"] .entries {
  --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="elementor-hf_archive"] .entry-card .entry-title {
  --theme-font-size: 20px;
  --theme-line-height: 1.3;
}

[data-prefix="elementor-hf_archive"] .entry-card .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}

[data-prefix="elementor-hf_archive"] .entry-card {
  background-color: var(--theme-palette-color-8);
  --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

form textarea {
  --theme-form-field-height: 170px;
}

.ct-sidebar {
  --theme-link-initial-color: var(--theme-text-color);
}

[data-prefix="single_blog_post"] .ct-share-box .ct-module-title {
  --theme-font-weight: 600;
  --theme-font-size: 14px;
}

[data-prefix="single_blog_post"] .ct-share-box[data-type="type-2"] {
  --theme-icon-color: #ffffff;
  --theme-icon-hover-color: #ffffff;
  --background-color: var(--theme-palette-color-1);
  --background-hover-color: var(--theme-palette-color-2);
}

[data-prefix="e-floating-buttons_single"] [class*="ct-container"]>article[class*="post"] {
  --has-boxed: var(--false);
  --has-wide: var(--true);
}

[data-prefix="elementor-hf_single"] [class*="ct-container"]>article[class*="post"] {
  --has-boxed: var(--false);
  --has-wide: var(--true);
}

[data-prefix="single_blog_post"] {
  background-color: #ffffff;
}

[data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"] {
  --has-boxed: var(--true);
  --has-wide: var(--false);
  background-color: var(--has-background, var(--theme-palette-color-8));
  --theme-boxed-content-border-radius: 3px;
  --theme-boxed-content-spacing: 40px;
  --theme-boxed-content-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.08);
}

[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: 80px;
  }

  [data-header*="type-1"] #offcanvas {
    background-color: rgba(18, 21, 25, 0.5);
    --side-panel-width: 50vw;
  }

  [data-header*="type-1"] #offcanvas .ct-panel-inner {
    background-color: var(--theme-palette-color-6);
  }

  [data-header*="type-1"] #offcanvas .ct-toggle-close {
    --theme-icon-color: var(--theme-palette-color-4);
  }

  [data-header*="type-1"] #offcanvas .ct-toggle-close:hover {
    --theme-icon-color: #000000;
  }

  [data-header*="type-1"] [data-id="trigger"] {
    --theme-icon-color: var(--theme-palette-color-1);
    --theme-icon-hover-color: var(--theme-palette-color-1);
  }

  [data-header*="type-1"] {
    --header-height: 90px;
  }

  [data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div {
    --grid-template-columns: initial;
  }

  [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="e-floating-buttons_archive"] .entries {
    --grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-prefix="elementor-hf_archive"] .entries {
    --grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"] {
    --theme-boxed-content-spacing: 35px;
  }
}

@media (max-width: 689.98px) {
  [data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
    --theme-font-size: 32px;
  }

  [data-header*="type-1"] #offcanvas {
    --side-panel-width: 80vw;
  }

  [data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div {
    --container-spacing: 15px;
    --grid-template-columns: initial;
  }

  [data-prefix="blog"] .entries {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  [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="e-floating-buttons_archive"] .entries {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  [data-prefix="e-floating-buttons_archive"] .entry-card .entry-title {
    --theme-font-size: 18px;
  }

  [data-prefix="elementor-hf_archive"] .entries {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  [data-prefix="elementor-hf_archive"] .entry-card .entry-title {
    --theme-font-size: 18px;
  }

  :root {
    --theme-content-vertical-spacing: 50px;
    --theme-container-edge-spacing: 88vw;
  }

  [data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"] {
    --theme-boxed-content-spacing: 20px;
  }
}