@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,
[data-turnstile-sitekey] {
  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-form-grid,
.tpcx-field-grid,
.tpcx-field,
.tpcx-form-shell {
  min-width: 0;
}

.tpcx-field input,
.tpcx-field select,
.tpcx-field textarea {
  max-width: 100%;
}

.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;
  }
}

@media (max-width: 767px) {
  .tpcx-field input,
  .tpcx-field select,
  .tpcx-field textarea {
    font-size: 16px;
  }
}

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

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