.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;
  }
}
.tcvt {
  position: relative;
}
.tcvt__trapezoid {
  position: absolute;
  left: 0;
  top: -50%;
  width: calc(831rem * 1 / 18);
  height: calc(960rem * 1 / 18);
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .tcvt__trapezoid {
    display: none;
  }
}
.tcvt__trapezoid.flipped {
  left: auto;
  right: 0;
}
.tcvt__trapezoid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tcvt__intro {
  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);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .tcvt__intro {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .tcvt__intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tcvt__title {
  width: max-content;
  grid-column: 2 / -1;
  margin-bottom: calc(30rem * 1 / 18) !important;
  position: relative;
  z-index: 22;
  transform: scale(1);
}
@media only screen and (max-width: 1023px) {
  .tcvt__title {
    grid-column: 1 / -1;
    margin-bottom: 36px !important;
  }
}
.tcvt__title.uppercase {
  text-transform: uppercase !important;
  margin-bottom: calc(102rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .tcvt__title.uppercase {
    margin-bottom: 60px !important;
  }
}
.tcvt__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) {
  .tcvt__title.overline {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .tcvt__title.overline {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .tcvt__title.overline {
    border-top: 1.5px solid #D79133;
  }
}
@media only screen and (max-width: 1023px) {
  .tcvt__title.overline {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.tcvt__testimonial {
  position: relative;
  z-index: 90;
}
@media only screen and (max-width: 600px) {
  .tcvt__testimonial {
    max-width: 100%;
    height: auto;
    transform: translateX(-40px) translateZ(0) !important;
  }
  .tcvt__testimonial.swiper-slide-active {
    transform: translateX(0px) translateZ(0) !important;
  }
}
@media only screen and (max-width: 600px) {
  .tcvt__testimonial-box {
    max-width: 360px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.tcvt__testimonial-wrapper {
  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);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .tcvt__testimonial-wrapper {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .tcvt__testimonial-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .tcvt__testimonial-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 854px) {
  .tcvt__testimonial-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .tcvt__testimonial-wrapper {
    display: flex;
    padding: 0;
    gap: unset;
  }
}
.tcvt__testimonial-container {
  position: relative;
  margin-bottom: calc(12rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .tcvt__testimonial-container {
    margin-bottom: 6px;
  }
}
.tcvt__testimonial:nth-child(3n + 1) {
  grid-column: 2 / span 7;
  justify-self: flex-start;
}
@media only screen and (max-width: 1023px) {
  .tcvt__testimonial:nth-child(3n + 1) {
    grid-column: auto;
  }
}
.tcvt__testimonial:nth-child(3n + 2) {
  grid-column: 9 / span 8;
  justify-self: center;
  margin-top: calc(50rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .tcvt__testimonial:nth-child(3n + 2) {
    margin-top: 25px;
    grid-column: auto;
  }
}
@media only screen and (max-width: 854px) {
  .tcvt__testimonial:nth-child(3n + 2) {
    margin-top: 0;
  }
}
.tcvt__testimonial:nth-child(3n + 3) {
  grid-column: 17 / span 7;
  justify-self: flex-end;
  margin-top: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .tcvt__testimonial:nth-child(3n + 3) {
    margin-top: 50px;
    grid-column: auto;
  }
}
@media only screen and (max-width: 854px) {
  .tcvt__testimonial:nth-child(3n + 3) {
    margin-top: 0;
  }
}
.tcvt__testimonial-icon {
  width: calc(60rem * 1 / 18);
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: calc(614rem * 1 / 18);
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .tcvt__testimonial-icon {
    bottom: auto;
    bottom: 96.25%;
    width: 42px;
  }
}
.tcvt__testimonial-icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tcvt__testimonial-subTitle {
  position: absolute;
  top: calc(-37rem * 1 / 18);
  left: calc(80rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .tcvt__testimonial-subTitle {
    top: -18px;
    left: 44px;
  }
}
.tcvt__testimonial-textOnVideo {
  position: absolute;
  bottom: calc(43rem * 1 / 18);
  left: calc(188rem * 1 / 18);
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .tcvt__testimonial-textOnVideo {
    bottom: 21.5px;
    left: 101.5px;
    padding-right: 6px;
  }
}
.tcvt__testimonial-textOnVideo > * {
  color: white;
  font-family: "miller-text", serif;
}
.tcvt__testimonial-textOnVideo > span {
  position: absolute;
  top: calc(-30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .tcvt__testimonial-textOnVideo > span {
    top: -50px;
  }
}
.tcvt__testimonial-textOnVideo > p {
  margin-bottom: 0 !important;
}
.tcvt__testimonial-info {
  display: flex;
  flex-direction: column;
}
.tcvt__testimonial-name {
  margin-bottom: calc(5rem * 1 / 18) !important;
  font-weight: 600 !important;
}
@media only screen and (max-width: 1023px) {
  .tcvt__testimonial-name {
    margin-bottom: 5px !important;
  }
}
.tcvt__testimonial-role {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .tcvt__testimonial-role {
    margin-bottom: 3px !important;
  }
}
.tcvt__video-wrapper {
  width: calc(468rem * 1 / 18);
  height: calc(631rem * 1 / 18);
  aspect-ratio: 468 / 631;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .tcvt__video-wrapper {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .tcvt__video-wrapper {
    max-width: 320px;
    height: auto;
  }
}
.tcvt__video-wrapper > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tcvt__video-overlay {
  background-color: #3F526F;
  width: calc(468rem * 1 / 18);
  height: calc(631rem * 1 / 18);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .tcvt__video-overlay {
    width: 100%;
    height: 100%;
  }
}
.tcvt__video-overlay.active {
  opacity: 0.25;
}
.tcvt__video-button {
  position: absolute;
  bottom: calc(40rem * 1 / 18);
  left: calc(40rem * 1 / 18);
  z-index: 5;
  width: calc(123rem * 1 / 18);
  height: calc(141rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .tcvt__video-button {
    bottom: 0;
    left: 20px;
    width: 65.47px;
    height: 141px;
  }
}
.tcvt__video-button > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tcvt__video-button #Polygon_12 {
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 4;
}
.tcvt__video-button svg {
  z-index: 4;
}
.tcvt__video-button--white {
  position: absolute;
  z-index: 3;
  transform: translate(12%, 5%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.tcvt__video-button--white > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tcvt__video-button.active #Polygon_12 {
  fill: #D79133;
}
.tcvt__video-button.active #white-button {
  transform: translate(1px, 1px);
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .tcvt__video-button.active #white-button {
    transform: translate(0px, 0px);
  }
}
.tcvt__shape-green {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translate(5%, 10%);
  width: calc(103.471rem * 1 / 18);
  height: calc(182rem * 1 / 18);
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .tcvt__shape-green {
    width: 55px;
    height: 96.88px;
  }
}
.tcvt__shape-green > svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tcvt__shape-green > svg path {
  fill: #FEE5A5 !important;
}
.tcvt__shape-green.active {
  opacity: 1;
  transform: translate(0px, 0px);
  max-height: 100%;
}
.tcvt__shape-green.active > svg path {
  fill: #82D5BA !important;
}
.tcvt__shape-mint {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translate(25%, -145%);
  width: calc(40.003rem * 1 / 18);
  height: calc(92.416rem * 1 / 18);
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .tcvt__shape-mint {
    width: 21.14px;
    height: 48.84px;
  }
}
.tcvt__shape-mint > svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tcvt__shape-mint > svg path {
  fill: #3F526F !important;
}
.tcvt__shape-mint.active {
  opacity: 1;
  transform: translate(0%, -130%);
}
.tcvt__shape-mint.active > svg path {
  fill: #C9DCAC !important;
}
.tcvt__swiper {
  z-index: 88;
}
@media only screen and (max-width: 1023px) {
  .tcvt__swiper {
    max-width: 100%;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 1023px) {
  .tcvt__swiper-pagination {
    bottom: 0 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .tcvt__swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    background-color: #5B7E96;
    margin: 0 !important;
    margin-right: 4px !important;
    background-color: #82A8BD;
    border-radius: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .tcvt__swiper-pagination .swiper-pagination-bullet-active {
    height: 3px;
    background-color: #82D5BA;
  }
}
.tcvt .swiper-wrapper {
  width: unset;
}
@media only screen and (max-width: 600px) {
  .tcvt .swiper-wrapper {
    width: 100%;
  }
}
.tcvt .swiper-slide {
  width: unset;
}
@media only screen and (max-width: 600px) {
  .tcvt .swiper-slide {
    width: 100%;
  }
}
