.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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;}}
/* Start custom CSS */:root{
  --bfp-navy:#0C2340;
  --bfp-navy-dark:#081829;
  --bfp-navy-soft:#14304F;
  --bfp-navy-line:rgba(232,220,192,.16);
  --bfp-cream:#E8DCC0;
  --bfp-cream-light:#F9F7F2;
  --bfp-bronze:#8C5A1E;
  --bfp-bronze-dark:#6E4717;
  --bfp-brown:#5A3A14;
  --bfp-gold:#C8933B;
  --bfp-white:#FFFFFF;
  --bfp-ink:#151B23;
  --bfp-body:#4A5462;
  --bfp-line:#E6E3DB;

  --font-heading:'Playfair Display',Georgia,'Times New Roman',serif;
  --font-body:'Roboto','Helvetica Neue',Arial,sans-serif;

  --shell:1240px;
  --shell-narrow:920px;
  --gutter:clamp(20px,5vw,48px);
  --section-y:clamp(64px,8vw,120px);

  --r-sm:8px;
  --r-md:14px;
  --r-lg:22px;
  --r-xl:32px;
  --r-pill:999px;

  --sh-1:0 2px 8px rgba(12,35,64,.06);
  --sh-2:0 12px 30px rgba(12,35,64,.10);
  --sh-3:0 26px 60px rgba(12,35,64,.18);
  --sh-gold:0 14px 34px rgba(140,90,30,.32);

  --ease:cubic-bezier(.22,.61,.36,1);
  --ease-out:cubic-bezier(.16,1,.3,1);
  --header-h:92px;
}

.bfp-scope *,
.bfp-scope *::before,
.bfp-scope *::after{box-sizing:border-box;}

.bfp-scope{
  font-family:var(--font-body);
  color:var(--bfp-body) !important;
  font-size:clamp(16px,1.05vw,17px);
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/* Base element defaults for a WordPress theme this is embedded in may ship its own
   `a`, `h1`-`h4`, `p` color rules. These defaults use !important so they always win
   against the theme, but keep single-class specificity so any section/component
   rule below (which targets a class, e.g. .svc__card h3) still overrides them. */
:where(.bfp-scope) img{max-width:100%;height:auto;display:block;}
:where(.bfp-scope) p{margin:0 0 1em;color:var(--bfp-body)!important;}
:where(.bfp-scope) p:last-child{margin-bottom:0;}
:where(.bfp-scope) ul,
:where(.bfp-scope) ol{margin:0;padding:0;list-style:none;}

:where(.bfp-scope) h1,
:where(.bfp-scope) h2,
:where(.bfp-scope) h3,
:where(.bfp-scope) h4{
  font-family:var(--font-heading);
  color:var(--bfp-ink)!important;
  font-weight:700;
  line-height:1.12;
  letter-spacing:-.015em;
  margin:0 0 .5em;
  text-wrap:balance;
}

:where(.bfp-scope) h1{font-size:clamp(2.35rem,5.4vw,4.25rem);}
:where(.bfp-scope) h2{font-size:clamp(1.9rem,3.6vw,3rem);}
:where(.bfp-scope) h3{font-size:clamp(1.15rem,1.7vw,1.4rem);letter-spacing:-.01em;}

:where(.bfp-scope) a{color:inherit!important;text-decoration:none;}
:where(.bfp-scope) a:visited{color:inherit!important;}
.btn:visited{color:var(--btn-fg) !important;}

.bfp-shell{
  width:100%;
  max-width:var(--shell);
  margin-inline:auto !important;
  padding-inline:var(--gutter) !important;
}
.bfp-shell--narrow{max-width:var(--shell-narrow);}

.bfp-section{
  position:relative;
  padding-block:var(--section-y);
  width:100%;
  overflow-x:clip;
}
.bfp-section--light{background:var(--bfp-white);}
.bfp-section--cream{background:var(--bfp-cream-light);}
.bfp-section--navy{background:var(--bfp-navy);color:rgba(255,255,255,.82) !important;}
.bfp-section--navy h1,
.bfp-section--navy h2,
.bfp-section--navy h3{color:var(--bfp-white) !important;}
.bfp-section--navy p{color:rgba(255,255,255,.82) !important;}
.bfp-section--navy .bfp-lead{color:rgba(255,255,255,.82) !important;}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family:var(--font-body);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--bfp-bronze) !important;
  background:rgba(140,90,30,.09);
  border-radius:var(--r-pill);
  padding:8px 16px;
  margin-bottom:20px;
}
.eyebrow--on-dark{color:var(--bfp-gold) !important;background:rgba(200,147,59,.14);}

.bfp-lead{
  font-size:clamp(1.02rem,1.3vw,1.15rem);
  color:var(--bfp-body) !important;
  max-width:62ch;
}

.section-head{max-width:720px;}
.section-head--center{margin-inline:auto;text-align:center;}
.section-head--center .bfp-lead{margin-inline:auto;}

