.elementor-kit-7{--e-global-color-primary:#4EAC9C;--e-global-color-secondary:#C8B671;--e-global-color-text:#000000;--e-global-color-accent:#DFC5DF;--e-global-color-21f7f73:#F5F5F5;--e-global-color-1d74dd7:#FFFFFF;--e-global-color-6ab71aa:#00000000;--e-global-color-6a59c9b:#222222;--e-global-color-d145934:#FCFBF9;--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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.button-base a{
  border: none !important;
  animation: 6s ease-out infinite gradient !important;
}

.button-base a { 
  background: rgb(173, 131, 0);
  background: linear-gradient(54deg, rgba(173, 131, 0,1) 0%, rgba(255,201,51,1) 67%, rgba(255,235,180,1) 69%, rgba(255,201,51,1) 85%, rgba(173, 131, 0,1) 91%, rgba(173, 131, 0,1) 100%);
  background-size: 200% 100%;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	10% {
		background-position: 200% 50%;
	}
  100%{
    background-position: 200% 50%;
  }
}

/* Tak wyłączyłączyłem outline co wiąże się z ograniczeniem dostępności */
a, button {
    outline: none !important;
}

a:focus, button:focus {
    outline: none !important;
}/* End custom CSS */