.font-utopia {
  font-family: 'utopia-std', 'Georgia', serif;
}
.font-montserrat {
  font-family: 'Montserrat', Arial, sans-serif;
}
.font-opensans {
  font-family: 'Open Sans', Arial, sans-serif;
}
.font-size12 {
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size12 {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size12 {
    font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size14 {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size14 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size14 {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size15 {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size15 {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size15 {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size16 {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size16 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size16 {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size17 {
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size17 {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size17 {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size18 {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size18 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size18 {
    font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size20 {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size20 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size20 {
    font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size24 {
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size24 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size24 {
    font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(38rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size30 {
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(36rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size30 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size30 {
    font-size: calc(35rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(45rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-weight-normal {
  font-weight: normal;
}
.font-weight-bold {
  font-weight: bold;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: uppercase;
}
.navy-bottom-border {
  border-bottom: 1px solid #00263e;
}
.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(24rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  #content figcaption {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  #content figcaption {
    font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  }
}
#content h1,
#footer h1,
.header__mobile h1,
.header__embed h1,
#content .h1,
#footer .h1,
.header__mobile .h1,
.header__embed .h1 {
  font-family: 'utopia-std', 'Georgia', serif;
  font-size: calc(60rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(65rem * 1 / 18 * var(--text-multiplier));
  font-weight: bold;
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
}
#content h1:is(a),
#footer h1:is(a),
.header__mobile h1:is(a),
.header__embed h1:is(a),
#content .h1:is(a),
#footer .h1:is(a),
.header__mobile .h1:is(a),
.header__embed .h1:is(a) {
  text-decoration: none;
}
#content h1:is(a):hover,
#footer h1:is(a):hover,
.header__mobile h1:is(a):hover,
.header__embed h1:is(a):hover,
#content .h1:is(a):hover,
#footer .h1:is(a):hover,
.header__mobile .h1:is(a):hover,
.header__embed .h1:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h1,
  #footer h1,
  .header__mobile h1,
  .header__embed h1,
  #content .h1,
  #footer .h1,
  .header__mobile .h1,
  .header__embed .h1 {
    font-size: 30px;
    line-height: 31px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
}
#content h1 sup,
#footer h1 sup,
.header__mobile h1 sup,
.header__embed h1 sup,
#content .h1 sup,
#footer .h1 sup,
.header__mobile .h1 sup,
.header__embed .h1 sup {
  vertical-align: top !important;
  position: relative;
  top: calc(8rem * 1 / 18);
  font-weight: bold;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(21rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Georgia';
}
@media only screen and (max-width: 1023px) {
  #content h1 sup,
  #footer h1 sup,
  .header__mobile h1 sup,
  .header__embed h1 sup,
  #content .h1 sup,
  #footer .h1 sup,
  .header__mobile .h1 sup,
  .header__embed .h1 sup {
    font-size: 16px;
    vertical-align: top;
    position: relative;
    line-height: 1;
    top: calc(1rem * 1 / 3.9375);
  }
}
#content h2,
#footer h2,
.header__mobile h2,
.header__embed h2,
#content .h2,
#footer .h2,
.header__mobile .h2,
.header__embed .h2 {
  font-family: 'utopia-std', 'Georgia', serif;
  font-size: calc(44rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(50rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-0.5rem * 1 / 18 * var(--text-multiplier));
  font-weight: bold;
  margin-bottom: calc(20rem * 1 / 18);
}
#content h2:is(a),
#footer h2:is(a),
.header__mobile h2:is(a),
.header__embed h2:is(a),
#content .h2:is(a),
#footer .h2:is(a),
.header__mobile .h2:is(a),
.header__embed .h2:is(a) {
  text-decoration: none;
}
#content h2:is(a):hover,
#footer h2:is(a):hover,
.header__mobile h2:is(a):hover,
.header__embed h2:is(a):hover,
#content .h2:is(a):hover,
#footer .h2:is(a):hover,
.header__mobile .h2:is(a):hover,
.header__embed .h2:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h2,
  #footer h2,
  .header__mobile h2,
  .header__embed h2,
  #content .h2,
  #footer .h2,
  .header__mobile .h2,
  .header__embed .h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
  }
}
#content h2 sup,
#footer h2 sup,
.header__mobile h2 sup,
.header__embed h2 sup,
#content .h2 sup,
#footer .h2 sup,
.header__mobile .h2 sup,
.header__embed .h2 sup {
  vertical-align: top !important;
  position: relative;
  top: calc(7rem * 1 / 18);
  font-weight: bold;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Georgia';
}
@media only screen and (max-width: 1023px) {
  #content h2 sup,
  #footer h2 sup,
  .header__mobile h2 sup,
  .header__embed h2 sup,
  #content .h2 sup,
  #footer .h2 sup,
  .header__mobile .h2 sup,
  .header__embed .h2 sup {
    font-size: 14px;
    line-height: 1;
    top: calc(1rem * 1 / 3.9375);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  #content h2 sup,
  #footer h2 sup,
  .header__mobile h2 sup,
  .header__embed h2 sup,
  #content .h2 sup,
  #footer .h2 sup,
  .header__mobile .h2 sup,
  .header__embed .h2 sup {
    font-size: 14px;
    line-height: 1;
    top: calc(8rem * 1 / 18);
  }
}
#content h3,
#footer h3,
.header__mobile h3,
.header__embed h3,
#content .h3,
#footer .h3,
.header__mobile .h3,
.header__embed .h3 {
  font-family: 'utopia-std', 'Georgia', serif;
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(36rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-0.35rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  margin-bottom: calc(20rem * 1 / 18);
}
#content h3:is(a),
#footer h3:is(a),
.header__mobile h3:is(a),
.header__embed h3:is(a),
#content .h3:is(a),
#footer .h3:is(a),
.header__mobile .h3:is(a),
.header__embed .h3:is(a) {
  text-decoration: none;
}
#content h3:is(a):hover,
#footer h3:is(a):hover,
.header__mobile h3:is(a):hover,
.header__embed h3:is(a):hover,
#content .h3:is(a):hover,
#footer .h3:is(a):hover,
.header__mobile .h3:is(a):hover,
.header__embed .h3:is(a):hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  #content h3,
  #footer h3,
  .header__mobile h3,
  .header__embed h3,
  #content .h3,
  #footer .h3,
  .header__mobile .h3,
  .header__embed .h3 {
    font-size: calc(34rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  #content h3,
  #footer h3,
  .header__mobile h3,
  .header__embed h3,
  #content .h3,
  #footer .h3,
  .header__mobile .h3,
  .header__embed .h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.35px;
    margin-bottom: 12px;
  }
}
#content h3 sup,
#footer h3 sup,
.header__mobile h3 sup,
.header__embed h3 sup,
#content .h3 sup,
#footer .h3 sup,
.header__mobile .h3 sup,
.header__embed .h3 sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(13rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(13rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  #content h3 sup,
  #footer h3 sup,
  .header__mobile h3 sup,
  .header__embed h3 sup,
  #content .h3 sup,
  #footer .h3 sup,
  .header__mobile .h3 sup,
  .header__embed .h3 sup {
    font-size: 10px;
    line-height: 1;
    top: calc(2rem * 1 / 3.9375);
  }
}
#content h4,
#footer h4,
.header__mobile h4,
.header__embed h4,
#content .h4,
#footer .h4,
.header__mobile .h4,
.header__embed .h4 {
  font-family: 'utopia-std', 'Georgia', 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);
}
#content h4:is(a),
#footer h4:is(a),
.header__mobile h4:is(a),
.header__embed h4:is(a),
#content .h4:is(a),
#footer .h4:is(a),
.header__mobile .h4:is(a),
.header__embed .h4:is(a) {
  text-decoration: none;
}
#content h4:is(a):hover,
#footer h4:is(a):hover,
.header__mobile h4:is(a):hover,
.header__embed h4:is(a):hover,
#content .h4:is(a):hover,
#footer .h4:is(a):hover,
.header__mobile .h4:is(a):hover,
.header__embed .h4:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h4,
  #footer h4,
  .header__mobile h4,
  .header__embed h4,
  #content .h4,
  #footer .h4,
  .header__mobile .h4,
  .header__embed .h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  #content h4,
  #footer h4,
  .header__mobile h4,
  .header__embed h4,
  #content .h4,
  #footer .h4,
  .header__mobile .h4,
  .header__embed .h4 {
    font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
#content h4 sup,
#footer h4 sup,
.header__mobile h4 sup,
.header__embed h4 sup,
#content .h4 sup,
#footer .h4 sup,
.header__mobile .h4 sup,
.header__embed .h4 sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(11rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(14rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  #content h4 sup,
  #footer h4 sup,
  .header__mobile h4 sup,
  .header__embed h4 sup,
  #content .h4 sup,
  #footer .h4 sup,
  .header__mobile .h4 sup,
  .header__embed .h4 sup {
    font-size: 11px;
    line-height: 1;
    top: calc(1rem * 1 / 3.9375);
  }
}
#content h5,
#footer h5,
.header__mobile h5,
.header__embed h5,
#content .h5,
#footer .h5,
.header__mobile .h5,
.header__embed .h5 {
  font-family: 'utopia-std', 'Georgia', serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
}
#content h5:is(a),
#footer h5:is(a),
.header__mobile h5:is(a),
.header__embed h5:is(a),
#content .h5:is(a),
#footer .h5:is(a),
.header__mobile .h5:is(a),
.header__embed .h5:is(a) {
  text-decoration: none;
}
#content h5:is(a):hover,
#footer h5:is(a):hover,
.header__mobile h5:is(a):hover,
.header__embed h5:is(a):hover,
#content .h5:is(a):hover,
#footer .h5:is(a):hover,
.header__mobile .h5:is(a):hover,
.header__embed .h5:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h5,
  #footer h5,
  .header__mobile h5,
  .header__embed h5,
  #content .h5,
  #footer .h5,
  .header__mobile .h5,
  .header__embed .h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  #content h5,
  #footer h5,
  .header__mobile h5,
  .header__embed h5,
  #content .h5,
  #footer .h5,
  .header__mobile .h5,
  .header__embed .h5 {
    font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
#content h5 sup,
#footer h5 sup,
.header__mobile h5 sup,
.header__embed h5 sup,
#content .h5 sup,
#footer .h5 sup,
.header__mobile .h5 sup,
.header__embed .h5 sup {
  vertical-align: top !important;
  position: relative;
  top: calc(0rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  #content h5 sup,
  #footer h5 sup,
  .header__mobile h5 sup,
  .header__embed h5 sup,
  #content .h5 sup,
  #footer .h5 sup,
  .header__mobile .h5 sup,
  .header__embed .h5 sup {
    font-size: 10px;
    line-height: 1;
    top: 0;
  }
}
.callout-card-post {
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  font-family: 'utopia-std', 'Georgia', serif;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .callout-card-post {
    font-size: 24px;
    line-height: 28px;
  }
}
.body-intro {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .body-intro {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-intro {
    font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .body-intro {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.body-intro sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(14rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .body-intro sup {
    font-size: 12px;
    line-height: 1;
    top: calc(2rem * 1 / 3.9375);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-intro sup {
    top: calc(10rem * 1 / 18);
  }
}
.body-intro-semibold {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier)) !important;
  font-weight: 600;
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .body-intro-semibold {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-intro-semibold {
    font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .body-intro-semibold {
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.body-intro-semibold sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: bold;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(14rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .body-intro-semibold sup {
    font-size: 12px;
    line-height: 1;
    top: calc(8rem * 1 / 3.9375);
  }
}
.body-paragraph,
p {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .body-paragraph,
  p {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-paragraph,
  p {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .body-paragraph,
  p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.body-paragraph sup,
p sup {
  vertical-align: top !important;
  position: relative;
  top: calc(5rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .body-paragraph sup,
  p sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-paragraph sup,
  p sup {
    top: calc(10rem * 1 / 18);
  }
}
.body-paragraph a,
p a {
  text-decoration: underline;
  color: #0082bb;
}
.body-news-credit {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  font-weight: normal;
}
@media only screen and (max-width: 1023px) {
  .body-news-credit {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-news-credit {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.navigation-main-font {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  color: #0082bb;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .navigation-main-font {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .navigation-main-font {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.navigation-heading-font {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .navigation-heading-font {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .navigation-heading-font {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.navigation-heading-font sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .navigation-heading-font sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .navigation-heading-font sup {
    top: calc(5rem * 1 / 18);
  }
}
.navigation-heading-font-underline {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .navigation-heading-font-underline {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .navigation-heading-font-underline {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.navigation-secondary-font {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .navigation-secondary-font {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .navigation-secondary-font {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.navigation-secondary-font sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .navigation-secondary-font sup {
    top: calc(2rem * 1 / 3.9375);
    font-size: 11px;
  }
}
.button-menu-footer {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  color: #00263e;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .button-menu-footer {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-menu-footer {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.button-menu-white {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .button-menu-white {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-menu-white {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .button {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .button {
    line-height: 18px;
  }
}
.button sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
.button-category-thumbnail-underline {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(15rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600;
  color: #00263e;
  text-transform: uppercase;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .button-category-thumbnail-underline {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-category-thumbnail-underline {
    font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .button-category-thumbnail-underline {
    line-height: 15px;
  }
}
.button-category-thumbnail-underline sup {
  vertical-align: top !important;
  position: relative;
  top: calc(-3rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(9rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(9rem * 1 / 18 * var(--text-multiplier));
}
.mobile-menu-header {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  font-weight: bold;
  font-weight: 700;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .mobile-menu-header {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .mobile-menu-header {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.name-cards-navy {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .name-cards-navy {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .name-cards-navy {
    font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.name-cards-navy sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .name-cards-navy sup {
    top: calc(9rem * 1 / 3.9375);
    font-size: 12px;
  }
}
.name-cards-white {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .name-cards-white {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .name-cards-white {
    font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.name-cards-white sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .name-cards-white sup {
    top: calc(9rem * 1 / 3.9375);
    font-size: 12px;
  }
}
.open-sans {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  color: #0082bb;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .open-sans {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .open-sans {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.open-sans-16 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  color: #0082bb;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .open-sans-16 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .open-sans-16 {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.button-tags {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  color: #0082bb;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .button-tags {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-tags {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .button-tags {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-tags {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .button-tags {
    font-size: 12px;
  }
}
.button-tags-list {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  color: #0082bb;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(31rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .button-tags-list {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-tags-list {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .button-tags-list {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-tags-list {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.text-input {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .text-input {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .text-input {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.text-input::placeholder {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .text-input::placeholder {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .text-input::placeholder {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.popup-text {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .popup-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .popup-text {
    font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .popup-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.popup-text sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(14rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .popup-text sup {
    font-size: 12px;
    line-height: 1;
    top: calc(2rem * 1 / 3.9375);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .popup-text sup {
    top: calc(10rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .popup-text {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .popup-text {
    font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(38rem * 1 / 18 * var(--text-multiplier));
  }
}
.blue-button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .blue-button {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .blue-button {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .blue-button {
    line-height: 18px;
  }
}
.blue-button sup {
  vertical-align: top !important;
  position: relative;
  top: calc(-3rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
.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 (min-width: 1024px) and (max-width: 1600px) {
  .apply-grid-and-padding {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 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;
  }
}
.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;
  }
}
.fill-grid {
  grid-column: 1 / span 24;
}
@media only screen and (max-width: 1023px) {
  .fill-grid {
    grid-column: 1 / span 12;
  }
}
.embeded-video {
  width: 100%;
}
.color-navy {
  color: #00263e;
}
.color-stone {
  color: #879baa;
}
.color-pebble {
  color: #C6CFD9;
}
.color-pebble-light {
  color: #DEE2E6;
}
.color-blue {
  color: #0082bb;
}
.color-orange {
  color: #FAA21B;
}
.color-white {
  color: #fff;
}
.color-gray {
  color: #F2F2F2;
}
.color-gray-dark {
  color: #e5e5e5;
}
.color-black {
  color: #000;
}
.color-red {
  color: #B7295A;
}
.background-color-red {
  background-color: #B7295A;
}
.background-color-navy {
  background-color: #00263e;
}
.background-color-stone {
  background-color: #879baa;
}
.background-color-pebble {
  background-color: #C6CFD9;
}
.background-color-pebble-light {
  background-color: #DEE2E6;
}
.background-color-blue {
  background-color: #0082bb;
}
.background-color-orange {
  background-color: #FAA21B;
}
.background-color-white {
  background-color: #fff;
}
.background-color-gray {
  background-color: #F2F2F2;
}
.background-color-gray-dark {
  background-color: #e5e5e5;
}
.background-color-black {
  background-color: #000;
}
.link-arrow {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #00263e !important;
}
@media only screen and (max-width: 1023px) {
  .link-arrow {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.link-arrow sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .link-arrow sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow sup {
    top: calc(5rem * 1 / 18);
  }
}
.link-arrow > span {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .link-arrow > span {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow > span {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.link-arrow > span sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .link-arrow > span sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow > span sup {
    top: calc(5rem * 1 / 18);
  }
}
.link-arrow-white {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .link-arrow-white {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow-white {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.link-arrow-white sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .link-arrow-white sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow-white sup {
    top: calc(5rem * 1 / 18);
  }
}
.link-arrow-white > span {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .link-arrow-white > span {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow-white > span {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.link-arrow-white > span sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .link-arrow-white > span sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow-white > span sup {
    top: calc(5rem * 1 / 18);
  }
}
.ontop {
  position: relative;
  z-index: 11;
}
.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: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #00263e;
  margin-bottom: 0 !important;
  display: block;
  text-decoration: none;
  color: #00263e !important;
  font-weight: 600;
  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 #879baa;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .linkable-list {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .linkable-list {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .linkable-list {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.linkable-list sup {
  vertical-align: top !important;
  position: relative;
  top: calc(5rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .linkable-list sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .linkable-list sup {
    top: calc(10rem * 1 / 18);
  }
}
.linkable-list a {
  text-decoration: underline;
  color: #0082bb;
}
.linkable-list a {
  color: #00263e !important;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .linkable-list {
    padding: 7px 40px 7px 7px;
    border-bottom: 1px solid #879baa;
  }
}
.linkable-list.no-bold {
  font-weight: 400;
}
.linkable-list.top-line {
  border-top: calc(1rem * 1 / 18) solid #879baa;
}
@media only screen and (max-width: 1023px) {
  .linkable-list.top-line {
    border-top: 1px solid #879baa;
  }
}
.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: #00263e;
  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: #F2F2F2;
}
.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: #fff;
  color: #00263e;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  border: calc(1rem * 1 / 18) solid #00263e;
  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: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .white-blue-button {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .white-blue-button {
    padding: 3px 18px 3px 18px;
    border: 1px solid #00263e;
    border-radius: 30px;
  }
}
.white-blue-button:hover {
  color: #00263e;
  background-color: #F8A21D;
}
.blue-yellow-button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
  display: inline-block;
  color: white;
  padding: calc(16rem * 1 / 18) calc(25rem * 1 / 18) calc(15rem * 1 / 18) calc(25rem * 1 / 18);
  background-color: #00263e;
  border-radius: calc(30rem * 1 / 18);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: fit-content;
  border: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .blue-yellow-button {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .blue-yellow-button {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .blue-yellow-button {
    line-height: 18px;
  }
}
.blue-yellow-button sup {
  vertical-align: top !important;
  position: relative;
  top: calc(-3rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .blue-yellow-button {
    padding: 16px 25px 15px 25px;
    border-radius: 30px;
    border: 1px solid #00263e;
  }
}
.blue-yellow-button:hover {
  color: #00263e;
  background-color: white;
  border: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .blue-yellow-button:hover {
    border: 1px solid #00263e;
  }
}
.red-notice {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: #0082bb !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .red-notice {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .red-notice {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.white-notice {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: #fff !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .white-notice {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .white-notice {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.red-notice-underline {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: #0082bb !important;
  text-decoration: underline !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .red-notice-underline {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .red-notice-underline {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.white-notice-underline {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: #fff !important;
  text-decoration: underline !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .white-notice-underline {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .white-notice-underline {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.caption {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  color: #879baa;
  font-style: italic;
}
@media only screen and (max-width: 1023px) {
  .caption {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .caption {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
select.minimal {
  /* styling */
  background-color: white;
  border: thin solid #00263e;
  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;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
  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 (min-width: 1024px) and (max-width: 1600px) {
  select.minimal {
    height: calc(45rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  select.minimal {
    height: 38px;
    padding: 5px 45px 5px 10px;
    line-height: 15px;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  select.minimal {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  select.minimal {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  select.minimal {
    line-height: 18px;
  }
}
select.minimal sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
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;
}
.lpc {
  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;
  min-height: calc(600rem * 1 / 18);
  grid-auto-rows: min-content;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .lpc {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .lpc {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .lpc {
    min-height: 600px;
  }
}
@media only screen and (max-width: 1023px) {
  .lpc:has(.lpc__cbt) .lpc__posts {
    margin-top: 45px;
  }
}
.lpc__posts {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(15rem * 1 / 18);
  grid-column: 1 / span 24;
  padding-bottom: calc(120rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .lpc__posts {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .lpc__posts {
    grid-column: 1 / span 12;
  }
}
@media only screen and (max-width: 1023px) {
  .lpc__posts {
    row-gap: 36px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1023px) {
  .lpc__posts .latest-post {
    margin-bottom: 20px;
  }
}
.lpc__posts .latest-post:nth-child(1) {
  grid-column: 2 / 9;
  justify-self: flex-start;
}
.lpc__posts .latest-post:nth-child(2) {
  grid-column: 9 / 17;
  justify-self: center;
}
@media only screen and (max-width: 1023px) {
  .lpc__posts .latest-post:nth-child(2) {
    grid-column: 1 / 13;
  }
}
.lpc__posts .latest-post:nth-child(3) {
  grid-column: 17 / 24;
  justify-self: flex-end;
}
@media only screen and (max-width: 1023px) {
  .lpc__posts .latest-post:nth-child(3) {
    grid-column: 1 / 13;
  }
}
@media only screen and (max-width: 1023px) {
  .lpc__posts .latest-post:nth-child(3n + 1),
  .lpc__posts .latest-post:nth-child(3n + 2),
  .lpc__posts .latest-post:nth-child(3n + 3) {
    grid-column: 1 / 13 !important;
  }
}
.lpc__posts-more {
  justify-self: center;
  position: absolute;
  bottom: calc(100rem * 1 / 18);
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-image: url(/wp-content/themes/bcrea-theme/images/lpc/gradient.svg?2);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1920 / 428;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .lpc__posts-more {
    bottom: 0px;
    aspect-ratio: unset;
    height: 295px;
  }
}
.lpc__posts-more > span {
  pointer-events: auto;
  cursor: pointer;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-align: center;
  padding-bottom: calc(45rem * 1 / 18);
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .lpc__posts-more > span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .lpc__posts-more > span {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .lpc__posts-more > span {
    line-height: 18px;
  }
}
.lpc__posts-more > span sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
.lpc__posts-more > span:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .lpc__posts-more > span {
    padding-bottom: 45px;
  }
}
.lpc__posts-loading {
  padding-bottom: calc(45rem * 1 / 18);
  width: calc(60rem * 1 / 18);
  height: calc(60rem * 1 / 18);
  position: absolute;
  left: 50%;
  bottom: calc(32rem * 1 / 18);
  transform: translateX(-50%);
  z-index: 21;
}
@media only screen and (max-width: 1023px) {
  .lpc__posts-loading {
    padding-bottom: 45px;
    width: 60px;
    height: 60px;
    bottom: 32px;
  }
}
.lpc__posts-loading img,
.lpc__posts-loading svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(60rem * 1 / 18);
  height: calc(60rem * 1 / 18);
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .lpc__posts-loading img,
  .lpc__posts-loading svg {
    width: 60px;
    height: 60px;
  }
}
.lpc__posts-loading:only-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 32;
}
.lpc__cbt {
  width: calc(345rem * 1 / 18);
  height: calc(300rem * 1 / 18);
  max-height: calc(34rem * 1 / 18);
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  grid-column: 18 / 24;
  justify-self: flex-end;
  border-top-left-radius: calc(16rem * 1 / 18);
  border-top-right-radius: calc(16rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .lpc__cbt {
    width: calc(445rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .lpc__cbt {
    width: 100%;
    max-width: 345px;
    height: 300px;
    max-height: 34px;
    grid-column: 1 / 13;
    justify-self: flex-start;
    right: auto;
    left: 0;
    top: 45px;
  }
}
.lpc__cbt-dropdown {
  display: flex;
  width: 100%;
  height: calc(34rem * 1 / 18);
  justify-content: space-between;
  align-items: center;
  padding: 0 calc(16rem * 1 / 18) 0 calc(20rem * 1 / 18);
  background-color: #00263e;
  border-radius: calc(16rem * 1 / 18);
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .lpc__cbt-dropdown {
    padding: 0 16px 0 20px;
    height: 34px;
    border-radius: 16px;
  }
}
.lpc__cbt-dropdown-text {
  margin-bottom: 0 !important;
}
.lpc__cbt-dropdown-arrow {
  width: calc(12rem * 1 / 18);
  height: calc(6rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .lpc__cbt-dropdown-arrow {
    width: 12px;
    height: 6px;
  }
}
.lpc__cbt-dropdown-arrow > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lpc__cbt-dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00263e;
  width: 100%;
  height: fit-content;
  max-height: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  border-radius: calc(16rem * 1 / 18);
  scrollbar-width: none;
  z-index: 22;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease-out;
}
.lpc__cbt-dropdown-menu::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .lpc__cbt-dropdown-menu {
    border-radius: 16px;
  }
}
.lpc__cbt-dropdown-menu > li {
  list-style-type: none;
  padding: calc(20rem * 1 / 18) calc(20rem * 1 / 18);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background-color: #00263e;
  text-align: left;
  width: 100%;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .lpc__cbt-dropdown-menu > li {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .lpc__cbt-dropdown-menu > li {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .lpc__cbt-dropdown-menu > li {
    padding: 20px 20px;
  }
}
.lpc__cbt-dropdown-menu > li:hover {
  background-color: #0082bb;
}
.lpc__cbt.active {
  max-height: calc(300rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .lpc__cbt.active {
    max-height: 300px;
  }
}
.lpc__cbt.active .lpc__cbt-dropdown-menu {
  max-height: calc(300rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .lpc__cbt.active .lpc__cbt-dropdown-menu {
    max-height: 300px;
  }
}
.lpc__search {
  grid-column: 2 / 24;
  display: grid;
  grid-template-columns: repeat(22, 1fr);
  column-gap: calc(15rem * 1 / 18);
  row-gap: calc(20rem * 1 / 18);
  align-items: center;
  margin-top: calc(4rem * 1 / 18);
  margin-bottom: calc(70rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .lpc__search {
    grid-column: 1 / 13;
    gap: 20px 15px;
    margin-top: 4px;
    margin-bottom: 70px;
    grid-template-columns: repeat(12, 1fr);
    display: flex;
    flex-direction: column-reverse;
  }
}
.lpc__search-options {
  display: flex;
  align-items: center;
  gap: calc(28rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .lpc__search-options {
    gap: 28px;
    flex-wrap: wrap;
  }
}
.lpc__search-options-advanced {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .lpc__search-options-advanced {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .lpc__search-options-advanced {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .lpc__search-options-advanced {
    line-height: 18px;
  }
}
.lpc__search-options-advanced sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
.lpc__search-options > div,
.lpc__search-options > a,
.lpc__search-options > button {
  display: none;
}
.lpc__search-options > span {
  display: flex;
}
.lpc__search-options.open > div {
  display: block;
}
.lpc__search-options.open > a,
.lpc__search-options.open > button {
  display: flex;
}
.lpc__search-options.open > span {
  display: none;
}
.lpc__search-option {
  cursor: pointer;
}
.lpc__search-option.search-back-options {
  grid-column: 1 / 5;
}
@media only screen and (max-width: 1023px) {
  .lpc__search-option.search-back-options {
    grid-column: 1 / 13;
    max-width: 360px;
    width: calc(100% - 76px);
    justify-content: flex-start;
  }
}
.lpc__search-form {
  grid-column: 1 / 20;
  display: flex;
  align-items: center;
  gap: calc(28rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .lpc__search-form {
    grid-column: 1 / 13;
    gap: 28px;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}
.lpc__search-keyword {
  width: calc(300rem * 1 / 18);
  min-width: calc(300rem * 1 / 18);
  height: calc(38rem * 1 / 18);
  position: relative;
  overflow: hidden;
  border: calc(1rem * 1 / 18) solid #00263e;
  border-radius: calc(24rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .lpc__search-keyword {
    width: 100%;
    min-width: none;
    height: 38px;
    border: 1px solid #00263e;
    border-radius: 24px;
  }
}
.lpc__search-keyword-input {
  width: calc(100% - calc(88rem * 1 / 18));
  height: 100%;
  border-radius: calc(24rem * 1 / 18);
  display: flex;
  align-items: center;
  padding: 0 calc(44rem * 1 / 18);
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
  text-transform: none !important;
}
@media only screen and (max-width: 1023px) {
  .lpc__search-keyword-input {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .lpc__search-keyword-input {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .lpc__search-keyword-input {
    line-height: 18px;
  }
}
.lpc__search-keyword-input sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .lpc__search-keyword-input {
    width: calc(100% - 88px);
    height: 100%;
    border-radius: 24px;
    padding: 0 44px;
  }
}
.lpc__search-keyword-input::placeholder {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
  color: #879baa;
}
@media only screen and (max-width: 1023px) {
  .lpc__search-keyword-input::placeholder {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .lpc__search-keyword-input::placeholder {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .lpc__search-keyword-input::placeholder {
    line-height: 18px;
  }
}
.lpc__search-keyword-input::placeholder sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
.lpc__search-keyword-button {
  position: absolute;
  left: calc(12rem * 1 / 18);
  top: 50%;
  width: calc(20rem * 1 / 18);
  height: calc(20rem * 1 / 18);
  outline: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: all 0.15s ease-out;
  transform: translateY(calc(-50% - calc(1rem * 1 / 18)));
}
@media only screen and (max-width: 1023px) {
  .lpc__search-keyword-button {
    left: 12px;
    width: 20px;
    height: 20px;
    transform: translateY(calc(-50% - 1px));
  }
}
.lpc__search-keyword-button:active {
  border: none;
  outline: none;
}
.lpc__search-keyword-button:hover {
  transform: translateY(calc(-50% - calc(1rem * 1 / 18))) scale(1.2);
}
@media only screen and (max-width: 1023px) {
  .lpc__search-keyword-button:hover {
    transform: translateY(calc(-50% - 1px)) scale(1.2);
  }
}
.lpc__search-keyword-button img {
  width: 100%;
  object-fit: contain;
}
.lpc__search-keyword-x {
  position: absolute;
  right: calc(20rem * 1 / 18);
  top: 50%;
  transform: translateY(-50%);
  width: calc(10rem * 1 / 18);
  height: calc(10rem * 1 / 18);
  cursor: pointer;
  transition: all 0.15s ease-out;
}
@media only screen and (max-width: 1023px) {
  .lpc__search-keyword-x {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}
.lpc__search-keyword-x:hover {
  transform: translateY(-50%) scale(1.2);
}
.lpc__search-keyword-x img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lpc__search-date {
  width: calc(350rem * 1 / 18);
  height: calc(38rem * 1 / 18);
  position: relative;
  overflow: hidden;
  border: calc(1rem * 1 / 18) solid #00263e;
  border-radius: calc(24rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .lpc__search-date {
    width: 100%;
    height: 38px;
    border: 1px solid #00263e;
    border-radius: 24px;
  }
}
.lpc__search-date::after {
  content: "";
  position: absolute;
  right: calc(20rem * 1 / 18);
  top: 50%;
  transform: translateY(-50%);
  width: calc(14rem * 1 / 18);
  height: calc(7rem * 1 / 18);
  background-image: url(/wp-content/themes/bcrea-theme/images/icons/dropdown_arrow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .lpc__search-date::after {
    right: 20px;
    width: 14px;
    height: 7px;
  }
}
.lpc__search-date-icon {
  min-width: calc(24.29rem * 1 / 18);
  height: calc(22.5rem * 1 / 18);
  position: absolute;
  left: calc(20rem * 1 / 18);
  top: 50%;
  transform: translateY(-50%);
  z-index: 21;
}
@media only screen and (max-width: 1023px) {
  .lpc__search-date-icon {
    min-width: 24px;
    height: 22.5px;
    left: 20px;
  }
}
.lpc__search-date-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lpc__search-date-input {
  width: calc(100% - calc(88rem * 1 / 18));
  height: 100%;
  border-radius: calc(24rem * 1 / 18);
  display: flex;
  align-items: center;
  padding-right: calc(44rem * 1 / 18);
  padding-left: calc(68rem * 1 / 18);
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
  transform: translateY(calc(-2rem * 1 / 18));
}
@media only screen and (max-width: 1023px) {
  .lpc__search-date-input {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .lpc__search-date-input {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .lpc__search-date-input {
    line-height: 18px;
  }
}
.lpc__search-date-input sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .lpc__search-date-input {
    width: calc(100% - 88px);
    height: 100%;
    border-radius: 24px;
    padding-right: 44px;
    padding-left: 88px;
    transform: translateY(-2px);
  }
}
.lpc__search-tag {
  width: calc(340rem * 1 / 18);
  height: calc(38rem * 1 / 18);
  position: relative;
  border: calc(1rem * 1 / 18) solid #00263e;
  border-radius: calc(24rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .lpc__search-tag {
    width: 100%;
    height: 38px;
    border: 1px solid #00263e;
    border-radius: 24px;
  }
}
.lpc__search-tag-span {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 calc(22rem * 1 / 18);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .lpc__search-tag-span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .lpc__search-tag-span {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .lpc__search-tag-span {
    line-height: 18px;
  }
}
.lpc__search-tag-span sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .lpc__search-tag-span {
    padding: 0 22px;
  }
}
.lpc__search-tag::after {
  content: "";
  position: absolute;
  right: calc(20rem * 1 / 18);
  top: 50%;
  transform: translateY(-50%);
  width: calc(14rem * 1 / 18);
  height: calc(7rem * 1 / 18);
  background-image: url(/wp-content/themes/bcrea-theme/images/icons/dropdown_arrow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .lpc__search-tag::after {
    right: 20px;
    width: 14px;
    height: 7px;
  }
}
.lpc__search-tag-dropdown {
  position: absolute;
  top: calc(-1rem * 1 / 18);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + calc(2rem * 1 / 18));
  background-color: #00263e;
  height: calc(300rem * 1 / 18);
  max-height: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  border-radius: calc(16rem * 1 / 18);
  scrollbar-width: none;
  z-index: 22;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .lpc__search-tag-dropdown {
    top: -1px;
    width: calc(100% + 2px);
    height: 300px;
    max-height: 0;
    border-radius: 16px;
  }
}
.lpc__search-tag-dropdown::-webkit-scrollbar {
  display: none;
}
.lpc__search-tag-dropdown > span {
  padding: calc(20rem * 1 / 18) calc(20rem * 1 / 18);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background-color: #00263e;
  text-align: left;
  width: 100%;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .lpc__search-tag-dropdown > span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .lpc__search-tag-dropdown > span {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.lpc__search-tag-dropdown > span:hover {
  background-color: #0082bb;
}
@media only screen and (max-width: 1023px) {
  .lpc__search-tag-dropdown > span {
    padding: 20px 20px;
  }
}
.lpc__search-tag.open .lpc__search-tag-dropdown {
  max-height: calc(300rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .lpc__search-tag.open .lpc__search-tag-dropdown {
    max-height: 300px;
  }
}
.lpc__search .search-submit {
  outline: none;
  border: none;
  background-color: transparent;
}
.lpc__empty {
  grid-column: 1 / span 24;
}
@media only screen and (max-width: 1023px) {
  .lpc__empty {
    grid-column: 1 / span 12;
  }
}
.lpc__empty > h1 {
  width: 100%;
  text-align: center;
  color: #00263e;
}
.lpc__podcasts {
  grid-column: 10 / 24;
  justify-self: flex-end;
  display: flex;
  gap: calc(47rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .lpc__podcasts {
    grid-column: 1 / 13;
    justify-self: flex-start;
    gap: 47px;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.lpc__podcasts-text {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #00263e;
  width: calc(223rem * 1 / 18);
  margin-bottom: 0 !important;
  margin-top: calc(10rem * 1 / 18);
  height: fit-content;
}
@media only screen and (max-width: 1023px) {
  .lpc__podcasts-text {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .lpc__podcasts-text {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .lpc__podcasts-text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.lpc__podcasts-text sup {
  vertical-align: top !important;
  position: relative;
  top: calc(5rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .lpc__podcasts-text sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .lpc__podcasts-text sup {
    top: calc(10rem * 1 / 18);
  }
}
.lpc__podcasts-text a {
  text-decoration: underline;
  color: #0082bb;
}
@media only screen and (max-width: 1023px) {
  .lpc__podcasts-text {
    width: 223px;
    margin-top: 10px;
  }
}
.lpc__podcasts-apps {
  display: flex;
  gap: calc(47rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .lpc__podcasts-apps {
    gap: 47px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.lpc__podcasts-app {
  display: flex;
  flex-direction: column;
  gap: calc(10rem * 1 / 18);
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .lpc__podcasts-app {
    gap: 10px;
  }
}
.lpc__podcasts-app-icon {
  width: calc(70rem * 1 / 18);
  height: calc(70rem * 1 / 18);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .lpc__podcasts-app-icon {
    width: 70px;
    height: 70px;
  }
}
.lpc__podcasts-app-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lpc__podcasts-app-text {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #00263e;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .lpc__podcasts-app-text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .lpc__podcasts-app-text {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .lpc__podcasts-app-text {
    line-height: 18px;
  }
}
.lpc__podcasts-app-text sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
.lpc__podcasts-app-text:hover {
  text-decoration: underline;
}
.lpc__podcasts-app:hover .lpc__podcasts-app-icon {
  filter: brightness(0.8);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
