[class*="w-done"],
[class*="w-fail"] {
  display: none;
  margin-top: 10px;
  padding: 10px;
}

[class*="w-done"] {
  text-align: center;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
}

.form-row .left-culumn,
.form-row .right-culumn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* padding-left: 0;
  padding-right: 0; */
}

.w-form .div-block-33 {
  flex-direction: column;
}

.filepond--root {
  margin-bottom: 2px;
  border: 3px solid #383838;
  outline: 2px dashed #717070;
}

.filepond--credits {
  display: none !important;
}

.filepond--drop-label {
  opacity: 0 !important;
}

.filepond--list-scroller {
  transform: translate3d(0px, -8px, 0px) !important;
}

@media (max-width: 479px) {
  .service-grid {
    display: flex !important;
    flex-direction: column;
  }

  .service-grid > div:not(.content-left) {
    height: 50vh !important;
    width: 100% !important;
  }
}

/* start cookies banner */
.cookies-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  color: #000;
  z-index: 9999999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cookies-banner .cookies-description {
  margin: 0;
  color: #101010;
  font-family: "Gothic A1", sans-serif;
  font-weight: 500;
}

.cookies-banner .cookies-description a {
  color: #101010;
  text-decoration: underline;
}

.cookies-banner .close {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  cursor: pointer;
  padding: 5px;
}

.cookies-banner .close .line {
  position: absolute;
  height: 100%;
  width: 2px;
  background: #000;
  transform-origin: center;
  top: 0;
  left: 50%;
  transition: transform 0.2s ease-out;
  border-radius: 2px;
}

.cookies-banner .close .line:first-of-type {
  transform: rotate(45deg);
}

.cookies-banner .close .line:last-of-type {
  transform: rotate(-45deg);
}

.cookies-banner .close:hover .line:first-of-type {
  transform: rotate(90deg);
}

.cookies-banner .close:hover .line:last-of-type {
  transform: rotate(-90deg);
}

.grecaptcha-badge {
  display: none !important;
}
