/** Shopify CDN: Minification failed

Line 132:15 Unterminated string token

**/
@charset "UTF-8";
.rte:after {
  clear: both;
  content: "";
  display: block;
}
.rte * {
  line-height: 1.4;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4 {
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  line-height: var(--font-heading-line-height);
}
.rte div {
  margin: 0;
}
.rte p {
  margin: 1.6rem 0;
  letter-spacing: normal;
}
.rte ol,
.rte ul {
  padding-left: 2.4rem;
  margin: 0 0 1.6rem 0;
}
.rte li {
  list-style: inherit;
  padding-left: 0.4rem;
  margin: 1.6rem 0rem;
  letter-spacing: 0;
}
.rte li:last-child {
  margin-bottom: 0;
}
.rte a {
  color: rgb(var(--color-foreground));
  text-decoration-color: currentColor;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 0.1rem;
  transition: opacity var(--duration-default) ease;
}
.rte a:hover {
  opacity: 0.8;
}
.rte img,
.rte figure {
  height: auto;
  max-width: 100%;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  width: 50%;
}
.rte img:only-child,
.rte figure:only-child {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .rte img,
  .rte figure {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.rte figure > img {
  margin: 0;
}
.rte figcaption {
  font-size: 1.5rem;
  color: rgb(var(--color-foreground-secondary));
}
.rte table {
  table-layout: fixed;
  overflow: auto;
}
@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.rte iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.rte blockquote {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  padding: 3.2rem;
  margin: 3.2rem 0;
  border: none;
  font-family: var(--font-heading-family);
  border-radius: 0.4rem;
  overflow: hidden;
  background-color: rgb(var(--color-background-secondary));
}
@media screen and (min-width: 990px) {
  .rte blockquote {
    margin: 4.8rem 0;
  }
}
@media screen and (min-width: 1360px) {
  .rte blockquote {
    margin: 8.8rem 0;
  }
}
.rte blockquote + * {
  margin-top: 0;
}
@media screen and (min-width: 1100px) {
  .rte blockquote {
    width: calc(100vw - 17.6rem - 12.4rem - 6.4rem - 6.4rem);
    padding: 6.4rem;
  }
}
.rte blockquote::before {
  content: """;
  width: 5.6rem;
  height: 5.6rem;
  margin-bottom: 3.2rem;
  font-family: var(--font-heading-family);
  font-size: 5.8rem;
  font-weight: var(--font-heading-weight);
  text-align: center;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-foreground), 0.1);
  border-radius: 50%;
}
@media screen and (min-width: 990px) {
  .rte blockquote {
    padding: 6.4rem;
  }
}
.rte blockquote > * {
  max-width: 81.6rem;
}
.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}
.rte blockquote > *:first-child,
.rte blockquote > *:first-child > * {
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.rte blockquote p {
  font-size: var(--font-heading-h3-size);
}
.rte blockquote p:nth-child(2) {
  margin-top: 4rem;
  font-family: var(--font-body-family);
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(var(--color-foreground-secondary));
}
.rte blockquote img {
  margin-top: 1.6rem;
  margin-bottom: 0;
}

/* Rich text section alignment overrides - FORCE LEFT for all content */
.rich-text .rte {
  text-align: left !important;
}

.rich-text .rte * {
  text-align: left !important;
}

.rich-text .rte p {
  text-align: left !important;
  margin: 1.6rem 0;
}

.rich-text .rte p[style*="text-align: center"],
.rich-text .rte p[style*="text-align:center"] {
  text-align: left !important;
}

.rich-text .rte h1,
.rich-text .rte h2,
.rich-text .rte h3,
.rich-text .rte h4,
.rich-text .rte h5,
.rich-text .rte h6 {
  text-align: left !important;
}

.rich-text .rte ol,
.rich-text .rte ul {
  text-align: left !important;
}

.rich-text .rte li {
  text-align: left !important;
}

.rich-text .rte blockquote {
  text-align: left !important;
}

.rich-text .rte div {
  text-align: left !important;
}

.rich-text .rte div[style*="text-align: center"],
.rich-text .rte div[style*="text-align:center"] {
  text-align: left !important;
}

/* Alignment class variants */
.rich-text--align-left .rte,
.rich-text--align-left .rte * {
  text-align: left !important;
}

.rich-text--align-left .rte p,
.rich-text--align-left .rte h1,
.rich-text--align-left .rte h2,
.rich-text--align-left .rte h3,
.rich-text--align-left .rte h4,
.rich-text--align-left .rte h5,
.rich-text--align-left .rte h6,
.rich-text--align-left .rte ol,
.rich-text--align-left .rte ul,
.rich-text--align-left .rte li,
.rich-text--align-left .rte div {
  text-align: left !important;
}

/* Override center alignment to left */
.rich-text--align-center .rte,
.rich-text--align-center .rte * {
  text-align: left !important;
}

.rich-text--align-center .rte p,
.rich-text--align-center .rte h1,
.rich-text--align-center .rte h2,
.rich-text--align-center .rte h3,
.rich-text--align-center .rte h4,
.rich-text--align-center .rte h5,
.rich-text--align-center .rte h6,
.rich-text--align-center .rte ol,
.rich-text--align-center .rte ul,
.rich-text--align-center .rte li,
.rich-text--align-center .rte div {
  text-align: left !important;
}

.rich-text--align-center .rte p[style*="text-align"],
.rich-text--align-center .rte div[style*="text-align"] {
  text-align: left !important;
}

.rich-text--align-right .rte,
.rich-text--align-right .rte * {
  text-align: right !important;
}

.rich-text--align-right .rte p,
.rich-text--align-right .rte h1,
.rich-text--align-right .rte h2,
.rich-text--align-right .rte h3,
.rich-text--align-right .rte h4,
.rich-text--align-right .rte h5,
.rich-text--align-right .rte h6,
.rich-text--align-right .rte ol,
.rich-text--align-right .rte ul,
.rich-text--align-right .rte li,
.rich-text--align-right .rte div {
  text-align: right !important;
}

/* Force left alignment for 3-column layout */
.rich-text__column-left .rte,
.rich-text__column-left .rte * {
  text-align: left !important;
}

.rich-text__column-center .rte,
.rich-text__column-center .rte * {
  text-align: left !important;
}

.rich-text__column-center .rte p,
.rich-text__column-center .rte h1,
.rich-text__column-center .rte h2,
.rich-text__column-center .rte h3,
.rich-text__column-center .rte h4,
.rich-text__column-center .rte h5,
.rich-text__column-center .rte h6,
.rich-text__column-center .rte ol,
.rich-text__column-center .rte ul,
.rich-text__column-center .rte li,
.rich-text__column-center .rte div {
  text-align: left !important;
}

.rich-text__column-center .rte p[style*="text-align"],
.rich-text__column-center .rte div[style*="text-align"] {
  text-align: left !important;
}