.tranas-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  font-family: "Source Sans 3", sans-serif;
}
.tranas-form .tf-form-title.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}
.tranas-form .tf-field {
  display: flex;
  flex-direction: column;
  gap: 0.1666666667rem;
}
.tranas-form .tf-field label {
  margin: 0;
  padding: 0 0.5rem;
  margin-bottom: 0.3333333333rem;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.5vw + 1rem, 1.25rem);
  line-height: 1.35;
  color: #014c45;
}
.tranas-form .tf-field input:not([type=hidden]):not([type=file]):not([type=checkbox]):not([type=radio]) {
  padding: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  font-size: clamp(1.125rem, 0.5vw + 1rem, 1.25rem);
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Source Sans 3", sans-serif;
  border: 1px solid #ffc694;
  background-color: #ffefe0;
  border-radius: 0.5rem;
}
.tranas-form .tf-field input:not([type=hidden]):not([type=file]):not([type=checkbox]):not([type=radio])::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tranas-form .tf-field input:not([type=hidden]):not([type=file]):not([type=checkbox]):not([type=radio]):focus:not(:focus-visible) {
  outline: none;
}
.tranas-form .tf-field input:not([type=hidden]):not([type=file]):not([type=checkbox]):not([type=radio]):focus-visible {
  outline: 4px solid #f8b518;
  outline-offset: 4px;
  border-radius: 0.25rem;
}
.tranas-form .tf-field input:not([type=hidden]):not([type=file]):not([type=checkbox]):not([type=radio])[aria-invalid=true] {
  background-image: url("../../assets/img/cross-circle.svg");
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
  background-position: right 1rem center;
  background-color: #ffefe0;
  border: 1px solid #8a191e;
}
@media (max-width: 960px) {
  .tranas-form .tf-field input:not([type=hidden]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    padding: 0.5rem;
  }
}
.tranas-form .tf-field textarea {
  padding: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  font-size: clamp(1.125rem, 0.5vw + 1rem, 1.25rem);
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Source Sans 3", sans-serif;
  border: 1px solid #ffc694;
  background-color: #ffefe0;
  border-radius: 0.5rem;
}
.tranas-form .tf-field textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tranas-form .tf-field textarea:focus:not(:focus-visible) {
  outline: none;
}
.tranas-form .tf-field textarea:focus-visible {
  outline: 4px solid #f8b518;
  outline-offset: 4px;
  border-radius: 0.25rem;
}
.tranas-form .tf-field textarea[aria-invalid=true] {
  background-image: url("../../assets/img/cross-circle.svg");
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
  background-position: right 1rem center;
  background-color: #ffefe0;
  border: 1px solid #8a191e;
}
@media (max-width: 960px) {
  .tranas-form .tf-field textarea {
    padding: 0.5rem;
  }
}
.tranas-form .tf-field textarea {
  height: 100px;
  resize: vertical;
}
.tranas-form .tf-field select {
  padding: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  font-size: clamp(1.125rem, 0.5vw + 1rem, 1.25rem);
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Source Sans 3", sans-serif;
  border: 1px solid #ffc694;
  background-color: #ffefe0;
  border-radius: 0.5rem;
}
.tranas-form .tf-field select::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tranas-form .tf-field select:focus:not(:focus-visible) {
  outline: none;
}
.tranas-form .tf-field select:focus-visible {
  outline: 4px solid #f8b518;
  outline-offset: 4px;
  border-radius: 0.25rem;
}
.tranas-form .tf-field select[aria-invalid=true] {
  background-image: url("../../assets/img/cross-circle.svg");
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
  background-position: right 1rem center;
  background-color: #ffefe0;
  border: 1px solid #8a191e;
}
@media (max-width: 960px) {
  .tranas-form .tf-field select {
    padding: 0.5rem;
  }
}
.tranas-form .tf-field select {
  padding-right: 2.5em;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23014c45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.25em 1.25em;
}
.tranas-form .tf-field fieldset {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #ffc694;
  background-color: #ffefe0;
  color: rgba(0, 0, 0, 0.8);
}
.tranas-form .tf-field fieldset legend {
  margin: 0;
  padding: 0 0.5rem;
  margin-bottom: 0.3333333333rem;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.5vw + 1rem, 1.25rem);
  line-height: 1.35;
  color: #014c45;
}
.tranas-form .tf-field .tf-file-wrap {
  position: relative;
}
.tranas-form .tf-field .tf-file-dropzone {
  padding: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  font-size: clamp(1.125rem, 0.5vw + 1rem, 1.25rem);
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Source Sans 3", sans-serif;
  border: 1px solid #ffc694;
  background-color: #ffefe0;
  border-radius: 0.5rem;
}
.tranas-form .tf-field .tf-file-dropzone::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tranas-form .tf-field .tf-file-dropzone:focus:not(:focus-visible) {
  outline: none;
}
.tranas-form .tf-field .tf-file-dropzone:focus-visible {
  outline: 4px solid #f8b518;
  outline-offset: 4px;
  border-radius: 0.25rem;
}
.tranas-form .tf-field .tf-file-dropzone[aria-invalid=true] {
  background-image: url("../../assets/img/cross-circle.svg");
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
  background-position: right 1rem center;
  background-color: #ffefe0;
  border: 1px solid #8a191e;
}
@media (max-width: 960px) {
  .tranas-form .tf-field .tf-file-dropzone {
    padding: 0.5rem;
  }
}
.tranas-form .tf-field .tf-file-dropzone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 100px;
  cursor: pointer;
  text-align: center;
  border-style: dashed;
  border-width: 2px;
}
.tranas-form .tf-field .tf-file-browse {
  padding: 0.5rem 1rem;
  border: 2px solid #ffefe0;
  background-color: #f8b518;
  color: #014c45;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.5vw + 1rem, 1.25rem);
}
.tranas-form .tf-field .tf-file-browse:hover {
  background-color: rgba(248, 181, 24, 0.8);
}
.tranas-form .tf-field .tf-file-browse:focus:not(:focus-visible) {
  outline: none;
}
.tranas-form .tf-field .tf-file-browse:focus-visible {
  outline: 4px solid #f8b518;
  outline-offset: 4px;
  border-radius: 0.25rem;
}
.tranas-form .tf-field .tf-file-info {
  margin-top: 0.3333333333rem;
}
.tranas-form .tf-field .tf-file-wrap.tf-file-dragover .tf-file-dropzone {
  border-color: #014c45;
  background-color: rgba(1, 76, 69, 0.08);
}
.tranas-form .tf-field .tf-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.tranas-form .tf-field .tf-file-selected {
  display: none;
  flex-basis: 100%;
  color: rgba(0, 0, 0, 0.7);
}
.tranas-form .tf-field .tf-file-selected:not(:empty) {
  display: block;
}
.tranas-form .tf-field .tf-choices {
  display: flex;
  flex-direction: column;
  gap: 0.6666666667rem;
}
.tranas-form .tf-field .tf-choice {
  display: flex;
  align-items: center;
  gap: 0.6666666667rem;
  cursor: pointer;
  font-weight: 400;
}
.tranas-form .tf-field .tf-choice::before {
  content: "";
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ffc694;
  background-color: #ffefe0;
}
.tranas-form .tf-field .tf-choice input[type=radio],
.tranas-form .tf-field .tf-choice input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  appearance: none;
}
.tranas-form .tf-field .tf-choice:has(input[type=radio])::before {
  border-radius: 50%;
}
.tranas-form .tf-field .tf-choice:has(input[type=radio]:checked)::before {
  background-color: #ffc694;
  border-color: #ffc694;
  box-shadow: inset 0 0 0 3px #ffefe0;
}
.tranas-form .tf-field .tf-choice:has(input[type=checkbox])::before {
  border-radius: 3px;
}
.tranas-form .tf-field .tf-choice:has(input[type=checkbox]:checked)::before {
  background-color: #ffc694;
  border-color: #ffc694;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5l3 4 7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.7em;
}
.tranas-form .tf-field.tf-field--gdpr .tf-gdpr-consent-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.6666666667rem;
}
.tranas-form .tf-field.tf-field--gdpr .tf-gdpr-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 0.6666666667rem;
  cursor: pointer;
  font-weight: 400;
  flex: 1;
  min-width: 0;
}
.tranas-form .tf-field.tf-field--gdpr .tf-gdpr-consent-label::before {
  content: "";
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.15em;
  border: 2px solid #ffc694;
  background-color: #ffefe0;
  border-radius: 3px;
}
.tranas-form .tf-field.tf-field--gdpr .tf-gdpr-consent-wrap:has(input[type=checkbox]:checked) .tf-gdpr-consent-label::before {
  background-color: #ffc694;
  border-color: #ffc694;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5l3 4 7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.7em;
}
.tranas-form .tf-field.tf-field--gdpr input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  appearance: none;
}
.tranas-form .tf-field.tf-field--gdpr .tf-gdpr-consent-text a {
  text-decoration: none;
  color: #000000;
  font-weight: 700;
}
.tranas-form .tf-field.tf-field--gdpr .tf-gdpr-consent-text a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.tranas-form .tf-field.tf-field--gdpr .tf-gdpr-inline-title {
  font-weight: 700;
}
.tranas-form .tf-field .tf-field-error.tf-message--error,
.tranas-form .tf-field .tf-file-error.tf-message--error {
  padding: 0 0.5rem;
  margin-top: 0.3333333333rem;
  color: #8a191e;
  font-weight: 600;
}
.tranas-form .tf-message--success {
  padding: 2rem 2rem 2rem 4rem;
  margin-top: 0.3333333333rem;
  background-color: rgba(60, 98, 91, 0.15);
  position: relative;
  border-radius: 0.5rem;
  color: #014c45;
  border: 1px solid rgba(1, 76, 69, 0.2);
  font-weight: 700;
}
.tranas-form .tf-message--success::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7em;
  height: 1.7em;
  background-image: url("../../assets/img/check-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.tranas-form .tf-hp {
  display: none;
}
.tranas-form .tf-submit {
  background: #014c45;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  font-weight: 700;
  align-self: flex-start;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.125rem;
}
.tranas-form .tf-submit:focus:not(:focus-visible) {
  outline: none;
}
.tranas-form .tf-submit:focus-visible {
  outline: 4px solid #f8b518;
  outline-offset: 4px;
  border-radius: 0.25rem;
}
.tranas-form .tf-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.tranas-form .tf-message-container [tabindex="-1"]:focus {
  outline: 4px solid #f8b518;
  outline-offset: 4px;
  border-radius: 0.25rem;
}

.wp-block-tranas-forms-form {
  margin-top: 2rem;
}

/*# sourceMappingURL=forms.css.map */
