.font-miller {
  font-family: "miller-text", serif;
}
.font-neuehaas {
  font-family: "neue-haas-grotesk-display", sans-serif;
}
.font-size12 {
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size12 {
    font-size: 12px;
    line-height: 16px;
  }
}
.font-size13 {
  font-size: calc(13rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(17rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size13 {
    font-size: 13px;
    line-height: 17px;
  }
}
.font-size14 {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size14 {
    font-size: 14px;
    line-height: 18px;
  }
}
.font-size15 {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size15 {
    font-size: 15px;
    line-height: 20px;
  }
}
.font-size16 {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(22rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size16 {
    font-size: 16px;
    line-height: 22px;
  }
}
.font-size17 {
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size17 {
    font-size: 17px;
    line-height: 24px;
  }
}
.font-size18 {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size18 {
    font-size: 18px;
    line-height: 26px;
  }
}
.font-size20 {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size20 {
    font-size: 20px;
    line-height: 28px;
  }
}
.font-size24 {
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size24 {
    font-size: 24px;
    line-height: 32px;
  }
}
.font-size26 {
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size26 {
    font-size: 24px;
    line-height: 32px;
  }
}
.font-size30 {
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(42rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size30 {
    font-size: 30px;
    line-height: 42px;
  }
}
.font-size32 {
  font-size: calc(32rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size32 {
    font-size: 32px;
    line-height: 44px;
  }
}
.font-weight-normal,
.font-normal,
.font-regular {
  font-weight: normal !important;
}
.font-weight-roman,
.font-roman {
  font-weight: 400 !important;
}
.font-weight-bold,
.font-bold {
  font-weight: bold !important;
}
.font-weight-medium,
.font-medium {
  font-weight: 500 !important;
}
.font-weight-semibold,
.font-semibold {
  font-weight: 600 !important;
}
.font-italic {
  font-style: italic;
}
.capitalize {
  text-transform: uppercase;
}
.link-hover:is(a) {
  text-decoration: none;
}
.link-hover:is(a):hover {
  text-decoration: underline;
}
#content figcaption {
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  #content figcaption {
    font-size: 12px;
    line-height: 16px;
  }
}
#content h1,
#footer h1,
.header__mobile h1,
.fancybox-container h1,
#content .h1,
#footer .h1,
.header__mobile .h1,
.fancybox-container .h1 {
  font-family: "miller-text", serif;
  font-size: calc(80rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(86rem * 1 / 18 * var(--text-multiplier));
  font-weight: bold;
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
#content h1:is(a),
#footer h1:is(a),
.header__mobile h1:is(a),
.fancybox-container h1:is(a),
#content .h1:is(a),
#footer .h1:is(a),
.header__mobile .h1:is(a),
.fancybox-container .h1:is(a) {
  text-decoration: none;
}
#content h1:is(a):hover,
#footer h1:is(a):hover,
.header__mobile h1:is(a):hover,
.fancybox-container h1:is(a):hover,
#content .h1:is(a):hover,
#footer .h1:is(a):hover,
.header__mobile .h1:is(a):hover,
.fancybox-container .h1:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h1,
  #footer h1,
  .header__mobile h1,
  .fancybox-container h1,
  #content .h1,
  #footer .h1,
  .header__mobile .h1,
  .fancybox-container .h1 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
  #content h1.title,
  #footer h1.title,
  .header__mobile h1.title,
  .fancybox-container h1.title,
  #content .h1.title,
  #footer .h1.title,
  .header__mobile .h1.title,
  .fancybox-container .h1.title {
    font-size: 50px;
    line-height: 52px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 350px) {
  #content h1.title,
  #footer h1.title,
  .header__mobile h1.title,
  .fancybox-container h1.title,
  #content .h1.title,
  #footer .h1.title,
  .header__mobile .h1.title,
  .fancybox-container .h1.title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
}
#content h1.font-neuehaas,
#footer h1.font-neuehaas,
.header__mobile h1.font-neuehaas,
.fancybox-container h1.font-neuehaas,
#content .h1.font-neuehaas,
#footer .h1.font-neuehaas,
.header__mobile .h1.font-neuehaas,
.fancybox-container .h1.font-neuehaas {
  font-family: "neue-haas-grotesk-display", sans-serif;
}
#content h2,
#footer h2,
.header__mobile h2,
.fancybox-container h2,
#content .h2,
#footer .h2,
.header__mobile .h2,
.fancybox-container .h2 {
  font-family: "miller-text", serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(54rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-0.5rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
#content h2:is(a),
#footer h2:is(a),
.header__mobile h2:is(a),
.fancybox-container h2:is(a),
#content .h2:is(a),
#footer .h2:is(a),
.header__mobile .h2:is(a),
.fancybox-container .h2:is(a) {
  text-decoration: none;
}
#content h2:is(a):hover,
#footer h2:is(a):hover,
.header__mobile h2:is(a):hover,
.fancybox-container h2:is(a):hover,
#content .h2:is(a):hover,
#footer .h2:is(a):hover,
.header__mobile .h2:is(a):hover,
.fancybox-container .h2:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h2,
  #footer h2,
  .header__mobile h2,
  .fancybox-container h2,
  #content .h2,
  #footer .h2,
  .header__mobile .h2,
  .fancybox-container .h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
  }
}
#content h2.font-neuehaas,
#footer h2.font-neuehaas,
.header__mobile h2.font-neuehaas,
.fancybox-container h2.font-neuehaas,
#content .h2.font-neuehaas,
#footer .h2.font-neuehaas,
.header__mobile .h2.font-neuehaas,
.fancybox-container .h2.font-neuehaas {
  font-family: "neue-haas-grotesk-display", sans-serif;
}
#content h3,
#footer h3,
.header__mobile h3,
.fancybox-container h3,
#content .h3,
#footer .h3,
.header__mobile .h3,
.fancybox-container .h3 {
  font-family: "miller-text", serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(46rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-0.35rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
#content h3:is(a),
#footer h3:is(a),
.header__mobile h3:is(a),
.fancybox-container h3:is(a),
#content .h3:is(a),
#footer .h3:is(a),
.header__mobile .h3:is(a),
.fancybox-container .h3:is(a) {
  text-decoration: none;
}
#content h3:is(a):hover,
#footer h3:is(a):hover,
.header__mobile h3:is(a):hover,
.fancybox-container h3:is(a):hover,
#content .h3:is(a):hover,
#footer .h3:is(a):hover,
.header__mobile .h3:is(a):hover,
.fancybox-container .h3:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h3,
  #footer h3,
  .header__mobile h3,
  .fancybox-container h3,
  #content .h3,
  #footer .h3,
  .header__mobile .h3,
  .fancybox-container .h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.35px;
    margin-bottom: 12px;
  }
}
#content h3.font-neuehaas,
#footer h3.font-neuehaas,
.header__mobile h3.font-neuehaas,
.fancybox-container h3.font-neuehaas,
#content .h3.font-neuehaas,
#footer .h3.font-neuehaas,
.header__mobile .h3.font-neuehaas,
.fancybox-container .h3.font-neuehaas {
  font-family: "neue-haas-grotesk-display", sans-serif;
}
#content h4,
#footer h4,
.header__mobile h4,
.fancybox-container h4,
#content .h4,
#footer .h4,
.header__mobile .h4,
.fancybox-container .h4 {
  font-family: "miller-text", serif;
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
#content h4:is(a),
#footer h4:is(a),
.header__mobile h4:is(a),
.fancybox-container h4:is(a),
#content .h4:is(a),
#footer .h4:is(a),
.header__mobile .h4:is(a),
.fancybox-container .h4:is(a) {
  text-decoration: none;
}
#content h4:is(a):hover,
#footer h4:is(a):hover,
.header__mobile h4:is(a):hover,
.fancybox-container h4:is(a):hover,
#content .h4:is(a):hover,
#footer .h4:is(a):hover,
.header__mobile .h4:is(a):hover,
.fancybox-container .h4:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h4,
  #footer h4,
  .header__mobile h4,
  .fancybox-container h4,
  #content .h4,
  #footer .h4,
  .header__mobile .h4,
  .fancybox-container .h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
#content h4.font-neuehaas,
#footer h4.font-neuehaas,
.header__mobile h4.font-neuehaas,
.fancybox-container h4.font-neuehaas,
#content .h4.font-neuehaas,
#footer .h4.font-neuehaas,
.header__mobile .h4.font-neuehaas,
.fancybox-container .h4.font-neuehaas {
  font-family: "neue-haas-grotesk-display", sans-serif;
}
#content h5,
#footer h5,
.header__mobile h5,
.fancybox-container h5,
#content .h5,
#footer .h5,
.header__mobile .h5,
.fancybox-container .h5 {
  font-family: "miller-text", serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
#content h5:is(a),
#footer h5:is(a),
.header__mobile h5:is(a),
.fancybox-container h5:is(a),
#content .h5:is(a),
#footer .h5:is(a),
.header__mobile .h5:is(a),
.fancybox-container .h5:is(a) {
  text-decoration: none;
}
#content h5:is(a):hover,
#footer h5:is(a):hover,
.header__mobile h5:is(a):hover,
.fancybox-container h5:is(a):hover,
#content .h5:is(a):hover,
#footer .h5:is(a):hover,
.header__mobile .h5:is(a):hover,
.fancybox-container .h5:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h5,
  #footer h5,
  .header__mobile h5,
  .fancybox-container h5,
  #content .h5,
  #footer .h5,
  .header__mobile .h5,
  .fancybox-container .h5 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
#content h5.font-neuehaas,
#footer h5.font-neuehaas,
.header__mobile h5.font-neuehaas,
.fancybox-container h5.font-neuehaas,
#content .h5.font-neuehaas,
#footer .h5.font-neuehaas,
.header__mobile .h5.font-neuehaas,
.fancybox-container .h5.font-neuehaas {
  font-family: "neue-haas-grotesk-display", sans-serif;
}
.h0 {
  font-size: calc(100rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(46rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
  font-family: "neue-haas-grotesk-display", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .h0 {
    font-size: 84px;
    line-height: 48px;
  }
}
.h0-150 {
  font-size: calc(150rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
  font-family: "neue-haas-grotesk-display", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .h0-150 {
    font-size: 80px;
    line-height: 96px;
  }
}
.h0-miller {
  font-size: calc(150rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
  font-family: "miller-text", serif;
}
@media only screen and (max-width: 1023px) {
  .h0-miller {
    font-size: 80px;
    line-height: 96px;
  }
}
.body-miller {
  font-family: "miller-text", serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  .body-miller {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1023px) {
  .body-miller {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
.body-miller a {
  text-decoration: none;
  color: inherit;
}
.body-intro {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: calc(1rem*1 / 18);
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  .body-intro {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1023px) {
  .body-intro {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
  }
}
.body-testimonials-info {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.7rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  .body-testimonials-info {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .body-testimonials-info {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
.body-testimonials-info a {
  text-decoration: none;
  color: inherit;
}
.body-paragraph,
p {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.7rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  .body-paragraph,
  p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .body-paragraph,
  p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
.body-paragraph a,
p a {
  text-decoration: none;
  color: inherit;
}
.section-title {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-family: "miller-text", serif;
  font-weight: 500;
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .section-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .section-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.body-name {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 1023px) {
  .body-name {
    font-size: 18px;
    line-height: 26px;
  }
}
.card-quote {
  font-size: calc(40rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
  font-family: "miller-text", serif;
  font-weight: bold !important;
}
@media only screen and (max-width: 1023px) {
  .card-quote {
    font-size: 24px;
    line-height: 28px;
  }
}
.testimonial-quote {
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(33rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
  font-family: "miller-text", serif;
  font-style: italic;
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  .testimonial-quote {
    font-size: 16px;
    line-height: 20px;
  }
}
.testimonial-36 {
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(46rem * 1 / 18 * var(--text-multiplier));
  font-family: "miller-text", serif;
  font-style: italic;
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  .testimonial-36 {
    font-size: 24px;
    line-height: 30px;
  }
}
.body-font16 {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(22rem * 1 / 18 * var(--text-multiplier));
  font-family: "neue-haas-grotesk-display", sans-serif;
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  .body-font16 {
    font-size: 16px;
    line-height: 22px;
  }
}
.body-font14 {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400 !important;
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.9rem * 1 / 18 * var(--text-multiplier));
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  .body-font14 {
    font-size: 14px;
    line-height: 18px;
  }
}
.button {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-family: "miller-text", serif;
  font-weight: 500;
  margin-bottom: calc(20rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .button {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .button {
    font-size: 18px;
    line-height: 24px;
  }
}
.button-neuehaas {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  color: #3F526F;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .button-neuehaas {
    font-size: 15px;
    line-height: 20px;
  }
}
.body-para-name-title {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.7rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
  font-weight: 500;
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .body-para-name-title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .body-para-name-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
.body-para-name-title a {
  text-decoration: none;
  color: inherit;
}
.page-title {
  font-family: "miller-text", serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
  color: #3F526F;
  width: fit-content;
  text-transform: capitalize;
}
@media only screen and (max-width: 1023px) {
  .page-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .page-title {
    margin-bottom: 20px;
  }
}
.page-title-overline {
  font-family: "miller-text", serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
  color: #3F526F;
  width: fit-content;
  text-transform: capitalize;
  border-top: calc(1.5rem * 1 / 18) solid #D79133;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .page-title-overline {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .page-title-overline {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-title-overline {
    border-top: 1.5px solid #D79133;
  }
}
.miller-text {
  font-family: "miller-text", serif;
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(42rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.025rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
.miller-text:is(a) {
  text-decoration: none;
}
.miller-text:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .miller-text {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.025px;
    margin-bottom: 12px;
  }
}
.apply-grid-and-padding {
  display: grid;
  padding-left: calc(139rem * 1 / 18);
  padding-right: calc(139rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .apply-grid-and-padding {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .apply-grid-and-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.apply-grid-without-padding {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .apply-grid-without-padding {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .apply-grid-without-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.fill-grid {
  grid-column: 1 / span 24;
}
@media only screen and (max-width: 1023px) {
  .fill-grid {
    grid-column: 1 / span 12;
  }
}
.color-blue {
  color: #5B7E96;
}
.color-orange {
  color: #D79133;
}
.color-tan {
  color: #FEE5A5;
}
.color-pale-green {
  color: #C9DCAC;
}
.color-mint {
  color: #82D5BA;
}
.color-pale-blue {
  color: #82A8BD;
}
.color-navy {
  color: #3F526F;
}
.color-rose {
  color: #B7637D;
}
.color-white {
  color: white;
}
.color-light-gray {
  color: #E2EBEE;
}
.color-mid-gray {
  color: #9AA5AF;
}
.color-dark-gray {
  color: #737B82;
}
.color-black {
  color: black;
}
.color-pink {
  color: #FF00F5;
}
.color-dark-blue {
  color: #00263E;
}
.background-color-blue {
  background-color: #5B7E96;
}
.background-color-orange {
  background-color: #D79133;
}
.background-color-tan {
  background-color: #FEE5A5;
}
.background-color-pale-green {
  background-color: #C9DCAC;
}
.background-color-mint {
  background-color: #82D5BA;
}
.background-color-pale-blue {
  background-color: #82A8BD;
}
.background-color-navy {
  background-color: #3F526F;
}
.background-color-rose {
  background-color: #B7637D;
}
.background-color-white {
  background-color: white;
}
.background-color-light-gray {
  background-color: #E2EBEE;
}
.background-color-mid-gray {
  background-color: #9AA5AF;
}
.background-color-dark-gray {
  background-color: #737B82;
}
.background-color-black {
  background-color: black;
}
.background-color-pink {
  background-color: #FF00F5;
}
.background-color-dark-blue {
  background-color: #00263E;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
.z-6 {
  z-index: 6 !important;
}
.z-7 {
  z-index: 7 !important;
}
.z-8 {
  z-index: 8 !important;
}
.z-9 {
  z-index: 9 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-11 {
  z-index: 11 !important;
}
.z-12 {
  z-index: 12 !important;
}
.z-13 {
  z-index: 13 !important;
}
.z-14 {
  z-index: 14 !important;
}
.z-15 {
  z-index: 15 !important;
}
.z-16 {
  z-index: 16 !important;
}
.z-17 {
  z-index: 17 !important;
}
.z-18 {
  z-index: 18 !important;
}
.z-19 {
  z-index: 19 !important;
}
.z-20 {
  z-index: 20 !important;
}
.ontop {
  position: relative;
  z-index: 13;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.transition {
  transition: all 0.25s ease-out;
}
.border-underline {
  text-decoration: underline;
}
.border-underline:hover {
  text-decoration: none;
}
.linkable-list {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.7rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  margin-bottom: 0 !important;
  display: block;
  text-decoration: none;
  color: #3F526F;
  font-weight: 700;
  padding: calc(15rem * 1 / 18) calc(80rem * 1 / 18) calc(15rem * 1 / 18) calc(15rem * 1 / 18);
  position: relative;
  border-bottom: calc(1rem * 1 / 18) solid #E2EBEE;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .linkable-list {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .linkable-list {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
.linkable-list a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 1023px) {
  .linkable-list {
    padding: 7px 40px 7px 7px;
    border-bottom: 1px solid #E2EBEE;
  }
}
.linkable-list.no-bold {
  font-weight: 400;
}
.linkable-list.top-line {
  border-top: calc(1rem * 1 / 18) solid #E2EBEE;
}
@media only screen and (max-width: 1023px) {
  .linkable-list.top-line {
    border-top: 1px solid #E2EBEE;
  }
}
.linkable-list::before {
  content: "";
  position: absolute;
  width: calc(6rem * 1 / 18);
  height: calc(9.5rem * 1 / 18);
  top: 50%;
  right: calc(24rem * 1 / 18);
  background-image: url(/wp-content/themes/bcrea-theme/images/icons/linkable-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .linkable-list::before {
    width: 6px;
    height: 9.5px;
    right: 24px;
  }
}
.linkable-list::after {
  content: "";
  position: absolute;
  width: calc(14rem * 1 / 18);
  height: calc(1rem * 1 / 18);
  top: 50%;
  right: calc(24rem * 1 / 18);
  transform: translateY(-50%);
  background-color: #3F526F;
  max-width: 0;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .linkable-list::after {
    width: 14px;
    height: 1px;
    right: 24px;
  }
}
.linkable-list:hover {
  background-color: #9AA5AF;
}
.linkable-list:hover::after {
  max-width: calc(14rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .linkable-list:hover::after {
    max-width: 14px !important;
  }
}
.linkable-list.download::before {
  content: "";
  position: absolute;
  width: calc(14rem * 1 / 18);
  height: calc(18.21rem * 1 / 18);
  top: 50%;
  right: calc(24rem * 1 / 18);
  background-image: url(/wp-content/themes/bcrea-theme/images/icons/download.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .linkable-list.download::before {
    width: 12px;
    height: 16.21px;
    right: 24px;
  }
}
.linkable-list.download::after {
  content: none;
  position: absolute;
}
.white-blue-button {
  display: inline-block;
  padding: calc(3rem * 1 / 18) calc(18rem * 1 / 18) calc(3rem * 1 / 18) calc(18rem * 1 / 18);
  background-color: white;
  color: #3F526F;
  font-family: "miller-text", serif;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  border: calc(1rem * 1 / 18) solid #3F526F;
  border-radius: calc(30rem * 1 / 18);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: fit-content;
}
@media only screen and (max-width: 1023px) {
  .white-blue-button {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .white-blue-button {
    padding: 3px 18px 3px 18px;
    border: 1px solid #3F526F;
    border-radius: 30px;
  }
}
.white-blue-button:hover {
  color: #3F526F;
  background-color: #F8A21D;
}
.blue-yellow-button {
  display: inline-block;
  color: #F8A21D;
  padding: calc(16rem * 1 / 18) calc(25rem * 1 / 18) calc(15rem * 1 / 18) calc(25rem * 1 / 18);
  background-color: #3F526F;
  border-radius: calc(30rem * 1 / 18);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: fit-content;
}
@media only screen and (max-width: 1023px) {
  .blue-yellow-button {
    padding: 16px 25px 15px 25px;
    border-radius: 30px;
  }
}
.blue-yellow-button:hover {
  color: #3F526F;
  background-color: #F8A21D;
}
.red-notice {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: #b7295a !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .red-notice {
    font-size: 15px;
    line-height: 20px;
  }
}
.white-notice {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: white !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .white-notice {
    font-size: 15px;
    line-height: 20px;
  }
}
.red-notice-underline {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: #b7295a !important;
  text-decoration: underline !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .red-notice-underline {
    font-size: 15px;
    line-height: 20px;
  }
}
.white-notice-underline {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: white !important;
  text-decoration: underline !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .white-notice-underline {
    font-size: 15px;
    line-height: 20px;
  }
}
.caption {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(22rem * 1 / 18 * var(--text-multiplier));
  color: #E2EBEE;
  font-style: italic;
}
@media only screen and (max-width: 1023px) {
  .caption {
    font-size: 16px;
    line-height: 22px;
  }
}
select.minimal {
  /* styling */
  background-color: white;
  border: thin solid #3F526F;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  height: calc(38rem * 1 / 18);
  max-width: 100%;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #3F526F;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  select.minimal {
    height: 38px;
    padding: 5px 45px 5px 10px;
    line-height: 15px;
    border-radius: 12px;
  }
}
select.minimal:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
select.minimal:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.animated-underline {
  position: relative;
}
.animated-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(5rem * 1 / 18);
  left: 0;
  bottom: 0;
  background-color: white;
  transform: scale(0);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .animated-underline::after {
    height: 5px;
  }
}
.animated-underline:hover::after {
  transform: scale(1);
}
.letter-spacing {
  letter-spacing: 0.045rem;
}
@media only screen and (max-width: 1023px) {
  .letter-spacing {
    letter-spacing: 0.9px;
  }
}
.scroll-top {
  scroll-margin-top: calc(100rem * 1 / 18);
  scroll-padding-top: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .scroll-top {
    scroll-margin-top: 100px;
    scroll-padding-top: 100px;
  }
}
.scroll-top-200 {
  scroll-margin-top: calc(200rem * 1 / 18);
  scroll-padding-top: calc(200rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .scroll-top-200 {
    scroll-margin-top: 200px;
    scroll-padding-top: 200px;
  }
}
.gcse {
  display: grid;
  padding-left: calc(139rem * 1 / 18);
  padding-right: calc(139rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .gcse-result {
    display: grid;
  }
}
@media only screen and (max-width: 1023px) {
  .gcse-result .image {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .gcse {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .gcse {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gcse__search {
  grid-column: 5 / span 15;
  display: grid;
  margin-top: calc(100rem * 1 / 18);
  font-family: "miller-text", serif;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .gcse__search {
    grid-column: 1 / span 13;
  }
}
.gcse__search form {
  position: relative;
  grid-column: 1 / span 24;
}
@media only screen and (max-width: 1023px) {
  .gcse__search form {
    display: flex;
    flex-direction: column;
    padding-left: 0%;
  }
}
@media only screen and (max-width: 1023px) {
  .gcse__search {
    font-size: 12px;
    line-height: 16px;
  }
}
.gcse__search img[src*="x-raw-image"] {
  display: none;
}
.gcse__search-input {
  position: relative;
}
.gcse__search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(76rem * 1 / 18);
  width: calc(32rem * 1 / 18);
  height: calc(32rem * 1 / 18);
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.gcse__search-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}
@media only screen and (max-width: 1023px) {
  .gcse__search-icon {
    display: block;
    margin-bottom: 20px;
    right: 60px;
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .gcse__search-icon {
    right: 36px;
  }
}
.gcse__search input[type=text] {
  font-family: "miller-text", serif;
  display: block;
  color: #3F526F;
  border-radius: 25px;
  width: 95%;
  padding: calc(20rem * 1 / 18) calc(30rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .gcse__search input[type=text] {
    padding: 15px;
    background-image: none;
  }
}
.gcse__search span.noresults {
  display: block;
  text-align: center;
  margin-top: calc(100rem * 1 / 18);
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .gcse__search span.noresults {
    font-size: 20px;
    line-height: 28px;
  }
}
.gcse__search span {
  display: block;
  font-style: italic;
  font-family: "miller-text", serif;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  color: #3F526F;
  margin-top: calc(10rem * 1 / 18);
  margin-left: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .gcse__search span {
    font-size: 12px;
    line-height: 16px;
  }
}
.gcse__results {
  grid-column: 7 / span 15;
  text-align: left;
  margin-top: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .gcse__results {
    grid-column: 1 / span 12;
  }
}
.gcse-result {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #E2EBEE;
  padding-top: calc(20rem * 1 / 18);
  padding-bottom: calc(20rem * 1 / 18);
}
.gcse-result-info h3,
.gcse-result-info h3 > a {
  color: #5B7E96;
}
.gcse .pagination {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  margin-top: calc(40rem * 1 / 18);
}
.gcse .pagination a {
  padding-left: 10px;
  font-family: "miller-text", serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(22rem * 1 / 18 * var(--text-multiplier));
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  .gcse .pagination a {
    font-size: 16px;
    line-height: 22px;
  }
}
.gcse .image {
  width: calc(200rem * 1 / 18);
}
.gcse .image img {
  width: calc(200rem * 1 / 18);
  height: calc(100rem * 1 / 18);
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .gcse .image img {
    width: 200px;
    height: 100px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .gcse .image {
    width: 200px;
  }
}
.gcse .image.noimg {
  display: none;
}
.gcse .gcse-result img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  border-radius: 5px;
}
.gcse .gcse-result-info {
  flex-grow: 1;
}
.gcse .gcse-result-info h3 {
  margin: 0;
}
.gcse .gcse-result-info .snippet {
  margin: 5px 0;
}
.gcse .gcse-result-info .url {
  color: #0066cc;
}
.gcse .pagination {
  grid-column: 7 / span 15;
  margin-bottom: calc(40rem * 1 / 18);
}
