#wrap_Inputfield_topic {
  display: none;
}

#wrap_brochure-download-post-test-minimal_submit {
  padding-top: 5px;
}

#_acf_form {
  padding-bottom: 5rem;
}

.spinner {
  height: 25px;
  width: 25px;
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: relative;
}

.path {
  height: 25px;
  width: 25px;
  z-index: 2;
  position: relative;
  stroke: #7a7a7a;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
