/* colors */
/* screen width breaks */
@font-face {
  font-family: "nd-regular";
  src: url(/fonts/NoeDisplay-Regular.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "nd-medium";
  src: url(/fonts/NoeDisplay-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "nd-bold";
  src: url(/fonts/NoeDisplay-Bold.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "pn-regular";
  src: url(/fonts/ProximaNova-Regular.ttf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "pn-medium";
  src: url(/fonts/ProximaNova-Medium.ttf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "pn-bold";
  src: url(/fonts/ProximaNova-Bold.ttf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
.icon.privacy-choices {
  content: url("/icons/icon-privacyoptions.svg");
  width: 1.5rem;
  height: auto;
  transform: scale(1.7);
  margin-top: -2px;
  margin-right: 12px;
  margin-left: 10px;
}
.icon.padlock {
  content: url("/icons/icon-lock.svg");
  width: 0.875rem;
  height: auto;
  margin-right: 0.333rem;
}
.icon.next-btn {
  content: url("/icons/icon-next-btn.svg");
  width: 28px;
  aspect-ratio: 1;
}
.icon.prev-btn {
  content: url("/icons/icon-next-btn.svg");
  width: 28px;
  aspect-ratio: 1;
  transform: rotate(180deg);
}
.icon.up-btn {
  content: url("/icons/icon-next-btn.svg");
  width: 28px;
  aspect-ratio: 1;
  transform: rotate(-90deg);
}
.icon.down-btn {
  content: url("/icons/icon-next-btn.svg");
  width: 28px;
  aspect-ratio: 1;
  transform: rotate(90deg);
}
.icon.play-btn {
  content: url("/icons/icon-play-btn.svg");
  width: 44px;
  aspect-ratio: 1;
}

button > * .icon:not(.left-side), a > * .icon:not(.left-side) {
  margin-left: 0.5rem;
}
button > * .icon.left-side, a > * .icon.left-side {
  margin-right: 0.5rem;
}

/* colors */
/* screen width breaks */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.01em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}

h1 {
  font-family: nd-regular;
  font-size: 4.5rem;
}

h2 {
  font-family: nd-regular;
  font-size: 3.5rem;
}

h3 {
  font-family: nd-regular;
  font-size: 2.625rem;
}

h4 {
  font-family: nd-regular;
  font-size: 1.875rem;
}

h5 {
  font-family: pn-regular;
  font-size: 1.375rem;
  line-height: 1.25em;
}

h6 {
  font-family: pn-regular;
  font-size: 1rem;
  line-height: 1.25em;
}

p {
  font-family: pn-regular;
  font-size: 1rem;
  letter-spacing: 0.01em;
  line-height: 1.25em;
  color: white;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.no-wrap {
  white-space: nowrap;
}

a,
button.anchor {
  text-decoration: underline;
}

button.anchor {
  font-family: inherit;
  font-size: inherit;
  display: inline;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1099px) {
  .mobile-full-width {
    width: 100%;
  }
}

*[disabled],
*[disabled=disabled] {
  opacity: 0.5;
  cursor: not-allowed !important;
}

@media screen and (max-width: 1099px) {
  .desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  #scroll-target {
    margin-top: -180px;
    padding-top: 180px;
  }
}
/* colors */
/* screen width breaks */
button:not(.anchor),
a.button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: rgba(255, 255, 255, 0.16);
  border: none;
  border-radius: 0.125rem;
  font-family: pn-bold;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  padding: 1.125rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
}
button:not(.anchor):not(:has(> img)),
a.button:not(:has(> img)) {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}
button:not(.anchor)[disabled], button:not(.anchor)[disabled=disabled],
a.button[disabled],
a.button[disabled=disabled] {
  cursor: not-allowed !important;
  opacity: 50%;
}
button:not(.anchor):hover:not([disabled=disabled], [disabled]),
a.button:hover:not([disabled=disabled], [disabled]) {
  background-color: rgba(255, 255, 255, 0.5);
}
button:not(.anchor).no-transform:hover:not([disabled=disabled], [disabled]),
a.button.no-transform:hover:not([disabled=disabled], [disabled]) {
  transform: none;
}
button:not(.anchor).full-width,
a.button.full-width {
  width: 100%;
}
button:not(.anchor).green-bg,
a.button.green-bg {
  background-color: rgb(0, 185, 0);
}
button:not(.anchor).green-bg:hover:not([disabled=disabled], [disabled]),
a.button.green-bg:hover:not([disabled=disabled], [disabled]) {
  background-color: rgb(0, 225, 0);
}

#onetrust-consent-sdk button {
  backdrop-filter: none;
}

input, select, .svelte-multiselect {
  margin: 0;
  border: none;
  border-bottom: solid 1px #595E64;
  outline: none;
  font-family: pn-regular;
  font-size: 0.875rem;
  padding: 1.125rem 0.75rem 1.125rem 0;
  box-sizing: border-box;
  background-color: transparent;
  color: #595E64;
}
input::placeholder, select::placeholder, .svelte-multiselect::placeholder {
  color: #595E64;
}
input:focus-visible, select:focus-visible, .svelte-multiselect:focus-visible {
  border-bottom-color: #D29F13;
}
input:focus-visible::placeholder, select:focus-visible::placeholder, .svelte-multiselect:focus-visible::placeholder {
  color: #D29F13;
}
input.color-white, select.color-white, .svelte-multiselect.color-white {
  color: white;
  border-bottom-color: white;
}
input.color-white::placeholder, select.color-white::placeholder, .svelte-multiselect.color-white::placeholder {
  color: white;
}
input[disabled], input[disabled=disabled], select[disabled], select[disabled=disabled], .svelte-multiselect[disabled], .svelte-multiselect[disabled=disabled] {
  opacity: 50%;
  /*& ~ i {

      &.padlock {
          &:before {
              $iconWidth: 14px;

              content: url( /icons/padlock-black.svg );
              width: $iconWidth;
              margin-left: calc( (-1 * $iconWidth) - $rightPadding - 4px );
          }
      }
  }*/
}
input.validation-failed, input:has(+ .validation-msg), select.validation-failed, select:has(+ .validation-msg), .svelte-multiselect.validation-failed, .svelte-multiselect:has(+ .validation-msg) {
  border-color: red;
}
input.grey, select.grey, .svelte-multiselect.grey {
  background-color: #595E64;
  color: white;
  border: solid 1px #595E64;
}
input.grey::placeholder, select.grey::placeholder, .svelte-multiselect.grey::placeholder {
  color: white;
}
input.grey:focus-visible, select.grey:focus-visible, .svelte-multiselect.grey:focus-visible {
  border-color: #D29F13;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover {
  border-color: #595E64;
  -webkit-text-fill-color: #595E64;
}

input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus {
  border-color: #D29F13;
  -webkit-text-fill-color: #D29F13;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #101820 inset;
  transition: background-color 5000s ease-in-out 0s;
}

input:focus-visible,
.svelte-multiselect:focus-visible {
  color: #D29F13;
}

.select-container:has(> select) {
  position: relative;
}
.select-container:has(> select):after {
  content: "";
  width: 0.5rem;
  aspect-ratio: 1;
  /*background-image: url(/icons/down-caret-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;*/
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  border-right: solid 1px #595E64;
  border-bottom: solid 1px #595E64;
}
.select-container:has(> select):focus-within:after {
  border-right-color: #D29F13;
  border-bottom-color: #D29F13;
}
.select-container:has(> select):has(+ .validation-msg) > select {
  border-color: red;
}
.select-container:has(> select) > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding-right: 1.333rem;
}
.select-container:has(> select) > select::-ms-expand {
  display: none;
}
.select-container:has(> select):has(> select.grey) > select {
  padding-left: 1.333rem;
}
.select-container:has(> select):has(> select.grey):after {
  border-color: white;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
fieldset label:has(+ input),
fieldset label:has(+ select),
fieldset label:has(+ div) {
  font-family: pn-regular;
  font-size: 1rem;
  line-height: 1.25em;
  color: white;
  display: block;
  margin-bottom: 0.625em;
}
fieldset input,
fieldset select {
  width: 100%;
}
fieldset input + a,
fieldset select + a {
  margin-top: 0.875rem;
  display: block;
}
fieldset:has(.validation-msg) {
  margin-bottom: 0;
}

a.hero-back-button,
a.scroll-down-button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  column-gap: 1.25rem;
  text-decoration: none;
  color: white;
  font-family: pn-regular;
  font-size: 1rem;
}

/* colors */
/* screen width breaks */
body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin: 0;
  background-color: #101820;
}
body * {
  box-sizing: border-box;
}

.top-level-container,
.sticky {
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .top-level-container,
  .sticky {
    max-width: 768px;
  }
}
@media screen and (min-width: 1100px) {
  .top-level-container,
  .sticky {
    max-width: 1100px;
  }
}
@media screen and (min-width: 1440px) {
  .top-level-container,
  .sticky {
    max-width: 1440px;
  }
}

.indent-side-padding,
.left-indent-side-padding {
  padding-left: 9rem;
}
@media screen and (max-width: 1439px) {
  .indent-side-padding,
  .left-indent-side-padding {
    padding-left: 4.5rem;
  }
}
@media screen and (max-width: 1099px) {
  .indent-side-padding,
  .left-indent-side-padding {
    padding-left: 1.25rem;
  }
}

.indent-side-padding,
.right-indent-side-padding {
  padding-right: 9rem;
}
@media screen and (max-width: 1439px) {
  .indent-side-padding,
  .right-indent-side-padding {
    padding-right: 4.5rem;
  }
}
@media screen and (max-width: 1099px) {
  .indent-side-padding,
  .right-indent-side-padding {
    padding-right: 1.25rem;
  }
}

.indent-side-margin,
.left-indent-side-margin {
  padding-left: 9rem;
}
@media screen and (max-width: 1439px) {
  .indent-side-margin,
  .left-indent-side-margin {
    padding-left: 4.5rem;
  }
}
@media screen and (max-width: 1099px) {
  .indent-side-margin,
  .left-indent-side-margin {
    padding-left: 1.25rem;
  }
}

.indent-side-margin,
.right-indent-side-margin {
  padding-right: 9rem;
}
@media screen and (max-width: 1439px) {
  .indent-side-margin,
  .right-indent-side-margin {
    padding-right: 4.5rem;
  }
}
@media screen and (max-width: 1099px) {
  .indent-side-margin,
  .right-indent-side-margin {
    padding-right: 1.25rem;
  }
}

header#headerAppTarget .sticky {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #101820;
  z-index: 99;
  height: 180px;
}
@media screen and (max-width: 1099px) {
  header#headerAppTarget .sticky {
    position: unset;
  }
}

