html, body, #root {
  height: 100%;
  margin: 0px;
  font-family: "Neue Haas Grotesk Display Pro 55 Roman", "Neue Haas Grotesk Text Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  max-width: 16px;
  min-width: 16px !important;
  max-height: 16px;
  min-height: 16px !important;
  flex-shrink: 0;
  vertical-align: middle;
}

svg.w-5, svg.h-5 {
  width: 20px;
  height: 20px;
  max-width: 20px;
  min-width: 20px !important;
  max-height: 20px;
  min-height: 20px !important;
}

svg.w-3, svg.h-3 {
  width: 12px;
  height: 12px;
  max-width: 12px;
  min-width: 12px !important;
  max-height: 12px;
  min-height: 12px !important;
}

.hero-section {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: "Neue Haas Grotesk Display Pro 55 Roman", "Neue Haas Grotesk Text Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-clip: initial;
  background-size: initial;
  background-color: rgb(31, 42, 29);
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  -webkit-font-smoothing: antialiased;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}

.hero-nav {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 30;
  display: flex;
  position: absolute;
  align-items: center;
  padding: 1.5rem 2.5rem;
  justify-content: space-between;
}

.hero-pill-nav {
  row-gap: 0.25rem;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px 0px;
  column-gap: 0.25rem;
  align-items: center;
  padding: 0.25rem 0.25rem 0.25rem 1.5rem;
  backdrop-filter: blur(12px);
  background-clip: initial;
  background-size: initial;
  border-top-color: rgba(255, 255, 255, 0.6);
  border-top-style: solid;
  border-top-width: 1px;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: initial;
  border-left-color: rgba(255, 255, 255, 0.6);
  border-left-style: solid;
  border-left-width: 1px;
  background-origin: initial;
  background-repeat: initial;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(255, 255, 255, 0.6);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgba(255, 255, 255, 0.6);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 9999px;
  background-attachment: initial;
  border-top-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.hero-heading {
  color: rgb(51, 100, 67);
  font-size: clamp(2rem, 5vw, 5.25rem);
  max-width: 64rem;
  margin: 0px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.hero-heading-accent {
  color: rgb(133, 171, 139);
}

.hero-bottom-left {
  left: 2.5rem;
  bottom: 2.5rem;
  z-index: 10;
  max-width: 24rem;
  position: absolute;
}

.hero-bottom-right {
  color: rgba(255, 255, 255, 0.9);
  right: 2.5rem;
  bottom: 2.5rem;
  row-gap: 0.5rem;
  z-index: 10;
  display: flex;
  font-size: 0.875rem;
  position: absolute;
  column-gap: 0.5rem;
  align-items: center;
}

.hero-video-wrap {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  z-index: 0;
  position: absolute;
  background-size: cover;
  background-image: linear-gradient(rgba(31, 42, 29, 0.4) 0%, rgba(31, 42, 29, 0.2) 50%, rgba(31, 42, 29, 0.6) 100%), url("https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1920&q=80");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-logo {
  color: rgb(45, 58, 42);
  row-gap: 0.5rem;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}

.hero-logo-text {
  color: rgb(45, 58, 42);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.hero-logo-tm {
  font-size: 10px;
  font-weight: 500;
  vertical-align: super;
}

.hero-nav-link {
  color: rgb(75, 91, 71);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  transition-delay: 0s;
  text-decoration-line: none;
  transition-behavior: normal;
  transition-duration: 150ms;
  transition-property: color;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
  transition-timing-function: ease;
}

.hero-nav-link-active {
  color: rgb(31, 42, 29);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  text-decoration-line: none;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
}

.hero-nav-cta {
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 0.5rem;
  padding: 0.625rem 1.25rem;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  background-color: rgb(31, 42, 29);
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  transition-delay: 0s;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  transition-behavior: normal;
  transition-duration: 150ms;
  transition-property: background-color;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
  transition-timing-function: ease;
}

.hero-right-nav {
  color: rgb(45, 58, 42);
  row-gap: 1.5rem;
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
}

.hero-auth-link {
  color: rgb(45, 58, 42);
  row-gap: 0.5rem;
  display: flex;
  font-size: 0.875rem;
  column-gap: 0.5rem;
  align-items: center;
  font-weight: 500;
  transition-delay: 0s;
  text-decoration-line: none;
  transition-behavior: normal;
  transition-duration: 150ms;
  transition-property: opacity;
  text-decoration-color: initial;
  text-decoration-style: initial;
  text-decoration-thickness: initial;
  transition-timing-function: ease;
}

.hero-icon-sm {
  width: 16px;
  height: 16px;
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
}

.hero-copy {
  z-index: 10;
  display: flex;
  position: relative;
  text-align: center;
  align-items: center;
  padding-top: 8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  flex-direction: column;
}

.hero-subheading {
  color: rgb(75, 91, 71);
  font-size: 1.125rem;
  max-width: 28rem;
  margin-top: 2rem;
  line-height: 1.625;
  padding: 0px 0.5rem;
}

.hero-bl-label {
  color: rgba(255, 255, 255, 0.95);
  row-gap: 0.5rem;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

.hero-bl-label-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.hero-bl-tm {
  font-size: 10px;
  vertical-align: super;
}

.hero-bl-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  max-width: 20rem;
  font-weight: 400;
  line-height: 1.625;
  margin-bottom: 1.5rem;
}

.hero-bl-actions {
  row-gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  align-items: center;
}

.hero-bl-btn {
  color: rgb(31, 42, 29);
  cursor: pointer;
  font-size: 0.875rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  background-color: rgb(255, 255, 255);
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  transition-delay: 0s;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  transition-behavior: normal;
  transition-duration: 150ms;
  transition-property: background-color;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
  transition-timing-function: ease;
}

.hero-bl-link {
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  background-clip: initial;
  background-size: initial;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  background-color: initial;
  background-image: none;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  transition-delay: 0s;
  background-origin: initial;
  background-repeat: initial;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  transition-behavior: normal;
  transition-duration: 150ms;
  transition-property: opacity;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
  transition-timing-function: ease;
}

.hero-play-btn {
  width: 24px;
  cursor: pointer;
  height: 24px;
  display: flex;
  align-items: center;
  backdrop-filter: blur(4px);
  background-clip: initial;
  background-size: initial;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: initial;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  transition-delay: 0s;
  background-origin: initial;
  background-repeat: initial;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  transition-behavior: normal;
  transition-duration: 150ms;
  transition-property: background-color;
  background-position-x: initial;
  background-position-y: initial;
  border-top-left-radius: 9999px;
  background-attachment: initial;
  border-top-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
  transition-timing-function: ease;
}

.hero-br-label {
  font-weight: 500;
}

.hero-br-time {
  color: rgba(255, 255, 255, 0.6);
}

.hero-nav-link:hover {
  color: rgb(31, 42, 29);
}

.hero-nav-cta:hover {
  background-color: rgb(42, 56, 39);
}

.hero-auth-link:hover {
  opacity: 0.8;
}

.hero-bl-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.hero-bl-link:hover {
  opacity: 0.8;
}

.hero-play-btn:hover {
  background-clip: initial;
  background-size: initial;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: initial;
  background-origin: initial;
  background-repeat: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
}