.elementor-kit-5{--e-global-color-primary:#0B1020;--e-global-color-secondary:#5A5A5A;--e-global-color-text:#17232A;--e-global-color-accent:#0064E0;--e-global-color-eb9b750:#DEE2E9;--e-global-color-71e85e9:#CBEFFF;--e-global-color-4435eaf:#002161;--e-global-color-bca8930:#73869D;--e-global-color-945516f:#D7DDE1;--e-global-color-49b2fd9:#7C8692;--e-global-color-675f40f:#67788A;--e-global-color-ad29b85:#5B6772;--e-global-color-1c1fe17:#1C2B33;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"articulat-cf";--e-global-typography-accent-font-weight:500;--e-global-typography-91c9ec0-font-family:"Manrope";}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-accent );font-size:16px;font-weight:400;line-height:1em;letter-spacing:0px;color:#FFFFFF;border-radius:30px 30px 30px 30px;padding:17px 23px 17px 23px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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:880px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:15px;padding:15px 22px 15px 22px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ------------------------------ */
/* 1. :root */
/* ------------------------------ */

:root {
  --bc-text-black: #000;
  --bc-text-white: #fff;
  --bc-text-charcoal: #1c2b33;
  --bc-text-soft: #5d6c7b;
  --bc-text-meta: #505e6b;
  --bc-text-gray: #656f7d;
  --bc-text-muted: #8595a4;
  --bc-text-meta-bluegray: #304767;

  --bc-primary: #0064e0;
  --bc-border-clr: #dee2e9;
  --bc-light-gray: #f2f2f2;
  --bc-white-gray: #f5f5f7;

  --bc-border: solid 1px #dee2e9;
  
  --img-br: 8px;
  --img-wide: 1.65;

  --fs-lg: 18px;
  --fs-body: 16px;
  --fs-sm: 15px;
  --fs-xs: 14px;
  --fs-xxs: 12px;
  --fs-meta: 13px;
  --fs-nav: 14.5px;

  --btn-y: 14px;
  --btn-x: 22px;
  --btn-radius: 30px;

  --ls--2: -0.2px;
  --ls--1: -0.1px;
  --ls-0: 0;
  --ls-1: 0.1px;
  --ls-2: 0.2px;

  --fs-40: 40px;
  --fs-32: 32px;
  --fs-28: 28px;
  --fs-26: 26px;
  --fs-24: 24px;
  --fs-22: 22px;
  --fs-20: 20px;
  --fs-16: 16px;
}

/* ------------------------------ */
/* 2. Base reset */
/* ------------------------------ */

* {
  box-sizing: border-box;
  scroll-padding: 60px;
  scroll-behavior: smooth;
}

/* ------------------------------ */
/* 3. Typography */
/* ------------------------------ */

body {
  font-size: var(--fs-body);
  color: var(--bc-text-charcoal);
  font-family: "Google Sans Flex", -apple-system, "system-ui", "helvetica neue",
    Sans-serif !important;
}

/* headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
}

h1 {
  font-size: clamp(44px, 5.4vw, 72px);
  line-height: 1.15;
  letter-spacing: var(--ls--2);
}

h2 {
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: var(--ls--2);
  line-height: 1.2;
}

h3 {
  font-size: clamp(26px, 3.2vw, 32px);
  letter-spacing: var(--ls--1);
  line-height: 1.25;
}

h4 {
  font-size: clamp(22px, 2.8vw, 28px);
  line-height: 1.3;
}

h5 {
  font-size: clamp(20px, 2.4vw, 24px);
  line-height: 1.3;
}

h6 {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.35;
}

/* body default */

p {
  margin: 0;
  font-size: var(--fs-body);
  line-height: 1.55;
}

.subtitle {
  font-size: var(--fs-lg);
  line-height: 1.5;
}

.meta {
  color: var(--bc-text-meta);
  font-size: var(--fs-meta);
  line-height: 1.4 !important;
  letter-spacing: -0.1px;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

.super {
  color: var(--bc-primary);
  font-size: var(--fs-xs);
  letter-spacing: var(--ls-1);
  align-self: start;
}

.muted {
  color: var(--bc-text-muted);
}

.soft {
  color: var(--bc-text-soft);
}

.body-sm {
  font-size: var(--fs-sm);
}

.meta.strong {
  color: var(--bc-text-meta-bluegray);
}

.underline {
  text-decoration: underline;
}

/* ------------------------------ */
/* 4. Links */
/* ------------------------------ */

a {
    display: inline-block;
    color: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

p a {
  color: var(--bc-primary);
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
}

a:not(.bc-btn):hover,
a:not(.bc-btn):focus {
  color: var(--bc-primary);
  text-decoration: underline;
}

/* ------------------------------ */
/* 5. Buttons */
/* ------------------------------ */

.bc-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: var(--btn-y) var(--btn-x);
  border-radius: var(--btn-radius);
  text-align: center;

  border: 1px solid transparent;
  background: var(--bc-primary);
  color: var(--bc-text-white);
}

.bc-btn.outline {
  background: transparent;
  color: var(--bc-primary);
  border-color: var(--bc-border-clr);
}

.bc-btn.gray {
  background: var(--bc-light-gray);
  color: var(--bc-text-charcoal);
}

/* ------------------------------ */
/* 6. Blockquote */
/* ------------------------------ */

blockquote {
  font-size: var(--fs-28);
  line-height: 1.4;
  color: var(--bc-text-charcoal);
}

/* ----------------------- */
/* 7. Divider titles */
/* ----------------------- */

.divider-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: var(--fs-xxs);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 64px;
    margin-top: 2px;
}

.divider {
    background: var(--bc-border-clr);
    height: 1px;
    width: 50%;
    flex-grow: 1;
}



/* ----------------------- */
/* containers */
/* ----------------------- */

.bcontainer {
  padding-inline: 1.625rem;
}

@media (width > 767px) {
  .bcontainer {
    padding-inline: 2.25rem;
  }
}

@media (width > 1024px) {
  .bcontainer {
    padding-inline: 2.5rem;
  }
}

@media (width > 1200px) {
  .bcontainer {
    padding-inline: 3rem;
  }
}

/* ----------------------- */
/* header */
/* ----------------------- */

#bc-topbar {
  height: 44px;
}

