.elementor-kit-7{--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-7 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 *//* Brush divider (SVG) – ser ud som dit screenshot */
.thq-hero-brush{
  position: relative;
  overflow: hidden;          /* vigtigt så kanten bliver pæn */
}

/* justér højden her */
.thq-hero-brush{
  --brush-h: 120px;
}

/* selve brush-kanten */
.thq-hero-brush::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;               /* skjuler evt. 1px “linje” */
  height: var(--brush-h);
  z-index: 5;
  pointer-events:none;

  background-repeat:no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;

  /* SVG brush som data-uri */
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 220' preserveAspectRatio='none'>\
<path fill='%23ffffff' d='M0,120 C80,105 140,145 220,130 C300,115 350,160 430,140 C510,120 560,175 650,150 C740,125 790,190 880,160 C970,130 1040,195 1120,165 C1200,135 1260,175 1340,155 C1390,145 1420,150 1440,155 L1440,220 L0,220 Z'/>\
<path fill='%23ffffff' opacity='.95' d='M0,150 C90,130 170,185 260,165 C340,150 390,205 480,180 C570,155 620,215 710,190 C800,165 860,225 950,195 C1040,165 1100,215 1200,190 C1290,165 1350,200 1440,185 L1440,220 L0,220 Z'/>\
<path fill='%23ffffff' opacity='.85' d='M0,175 C110,160 190,215 300,195 C410,175 470,230 590,210 C710,190 770,245 900,225 C1030,205 1100,245 1240,225 C1350,210 1405,220 1440,220 L1440,220 L0,220 Z'/>\
</svg>");
}/* End custom CSS */