footer .main-content {
  border-top: solid 1px #595E64;
  border-bottom: solid 1px #595E64;
  padding: 1.5rem 1.25rem;
  padding-top: 3.75rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 2.25rem;
}
footer .main-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  column-gap: 3rem;
}
footer .main-content ul li {
  display: flex;
  align-items: center;
}
footer .main-content ul a,
footer .main-content ul button.anchor {
  white-space: nowrap;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: pn-regular;
  font-size: 13px;
  letter-spacing: 0.01em;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1099px) {
  footer .main-content ul {
    justify-content: center;
    column-gap: 1rem;
    row-gap: 0.6rem;
  }
}
footer .brand {
  width: 169px;
}
footer .social-media-icons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
footer .social-media-icons img {
  width: 1.5rem;
}
footer .brand ~ .social-media-icons {
  margin-top: 1rem;
}
footer .trademarks,
footer .copyright {
  margin: 1.25rem;
}
footer .trademarks {
  color: white;
  font-family: pn-regular;
  font-size: 0.875rem;
  text-align: center;
}
footer .copyright {
  color: #D29F13;
  font-family: pn-regular;
  font-size: 0.75rem;
  text-align: center;
}

.error-box {
  background-color: red;
  color: white;
  font-family: pn-regular;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

.success-msg {
  color: green;
}

.veratad-modal.veratad-modal--noOverlayClose:not(.veratad-modal--visible) {
  display: none;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  display: none;
  flex-flow: column;
  justify-content: start;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.333);
  backdrop-filter: blur(5px);
  z-index: 99999;
  padding: 4rem 2rem;
}
.video-overlay .video-window {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: end;
  gap: 0.5rem;
}
.video-overlay .video-window video {
  max-height: 80vh;
  width: 100%;
}
.video-overlay .video-window .video-close {
  background-color: black;
  border: none;
  padding: 0.5rem;
  width: 40px;
  height: 40px;
}
.video-overlay .video-window .video-close img {
  width: 2.5rem;
}
.video-overlay .video-window .video-close:focus {
  outline: none;
}
.video-overlay .video-window .video-close:hover {
  background-color: #333;
  backdrop-filter: none;
}
@media screen and (max-width: 1099px) {
  .video-overlay {
    padding: 1rem 1rem;
  }
}

