

/* Start:/local/templates/poty/components/gcio/form.poty/poty/style.css?1757935953602*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

h4 a {
  text-decoration: underline;
}

h4 {
  max-width: 50rem;
}

@keyframes shake {
						0% { transform: translateX(0); }
						25% { transform: translateX(-5px); }
						50% { transform: translateX(5px); }
						75% { transform: translateX(-5px); }
						100% { transform: translateX(0); }
					}
.shake {
  animation: shake 0.5s;
}

.form__field a {
  text-decoration: underline;
}
/* End */
/* /local/templates/poty/components/gcio/form.poty/poty/style.css?1757935953602 */
