/* stylelint-disable */

/* Styrene A */
@font-face {
  font-family: "Styrene A";
  src: url("https://hashgraph.com/wp-content/uploads/2025/09/StyreneA-Thin-Web.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Styrene A";
  src: url("https://hashgraph.com/wp-content/uploads/2025/09/StyreneA-Light-Web.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Styrene A";
  src: url("https://hashgraph.com/wp-content/uploads/2025/09/StyreneA-Regular-Web.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Styrene A";
  src: url("https://hashgraph.com/wp-content/uploads/2025/09/StyreneA-Medium-Web.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --fontFamily: "Styrene A", Arial, Helvetica, sans-serif;

  --widthMaxJobBoard: 1320px;
  --widthMaxContent: 1320px;

  --borderRadiusContainer: 0;
  --borderRadiusControl: 0;
  --borderRadiusButton: 36px;

  --colorAppBackground: #ffffff;

  --colorPrimary900: #752270;
  --colorPrimary600: #752270;

  --colorNeutral000: #ffffff;
  --colorNeutral100: #ffffff;
  --colorNeutral200: #e4ecff;
  --colorNeutral300: #d3d3d3;
  --colorNeutral400: #808080;
  --colorNeutral500: #69727d;
  --colorNeutral600: #333333;
  --colorNeutral700: #3c3a47;
  --colorNeutral800: #111116;
  --colorNeutral900: #111116;

  --coldBlack: #111116;
  --buttonGradient: linear-gradient(86.81deg, #752270 6.87%, #c82a80 62.14%);

  --fontWeightNormal: 400;
  --fontWeightLightBold: 500;
  --fontWeightMediumBold: 500;
  --fontWeightHeavyBold: 500;
}

html,
body {
  background: #ffffff;
  color: #111116;
  font-family: var(--fontFamily) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
textarea,
select {
  font-family: var(--fontFamily) !important;
}

strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
}

[style*="font-weight: 600"],
[style*="font-weight:600"],
[style*="font-weight: 700"],
[style*="font-weight:700"],
[style*="font-weight: 800"],
[style*="font-weight:800"],
[style*="font-weight: 900"],
[style*="font-weight:900"],
[style*="font-weight:bold"],
[style*="font-weight: bold"] {
  font-weight: 500 !important;
}

a {
  color: #cc3366;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #752270;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ashby-job-board-heading {
  color: #111116;
  font-family: var(--fontFamily) !important;
  font-size: 54px;
  font-weight: 300;
  line-height: 64px;
  letter-spacing: 0;
  margin: 0;
  margin-block-start: -11px;
  margin-block-end: 31px;
}

.ashby-job-board-heading-count {
  color: #69727d;
  font-family: var(--fontFamily) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.ashby-job-board-filters-label {
  color: #111116;
  font-family: var(--fontFamily) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.ashby-job-board-filter {
  background-color: #ffffff;
  border: 1px solid #111116;
  border-radius: 0;
  color: #111116;
  font-family: var(--fontFamily) !important;
  font-size: 16px;
  font-weight: 400;
  min-height: 48px;
  padding: 12px 16px;
}

.ashby-job-board-filter:focus {
  border-color: #8259ef;
  box-shadow: 0 0 0 3px #e4ecff;
  outline: none;
}

.ashby-department-heading,
.ashby-job-posting-brief-department-heading {
  color: #111116;
  font-family: var(--fontFamily) !important;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.03em;
  margin: 48px 0 16px;
}

.ashby-department-heading-level,
.ashby-job-posting-brief-department-heading-level {
  color: #3c3a47;
  font-family: var(--fontFamily) !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin: 24px 0 12px;
}

.ashby-job-posting-brief-list {
  margin-top: 16px;
}

.ashby-job-posting-brief {
  background: #ffffff;
  border-top: 1px solid #d3d3d3;
  border-radius: 0;
  box-shadow: none;
  color: #111116;
  margin-bottom: 0;
  padding: 24px 0;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.ashby-job-posting-brief:last-child {
  border-bottom: 1px solid #d3d3d3;
}

.ashby-job-posting-brief:hover,
.ashby-job-posting-brief:focus-within {
  background-color: #e4ecff;
  border-color: #111116;
}

.ashby-job-posting-brief-title {
  color: #111116;
  font-family: var(--fontFamily) !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.ashby-job-posting-brief:hover .ashby-job-posting-brief-title {
  color: #752270;
}

.ashby-job-posting-brief-details {
  color: #69727d;
  font-family: var(--fontFamily) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.ashby-job-board-back-to-all-jobs-button {
  color: #cc3366;
  font-family: var(--fontFamily) !important;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.ashby-job-board-back-to-all-jobs-button:hover,
.ashby-job-board-back-to-all-jobs-button:focus {
  color: #752270;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ashby-job-posting-header {
  margin-bottom: 40px;
}

.ashby-job-posting-heading {
  color: #111116;
  font-family: var(--fontFamily) !important;
  font-size: 54px;
  font-weight: 300;
  line-height: 64px;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.ashby-job-posting-left-pane,
.ashby-job-posting-right-pane {
  color: #111116;
  font-family: var(--fontFamily) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
}

.ashby-job-posting-left-pane strong,
.ashby-job-posting-left-pane b,
.ashby-job-posting-right-pane strong,
.ashby-job-posting-right-pane b {
  font-weight: 500 !important;
}

.ashby-job-posting-right-pane-overview-tab,
.ashby-job-posting-right-pane-application-tab {
  color: #111116;
  font-family: var(--fontFamily) !important;
  font-size: 16px;
  font-weight: 400;
}

.ashby-job-posting-right-pane-tab-slider {
  background-color: #752270;
}

.ashby-application-form-container,
.ashby-survey-form-container {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  box-shadow: none;
  color: #111116;
  font-family: var(--fontFamily) !important;
  margin-top: 48px;
  padding: 32px;
}

.ashby-application-form-section-container {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 32px;
  padding: 0;
}

.ashby-application-form-section-header {
  margin-bottom: 24px;
}

.ashby-application-form-section-header-title {
  color: #111116;
  font-family: var(--fontFamily) !important;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.ashby-application-form-section-header-description {
  color: #69727d;
  font-family: var(--fontFamily) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.ashby-application-form-field-entry {
  margin-bottom: 24px;
}

.ashby-application-form-question-title {
  color: #111116;
  font-family: var(--fontFamily) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 8px;
}

.ashby-application-form-question-description,
.ashby-application-form-texting-consent-description {
  color: #69727d;
  font-family: var(--fontFamily) !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* Text inputs only — do not target radio, checkbox, or file inputs here */
input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
textarea,
select {
  background-color: #ffffff;
  border: 1px solid #111116;
  border-radius: 0;
  color: #111116;
  font-family: var(--fontFamily) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  min-height: 48px;
  padding: 12px 16px;
}

textarea {
  min-height: 140px;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="file"])::placeholder,
textarea::placeholder {
  color: #808080;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus,
textarea:focus,
select:focus {
  border-color: #8259ef;
  box-shadow: 0 0 0 3px #e4ecff;
  outline: none;
}

/* File inputs */
input[type="file"] {
  font-family: var(--fontFamily) !important;
  font-size: 16px;
  font-weight: 400;
  color: #111116;
}

/* Buttons */
.ashby-application-form-submit-button,
button:not([role="tab"]):not([class*="_option_"]),
a[role="button"] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  z-index: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;
  border: 1px solid #111116;
  border-radius: 36px;
  box-shadow: none;
  color: #111116;

  cursor: pointer;
  font-family: var(--fontFamily) !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;

  min-height: 38px;
  padding: 11px 28px 10px;

  text-align: center;
  text-decoration: none;
  text-transform: capitalize;

  transition:
    color 0.5s ease,
    border-color 0.5s ease,
    background-color 0.5s ease;
}

.ashby-application-form-submit-button::before,
button:not([role="tab"]):not([class*="_option_"])::before,
a[role="button"]::before {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transition: opacity 0.5s ease;
  background-image: linear-gradient(86.81deg, #752270 6.87%, #c82a80 62.14%);
  border-radius: 36px;
}

.ashby-application-form-submit-button:hover,
.ashby-application-form-submit-button:focus,
button:not([role="tab"]):not([class*="_option_"]):hover,
button:not([role="tab"]):not([class*="_option_"]):focus,
a[role="button"]:hover,
a[role="button"]:focus {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

.ashby-application-form-submit-button:hover::before,
.ashby-application-form-submit-button:focus::before,
button:not([role="tab"]):not([class*="_option_"]):hover::before,
button:not([role="tab"]):not([class*="_option_"]):focus::before,
a[role="button"]:hover::before,
a[role="button"]:focus::before {
  opacity: 1;
}

.ashby-application-form-submit-button:focus-visible,
button:not([role="tab"]):not([class*="_option_"]):focus-visible,
a[role="button"]:focus-visible {
  box-shadow: 0 0 0 3px #e4ecff;
}

.ashby-application-form-submit-button:disabled,
button:not([role="tab"]):not([class*="_option_"]):disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.ashby-application-form-submit-button:disabled::before,
button:not([role="tab"]):not([class*="_option_"]):disabled::before {
  opacity: 0;
}

.ashby-application-form-autofill-pane,
.ashby-application-form-autofill-uploader,
.ashby-application-form-autofill-input-root,
.ashby-application-form-autofill-input-base-layer {
  background: #ffffff;
  border-color: #d3d3d3;
  border-radius: 0;
  color: #111116;
  font-family: var(--fontFamily) !important;
}

.ashby-application-form-autofill-input-title {
  color: #111116;
  font-family: var(--fontFamily) !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.ashby-application-form-autofill-input-description {
  color: #69727d;
  font-family: var(--fontFamily) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.ashby-application-form-autofill-input-icon {
  color: #752270;
}

.ashby-application-form-autofill-input-drag-layer[data-state="active"] {
  background: #e4ecff;
  border-color: #8259ef;
}

.ashby-application-form-autofill-input-form-alert[data-highlight="negative"] {
  color: #cc3366;
}

.ashby-application-form-autofill-input-form-alert[data-highlight="positive"] {
  color: #752270;
}

.ashby-application-form-success-container {
  background: #e4ecff;
  border: 1px solid #8259ef;
  border-radius: 0;
  color: #111116;
  font-family: var(--fontFamily) !important;
  font-size: 16px;
  line-height: 22px;
  padding: 20px;
}

.ashby-application-form-failure-container,
.ashby-application-form-blocked-application-container {
  background: #ffffff;
  border: 1px solid #cc3366;
  border-radius: 0;
  color: #cc3366;
  font-family: var(--fontFamily) !important;
  font-size: 16px;
  line-height: 22px;
  padding: 20px;
}

/* Sticky apply bar — keep it from pinning to the top of the viewport */
[class*="_sticky_"] {
  top: auto;
}

/* Titles block — remove the left margin from Ashby's margin shorthand */
[class*="_titles_"] {
  margin-left: 0;
}

@media (max-width: 767px) {
  .ashby-job-board-heading {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
    margin-block-end: 18px;
  }

  .ashby-job-posting-heading {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
  }

  .ashby-department-heading,
  .ashby-job-posting-brief-department-heading,
  .ashby-application-form-section-header-title {
    font-size: 26px;
    line-height: 40px;
  }

  .ashby-application-form-container,
  .ashby-survey-form-container {
    padding: 24px 16px;
  }

  .ashby-job-posting-brief {
    padding: 20px 0;
  }
}
/* Hide "Powered by Ashby" footer */
footer[class*="_embedded_"],
a[class*="_powered_"] {
  display: none !important;
}