.two-column-section-text-block-with-image {
  padding: var(--section-padding, 0);
}
.two-column-section-text-block-with-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.two-column-section-text-block-with-image *, .two-column-section-text-block-with-image ::before, .two-column-section-text-block-with-image ::after {
  margin: 0;
  padding: 0;
}
.two-column-section-text-block-with-image .content-wrapper {
  display: grid;
  grid-template-columns: var(--content-columns, 1fr);
  gap: 3.75em;
  align-items: var(--content-alignment, center);
  justify-items: var(--content-justification, initial);
  padding: var(--content-padding, 2em);
}
.two-column-section-text-block-with-image .content-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--text-gap, 1em);
  text-align: center;
}
.two-column-section-text-block-with-image .content-wrapper h2 {
  margin: var(--title-margin, 0 0 0 0);
}
.two-column-section-text-block-with-image .content-wrapper .image-wrapper {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.two-column-section-text-block-with-image .content-wrapper .image-wrapper img {
  width: var(--foreground-image-width, 100%);
}
@media (width >= 1100px) {
  .two-column-section-text-block-with-image .content-wrapper {
    grid-template-columns: var(--content-columns-desktop, 1fr 1fr);
    gap: 3.75em;
  }
  .two-column-section-text-block-with-image .content-wrapper .text-wrapper {
    text-align: left;
  }
}

.login-page .hero {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 80px;
}
.login-page .hero > * {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 1099px) {
  .login-page .hero {
    margin-bottom: 3.75rem;
  }
  .login-page .hero > * {
    width: 100%;
  }
  .login-page .hero .copy-content {
    margin: 7.5rem 3.75rem;
  }
  .login-page .hero .copy-content img {
    width: 100%;
    margin: 0;
  }
}
.login-page .login-form-container {
  padding: 2.5rem 0 2.5rem 2.5rem;
}
.login-page .login-form-container #loginFormSvelteTarget {
  height: 100%;
}
@media screen and (max-width: 1099px) {
  .login-page .login-form-container {
    padding: 0;
  }
}
.login-page .copy-content {
  display: flex;
}
.login-page .copy-content img {
  width: 80%;
  margin-bottom: 10rem;
}

.register .hero {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 80px;
}
.register .hero > * {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 1099px) {
  .register .hero {
    margin-bottom: 3.75rem;
  }
  .register .hero > * {
    width: 100%;
  }
  .register .hero .copy-content {
    margin: 7.5rem 3.75rem;
    padding-top: 0;
  }
  .register .hero .copy-content img {
    width: 100%;
    margin: 0;
  }
}
.register .registration-form-container {
  padding: 2.5rem 0 2.5rem 2.5rem;
}
.register .registration-form-container #userRegistrationSvelteTarget {
  height: 100%;
}
@media screen and (max-width: 1099px) {
  .register .registration-form-container {
    padding: 0;
  }
}
.register .copy-content {
  display: flex;
  flex-flow: column;
  padding-top: 8rem;
}
.register .copy-content img {
  width: 80%;
  margin-bottom: 10rem;
}