#bc-navbar-links li:nth-of-type(3) {
  flex-grow: 1;
}

#bc-navbar {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
}

/* ----------------------- */
/* footer */
/* ----------------------- */

.bc-footer h3 {
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: var(--ls--2);
  margin-bottom: 14px;
}

.bc-footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 32px;
}

.bc-footer a {
  color: var(--bc-text-soft);
  font-size: var(--fs-nav);
  margin-bottom: 8px;
}

.bc-footer-copy {
  color: var(--bc-text-soft); /* 5c6776 */
  font-size: 12.5px;
}

.bc-footer-copy a {
  color: inherit;
}

.bc-foot-toggle svg {
  display: none;
}

@media (width < 1024px) {
  .bc-foot-toggle {
    cursor: pointer;
    border-top: solid 1px var(--bc-border-clr);
    padding-block: 1.375rem 0.25rem;

    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .bc-foot-toggle svg {
    display: inline-block;
    rotate: 90deg;
    opacity: 1;
    margin-top: -4px;
    fill: #5d6c7b70;
  }

  .bc-foot-panel {
    max-height: 0;
    overflow: hidden;
  }
}

@media (width < 1024px) {
  .bc-footer h3 {
    font-size: var(--fs-lg);
    font-weight: 500;
    letter-spacing: var(--ls-2);
  }

  .bc-footer ul {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .bc-footer a {
    font-size: var(--fs-sm);
    margin-block: 8px 10px;
  }
}/* End custom CSS */