.hydrosight-form {
  width: 100%;
}

*,
*::before,
*::after {
  animation: none !important;
  scroll-behavior: auto !important;
  transition: none !important;
}

.sqs-block-form .sqs-site-style-form,
.hydrosight-form,
.hydrosight-form .form-item,
.hydrosight-form .name-fields,
.hydrosight-form label,
.hydrosight-form legend {
  background-color: #fff !important;
}

.sqs-block[data-definition-name='website.components.shape'] .sqs-shape-block-container.hidden-stretch-block {
  display: flex;
  width: 100%;
  height: 100%;
}

.sqs-block[data-definition-name='website.components.shape'] .sqs-shape {
  inset: 0;
  width: 100%;
  height: 100%;
}

.sqs-block[data-definition-name='website.components.shape'] .sqs-shape-rectangle {
  background-color: var(--shape-block-background-color) !important;
}

#block-689dcedf50848fd48b85 {
  box-sizing: border-box;
  padding-bottom: 16px;
}

@media (max-width: 799px) {
  #collection-64cdd550f55760319cd1e012 #sections > .page-section:first-child,
  #collection-650eb330d4d075364441cea9 #sections > .page-section:first-child {
    margin-top: 64px;
  }
}

.hydrosight-form .form-item {
  margin: 0 0 24px;
}

.hydrosight-form label,
.hydrosight-form legend {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.hydrosight-form .required-marker {
  font-weight: 400;
  opacity: .7;
}

.hydrosight-form input,
.hydrosight-form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, .35);
  border-radius: 0;
  background: #fff;
  color: #000;
  font: inherit;
}

.hydrosight-form textarea {
  min-height: 140px;
  resize: vertical;
}

.hydrosight-form .name-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hydrosight-form button[type='submit'] {
  cursor: pointer;
}

.hydrosight-form button[disabled] {
  cursor: wait;
  opacity: .65;
}

.hydrosight-form-status {
  min-height: 1.5em;
  margin-top: 16px;
}

.local-cookie-banner {
  position: fixed;
  z-index: 100000;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 3vw;
  background: #fff;
  color: #111;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, .14);
  font-size: 14px;
}

.local-cookie-banner p {
  margin: 0;
}

.local-cookie-banner button {
  flex: 0 0 auto;
  border: 0;
  padding: 10px 18px;
  background: #111;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

@media (max-width: 767px) {
  .hydrosight-form .name-fields {
    grid-template-columns: 1fr;
  }

  .local-cookie-banner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
