html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "TT Nooks";
  src: url("fonts/TTNooks-Regular.woff2") format("woff2"), url("fonts/TTNooks-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue-Light.woff2") format("woff2"), url("fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue-Thin.woff2") format("woff2"), url("fonts/HelveticaNeue-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Helvetica Neue";
  font-weight: 300;
  overflow-x: hidden;
}

.wrapper-thank,
form#form, .validForm {
  max-width: 339px;
  margin: 100px auto;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .wrapper-thank,
  form#form {
    margin: 50px auto 0;
  }
}

@media (min-width: 992px) {
  .wrapper-thank {
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
}

form.formData .field .input {
  padding: 0;
  border: 0;
  position: relative;
  margin-bottom: 40px;
}

form.formData .field {
  margin-top: 70px;
}

/* Breathing room between a section heading and its first field. */
form.formData .field h3 {
  margin-bottom: 28px;
}

/* Radio groups: options stacked tightly; normal spacing after the whole group. */
form.formData .field fieldset {
  margin-bottom: 40px;
}

form.formData .field fieldset .input {
  margin-bottom: 8px;
}

.wrapper-thank h2,
form.formData h2,
.wrapper-thank h3,
form.formData h3 {
  color: #0c13c2;
  line-height: 1.08;
  font-family: "TT Nooks";
  margin-bottom: 20px;
}

form.formData .field .input input,
form.formData .field .input select {
  border: 0;
  border-bottom: 1px solid rgb(233, 233, 233);
  height: 50px;
}

form.formData .input label {
  font-size: 13px;
  color: rgb(19, 19, 19);
  position: absolute;
}

form.formData .input label {
  transition: all 0.5s;
}

form.formData .input label {
  top: 20px;
  color: rgb(40, 40, 40);
  font-weight: 300;
}

form.formData .input label.active {
  top: -13px;
  font-size: 10px;
}

/* Normal-flow caption above the field (not floating), so every section has the same
   heading→field spacing regardless of field type. */
form.formData .input label.cc-form {
  position: static;
  top: auto;
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 6px;
}

form.formData .field .input input {
  font-size: 13px;
  padding-left: 0;
  font-weight: 400;
  color: rgb(19, 19, 19);
}

form.formData .field .input select {
  font-size: 13px;
  padding-left: 0;
  font-weight: 300;
  color: rgb(40, 40, 40);
}

form.formData span.error-message {
  color: rgb(255, 3, 33);
  font-size: 11px;
  line-height: 1.2;
  margin-top: 13px;
  display: block;
}

.crm-error-message {
  color: rgb(255, 3, 33);
  font-size: 14px;
  line-height: 1.2;
  margin-top: 13px;
  display: block;
}

.crm-error-message a {
  color: rgb(255, 3, 33);
}

.hint {
  font-size: var(--footer-text-font-size);
  color: var(--lhlegalblue);
}

section#brxe-hfhbuo form.formData .file {
  margin-bottom: 20px;
}

form.formData .file span.error-message span {
  color: rgb(255, 3, 33);
  display: block;
  margin-top: 8px;
}

form.formData .file label {
  color: rgb(57, 57, 57);
  font-size: 14px;
  font-weight: 500;
}

form.formData .file .filename {
  color: rgb(158, 158, 158);
  font-size: 11px;
  display: block;
  margin-top: 10px;
  font-weight: 400;
}

form.formData .file .description {
  color: rgb(99, 99, 99);
  font-size: 11px;
  display: block;
  margin-bottom: 10px;
  text-align: justify;
}

form.formData .file .filename strong {
  font-weight: 300;
}

form.formData .step-2 .next-step-2 span#back-step-1 {
  margin-top: 30px;
}

.step-2 .instruction {
  margin-top: 20px;
}

.step-2 .instruction .green-text {
  color:#00dd3e;
}

.step-2 .agress .error-message {
  color: rgb(255, 3, 33);
  font-size: 11px;
  display: block;
  margin-top: 6px;
  display: block;
}

.step-2 .agress .checkbox {
  margin-bottom: 20px;
}

.step-2 .checkbox label {
  font-size: 11px;
  color: rgb(57, 57, 57);
  position: relative;
  display: block;
  padding-left: 39px;
}

.step-2 .checkbox label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  border: 1px solid rgb(57, 57, 57);
  left: 0;
  top: 2px;
}