.btn.btn{
  --btn-bg:var(--bfp-bronze);
  --btn-fg:var(--bfp-white);
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-family:var(--font-body);
  font-size:.95rem;
  font-weight:700;
  letter-spacing:.01em;
  line-height:1;
  padding:17px 30px;
  border-radius:var(--r-pill);
  border:2px solid transparent;
  background:var(--btn-bg) !important;
  color:var(--btn-fg) !important;
  cursor:pointer;
  overflow:hidden;
  isolation:isolate;
  transition:transform .35s var(--ease-out),box-shadow .35s var(--ease-out),background-color .3s var(--ease),color .3s var(--ease),border-color .3s var(--ease);
}
.btn svg{flex:none;}
.btn::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(120deg,rgba(255,255,255,0) 30%,rgba(255,255,255,.28) 50%,rgba(255,255,255,0) 70%);
  transform:translateX(-120%);
  transition:transform .7s var(--ease-out);
}
.btn:hover::after,
.btn:focus-visible::after{transform:translateX(120%);}
.btn:hover{transform:translateY(-3px);}
.btn:active{transform:translateY(-1px);}

.btn-bronze.btn-bronze{--btn-bg:var(--bfp-bronze);box-shadow:var(--sh-gold);}
.btn-bronze:hover{--btn-bg:var(--bfp-bronze-dark);box-shadow:0 18px 40px rgba(110,71,23,.38);}

.btn-navy.btn-navy{--btn-bg:var(--bfp-navy);box-shadow:0 14px 34px rgba(12,35,64,.22);}
.btn-navy:hover{--btn-bg:var(--bfp-navy-dark);box-shadow:0 18px 40px rgba(8,24,41,.3);}

.btn-outline.btn-outline{
  --btn-bg:transparent;
  --btn-fg:var(--bfp-navy);
  border-color:rgba(12,35,64,.28);
  box-shadow:none;
}
.btn-outline:hover{--btn-bg:var(--bfp-navy);--btn-fg:var(--bfp-white);border-color:var(--bfp-navy);}

.btn-outline--light.btn-outline--light{--btn-fg:var(--bfp-white);border-color:rgba(255,255,255,.42);}
.btn-outline--light:hover{--btn-bg:var(--bfp-white);--btn-fg:var(--bfp-navy);border-color:var(--bfp-white);}

.btn-sm{padding:13px 22px;font-size:.88rem;}
.btn-block{width:100%;}

.bfp-scope :focus-visible,
.bfp-skip:focus-visible{
  outline:3px solid var(--bfp-gold);
  outline-offset:3px;
  border-radius:4px;
}
.bfp-section--navy :focus-visible{outline-color:var(--bfp-cream);}

.bfp-skip{
  position:absolute;
  left:16px;
  top:-100px;
  z-index:9999;
  background:var(--bfp-navy);
  color:#fff !important;
  font-family:var(--font-body);
  font-weight:700;
  padding:14px 22px;
  border-radius:var(--r-pill);
  transition:top .25s var(--ease);
}
.bfp-skip:focus{top:16px;}

.bfp-sr{
  position:absolute!important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  clip-path:inset(50%);
  white-space:nowrap;border:0;
}

.bfp-scope [hidden]{display:none !important;}

[data-reveal]{
  opacity:0;
  transform:translate3d(0,26px,0);
  transition:opacity .8s var(--ease-out),transform .8s var(--ease-out);
  transition-delay:var(--d,0s);
  will-change:opacity,transform;
}
[data-reveal="left"]{transform:translate3d(-28px,0,0);}
[data-reveal="right"]{transform:translate3d(28px,0,0);}
[data-reveal="zoom"]{transform:scale(.94);}
[data-reveal].is-in{opacity:1;transform:none;will-change:auto;}

.bfp-divider-shape{display:block;width:100%;height:auto;pointer-events:none;}

.bfp-scope img.hero__img,
.bfp-scope img.trust__image,
.bfp-scope img.proj__image,
.bfp-scope img.cta__img,
.bfp-scope .svc__media img{width:100%;height:100%;object-fit:cover;}

.bfp-scope .hdr__logo img.hdr__logo-img{width:auto;height:66px;max-height:66px;object-fit:contain;}
.bfp-scope .hdr.is-stuck .hdr__logo img.hdr__logo-img{height:52px;max-height:52px;}
.bfp-scope .hdr__drawer-top img.hdr__drawer-logo{width:auto;height:46px;max-height:46px;object-fit:contain;}
.bfp-scope .ftr__logo-link img.ftr__logo{width:auto;height:74px;max-height:74px;object-fit:contain;}

@media (max-width:1024px){
  .bfp-scope .hdr__logo img.hdr__logo-img{height:52px;max-height:52px;}
  .bfp-scope .hdr.is-stuck .hdr__logo img.hdr__logo-img{height:46px;max-height:46px;}
}

.elementor-widget-html > .elementor-widget-container{padding:0!important;}
.elementor-location-header .e-con,
.elementor-location-footer .e-con{padding-inline:0 !important;}

.bfp-scope.bfp-scope section[id]{scroll-margin-top:150px;}

body.bfp-nav-open{overflow:hidden;}

@media (prefers-reduced-motion:reduce){
  .bfp-scope *,
  .bfp-scope *::before,
  .bfp-scope *::after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
    scroll-behavior:auto!important;
  }
  [data-reveal]{opacity:1!important;transform:none!important;}
}/* End custom CSS */