.home-page .home-page-tlc {
  display: flex;
  flex-flow: row wrap;
  align-items: start;
  justify-content: start;
  row-gap: 3.375rem;
  padding-bottom: 7.5rem;
  /*& > section,
      .divider-line {
          padding-left: $content-side-padding;
          max-width: calc( $max-content-width + $content-side-padding );
          display: flex;
          flex-flow: column;
          justify-content: start;
          align-items: start;

          @media screen and (max-width: $width-mobile-cutoff) {
              padding-left: $content-mobile-side-padding;
              padding-right: $content-mobile-side-padding;
          }
      }*/
}
.home-page .home-page-tlc #scroll-target {
  margin-top: calc(-180px - 3.375rem);
}
@media screen and (max-width: 1099px) {
  .home-page .home-page-tlc #scroll-target {
    margin-top: -2.5rem;
  }
}
.home-page .home-page-tlc section {
  display: flex;
  flex-flow: column;
}
.home-page section.home-hero {
  width: 100%;
  aspect-ratio: 1512/620;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: start;
  padding-bottom: 3.75rem;
  background-size: cover;
  background-position: top center;
}
.home-page section.home-hero .content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: start;
  height: 100%;
}
.home-page section.home-hero .content heading {
  display: flex;
  flex-flow: column;
  align-items: start;
  max-width: 482px;
}
@media screen and (max-width: 1439px) {
  .home-page section.home-hero {
    padding-bottom: 1.9rem;
  }
}
@media screen and (max-width: 1099px) {
  .home-page section.home-hero {
    aspect-ratio: 390/500;
    padding: 2.5rem 1.25rem 2.75rem 1.25rem;
    row-gap: 2.25rem;
    justify-content: center;
  }
  .home-page section.home-hero .content {
    justify-content: start;
  }
  .home-page section.home-hero .content heading {
    row-gap: 2.625rem;
  }
}
.home-page section.split-section {
  padding: 0;
  width: 50%;
  aspect-ratio: 800/620;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
.home-page section.split-section .content {
  display: flex;
  flex-flow: column;
  align-items: start;
  row-gap: 2.5rem;
}
.home-page section.split-section .content img {
  align-self: center;
}
.home-page section.split-section .content p {
  max-width: 482px;
}
.home-page section.split-section.our-story img {
  width: 236px;
}
.home-page section.split-section.craft-syndicate img {
  width: 276px;
}
@media screen and (max-width: 1439px) {
  .home-page section.split-section.our-story img {
    width: 190px;
  }
  .home-page section.split-section.craft-syndicate img {
    width: 225px;
  }
}
@media screen and (max-width: 1099px) {
  .home-page section.split-section {
    width: 100%;
    aspect-ratio: 390/600;
    justify-content: end;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 30%;
  }
  .home-page section.split-section a.button {
    width: 100%;
  }
  .home-page section.split-section.our-story .content img {
    width: clamp(100px, 48.08%, 300px);
  }
  .home-page section.split-section.craft-syndicate .content img {
    width: clamp(100px, 79%, 300px);
  }
}
@media screen and (max-width: 767px) {
  .home-page section.split-section {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1099px) {
  .home-page .mobile-order-5 {
    order: 5;
  }
}
.home-page section.our-cigars {
  width: 100%;
  padding-left: 0;
  row-gap: 2.5rem;
}
.home-page section.our-cigars .svelte-container {
  width: 100%;
  display: block;
}
.home-page section.our-cigars .actions {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.home-page h6 {
  color: #D29F13;
  text-transform: none;
}
.home-page section.syndicate-events {
  padding-right: 0;
  width: 100%;
  max-width: unset !important;
  row-gap: 3.375rem;
}
.home-page section.syndicate-events .copy {
  display: flex;
  flex-flow: column;
  align-items: start;
  row-gap: 1.75rem;
  max-width: 37.5rem;
}
.home-page section.syndicate-events .copy p {
  margin: 0;
}
.home-page section.syndicate-events .events-image-carousel {
  display: block;
  width: 100%;
}
.home-page .divider-line {
  height: 1px;
  border-bottom: solid 1px #595E64;
  margin-left: 9rem;
  width: calc(100% - 18rem);
  max-width: unset !important;
}
.home-page a.button {
  width: clamp(100px, 100%, 22.5rem);
}
.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4,
.home-page h5,
.home-page h6,
.home-page p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.user-profile .hero {
  display: flex;
  flex-flow: row wrap;
  margin: 110px 0 80px 0;
}
.user-profile .hero > * {
  width: clamp(0px, 100%, 481px);
}
@media screen and (max-width: 1099px) {
  .user-profile .hero {
    margin-bottom: 3.75rem;
  }
}
.user-profile .profile-form-container #userProfileSvelteTarget {
  height: 100%;
}
.events-page .events-page-tlc {
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: start;
  row-gap: 3.75rem;
  padding-bottom: 7.5rem;
}
.events-page .events-page-tlc > section:not(.events-hero),
.events-page .events-page-tlc .divider-line {
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: start;
}
.events-page .events-page-tlc #scroll-target {
  margin-top: calc(-180px - 3.75rem);
}
@media screen and (max-width: 1099px) {
  .events-page .events-page-tlc #scroll-target {
    margin-top: -3.75rem;
  }
}
.events-page section.events-hero {
  width: 100%;
  aspect-ratio: 1512/536;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: start;
  padding-top: 110px;
  padding-bottom: 3.75rem;
  background-size: cover;
  background-position: top center;
}
.events-page section.events-hero .content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: start;
  height: 100%;
}
.events-page section.events-hero .content heading {
  display: flex;
  flex-flow: column;
  row-gap: 3.75rem;
  align-items: start;
}
@media screen and (max-width: 1439px) {
  .events-page section.events-hero {
    padding-top: 80px;
    padding-bottom: 2.5rem;
  }
  .events-page section.events-hero .content heading {
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 1099px) {
  .events-page section.events-hero {
    aspect-ratio: 390/360;
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
  .events-page section.events-hero .content heading {
    row-gap: 3.625rem;
  }
}
@media screen and (min-width: 768px) {
  .events-page section.events-hero .mobile-only {
    display: none !important;
  }
  .events-page section.events-hero .desktop-only {
    display: block !important;
  }
}
.events-page section.spotlight-event .spotlight-card {
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: start;
  row-gap: 1.25rem;
}
.events-page section.spotlight-event .spotlight-card .img-container {
  position: relative;
}
.events-page section.spotlight-event .spotlight-card .img-container a.button {
  width: clamp(100px, 90%, 483px);
  position: absolute;
  bottom: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
}
.events-page section.spotlight-event .spotlight-card .img-container img {
  max-width: 100%;
}
.events-page section.spotlight-event .spotlight-card .copy {
  display: flex;
  flex-flow: column;
  align-items: start;
  row-gap: 1.125rem;
  max-width: 37.5rem;
}
.events-page section.spotlight-event .spotlight-card .copy p {
  text-transform: uppercase;
  margin: 0;
}
.events-page section.spotlight-event p {
  margin-bottom: 3.75rem;
}
.events-page h6 {
  color: #D29F13;
  text-transform: none;
}
.events-page section.syndicate-events {
  padding-right: 0;
  width: 100%;
  max-width: unset !important;
  row-gap: 3.75rem;
}
.events-page section.syndicate-events .copy {
  display: flex;
  flex-flow: column;
  align-items: start;
  row-gap: 1.75rem;
  max-width: 37.5rem;
}
.events-page section.syndicate-events .copy p {
  margin: 0;
}
.events-page section.syndicate-events .events-image-carousel {
  display: block;
  width: 100%;
}
.events-page .divider-line {
  height: 1px;
  border-bottom: solid 1px #595E64;
  margin-left: 9rem;
  width: calc(100% - 18rem);
  max-width: unset !important;
}
@media screen and (max-width: 1439px) {
  .events-page .divider-line {
    margin-left: 4.5rem;
    width: calc(100% - 9rem);
  }
}
.events-page h1, .events-page h2, .events-page h3, .events-page h4, .events-page h5, .events-page h6 {
  margin: 0;
  padding: 0;
}

.event-page {
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: start;
  row-gap: 3.75rem;
  padding-bottom: 7.5rem;
}
.event-page > *:not(.event-hero) {
  max-width: 853px;
  box-sizing: content-box;
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: start;
}
@media screen and (max-width: 1099px) {
  .event-page > *:not(.event-hero) {
    box-sizing: border-box;
    max-width: 100%;
  }
}
.event-page section.event-hero {
  width: 100%;
  aspect-ratio: 1512/976;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: start;
  padding-top: 110px;
  padding-bottom: 110px;
  background-size: cover;
  background-position: top center;
}
.event-page section.event-hero .content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: start;
  height: 50%;
}
.event-page section.event-hero .content heading {
  display: flex;
  flex-flow: column;
  row-gap: 4.25rem;
  align-items: start;
}
@media screen and (max-width: 1439px) {
  .event-page section.event-hero .content {
    height: 70%;
  }
}
@media screen and (max-width: 1099px) {
  .event-page section.event-hero {
    aspect-ratio: 780/1390;
    padding: 2rem 1.25rem;
  }
  .event-page section.event-hero .content {
    height: 50%;
  }
  .event-page section.event-hero .content heading {
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .event-page section.event-hero .content {
    height: 55%;
  }
}
@media screen and (max-width: 500px) {
  .event-page section.event-hero .content {
    height: 70%;
  }
}
.event-page section.more-like-this {
  row-gap: 2.5rem;
  max-width: unset;
  width: 100%;
  padding-right: 0;
}
.event-page section.more-like-this .nav-wheel {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  align-items: start;
  gap: 1.25rem;
}
.event-page section.more-like-this .nav-wheel li {
  background-size: cover;
  background-position: top center;
  width: 330px;
  aspect-ratio: 1;
  padding: 2rem 1.25rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: end;
}
.event-page section.more-like-this .nav-wheel li a {
  display: none;
  width: 100%;
  text-align: center;
}
.event-page section.more-like-this .nav-wheel li:hover a {
  display: block;
}
@media screen and (max-width: 1099px) {
  .event-page section.more-like-this .nav-wheel li a {
    display: block;
  }
}
.event-page section.event-copy {
  row-gap: 1.75rem;
}
@media screen and (max-width: 1099px) {
  .event-page section.event-copy {
    row-gap: 1.25rem;
  }
}
.event-page section.event-video {
  width: 100%;
}
.event-page section.event-video .poster-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
}
.event-page section.event-video .poster-container button {
  background-color: transparent;
  padding: 0;
  backdrop-filter: none;
}
.event-page .event-image-carousel {
  display: block;
  width: 100%;
}
.event-page section.event-quote {
  row-gap: 1.25rem;
}
.event-page .divider-line {
  height: 1px;
  border-bottom: solid 1px #595E64;
  margin-left: 9rem;
  width: clamp(0px, 100%, 853px);
  max-width: unset !important;
}
.event-page .divider-line.full-width {
  width: calc(100% - 18rem);
}
@media screen and (max-width: 1439px) {
  .event-page .divider-line {
    margin-left: 4.5rem;
  }
  .event-page .divider-line.full-width {
    width: calc(100% - 9rem);
  }
}
@media screen and (max-width: 1099px) {
  .event-page .divider-line {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .event-page .divider-line:has(~ section.event-quote),
  .event-page section.event-quote ~ .divider-line {
    display: flex;
    margin-left: 1.25rem;
    width: calc(100% - 2.5rem);
  }
}
.event-page heading h6 {
  color: #D29F13;
}
.event-page h1, .event-page h2, .event-page h3, .event-page h4, .event-page h5, .event-page h6 {
  margin: 0;
  padding: 0;
}
.event-page p {
  margin: 0;
  padding: 0;
}
.event-page section.event-quote {
  row-gap: 1.25rem;
}
.event-page style {
  display: none !important;
}
@media screen and (max-width: 1099px) {
  .event-page {
    row-gap: 2.5rem;
    padding-bottom: 3.75rem;
  }
  .event-page h1 {
    font-size: 2.625rem;
  }
  .event-page h4 {
    font-size: 1.375rem;
  }
}

.artists-page .artists-page-tlc {
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: start;
  row-gap: 3.75rem;
  padding-bottom: 7.5rem;
}
.artists-page .artists-page-tlc > section:not(.artists-hero),
.artists-page .artists-page-tlc .divider-line {
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: start;
}
.artists-page .artists-page-tlc #scroll-target {
  margin-top: calc(-180px - 3.75rem);
}
@media screen and (max-width: 1099px) {
  .artists-page .artists-page-tlc #scroll-target {
    margin-top: -3.75rem;
  }
}
@media screen and (max-width: 1099px) {
  .artists-page .artists-page-tlc {
    padding-bottom: 3.75rem;
  }
}
.artists-page section.artists-hero {
  width: 100%;
  aspect-ratio: 1512/536;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: start;
  padding-top: 110px;
  padding-bottom: 3.75rem;
  background-size: cover;
  background-position: top center;
}
.artists-page section.artists-hero .content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: start;
  height: 100%;
}
.artists-page section.artists-hero .content heading {
  display: flex;
  flex-flow: column;
  row-gap: 3.75rem;
  align-items: start;
}
@media screen and (max-width: 1439px) {
  .artists-page section.artists-hero {
    padding-top: 80px;
    padding-bottom: 2.5rem;
  }
  .artists-page section.artists-hero .content heading {
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 1099px) {
  .artists-page section.artists-hero {
    aspect-ratio: 390/360;
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
  .artists-page section.artists-hero .content heading {
    row-gap: 3.625rem;
  }
}
@media screen and (min-width: 768px) {
  .artists-page section.artists-hero .mobile-only {
    display: none !important;
  }
  .artists-page section.artists-hero .desktop-only {
    display: block !important;
  }
}
.artists-page .spotlight-card .copy,
.artists-page .alumni-card-rack .copy {
  display: flex;
  flex-flow: column;
  align-items: start;
  row-gap: 1.125rem;
  max-width: 37.5rem;
}
.artists-page .spotlight-card .copy p,
.artists-page .alumni-card-rack .copy p {
  text-transform: uppercase;
  margin: 0;
  text-transform: uppercase;
}
.artists-page .spotlight-card .copy h6,
.artists-page .alumni-card-rack .copy h6 {
  color: #D29F13;
}
.artists-page section.artists-alumni .alumni-card-rack {
  display: flex;
  flex-flow: column;
  align-items: start;
  padding: 0;
  margin: 0;
  width: clamp(300px, 100%, 600px);
}
.artists-page section.artists-alumni .alumni-card-rack li {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  padding: 1.25rem 0;
  border-bottom: solid 1px #595E64;
}
.artists-page section.artists-alumni .alumni-card-rack li a {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  column-gap: 5rem;
  text-decoration: none;
}
.artists-page section.artists-alumni .alumni-card-rack li a img {
  width: 111px;
}
.artists-page section.artists-alumni .alumni-card-rack li a:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
@media screen and (max-width: 1099px) {
  .artists-page section.artists-alumni .alumni-card-rack li:last-child {
    border-bottom: none;
  }
}
.artists-page section.spotlight-artist .spotlight-card {
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: start;
  row-gap: 1.25rem;
}
.artists-page section.spotlight-artist .spotlight-card .img-container {
  position: relative;
}
.artists-page section.spotlight-artist .spotlight-card .img-container a.button {
  width: clamp(100px, 90%, 483px);
  position: absolute;
  bottom: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
}
.artists-page section.spotlight-artist .spotlight-card .img-container img {
  width: 730px;
  max-width: 100%;
}
.artists-page section.spotlight-artist p {
  margin-bottom: 3.75rem;
}
.artists-page h6 {
  color: #D29F13;
  text-transform: none;
}
.artists-page section.syndicate-artists {
  padding-right: 0;
  width: 100%;
  max-width: unset !important;
  row-gap: 3.75rem;
}
.artists-page section.syndicate-artists .copy {
  display: flex;
  flex-flow: column;
  align-items: start;
  row-gap: 1.75rem;
  max-width: 37.5rem;
}
.artists-page section.syndicate-artists .copy p {
  margin: 0;
}
.artists-page section.syndicate-artists .artists-image-carousel {
  display: block;
  width: 100%;
}
.artists-page .divider-line {
  height: 1px;
  border-bottom: solid 1px #595E64;
  margin-left: 9rem;
  width: calc(100% - 18rem);
  max-width: unset !important;
}
@media screen and (max-width: 1439px) {
  .artists-page .divider-line {
    margin-left: 4.5rem;
    width: calc(100% - 9rem);
  }
}
.artists-page h1, .artists-page h2, .artists-page h3, .artists-page h4, .artists-page h5, .artists-page h6 {
  margin: 0;
  padding: 0;
}

.artist-page {
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: start;
  row-gap: 3.75rem;
  padding-bottom: 7.5rem;
}
.artist-page > *:not(.artist-hero) {
  max-width: 853px;
  box-sizing: content-box;
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: start;
}
@media screen and (max-width: 1099px) {
  .artist-page > *:not(.artist-hero) {
    box-sizing: border-box;
    max-width: 100%;
  }
}
.artist-page section.artist-hero {
  width: 100%;
  aspect-ratio: 1512/780;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: start;
  padding-top: 110px;
  padding-bottom: 3.75rem;
  background-size: cover;
  background-position: top center;
}
.artist-page section.artist-hero .content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: start;
  height: 100%;
}
.artist-page section.artist-hero .content heading {
  display: flex;
  flex-flow: column;
  row-gap: 4.125rem;
  align-items: start;
}
@media screen and (max-width: 1099px) {
  .artist-page section.artist-hero {
    aspect-ratio: 390/500;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .artist-page section.artist-hero .content heading {
    row-gap: 2.5rem;
  }
}
.artist-page section.more-like-this {
  row-gap: 2.5rem;
  max-width: unset;
  width: 100%;
  padding-right: 0;
}
.artist-page section.more-like-this .nav-wheel {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  align-items: start;
  gap: 1.25rem;
}
.artist-page section.more-like-this .nav-wheel li {
  background-size: cover;
  background-position: top center;
  width: 330px;
  aspect-ratio: 1;
  padding: 2rem 1.25rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: end;
}
.artist-page section.more-like-this .nav-wheel li a {
  display: none;
  width: 100%;
  text-align: center;
}
.artist-page section.more-like-this .nav-wheel li:hover a {
  display: block;
}
@media screen and (max-width: 1099px) {
  .artist-page section.more-like-this .nav-wheel li a {
    display: block;
  }
}
.artist-page section.artist-copy {
  row-gap: 1.75rem;
}
.artist-page section.artist-copy > p:has(> img) {
  margin: 0.75rem 0;
}
.artist-page section.artist-copy > p:has(> img), .artist-page section.artist-copy > p:has(> img) > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1099px) {
  .artist-page section.artist-copy {
    row-gap: 1.25rem;
  }
}
.artist-page section.artist-image-carousel,
.artist-page section.more-like-this .artist-image-carousel {
  display: block;
  width: 100%;
}
.artist-page section.more-like-this {
  width: calc(100% - 9rem);
}
@media screen and (max-width: 1439px) {
  .artist-page section.more-like-this {
    width: calc(100% - 4.5rem);
  }
}
.artist-page section.more-like-this .nav-wheel li {
  width: calc(33.3% - 1.25rem);
  max-width: 330px;
}
.artist-page section.more-like-this .nav-wheel {
  width: 100%;
}
.artist-page .divider-line {
  height: 1px;
  border-bottom: solid 1px #595E64;
  margin-left: 9rem;
  width: clamp(0px, 100%, 853px);
  max-width: unset !important;
}
.artist-page .divider-line, .artist-page .divider-line.full-width {
  width: calc(100% - 18rem);
}
@media screen and (max-width: 1439px) {
  .artist-page .divider-line {
    margin-left: 4.5rem;
  }
  .artist-page .divider-line.full-width {
    width: calc(100% - 9rem);
  }
}
@media screen and (max-width: 1099px) {
  .artist-page .divider-line {
    display: none;
  }
}
.artist-page heading h6 {
  color: #D29F13;
  text-transform: none;
}
.artist-page h1, .artist-page h2, .artist-page h3, .artist-page h4, .artist-page h5, .artist-page h6 {
  margin: 0;
  padding: 0;
}
.artist-page p {
  margin: 0;
  padding: 0;
}
.artist-page style {
  display: none !important;
}
@media screen and (max-width: 1099px) {
  .artist-page {
    row-gap: 2.5rem;
    padding-bottom: 3.75rem;
  }
  .artist-page h1 {
    font-size: 2.625rem;
  }
  .artist-page h4 {
    font-size: 1.375rem;
  }
}

.products .hero {
  height: 530px;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: end;
  background-size: cover;
  background-position: center;
}
.products .hero .content {
  display: flex;
  flex-flow: column;
  row-gap: 3.75rem;
  align-items: start;
}
.products .hero .content h2 {
  margin: 0;
  padding: 0;
}
.products .hero .content .actions a {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: start;
  font-family: pn-bold;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: 0.01em;
  color: white;
  text-decoration: none;
  gap: 0.75rem;
}
.products .hero .content .actions img {
  width: 2.75rem;
  margin-left: -0.25rem;
}
.products .hero .content .actions span {
  margin-bottom: 0.33rem;
}
@media screen and (max-width: 1099px) {
  .products .hero {
    height: 450px;
    padding-bottom: 55px;
  }
}

.otnotice {
  margin-bottom: 4rem;
  margin-top: 3rem;
}

.maintenance-page {
  align-items: stretch;
}

.password-reset-page .hero {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 80px;
}
.password-reset-page .hero > * {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 1099px) {
  .password-reset-page .hero {
    margin-bottom: 3.75rem;
  }
  .password-reset-page .hero > * {
    width: 100%;
  }
  .password-reset-page .hero .copy-content {
    margin: 7.5rem 3.75rem;
  }
  .password-reset-page .hero .copy-content img {
    width: 100%;
    margin: 0;
  }
}
.password-reset-page .login-form-container {
  padding: 2.5rem 0 2.5rem 2.5rem;
}
.password-reset-page .login-form-container #loginFormSvelteTarget {
  height: 100%;
}
@media screen and (max-width: 1099px) {
  .password-reset-page .login-form-container {
    padding: 0;
  }
}
.password-reset-page .copy-content {
  display: flex;
}
.password-reset-page .copy-content img {
  width: 80%;
  margin-bottom: 10rem;
}

