@charset "UTF-8";
.clearfix,
.group,
.row {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.clearfix:before, .clearfix:after,
.group:before,
.group:after,
.row:before,
.row:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after,
.group:after,
.row:after {
  clear: both;
}

.max-wrap-none, .block-max-wrap-none > .content {
  width: 100%;
  max-width: 100%;
}

.max-wrap-xsmall {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.block-max-wrap-xsmall > .content {
  max-width: 800px !important;
  margin: 0 auto;
}

.max-wrap-small {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.block-max-wrap-small > .content {
  max-width: 950px !important;
  margin: 0 auto;
}

.max-wrap-medium {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.block-max-wrap-medium > .content {
  max-width: 1200px !important;
  margin: 0 auto;
}

.max-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.block-max-wrap > .content {
  max-width: 1400px !important;
  margin: 0 auto;
}

.max-wrap-large {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.block-max-wrap-large > .content {
  max-width: 1440px !important;
  margin: 0 auto;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #4b5662;
}

body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  font-size: clamp(1.6rem, 2.5vw, 1.8rem);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  margin: 0;
  font-size: inherit !important;
}

[role=button] {
  cursor: pointer;
}

button {
  background: none;
  border: none;
}

ul li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.no-top-padding * {
  -webkit-transition: none !important;
  transition: none !important;
}

/**ADMIN CSS **/
.cke_contents {
  resize: vertical;
}

a {
  color: #062460;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
  text-underline-offset: 3px;
}
a:hover, a:focus {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}

h1 sup, h2 sup, h3 sup, h4 sup, h5 sup {
  font-size: 50%;
  top: -0.8em;
}

.content {
  font-family: "Inter", sans-serif;
}

main a:not([class]),
main a[class=speedbump] {
  font-weight: 700;
  -webkit-text-decoration: underline #FF972E;
  text-decoration: underline #FF972E;
  text-decoration-thickness: 1px;
}
main a:not([class]):hover,
main a[class=speedbump]:hover {
  -webkit-text-decoration: underline #FF972E;
  text-decoration: underline #FF972E;
  text-decoration-thickness: 2px;
  font-weight: 700;
}

@media screen and (max-width: 899px) {
  .mobile-no-margin-bottom {
    margin-bottom: 0 !important;
  }
}
.no-margin-bottom, .margin-bottom-none {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.margin-top-small {
  margin-top: 0.5em !important;
}

.margin-bottom-small {
  margin-bottom: 0.5em !important;
}

.margin-top-medium {
  margin-top: 1.5em !important;
}

.margin-bottom-medium {
  margin-bottom: 1.5em !important;
}

.margin-top-large {
  margin-top: 2.5em !important;
}

.margin-bottom-large {
  margin-bottom: 2.5em !important;
}

.margin-top-xlarge {
  margin-top: 3.5em !important;
}

.margin-bottom-xlarge {
  margin-bottom: 3.5em !important;
}

.margin-top-xxlarge {
  margin-top: 5em !important;
}

.margin-bottom-xxlarge {
  margin-bottom: 5em !important;
}

@media screen and (min-width: 900px) {
  .margin-top-small {
    margin-top: 1em !important;
  }
  .margin-bottom-small {
    margin-bottom: 1em !important;
  }
  .margin-top-medium {
    margin-top: 3em !important;
  }
  .margin-bottom-medium {
    margin-bottom: 3em !important;
  }
  .margin-top-large {
    margin-top: 5em !important;
  }
  .margin-bottom-large {
    margin-bottom: 5em !important;
  }
  .margin-top-xlarge {
    margin-top: 7em !important;
  }
  .margin-bottom-xlarge {
    margin-bottom: 7em !important;
  }
  .margin-top-xxlarge {
    margin-top: 10em !important;
  }
  .margin-bottom-xxlarge {
    margin-bottom: 10em !important;
  }
}
.no-padding-top,
.no-top-padding {
  padding-top: 0 !important;
}

.no-padding-bottom,
.no-bottom-padding {
  padding-bottom: 0 !important;
}

.padding-top-small {
  padding-top: 0.5em !important;
}

.padding-bottom-small {
  padding-bottom: 0.5em !important;
}

.padding-top-medium {
  padding-top: 1.5em !important;
}

.padding-bottom-medium {
  padding-bottom: 1.5em !important;
}

.padding-top-large {
  padding-top: 2.5em !important;
}

.padding-bottom-large {
  padding-bottom: 2.5em !important;
}

.padding-top-xlarge {
  padding-top: 3.5em !important;
}

.padding-bottom-xlarge {
  padding-bottom: 3.5em !important;
}

.padding-top-xxlarge {
  padding-top: 5em !important;
}

.padding-bottom-xxlarge {
  padding-bottom: 5em !important;
}

@media screen and (min-width: 900px) {
  .padding-top-small {
    padding-top: 1em !important;
  }
  .padding-bottom-small {
    padding-bottom: 1em !important;
  }
  .padding-top-medium {
    padding-top: 3em !important;
  }
  .padding-bottom-medium {
    padding-bottom: 3em !important;
  }
  .padding-top-large {
    padding-top: 5em !important;
  }
  .padding-bottom-large {
    padding-bottom: 5em !important;
  }
  .padding-top-xlarge {
    padding-top: 7em !important;
  }
  .padding-bottom-xlarge {
    padding-bottom: 7em !important;
  }
  .padding-top-xxlarge {
    padding-top: 10em !important;
  }
  .padding-bottom-xxlarge {
    padding-bottom: 10em !important;
  }
}
.linkbox {
  cursor: pointer;
}

/** Lazy loaded backgrounds **/
.lazy {
  background-image: none;
}

html:not(.hydrated) button * {
  pointer-events: none;
}
html:not(.hydrated) a.speedbump * {
  pointer-events: none;
}

.f-h1,
h1:not([class]) {
  font-weight: 800;
  font-size: clamp(3rem, 4vw, 5rem);
  line-height: 1;
  font-family: "Inter", sans-serif;
  color: #062460;
}

.f-h2,
h2:not([class]) {
  font-weight: 800;
  font-size: clamp(3rem, 3vw, 4rem);
  line-height: 1.1;
  font-family: "Inter", sans-serif;
  color: #062460;
}

.f-h3,
h3:not([class]) {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #062460;
}

.f-h4,
h4:not([class]) {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #062460;
}

.f-h5,
h5:not([class]) {
  font-weight: 700;
  font-size: clamp(1.7rem, 1.8vw, 2rem);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
}

.f-h6,
h6:not([class]) {
  font-weight: 400;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
}

.force-white {
  color: #fff !important;
}
.force-white * {
  color: #fff !important;
}

.force-black {
  color: #343E47 !important;
}
.force-black * {
  color: #343E47 !important;
}

/** BRAND BACKGROUNDS **/
.bg-white {
  --blockColor: #fff !important;
  --box-color: #fff !important;
}

.bg-black {
  --blockColor: #343E47 !important;
  --box-color: #343E47 !important;
}

.bg-citrine {
  --blockColor: #f8f1d0 !important;
  --box-color: #f8f1d0 !important;
}

.bg-deep-saffron {
  --blockColor: #FF972e !important;
  --box-color: #FF972e !important;
}

.bg-sky-blue {
  --blockColor: #60C0E8 !important;
  --box-color: #60C0E8 !important;
}

.bg-glaucous {
  --blockColor: #6489B1 !important;
  --box-color: #6489B1 !important;
}

.bg-deep-red {
  --blockColor: #B20707 !important;
  --box-color: #B20707 !important;
}

.bg-maroon {
  --blockColor: #880119 !important;
  --box-color: #880119 !important;
}

.bg-blue {
  --blockColor: #022754 !important;
  --box-color: #022754 !important;
}

.bg-vermillion {
  --blockColor: #E12E13 !important;
  --box-color: #E12E13 !important;
}

.bg-periwinkle {
  --blockColor: #C3CAD8 !important;
  --box-color: #C3CAD8 !important;
}

.bg-slate-gray {
  --blockColor: #7A8499 !important;
  --box-color: #7A8499 !important;
}

.bg-navy-blue {
  --blockColor: #062460 !important;
  --box-color: #062460 !important;
}

.bg-butter {
  --blockColor: #f7e481 !important;
  --box-color: #f7e481 !important;
}

.bg-cerulean {
  --blockColor: #00A3E6 !important;
  --box-color: #00A3E6 !important;
}

.bg-dark-gray {
  --blockColor: #343E47 !important;
  --box-color: #343E47 !important;
}

.bg-pumpkin {
  --blockColor: #F26A0F !important;
  --box-color: #F26A0F !important;
}

.bg-cobalt {
  --blockColor: #0552A5 !important;
  --box-color: #0552A5 !important;
}

.cta-lnk, .cta-lnk-black-red, .cta-lnk-red-black, .cta-lnk-blue, .cta-lnk-red, .cta-lnk-white, .cta-lnk-black {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.5s ease;
  transition: -webkit-text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease, -webkit-text-decoration 0.5s ease;
}
.cta-lnk .text, .cta-lnk-black-red .text, .cta-lnk-red-black .text, .cta-lnk-blue .text, .cta-lnk-red .text, .cta-lnk-white .text, .cta-lnk-black .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.cta-lnk .text:after, .cta-lnk-black-red .text:after, .cta-lnk-red-black .text:after, .cta-lnk-blue .text:after, .cta-lnk-red .text:after, .cta-lnk-white .text:after, .cta-lnk-black .text:after {
  content: "";
  position: absolute;
  color: #FF972E;
  height: 10px;
  width: 10px;
  border-right: 2px solid #FF972E;
  border-bottom: 2px solid #FF972E;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
  right: -1.2em;
}
.cta-lnk:focus, .cta-lnk-black-red:focus, .cta-lnk-red-black:focus, .cta-lnk-blue:focus, .cta-lnk-red:focus, .cta-lnk-white:focus, .cta-lnk-black:focus, .cta-lnk:hover, .cta-lnk-black-red:hover, .cta-lnk-red-black:hover, .cta-lnk-blue:hover, .cta-lnk-red:hover, .cta-lnk-white:hover, .cta-lnk-black:hover {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
.cta-lnk:focus .text, .cta-lnk-black-red:focus .text, .cta-lnk-red-black:focus .text, .cta-lnk-blue:focus .text, .cta-lnk-red:focus .text, .cta-lnk-white:focus .text, .cta-lnk-black:focus .text, .cta-lnk:hover .text, .cta-lnk-black-red:hover .text, .cta-lnk-red-black:hover .text, .cta-lnk-blue:hover .text, .cta-lnk-red:hover .text, .cta-lnk-white:hover .text, .cta-lnk-black:hover .text {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
.cta-lnk:focus .text:after, .cta-lnk-black-red:focus .text:after, .cta-lnk-red-black:focus .text:after, .cta-lnk-blue:focus .text:after, .cta-lnk-red:focus .text:after, .cta-lnk-white:focus .text:after, .cta-lnk-black:focus .text:after, .cta-lnk:hover .text:after, .cta-lnk-black-red:hover .text:after, .cta-lnk-red-black:hover .text:after, .cta-lnk-blue:hover .text:after, .cta-lnk-red:hover .text:after, .cta-lnk-white:hover .text:after, .cta-lnk-black:hover .text:after {
  right: -1.5em;
}

.cta-lnk-black {
  color: var(--black);
}

.cta-lnk-white {
  color: var(--white);
}

.cta-lnk-red {
  color: var(--primary-color);
}

.cta-lnk-blue {
  color: var(--cosmic-cobalt);
}

.cta-lnk-red-black {
  color: var(--primary-color);
}
@media screen and (min-width: 900px) {
  .cta-lnk-red-black {
    color: var(--black);
  }
}

.cta-lnk-black-red {
  color: var(--black);
}
@media screen and (min-width: 900px) {
  .cta-lnk-black-red {
    color: var(--primary-color);
  }
}

.base-cta, .android-btn, .apple-btn, .ghost-btn-white, .ghost-btn, .cta-btn-white, .cta-btn {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0.5em 2.5em;
  font-size: clamp(1.6rem, 1vw, 1.8rem);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  text-align: center;
}
.base-cta:focus, .android-btn:focus, .apple-btn:focus, .ghost-btn-white:focus, .ghost-btn:focus, .cta-btn-white:focus, .cta-btn:focus, .base-cta:hover, .android-btn:hover, .apple-btn:hover, .ghost-btn-white:hover, .ghost-btn:hover, .cta-btn-white:hover, .cta-btn:hover {
  text-decoration: none;
}
.base-cta:focus .text, .android-btn:focus .text, .apple-btn:focus .text, .ghost-btn-white:focus .text, .ghost-btn:focus .text, .cta-btn-white:focus .text, .cta-btn:focus .text, .base-cta:hover .text, .android-btn:hover .text, .apple-btn:hover .text, .ghost-btn-white:hover .text, .ghost-btn:hover .text, .cta-btn-white:hover .text, .cta-btn:hover .text {
  text-decoration: none;
}
.base-cta:focus .text:after, .android-btn:focus .text:after, .apple-btn:focus .text:after, .ghost-btn-white:focus .text:after, .ghost-btn:focus .text:after, .cta-btn-white:focus .text:after, .cta-btn:focus .text:after, .base-cta:hover .text:after, .android-btn:hover .text:after, .apple-btn:hover .text:after, .ghost-btn-white:hover .text:after, .ghost-btn:hover .text:after, .cta-btn-white:hover .text:after, .cta-btn:hover .text:after {
  right: -1.5em;
}

.cta-btn {
  color: #062460;
  border-color: #FF972E;
  background-color: #FF972E;
  -webkit-transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}
.cta-btn:focus, .cta-btn:hover, .cta-btn.hovered {
  background-color: rgb(250, 125.5980861244, 0);
  border-color: rgb(250, 125.5980861244, 0);
  color: #062460;
}

.cta-btn-white {
  color: #062460;
  border-color: #FF972E;
  background-color: #fff;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.cta-btn-white:focus, .cta-btn-white:hover, .cta-btn-white.hovered {
  color: var(--white);
  background-color: rgba(var(--primary-color), 0);
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.ghost-btn {
  color: #062460;
  border-color: #FF972E;
  background-color: none;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.ghost-btn:focus, .ghost-btn:hover, .ghost-btn.hovered {
  color: #fff;
  background-color: #FF972E;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.ghost-btn-white {
  color: #fff;
  border-color: #FF972E;
  background-color: transparent;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.ghost-btn-white:focus, .ghost-btn-white:hover, .ghost-btn-white.hovered {
  color: #062460;
  background-color: #fff;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.cta-btn-header {
  margin: 0;
  padding: 0.6em 2.5em;
  font-size: 2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  color: var(--black);
}
.cta-btn-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: var(--secondary-color);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.cta-btn-header:hover {
  color: var(--white);
}
.cta-btn-header:hover:before {
  background-color: var(--primary-color);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.cta-btn-header:focus {
  text-decoration: underline;
}

button.btn-video {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  height: auto;
  position: relative;
  border: 1px var(--secondary-color) solid;
  z-index: 1;
}
button.btn-video:before {
  content: "";
  position: absolute;
  z-index: 2;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-gray);
  opacity: 0.4;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
button.btn-video:after {
  content: "";
  position: absolute;
  z-index: 3;
  margin: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 125px;
  height: 125px;
  background: url("../icons/body_icon_video-arrow.svg") transparent no-repeat center center/125px 125px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
button.btn-video:focus:before, button.btn-video:hover:before {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
button.btn-video:focus:after, button.btn-video:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
button.btn-video img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
button.btn-video .video-transcript-markup {
  display: none;
}

.apple-btn {
  display: block;
  color: transparent;
  background: url("../template_images/app-store-btn.svg") no-repeat center/189px 52px;
  height: 52px;
  width: 189px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.apple-btn .text {
  visibility: hidden;
}
.apple-btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.android-btn {
  display: block;
  color: transparent;
  background: url("../template_images/google-play-btn.svg") no-repeat center/189px 52px;
  height: 52px;
  width: 189px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.android-btn .text {
  visibility: hidden;
}
.android-btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.result-description {
  max-width: 900px;
}

@media screen and (max-width: 899px) {
  .mod-compare-table {
    background-color: var(--background-gray);
  }
  .mod-compare-table .table-container {
    margin: 0 auto 2em;
    padding: 0;
    position: relative;
    background-color: var(--white);
  }
}
@media screen and (max-width: 899px) and (min-width: 900px) {
  .mod-compare-table .table-container {
    padding: 2.5em;
  }
}
@media screen and (max-width: 899px) {
  .mod-compare-table .table-controls-arrows {
    margin: 0 auto;
    padding: 0 0 4px;
    list-style: none;
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .mod-compare-table .table-controls-arrows:after {
    content: "";
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 4px;
    bottom: 0;
    background: var(--primary-color);
  }
}
@media screen and (max-width: 899px) and (min-width: 900px) {
  .mod-compare-table .table-controls-arrows {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .mod-compare-table .table-controls-arrows li {
    margin: 0;
    padding: 1em 0;
  }
  .mod-compare-table .table-controls-arrows li:first-child {
    justify-self: left;
  }
  .mod-compare-table .table-controls-arrows li:nth-child(2) {
    text-align: center;
    justify-self: center;
    font-size: clamp(1.8rem, 2vw, 3.2rem);
  }
  .mod-compare-table .table-controls-arrows li:last-child {
    justify-self: right;
  }
  .mod-compare-table .table-controls-arrows .account-title {
    margin: 0;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 3.2rem;
  }
  .mod-compare-table .account-arrow-button {
    margin: 0;
    padding: 0;
    display: block;
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 34px;
  }
  .mod-compare-table .account-arrow-button.prev-button {
    background-image: url("../images/table-arrow-left.svg");
  }
  .mod-compare-table .account-arrow-button.next-button {
    background-image: url("../images/table-arrow-left.svg");
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mod-compare-table .body {
    margin: 0 0 1.5em;
    font-size: 1.8rem;
    text-align: center;
    color: var(--white);
  }
}
@media screen and (max-width: 899px) and (min-width: 900px) {
  .mod-compare-table .body {
    font-size: 1.2716vw;
  }
}
@media screen and (max-width: 899px) and (min-width: 900px) and (max-width: 1211.0726643599px) {
  .mod-compare-table .body {
    font-size: 1.54rem;
  }
}
@media screen and (max-width: 899px) and (min-width: 900px) and (min-width: 1730.1038062284px) {
  .mod-compare-table .body {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 899px) {
  .mod-compare-table .body p, .mod-compare-table .body li {
    margin: 0 0 1em;
  }
  .mod-compare-table .body ul {
    margin: 0 0 1.5em;
    padding: 0;
    list-style: none;
    display: inline-block;
  }
}
@media screen and (max-width: 899px) and (min-width: 900px) {
  .mod-compare-table .body ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 899px) {
  .mod-compare-table .body li {
    padding: 0 0 0 1.5em;
    display: block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    position: relative;
    text-align: left;
  }
  .mod-compare-table .body li:before {
    content: "";
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0.05em;
    width: 1em;
    height: 1.05em;
    background: url("../icons/body_icon_checkmark.svg") transparent no-repeat left top/auto 1em;
  }
  .mod-compare-table .body > *:last-child {
    margin: 0;
  }
  .mod-compare-table:not(.last-row-style) table th, .mod-compare-table.last-row-no-style table tr:last-child th {
    text-align: left;
  }
  .mod-compare-table:not(.last-row-style) table td, .mod-compare-table.last-row-no-style table tr:last-child td {
    text-align: right;
  }
  .mod-compare-table.last-row-style table tr:last-child td:not(:last-child):after {
    display: none;
  }
  .mod-compare-table.last-row-style table tr:last-child a {
    padding: 0.5em 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: normal;
    text-decoration: none;
  }
  .mod-compare-table table {
    width: 100%;
    font-size: 1.8rem;
    table-layout: fixed;
  }
  .mod-compare-table table tr:first-child th:not(:empty) {
    padding: 0.5em 1em 0.5em 0;
    border-bottom: 6px var(--primary-color) solid;
    text-align: center;
    color: var(--primary-color);
    font-weight: 500;
  }
  .mod-compare-table table tr:first-child th:not(:empty):not(:last-child):after {
    display: none;
  }
}
@media screen and (max-width: 899px) and (min-width: 900px) {
  .mod-compare-table table tr:first-child th:not(:empty):not(:last-child):after {
    content: "";
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    width: 1px;
    height: 70%;
    right: 0;
    top: 5%;
    background: var(--background-gray);
  }
}
@media screen and (max-width: 899px) {
  .mod-compare-table table tr:first-child th:not(:empty) img {
    width: 100%;
    max-width: 50px;
    height: auto;
  }
  .mod-compare-table table tr:nth-child(2) {
    border-bottom: 1px var(--primary-color) solid;
  }
  .mod-compare-table table tr:nth-child(2) th {
    padding: 0.5em 1em 0.5em 0;
    text-align: left;
  }
  .mod-compare-table table tr:nth-child(2) td {
    padding: 0.5em 0;
    text-align: right;
  }
}
@media screen and (max-width: 899px) and (min-width: 900px) {
  .mod-compare-table table tr:nth-child(2) td {
    text-align: center;
  }
}
@media screen and (max-width: 899px) {
  .mod-compare-table table tr:nth-child(2) td {
    padding: 0.5em 0;
  }
  .mod-compare-table table tr + tr:not(:nth-child(2)):not(:last-child) {
    border-bottom: 1px var(--primary-color) solid;
  }
  .mod-compare-table table tr + tr:not(:nth-child(2)):not(:last-child) th, .mod-compare-table table tr + tr:not(:nth-child(2)):not(:last-child) td {
    padding: 0.5em 0;
  }
  .mod-compare-table table tr + tr:not(:nth-child(2)):not(:last-child) th {
    text-align: left;
  }
  .mod-compare-table table tr + tr:not(:nth-child(2)):not(:last-child) td {
    text-align: right;
  }
}
@media screen and (max-width: 899px) and (min-width: 900px) {
  .mod-compare-table table tr + tr:not(:nth-child(2)):not(:last-child) td {
    text-align: center;
  }
}
@media screen and (max-width: 899px) {
  .mod-compare-table table th, .mod-compare-table table td {
    position: relative;
  }
  .mod-compare-table table tr:last-child {
    border-bottom: none;
  }
  .mod-compare-table table tr:last-child a[class=cta-btn], .mod-compare-table table tr:last-child a[class=ghost-btn] {
    display: none;
  }
}
@media screen and (max-width: 899px) and (max-width: 899px) {
  .mod-compare-table table tr:first-child {
    display: none;
  }
  .mod-compare-table table tr + tr td {
    display: none;
  }
  .mod-compare-table table tr + tr td.active {
    display: block;
  }
}
@media screen and (max-width: 899px) and (max-width: 899px) and (min-width: 900px) {
  .mod-compare-table table tr + tr td {
    display: block;
  }
}
@media screen and (max-width: 899px) {
  .mod-compare-table table th li, .mod-compare-table table td li {
    text-align: left;
  }
  .mod-compare-table .bottom-controls {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    grid-gap: 1em;
  }
  .mod-compare-table .table-controls-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    min-height: 25px;
  }
}
@media screen and (max-width: 899px) and (min-width: 900px) {
  .mod-compare-table .table-controls-dots {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .mod-compare-table .table-controls-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mod-compare-table .table-controls-dots .carousel-dot {
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 15px;
    vertical-align: top;
    border: 2px var(--white) solid;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
    opacity: 0.25;
  }
  .mod-compare-table .table-controls-dots .carousel-dot.is-active {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  .mobileButtonDisplay a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .mobileButtonDisplay {
    margin-bottom: 1em;
  }
}
.table-checkmark {
  display: inline-block;
  height: 16px;
  width: 20px;
  background: url("../images/ico-check.svg") transparent no-repeat center/16px 20px;
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  .bottom-controls {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .mobileButtonDisplay {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .mod-compare-table {
    overflow: auto;
  }
}
.internal-header.news-archive {
  position: relative;
  background: #0552A5;
}
.internal-header.news-archive:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 73%;
  background-color: #062460;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .internal-header.news-archive:before {
    bottom: 5%;
    height: clamp(35%, 26.5vw, 63%);
  }
}
.internal-header.news-archive:after {
  content: none;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5%;
  background-color: #fff;
  z-index: 0;
}
@media screen and (min-width: 900px) {
  .internal-header.news-archive:after {
    content: "";
  }
}
.internal-header.news-archive > .content {
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr;
  grid-template-areas: "headline" "photo" "info";
  padding-top: 3em;
  padding-bottom: 2em;
}
@media screen and (min-width: 900px) {
  .internal-header.news-archive > .content {
    grid-template-areas: "headline ." "photo info";
    grid-template-columns: 5fr 6fr;
    padding-top: clamp(2em, 3vw, 4em);
    padding-bottom: 0;
  }
}
.internal-header.news-archive > .content .headline {
  grid-area: headline;
  justify-self: center;
}
.internal-header.news-archive > .content .headline .breadcrumbs a, .internal-header.news-archive > .content .headline .breadcrumbs span {
  color: #fff;
}
.internal-header.news-archive > .content .headline .breadcrumbs {
  margin-bottom: 1em;
}
.internal-header.news-archive > .content .headline .f-h1 {
  color: white;
  margin-bottom: 0;
  font-size: clamp(3.2rem, 5vw, 6rem);
}
.internal-header.news-archive > .content .photo {
  margin-top: 0;
  grid-area: photo;
  margin-bottom: 2em;
}
.internal-header.news-archive > .content .photo:before {
  content: none;
}
@media screen and (min-width: 900px) {
  .internal-header.news-archive > .content .photo {
    margin-bottom: 0;
    padding-left: 0;
  }
}
.internal-header.news-archive > .content .info {
  grid-area: info;
  margin-top: 0;
}
.internal-header.news-archive > .content .info .f-h2, .internal-header.news-archive > .content .info .copy {
  color: #fff;
}
.internal-header.news-archive > .content .info .f-h2 {
  font-size: clamp(2rem, 3vw, 4rem);
  margin-bottom: 0.5em;
}
.internal-header.news-archive > .content .info .copy {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  margin-bottom: 1em;
}
.internal-header.news-archive > .content .info .actions {
  margin-bottom: 1em;
}

.news-single {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1400px;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  container: article/inline-size;
  padding: 0 30px;
}
.news-single .heading {
  padding-top: 2em;
}
.news-single .heading .headline {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
  color: #062460;
  font-size: clamp(3.2rem, 4vw, 6rem);
  font-weight: 800;
  margin: 1em auto;
}
.news-single #news-content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "photo" "content" "share";
  row-gap: 2em;
}
@container article (min-width: 900px) {
  .news-single #news-content {
    grid-template-areas: "photo content" "share content";
    grid-template-columns: 1fr 2fr;
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
    -webkit-column-gap: clamp(20px, 5vw, 100px);
    -moz-column-gap: clamp(20px, 5vw, 100px);
    column-gap: clamp(20px, 5vw, 100px);
  }
}
.news-single #news-content > .content {
  grid-area: content;
}
.news-single #news-content > .content .publish-date {
  font-size: 1.5rem;
  color: #FF972E;
  margin-bottom: 2em;
}
.news-single #news-content > #share-this-article {
  grid-area: share;
}
.news-single #news-content > #share-this-article .share-heading {
  font-size: 1.5rem;
  color: #0552A5;
  text-align: center;
  font-weight: 400;
}
.news-single #news-content > #share-this-article .share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 15px;
  list-style: none;
  padding-left: 0;
}
.news-single #news-content > #share-this-article .share-buttons .non-social button, .news-single #news-content > #share-this-article .share-buttons .non-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 5px;
  font-weight: 600;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.news-single #news-content > #share-this-article .share-buttons .non-social button:hover, .news-single #news-content > #share-this-article .share-buttons .non-social a:hover {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
.news-single #news-content > .photo {
  grid-area: photo;
}

#category-filter {
  margin-bottom: 3em;
}
#category-filter > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#category-filter > .content .f-h2 {
  margin-bottom: 2em;
}
#category-filter > .content ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#category-filter > .content ul li .ghost-btn.active {
  color: #062460;
  background-color: #FF972E;
}

.news-container > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 30px;
}
.news-container > .content .headline {
  margin-bottom: 1em;
}
.news-container > .content .article {
  display: none;
  opacity: 0;
  grid-template-columns: 1fr;
  padding-bottom: 1em;
  -webkit-column-gap: clamp(20px, 3vw, 50px);
  -moz-column-gap: clamp(20px, 3vw, 50px);
  column-gap: clamp(20px, 3vw, 50px);
  row-gap: 2em;
}
@media screen and (min-width: 900px) {
  .news-container > .content .article {
    grid-template-columns: 181px 1fr;
    padding-bottom: 2em;
    padding-top: 2em;
  }
}
.news-container > .content .article {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-bottom: 1px solid #C3CAD8;
}
.news-container > .content .article.visible {
  opacity: 1;
  display: grid;
}
.news-container > .content .article .photo {
  aspect-ratio: 341/221;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.news-container > .content .article .headline {
  margin-bottom: 1em;
  display: block;
}
.news-container > .content .article.event {
  padding-top: 2em;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .news-container > .content .article.event {
    grid-template-columns: 200px 1fr;
  }
}
.news-container > .content .article.event .date {
  font-size: 1.5rem;
  color: #FF972E;
  margin-bottom: 0.5em;
}
.news-container > .content .article.faq {
  grid-template-columns: 1fr;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}
.news-container > .content .article:last-of-type {
  border-bottom: none;
  margin-bottom: 2em;
}
.news-container.checklist > .content .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-container.checklist > .content .headline input {
  margin-right: 0.5em;
}

.viewMoreArticles {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.viewMoreArticles button {
  display: block;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.2;
  pointer-events: none;
}
.viewMoreArticles button.active {
  opacity: 1;
  pointer-events: all;
}

#site-content .locations-header {
  margin-bottom: 2em;
}
#site-content .locations-header > .content {
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2em 0;
}
@media screen and (min-width: 900px) {
  #site-content .locations-header > .content {
    padding: 0;
  }
}
#site-content .locations-header > .content .info {
  max-width: 900px;
  padding-left: 30px;
}
#site-content .locations-header > .content .info .f-h1 {
  margin-top: 0.25em;
}
@media screen and (max-width: 899px) {
  #site-content .location-alerts {
    padding: 0.75em 10px;
  }
}
#site-content .location-alerts .alert-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.locations-archive #mod-locations-container {
  margin-bottom: 2em;
}
.locations-archive #mod-locations-container .branch {
  margin-bottom: 2em;
}
.locations-archive #mod-locations-container .branch > .content .header {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 3em;
}
@media screen and (min-width: 900px) {
  .locations-archive #mod-locations-container .branch > .content .header {
    height: 35vw;
    max-height: 570px;
    grid-template-columns: 7fr 8fr;
    -webkit-column-gap: clamp(50px, 10vw, 160px);
    -moz-column-gap: clamp(50px, 10vw, 160px);
    column-gap: clamp(50px, 10vw, 160px);
    max-width: 1910px;
  }
}
.locations-archive #mod-locations-container .branch > .content .header .photo {
  width: 100%;
  border-top-right-radius: clamp(200px, 50vw, 500px);
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 458/295;
}
@media screen and (min-width: 900px) {
  .locations-archive #mod-locations-container .branch > .content .header .photo {
    aspect-ratio: unset;
    border-top-right-radius: clamp(200px, 30vw, 500px);
  }
}
.locations-archive #mod-locations-container .branch > .content .header .photo:after {
  content: "";
  max-width: 280px;
  width: 25%;
  height: 33%;
  background-color: #0552A5;
  opacity: 0.5;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 200px;
}
.locations-archive #mod-locations-container .branch > .content .header .info {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 2em;
}
@media screen and (min-width: 900px) {
  .locations-archive #mod-locations-container .branch > .content .header .info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    margin-bottom: 2em;
    text-align: left;
    max-width: 600px;
  }
}
.locations-archive #mod-locations-container .branch > .content .header .info .location-name {
  margin-bottom: 0.5em;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 700;
  width: max-width;
}
.locations-archive #mod-locations-container .branch > .content .header .info .address {
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: 400;
  margin-bottom: 2em;
}
.locations-archive #mod-locations-container .branch > .content .header .info .actions {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2em;
  padding-left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .locations-archive #mod-locations-container .branch > .content .header .info .actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: clamp(1em, 3vw, 3em);
    -moz-column-gap: clamp(1em, 3vw, 3em);
    column-gap: clamp(1em, 3vw, 3em);
    margin: 0 0;
  }
}
.locations-archive #mod-locations-container .branch > .content .header .info .actions > li {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.locations-archive #mod-locations-container .branch > .content .header .info .actions > li .icon {
  height: 45px;
  width: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.locations-archive #mod-locations-container .branch > .content .header .info .actions > li p {
  margin-bottom: 0;
}
.locations-archive #mod-locations-container .branch > .content .header .info .actions > li.appointment .icon {
  background-image: url(../images/ico-appointment.svg);
}
.locations-archive #mod-locations-container .branch > .content .header .info .actions > li.contact-us .icon {
  background-image: url(../images/ico-contact.svg);
}
.locations-archive #mod-locations-container .branch > .content .header .info .actions > li.map .icon {
  background-image: url(../images/ico-map.svg);
}
.locations-archive #mod-locations-container .branch > .content .branch-services {
  display: grid;
  max-width: 800px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #C3CAD8;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .locations-archive #mod-locations-container .branch > .content .branch-services {
    margin: 0 auto;
    border-top: none;
    margin-bottom: 3em;
  }
}
.locations-archive #mod-locations-container .branch > .content .branch-services button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0;
}
.locations-archive #mod-locations-container .branch > .content .accordion-container {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 899px) {
  .locations-archive #mod-locations-container .branch > .content .accordion-container {
    border-bottom: 1px solid #C3CAD8;
    padding-top: 1.5rem;
    grid-template-columns: 1fr;
    margin: 0 30px;
  }
  .locations-archive #mod-locations-container .branch > .content .accordion-container .accordion-button {
    width: 100%;
    text-align: left;
    padding-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1em;
    margin-bottom: 0;
  }
  .locations-archive #mod-locations-container .branch > .content .accordion-container .accordion-button:after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    border-right: 3px solid #FF972E;
    border-bottom: 3px solid #FF972E;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 0.4s ease, bottom 0.4s ease, -webkit-transform 0.4s ease;
    transition: bottom 0.4s ease, bottom 0.4s ease, -webkit-transform 0.4s ease;
    transition: bottom 0.4s ease, transform 0.4s ease, bottom 0.4s ease;
    transition: bottom 0.4s ease, transform 0.4s ease, bottom 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform-origin: center;
    transform-origin: center;
    position: relative;
    bottom: 5px;
  }
  .locations-archive #mod-locations-container .branch > .content .accordion-container.active .accordion-button:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .locations-archive #mod-locations-container .branch > .content .accordion-container {
    border-bottom: none;
  }
  .locations-archive #mod-locations-container .branch > .content .accordion-container .accordion-button {
    pointer-events: none;
  }
  .locations-archive #mod-locations-container .branch > .content .accordion-container .accordion-button:after {
    content: none !important;
  }
}
.locations-archive #mod-locations-container .branch > .content .accordion-container .accordion-content {
  list-style: none;
  padding-left: 0;
}
.locations-archive #mod-locations-container .branch > .content .accordion-container .accordion-content li:before {
  content: "";
  width: 19px;
  height: 15px;
  display: block;
  background-image: url(../images/ico-check.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) saturate(100%) invert(75%) sepia(33%) saturate(4224%) hue-rotate(335deg) brightness(101%) contrast(105%);
  filter: brightness(0) saturate(100%) invert(75%) sepia(33%) saturate(4224%) hue-rotate(335deg) brightness(101%) contrast(105%);
}
.locations-archive #mod-locations-container .branch > .content .accordion-container .accordion-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-bottom: 1em;
}
.locations-archive #mod-locations-container .branch > .content .accordion-container .accordion-content dl {
  display: grid;
  grid-template-columns: 80px 1fr;
}
.locations-archive #mod-locations-container .branch > .content .accordion-container .accordion-content dl span {
  font-weight: 700;
}
.locations-archive #mod-locations-container .branch > .content .accordion-container .accordion-content dl {
  margin: 0 0;
}
@media screen and (min-width: 900px) {
  .locations-archive #mod-locations-container .branch > .content .accordion-container .accordion-content {
    display: grid !important;
    grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content max-content;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 1em;
    margin: 0 auto;
  }
}
@media screen and (min-width: 900px) {
  .locations-archive #mod-locations-container .branch > .content .accordion-container .headline {
    margin-bottom: 1em;
  }
}
.locations-archive #mod-locations-container .branch > .content .hours-container {
  margin-bottom: 3em;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  container: hours/inline-size;
}
.locations-archive #mod-locations-container .branch > .content .hours-container > .content {
  grid-template-columns: 1fr;
  display: grid;
}
@media screen and (min-width: 900px) {
  .locations-archive #mod-locations-container .branch > .content .hours-container > .content {
    justify-items: center;
    grid-gap: clamp(20px, 5vw, 100px);
  }
}
@container hours (min-width: 1200px) {
  .locations-archive #mod-locations-container .branch > .content .hours-container > .content {
    grid-template-columns: 1fr 1fr;
  }
  .locations-archive #mod-locations-container .branch > .content .hours-container > .content:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 50%;
    background-color: #C3CAD8;
  }
}
.locations-archive #mod-locations-container .branch > .content .hours-container > .content {
  position: relative;
}
@media screen and (min-width: 900px) {
  .locations-archive #mod-locations-container .branch > .content .hours-container > .content .hours-block {
    max-width: 700px;
  }
}
.locations-archive #mod-locations-container .branch > .content .hours-container > .content .hours-block .days {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  .locations-archive #mod-locations-container .branch > .content .hours-container > .content .hours-block .days {
    display: block !important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: clamp(20px, 3vw, 50px);
    -moz-column-gap: clamp(20px, 3vw, 50px);
    column-gap: clamp(20px, 3vw, 50px);
  }
  .locations-archive #mod-locations-container .branch > .content .hours-container > .content .hours-block .days dl {
    padding-bottom: 0.5em;
  }
}
@media screen and (min-width: 900px) {
  .locations-archive #mod-locations-container .branch:nth-child(even) {
    position: relative;
    padding-top: 2em;
  }
  .locations-archive #mod-locations-container .branch:nth-child(even):before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    max-width: 1400px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FF972E;
  }
  .locations-archive #mod-locations-container .branch:nth-child(even) .header .photo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-top-right-radius: 0;
    aspect-ratio: unset;
    border-top-left-radius: clamp(200px, 30vw, 500px);
  }
  .locations-archive #mod-locations-container .branch:nth-child(even) .header .photo:after {
    content: "";
    max-width: 280px;
    width: 25%;
    height: 33%;
    background-color: #0552A5;
    opacity: 0.5;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: unset;
    border-top-left-radius: 200px;
    border-top-right-radius: 0;
  }
  .locations-archive #mod-locations-container .branch:nth-child(even) .header .info {
    padding-left: 30px;
    justify-self: flex-end;
  }
}
.locations-archive .holiday-closures .icon-side {
  background-size: 121px !important;
}
.locations-archive .holiday-closures .info-side .holiday-list {
  list-style: none;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  padding-left: 0;
}
.locations-archive .holiday-closures .info-side .holiday-list li {
  padding-bottom: 1em;
}
@media screen and (min-width: 900px) {
  .locations-archive .holiday-closures .info-side .holiday-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.locations-archive .holiday-closures .info-side .f-h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
}
.locations-archive .holiday-closures .info-side .date {
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
}

