<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Functions &amp; Mixins */
/* ==== Containers &amp; Responsive Mixins ==== */
/* Defines convenience mixins for common breakpoint targets.
these are small, medium, mediumlarge, and large. These variables should be defined prior to use.
*/
/* Universal breakpoints */
.triptych {
  width: 100vw;
  max-width: 100%;
  padding-top: 0;
}
@media (min-width: 30.0625rem) {
  .triptych {
    padding-top: 80px;
  }
}
.triptych__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
}
@media (min-width: 48.0625rem) {
  .triptych__inner {
    padding: 1.25rem 5rem;
  }
}
@media (max-width: 48rem) {
  .triptych__inner {
    padding: 1.25rem 1.25rem;
  }
}
@media (min-width: 1401px) {
  .triptych__inner {
    padding: 0 11.5625rem 8.125rem;
  }
}
@media (max-width: 1400px) {
  .triptych__inner {
    padding: 0 2.5rem 8.125rem;
  }
}
@media (max-width: 767px) {
  .triptych__inner {
    padding: 0 3.125rem 1.25rem;
  }
}
@media (max-width: 30rem) {
  .triptych__inner {
    padding: 0 1.25rem 1.25rem;
  }
}
.triptych__header {
  width: 45rem;
  max-width: 100%;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #3b3c43;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
@media (max-width: 767px) {
  .triptych__header {
    width: 100%;
    font-size: 2rem;
  }
}
.triptych__subline {
  width: 45rem;
  max-width: 100%;
  margin: 2.5rem auto 3.75rem;
  line-height: 1.2;
  text-align: center;
  color: #3b3c43;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
@media (max-width: 767px) {
  .triptych__subline {
    width: 100%;
    font-size: 1rem;
    margin: 1.875rem auto;
  }
}
.triptych__subline--bold {
  font-weight: bold;
  white-space: nowrap;
}
.triptych__triptych {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1400px) {
  .triptych__triptych {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .triptych__triptych {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.triptych__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media (max-width: 767px) {
  .triptych__column {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.25rem;
  }
}
.triptych__divider {
  height: 6.875rem;
  margin: auto 0;
  border-left: 2px solid #d8d8d8;
}
@media (max-width: 767px) {
  .triptych__divider {
    display: none;
  }
}
.triptych__triptych-header {
  text-align: center;
  font-weight: normal;
  line-height: 1;
  color: #3b3c43;
}
@media (max-width: 767px) {
  .triptych__triptych-header {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .triptych__break {
    content: " ";
    display: none;
  }
}
.triptych__percent-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.triptych__icon {
  width: 5.1875rem;
  height: 5.1875rem;
  margin: 0.625rem 0.9375rem 0 0;
}
@media (max-width: 1024px) {
  .triptych__icon {
    width: 3.75rem;
    height: 3.75rem;
    margin: 0.625rem 0.625rem 0 0;
  }
}
.triptych__percent {
  font-weight: bold;
  font-size: 6.875rem;
  color: #3b3c43;
  text-align: center;
}
@media (max-width: 1024px) {
  .triptych__percent {
    font-size: 5rem;
  }
}
.triptych__percent1 {
  width: 7.875rem;
}
@media (max-width: 1024px) {
  .triptych__percent1 {
    width: 5.625rem;
  }
}
.triptych__percent2 {
  width: 7.875rem;
}
@media (max-width: 1024px) {
  .triptych__percent2 {
    width: 5.625rem;
  }
}
.triptych__percent3 {
  width: 7.875rem;
}
@media (max-width: 1024px) {
  .triptych__percent3 {
    width: 5.625rem;
  }
}
.triptych__percent-symbol, .triptych__dollar-symbol {
  position: relative;
  line-height: 1;
  top: 0.8rem;
  right: -0.25rem;
  font-size: 2.6875rem;
  color: #3b3c43;
}
@media (max-width: 1024px) {
  .triptych__percent-symbol, .triptych__dollar-symbol {
    top: 0.7rem;
    font-size: 1.875rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .triptych__percent-symbol, .triptych__dollar-symbol {
    top: 0.25rem;
  }
}
.triptych__dollar-symbol {
  right: 0.25rem;
}
.triptych__times-symbol {
  position: relative;
  line-height: 1;
  top: unset;
  bottom: 1.5rem;
  right: -0.5rem;
  font-size: 2.6875rem;
  color: #3b3c43;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 1024px) {
  .triptych__times-symbol {
    top: unset;
    bottom: 1.125rem;
    right: -0.5rem;
    font-size: 1.875rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .triptych__times-symbol {
    top: auto;
    bottom: 1.75rem;
    right: -0.75rem;
  }
}
.triptych__text {
  margin: 0 0.9375rem 0 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #3b3c43;
}
@media (max-width: 1024px) {
  .triptych__text {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .triptych__text {
    width: 18.75rem;
    text-align: center;
    font-size: 1rem;
  }
}
.triptych__button-container {
  margin: 5rem 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .triptych__button-container {
    margin: 2.5rem 0;
  }
}
.triptych__button {
  border: 0;
  padding: 0.9375rem 1.5625rem;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  display: inline-block;
}
.triptych__button:hover {
  background-color: #3b3c43;
  color: #ffffff;
}
.triptych__button:focus, .triptych__button:focus-visible {
  outline-color: #3b3c43;
}
.triptych__button.-disabled {
  cursor: not-allowed;
}
.triptych__button.-disabled:hover {
  background-color: #fbc600;
  color: #3b3c43;
}
.triptych__button.-disabled:focus, .triptych__button.-disabled:focus-visible {
  outline: none;
}
@media (max-width: 767px) {
  .triptych__button {
    line-height: 1.2;
  }
}</pre></body></html>