.elementor-kit-151{--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;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:20px;}.elementor-kit-151 e-page-transition{background-color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1260px;}.e-con{--container-max-width:1260px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}@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 *//* --- Celowanie w naszą strzałkę za pomocą nadanej klasy --- */
.falujaca-strzalka {
    /* Uruchomienie animacji o nazwie 'falowanie' */
    animation: falowanie 4s ease-in-out infinite;
}

/* --- Definicja animacji 'falowanie' --- */
@keyframes falowanie {
    0% {
        /* Stan początkowy (bez zmian) */
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        /* Stan w połowie animacji (przesunięcie i rotacja) */
        transform: translate(5px, -8px) rotate(8deg);
    }
    100% {
        /* Powrót do stanu początkowego, aby zapętlić animację */
        transform: translate(0, 0) rotate(0deg);
    }
}/* End custom CSS */