.process .process-step:nth-child(2n):before {
  display: none;
}

.grecaptcha-badge {
  z-index: 1000000;
}

#header .header-logo {
  margin: 0;
  height: 100%;
}

#header .header-logo img {
  width: 100%;
  max-width: 250px;
  margin-top: 0.24rem;
}

.form-range::-webkit-slider-thumb {
  background: #fff;
}

.form-range::-webkit-slider-thumb:active {
  background: rgba(255, 255, 255, 0.5);
}
