<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Helper for getting a color from a map */
/* Helper for setting a color */
/* Helper for getting a color from a map */
/* Helper for setting a color */
/*other shade of black used #1C1D1C,#252725, #000*/
/*other shade of light grey used #F4F4F4*/
/* ICONS */
/* svg Icons */
/* Sprite svg Icons */
/*other shade of black used #1C1D1C,#252725, #000*/
/*other shade of light grey used #F4F4F4*/
/* ICONS */
/* svg Icons */
/* Sprite svg Icons */
.our-story-component .left-section {
  min-height: 350px;
  background: #000;
  color: #ffffff;
  padding: 5em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1023.98px) {
  .our-story-component .left-section {
    padding: 2em 0;
  }
}
.our-story-component .left-section div.heading,
.our-story-component .left-section div.main-text {
  font-size: 52px;
  font-size: 4.3333333333rem;
  font-family: chronicle-deck-cond, serif;
  line-height: 56px;
  letter-spacing: 0;
}
@media (max-width: 1023.98px) {
  .our-story-component .left-section div.heading,
  .our-story-component .left-section div.main-text {
    font-size: 40px;
    font-size: 3.3333333333rem;
    font-weight: normal;
    line-height: 52px;
  }
}
.our-story-component .left-section .sub-heading,
.our-story-component .left-section .sub-text {
  margin-top: 1em;
}
.our-story-component .left-section .action-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-story-component .left-section .action-buttons .btn {
  min-width: 180px;
  margin-top: 2em;
}
.our-story-component .left-section .action-buttons .btn + .btn {
  margin-left: 2em;
}
@media (max-width: 1023.98px) {
  .our-story-component .left-section .action-buttons {
    flex-direction: column;
  }
  .our-story-component .left-section .action-buttons .btn {
    margin-top: 1em;
    width: 100%;
  }
  .our-story-component .left-section .action-buttons .btn + .btn {
    margin-left: 0;
  }
}
.our-story-component .left-section .heading,
.our-story-component .left-section .sub-heading {
  width: 55%;
}
.our-story-component .right-section img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-story-component .content-details {
  margin-bottom: 64px;
}
.our-story-component .content-details ul {
  display: flex;
  justify-content: space-between;
  margin: 76px 0 58px;
}
.our-story-component .content-details li {
  flex: 0 0 25%;
}
.our-story-component .content-details li h3 {
  text-transform: uppercase;
}
.our-story-component .content-details .black-bg-btn {
  min-width: 264px;
}
.our-story-component .content-details li.between-lines {
  flex: 0 0 1%;
  border-right: 1px solid #000;
}
@media (max-width: 768px) {
  .our-story-component .content-details ul {
    flex-direction: column;
  }
  .our-story-component .content-details li.between-lines {
    border-bottom: 1px solid;
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .our-story-component .left-section {
    padding: 89px 15px 93px !important;
  }
  .our-story-component .left-section .heading,
  .our-story-component .left-section .sub-heading {
    width: 83.3333%;
  }
  .our-story-component .right-section img {
    min-height: 275px;
  }
  .our-story-component .content-details {
    margin-bottom: 73px;
  }
  .our-story-component .content-details ul {
    margin: 54px 0 30px;
    flex-direction: column;
  }
  .our-story-component .content-details ul li.between-lines {
    border-bottom: 1px solid #000;
    margin: 52px 0;
  }
}

.img-banner {
  display: block;
  position: relative;
  height: 19.25rem;
  margin-bottom: 2.25rem;
}
@media (min-width: 992px) {
  .img-banner {
    height: 21.5rem;
    margin-bottom: 3rem;
  }
}
.img-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.page-title {
  text-align: center;
  line-height: 1;
  font-family: "Caslon Text Regular Condensed", ui-serif, serif;
  font-size: 2.375rem;
  font-weight: 400;
  letter-spacing: -0.0475rem;
}
@media (min-width: 992px) {
  .page-title {
    line-height: 1;
    font-family: "Caslon Text Regular Condensed", ui-serif, serif;
    font-size: 4.188rem;
    font-weight: 400;
    letter-spacing: -0.08375rem;
  }
}

.page-intro {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
  text-align: center;
  width: min(100%, 33rem);
  margin: 0 auto 3.5rem;
  color: #000;
}
@media (min-width: 992px) {
  .page-intro {
    margin-bottom: 4.25rem;
  }
}

.email-signup-section {
  width: min(100%, 36rem);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .email-signup-section {
    margin-bottom: 5rem;
  }
}

.email-signup-form__input-wrapper {
  margin-bottom: 1.5rem;
}
.email-signup-form__input {
  --border-color: #000;
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
  width: 100%;
  border-width: 0;
  border-bottom: 1px solid var(--border-color);
}
.email-signup-form__input::-moz-placeholder {
  color: #000;
}
.email-signup-form__input::placeholder {
  color: #000;
}
.email-signup-form__input--invalid {
  --border-color: #b93535;
}
.email-signup-form__input--invalid + .email-signup-form__input-error {
  display: block;
}
.email-signup-form__btn-wrapper {
  text-align: center;
  margin-bottom: 1.25rem;
}
.email-signup-form__input-error {
  display: none;
  color: #b93535;
  margin: 0;
}
.email-signup-form__btn {
  width: 100%;
  margin: 0 auto 0.5rem;
}
@media (min-width: 768px) {
  .email-signup-form__btn {
    max-width: 17rem;
  }
}
.email-signup-form__btn--invalid + .email-signup-form__input-error {
  display: block;
}
.email-signup-form__disclaimer {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.0175rem;
  display: block;
  text-align: center;
  color: #434343;
  margin: 0;
}

.email-signup-success {
  text-align: center;
}
.email-signup-success__heading {
  line-height: 1;
  font-family: "Blanka Expanded", ui-sans-serif, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.035rem;
}
@media (min-width: 992px) {
  .email-signup-success__heading {
    line-height: 1;
    font-family: "Caslon Text Regular Condensed", ui-serif, serif;
    font-size: 3.188rem;
    font-weight: 400;
    letter-spacing: -0.06375rem;
  }
}
.email-signup-success__body {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
}
.email-signup-success__body:last-child {
  margin: 0;
}</pre></body></html>