.elementor-kit-6{--e-global-color-primary:#011F6B;--e-global-color-primary_hover:#011B5D;--e-global-color-text:#807F7F;--e-global-color-text_light:#939393;--e-global-color-accent:#000000;--e-global-color-border:#D7DBD8;--e-global-color-background:#F0F3F1;--e-global-color-background_light:#BDCCC0;--e-global-color-3a62fb0:#FFFFFF;--e-global-typography-heading_title-font-family:"Stack Sans Notch";--e-global-typography-heading_title-font-size:70px;--e-global-typography-heading_title-font-weight:700;--e-global-typography-heading_title-line-height:1em;--e-global-typography-heading_title-letter-spacing:-0.03em;--e-global-typography-389ec1c-font-size:12px;--e-global-typography-389ec1c-font-weight:600;--e-global-typography-389ec1c-text-transform:uppercase;--e-global-typography-389ec1c-line-height:1em;--e-global-typography-389ec1c-letter-spacing:-0.02em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1410px;}.e-con{--container-max-width:1410px;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-heading_title-font-size:52px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-heading_title-font-size:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   NABU PAINT EFFECT
   ========================= */

.nabu-paint{
  position: relative;
  width: min(1100px, 92vw); /* Bigger */
  margin: 0 auto;
}

.nabu-paint img{
  width: 100%;
  height: auto;
  display: block;
}

/* Blue layer */
.nabu-colour{
  position: absolute;
  inset: 0;

  /* #011b5d */
  filter: brightness(0) saturate(100%) invert(7%) sepia(78%) saturate(2250%) hue-rotate(214deg) brightness(92%) contrast(110%);

  opacity: 0; /* hidden until paint */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* Hidden canvas */
.nabu-mask{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}/* End custom CSS */