.text-section {
  overflow: hidden;
}
.text-section .text-section-container {
  isolation: isolate;
  position: relative;
  background: var(--bg-colour);
}
@media only screen and (max-width: 767.98px) {
  .text-section .text-section-container.vertical-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .text-section .text-section-container.vertical-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.text-section .text-section-container .page-width .content-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: var(--content-alignment);
  flex-flow: column nowrap;
  gap: 15px;
}
.text-section .text-section-container .page-width .content-wrapper .body,
.text-section .text-section-container .page-width .content-wrapper .heading,
.text-section .text-section-container .page-width .content-wrapper .subtitle {
  color: var(--text-colour);
  text-align: var(--text-alignment);
}
.text-section .text-section-container .page-width .content-wrapper .heading {
  max-width: 415px;
  line-height: 0.95;
  font-weight: bold;
}
.text-section .text-section-container .page-width .content-wrapper .subtitle {
  max-width: 415px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
}
.text-section .text-section-container .page-width .content-wrapper .body {
  max-width: 680px;
  font-size: 14px;
  line-height: 1.3;
}
.text-section .text-section-container .mous-logo {
  aspect-ratio: 137/79;
  clip-path: polygon(0 100%, 35% 0, 50% 48%, 67% 0, 100% 100%);
  background: linear-gradient(to left, var(--logo-colour) 0%, transparent 95%);
  width: 50%;
  height: auto;
  max-width: 370px;
  z-index: -1;
  position: absolute;
  inset: auto auto calc(var(--section-spacing) * -1) -20px;
  /*
  @include to-sm { inset: auto auto calc( ( var(--section-spacing) * 0.6 ) * -1 ) -1.5rem; }
  @include to-xxs { inset: auto auto calc( ( var(--section-spacing) * 0.6 ) * -1 ) -1rem; }
  */
}
@media only screen and (max-width: 575.98px) {
  .text-section .text-section-container .mous-logo {
    width: calc(80% + 1.5rem);
  }
}
@media only screen and (max-width: 319.98px) {
  .text-section .text-section-container .mous-logo {
    width: calc(80% + 1rem);
  }
}
@media only screen and (max-width: 767.98px) {
  .text-section .text-section-container .mous-logo {
    inset: auto auto -80px -20px;
  }
}
.text-section .accordion-section {
  border-bottom: 1px solid #EEEEEE;
}
.text-section .accordion-section .accordion-title {
  font-family: "T-Star", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  text-align: left;
}
@media only screen and (max-width: 767.98px) {
  .text-section .accordion-section .accordion-title {
    font-size: 24px;
  }
}
.text-section .accordion-section .accordion-container {
  margin-top: 24px !important;
}
.text-section .accordion-section .accordion {
  border-top: 1px solid #EEEEEE;
}
.text-section .accordion-section .accordion > * {
  pointer-events: none;
}
.text-section .accordion-section .accordion .icon {
  justify-content: center;
}
.text-section .accordion-section .accordion .heading {
  text-align: left !important;
  font-size: 16px;
  line-height: 1.3;
}
.text-section .accordion-section .accordion:not(.active) svg:last-of-type {
  display: none;
}
.text-section .accordion-section .accordion.active svg:first-of-type {
  display: none;
}
.text-section .accordion-section .panel .content {
  padding: 0 0 16px;
  text-align: left;
  line-height: 1.5;
}
.text-section .accordion-section .panel .content ul {
  padding-left: 1.5em;
}
.text-section .accordion-section .panel .content ul li {
  line-height: 1.5;
}
.text-section .accordion-section .panel .content > *:first-child {
  margin-top: 0;
}
.text-section .accordion-wrapper + .content-wrapper {
  margin-top: 80px;
}
.text-section .content-wrapper + .accordion-wrapper {
  margin-top: 80px;
}

body.collection .text-section .page-width .content-wrapper {
  gap: 32px;
  max-width: 676px;
  margin-left: auto;
  margin-right: auto;
}
body.collection .text-section .page-width .content-wrapper .heading {
  max-width: 100%;
  font-weight: bold;
}
body.collection .text-section .page-width .content-wrapper .subtitle {
  font-weight: 400 !important;
  line-height: 1.5 !important;
  max-width: 100%;
}
body.collection .text-section .page-width .content-wrapper .body h1, body.collection .text-section .page-width .content-wrapper .body h2, body.collection .text-section .page-width .content-wrapper .body h3, body.collection .text-section .page-width .content-wrapper .body h4, body.collection .text-section .page-width .content-wrapper .body h5, body.collection .text-section .page-width .content-wrapper .body h6 {
  font-family: "T-Star", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
body.collection .text-section .page-width .content-wrapper .body h2 {
  font-size: 48px;
}
@media only screen and (max-width: 991.98px) {
  body.collection .text-section .page-width .content-wrapper .body h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  body.collection .text-section .page-width .content-wrapper .body h2.accordion-title {
    font-size: 24px;
  }
}
body.collection .text-section .page-width .content-wrapper .body p {
  font-size: 14px;
  line-height: 1.5;
}
body.collection .text-section .page-width .content-wrapper .body p > * {
  font-size: 14px;
}
body.collection .text-section .page-width .content-wrapper .body p a {
  color: var(--accent-2-color);
  font-weight: 700;
  text-decoration: underline;
}
body.collection .text-section .page-width .content-wrapper .body > * {
  margin-top: 0;
}
body.collection .text-section .page-width .content-wrapper .body > * + * {
  margin-top: 32px;
}
