.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5039377:#000000;--e-global-color-828f633:#25363E;--e-global-color-72b7308:#D9DAD9;--e-global-color-9507154:#72383E;--e-global-color-eca5240:#AC9C8D;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;}.elementor-kit-6 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 {
    --cpd-black:      #000000;
    --cpd-deep-slate: #25363E;
    --cpd-soft-grey:  #D9DAD9;
    --cpd-burgundy:   #72383E;
    --cpd-stone:      #AC9C8D;
}

body {
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--cpd-deep-slate);
}

a { color: var(--cpd-deep-slate); text-decoration: none; }
a:hover { color: var(--cpd-burgundy); }

/* Utility classes for Elementor CSS Classes field */
.bg-deep-slate { background-color: var(--cpd-deep-slate) !important; color: #fff; }
.bg-soft-grey  { background-color: var(--cpd-soft-grey) !important; }
.bg-stone      { background-color: var(--cpd-stone) !important; }
.text-burgundy { color: var(--cpd-burgundy) !important; }
.text-muted    { color: #888 !important; }/* End custom CSS */