@import url(https://fonts.googleapis.com/css2?family=Marcellus&display=swap);
@charset "UTF-8";
/*
 Theme Name: HotPress
 Theme URI: https://www.bighousecreative.co.uk/
 Author: Big House Creative
 Author URI: https://www.bighousecreative.co.uk/
 Description: A Timber & Tailwind template for creating WordPress sites.
 Version: 1.0
 Tags:
 Text Domain:
 */
/* Import Fonts Here */
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/* Styles */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px) {
  h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  h1{
    font-size: 3rem;
    line-height: 1;
  }
}
h2{
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  h5{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
h6{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
p, a{
  font-size: 1rem;
  line-height: 1.5rem;
}
.hero-splide,
.hero-splide .splide__track,
.hero-splide .splide__list,
.hero-splide .splide__slide {
  height: 100%;
}
.hero-splide .splide__slide > div {
  height: 100%;
}
.header--container {
  position: relative;
}
.header--container .header__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.header--container:before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, rgba(67, 69, 84, 0.7), rgba(67, 69, 84, 0.7));
  z-index: 1;
  pointer-events: none;
}
.header--container .header__content {
  position: relative;
  z-index: 2;
}
/* ------------------------------
   Navigation Circle Menu Styles
   ------------------------------ */
:root {
  /* Brand Colours */
  --primary: #003473;
  --secondary: #009DE2;
  /* Greys / Neutrals */
  --grey-434554: #434554;
  --grey-F9F9F9: #F9F9F9;
  --grey-F2F2F2: #F2F2F2;
  --grey-494949: #494949;
  /* Legacy nav values updated to use design system */
  --nav-white: #FFFFFF;
  --nav-black: #000000;
  /* Replace these with your brand colours */
  --nav-primary-light: var(--secondary); /* #009DE2 */
  --nav-primary-dark: var(--primary); /* #003473 */
  --nav-grey: var(--grey-434554); /* #434554 */
}
/* When menu is open, lock page scroll */
html.nav-open,
body.nav-open {
  overflow: hidden;
  height: 100%;
}
/* Block: navigation (DRILLDOWN VERSION) */
.navigation {
  position: relative;
  z-index: 1000;
  /* Hide the checkbox toggle */
}
.navigation__checkbox {
  display: none;
}
.navigation__checkbox:checked {
  /* Checkbox checked → expand circle and reveal nav */
}
.navigation__checkbox:checked ~ .navigation__background {
  transform: translateY(-50%) scale(80);
}
.navigation__checkbox:checked ~ .navigation__nav {
  opacity: 1;
  visibility: visible;
}
.navigation__checkbox:checked {
  /* Checkbox checked → hamburger turns into X */
}
.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg);
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg);
}
.navigation {
  /* Circular hamburger button (inline in header) */
}
.navigation__button {
  background-color: var(--nav-white);
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: auto;
  right: auto;
  z-index: 1001; /* above overlay */
}
.navigation__button:hover .navigation__icon::before {
  top: -0.6rem;
}
.navigation__button:hover .navigation__icon::after {
  top: 0.6rem;
}
.navigation {
  /* Hamburger icon: 3 lines */
}
.navigation__icon {
  position: relative;
  display: inline-block;
  width: 1.75rem;
  height: 2px;
  background-color: var(--nav-grey);
  transition: background-color 0.2s;
}
.navigation__icon::before, .navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1.75rem;
  height: 2px;
  background-color: var(--nav-grey);
  transition: all 0.2s;
}
.navigation__icon::before {
  top: -0.5rem;
}
.navigation__icon::after {
  top: 0.5rem;
}
.navigation {
  /* Expanding circular background behind the menu */
}
.navigation__background {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(0);
  transform-origin: center;
  background-image: radial-gradient(var(--nav-primary-light), var(--nav-primary-dark));
  z-index: 900;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  pointer-events: none;
}
.navigation {
  /* Fullscreen overlay nav */
}
.navigation__nav {
  height: 100dvh;
  width: 100%;
  position: fixed;
  inset: 0;
  z-index: 950;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display: block;
  /* Allow overlay content to scroll */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5rem 1.25rem 2.5rem;
}
.navigation {
  /* Panels */
}
.navigation__panel {
  width: min(560px, 92vw);
  margin: 0 auto;
  display: none;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5rem 1.25rem 2.5rem;
}
.navigation__panel.is-active {
  display: block;
}
.navigation {
  /* Lists */
}
.navigation__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: left;
}
.navigation__item {
  list-style: none;
  width: 100%;
}
.navigation {
  /* Full-width tap targets (links + drill buttons) */
}
.navigation__link, .navigation__drill {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  text-decoration: none;
  color: var(--nav-white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  font-weight: 400;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.navigation__drill {
  cursor: pointer;
}
.navigation__link:hover, .navigation__drill:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}
.navigation {
  /* Child links: softer */
}
.navigation__link--child {
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.98rem;
  opacity: 0.92;
}
.navigation {
  /* Parent "View {Parent}" link */
}
.navigation__link--parent {
  font-weight: 600;
}
.navigation {
  /* Submenu header */
}
.navigation__subhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0.25rem 0;
}
.navigation__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--nav-white);
  cursor: pointer;
}
.navigation__subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  text-align: right;
}
.navigation {
  /* CTA button inside fullscreen menu */
}
.navigation__cta {
  display: inline-block;
  padding: 0.9rem 2.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 999px;
  border: 2px solid var(--nav-white);
  color: var(--nav-white);
  background: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.03em;
}
.navigation__cta:hover {
  background: var(--nav-white);
  color: var(--nav-primary-dark);
  transform: translateY(-2px);
}
.navigation__cta:active {
  transform: translateY(0);
}
.footer--main:before {
  position: absolute;
  content: "";
  height: 271px;
  width: 265px;
  bottom: 0;
  left: 15%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 20%;
  z-index: 0;
  background-image: url("../dist/images/footer-icon.svg");
}
.footer--main > * {
  position: relative;
  z-index: 0;
}
@keyframes tab-slide-up {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tab-panel-active {
  animation: tab-slide-up 0.6s ease-out forwards;
}
.no-scrollbar {
  -ms-overflow-style: none; /* IE/Edge */
  scrollbar-width: none; /* Firefox */
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.contact--form input:not(.btn-aw), .contact--form textarea {
  width: 100%;
  border: 0.5px solid #111A39; /* Darker  when focused */
  outline: none;
  padding: 15px 10px;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  color: #242424;
  border-radius: 5px;
  background-color: rgb(193 167 140 / 0.2);
}
.contact--form textarea {
  height: 150px;
}
.contact--form input:focus, .contact--form select:focus, .contact--form textarea:focus {
  border: 2px solid #111A39; /* Darker  when focused */
  color: #111A39;
}
.contact--form ::-moz-placeholder {
  color: #242424;
}
.contact--form ::placeholder {
  color: #242424;
}
details[open] .plus {
  display: none;
}
details[open] .minus {
  display: inline;
}
.error--page * {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .error--page h1 {
    font-size: 100px;
  }
  .error--page h2 {
    font-size: 60px;
  }
}
.error--page:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.61);
}
.amount-btn{
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(67 69 84 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.amount-btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 52 115 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 52 115 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.amount-btn.active{
  --tw-border-opacity: 1;
  border-color: rgb(0 52 115 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 52 115 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.contact-form .wpcf7 form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.contact-form .wpcf7 form p {
  margin: 0;
}
.contact-form .wpcf7 input[type=text],
.contact-form .wpcf7 input[type=email],
.contact-form .wpcf7 input[type=tel],
.contact-form .wpcf7 textarea,
.contact-form .wpcf7 select{
  width: 100%;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.contact-form .wpcf7 input[type=text]:focus,
.contact-form .wpcf7 input[type=email]:focus,
.contact-form .wpcf7 input[type=tel]:focus,
.contact-form .wpcf7 textarea:focus,
.contact-form .wpcf7 select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(0 52 115 / 0.7);
}
.contact-form .wpcf7 textarea {
  min-height: 160px;
  resize: vertical;
}
.contact-form .wpcf7 input[type=submit]{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 52 115 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.contact-form .wpcf7-not-valid-tip{
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.contact-form .wpcf7-response-output{
  margin-top: 1rem;
  border-radius: 12px;
  border-width: 1px;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
/* Mass times tabs */
.js-mass-tab{
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(67 69 84 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.js-mass-tab.active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 52 115 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* Panels */
.mass-panel {
  display: none;
}
.mass-panel.active {
  display: block;
}
/* Cards */
.mass-card{
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}
.mass-card h3{
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(67 69 84 / var(--tw-text-opacity, 1));
}
.mass-card ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.mass-card ul{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity, 1));
}