.step-2 .agress .checkbox input:checked ~ label:before {
  background: url(img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.step-2 .agress .checkbox input {
  position: absolute;
  opacity: 0;
}

@media (max-width: 992px) {
  form.formData .field {
    margin-top: 40px;
  }
  .wrapper-thank > p,
  .step-1 > p, .step-2 > p {
    font-size: 15px;
  }
}
.step-2 .checkbox label a {
  color: rgb(57, 57, 57) !important;
  font-weight: 400;
  text-decoration: underline;
}

.step-2 .checkbox label a:before {
  display: none;
}

form.formData .field .input input {
  outline: 0;
  background: #fff;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

form.formData .field .input select {
  outline: 0;
  background: #fff;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.wrapper-thank h2,
form.formData h2 {
  font-size: 46px;
}

.wrapper-thank h3,
form.formData h3 {
  font-size: 20px;
}

.wrapper-thank > p strong,
.step-2 > p strong {
  font-weight: 400;
}

form .step-2 .next-step-2 {
  margin-top: 40px !important;
}

span#submit-btn-2, span#submit-btn {
  cursor: pointer;
}

form.formData .field .input input[type=text] {
  width: 100%;
}

form.formData .field .input input[type=date],
form.formData .field .input input[type=number] {
  width: 100%;
}

form.formData .field .input select {
  width: 100%;
}

form.formData .field .input input[type=checkbox] {
  width: 20px;
  margin-right: 10px;
}

.loader {
  display: block;
  margin: 100px auto;
  border: 16px solid #f3f3f3 !important;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  border-top: 16px solid #0c13c2 !important;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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

.bricks-button {
  padding-top: 21px;
  padding-bottom: 21px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.72px;
  font-size: 1em;
  transition: 0.3s ease;
  text-align: center;
  cursor: pointer;
}

.brxe-button.bricks-button.bricks-background-primary {
  background: #0c13c2;
  color: #fff;
}

.brxe-button.bricks-button.bricks-background-primary:hover {
  background: #2128f2;
}

.brxe-button.popup-trigger.bricks-button.bricks-background-light {
  border: 1px solid #0c13c2;
  color: #0c13c2;
}

.brxe-button.popup-trigger.bricks-button.bricks-background-light:hover {
  background-color: #0c13c2;
  color: #fff;
}

.brxe-button.bricks-button.bricks-background-danger {
  background: #c20c0c;
  color: #fff;
}

.brxe-button.bricks-button.bricks-background-danger:hover {
  background: #e21414;
}

/* Gap between the infrastructure hint and the first servitude row. */
#servitude-rows {
  margin-top: 24px;
}

/* Servitude rows: each row is a separated card; type, length and the remove button each sit
   on their own line (remove below, not beside). */
form.formData .field .input.servitude-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background: #fafafa;
  margin-bottom: 18px;
}

form.formData .field .input.servitude-row .servitude-type {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  white-space: normal;
}

form.formData .field .input.servitude-row .servitude-length {
  flex: 1 1 100%;
  width: 100%;
}

form.formData .field .input.servitude-row .remove-servitude {
  flex: 0 0 auto;
  width: auto;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.remove-servitude .trash-icon {
  flex: 0 0 auto;
  display: block;
}

#add-servitude {
  display: inline-block;
  width: auto;
  padding: 12px 18px;
  margin-top: 8px;
  margin-bottom: 32px;
}

#servitudes-error {
  display: block;
  margin-bottom: 16px;
}

#calc-claims-btn {
  display: inline-block;
  width: auto;
  padding: 12px 18px;
  margin-top: 8px;
}

/* Per-row servitude validation message (its own full-width line under the fields). */
form.formData .field .input.servitude-row .servitude-row-error {
  flex: 1 1 100%;
  width: 100%;
  margin-top: 4px;
}

/* Claim preview result tables. */
.claims-preview {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #131313;
}

.claims-preview h4 {
  font-size: 15px;
  color: #0c13c2;
  font-weight: 600;
  margin: 20px 0 8px;
}

.claims-preview h4:first-child {
  margin-top: 0;
}

.claims-preview-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
}

