@font-face {
  font-family: Gabriele Bad;
  src: url('../fonts/gabriele-bad.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --copy-light: #eeecec;
  --background-dark: #2b2b2b;
  --accent-lw-red: #ff0d0d;
  --warning: #ffb61a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: #eeecec;
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--copy-light), var(--background-dark));
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: var(--copy-light);
  letter-spacing: -1px;
  -webkit-text-stroke-color: var(--copy-light);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gabriele Bad, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  position: static;
}

h2 {
  color: var(--copy-light);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

a {
  color: var(--accent-lw-red);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  text-decoration: none;
}

a:hover {
  color: var(--warning);
  -webkit-text-stroke-color: var(--warning);
  text-decoration: underline;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: var(--background-dark);
  width: auto;
  margin-bottom: 0;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 20px 20px -7px #cfcfcf54;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--accent-lw-red);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--accent-lw-red);
  text-shadow: 0 0 16px var(--accent-lw-red);
  text-decoration: underline;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-color: var(--warning);
  outline-offset: 0px;
  color: var(--warning);
  border-radius: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 20px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: var(--accent-lw-red);
  -webkit-text-stroke-color: var(--accent-lw-red);
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: var(--accent-lw-red);
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: var(--warning);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 15px;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: var(--warning);
  text-shadow: 0 0 16px var(--warning);
}

.nav-link-accent:focus {
  border: 2px solid var(--warning);
  border-radius: 5px;
}

.mobile-margin-top-10 {
  display: flex;
}

.button-primary {
  border: 2px solid var(--copy-light);
  color: var(--copy-light);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--copy-light);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: Gabriele Bad, Verdana, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
  position: relative;
}

.button-primary:hover {
  border-width: 3px;
  border-color: var(--warning);
  color: var(--warning);
  -webkit-text-stroke-color: var(--warning);
  background-color: #32343a;
  border-radius: 50px;
}

.button-primary:active {
  background-color: var(--warning);
  color: var(--background-dark);
}

.button-primary.today-s-wire-reports {
  margin-top: 10px;
  top: -50vh;
}

.button-primary.account {
  border-radius: 200px;
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.section {
  border-bottom: .75px dashed var(--copy-light);
  color: var(--copy-light);
  text-shadow: 1px 1px 4px var(--background-dark);
  background-color: #0000;
  margin-left: 10%;
  margin-right: 10%;
  padding: 5vh 2.5%;
}

.section.compact {
  padding-top: 0;
  padding-bottom: 0;
}

.section.coming-soon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading {
  font-size: 22px;
}

.title-div {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.title {
  color: var(--accent-lw-red);
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  display: flex;
}

.title.navbar {
  color: var(--copy-light);
  text-align: left;
  font-size: 24px;
}

.title.navbar:hover {
  color: var(--accent-lw-red);
  text-decoration: none;
}

.paragraph {
  margin-top: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.link {
  text-decoration: none;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-secondary {
  background-color: var(--accent-lw-red);
  color: var(--background-dark);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 200px;
  padding: 10px 20px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: all .2s;
  position: static;
  top: -33vh;
}

.button-secondary:hover {
  background-color: var(--accent-lw-red);
  color: #fff;
}

.button-secondary:active {
  background-color: var(--accent-lw-red);
}

.navbar-bg {
  opacity: 1;
  mix-blend-mode: color-burn;
  background-image: url('../images/bright-squares.png');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-texture {
  z-index: -1;
  mix-blend-mode: multiply;
  background-image: url('../images/cartographer.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.body {
  background-color: #0000;
  background-image: none;
  min-height: 100%;
}

.bg-gradient {
  z-index: -1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--copy-light), var(--background-dark));
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.content-bg {
  z-index: -1;
  opacity: .6;
  background-color: #110c01;
  background-image: url('../images/exclusive-paper.png');
  background-position: 100% 100%;
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
  margin-left: 10%;
  margin-right: 10%;
  position: fixed;
  inset: 0%;
}

.logo-backslashes {
  letter-spacing: -12px;
  margin-left: 10px;
  margin-right: 15px;
}

.logo-backslashes.navbar {
  letter-spacing: -5px;
  margin-left: 5px;
  margin-right: 8px;
}

.dual-wire-feed-wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-around;
  display: flex;
}

.wire-feed-wrapper {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.product-summary-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-around;
  display: flex;
}

.status-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.after-backslash-space {
  font-size: 6px;
}

.operational-status {
  background-color: #00a00b;
}

.product-description {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hook-heading {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.accent-span {
  color: var(--accent-lw-red);
}

.product-description-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 66%;
  display: flex;
}

.product-description-heading {
  text-align: right;
}

.wire-feed {
  background-color: var(--background-dark);
  border-radius: 5px;
  max-height: 50vh;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px;
  overflow: auto;
}

.wire-feed.blurred {
  filter: blur(3px);
  margin-bottom: 0;
}

.wire-reports {
  color: var(--background-dark);
  text-shadow: none;
  font-size: 16px;
}

.text {
  font-family: Inconsolata, monospace;
}

.text.wire-reports {
  color: var(--copy-light);
  max-height: 50vh;
}

.text.wire-reports.full {
  max-height: none;
}

.text.subtitle {
  margin-bottom: 10px;
}

.wire-feed-blur {
  filter: blur(8px);
  width: 100%;
  height: 50vh;
  position: relative;
  inset: -50vh 0% 0%;
}

.wire-feed-sign-up-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-height: 33vh;
  display: flex;
}

.wire-feed-access-blocker {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
  top: -50vh;
}

.format-legend-side {
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.example-report-side {
  background-color: var(--background-dark);
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.wire-explainer-wrapper {
  flex-flow: column;
  display: flex;
}

.bold-text {
  color: var(--accent-lw-red);
}

.lowercase-link {
  text-transform: none;
}

.coming-soon-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coming-soon-legal-bar {
  justify-content: space-between;
  width: 100%;
  margin-top: 5vh;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    position: sticky;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .section.coming-soon {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }
}


@font-face {
  font-family: 'Gabriele Bad';
  src: url('../fonts/gabriele-bad.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}