<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 69:11 Expected ":"
Line 69:13 Expected identifier but found "1.6rem"

**/
.split-text {
  text-align: left;
  z-index: 1;
}

.split-text.split-text--full-width {
  max-width: initial;
  width: 100%;
}

.splitText-heading {
    font-family: Futura;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    max-width: 80%;
    margin-bottom: 40px;
}

.split-text__text.rte p{

font-weight: 400;
font-size: 16px;
line-height: 32px;
}


.dotty {display:none;}
@media screen and (min-width: 750px) {
  
  
.splitText-heading {
font-family: Futura;
font-size: 32px;
font-weight: 700;
line-height: 38px;
letter-spacing: 0em;
text-align: left;
  text-transform: uppercase;

}
.dotty {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 999;
  display: block;
}
}

.split-text__blocks .cert__title {
	font-weight: 700;
  font-size: 4.2rem;
  line-height: 32px;
  margin-top:0;
  margin-bottom: 32px;
}

.cert__bottom {
  font-size; 1.6rem;
  line-height: 24px;
  margin-top:0;
  margin-bottom: 0;
}
.split-text__text.rte.cert__bottom {
  margin-top: 16px;

}
.split-text__blocks {
  margin: auto;
  /* 2.5rem margin on left &amp; right */
  width: calc(100% - 5rem / var(--font-body-scale));
}

.split-text__blocks * {
  overflow-wrap: break-word;
}

.split-text--full-width .split-text__blocks {
  /* 4rem (1.5rem + 2.5rem) margin on left &amp; right */
  width: calc(100% - 8rem / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .split-text__blocks {
    max-width: 50rem;
  }
  
  .page-width.page-width-splittext.split-text-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 16px;
    align-items: center;
}

  .split-text--full-width .split-text__blocks {
    /* 7.5rem (5rem + 2.5rem) margin on left &amp; right */
    width: calc(100% - 15rem);
  }
}

@media screen and (min-width: 990px) {
  .split-text__blocks {
    max-width: 78rem;
  }
}

/* Blocks */

.split-text__blocks &gt; * {
  margin-top: 0;
  margin-bottom: 0;
}

.split-text__blocks &gt; * + * {
  margin-top: 2rem;
}

.split-text__blocks &gt; * + a {
  margin-top: 3rem;
}

.color-inverse .button {
	background-color: var(--color-base-nav);
     color: #ffffff;
      margin-top:3.2rem;
}</pre></body></html>