.nr-cf7-row {
  display: flex;
  gap: 20px;
}

.nr-cf7-row p {
  display: flex;
  gap: 20px;
  width: 100%;
  margin: 0;
}

.nr-cf7-row label {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.nr-cf7-row .wpcf7-form-control-wrap {
  width: 100%;
}

.nr-cf7-row input[type=text],
.nr-cf7-row input[type=email] {
  width: 100%;
  background-color: #F3F3F5;
  border: 0px solid transparent;
}

/* Mobile styles - stack fields vertically */
@media (max-width: 768px) {
  .nr-cf7-row p {
    flex-direction: column;
    gap: 0;
  }
  .nr-cf7-row label {
    width: 100%;
  }
}
.nr-global-ot-container {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.global-ot-main {
  padding: 60px 0;
}
@media (max-width: 700px) {
  .global-ot-main {
    padding: 0px 0px 60px 0px;
  }
}

.global-ot-hero {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.global-ot-content {
  width: 50%;
}
@media (max-width: 700px) {
  .global-ot-content {
    width: 100%;
  }
}

.global-ot-title {
  color: #0A0A0A;
  font-family: Lato;
  font-size: clamp(28px, 3vw, 80px); /* min: 28px, preferred: 4vw, max: 48px */
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 3.5vw, 80px); /* min: 32px, preferred: 4.5vw, max: 48px */
  margin: 0px;
  width: 80%;
}
@media (max-width: 700px) {
  .global-ot-title {
    width: 100%;
  }
}

.global-ot-description p {
  margin-top: 40px;
  margin-bottom: 15px;
  color: #364153;
  font-family: Lato;
  font-size: clamp(14px, 1vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(20px, 1.4vw, 29.25px);
}
@media (max-width: 700px) {
  .global-ot-description p {
    margin-top: 20px;
  }
}

.global-ot-image {
  width: 50%;
}
@media (max-width: 700px) {
  .global-ot-image {
    width: 100%;
  }
}
.global-ot-image img {
  width: 100%;
  height: auto;
  display: block;
}

.global-ot-form {
  margin: 0 auto;
  border-radius: 14px;
  border: 1px solid #E5E7EB;
  padding: 24px;
}
.global-ot-form input[type=text],
.global-ot-form input[type=email],
.global-ot-form textarea {
  color: #000;
}
.global-ot-form .wpcf7-submit {
  background-color: #101828;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
}
.global-ot-form textarea {
  background-color: #F3F3F5 !important;
  border: 0px solid transparent !important;
}

.global-ot-form-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 768px) {
  .global-ot-hero {
    flex-direction: column;
  }
  .global-ot-content,
  .global-ot-image {
    flex: 1 1 100%;
  }
}
.global-ot-disclaimer {
  border-top: 1px solid #E5E7EB;
  color: #6A7282;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-top: 80px;
  padding-top: 32px;
}/*# sourceMappingURL=nr-custom.css.map */