.wpforms-form button[type=submit] {
    background-color: #E21C21 !important;
    border-color: #E21C21 !important;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
}
 
.wpforms-form button[type=submit]:hover {
    background-color: #5e0406 !important;
}
.breadcrumbs {
		display: none;
		}
:target::before {
  content: "";
  display: block;
  height: 50px;
  margin-top: -50px;
}
[id] {
  scroll-margin-top: 200px;
}
html {
  scroll-behavior: smooth;
}