.elementor-kit-8{--e-global-color-primary:#1C1917;--e-global-color-secondary:#EFEAE0;--e-global-color-text:#645F58;--e-global-color-accent:#C8FF00;--e-global-color-19d338a:#0E0D0C;--e-global-color-41d7fe0:#EFEAE0;--e-global-color-7290d19:#EFEAE099;--e-global-color-16697e0:#EFEAE066;--e-global-color-9f64180:#EFEAE01F;--e-global-color-4da8fd5:#EFEAE0;--e-global-typography-primary-font-family:"Barlow Condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Barlow Condensed";--e-global-typography-accent-font-weight:500;--e-global-typography-b5436d2-font-family:"Barlow";--e-global-typography-b5436d2-font-size:14px;--e-global-typography-b5436d2-font-weight:600;font-family:"Barlow", Sans-serif;font-size:18px;font-weight:400;text-transform:uppercase;line-height:1.65em;letter-spacing:0px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Accent:#C8FF00; }
/* Start custom CSS */.new-tag {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9CCB00;
  background: rgba(200, 255, 0, 0.18);
  padding: 2px 6px;
  margin-left: 6px;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: -1px;
}



<!-- ═══════════════════════════════════════════════════════════════
     FRAXBIT — Button styles (paste ONCE per page, or in Site CSS)
     ═══════════════════════════════════════════════════════════════ -->
<style>
  @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700&display=swap');

  .fb-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 28px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: background 0.35s cubic-bezier(0.6, 0, 0.2, 1),
                color 0.35s cubic-bezier(0.6, 0, 0.2, 1),
                border-color 0.35s;
    text-decoration: none;
    line-height: 1;
  }
  .fb-btn .fb-arr {
    width: 16px;
    height: 1.5px;
    background: currentColor;
    position: relative;
    transition: width 0.35s cubic-bezier(0.6, 0, 0.2, 1);
    display: inline-block;
  }
  .fb-btn .fb-arr::after {
    content: '';
    position: absolute;
    right: -1px;
    top: -3px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
  }
  .fb-btn:hover .fb-arr { width: 22px; }

  /* Primary — chartreuse fill, for the most important action on a section */
  .fb-btn-primary {
    background: #C8FF00;
    color: #0E0D0C;
    border-color: #C8FF00;
  }
  .fb-btn-primary:hover {
    background: #0E0D0C;
    color: #C8FF00;
    border-color: #0E0D0C;
  }

  /* Outline-light — for use on DARK backgrounds */
  .fb-btn-outline-light {
    background: transparent;
    color: #EFEAE0;
    border-color: rgba(239, 234, 224, 0.35);
  }
  .fb-btn-outline-light:hover {
    background: #EFEAE0;
    color: #0E0D0C;
    border-color: #EFEAE0;
  }

  /* Outline — for use on LIGHT backgrounds */
  .fb-btn-outline {
    background: transparent;
    color: #1C1917;
    border-color: #1C1917;
  }
  .fb-btn-outline:hover {
    background: #1C1917;
    color: #EFEAE0;
  }

  /* Dark — for use on LIGHT backgrounds, alternative to outline */
  .fb-btn-dark {
    background: #0E0D0C;
    color: #EFEAE0;
    border-color: #0E0D0C;
  }
  .fb-btn-dark:hover {
    background: transparent;
    color: #0E0D0C;
  }
</style>/* End custom CSS */