@media (width >= 1100px) {
  .contact-page header:has(.is-authenticated) + main {
    margin-top: 50px;
  }
}

.contact-page .two-column-section-text-block-with-image {
  --content-padding: 3.75em 1em 3.75em 1em;
  --foreground-image-width: auto;
  --text-gap: 1em;
  --title-margin: 0 0 1rem 0;
}
.contact-page .two-column-section-text-block-with-image p {
  max-width: 37ch;
  margin: auto;
}
.contact-page .two-column-section-text-block-with-image p a {
  font-weight: bold;
  color: #D29F13;
  text-decoration: none;
}
.contact-page .two-column-section-text-block-with-image p a:hover {
  text-decoration: underline;
}
@media (width >= 1100px) {
  .contact-page .two-column-section-text-block-with-image {
    --content-padding: 3.75em 0 3.75em 5.22em;
    --foreground-image-width: 80%;
  }
  .contact-page .two-column-section-text-block-with-image p {
    margin: 0;
  }
}

.our-story-page .our-story-page-tlc {
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: start;
  row-gap: 3.75rem;
  padding-bottom: 7.5rem;
}
.our-story-page .our-story-page-tlc > section:not(.our-story-hero),
.our-story-page .our-story-page-tlc .divider-line, .our-story-page .our-story-page-tlc > .actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  column-gap: 135px;
  row-gap: 3.75rem;
}
.our-story-page .our-story-page-tlc #scroll-target {
  margin-top: calc(-180px - 3.75rem);
}
@media screen and (max-width: 1099px) {
  .our-story-page .our-story-page-tlc #scroll-target {
    margin-top: -3.75rem;
  }
}
@media screen and (max-width: 1099px) {
  .our-story-page .our-story-page-tlc {
    padding-bottom: 3.75rem;
  }
}
.our-story-page section.split-content {
  justify-content: space-between;
}
.our-story-page section.split-content .copy {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-content: start;
  row-gap: 35px;
}
.our-story-page section.split-content .image-container img {
  width: 482px;
}
.our-story-page section.split-content .btn-container a.button {
  width: 359px;
}
@media screen and (max-width: 1099px) {
  .our-story-page section.split-content .image-container,
  .our-story-page section.split-content .btn-container {
    width: 100%;
  }
  .our-story-page section.split-content .image-container img,
  .our-story-page section.split-content .image-container a.button,
  .our-story-page section.split-content .btn-container img,
  .our-story-page section.split-content .btn-container a.button {
    width: 100%;
  }
}
.our-story-page section.our-story-hero {
  width: 100%;
  aspect-ratio: 1512/536;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: start;
  padding-top: 110px;
  padding-bottom: 3.75rem;
  background-size: cover;
  background-position: top center;
}
.our-story-page section.our-story-hero .content {
  display: flex;
  flex-flow: column;
  justify-content: end;
  align-items: start;
  height: 100%;
}
.our-story-page section.our-story-hero .content heading {
  display: flex;
  flex-flow: column;
  row-gap: 3.75rem;
  align-items: start;
}
@media screen and (max-width: 1439px) {
  .our-story-page section.our-story-hero {
    padding-top: 80px;
    padding-bottom: 2.5rem;
  }
  .our-story-page section.our-story-hero .content heading {
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 1099px) {
  .our-story-page section.our-story-hero {
    aspect-ratio: 390/360;
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
  .our-story-page section.our-story-hero .content heading {
    row-gap: 3.625rem;
  }
}
@media screen and (min-width: 768px) {
  .our-story-page section.our-story-hero .mobile-only {
    display: none !important;
  }
  .our-story-page section.our-story-hero .desktop-only {
    display: block !important;
  }
}
.our-story-page section.events-image-carousel {
  padding-right: 0;
  width: 100%;
  max-width: unset !important;
  row-gap: 3.75rem;
}
.our-story-page section.events-image-carousel .events-image-carousel-container {
  display: block;
  width: 100%;
}
.our-story-page .actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.our-story-page .actions a.button {
  width: 359px;
}
.our-story-page .divider-line {
  height: 1px;
  border-bottom: solid 1px #595E64;
  margin-left: 9rem;
  width: calc(100% - 18rem);
  max-width: unset !important;
}
@media screen and (max-width: 1439px) {
  .our-story-page .divider-line {
    margin-left: 4.5rem;
    width: calc(100% - 9rem);
  }
}
.our-story-page p ~ p {
  margin-top: -0.75em;
}
.our-story-page h1, .our-story-page h2, .our-story-page h3, .our-story-page h4, .our-story-page h5, .our-story-page h6, .our-story-page p {
  margin: 0;
  padding: 0;
}

.craft-syndicate-page .craft-syndicate-page-tlc {
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: start;
  row-gap: 3.75rem;
  padding-bottom: 7.5rem;
}
.craft-syndicate-page .craft-syndicate-page-tlc section {
  width: 100%;
}
.craft-syndicate-page .craft-syndicate-page-tlc > section:not(.craft-syndicate-hero),
.craft-syndicate-page .craft-syndicate-page-tlc .divider-line, .craft-syndicate-page .craft-syndicate-page-tlc > .actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: start;
  column-gap: 0.5rem;
  row-gap: 3.75rem;
}
.craft-syndicate-page .craft-syndicate-page-tlc #scroll-target {
  margin-top: calc(-180px - 3.75rem);
}
@media screen and (max-width: 1099px) {
  .craft-syndicate-page .craft-syndicate-page-tlc #scroll-target {
    margin-top: -3.75rem;
  }
}
@media screen and (max-width: 1099px) {
  .craft-syndicate-page .craft-syndicate-page-tlc {
    padding-bottom: 3.75rem;
  }
}
.craft-syndicate-page section.branding {
  margin-bottom: 3.75rem;
}
.craft-syndicate-page section.branding img {
  width: 730px;
}
@media screen and (max-width: 1099px) {
  .craft-syndicate-page section.branding {
    margin-bottom: 1.875rem;
  }
  .craft-syndicate-page section.branding img {
    width: 72.5%;
  }
}
.craft-syndicate-page section.split-content .left-content,
.craft-syndicate-page section.split-content .right-content,
.craft-syndicate-page section.split-content .accordion,
.craft-syndicate-page section.split-content .accordion-item {
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: start;
  column-gap: 0.5rem;
  row-gap: 29px;
}
.craft-syndicate-page section.split-content > * {
  width: calc(50% - 0.25rem);
}
.craft-syndicate-page section.split-content .image-container {
  position: relative;
}
.craft-syndicate-page section.split-content .image-container img {
  max-width: 100%;
}
.craft-syndicate-page section.split-content .image-container a.button {
  position: absolute;
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
  width: 359px;
}
.craft-syndicate-page section.split-content p {
  min-height: 3.75rem;
}
@media screen and (max-width: 1099px) {
  .craft-syndicate-page section.split-content .left-content,
  .craft-syndicate-page section.split-content .right-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .craft-syndicate-page section.split-content .image-container a.button {
    width: 290px;
    bottom: 2.5rem;
  }
}
.craft-syndicate-page section.craft-syndicate-hero {
  width: 100%;
  aspect-ratio: 1512/536;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: start;
  padding-top: 110px;
  padding-bottom: 3.75rem;
  background-size: cover;
  background-position: top center;
}
.craft-syndicate-page section.craft-syndicate-hero .content {
  display: flex;
  flex-flow: column;
  justify-content: end;
  align-items: start;
  height: 100%;
}
.craft-syndicate-page section.craft-syndicate-hero .content heading {
  display: flex;
  flex-flow: column;
  row-gap: 3.75rem;
  align-items: start;
}
@media screen and (max-width: 1439px) {
  .craft-syndicate-page section.craft-syndicate-hero {
    padding-top: 80px;
    padding-bottom: 2.5rem;
  }
  .craft-syndicate-page section.craft-syndicate-hero .content heading {
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 1099px) {
  .craft-syndicate-page section.craft-syndicate-hero {
    aspect-ratio: 390/360;
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
  .craft-syndicate-page section.craft-syndicate-hero .content heading {
    row-gap: 3.625rem;
  }
}
@media screen and (min-width: 768px) {
  .craft-syndicate-page section.craft-syndicate-hero .mobile-only {
    display: none !important;
  }
  .craft-syndicate-page section.craft-syndicate-hero .desktop-only {
    display: block !important;
  }
}
.craft-syndicate-page .divider-line {
  height: 1px;
  border-bottom: solid 1px #595E64;
  margin-left: 9rem;
  width: calc(100% - 18rem);
  max-width: unset !important;
}
@media screen and (max-width: 1439px) {
  .craft-syndicate-page .divider-line {
    margin-left: 4.5rem;
    width: calc(100% - 9rem);
  }
}
.craft-syndicate-page h6 {
  color: #D29F13;
}
.craft-syndicate-page p ~ p {
  margin-top: -0.75em;
}
.craft-syndicate-page h1, .craft-syndicate-page h2, .craft-syndicate-page h3, .craft-syndicate-page h4, .craft-syndicate-page h5, .craft-syndicate-page h6, .craft-syndicate-page p {
  margin: 0;
  padding: 0;
}