.directory-container {
  padding: 0 30px;
  margin-bottom: 3em;
  margin-top: 1em;
}
.directory-container > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directory-container .header {
  text-align: center;
}
.directory-container .header .f-h2 {
  font-weight: 600;
}
.directory-container .block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 30px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.directory-container .directory-block {
  width: 100%;
  max-width: 300px;
}
.directory-container .directory-block > .content {
  display: grid;
  row-gap: 10px;
}
.directory-container .directory-block .photo {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 50%;
  max-width: 300px;
}
.directory-container .directory-block .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
}
@media screen and (min-width: 900px) {
  .directory-container .directory-block .info {
    padding: 1em 30px 3em;
  }
}
.directory-container .directory-block .info .f-h3 {
  color: #062460;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
.directory-container .directory-block .info .position {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 400;
  padding-top: 0;
  margin-top: 0;
  text-align: center;
  margin-bottom: 0.25em;
}
.directory-container .directory-block .info .phone a {
  color: #0552A5;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
  font-weight: 700;
}
.directory-container .directory-block .info .phone {
  margin-bottom: 0;
  padding-bottom: 0;
}
.directory-container .directory-block .info .email a {
  color: #0552A5;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
  margin-bottom: 1em;
  font-weight: 400;
}
.directory-container .directory-block .info .actions {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  width: 100%;
}
.directory-container .directory-block .info .actions a,
.directory-container .directory-block .info .actions button {
  width: 100%;
  text-align: center;
}

@-webkit-keyframes popup {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  50% {
    opacity: 1;
    bottom: 10px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes popup {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  50% {
    opacity: 1;
    bottom: 10px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.feature-product-bar .product-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 2em;
  position: relative;
  padding: 4em 30px 3em;
  margin-bottom: 0;
}
.feature-product-bar .product-bar:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-top-left-radius: 84px;
  background-color: var(--blockColor, #062460);
}
@media screen and (min-width: 500px) {
  .feature-product-bar .product-bar {
    grid-template-columns: repeat(auto-fit, 200px);
  }
}
@media screen and (min-width: 875px) and (max-width: 1275px) {
  .feature-product-bar .product-bar {
    grid-template-columns: 200px 200px 200px;
    padding: 3em 30px 3em;
  }
}
@media screen and (min-width: 1276px) {
  .feature-product-bar .product-bar {
    padding-bottom: 0;
  }
}
.feature-product-bar .product-bar .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  text-align: center;
  opacity: 0;
}
.feature-product-bar .product-bar .product img {
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  max-width: 80px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.feature-product-bar .product-bar .product {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.feature-product-bar .product-bar .product p, .feature-product-bar .product-bar .product a {
  color: #fff;
  padding-top: 1em;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.feature-product-bar .product-bar .product:hover img {
  opacity: 1;
}
.feature-product-bar .product-bar .product:hover p, .feature-product-bar .product-bar .product:hover a {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
.feature-product-bar.active .product {
  -webkit-animation-name: popup;
  animation-name: popup;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.feature-product-bar.active .product:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.feature-product-bar.active .product:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.feature-product-bar.active .product:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.feature-product-bar.active .product:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.feature-product-bar.active .product:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.feature-product-bar.active .product:nth-child(6) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.feature-product-bar.active .product:nth-child(7) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.feature-product-bar.active .product:nth-child(8) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.feature-product-bar.active .product:nth-child(9) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.feature-product-bar.active .product:nth-child(10) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.feature-resources-carousel {
  width: 100%;
}
.feature-resources-carousel > .content {
  background-color: var(--blockColor, #062460);
  padding: 0 0 2em;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1200px) {
  .feature-resources-carousel > .content {
    grid-template-columns: minmax(0, 5.5fr) minmax(0, 4.5fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: clamp(20px, 5vw, 100px);
    padding-bottom: 0;
    max-height: 588px;
    margin-bottom: -5rem;
  }
}
.feature-resources-carousel > .content .carousel-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -50px;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
.feature-resources-carousel > .content .carousel-container:before {
  content: none;
}
@media screen and (min-width: 1200px) {
  .feature-resources-carousel > .content .carousel-container:before {
    content: "";
  }
}
.feature-resources-carousel > .content .carousel-container:before {
  width: 1200px;
  height: 235px;
  background-color: #f8f1d0;
  display: block;
  position: absolute;
  bottom: 4em;
  right: 50%;
  z-index: 1;
}
.feature-resources-carousel > .content .carousel-container:after {
  content: "";
  width: 700px;
  height: 235px;
  background-image: url(../template_images/dot-pattern.svg);
  display: block;
  position: absolute;
  top: 4em;
  right: 50%;
}
@media screen and (min-width: 1200px) {
  .feature-resources-carousel > .content .carousel-container {
    justify-self: flex-end;
    bottom: -8rem;
  }
}
.feature-resources-carousel > .content .phone-carousel {
  height: 150vw;
  width: 100%;
  max-height: 615px;
  overflow-x: clip;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-self: center;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .feature-resources-carousel > .content .phone-carousel {
    width: 615px;
    max-width: 615px;
  }
}
.feature-resources-carousel > .content .phone-carousel:before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
}
.feature-resources-carousel > .content .phone-carousel:after {
  content: "";
  display: block;
  position: absolute;
  height: 85%;
  aspect-ratio: 1/1;
  background-color: #0552A5;
  border-radius: 50%;
}
.feature-resources-carousel > .content .phone-carousel .container {
  position: relative;
  height: 65%;
  width: 90%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1em;
  grid-gap: 2em;
}
.feature-resources-carousel > .content .phone-carousel .container .phone {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 50%;
}
@media screen and (min-width: 900px) {
  .feature-resources-carousel > .content .phone-carousel .container .phone {
    max-width: 175px;
  }
}
.feature-resources-carousel > .content .phone-carousel .container .phone .slide {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.feature-resources-carousel > .content .phone-carousel .container .phone .slide.active {
  opacity: 1;
}
.feature-resources-carousel > .content .phone-carousel .container .next-arrow, .feature-resources-carousel > .content .phone-carousel .container .prev-arrow {
  width: 27px;
  height: 100%;
  background-image: url(../template_images/next-button.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.feature-resources-carousel > .content .phone-carousel .container .prev-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.feature-resources-carousel > .content .phone-carousel .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
}
.feature-resources-carousel > .content .phone-carousel .dots .dot {
  border: 1px solid #00A3E6;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.feature-resources-carousel > .content .phone-carousel .dots .dot.active {
  background-color: #00A3E6;
}
.feature-resources-carousel > .content .info {
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
.feature-resources-carousel > .content .info .subtitle {
  color: #f8f1d0;
  font-size: 1.8rem, 2vw, 2.6rem;
  margin-bottom: 0;
}
.feature-resources-carousel > .content .info .f-h2 {
  color: #fff;
  margin-bottom: 0.75em;
  font-weight: 400;
  font-size: clamp(1.8rem, 2vw, 2.6rem);
}
.feature-resources-carousel > .content .info .f-h2 strong {
  font-weight: 700;
  font-size: clamp(3rem, 4vw, 4rem);
}
.feature-resources-carousel > .content .info .resources {
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1200px) {
  .feature-resources-carousel > .content .info .resources {
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}
.feature-resources-carousel > .content .info .resources li {
  list-style: none;
  margin-bottom: 1em;
  text-align: center;
}
.feature-resources-carousel > .content .info .resources li a {
  color: #fff;
  -webkit-text-decoration: underline #FF972E;
  text-decoration: underline #FF972E;
  font-weight: 400;
  font-size: 2rem;
  text-decoration-thickness: 1px;
}
.feature-resources-carousel > .content .info .resources li a:hover {
  text-decoration-thickness: 2px;
}
@media screen and (min-width: 1200px) {
  .feature-resources-carousel > .content .info .resources li {
    text-align: left;
  }
}
.feature-resources-carousel > .content .info .actions {
  width: 100%;
  padding: 0 30px;
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  grid-gap: 0.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.feature-resources-carousel > .content .info .actions .ghost-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #FF972E;
  height: 53px;
}
.feature-resources-carousel > .content .info .actions .ghost-btn img {
  height: 53px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 900px) {
  .feature-resources-carousel > .content .info .actions {
    padding: 0;
    grid-template-columns: repeat(auto-fit, 209px);
  }
}
@media screen and (min-width: 1200px) {
  .feature-resources-carousel > .content .info .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .feature-resources-carousel > .content .info {
    justify-items: flex-start;
  }
}
.feature-resources-carousel.active .carousel-container {
  left: 0;
}

.featured-product {
  margin-bottom: 4em;
}
.featured-product > .content {
  position: relative;
  max-height: 900px;
  min-height: 642px;
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 900px) {
  .featured-product > .content {
    height: 47vw;
  }
}
.featured-product .photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left 75%;
}
@media screen and (min-width: 900px) {
  .featured-product .photo {
    bottom: 0;
    background-position: top center;
  }
}
.featured-product .info-container {
  position: relative;
  z-index: 1;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  max-width: 860px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: clamp(400px, 25vw, 555px);
}
@media screen and (min-width: 900px) {
  .featured-product .info-container {
    height: 100%;
  }
}
.featured-product .info-container .info {
  position: relative;
  padding: 2em 30px;
}
@media screen and (min-width: 900px) {
  .featured-product .info-container .info {
    max-width: clamp(470px, 70%, 900px);
    padding-left: 4em;
  }
}
.featured-product .info-container .info .f-h2 {
  color: #fff;
}
.featured-product .info-container .info .copy {
  color: #fff;
}
.featured-product .info-container .info .actions {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  grid-gap: 1em;
}
.featured-product .info-container .info .actions a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .featured-product .info-container .info .actions {
    grid-template-columns: repeat(auto-fit, minmax(125px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(125px, max-content));
  }
}
.featured-product .info-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--blockColor, #0552A5);
  border-top-right-radius: 20vw;
}
@media screen and (min-width: 900px) {
  .featured-product .info-container:before {
    opacity: 0.75;
    border-top-right-radius: 27vw;
  }
}

.featured-rates {
  padding: 2em 30px;
  margin-bottom: 4em;
  background-color: var(--blockColor, #fff);
}
.featured-rates .f-rate-header {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 600;
  color: #0552A5;
  margin-bottom: 0.2em;
}
.featured-rates .copy {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 400;
  margin-bottom: 1em;
}
.featured-rates .featured-rates-header {
  margin-bottom: 2em;
  text-align: left;
}
.featured-rates .featured-rates-header h2 {
  margin-bottom: 0.5em;
  font-size: clamp(3rem, 3vw, 5rem);
}
.featured-rates .featured-rates-header .copy {
  margin-bottom: 0;
  font-size: 2rem;
}
.featured-rates .featured-rates-header .copy:last-child {
  margin-bottom: 0;
}
.featured-rates > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .featured-rates > .content {
    text-align: center;
  }
}
.featured-rates > .content > .rates-holder {
  display: grid;
  grid-gap: clamp(40px, 5vw, 80px);
  grid-template-columns: 1fr;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-bottom: 2em;
}
@media screen and (min-width: 900px) {
  .featured-rates > .content > .rates-holder {
    grid-template-columns: 2fr 3fr;
  }
}
@media screen and (min-width: 900px) {
  .featured-rates > .content > .rates-holder.no-feature {
    grid-template-columns: 1fr;
  }
  .featured-rates > .content > .rates-holder.no-feature .sub-rates .rate-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.featured-rates > .content .main-rate {
  padding-bottom: clamp(40px, 5vw, 80px);
  border-bottom: solid 1px var(--accordion-border);
  text-align: left;
}
@media screen and (min-width: 900px) {
  .featured-rates > .content .main-rate {
    text-align: left;
    padding-right: clamp(40px, 5vw, 80px);
    border-right: solid 1px var(--accordion-border);
    border-bottom: none;
    padding-bottom: 0;
  }
}
.featured-rates > .content .main-rate .rate-large {
  color: #062460;
  font-size: clamp(10rem, 10vw, 14rem);
  font-weight: 700;
  margin: 0 0 0.1em;
  line-height: 1;
}
.featured-rates > .content .main-rate .info h3 {
  margin-bottom: 0.7em;
  color: var(--black);
}
.featured-rates > .content .main-rate .info .copy {
  color: var(--black);
  margin-bottom: 2em;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
.featured-rates > .content .main-rate .info .cta-lnk, .featured-rates > .content .main-rate .info .cta-lnk-black, .featured-rates > .content .main-rate .info .cta-lnk-white, .featured-rates > .content .main-rate .info .cta-lnk-red, .featured-rates > .content .main-rate .info .cta-lnk-blue, .featured-rates > .content .main-rate .info .cta-lnk-red-black, .featured-rates > .content .main-rate .info .cta-lnk-black-red {
  color: #FF972E;
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
.featured-rates > .content .main-rate .info .cta-lnk:hover, .featured-rates > .content .main-rate .info .cta-lnk-black:hover, .featured-rates > .content .main-rate .info .cta-lnk-white:hover, .featured-rates > .content .main-rate .info .cta-lnk-red:hover, .featured-rates > .content .main-rate .info .cta-lnk-blue:hover, .featured-rates > .content .main-rate .info .cta-lnk-red-black:hover, .featured-rates > .content .main-rate .info .cta-lnk-black-red:hover {
  text-decoration-thickness: 2px;
}
.featured-rates > .content .sub-rates {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .featured-rates > .content .sub-rates {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.featured-rates > .content .sub-rates .rate-grid {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: clamp(10px, 1.5vw, 20px);
  row-gap: 2em;
}
@media screen and (min-width: 675px) {
  .featured-rates > .content .sub-rates .rate-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.featured-rates > .content .sub-rates .rate-block {
  text-align: left;
  padding-right: clamp(10px, 1.5vw, 20px);
  display: grid;
}
.featured-rates > .content .sub-rates .rate-block .rate {
  color: #0552A5;
  font-size: clamp(5rem, 6vw, 8rem);
  font-weight: 900;
  margin: 0;
  line-height: 1;
  text-align: left;
}
.featured-rates > .content .sub-rates .rate-block h3 {
  margin-bottom: 0.2em;
  color: #062460;
}
.featured-rates > .content .sub-rates .rate-block > .cta-lnk, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-black, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-white, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-red, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-blue, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-red-black, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-black-red {
  color: #FF972E;
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
.featured-rates > .content .sub-rates .rate-block > .cta-lnk:hover, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-black:hover, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-white:hover, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-red:hover, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-blue:hover, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-red-black:hover, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-black-red:hover {
  text-decoration-thickness: 2px;
}
.featured-rates > .content .sub-rates .rate-block > .cta-lnk, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-black, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-white, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-red, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-blue, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-red-black, .featured-rates > .content .sub-rates .rate-block > .cta-lnk-black-red {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
@media screen and (min-width: 900px) {
  .featured-rates > .content .sub-rates .rate-block {
    border-right: 1px solid #FF972E;
  }
  .featured-rates > .content .sub-rates .rate-block:last-child {
    border-right: none;
  }
}
.featured-rates > .content .disclosure {
  font-size: 1.2rem;
}

@media print {
  .feature-resource-grid {
    display: none;
  }
}
.feature-resource-grid {
  margin-bottom: 4em;
}
@media screen and (min-width: 1225px) {
  .feature-resource-grid {
    padding: 0 30px;
  }
}
.feature-resource-grid > .content {
  width: 100%;
  max-width: 1725px;
  margin: 0 auto;
  padding: 2em 0;
}
.feature-resource-grid .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  text-align: center;
  margin-bottom: 2em;
  padding: 0 30px;
}
.feature-resource-grid .header .f-h2 {
  color: #062460;
}
.feature-resource-grid .header .copy {
  color: #062460;
}
.feature-resource-grid .header .actions {
  margin-top: 1em;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}
@media screen and (min-width: 1225px) {
  .feature-resource-grid .header .actions {
    grid-template-columns: repeat(auto-fit, minmax(125px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(125px, max-content));
  }
}
.feature-resource-grid .resource-grid {
  --outerPadding: 75px;
}
@media screen and (min-width: 1225px) {
  .feature-resource-grid .resource-grid {
    --outerPadding: 159px;
  }
  .feature-resource-grid .resource-grid[data-elements="2"] {
    --outerPadding: 210px;
  }
}
.feature-resource-grid .resource-grid {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  justify-items: center;
  row-gap: 3em;
  padding: 0 30px 4em;
}
.feature-resource-grid .resource-grid:before {
  content: "";
  top: 5%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--blockColor, #f8f1d0);
  position: absolute;
  border-radius: 0 75px 0 75px;
  -webkit-transition: border-radius 0.4s ease;
  transition: border-radius 0.4s ease;
}
@media screen and (min-width: 900px) {
  .feature-resource-grid .resource-grid:before {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1225px) {
  .feature-resource-grid .resource-grid {
    grid-template-columns: repeat(auto-fit, clamp(330px, 23vw, 440px));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    max-width: unset;
  }
  .feature-resource-grid .resource-grid:before {
    top: 20%;
    bottom: 8%;
  }
  .feature-resource-grid .resource-grid[data-elements="2"] {
    -webkit-column-gap: 5em;
    -moz-column-gap: 5em;
    column-gap: 5em;
  }
}
.feature-resource-grid .resource-grid .resource-item {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  justify-items: center;
}
.feature-resource-grid .resource-grid .resource-item .photo {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
}
.feature-resource-grid .resource-grid .resource-item .f-h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  z-index: 1;
}
.feature-resource-grid .resource-grid .resource-item:before {
  border-radius: 0;
}
.feature-resource-grid .resource-grid .resource-item:before:first-child {
  border-radius: 0 0 75px 0;
}
.feature-resource-grid .resource-grid .resource-item:before:last-child {
  border-radius: 75px 0 0 0;
}
@media screen and (min-width: 1225px) {
  .feature-resource-grid .resource-grid .resource-item:before {
    content: "";
    bottom: -10%;
    left: -1em;
    background-color: var(--blockColor, #f8f1d0);
    position: absolute;
    z-index: 0;
    -webkit-transition: border-radius 0.4s ease;
    transition: border-radius 0.4s ease;
    top: 20%;
    width: calc(100% + 2em);
  }
  .feature-resource-grid .resource-grid .resource-item:first-child:before {
    left: calc(var(--outerPadding) * -1);
    border-bottom-left-radius: var(--outerPadding);
    border-top-right-radius: 0;
    width: calc(100% + var(--outerPadding) + 4em);
  }
  .feature-resource-grid .resource-grid .resource-item:last-child:before {
    bottom: -10%;
    right: calc(var(--outerPadding) * -1);
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--outerPadding);
    width: calc(100% + var(--outerPadding) + 1em);
  }
}
.feature-resource-grid .resource-grid[data-elements="1"] .resource-item:before {
  width: calc(100% * var(--outerPadding) * 2);
  left: calc(var(--outerPadding) * -1);
  border-bottom-left-radius: var(--outerPadding);
  border-top-right-radius: var(--outerPadding);
}

.internal-header {
  width: 100%;
  margin-bottom: 4em;
}
.internal-header > .content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: clamp(20px, 5vw, 50em);
}
@media screen and (min-width: 900px) {
  .internal-header > .content {
    grid-template-columns: 4fr 5fr;
  }
}
.internal-header > .content .photo {
  height: 100%;
  width: 100%;
  position: relative;
  padding: clamp(30px, 3vw, 2em) 30px 0;
}
.internal-header > .content .photo svg {
  position: relative;
}
@media screen and (max-width: 899px) {
  .internal-header > .content .photo svg {
    max-width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.internal-header > .content .photo:before {
  content: "";
  position: absolute;
  display: block;
  top: -4rem;
  left: 0;
  width: 50%;
  height: calc(50% + 6.5rem);
  background-color: #062460;
}
@media screen and (min-width: 900px) {
  .internal-header > .content .photo:before {
    top: -10rem;
  }
}
@media screen and (min-width: 900px) {
  .internal-header > .content .photo {
    margin-top: clamp(6rem, 5vw, 13rem);
    padding: 0 0 0 clamp(20px, 3vw, 90px);
  }
}
.internal-header > .content .info {
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0 30px;
  text-align: center;
}
.internal-header > .content .info .f-h1 {
  font-size: clamp(3.2rem, 5vw, 6rem);
  margin-bottom: 0.25em;
  margin-top: 0.75em;
}
.internal-header > .content .info .copy {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}
@media screen and (min-width: 900px) {
  .internal-header > .content .info {
    max-width: 800px;
  }
}
.internal-header > .content .info .actions {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  margin: 0 auto;
  grid-gap: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.internal-header > .content .info .actions a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .internal-header > .content .info .actions {
    grid-template-columns: repeat(auto-fit, minmax(125px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(125px, max-content));
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin: unset;
  }
  .internal-header > .content .info .actions a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (min-width: 900px) {
  .internal-header > .content .info {
    margin-top: clamp(6rem, 5vw, 13rem);
    padding-left: 0;
    text-align: left;
  }
}
.internal-header.multi-product > .content {
  grid-gap: clamp(50px, 5vw, 100px);
}
@media screen and (min-width: 900px) {
  .internal-header.multi-product > .content {
    grid-template-columns: 3fr 6fr;
  }
}
.internal-header.multi-product > .content .photo:before {
  background-color: #f8f1d0;
  width: 30%;
}
.internal-header.no-image {
  padding: 0 30px;
}
.internal-header.no-image > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .internal-header.no-image > .content .info {
    max-width: 900px;
  }
}

.jumplinks {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 1em;
}
@media screen and (max-width: 899px) {
  .jumplinks:before, .jumplinks:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #FF972E;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 900px) {
  .jumplinks {
    position: absolute;
    top: 140px;
    right: 20px;
    margin-top: 20px;
    z-index: 10;
  }
  .jumplinks.sticky {
    position: fixed;
  }
}
.jumplinks .jumplink-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1em 0;
}
.jumplinks .jumplink-button:after {
  content: "";
  width: 1rem; /* Adjust the size as needed */
  height: 1rem; /* Adjust the size as needed */
  display: inline-block;
  border-right: 2px solid #062460;
  border-bottom: 2px solid #062460;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: bottom 0.4s ease, -webkit-transform 0.4s ease;
  transition: bottom 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, bottom 0.4s ease;
  transition: transform 0.4s ease, bottom 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: relative;
  bottom: 5px;
}
.jumplinks .jumplink-button .f-h2 {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .jumplinks .jumplink-button {
    display: none;
  }
}
.jumplinks .jumplink-content {
  display: none;
}
.jumplinks .jumplink-content ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
}
.jumplinks .jumplink-content ul li button {
  padding: 0.5em 1.5em;
  color: #062460;
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .jumplinks .jumplink-content {
    display: block !important;
  }
  .jumplinks .jumplink-content ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #FF972E;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 0;
    background-color: #fff;
  }
  .jumplinks .jumplink-content ul li {
    border-right: 1px solid #C3CAD8;
  }
  .jumplinks .jumplink-content ul li:last-of-type {
    border-right: none;
  }
}
@media screen and (min-width: 900px) {
  .jumplinks .jumplink-content {
    display: grid;
  }
}
.jumplinks.active .jumplink-button:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  bottom: 0;
}
.jumplinks.empty-set {
  display: none;
}

.child-page-directory {
  margin-bottom: 4em;
  position: relative;
}
.child-page-directory > .content {
  margin: 0;
}
.child-page-directory .header {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 1100px) {
  .child-page-directory .header {
    max-width: 1400px;
  }
}
.child-page-directory .header .copy {
  padding: 0 30px;
}
.child-page-directory .main-wrapper {
  position: relative;
}
.child-page-directory .main {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .child-page-directory .main {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 0 clamp(1em, 3vw, 2em);
  }
}
.child-page-directory .tab-header {
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1100px) {
  .child-page-directory .tab-header {
    padding: 0 0 0 30px;
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 0 0.5em;
  }
}
.child-page-directory .tab-header .js-slide-track {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  display: none;
}
@media screen and (min-width: 1100px) {
  .child-page-directory .tab-header .js-slide-track {
    display: block;
    top: 0;
    width: 3px;
    height: 100%;
  }
}
.child-page-directory .tab-header .js-slide-track .js-slide {
  background-color: #FF972E;
  position: relative;
  -webkit-transition: top 0.2s ease, left 0.2s ease;
  transition: top 0.2s ease, left 0.2s ease;
  height: 4px;
}
@media screen and (min-width: 1100px) {
  .child-page-directory .tab-header .js-slide-track .js-slide {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}
.child-page-directory .tab-header .arrows {
  margin: 10vw 0 0 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: calc(50% + 20vw - 35px);
  width: 100%;
  height: 35px;
  z-index: 3;
}
.child-page-directory .tab-header .arrows .prev-arrow {
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  pointer-events: all;
}
.child-page-directory .tab-header .arrows .next-arrow {
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  pointer-events: all;
}
@media screen and (min-width: 1100px) {
  .child-page-directory .tab-header .arrows {
    margin: 0;
    display: grid;
    gap: 1em 0;
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    margin-top: calc(7vw + 1em);
  }
  .child-page-directory .tab-header .arrows .prev-arrow {
    position: relative;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .child-page-directory .tab-header .arrows .next-arrow {
    right: 0;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
}
.child-page-directory .tab-header .status-bar {
  display: none;
}
.child-page-directory .tab-header .tab-wrapper {
  margin: 0;
  padding: 0 1em;
  position: relative;
  z-index: 1;
  width: calc(100vw - 2em);
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .child-page-directory .tab-header .tab-wrapper:before, .child-page-directory .tab-header .tab-wrapper:after {
    display: none;
  }
}
.child-page-directory .tab-header .tab-wrapper:before {
  content: "";
  position: absolute;
  left: 1em;
  top: 0;
  bottom: 1em;
  width: 56px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 5;
  pointer-events: none;
  opacity: var(--beforeElementOpacity);
}
.child-page-directory .tab-header .tab-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1em;
  width: 56px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 5;
  pointer-events: none;
  opacity: var(--afterElementOpacity);
}
.child-page-directory .tab-header .tab-nav {
  margin: 0 1em 1em;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  width: 100%;
  overflow: auto;
}
@media screen and (min-width: 1100px) {
  .child-page-directory .tab-header .tab-nav {
    margin: calc(7vw + 1em) 2em 1em;
    display: grid;
    grid-template-rows: 1fr;
    gap: 0.5em 0;
    border-left: 1px #C3CAD8 solid;
    position: relative;
    z-index: 1;
    overflow: visible;
  }
}
.child-page-directory .tab-header .tab-nav li {
  margin: 0;
  padding: 0 0 5px;
  white-space: pre-wrap;
}
@media screen and (min-width: 1100px) {
  .child-page-directory .tab-header .tab-nav li {
    padding: 0;
  }
}
.child-page-directory .tab-header .tab-nav li button {
  padding: 1em;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
  z-index: 2;
  text-align: left;
  font-weight: 400;
  color: #062460;
}
.child-page-directory .tab-header .tab-nav li button[aria-selected=true] {
  border-left: none;
  font-weight: bold;
}
@media screen and (min-width: 1100px) {
  .child-page-directory .tab-header .tab-nav li button {
    padding: 0 0 0 1em;
    position: relative;
    left: -1px;
    border-bottom: none;
    max-width: 250px;
  }
  .child-page-directory .tab-header .tab-nav li button[aria-selected=true] {
    border-bottom: none;
  }
}
@media screen and (max-width: 1099px) {
  .child-page-directory .tab-header .tab-nav li:first-child > button {
    padding-left: 0;
    z-index: 4;
  }
  .child-page-directory .tab-header .tab-nav li:last-child > button {
    padding-right: 0;
    z-index: 4;
  }
}
.child-page-directory .tab-container {
  margin: 0;
}
.child-page-directory .tab-content {
  margin: 0;
  padding: 0;
  background-color: #062460;
  color: #fff;
  border-radius: 0 0 0 75px;
  position: relative;
  text-align: center;
  z-index: 2;
  display: none;
}
.child-page-directory .tab-content[data-tab-active=true] {
  display: block;
}
@media screen and (min-width: 1100px) {
  .child-page-directory .tab-content {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .child-page-directory .tab-content[data-tab-active=true] {
    display: grid;
  }
  .child-page-directory .tab-content {
    width: 100vw;
    overflow: hidden;
  }
  .child-page-directory .tab-content:before {
    content: "";
    position: absolute;
    top: 6vw;
    left: 0;
    bottom: 0;
    width: 35vw;
    background-image: url("../template_images/dot-pattern.svg");
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    display: block;
    background-repeat: repeat-y;
  }
}
@media screen and (min-width: 1500px) {
  .child-page-directory .tab-content {
    grid-template-columns: 465px 1fr;
  }
}
.child-page-directory .tab-content .underlay {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20vw;
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 1100px) {
  .child-page-directory .tab-content .underlay {
    height: 7vw;
  }
}
.child-page-directory .tab-content .photo {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 30px * 2);
  max-width: 600px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  .child-page-directory .tab-content .photo {
    margin: unset;
    padding: 0 0 0 75px;
    width: 100%;
    max-width: 465px;
  }
}
.child-page-directory .tab-content .info {
  margin: 0;
  padding: 1.25em 75px 75px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  .child-page-directory .tab-content .info {
    padding: 1.25em 2em 75px 0;
    margin: 2em 0 0 75px;
    max-width: 600px;
  }
}
@media screen and (min-width: 1500px) {
  .child-page-directory .tab-content .info {
    padding: 1.25em 2em 75px 2em;
    margin: calc(7vw + 1em) 0 0 0;
  }
}
.child-page-directory .tab-content .info .f-h3 {
  color: #fff;
}
.child-page-directory .tab-content .info .copy {
  margin: 0 0 1.5em;
  text-align: left;
}
.child-page-directory .tab-content .info .disclosure {
  margin-top: 2em;
  font-size: 1.4rem;
  font-style: italic;
}
.child-page-directory .tab-content .info .actions {
  margin: 0 auto;
  display: inline-grid;
  gap: 1.5em 0;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  row-gap: 1em;
}
@media screen and (min-width: 1100px) {
  .child-page-directory .tab-content .info .actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(100px, max-content));
  }
}
.child-page-directory .tab-content .info .actions > a {
  width: 100%;
  text-align: center;
}
.child-page-directory .tab-content .info .actions > a.cta-lnk, .child-page-directory .tab-content .info .actions > a.cta-lnk-black, .child-page-directory .tab-content .info .actions > a.cta-lnk-white, .child-page-directory .tab-content .info .actions > a.cta-lnk-red, .child-page-directory .tab-content .info .actions > a.cta-lnk-blue, .child-page-directory .tab-content .info .actions > a.cta-lnk-red-black, .child-page-directory .tab-content .info .actions > a.cta-lnk-black-red {
  color: #fff;
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
  text-decoration-thickness: 1px;
}
.child-page-directory .tab-content .info .actions > a.cta-lnk:hover, .child-page-directory .tab-content .info .actions > a.cta-lnk-black:hover, .child-page-directory .tab-content .info .actions > a.cta-lnk-white:hover, .child-page-directory .tab-content .info .actions > a.cta-lnk-red:hover, .child-page-directory .tab-content .info .actions > a.cta-lnk-blue:hover, .child-page-directory .tab-content .info .actions > a.cta-lnk-red-black:hover, .child-page-directory .tab-content .info .actions > a.cta-lnk-black-red:hover {
  text-decoration-thickness: 2px;
}
.child-page-directory .sidebeam {
  display: none;
}
@media screen and (min-width: 1100px) {
  .child-page-directory .sidebeam {
    margin: 0;
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #062460;
    width: 50vw;
    height: calc(100% - 7vw);
    right: 0;
    bottom: 0;
  }
}

.informational-content-block {
  background-color: #edf0f6;
  padding: 40px 20px 50px;
}
@media screen and (min-width: 900px) {
  .informational-content-block {
    padding-top: 85px;
    padding-bottom: 112px;
    margin-bottom: 2em;
  }
}
.informational-content-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.062745098);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.062745098);
}
@media screen and (min-width: 900px) {
  .informational-content-block > .content {
    border-radius: 46px;
    padding-top: 131.5px;
    padding-bottom: 124px;
    grid-template-columns: 350px 1fr;
    -webkit-column-gap: clamp(40px, 5vw, 80px);
    -moz-column-gap: clamp(40px, 5vw, 80px);
    column-gap: clamp(40px, 5vw, 80px);
  }
}
.informational-content-block > .content .icon-side {
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-bottom: 1px solid #C3CAD8;
}
@media screen and (min-width: 900px) {
  .informational-content-block > .content .icon-side {
    height: auto;
    border-bottom: none;
    border-right: 1px solid #0552A5;
  }
}
.informational-content-block > .content .info-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 2em;
}
@media screen and (min-width: 900px) {
  .informational-content-block > .content .info-side {
    padding-right: 30px;
    padding-top: 0;
  }
}
.informational-content-block > .content .info-side .swoosh {
  width: 60px;
  height: 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1em;
}
@media screen and (min-width: 900px) {
  .informational-content-block > .content .info-side .swoosh {
    width: 100px;
    height: 41px;
    margin-bottom: 2em;
  }
}
.informational-content-block > .content .info-side .title, .informational-content-block > .content .info-side .f-h2 {
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: 600;
  color: #062460;
}
.informational-content-block > .content .info-side .copy {
  max-width: 800px;
}
@media screen and (min-width: 900px) {
  .informational-content-block.photo-right > .content {
    grid-template-columns: 4fr 1fr;
  }
}
.informational-content-block.photo-right > .content .info-side {
  padding-right: 0;
  padding-left: 30px;
}
.informational-content-block.photo-right > .content .icon-side {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border-right: none;
  border-left: 1px solid #0552A5;
}

.product-section {
  margin-bottom: 4em;
  position: relative;
  padding: 1em 30px 0;
}
.product-section > .content {
  margin: 0;
}
.product-section .main-wrapper {
  position: relative;
}
.product-section .main {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.product-section .main .header .f-h2 {
  font-size: clamp(2.4rem, 3vw, 3rem);
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (min-width: 1100px) {
  .product-section .main {
    display: grid;
    grid-template-columns: 2.5fr 7fr 2.5fr;
    -webkit-column-gap: clamp(50px, 5vw, 80px);
    -moz-column-gap: clamp(50px, 5vw, 80px);
    column-gap: clamp(50px, 5vw, 80px);
  }
  .product-section .main .tab-header {
    grid-area: tab-header;
  }
  .product-section .main .header {
    grid-area: header;
  }
  .product-section .main .tab-container {
    grid-area: tab-container;
  }
  .product-section .main .sidebeam {
    grid-area: sidebeam;
  }
  .product-section .main {
    grid-template-areas: ". header header" "tab-header tab-container sidebeam";
  }
}
.product-section .tab-header {
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1100px) {
  .product-section .tab-header {
    padding: 0 0 0 30px;
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 0 2em;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
}
.product-section .tab-header .arrows {
  display: none;
}
.product-section .tab-header .arrows .prev-arrow {
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  pointer-events: all;
}
.product-section .tab-header .arrows .next-arrow {
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  pointer-events: all;
}
@media screen and (min-width: 1100px) {
  .product-section .tab-header .arrows {
    margin: 0;
    display: grid;
    gap: 1em 0;
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .product-section .tab-header .arrows .prev-arrow {
    position: relative;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .product-section .tab-header .arrows .next-arrow {
    right: 0;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.product-section .tab-header .status-bar {
  display: none;
}
.product-section .tab-header .tab-wrapper {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  .product-section .tab-header .tab-wrapper:before, .product-section .tab-header .tab-wrapper:after {
    display: none;
  }
  .product-section .tab-header .tab-wrapper {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.product-section .tab-header .tab-nav {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  overflow-y: auto;
  border-bottom: 1px solid #C3CAD8;
}
@media screen and (min-width: 1100px) {
  .product-section .tab-header .tab-nav {
    display: grid;
    grid-template-rows: 1fr;
    gap: 1em 0;
    border-left: 1px #C3CAD8 solid;
    position: relative;
    z-index: 1;
    overflow: visible;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.product-section .tab-header .tab-nav .js-slide-track {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
@media screen and (min-width: 1100px) {
  .product-section .tab-header .tab-nav .js-slide-track {
    top: 0;
    width: 3px;
    height: 100%;
  }
}
.product-section .tab-header .tab-nav .js-slide-track .js-slide {
  background-color: #FF972E;
  position: relative;
  -webkit-transition: top 0.2s ease, left 0.2s ease;
  transition: top 0.2s ease, left 0.2s ease;
  height: 4px;
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
}
.product-section .tab-header .tab-nav li {
  margin: 0;
  white-space: nowrap;
}
@media screen and (min-width: 1100px) {
  .product-section .tab-header .tab-nav li {
    padding: 0;
  }
}
.product-section .tab-header .tab-nav li button {
  padding: 1em;
  border-bottom: none;
  position: relative;
  z-index: 2;
  border-bottom: 4px transparent solid;
  color: #062460;
}
.product-section .tab-header .tab-nav li button[aria-selected=true] {
  border-left: none;
}
@media screen and (min-width: 1100px) {
  .product-section .tab-header .tab-nav li button {
    padding: 0 0 0 2em;
    position: relative;
    left: -1px;
    border-bottom: none;
  }
  .product-section .tab-header .tab-nav li button[aria-selected=true] {
    border-bottom: none;
    font-weight: 700;
  }
}
@media screen and (max-width: 1099px) {
  .product-section .tab-header .tab-nav li:first-child > button {
    padding-left: 0;
    z-index: 4;
  }
  .product-section .tab-header .tab-nav li:last-child > button {
    padding-right: 0;
    z-index: 4;
  }
}
.product-section .tab-header .tab-nav.empty {
  display: none;
}
.product-section .tab-container {
  margin: 0;
}
.product-section .tab-content {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 2;
  display: none;
}
.product-section .tab-content[data-tab-active=true] {
  display: block;
}
@media screen and (min-width: 1100px) {
  .product-section .tab-content {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .product-section .tab-content[data-tab-active=true] {
    display: grid;
  }
}
.product-section .tab-content .underlay {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20vw;
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 1100px) {
  .product-section .tab-content .underlay {
    height: 7vw;
  }
}
.product-section .tab-content .info {
  margin: 0;
  position: relative;
  z-index: 2;
}
.product-section .tab-content .info .f-h3 {
  display: none;
}
.product-section .tab-content .info .copy {
  margin: 0 0 1.5em;
  text-align: left;
}
@media screen and (min-width: 1100px) {
  .product-section .tab-content .info ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
    -moz-column-gap: clamp(20px, 5vw, 50px);
    column-gap: clamp(20px, 5vw, 50px);
    padding-left: 1.33em;
  }
}
.product-section .tab-content .info ul li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 0.5em;
}
.product-section .tab-content .info ul li::marker {
  color: #0552A5;
}
.product-section .tab-content .info .disclosure {
  margin-top: 2em;
  font-size: 1.4rem;
  font-style: italic;
}
.product-section .tab-content .copy ul {
  text-align: left;
}
.product-section .rate-block .effective-date {
  font-weight: 800;
  font-size: 1.6rem;
}
.product-section .rate-block table {
  width: 100%;
  font-size: 1.6rem;
}
.product-section .rate-block table th {
  font-weight: 800;
  font-size: 1.9rem;
}
.product-section .rate-block table td, .product-section .rate-block table th {
  text-align: center;
  padding: 0.5em;
}
.product-section .rate-block .disclosure {
  margin-top: 2em;
  font-size: 1.4rem;
  font-style: italic;
}
@media screen and (max-width: 899px) {
  .product-section .rate-block table .col_0 {
    empty-cells: hide;
  }
  .product-section .rate-block table .col_0 {
    display: block;
    visibility: visible;
  }
  .product-section .rate-block table .btn {
    display: inline-block !important;
    text-align: center;
    margin: 0.5em 1em;
  }
  .product-section .rate-block table {
    margin: 0 auto 1.5em;
    width: 100%;
  }
  .product-section .rate-block table tr:first-of-type {
    display: none;
  }
  .product-section .rate-block table tr:nth-child(odd) {
    background: var(--background-gray);
  }
  .product-section .rate-block table td {
    display: block;
    text-align: left;
    vertical-align: top;
    white-space: normal;
  }
  .product-section .rate-block table thead {
    display: none;
    visibility: hidden;
  }
  .product-section .rate-block table .row_0, .product-section .rate-block table .col_0 {
    display: none;
    visibility: hidden;
  }
  .product-section .rate-block table tr {
    background: #ffffff;
    border-width: 0px 0 2px 0;
    margin-bottom: 1em;
  }
  .product-section .rate-block table tr, .product-section .rate-block table thead {
    display: block;
    padding: 0;
    text-align: left;
  }
  .product-section .rate-block table tbody {
    padding: 0;
    text-align: left;
  }
  .product-section .rate-block table th {
    padding: 0em;
    display: block;
    text-align: left;
  }
  .product-section .rate-block table td, .product-section .rate-block table th {
    text-align: center;
  }
  .product-section .rate-block table th {
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: 2rem;
    font-weight: 600;
  }
  .product-section .rate-block table th[data-title]:before, .product-section .rate-block table td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    color: #333;
    display: block;
    padding: 0 0 0.2em;
    margin-right: 0;
  }
  .product-section .rate-block table td[data-hide]:before {
    content: "" !important;
  }
  .product-section .rate-block table td {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
  .product-section .rate-block.single-product tr {
    display: grid;
    grid-template-columns: 1fr;
  }
  .product-section .rate-block.single-product tr > td {
    display: block;
  }
  .product-section .rate-block.single-product tr > td:nth-child(1) {
    font-weight: 700;
  }
  .product-section .rate-block.single-product table td[data-title]:before {
    content: none;
  }
}
.product-section .sidebeam {
  display: block;
}
@media screen and (min-width: 1100px) {
  .product-section .sidebeam {
    margin: 0;
    display: block;
  }
}
.product-section .sidebeam .actions {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 1em;
}
.product-section .sidebeam .actions a {
  width: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.compare-section {
  padding: 0 30px;
  margin-bottom: 4em;
  padding-bottom: 2em;
  background-color: #062460;
}
@media screen and (min-width: 900px) {
  .compare-section .table-controls-arrows, .compare-section .table-controls-dots {
    display: none;
  }
}
.compare-section > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
}
.compare-section > .content .compare-header {
  width: 100%;
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 800;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .compare-section > .content .compare-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.compare-section > .content .compare-header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.compare-section > .content .compare-header .title > span {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.compare-section > .content .compare-header .title > span:before, .compare-section > .content .compare-header .title > span:after {
  content: "";
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #062460;
  -webkit-transform-origin: center;
  transform-origin: center;
  top: 50%;
  left: 50%;
  display: block;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.compare-section > .content .compare-header .title > span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.compare-section > .content.active .compare-header .title > span:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
@media screen and (min-width: 900px) {
  .compare-section > .content .compare-content {
    padding: 20px clamp(30px, 8vw, 100px);
  }
}
.compare-section > .content .compare-content table {
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (min-width: 900px) {
  .compare-section > .content .compare-content table {
    text-align: center;
    font-size: 1.6rem;
  }
}
.compare-section > .content .compare-content table {
  margin-bottom: 2em;
}
.compare-section > .content .compare-content table th {
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  .compare-section > .content .compare-content table th {
    padding: 0.5em;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 900px) {
  .compare-section > .content .compare-content table td {
    padding: 0.5em;
  }
}
@media screen and (min-width: 900px) {
  .compare-section > .content .compare-content table td:first-of-type {
    text-align: center;
  }
}
.compare-section > .content .compare-content table tr {
  border-bottom: solid 0.5px #0552A5;
}
.compare-section > .content .compare-content table tr:first-of-type {
  border-bottom: solid 2px #FF972E;
}
.compare-section > .content .compare-content table tr:first-of-type th {
  text-align: center;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: 600;
  line-height: 1.5;
}
.compare-section > .content .compare-content table tr:first-of-type th p {
  margin-bottom: 0;
}
.compare-section > .content .compare-content table tr:last-of-type {
  border-bottom: none;
}
.compare-section > .content .compare-content table tr th {
  font-size: clamp(1.6rem, 2.5vw, 1.8rem);
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .compare-section > .content .compare-content table tr th {
    text-align: left;
    font-weight: 700;
  }
}
.compare-section > .content .compare-content table tr .cta-btn {
  margin: 0 auto;
}
.compare-section > .content .compare-content .js-close-compare {
  text-align: center;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  margin-bottom: 2em;
}
.compare-section > .content .compare-content .js-close-compare span {
  color: var(--primary-color);
  display: inline-block;
  margin-right: 5px;
}
.compare-section > .content .disclosure {
  font-size: 1.2rem;
  max-width: 900px;
  margin: 0 auto;
}

.product-section-standalone, .rate-section {
  padding: 0 30px;
  margin-bottom: 4em;
  scroll-margin-top: 90px;
}
@media screen and (min-width: 1200px) {
  .product-section-standalone, .rate-section {
    scroll-margin-top: 150px;
  }
}
.product-section-standalone > .content, .rate-section > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1200px) {
  .product-section-standalone > .content, .rate-section > .content {
    position: relative;
    margin: 0 auto;
    grid-template-columns: 4fr 1fr;
    grid-gap: 10px;
  }
}
.product-section-standalone > .content .sidebar, .rate-section > .content .sidebar {
  height: auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0552A5;
  color: #fff;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  border-top: 2px solid #C3CAD8;
}
@media screen and (min-width: 1200px) {
  .product-section-standalone > .content .sidebar, .rate-section > .content .sidebar {
    height: 100%;
    border-top: none;
    position: relative;
    background-color: transparent;
    color: #4b5662;
  }
}
.product-section-standalone > .content .sidebar .actions, .rate-section > .content .sidebar .actions {
  display: none;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  padding-top: 1.5em;
}
.product-section-standalone > .content .sidebar .actions .ghost-btn, .rate-section > .content .sidebar .actions .ghost-btn {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .product-section-standalone > .content .sidebar .actions, .rate-section > .content .sidebar .actions {
    display: grid !important;
    position: sticky;
    top: calc(68px + 5em);
    padding-top: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .product-section-standalone > .content .sidebar .actions .ghost-btn, .rate-section > .content .sidebar .actions .ghost-btn {
    color: #062460;
  }
}
.product-section-standalone > .content .sidebar .actions, .rate-section > .content .sidebar .actions {
  top: 50px;
}
.product-section-standalone > .content .sidebar .mobile-open, .rate-section > .content .sidebar .mobile-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
  justify-items: center;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .product-section-standalone > .content .sidebar .mobile-open, .rate-section > .content .sidebar .mobile-open {
    display: none !important;
  }
}
.product-section-standalone > .content .sidebar .mobile-open .closed, .rate-section > .content .sidebar .mobile-open .closed {
  display: block;
}
.product-section-standalone > .content .sidebar .mobile-open .open, .rate-section > .content .sidebar .mobile-open .open {
  display: none;
  font-size: 1.6rem;
}
.product-section-standalone > .content .sidebar .mobile-open .open span, .rate-section > .content .sidebar .mobile-open .open span {
  color: #FF972e;
  font-weight: 700;
  padding: 0 3px;
}
.product-section-standalone > .content .sidebar.open .mobile-open .closed, .rate-section > .content .sidebar.open .mobile-open .closed {
  display: none;
}
.product-section-standalone > .content .sidebar.open .mobile-open .open, .rate-section > .content .sidebar.open .mobile-open .open {
  display: block;
}
.product-section-standalone .f-h2, .rate-section .f-h2 {
  color: #062460;
  font-size: clamp(2.3rem, 5vw, 3rem);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-right: 1em;
  text-align: left;
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .product-section-standalone .f-h2, .rate-section .f-h2 {
    padding-right: 0;
  }
}
.product-section-standalone .info-section, .rate-section .info-section {
  font-size: 1.6rem;
  display: grid;
}
@media screen and (min-width: 1200px) {
  .product-section-standalone .info-section, .rate-section .info-section {
    border-right: 1px solid #C3CAD8;
  }
}
@media screen and (min-width: 1200px) {
  .product-section-standalone .info-section .center-column, .rate-section .info-section .center-column {
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: 3em;
  }
}
.product-section-standalone .info-section .center-column .copy, .rate-section .info-section .center-column .copy {
  margin-bottom: 2em;
}
.product-section-standalone .info-section .center-column .disclosure, .rate-section .info-section .center-column .disclosure {
  text-align: left;
}
.product-section-standalone .info-section .center-column .disclosure p, .rate-section .info-section .center-column .disclosure p {
  padding-bottom: 0;
}
.product-section-standalone .info-section .copy, .product-section-standalone .info-section .rate-block, .product-section-standalone .info-section .disclosure, .rate-section .info-section .copy, .rate-section .info-section .rate-block, .rate-section .info-section .disclosure {
  max-width: 900px;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .product-section-standalone .info-section .copy, .product-section-standalone .info-section .rate-block, .product-section-standalone .info-section .disclosure, .rate-section .info-section .copy, .rate-section .info-section .rate-block, .rate-section .info-section .disclosure {
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .product-section-standalone .info-section .copy .f-h2, .product-section-standalone .info-section .rate-block .f-h2, .product-section-standalone .info-section .disclosure .f-h2, .rate-section .info-section .copy .f-h2, .rate-section .info-section .rate-block .f-h2, .rate-section .info-section .disclosure .f-h2 {
    text-align: left;
  }
}
.product-section-standalone .info-section .rate-title, .rate-section .info-section .rate-title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 0.5em;
}
.product-section-standalone .info-section .copy p, .rate-section .info-section .copy p {
  padding-bottom: 1em;
}
.product-section-standalone .info-section .copy h3, .rate-section .info-section .copy h3 {
  padding-top: 1em;
}
.product-section-standalone .info-section .rate-block .effective-date, .rate-section .info-section .rate-block .effective-date {
  font-weight: 400;
  font-size: 1.5rem;
  text-align: left;
  color: #0552A5;
}
.product-section-standalone .info-section .rate-block .headline, .rate-section .info-section .rate-block .headline {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .product-section-standalone .info-section .rate-block .headline, .rate-section .info-section .rate-block .headline {
    text-align: left;
  }
}
.product-section-standalone .info-section .rate-block table, .rate-section .info-section .rate-block table {
  width: 100%;
  font-size: 1.8rem;
}
.product-section-standalone .info-section .rate-block table th, .rate-section .info-section .rate-block table th {
  font-weight: 700;
  font-size: 1.8rem;
  color: #062460;
}
.product-section-standalone .info-section .rate-block table td, .product-section-standalone .info-section .rate-block table th, .rate-section .info-section .rate-block table td, .rate-section .info-section .rate-block table th {
  text-align: center;
  padding: 0.5em;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: transparent;
}
.product-section-standalone .info-section .rate-block table td:last-child, .product-section-standalone .info-section .rate-block table th:last-child, .rate-section .info-section .rate-block table td:last-child, .rate-section .info-section .rate-block table th:last-child {
  border-right: none;
}
.product-section-standalone .info-section .rate-block table tr:first-child, .rate-section .info-section .rate-block table tr:first-child {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #C3CAD8;
}
.product-section-standalone .info-section .rate-block .disclosure, .rate-section .info-section .rate-block .disclosure {
  margin-top: 2em;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .product-section-standalone .info-section .rate-block table .col_0, .rate-section .info-section .rate-block table .col_0 {
    empty-cells: hide;
  }
  .product-section-standalone .info-section .rate-block table .col_0, .rate-section .info-section .rate-block table .col_0 {
    display: block;
    visibility: visible;
  }
  .product-section-standalone .info-section .rate-block table .btn, .rate-section .info-section .rate-block table .btn {
    display: inline-block !important;
    text-align: center;
    margin: 0.5em 1em;
  }
  .product-section-standalone .info-section .rate-block table, .rate-section .info-section .rate-block table {
    margin: 0 auto 1.5em;
    width: 100%;
  }
  .product-section-standalone .info-section .rate-block table tr:first-of-type, .rate-section .info-section .rate-block table tr:first-of-type {
    display: none;
  }
  .product-section-standalone .info-section .rate-block table tr:nth-child(odd), .rate-section .info-section .rate-block table tr:nth-child(odd) {
    background: #fff;
  }
  .product-section-standalone .info-section .rate-block table td, .rate-section .info-section .rate-block table td {
    display: block;
    text-align: left;
    vertical-align: top;
    white-space: normal;
  }
  .product-section-standalone .info-section .rate-block table thead, .rate-section .info-section .rate-block table thead {
    display: none;
    visibility: hidden;
  }
  .product-section-standalone .info-section .rate-block table .row_0, .product-section-standalone .info-section .rate-block table .col_0, .rate-section .info-section .rate-block table .row_0, .rate-section .info-section .rate-block table .col_0 {
    display: none;
    visibility: hidden;
  }
  .product-section-standalone .info-section .rate-block table tr, .rate-section .info-section .rate-block table tr {
    background: #ffffff;
    border-width: 0px 0 2px 0;
  }
  .product-section-standalone .info-section .rate-block table tr:nth-child(odd), .rate-section .info-section .rate-block table tr:nth-child(odd) {
    background: #F2F4F9;
  }
  .product-section-standalone .info-section .rate-block table tr, .product-section-standalone .info-section .rate-block table thead, .rate-section .info-section .rate-block table tr, .rate-section .info-section .rate-block table thead {
    display: block;
    padding: 0;
    text-align: left;
  }
  .product-section-standalone .info-section .rate-block table tbody, .rate-section .info-section .rate-block table tbody {
    padding: 0;
    text-align: left;
  }
  .product-section-standalone .info-section .rate-block table th, .rate-section .info-section .rate-block table th {
    padding: 0em;
    display: block;
    text-align: left;
  }
  .product-section-standalone .info-section .rate-block table td, .product-section-standalone .info-section .rate-block table th, .rate-section .info-section .rate-block table td, .rate-section .info-section .rate-block table th {
    text-align: center;
  }
  .product-section-standalone .info-section .rate-block table th, .rate-section .info-section .rate-block table th {
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: 2rem;
    font-weight: 600;
  }
  .product-section-standalone .info-section .rate-block table th[data-title]:before, .product-section-standalone .info-section .rate-block table td[data-title]:before, .rate-section .info-section .rate-block table th[data-title]:before, .rate-section .info-section .rate-block table td[data-title]:before {
    content: attr(data-title) " ";
    font-weight: 700;
    color: #062460;
    display: block;
    padding: 0 0 0.2em;
    margin-right: 0;
  }
  .product-section-standalone .info-section .rate-block table td[data-hide]:before, .rate-section .info-section .rate-block table td[data-hide]:before {
    content: "" !important;
  }
  .product-section-standalone .info-section .rate-block table td, .rate-section .info-section .rate-block table td {
    display: grid;
    grid-template-columns: 2fr 3fr;
    text-align: left;
    font-weight: 400;
  }
}
.product-section-standalone .info-section h2, .product-section-standalone .info-section h3, .rate-section .info-section h2, .rate-section .info-section h3 {
  color: #062460;
  font-weight: 600;
}
.product-section-standalone .info-section ul, .rate-section .info-section ul {
  padding-left: 2.5em;
  text-indent: -0.25em;
  text-align: left;
}
.product-section-standalone .info-section ul li, .rate-section .info-section ul li {
  position: relative;
  padding-bottom: 1em;
}
.product-section-standalone .info-section ul li::marker, .rate-section .info-section ul li::marker {
  color: #0552A5;
}
@media screen and (min-width: 1200px) {
  .product-section-standalone .info-section ul, .rate-section .info-section ul {
    padding-left: 1em;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-bottom: -0.5em;
    -webkit-column-gap: clamp(2em, 5vw, 50px);
    -moz-column-gap: clamp(2em, 5vw, 50px);
    column-gap: clamp(2em, 5vw, 50px);
  }
}
.product-section-standalone .info-section .disclosure, .rate-section .info-section .disclosure {
  padding: 2em 0;
  font-size: 1.4rem;
  text-align: left;
}
.product-section-standalone .actions, .rate-section .actions {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-section-standalone .actions a, .rate-section .actions a {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 250px;
}
@media screen and (min-width: 1200px) {
  .product-section-standalone .actions, .rate-section .actions {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .product-section-standalone.jumpNav-exists .sidebar .actions, .rate-section.jumpNav-exists .sidebar .actions {
    top: calc(215px + 1em);
  }
}

.member-section {
  margin-bottom: 4em;
}
@media screen and (min-width: 1000px) {
  .member-section {
    padding: 0 30px;
    margin-bottom: 6em;
  }
}
.member-section > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1000px) {
  .member-section > .content {
    max-width: 1258px;
    position: relative;
    height: 35vw;
    max-height: 450px;
  }
}
.member-section > .content .image-side {
  position: relative;
  height: 80vw;
  max-height: 380px;
}
@media screen and (min-width: 1000px) {
  .member-section > .content .image-side {
    max-width: 566px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 340px;
  }
}
.member-section > .content .image-side:before {
  content: "";
  background-image: url(../images/member_dots.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  background-position: bottom;
  top: clamp(3em, 15vw, 7em);
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 900px) {
  .member-section > .content .image-side:before {
    top: 2em;
  }
}
@media screen and (min-width: 1000px) {
  .member-section > .content .image-side:before {
    top: unset;
    height: 291px;
    border-radius: 50px;
    border: 1px solid #062460;
  }
}
.member-section > .content .image-side .image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  max-width: 500px;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
  padding: 0 30px;
}
@media screen and (min-width: 1000px) {
  .member-section > .content .image-side .image {
    max-height: 340px;
    top: 0;
    right: 0;
    bottom: unset;
    -webkit-transform: unset;
    transform: unset;
    border-radius: 50px;
  }
}
.member-section > .content .info-side {
  background-color: #F8F1D0;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  text-align: center;
  padding: 2em 30px;
}
@media screen and (min-width: 1000px) {
  .member-section > .content .info-side {
    border-radius: 50px;
    max-width: 850px;
    width: clamp(50%, 55vw, 66%);
    position: absolute;
    bottom: 0;
    left: 0;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}
.member-section > .content .info-side .f-h2 {
  font-size: clamp(2rem, 3vw, 4rem);
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .member-section > .content .info-side .f-h2 {
    margin-bottom: 0.5em;
  }
}
.member-section > .content .info-side .copy {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.member-section > .content .info-side .actions {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .member-section > .content .info-side .actions {
    grid-template-columns: repeat(auto-fit, minmax(120px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(120px, max-content));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.member-section > .content .info-side .actions a {
  width: 100%;
}

.icon-banner {
  position: relative;
  margin-bottom: 1em;
}
.icon-banner:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  height: 25px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.icon-banner > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 2em;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  z-index: 1;
  padding: 0 30px;
}
.icon-banner > .content .icon {
  display: none;
  background-color: #0552A5;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 121px;
  height: 121px;
}
.icon-banner > .content .headline {
  text-align: center;
}
.icon-banner > .content .headline .f-h2 {
  font-size: clamp(2.4rem, 3vw, 4rem);
}
.icon-banner > .content .products {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: clamp(10px, 1vw, 50px);
  -moz-column-gap: clamp(10px, 1vw, 50px);
  column-gap: clamp(10px, 1vw, 50px);
  row-gap: 2em;
  padding-left: 0;
  margin-bottom: 3em;
}
@media screen and (min-width: 500px) {
  .icon-banner > .content .products {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: clamp(20px, 5vw, 40px);
    -moz-column-gap: clamp(20px, 5vw, 40px);
    column-gap: clamp(20px, 5vw, 40px);
  }
}
@media screen and (min-width: 1000px) {
  .icon-banner > .content .products {
    grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
  }
}
.icon-banner > .content .products .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-banner > .content .products .product .image {
  height: 100px;
  width: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon-banner > .content .products .product .title {
  font-size: 2rem;
  font-weight: 600;
  color: #062460;
  text-align: center;
}
.icon-banner > .content .products .product .title a {
  -webkit-text-decoration: underline #FF972E;
  text-decoration: underline #FF972E;
  font-weight: 600;
  text-decoration-thickness: 1px;
}
.icon-banner > .content .products .product .title:hover a {
  text-decoration-thickness: 2px;
}
.icon-banner > .content .products .product .copy {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .icon-banner > .content .products .product .copy {
    max-width: 175px;
  }
}
.icon-banner.helpful-resources {
  background-color: #0552A5;
}
.icon-banner.helpful-resources > .content .icon {
  display: block;
}
.icon-banner.helpful-resources > .content .headline .f-h2 {
  color: #fff;
}
.icon-banner.helpful-resources > .content .products .product {
  color: #fff;
}
.icon-banner.helpful-resources > .content .products .title a {
  color: #fff;
}
.icon-banner.helpful-resources > .content .products .image {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.icon-banner.helpful-resources > .content .products:hover .title a {
  color: #fff;
}

.resource-photo-grid {
  margin-bottom: 4em;
}
@media screen and (min-width: 1000px) {
  .resource-photo-grid {
    padding: 0 30px;
  }
}
.resource-photo-grid > .content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  min-height: 50vw;
}
.resource-photo-grid .block {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media screen and (min-width: 1000px) {
  .resource-photo-grid .block {
    grid-template-columns: 1fr 1fr;
  }
  .resource-photo-grid .block:nth-child(even) .image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-radius: 0 0 70px 70px;
  }
  .resource-photo-grid .block:nth-child(even) .image:before {
    left: 0;
    top: 0;
    bottom: unset;
    right: unset;
    border-bottom-right-radius: 70px;
  }
  .resource-photo-grid .block:nth-child(even) .info {
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-bottom-left-radius: 70px;
    padding-right: 30px;
  }
  .resource-photo-grid .block:nth-child(odd) .image {
    border-radius: 70px 70px 0 0;
  }
  .resource-photo-grid .block:nth-child(odd) .image:before {
    right: 0;
    bottom: 0;
    left: unset;
    top: unset;
    border-top-left-radius: 70px;
  }
  .resource-photo-grid .block:nth-child(odd) .info {
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-top-right-radius: 70px;
    padding-left: 30px;
  }
}
.resource-photo-grid .block .image {
  aspect-ratio: 431/255;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .resource-photo-grid .block .image {
    aspect-ratio: unset;
    height: 100%;
  }
  .resource-photo-grid .block .image:before {
    content: "";
    position: absolute;
    height: 80%;
    width: 10%;
    background-color: #062460;
    opacity: 0.75;
  }
}
.resource-photo-grid .block .info {
  background-color: #062460;
  padding: 4em 60px;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .resource-photo-grid .block .info {
    height: 80%;
    align-self: flex-end;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    justify-items: flex-start;
  }
}
.resource-photo-grid .block .info .f-h3, .resource-photo-grid .block .info .copy, .resource-photo-grid .block .info .actions {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
.resource-photo-grid .block .info .f-h3 {
  color: #fff;
  margin-bottom: 1em;
}
.resource-photo-grid .block .info .copy {
  margin-bottom: 2em;
}
.resource-photo-grid .block .info .actions {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
@media screen and (min-width: 1000px) {
  .resource-photo-grid .block .info .actions {
    grid-template-columns: repeat(auto-fit, minmax(100px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(100px, max-content));
  }
}
.resource-photo-grid .block .info .actions a {
  width: 100%;
}

.our-team-block {
  width: 100%;
  margin-bottom: 4em;
}
.our-team-block > .content {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3em;
}
@media screen and (min-width: 900px) {
  .our-team-block > .content {
    grid-template-columns: 5fr 6fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: clamp(20px, 6vw, 100px);
    -moz-column-gap: clamp(20px, 6vw, 100px);
    column-gap: clamp(20px, 6vw, 100px);
  }
}
.our-team-block .image-side {
  position: relative;
  display: grid;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-template-columns: 1fr;
  max-height: 440px;
}
.our-team-block .image-side:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 39%;
  right: 50vw;
  background-color: #f8f1d0;
  z-index: -1;
}
.our-team-block .image-side .image {
  position: relative;
  aspect-ratio: 440/440;
  max-height: 440px;
  max-width: 440px;
  height: 100%;
  width: calc(100% - 60px);
  border-radius: 50%;
  justify-self: center;
  padding: 0 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 900px) {
  .our-team-block .image-side {
    max-height: 440px;
  }
  .our-team-block .image-side:before {
    right: clamp(170px, 20vw, 200px);
  }
  .our-team-block .image-side .image {
    padding: 0 0;
    justify-self: flex-end;
  }
}
.our-team-block .info-side {
  padding: 0 30px;
}
@media screen and (min-width: 900px) {
  .our-team-block .info-side {
    padding-left: 0;
    padding-right: 0;
  }
}
.our-team-block .info-side .f-h2, .our-team-block .info-side .copy {
  max-width: 600px;
}
.our-team-block .info-side .actions {
  display: grid;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(100px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(100px, max-content));
}
.our-team-block .info-side ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 1em;
}
@media screen and (min-width: 900px) {
  .our-team-block .info-side ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.our-team-block .info-side ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1400px;
}
.contact-block > .content .content-blocks {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
  position: relative;
}
@media screen and (min-width: 900px) {
  .contact-block > .content .content-blocks {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1300px) {
  .contact-block > .content .content-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.contact-block > .content .content-blocks .block {
  position: relative;
  border-bottom: 1px solid #C3CAD8;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 max-content;
  flex: 1 1 max-content;
  margin: 1em 30px 1em;
}
@media screen and (min-width: 900px) {
  .contact-block > .content .content-blocks .block {
    border-bottom: none;
    margin: 1em clamp(10px, 1.5vw, 40px) 1em;
  }
  .contact-block > .content .content-blocks .block:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 1em;
    right: 0;
    background-color: #C3CAD8;
    width: 1px;
  }
  .contact-block > .content .content-blocks .block:nth-child(even):after {
    content: none;
  }
}
@media screen and (min-width: 1300px) {
  .contact-block > .content .content-blocks .block:nth-child(even):after {
    content: "";
  }
  .contact-block > .content .content-blocks .block:last-of-type:after {
    content: none;
  }
}
.contact-block > .content .content-blocks .block .f-h3 {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 0.5em;
}

@media print {
  header,
  nav,
  footer {
    display: none;
  }
  img {
    max-width: 500px;
  }
  body {
    font: 14pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    color: #000000;
  }
  .cross-sell-carousel .f-h2, .f-h1-feature, .feature-slide .feature-text .feature-header, .photo-area-info .info-copy h2, p, h1, h2, h3, h4, h5, dd, dt, .bottom-footer p, .bottom-footer a {
    color: #000000;
  }
  .photo-area-info .info-copy {
    width: 100%;
  }
  img, a, nav.ada-footer-bar, .photo-area-info .info-icons,
  .photo-area .image img, .photo-area-complex .image img, .photo-area-header .image img {
    display: none;
  }
  .top-header-bar .logo img {
    display: block !important;
  }
  .photo-area, .photo-area-complex, .photo-area-header {
    height: 300px;
    min-height: 300px;
  }
  .icon-information-area .explore-links .explore-block, .icon-information-area-simple .explore-links .explore-block {
    width: 33%;
    float: left;
    padding: 1em;
  }
  .cross-sell-blocks .cs-block {
    width: 50%;
    float: left;
    padding: 1em;
  }
  .photo-area-complex .photo-area-info {
    width: 100%;
    background: 0 0;
    z-index: 20;
    padding: 1em;
    position: relative;
    top: 0;
    left: 0;
  }
}