.elementor-kit-6{--e-global-color-primary:#131B23;--e-global-color-secondary:#E3A13B;--e-global-color-text:#141B21;--e-global-color-accent:#C1811E;--e-global-color-68d7681:#1C2731;--e-global-color-110816e:#EEF1EE;--e-global-color-bb1fbe6:#E2E6E1;--e-global-color-220714f:#5C6B74;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-letter-spacing:0.02em;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IBM Plex Mono";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:1.6em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.elementor-kit-6 h1{color:#131B23;font-family:"Oswald", Sans-serif;font-weight:600;text-transform:uppercase;}.elementor-kit-6 h2{color:#131B23;font-family:"Oswald", Sans-serif;font-weight:600;text-transform:uppercase;}.elementor-kit-6 h3{color:#131B23;font-family:"Oswald", Sans-serif;font-weight:600;text-transform:uppercase;}.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 */.km-header{ position:relative; }
.km-header::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:-10px;
  height:10px;
  background-image: repeating-linear-gradient(
    135deg, #E3A13B 0 18px, #131B23 18px 36px
  );
}

.km-hero{
  position: relative;
  overflow: hidden;
}

.km-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse at 70% 30%, #000 10%, transparent 70%);
          mask-image: radial-gradient(ellipse at 70% 30%, #000 10%, transparent 70%);
  opacity: .7;
}

.km-hero > *{
  position: relative;
  z-index: 1;
}/* End custom CSS */