.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,
#content .h1,
#footer .h1,
.header__mobile .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),
#content .h1:is(a),
#footer .h1:is(a),
.header__mobile .h1:is(a) {
  text-decoration: none;
}
#content h1:is(a):hover,
#footer h1:is(a):hover,
.header__mobile h1:is(a):hover,
#content .h1:is(a):hover,
#footer .h1:is(a):hover,
.header__mobile .h1:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h1,
  #footer h1,
  .header__mobile h1,
  #content .h1,
  #footer .h1,
  .header__mobile .h1 {
    font-size: 30px;
    line-height: 31px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
}
#content h1 sup,
#footer h1 sup,
.header__mobile h1 sup,
#content .h1 sup,
#footer .h1 sup,
.header__mobile .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,
  #content .h1 sup,
  #footer .h1 sup,
  .header__mobile .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,
#content .h2,
#footer .h2,
.header__mobile .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),
#content .h2:is(a),
#footer .h2:is(a),
.header__mobile .h2:is(a) {
  text-decoration: none;
}
#content h2:is(a):hover,
#footer h2:is(a):hover,
.header__mobile h2:is(a):hover,
#content .h2:is(a):hover,
#footer .h2:is(a):hover,
.header__mobile .h2:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h2,
  #footer h2,
  .header__mobile h2,
  #content .h2,
  #footer .h2,
  .header__mobile .h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
  }
}
#content h2 sup,
#footer h2 sup,
.header__mobile h2 sup,
#content .h2 sup,
#footer .h2 sup,
.header__mobile .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,
  #content .h2 sup,
  #footer .h2 sup,
  .header__mobile .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,
  #content .h2 sup,
  #footer .h2 sup,
  .header__mobile .h2 sup {
    font-size: 14px;
    line-height: 1;
    top: calc(8rem * 1 / 18);
  }
}
#content h3,
#footer h3,
.header__mobile h3,
#content .h3,
#footer .h3,
.header__mobile .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),
#content .h3:is(a),
#footer .h3:is(a),
.header__mobile .h3:is(a) {
  text-decoration: none;
}
#content h3:is(a):hover,
#footer h3:is(a):hover,
.header__mobile h3:is(a):hover,
#content .h3:is(a):hover,
#footer .h3:is(a):hover,
.header__mobile .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,
  #content .h3,
  #footer .h3,
  .header__mobile .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,
  #content .h3,
  #footer .h3,
  .header__mobile .h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.35px;
    margin-bottom: 12px;
  }
}
#content h3 sup,
#footer h3 sup,
.header__mobile h3 sup,
#content .h3 sup,
#footer .h3 sup,
.header__mobile .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,
  #content .h3 sup,
  #footer .h3 sup,
  .header__mobile .h3 sup {
    font-size: 10px;
    line-height: 1;
    top: calc(2rem * 1 / 3.9375);
  }
}
#content h4,
#footer h4,
.header__mobile h4,
#content .h4,
#footer .h4,
.header__mobile .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),
#content .h4:is(a),
#footer .h4:is(a),
.header__mobile .h4:is(a) {
  text-decoration: none;
}
#content h4:is(a):hover,
#footer h4:is(a):hover,
.header__mobile h4:is(a):hover,
#content .h4:is(a):hover,
#footer .h4:is(a):hover,
.header__mobile .h4:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h4,
  #footer h4,
  .header__mobile h4,
  #content .h4,
  #footer .h4,
  .header__mobile .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,
  #content .h4,
  #footer .h4,
  .header__mobile .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,
#content .h4 sup,
#footer .h4 sup,
.header__mobile .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,
  #content .h4 sup,
  #footer .h4 sup,
  .header__mobile .h4 sup {
    font-size: 11px;
    line-height: 1;
    top: calc(1rem * 1 / 3.9375);
  }
}
#content h5,
#footer h5,
.header__mobile h5,
#content .h5,
#footer .h5,
.header__mobile .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),
#content .h5:is(a),
#footer .h5:is(a),
.header__mobile .h5:is(a) {
  text-decoration: none;
}
#content h5:is(a):hover,
#footer h5:is(a):hover,
.header__mobile h5:is(a):hover,
#content .h5:is(a):hover,
#footer .h5:is(a):hover,
.header__mobile .h5:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h5,
  #footer h5,
  .header__mobile h5,
  #content .h5,
  #footer .h5,
  .header__mobile .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,
  #content .h5,
  #footer .h5,
  .header__mobile .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,
#content .h5 sup,
#footer .h5 sup,
.header__mobile .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,
  #content .h5 sup,
  #footer .h5 sup,
  .header__mobile .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;
  }
}
.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);
  }
}
.sg {
  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) {
  .sg {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .sg {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
.sg__header {
  grid-column: 1 / span 24;
  display: flex;
  height: calc(139rem * 1 / 18);
  border-bottom: 2px solid #00263e;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .sg__header {
    grid-column: 1 / span 12;
  }
}
.sg__subheader {
  grid-column: 1 / span 24;
  display: flex;
  margin-top: calc(100rem * 1 / 18);
  height: calc(100rem * 1 / 18);
  border-bottom: 2px solid #00263e;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .sg__subheader {
    grid-column: 1 / span 12;
  }
}
.sg__color {
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(15rem * 1 / 18);
  grid-column: 1 / span 24;
  display: grid;
}
@media only screen and (max-width: 1023px) {
  .sg__color {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .sg__color {
    grid-column: 1 / span 12;
  }
}
.sg__color-title {
  margin-top: calc(80rem * 1 / 18);
  margin-bottom: calc(35rem * 1 / 18);
}
.sg__color-primary {
  grid-column: 1 / span 4;
  display: flex;
  flex-direction: column;
}
.sg__color-secondary {
  grid-column: 5 / span 4;
  display: flex;
  flex-direction: column;
}
.sg__color-grayscale {
  grid-column: 9 / span 4;
  display: flex;
  flex-direction: column;
}
.sg__color-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: calc(40rem * 1 / 18);
}
.sg__color-preview {
  width: calc(50rem * 1 / 18);
  height: calc(50rem * 1 / 18);
  border-radius: 10px;
}
.sg__color-text {
  margin-left: 20px;
}
.sg__typography {
  grid-column: 1 / span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .sg__typography {
    grid-column: 1 / span 12;
  }
}
@media only screen and (max-width: 1023px) {
  .sg__typography {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
.sg__typography-title {
  margin-top: calc(80rem * 1 / 18);
  margin-bottom: calc(35rem * 1 / 18);
}
.sg__typography-headings {
  grid-column: 1 / span 8;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sg__typography-card {
  margin-bottom: calc(40rem * 1 / 18);
}
.sg__typography-body {
  grid-column: 10 / span 7;
  display: flex;
  flex-direction: column;
}
.sg__typography-navigation {
  grid-column: 18 / span 6;
  display: flex;
  flex-direction: column;
}
.sg__typography-label {
  border-bottom: 1px solid #00263e;
  padding-bottom: calc(5rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
  font-weight: 600;
}
