@font-face {
  font-family: "Satoshi";
  src: url("/fonts/satoshi-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@font-face {
  font-family: "Satoshi";
  src: url("/fonts/satoshi-medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("/fonts/satoshi-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.w-webflow-badge,
.cf-turnstile {
  display: none !important;
}

.tpcx-form-shell > [role="status"],
.tpcx-form-shell > [role="alert"] {
  display: none !important;
}

.tpc-sites-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.tpc-mobile-toggle,
.tpc-mobile-nav {
  display: none;
}

.tpc-mobile-toggle {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  border: 1px solid rgba(39, 36, 43, 0.16);
  border-radius: 50%;
  background: #fff;
  color: #27242b;
}

.tpc-mobile-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.tpc-mobile-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.tpc-mobile-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.tpc-mobile-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.tpc-mobile-nav {
  border-top: 1px solid rgba(39, 36, 43, 0.1);
  background: #fffaf5;
}

.tpc-mobile-nav-inner {
  display: grid;
  padding-top: 10px;
  padding-bottom: 22px;
}

.tpc-mobile-nav-inner > a:not(.tpc-mobile-book) {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 8px 2px;
  border-bottom: 1px solid rgba(39, 36, 43, 0.1);
  color: #27242b;
  font-weight: 750;
  text-decoration: none;
}

.tpc-mobile-nav .tpc-mobile-book {
  margin-top: 16px;
}

.tpcx-contact-item,
.tpcx-contact-item > div {
  min-width: 0;
}

.tpcx-contact-item strong {
  overflow-wrap: anywhere;
}

.tpcx-form-grid,
.tpcx-field-grid,
.tpcx-field,
.tpcx-form-shell {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

.tpcx-form-shell {
  inline-size: min(100%, 820px);
  margin-inline: auto;
  justify-self: center;
  padding: clamp(24px, 3.5vw, 36px);
  border: 0;
  border-radius: 16px;
  box-shadow: 0 6px 8px rgba(39, 36, 43, 0.08);
}

.tpcx-form-shell .w-form,
.tpcx-form-shell form,
.tpcx-form-shell fieldset,
.tpcx-field-grid,
.tpcx-field {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.tpcx-form-shell .w-form,
.tpcx-form-shell form {
  margin: 0;
}

.tpcx-form-shell fieldset {
  display: block;
  min-width: 0;
  min-inline-size: 0;
}

.tpcx-field-grid {
  column-gap: 18px;
  row-gap: 18px;
}

.tpcx-field {
  gap: 7px;
}

.tpcx-field label {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.tpcx-field input,
.tpcx-field select,
.tpcx-field textarea {
  box-sizing: border-box !important;
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  inline-size: 100% !important;
  min-inline-size: 0 !important;
  max-inline-size: 100% !important;
  margin: 0;
  font-size: 16px;
}

.tpcx-field input,
.tpcx-field select {
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  padding: 12px 14px;
  line-height: 24px;
}

.tpcx-field select {
  padding-right: 42px;
}

.tpcx-field input[type="date"],
.tpcx-field input[type="time"] {
  min-inline-size: 0;
  overflow: hidden;
  color-scheme: light;
  line-height: 1.25;
}

.tpcx-field textarea {
  min-height: 120px;
  padding: 12px 14px;
  line-height: 1.5;
}

.tpcx-field input::placeholder,
.tpcx-field textarea::placeholder {
  color: #625c68;
  opacity: 1;
}

.tpcx-form-note {
  color: #625c68;
  font-size: 13px;
  line-height: 1.55;
}

.tpcx-form-shell input[type="submit"] {
  min-height: 50px;
  margin-top: 2px;
}

.tpcx-table-wrap:focus-visible {
  outline: 3px solid #ff9f75;
  outline-offset: 4px;
}

.tpc-page h1,
.tpc-page h2,
.tpc-page h3,
.tpcx-page h1,
.tpcx-page h2,
.tpcx-page h3 {
  text-wrap: balance;
}

.tpc-page .tpc-display,
.tpc-page .tpc-article-header h1,
.tpcx-page h1,
.tpcx-page h2,
.tpcx-page h3 {
  letter-spacing: -0.04em;
}

.tpc-page .tpc-article-content {
  max-width: 72ch;
}

.tpcx-page :focus-visible {
  outline: 3px solid #ff9f75;
  outline-offset: 3px;
}

.tpcx-page button:disabled,
.tpcx-page input[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.72;
}

.tpcx-page .w-form-done,
.tpcx-page .w-form-fail {
  border-radius: 18px;
  padding: 20px;
  line-height: 1.55;
}

.tpcx-page .w-form-done {
  border: 1px solid #9fcfc1;
  background: #e7f5f0;
  color: #263e38;
}

.tpcx-page .w-form-fail {
  border: 1px solid #d89797;
  background: #fff0f0;
  color: #6d2929;
}

@media (prefers-reduced-motion: reduce) {
  .tpcx-page *,
  .tpcx-page *::before,
  .tpcx-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 991px) {
  .tpc-page .tpc-nav-wrap > .tpc-button {
    margin-left: auto;
  }

  .tpc-mobile-toggle {
    display: inline-flex;
  }

  .tpc-mobile-nav.is-open {
    display: block;
  }

  .tpcx-form-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

  .tpcx-form-intro {
    position: static;
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
  }

  .tpcx-form-intro .tpcx-contact-list {
    max-width: 560px;
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .tpcx-form-shell {
    max-width: none;
    padding: 24px;
  }

  .tpcx-field input,
  .tpcx-field select,
  .tpcx-field textarea {
    font-size: 16px;
  }

  .tpcx-field-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .tpcx-field-full {
    grid-column: auto;
  }

  .tpcx-form-shell input[type="submit"] {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .tpc-mobile-toggle {
    margin-left: auto;
  }

  .tpcx-form-shell {
    padding: 18px;
    border-radius: 14px;
    box-shadow: none;
  }

  .tpcx-field input,
  .tpcx-field select {
    height: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .tpcx-field textarea {
    min-height: 108px;
  }

  .tpcx-form-shell input[type="submit"] {
    padding-inline: 16px;
    font-size: 13px;
  }
}

@supports (-webkit-touch-callout: none) {
  .tpcx-field input[type="date"],
  .tpcx-field input[type="time"] {
    -webkit-appearance: none;
    appearance: none;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-block: 0;
  }

  .tpcx-field input[type="date"]::-webkit-date-and-time-value,
  .tpcx-field input[type="time"]::-webkit-date-and-time-value {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 1.5em;
    min-height: 1.5em;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    text-align: left;
  }

  .tpcx-field input[type="date"]::-webkit-datetime-edit,
  .tpcx-field input[type="time"]::-webkit-datetime-edit,
  .tpcx-field input[type="date"]::-webkit-datetime-edit-fields-wrapper,
  .tpcx-field input[type="time"]::-webkit-datetime-edit-fields-wrapper {
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .tpc-mobile-nav,
  .tpcx-mobile-menu {
    display: none !important;
  }
}
