/*
 * Brand tokens: Finavor public palette aligned to the logo.
 * #65A73F is the primary brand green; #02004C is a restrained support detail.
 */
:root {
  --brand-logo-green:#65A73F;
  --brand-primary:#65A73F;
  --brand-primary-mid:#4E8D2F;
  --brand-primary-strong:#3F7A27;
  --brand-primary-hover:#2F621E;
  --brand-deep:#234D18;
  --brand-blue:#02004C;
  --brand-blue-hover:#010035;
  --brand-blue-soft:#ECECF5;
  --brand-surface:#FAFBF9;
  --brand-surface-soft:#F2F8EF;
  --brand-surface-muted:#E7F1E1;
  --brand-border:#CFE3C5;
  --brand-ink:#1D2719;
  --main-color:var(--brand-primary);
  --main-color-two:var(--brand-primary-hover);
  --color-three:var(--brand-blue);
  --color-four:var(--brand-blue);
  --color-four-rgb:2,0,76;
  --color-eight:var(--brand-deep);
  --color-eight-rgb:35,77,24;
  --color-nine:var(--brand-primary-hover);
  --color-nine-rgb:47,98,30;
  --color-eleven:var(--brand-blue);
  --color-eleven-rgb:2,0,76;
}
body{background:var(--brand-surface);color:var(--brand-ink)}
a{color:var(--brand-primary-hover)}a:hover,a:focus{color:var(--brand-deep)}
.theme-btn.btn-style-one,.header-whatsapp-cta,.home-team-cta,.services-button{background-color:var(--brand-primary-hover)!important;color:#fff!important}
.theme-btn.btn-style-one:hover,.theme-btn.btn-style-one:focus,.header-whatsapp-cta:hover,.header-whatsapp-cta:focus,.home-team-cta:hover,.services-button:hover{background-color:var(--brand-primary-strong)!important;color:#fff!important}
.subscribe-two{background-image:linear-gradient(135deg,#FAFBF9 0%,#F2F8EF 100%)!important;background-color:var(--brand-surface)!important;border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border)}
.subscribe-two .subscribe-two_heading{color:var(--brand-deep)!important}
.subscribe-two .btn-wpp{background:var(--brand-primary-hover)!important;color:#fff!important;border:1px solid var(--brand-primary-hover)!important}
.subscribe-two .btn-wpp:hover,.subscribe-two .btn-wpp:focus{background:var(--brand-primary-strong)!important;border-color:var(--brand-primary-strong)!important;color:#fff!important}
.footer-two{background:linear-gradient(135deg,#234D18 0%,#2F621E 62%,#3F7A27 100%)!important}
.color-palate-head,.color-trigger{background-color:var(--brand-blue)}.palate{background-color:var(--brand-primary)}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--brand-blue)!important;outline-offset:3px}