@keyframes overlayLamp {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.7);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
.machine-finder-form.loading .results,
.machine-finder-static-form.loading .results {
  position: relative;
  z-index: 0;
}
.machine-finder-form.loading .results:after,
.machine-finder-static-form.loading .results:after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  animation-name: overlayLamp;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}

section > .machine-finder-form button.cta {
  border: none;
  background-color: transparent;
  outline: 0;
}
section > .machine-finder-form .industry-selector > .form-wrapper .content {
  margin-bottom: auto;
}
section > .machine-finder-form .industry-selector > .form-wrapper .content h2 {
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -2.1px;
}
@media (max-width: 1366.98px) {
  section > .machine-finder-form .industry-selector > .form-wrapper .content h2 {
    font-size: 40px;
  }
}
section > .machine-finder-form .industry-selector > .form-wrapper > .industry {
  display: flex;
  flex-direction: column;
  aspect-ratio: 1.9;
  width: 100%;
  background-color: #f3f8fb;
  border-radius: 16px;
  padding: 40px 48px;
  margin-bottom: 20px;
}
@media (max-width: 1366.98px) {
  section > .machine-finder-form .industry-selector > .form-wrapper > .industry {
    padding: 20px 24px;
    aspect-ratio: unset;
  }
}
section > .machine-finder-form .industry-selector > .form-wrapper > .industry.industry-pharma h2 {
  color: #b51f20;
}
section > .machine-finder-form .industry-selector > .form-wrapper > .industry.industry-beauty h2 {
  color: #C69DC9;
}
section > .machine-finder-form .industry-selector > .form-wrapper > .industry.industry-beauty button.cta:hover .cta-iconfont:before,
section > .machine-finder-form .industry-selector > .form-wrapper > .industry.industry-beauty button.cta.active .cta-iconfont:before {
  border: 1px solid #C69DC9;
  background-color: #C69DC9;
}
section > .machine-finder-form .results {
  background: #f3f8fb;
  padding: 150px 0 100px 0;
  margin-top: 20px;
  width: 100%;
}
section > .machine-finder-form .results .finder-container {
  min-width: 100%;
  padding: 50px 60px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  section > .machine-finder-form .results .finder-container {
    padding: 50px 15px 50px 30px;
  }
}
@media screen and (max-width: 768px) {
  section > .machine-finder-form .results .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  section > .machine-finder-form .results {
    background: white;
    padding: 0 0 50px 0;
  }
  section > .machine-finder-form .results .finder-container {
    padding: 10px 40px;
  }
}
section > .machine-finder-form .progress-bar {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1366.98px) {
  section > .machine-finder-form .progress-bar {
    margin-bottom: 50px;
    padding-right: 15px;
  }
}
section > .machine-finder-form .progress-bar .btn-cta {
  padding: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  background: transparent;
}
section > .machine-finder-form .progress-bar .btn-cta[disabled] {
  opacity: 0.5;
}
section > .machine-finder-form .progress-bar .btn-cta[disabled] .number-circle {
  background-color: #adb5bd;
}
section > .machine-finder-form .progress-bar .btn-cta .number-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  margin-right: 16px;
  color: #fff;
  max-width: 32px;
  max-height: 32px;
  width: 32px;
  height: 32px;
}
section > .machine-finder-form .progress-bar .btn-cta .number-circle svg {
  width: 19px;
  height: 19px;
}
section > .machine-finder-form .progress-bar .btn-cta.rst-button {
  margin-right: auto;
  padding-right: 50px;
}
@media (max-width: 1366.98px) {
  section > .machine-finder-form .progress-bar .btn-cta.rst-button .number-circle {
    margin-right: 0;
  }
  section > .machine-finder-form .progress-bar .btn-cta.rst-button .link-title {
    display: none;
  }
}
section > .machine-finder-form .progress-bar .btn-cta.cls-button {
  flex-direction: row-reverse;
  position: absolute;
  top: -80px;
  right: 0;
}
section > .machine-finder-form .progress-bar .btn-cta.cls-button .number-circle {
  margin-right: 0;
  margin-left: 16px;
  background-color: white !important;
  border: 1px solid #dee2e6;
}
section > .machine-finder-form .progress-bar .btn-cta.cls-button .number-circle svg {
  fill: #505555 !important;
}
@media (max-width: 767.98px) {
  section > .machine-finder-form .progress-bar .btn-cta.cls-button {
    position: relative;
    top: unset;
    right: unset;
    margin-left: auto;
  }
  section > .machine-finder-form .progress-bar .btn-cta.cls-button .number-circle {
    margin-left: 0;
  }
  section > .machine-finder-form .progress-bar .btn-cta.cls-button .link-title {
    display: none;
  }
}
section > .machine-finder-form .progress-bar .btn-cta + .separator {
  width: 100%;
  max-width: 80px;
  height: 1px;
  background-color: #dee2e6;
  margin: 0 16px 0 14px;
}
@media (max-width: 1366.98px) {
  section > .machine-finder-form .progress-bar .btn-cta + .separator {
    display: none;
  }
}
@media (max-width: 1366.98px) {
  section > .machine-finder-form .progress-bar .btn-cta.step.current .number-circle {
    margin-right: 12px;
  }
  section > .machine-finder-form .progress-bar .btn-cta.step.current .link-title {
    margin-right: 16px;
  }
  section > .machine-finder-form .progress-bar .btn-cta.step:not(.current) .link-title {
    display: none;
  }
}
@media (max-width: 767.98px) {
  section > .machine-finder-form .progress-bar .btn-cta.step:not(.current) {
    display: none;
  }
}
@media (min-width: 1025px) {
  section > .machine-finder-form .title {
    margin-bottom: 35px;
  }
}
section > .machine-finder-form .title .breadcrumb {
  text-transform: uppercase;
  font-size: 14px;
}
section > .machine-finder-form .title .breadcrumb li + li {
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  section > .machine-finder-form .title .breadcrumb {
    display: none;
  }
}
section > .machine-finder-form .title h3 {
  color: #505555;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 123.529% */
  letter-spacing: 0.68px;
  text-transform: uppercase;
}
section > .machine-finder-form .results-container {
  width: calc(100% + 20px);
}
section > .machine-finder-form .results-container > div.form-wrapper {
  margin-top: 30px;
}
section > .machine-finder-form .button-checkbox {
  margin-top: 0;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 24px 16px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #cfd3d6;
  text-transform: uppercase;
  background-color: white;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
section > .machine-finder-form .button-checkbox svg {
  margin-right: 20px;
  width: 32px;
  height: 32px;
}
section > .machine-finder-form .button-checkbox svg path {
  transition: fill 0.3s ease-out;
  fill: #505555 !important;
}
section > .machine-finder-form .button-checkbox svg.arrow {
  margin-left: auto;
  margin-right: 0;
}
section > .machine-finder-form .button-checkbox svg.arrow path {
  fill: white !important;
}
@media (max-width: 1366.98px) {
  section > .machine-finder-form .button-checkbox svg.arrow path {
    fill: #505555 !important;
  }
  section > .machine-finder-form .button-checkbox > div {
    text-align: left;
  }
}
section > .machine-finder-form .button-checkbox:hover {
  color: white;
}
section > .machine-finder-form .button-checkbox:hover svg path {
  fill: white !important;
}
section > .machine-finder-form .finder-container.pharma .progress-bar div.cta:not([disabled]) span:first-of-type {
  background-color: #b51f20;
}
section > .machine-finder-form .finder-container.pharma .progress-bar .rst-button > div:first-child {
  background-color: #b51f20;
}
section > .machine-finder-form .finder-container.pharma .progress-bar .btn-cta:not([disabled]) .number-circle {
  background-color: #b51f20;
}
section > .machine-finder-form .finder-container.pharma .progress-bar .btn-cta:disabled .number-circle, section > .machine-finder-form .finder-container.pharma .progress-bar .btn-cta:hover .number-circle {
  background-color: rgba(181, 31, 32, 0.5);
}
section > .machine-finder-form .finder-container.pharma .progress-bar .btn-cta:disabled .link-title, section > .machine-finder-form .finder-container.pharma .progress-bar .btn-cta:hover .link-title {
  opacity: 0.5;
}
section > .machine-finder-form .finder-container.pharma .progress-bar .btn-cta.is-disabled .number-circle {
  background-color: #CFD3D6;
}
section > .machine-finder-form .finder-container.pharma .button-checkbox:hover {
  background-color: #b51f20;
}
section > .machine-finder-form .finder-container.beauty .progress-bar div.cta:not([disabled]) span:first-of-type {
  background-color: #C69DC9;
}
section > .machine-finder-form .finder-container.beauty .progress-bar button.cta .cta-iconfont:before {
  background-color: #C69DC9;
}
section > .machine-finder-form .finder-container.beauty .progress-bar button.cta:hover .cta-iconfont:before {
  border: 1px solid #C69DC9;
}
section > .machine-finder-form .finder-container.beauty .progress-bar .btn-cta:not([disabled]) .number-circle {
  background-color: #C69DC9;
}
section > .machine-finder-form .finder-container.beauty .progress-bar .btn-cta:disabled .number-circle, section > .machine-finder-form .finder-container.beauty .progress-bar .btn-cta:hover .number-circle {
  background-color: rgba(198, 157, 201, 0.5);
}
section > .machine-finder-form .finder-container.beauty .progress-bar .btn-cta:disabled .link-title, section > .machine-finder-form .finder-container.beauty .progress-bar .btn-cta:hover .link-title {
  opacity: 0.5;
}
section > .machine-finder-form .finder-container.beauty .progress-bar .btn-cta.is-disabled .number-circle {
  background-color: #CFD3D6;
}
section > .machine-finder-form .finder-container.beauty .progress-bar .rst-button > div:first-child {
  background-color: #C69DC9;
}
section > .machine-finder-form .finder-container.beauty .button-checkbox:hover {
  background-color: #C69DC9;
}
section > .machine-finder-form .all-machine-types {
  margin-top: 60px;
}
section > .machine-finder-form .all-machine-types h4 {
  text-transform: uppercase;
  font-size: 30px;
}
section > .machine-finder-form .all-machine-types .button-checkbox {
  margin-top: 0;
}
section > .machine-finder-form > form.taxonomy-page h2.section-title {
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.54px;
  margin: 0;
}
@media (max-width: 1024.98px) {
  section > .machine-finder-form > form.taxonomy-page h2.section-title {
    font-size: 1.85rem;
  }
}
section > .machine-finder-form > form.taxonomy-page .industry-selector {
  display: flex;
  align-items: flex-end;
}
section > .machine-finder-form > form.taxonomy-page .industry-selector button, section > .machine-finder-form > form.taxonomy-page .industry-selector a {
  margin-top: 30px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
  background-color: transparent;
  padding: 0;
  border: none;
  text-transform: none;
  color: #dee2e6;
}
section > .machine-finder-form > form.taxonomy-page .industry-selector button:after, section > .machine-finder-form > form.taxonomy-page .industry-selector a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background-color: transparent;
}
section > .machine-finder-form > form.taxonomy-page .industry-selector button.active:after, section > .machine-finder-form > form.taxonomy-page .industry-selector a.active:after {
  background-color: #505555;
}
section > .machine-finder-form > form.taxonomy-page .industry-selector button.active.pharma, section > .machine-finder-form > form.taxonomy-page .industry-selector a.active.pharma {
  color: #b51f20;
}
section > .machine-finder-form > form.taxonomy-page .industry-selector button.active.beauty, section > .machine-finder-form > form.taxonomy-page .industry-selector a.active.beauty {
  color: #C69DC9;
}
section > .machine-finder-form > form.taxonomy-page .industry-selector button + button, section > .machine-finder-form > form.taxonomy-page .industry-selector a + a {
  margin-left: 16px;
}
section > .machine-finder-form > form.taxonomy-page .industry-selector a.macine-configurator {
  margin-left: auto;
  white-space: nowrap;
}
section > .machine-finder-form > form.taxonomy-page .results {
  background: white;
  padding-top: 0;
}
section > .machine-finder-form > form.taxonomy-page .results .finder-container {
  padding-left: 0;
  padding-right: 0;
}