.claims-preview-table th,
.claims-preview-table td {
  border: 1px solid #e3e3e3;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}

.claims-preview-table th {
  background: #f5f5f7;
  font-weight: 600;
}

.claims-preview-table td:last-child,
.claims-preview-table th:last-child {
  text-align: right;
  white-space: nowrap;
}

.claims-preview-note {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
}

/* Informational K / M coefficient reference tables (collapsible). */
.coeff-help {
  margin: 8px 0 20px;
  font-size: 13px;
}

.coeff-help > summary {
  cursor: pointer;
  color: #0c13c2;
  font-weight: 500;
}

.coeff-desc {
  margin: 8px 0;
  color: #131313;
  line-height: 1.4;
}

.coeff-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  font-size: 12px;
}

.coeff-table th,
.coeff-table td {
  border: 1px solid #e3e3e3;
  padding: 6px 8px;
  text-align: left;
  vertical-align: top;
}

.coeff-table th {
  background: #f5f5f7;
  font-weight: 600;
}

.coeff-table td + td,
.coeff-table th + th {
  text-align: center;
  white-space: nowrap;
}

.wrapper-thank > p,
.step-2 > p, .step-1 > p {
  line-height: 25px;
  font-weight: 300;
  font-size: 16px;
}

form.formData .file label {
  margin-bottom: 12px;
  display: block;
}

form.formData .file {
  margin-bottom: 30px;
}

.step-2 .checkbox label {
  line-height: 1.5;
}

.step-2 .agress .error-message {
  margin-top: 13px;
}

a.brxe-button.bricks-button.bricks-background-primary {
  text-decoration: none;
}

.wrapper-thank > a.brxe-button {
  margin-top: 50px;
}

.wrapper-thank p.text {
  text-align: justify;
}

.wrapper-bottom .div {
  display: flex;
  align-items: center;
  max-width: 400px;
  gap: 18px;
}

.wrapper-bottom .div svg {
  width: 56px;
  height: auto;
}

.wrapper-bottom .div .text {
  width: calc(100% - 146px);
  color: rgb(57, 57, 57);
  line-height: 1.5;
  font-weight: 400;
}

.wrapper-bottom {
  margin-top: 126px;
}

.wrapper-bottom .line {
  width: 100%;
  height: 1px;
  background: rgb(233, 233, 233);
  margin: 40px 0;
}

.wrapper-bottom .copy {
  font-size: 11px;
  line-height: 1.6;
  text-align: justify;
  color: rgb(158, 158, 158);
}

.wrapper-bottom .copy .green-text {
  color:#00dd3e;
}

.wrapper-bottom .copy a {
  color: rgb(158, 158, 158);
  transition: all 0.5s;
}

.wrapper-bottom .copy a:hover {
  color: #0b13c2;
}

.filename.have-file ~ span {
  display: none !important;
}

.addUser {
  margin: 0 0 20px;
  display: flex;
  justify-content: end;
}

.remove-button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.remove-button-wrapper button {
  background: transparent;
  padding: 22px 22px;
  color: rgb(57, 57, 57) !important;
  border-color: rgb(57, 57, 57) !important;
  font-family: "Helvetica Neue";
}

.remove-button-wrapper button:hover {
  color: #fff !important;
  border-color: #0c13c2 !important;
}  /*# sourceMappingURL=style.css.map*/

.form-error {
  color: rgb(255, 3, 33);
  font-size: 14px;
  display: block;
  margin-top: 20px;
  text-align: center;
}

table.calculation {
  margin: 20px 0px;
}

table.calculation tr td {
  font-size: 12px;
  padding: 5px 0;
  font-weight: 400;
  color: rgb(19, 19, 19);
}

table.calculation tr td.value {
  text-align: right;
}

/* Full-screen blue loader shown while a form submit is being processed. */
.lh-loader-overlay {
  position: fixed;
  inset: 0;
  background: rgba(12, 19, 194, 0.2); /* blue tint at 20% — the form stays visible behind */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.lh-loader-overlay .lh-spinner {
  width: 64px;
  height: 64px;
  border: 6px solid rgba(12, 19, 194, 0.25);
  border-top-color: #0c13c2;
  border-radius: 50%;
  animation: lh-spin 0.8s linear infinite;
}
@keyframes lh-spin {
  to { transform: rotate(360deg); }
}

/* Yellow-bordered validation notice for the claim calculation (e.g. missing OW / SF). */
.calc-validation {
  border: 1px solid #e0b000;
  background: #fff8e1;
  color: #7a5c00;
  padding: 12px 14px;
  border-radius: 6px;
}