/* Fonts */
@font-face {
  font-family: "Powerhouse Filar";
  src: url("https://ui.powerhouse.com.au/fonts/PowerhouseFilar-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Powerhouse Filar";
  src: url("https://ui.powerhouse.com.au/fonts/PowerhouseFilar-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Powerhouse Filar";
  src: url("https://ui.powerhouse.com.au/fonts/PowerhouseFilar-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Powerhouse Filar";
  src: url("https://ui.powerhouse.com.au/fonts/PowerhouseFilar-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Powerhouse Punctum 119";
  src: url("https://ui.powerhouse.com.au/fonts/Powerhouse-Punctum-119.woff2") format("woff2");
}
@font-face {
  font-family: "Powerhouse Punctum 115";
  src: url("https://ui.powerhouse.com.au/fonts/Powerhouse-Punctum-115.woff2") format("woff2");
}
@font-face {
  font-family: "Powerhouse Punctum 915";
  src: url("https://ui.powerhouse.com.au/fonts/Powerhouse-Punctum-915.woff2") format("woff2");
}
/* Vars */
/* Image container */
/* Form */
/* Text link */
/* Subheading */
/* Text */
/* Button */
/* Radio */
/* Checkbox */
/* Select */
/* Textarea */
/* Label */
/* Input */
/* Time */
/* Input action */
/* Heading */
#ph-membership-note {
  /* Reset */
  margin: 0;
  font-style: normal;
  /* Apply */
  font-size: 16px;
  line-height: 24px;
  color: black;
  /* Secondary */
  /* Tertiary */
}

.tn-membership-levels-page {
  visibility: hidden;
}

.tn-membership-product {
  margin: 0;
}

.tn-membership-product--with-image {
  grid-template-columns: 320px 24px 1fr;
}
@media (min-width: 1024px) {
  .tn-membership-product--with-image {
    grid-template-columns: 384px 24px 1fr;
  }
}

.tn-membership-product__image {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .tn-membership-product__image {
    margin-bottom: 0;
  }
}

.tn-membership-product__heading-level-description {
  /* Reset */
  margin: 0;
  /* Apply */
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .tn-membership-product__heading-level-description {
    font-size: 20px;
  }
}
.tn-membership-product__heading-level-description {
  /* Divider */
  border-bottom: 1px solid black;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .tn-membership-product__heading-level-description {
    padding-bottom: 6px;
  }
}

.tn-membership-product__level-details {
  /* Reset */
  margin: 0;
  font-style: normal;
  /* Apply */
  font-size: 16px;
  line-height: 24px;
  color: black;
  /* Secondary */
  color: #737373;
  /* Tertiary */
}

.tn-membership-product__price-container {
  margin-bottom: 0;
  margin-top: 16px;
}

.tn-membership-product__price-label {
  /* Reset */
  align-items: flex-start;
  margin: 0;
}
.tn-membership-product__price-label svg {
  display: none;
}
.tn-membership-product__price-label {
  /* Apply */
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .tn-membership-product__price-label {
    font-size: 14px;
    line-height: 20px;
  }
}

.tn-membership-product__price {
  font-size: 18px;
  line-height: 28px;
}

#tn-level-first-form {
  margin-top: 16px;
}

#tn-level-first-form button {
  background-color: transparent !important;
  min-height: auto;
  border-radius: 0;
  margin: 0;
  width: auto;
  outline: none !important;
  box-shadow: none !important;
  padding-top: 0;
  padding-bottom: 0;
  flex-shrink: 0;
  font-weight: 400;
}
#tn-level-first-form button svg {
  display: none;
}
#tn-level-first-form button {
  transition-property: color, background-color, opacity;
  display: flex;
  height: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  color: black !important;
  text-transform: uppercase;
  border: 1px solid black !important;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  #tn-level-first-form button:hover {
    background-color: black !important;
    color: white !important;
  }
}
#tn-level-first-form button:not(.disabled):focus, #tn-level-first-form button.active {
  background-color: black !important;
  color: white !important;
}
#tn-level-first-form button:active, #tn-level-first-form button:disabled, #tn-level-first-form button.disabled, #tn-level-first-form button.active {
  opacity: 50%;
}
#tn-level-first-form button:disabled, #tn-level-first-form button.disabled, #tn-level-first-form button.active {
  pointer-events: none;
}
#tn-level-first-form button:focus-visible {
  outline: 2px solid #d4d4d4 !important;
  outline-offset: 2px;
}
#tn-level-first-form button {
  /* Primary */
  height: 36px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #tn-level-first-form button {
    height: 40px;
    gap: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
    line-height: 28px;
  }
}
#tn-level-first-form button {
  /* Primary/Inverted */
  background-color: black !important;
  color: white !important;
}
@media (hover: hover) {
  #tn-level-first-form button:hover {
    background-color: transparent !important;
    color: black !important;
  }
}
#tn-level-first-form button:not(.disabled):focus, #tn-level-first-form button.active {
  background-color: transparent !important;
  color: black !important;
}
#tn-level-first-form button {
  /* Icons */
  /* Time */
  /* Icon only */
  /* Selected */
}

.tn-page-bottom:not(:has(> *)) {
  display: none;
}
