.elementor-13 .elementor-element.elementor-element-30047af:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-30047af > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#001F47;}.elementor-13 .elementor-element.elementor-element-30047af > .elementor-container{min-height:65vh;}.elementor-13 .elementor-element.elementor-element-30047af{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:100px 0px 100px 0px;}.elementor-13 .elementor-element.elementor-element-30047af > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-13 .elementor-element.elementor-element-c4c043e{text-align:center;}.elementor-13 .elementor-element.elementor-element-c4c043e .elementor-heading-title{font-family:"Merriweather", Sans-serif;font-size:48px;font-weight:700;font-style:italic;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-13 .elementor-element.elementor-element-eb8eae0{text-align:center;font-family:"Montserrat", Sans-serif;font-size:22px;font-weight:300;color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for section, class: .elementor-element-30047af */.hero-grid-area {
  position: relative;
  overflow: hidden;
  background: #0B1C2A;
  z-index: 1;
}

/* animowane czerwone linie */
.scan-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: repeating-linear-gradient(
    to bottom,
    rgba(209, 0, 0, 0.2),
    rgba(209, 0, 0, 0.2) 1px,
    transparent 2px,
    transparent 6px
  );
  animation: scan-move 2s linear infinite;
  opacity: 0;
  transition: opacity 0.3s;
  top: 0;
  left: 0;
  z-index: 0;
}

.hero-grid-area:hover .scan-lines {
  opacity: 0.5;
}

@keyframes scan-move {
  0% { background-position: 0 0; }
  100% { background-position: 0 10px; }
}/* End custom CSS */
/* Start custom CSS */[id] {
  scroll-margin-top: 100px;
}/* End custom CSS */