@charset "UTF-8";
:root {
  --neutral-gray: #F3F3F3;
  --neutral-blue: #DBF3FE;
  --neutral-blue2: #ECF9FF;
  --primary-color: #0033A0;
  --secondary-color: #A4D65E;
  --tertiary-color: #002D72;
  --light-blue: #41B6E6;
}

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

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

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

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

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

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

body {
  font-family: "montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}

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;
}

a * {
  pointer-events: none;
}

a .js-delete-cta,
a .js-move-cta-left,
a .js-move-cta-right,
a .icon-bin {
  pointer-events: all;
}
a[href*=tel] {
  white-space: nowrap;
}

.hydrated a[data-speedbump] {
  position: relative;
}

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

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

[data-inline-editor="Kentico.InlineEditor.RichText"] {
  min-width: 150px;
}

a {
  color: #0033A0;
}
a:hover, a:focus {
  text-decoration: none;
}

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

main a:not([class]),
main a[class=speedbump] {
  font-weight: 700;
  text-decoration: underline;
}
main a:not([class]):hover,
main a[class=speedbump]:hover {
  text-decoration: underline;
  font-weight: 700;
}

@media screen and (max-width: 980px) {
  .mobile-no-margin-bottom {
    margin-bottom: 0 !important;
  }
}
.no-margin-bottom {
  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: 981px) {
  .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: 981px) {
  .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;
}

.CodeMirror-code {
  font-size: 12px;
  text-transform: none;
}

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

html:not(.hydrated) {
  /* TRY WITHOUT THIS BUT MIGHT CAUSE ISSUES WITH JAVASCRIPT WHEN CLICKING ON SPEEDBUMP LINK WITH IMAGE IN IT
     @include tablet {
         a * {
             pointer-events: none;
         }
     }
     */
}
html:not(.hydrated) button * {
  pointer-events: none;
}
html:not(.hydrated) a.speedbump * {
  pointer-events: none;
}

.f-h1,
h1:not([class]) {
  font-weight: 700;
  font-size: clamp(2.8rem, 3.5vw, 7rem);
  line-height: 0.9;
  font-family: "montserrat", sans-serif;
  color: #002D72;
}
@media screen and (max-width: 980px) {
  .f-h1,
  h1:not([class]) {
    line-height: 1.3;
  }
}
.f-h1 strong,
h1:not([class]) strong {
  color: #002D72;
  font-weight: 700;
}

.f-h2 {
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.3;
  font-family: "montserrat", sans-serif;
  color: #002D72;
}
.f-h2 strong {
  color: #002D72;
  font-weight: 700;
}

.f-h2-alt,
h2:not([class]) {
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 1.3;
  font-family: "montserrat", sans-serif;
  color: #002D72;
}
.f-h2-alt strong,
h2:not([class]) strong {
  color: #002D72;
  font-weight: 700;
}

.f-h3-alt {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
  font-family: "montserrat", sans-serif;
  color: #002D72;
}
.f-h3-alt strong {
  color: #002D72;
  font-weight: 700;
}

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

.f-h4,
h4:not([class]) {
  font-weight: 700;
  font-size: clamp(2.8rem, 3vw, 3.8rem);
  line-height: 1.3;
  font-family: "montserrat", sans-serif;
  color: #002D72;
}

.f-h4-alt {
  font-weight: 700;
  font-size: clamp(2.8rem, 3vw, 3.8rem);
  line-height: 1.3;
  font-family: "turbinado-pro", sans-serif;
}

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

.f-h5-alt {
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 1.3;
  font-family: "montserrat", sans-serif;
  color: #0033A0;
}

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

main {
  text-wrap: pretty;
}

@media screen and (max-width: 980px) {
  img[class*=fr-],
  span[class*=fr-] {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  img.fr-dib {
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 981px) {
  img.fr-dib {
    display: block;
    float: none;
    margin: 20px auto;
    vertical-align: top;
  }
  img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
  }
  img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
  }
  img.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
    vertical-align: bottom;
  }
  img.fr-dii.fr-fil {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  img.fr-dii.fr-fir {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  span.fr-img-caption {
    max-width: 100%;
    position: relative;
  }
  span.fr-img-caption.fr-dib {
    display: block;
    float: none;
    margin: 20px auto;
    vertical-align: top;
  }
  span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
  }
  span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
  }
  span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
    vertical-align: bottom;
  }
  span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  .fr-video {
    position: relative;
    text-align: center;
  }
  .fr-video.fr-rv {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
  }
  .fr-video.fr-rv embed,
  .fr-video.fr-rv object,
  .fr-video.fr-rv > iframe {
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
  }
  .fr-video > * {
    border: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
  }
  .fr-video.fr-dvb {
    clear: both;
    display: block;
  }
  .fr-video.fr-dvb.fr-fvl {
    text-align: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvb.fr-fvr {
    text-align: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvi {
    display: inline-block;
  }
  .fr-video.fr-dvi.fr-fvl {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvi.fr-fvr {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  a.fr-strong {
    font-weight: 700;
  }
  a.fr-green {
    color: green;
  }
  .fr-img-caption {
    text-align: center;
  }
  .fr-img-caption .fr-img-wrap {
    margin: auto;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .fr-img-caption .fr-img-wrap a {
    display: block;
  }
  .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
  .fr-img-caption .fr-img-wrap > span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    padding: 20px 20px 40px;
    text-align: center;
    width: 100%;
  }
}
.outline {
  -webkit-text-stroke: 1px #0033A0;
  color: #fff;
}

.disclosure p {
  font-style: italic;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__arrow--prev {
  background: url(../Images/carousel-arrow.svg) no-repeat;
  background-size: contain;
}

.splide__arrow--next {
  background: url(../Images/carousel-arrow.svg) no-repeat;
  background-size: contain;
}

.rate-area .effective_date {
  margin: 0 auto;
  color: #0033A0;
  font-family: "montserrat", sans-serif;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.rate-area .rate-disclosure,
.rate-area .mod-table-disclosure {
  text-align: left;
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
}
.rate-area .rate-disclosure ul,
.rate-area .rate-disclosure ol,
.rate-area .mod-table-disclosure ul,
.rate-area .mod-table-disclosure ol {
  margin: 0 auto;
}
.rate-area .rate-disclosure p,
.rate-area .rate-disclosure li,
.rate-area .mod-table-disclosure p,
.rate-area .mod-table-disclosure li {
  margin: 0 auto 1em;
  color: #373737;
  font-family: "montserrat", sans-serif;
  line-height: 1.5;
}
.rate-area .rate-disclosure p:last-child,
.rate-area .rate-disclosure li:last-child,
.rate-area .mod-table-disclosure p:last-child,
.rate-area .mod-table-disclosure li:last-child {
  margin: 0 auto;
}

.rate-table {
  max-width: 1400px;
  margin: 0 auto;
  margin: 0 auto;
}
.rate-table .editableTable {
  margin: 0 auto 3rem;
  width: 100%;
}
.rate-table h3 {
  margin: 0 auto 1em;
  font-family: "montserrat", sans-serif;
  font-size: clamp(2.2rem, 2.5vw, 4rem);
  color: #0033A0;
  text-transform: uppercase;
}
.rate-table table {
  width: 100%;
  margin-bottom: 2em;
}
.rate-table tr:nth-child(1) {
  border-bottom: solid 1px #A4D65E;
}
.rate-table tr.row_0 {
  display: none;
  visibility: hidden;
  background-color: #fff;
}
@media screen and (min-width: 981px) {
  .rate-table tr.row_0 {
    display: table-row;
    visibility: visible;
  }
}
.rate-table tr.col_0 {
  font-weight: bold;
}
@media screen and (min-width: 981px) {
  .rate-table tr td:first-child {
    text-align: left;
  }
}
.rate-table th {
  margin: 0 auto;
  padding: 10px;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  color: #A4D65E;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
@media screen and (min-width: 981px) {
  .rate-table th:first-child {
    text-align: left;
  }
}
.rate-table td {
  padding: 1rem;
  display: block;
  font-size: clamp(1.6rem, 1.7vw, 1.9rem);
  text-align: left;
}
.rate-table td p:last-child {
  margin: 0 auto;
}
.rate-table td:before {
  margin: 0 1rem 0 0;
  content: attr(data-title) ": ";
  display: inline;
  visibility: visible;
  font-weight: 600;
}
@media screen and (min-width: 981px) {
  .rate-table td:before {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 981px) {
  .rate-table td {
    display: table-cell;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .rate-table table {
    margin: 0 auto 1.5em;
    width: 100%;
  }
  .rate-table table td {
    display: block;
    text-align: left;
    vertical-align: top;
    white-space: normal;
  }
  .rate-table table thead {
    display: none;
    visibility: hidden;
  }
  .rate-table table .row_0,
  .rate-table table .col_0 {
    display: none;
    visibility: hidden;
  }
  .rate-table table tr {
    background: #ffffff;
    border: solid 1px #ccc;
    border-width: 0px 0 2px 0;
    /*margin-bottom: 1em;*/
  }
  .rate-table table tr:first-of-type {
    display: none;
  }
  .rate-table table tr,
  .rate-table table thead {
    display: block;
    padding: 0;
    text-align: left;
  }
  .rate-table table tbody {
    padding: 0;
    text-align: left;
  }
  .rate-table table th {
    padding: 0em;
    display: block;
    text-align: left;
  }
  .rate-table table td,
  .rate-table table th {
    text-align: center;
  }
  .rate-table table th {
    text-transform: uppercase;
    color: #A4D65E;
    font-size: 2rem;
    font-weight: 600;
  }
  .rate-table table th[data-title]:before,
  .rate-table table td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    color: #333;
    display: block;
    padding: 0 0 0.2em;
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) and (min-width: 600px) {
  .rate-table table th[data-title]:before,
  .rate-table table td[data-title]:before {
    display: inline-block;
    width: calc(50% - 1em);
    padding: 0.5em 1em;
    /* border-right: solid 1px #CCC; */
  }
}
@media screen and (max-width: 980px) {
  .rate-table table td[data-hide]:before {
    content: "" !important;
  }
  .rate-table table td {
    padding: 0 1.5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.rate-table a {
  color: #002D72;
  text-decoration: none !important;
  font-weight: 600;
}
.rate-table a:hover, .rate-table a:focus, .rate-table a.hovered {
  text-decoration: underline !important;
}

.checkmark {
  background-image: url(../Images/check.svg);
  height: 20px;
  width: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  margin: 0 auto;
}

.video-modal {
  margin: 0;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.video-modal .video-flex-container {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 981px) {
  .video-modal .video-flex-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.video-modal .video-modal-content {
  margin: 0 auto;
  width: calc(100vw - 60px);
  overflow-y: auto;
  max-width: 800px;
  margin: 0 30px;
}
.video-modal .video-modal-content > div, .video-modal .video-modal-content > video {
  width: 100%;
}
.video-modal .video-modal-close {
  margin: 1em 1em 1em auto;
  padding: 0;
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../icons/body_icon_lightbox-close.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 35px;
}
@media screen and (min-width: 981px) {
  .video-modal .video-modal-close {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 20px;
    color: #FFF;
    font-size: 10rem;
    line-height: 0;
  }
}
.video-modal .video-holder {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
}
.video-modal .local-video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.video-modal .transcript-container {
  margin: 0;
  color: #fff;
}
.video-modal .transcript-container .transcript-button {
  margin: 0;
  padding: 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
  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;
}
@media screen and (min-width: 981px) {
  .video-modal .transcript-container .transcript-button {
    font-size: 1.8rem;
  }
}
.video-modal .transcript-container .transcript-button:after {
  content: "";
  margin: 0 0 0 0.25em;
  padding: 0;
  background: url("../icons/header_shape_dropdown-arrow.svg") transparent no-repeat center/14px 8px;
  width: 14px;
  height: 8px;
  position: relative;
  display: inline-block;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.video-modal .transcript-container .transcript-content {
  margin: 0;
  padding: 0.5em 0 0;
  display: none;
}
.video-modal .transcript-container .transcript-content > *:last-child {
  margin: 0;
}
.video-modal .transcript-container .transcript-content a {
  color: #fff;
  text-decoration: underline;
}
.video-modal .transcript-container.active > .transcript-button:after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: grid;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.hydrated .splide {
  visibility: visible;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__arrow--prev {
  left: -1em;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.sitemap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}
.sitemap > .content {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 981px) {
  .sitemap > .content > ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
  }
}
.sitemap > .content ul {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.blog-detail {
  padding: 0 30px;
  margin-bottom: 4em;
}
.blog-detail > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 2em;
}
@media screen and (min-width: 981px) {
  .blog-detail > .content {
    grid-template-columns: auto 322px;
  }
}
.blog-detail > .content .blog-info {
  width: 100%;
  max-width: 1000px;
  justify-self: flex-start;
}
@media screen and (min-width: 981px) {
  .blog-detail > .content .blog-info {
    padding-right: 30px;
  }
}
.blog-detail > .content .blog-info .breadcrumbs {
  margin-bottom: 2em;
}
.blog-detail > .content .blog-info .photo {
  width: 100%;
  aspect-ratio: 1000/635;
  margin-bottom: 1.5em;
}
.blog-detail > .content .blog-info .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-detail > .content .blog-info .category {
  font-size: 1.2rem;
  color: #41B6E6;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.blog-detail > .content .blog-info .f-h2 {
  color: #002D72;
  margin-bottom: 0.5em;
}
.blog-detail > .content .blog-info .published-date {
  font-size: 1.6rem;
  color: #373737;
  font-weight: 700;
  margin-bottom: 2em;
}
.blog-detail > .content .blog-info .summary {
  font-size: clamp(2rem, 2vw, 2.8rem);
  font-weight: 700;
  color: #41B6E6;
}
.blog-detail > .content .blog-info .article-content {
  font-size: 1.6rem;
}
.blog-detail > .content .blog-info .share-this-section p:first-of-type {
  font-size: 1.6rem;
  font-weight: 700;
  color: #373737;
}
.blog-detail > .content .blog-info .share-this-section ul {
  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;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-detail > .content .blog-info .share-this-section ul > li {
  list-style: none;
}
.blog-detail > .content .blog-info .share-this-section ul > li a, .blog-detail > .content .blog-info .share-this-section ul > li button {
  font-size: 1.6rem;
  font-weight: 400;
  color: #373737;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-detail > .content .blog-info .share-this-section ul > li a img, .blog-detail > .content .blog-info .share-this-section ul > li button img {
  height: 22px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-detail > .content .blog-info .share-this-section ul > li a:hover, .blog-detail > .content .blog-info .share-this-section ul > li button:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.blog-detail > .content .blog-info .share-this-section ul > li a.copyButton, .blog-detail > .content .blog-info .share-this-section ul > li button.copyButton {
  margin-left: 0.5em;
  padding-left: 1.3em;
  border-left: 1px solid #DFDFDF;
}
.blog-detail > .content .sidebar {
  position: relative;
  padding-top: 3em;
}
.blog-detail > .content .sidebar:before {
  content: "";
  position: absolute;
  top: -2em;
  left: 0;
  bottom: -4em;
  width: 40vw;
  background-color: #F3F3F3;
  z-index: -1;
}
.blog-detail > .content .sidebar .f-h3 {
  font-size: 2rem;
  color: #002D72;
}
.blog-detail > .content .sidebar .newest-article {
  padding-bottom: 2em;
  border-bottom: 1px solid #c8c8c8;
}
.blog-detail > .content .sidebar .newest-article .photo {
  width: 100%;
  aspect-ratio: 278/180;
}
.blog-detail > .content .sidebar .newest-article .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-detail > .content .sidebar .newest-article .f-h3 {
  color: #373737;
}
.blog-detail > .content .sidebar .newest-article a {
  font-size: 1.8rem;
  color: #0033A0;
  -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;
  font-weight: 600;
}
.blog-detail > .content .sidebar .newest-article a:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.blog-detail > .content .sidebar .related-articles {
  padding-top: 2em;
}
.blog-detail > .content .sidebar .related-articles ul {
  list-style: none;
  padding-left: 0;
}
.blog-detail > .content .sidebar .related-articles ul li {
  margin-left: 0;
  margin-bottom: 1.5em;
  font-weight: 600;
}
@media screen and (min-width: 981px) {
  .blog-detail > .content .sidebar {
    padding-left: 44px;
  }
}

.blog-index-header {
  background-color: #F3F3F3;
  padding: 0 17px;
  position: relative;
}
@media screen and (min-width: 981px) {
  .blog-index-header {
    overflow-x: clip;
    width: 100vw;
  }
  .blog-index-header:before {
    content: "";
    background-image: url(../Images/article-header.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 2149px;
    height: 432px;
    top: 60%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 432px;
  }
}
.blog-index-header > .content {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 4em;
  position: relative;
}
.blog-index-header > .content .breadcrumbs {
  margin-bottom: 2em;
}
.blog-index-header > .content .f-h1 {
  font-size: clamp(2.8rem, 3vw, 4.2rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 981px) {
  .blog-index-header > .content .f-h1 {
    text-align: left;
  }
}
.blog-index-header > .content .featured-article {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 981px) {
  .blog-index-header > .content .featured-article {
    justify-items: flex-start;
  }
}
.blog-index-header > .content .featured-article .photo {
  width: 100%;
  aspect-ratio: 396/257;
  max-width: 920px;
}
.blog-index-header > .content .featured-article .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-index-header > .content .featured-article .info {
  max-width: 579px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 30px 17px;
  margin: 0 20px;
  margin-top: -1em;
  top: -50px;
  -webkit-transition: top 0.2s ease, right 0.2s ease, -webkit-transform 0.2s ease;
  transition: top 0.2s ease, right 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, top 0.2s ease, right 0.2s ease;
  transition: transform 0.2s ease, top 0.2s ease, right 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 980px) {
  .blog-index-header > .content .featured-article .info:after {
    content: "";
    background-image: url(../Images/article-header.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1000px;
    aspect-ratio: 430/213;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 432px;
    z-index: -2;
  }
}
@media screen and (min-width: 981px) {
  .blog-index-header > .content .featured-article .info {
    width: 100%;
    position: absolute;
    right: -200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 30px 60px 60px;
  }
}
.blog-index-header > .content .featured-article .info .category {
  color: #41B6E6;
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.blog-index-header > .content .featured-article .info .category:before {
  content: "";
  background-color: #fff;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.blog-index-header > .content .featured-article .info .f-h2 {
  font-size: clamp(2rem, 3vw, 2.4rem);
}
.blog-index-header > .content .featured-article .info .copy {
  font-size: 1.6rem;
  margin-bottom: 2em;
}
.blog-index-header > .content .featured-article .info:before {
  content: "";
  height: 64px;
  aspect-ratio: 53/64;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../Images/mindful-money-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 981px) {
  .blog-index-header > .content .featured-article .info:before {
    height: 89px;
    left: 0;
    top: -1px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.blog-index-header.active .featured-article .info {
  top: 0;
}
@media screen and (min-width: 981px) {
  .blog-index-header.active .featured-article .info {
    top: 50%;
    right: 0;
  }
}

.blog-category-jump-off {
  padding: 0 30px;
  margin-bottom: 4em;
  background-color: #002D72;
  background-image: url(../Images/blue-fade-pattern.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.blog-category-jump-off > .content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4em 0;
}
.blog-category-jump-off > .content .f-h2 {
  color: #fff;
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 2em;
}
.blog-category-jump-off > .content .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: clamp(20px, 2vw, 35px);
     -moz-column-gap: clamp(20px, 2vw, 35px);
          column-gap: clamp(20px, 2vw, 35px);
  row-gap: 1em;
}
@media screen and (min-width: 981px) {
  .blog-category-jump-off > .content .cards {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
  }
}
.blog-category-jump-off > .content .cards .card {
  max-width: 250px;
  width: 100%;
  background-color: #fff;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  padding: 2em 17px;
  row-gap: 1em;
  grid-template-rows: 80px auto 1fr;
}
@media screen and (min-width: 981px) {
  .blog-category-jump-off > .content .cards .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 350px;
            flex: 1 0 350px;
    max-width: 350px;
  }
}
@media screen and (min-width: 1450px) {
  .blog-category-jump-off > .content .cards .card {
    max-width: 250px;
  }
}
.blog-category-jump-off > .content .cards .card .icon {
  width: 80px;
  aspect-ratio: 1/1;
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-category-jump-off > .content .cards .card .f-h3 {
  font-size: 2rem;
  text-align: center;
  color: #002D72;
  padding: 0 13px;
  margin-bottom: 0;
}
.blog-category-jump-off > .content .cards .card .copy {
  text-align: center;
}
.blog-category-jump-off > .content .cards .card a {
  color: #A4D65E;
  -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;
  font-weight: 600;
  font-size: 1.7rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.blog-category-jump-off > .content .cards .card a:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.blog-category-jump-off > .content .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  padding-left: 1em;
}
.blog-category-jump-off > .content .splide__arrows .splide__arrow {
  position: relative;
}
.blog-category-jump-off > .content .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0;
}
@media screen and (min-width: 981px) {
  .blog-category-jump-off > .content .splide__arrows {
    display: none;
  }
}

.article-container {
  padding: 0 17px;
  margin-bottom: 4em;
}
.article-container > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.article-container > .content .filter {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  background: #fff;
}
@media screen and (max-width: 980px) {
  .article-container > .content .filter {
    max-width: 312px;
    width: 100%;
    border: 2px solid #0033A0;
    border-radius: 31px;
    margin: 0 auto 2em;
  }
}
.article-container > .content .filter .js-accordion-button {
  margin-bottom: 0.5em;
}
.article-container > .content .filter .js-accordion-button:before, .article-container > .content .filter .js-accordion-button:after {
  content: none;
}
@media screen and (max-width: 980px) {
  .article-container > .content .filter .js-accordion-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em 2em 0.5em;
    font-size: 1.4rem;
  }
  .article-container > .content .filter .js-accordion-button:before {
    content: "";
    background-image: url(../images/filter.svg);
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 26px;
    width: 33px;
    border: none;
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    top: unset;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 981px) {
  .article-container > .content .filter .js-accordion-button {
    pointer-events: none;
  }
}
.article-container > .content .filter ul {
  list-style: none;
  padding-left: 0;
}
.article-container > .content .filter ul li {
  text-align: center;
}
@media screen and (max-width: 980px) {
  .article-container > .content .filter ul li {
    padding-bottom: 1em;
  }
}
.article-container > .content .filter ul li button {
  font-size: 1.6rem;
  color: #002D72;
  -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;
}
.article-container > .content .filter ul li button:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.article-container > .content .filter ul li button.active {
  font-weight: 700;
  -webkit-text-decoration: underline #A4D65E;
          text-decoration: underline #A4D65E;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
@media screen and (min-width: 981px) {
  .article-container > .content .filter .accordion-content {
    display: block !important;
    width: 100%;
  }
  .article-container > .content .filter ul {
    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;
    position: relative;
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .article-container > .content .filter ul:before {
    content: "";
    background-image: url(../images/filter.svg);
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 26px;
    width: 33px;
  }
}
.article-container > .content .articles {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: clamp(20px, 5vw, 60px);
     -moz-column-gap: clamp(20px, 5vw, 60px);
          column-gap: clamp(20px, 5vw, 60px);
  row-gap: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}
@media screen and (min-width: 981px) {
  .article-container > .content .articles {
    grid-template-columns: repeat(auto-fit, 425px);
  }
}
.article-container > .content .articles .article {
  background-color: #F3F3F3;
  display: grid;
  max-width: 425px;
}
@media screen and (min-width: 500px) {
  .article-container > .content .articles .article {
    grid-template-rows: 275px auto;
  }
}
.article-container > .content .articles .article .photo {
  width: 100%;
  aspect-ratio: 425/275;
}
.article-container > .content .articles .article .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-container > .content .articles .article .info {
  padding: 30px 17px;
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1em;
}
@media screen and (min-width: 981px) {
  .article-container > .content .articles .article .info {
    padding: 45px 30px;
  }
}
.article-container > .content .articles .article .info .catName {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #41B6E6;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.25em 1em;
  color: #fff;
}
.article-container > .content .articles .article .info .f-h3 {
  font-size: 2rem;
  color: #373737;
  margin-bottom: 0.5em;
}
.article-container > .content .articles .article .info .copy {
  margin-bottom: 0.5em;
}
.article-container > .content .articles .article .info a {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #0033A0;
}
.article-container.category-specific {
  padding-top: 2em;
}
.article-container.category-specific .breadcrumbs {
  padding-bottom: 2em;
}
.article-container.category-specific .f-h2 {
  padding-bottom: 1.5em;
}
.article-container.category-specific .articles {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.location-index .alerts-holder {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  row-gap: 1em;
  margin-bottom: 4em;
  padding: 0 30px;
  z-index: 1;
}
.location-index .alerts-holder .alert {
  border-radius: 20px;
  border: 2px solid #002d72;
  color: #002d72;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .location-index .alerts-holder .alert {
    text-align: center;
  }
}
.location-index .alerts-holder .alert .alert-close-btn {
  display: none;
}
@media screen and (min-width: 981px) {
  .location-index .internal-header.locations > .content {
    grid-template-columns: 3fr 2fr;
  }
}
.location-index .internal-header.locations > .content .info {
  max-width: 700px;
  justify-self: flex-start;
}
@media screen and (min-width: 981px) {
  .location-index .internal-header.locations > .content .info {
    justify-self: center;
  }
}
.location-index .internal-header.locations > .content .photo img {
  z-index: 1;
}
@media screen and (min-width: 981px) {
  .location-index .internal-header.locations > .content .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.location-index .internal-header.locations > .content .photo .quick-links {
  display: none;
  padding: 0;
  padding-top: 1em;
  position: relative;
  z-index: 2;
  max-width: 300px;
  -webkit-transform: translateX(clamp(30%, 7vw, 50%));
          transform: translateX(clamp(30%, 7vw, 50%));
}
@media screen and (min-width: 981px) {
  .location-index .internal-header.locations > .content .photo .quick-links {
    display: block;
  }
}
.location-index .internal-header.locations > .content .photo .quick-links .f-h3 {
  font-size: 2rem;
  color: #373737;
  font-weight: 700;
  margin-bottom: 1em;
}
.location-index .internal-header.locations > .content .photo .quick-links ul {
  padding-left: 0;
  margin-bottom: 0;
}
.location-index .internal-header.locations > .content .photo .quick-links ul li {
  list-style: none;
  padding-bottom: 0.5em;
}
.location-index .internal-header.locations > .content .photo .quick-links ul li a {
  font-size: 1.8rem;
  color: #0033A0;
  font-weight: 700;
  -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;
}
.location-index .internal-header.locations > .content .photo .quick-links ul li a:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.location-index > .quick-links {
  display: block;
  background-color: #F3F3F3;
  background-image: url(../Images/light-gray-pattern.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 981px) {
  .location-index > .quick-links {
    display: none;
  }
}

.location-container {
  padding: 0 14px;
  margin-bottom: 4em;
}
@media screen and (min-width: 981px) {
  .location-container {
    padding: 0 30px;
  }
}
.location-container > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.location-container > .content > .tab-header {
  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-column-gap: clamp(5px, 2vw, 40px);
     -moz-column-gap: clamp(5px, 2vw, 40px);
          column-gap: clamp(5px, 2vw, 40px);
  margin-bottom: 5em;
}
@media screen and (max-width: 980px) {
  .location-container > .content > .tab-header {
    padding: 0 13px;
  }
}
.location-container > .content > .tab-header .tab-button {
  border: 2px solid #002D72;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  position: relative;
  background-color: white;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.location-container > .content > .tab-header .tab-button span {
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.location-container > .content > .tab-header .tab-button:before {
  content: "";
  position: relative;
  width: clamp(32px, 3vw, 52px);
  aspect-ratio: 55/52;
  background-image: var(--iconUrl);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg">      <filter id="recolor" color-interpolation-filters="sRGB">        <feColorMatrix type="matrix" values="          0 0 0 0 0          0 0 0 0 0.2          0 0 0 0 0.6274509804          0 0 0 1 0        "/>      </filter>    </svg>    #recolor') !important;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
}
.location-container > .content > .tab-header .tab-button:after {
  content: "";
  height: clamp(26px, 3vw, 45px);
  aspect-ratio: 1;
  background-color: #fff;
  border-right: 2px solid #002D72;
  border-bottom: 2px solid #002D72;
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
  z-index: 0;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.location-container > .content > .tab-header .tab-button.active {
  background-color: #002D72;
  color: #fff;
}
.location-container > .content > .tab-header .tab-button.active:before {
  filter: url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg">      <filter id="recolor" color-interpolation-filters="sRGB">        <feColorMatrix type="matrix" values="          0 0 0 0 1          0 0 0 0 1          0 0 0 0 1          0 0 0 1 0        "/>      </filter>    </svg>    #recolor') !important;
}
.location-container > .content > .tab-header .tab-button.active:after {
  background-color: #002D72;
}
.location-container > .content .tab-container {
  position: relative;
}
.location-container > .content .tab-container .tab {
  position: relative;
  display: none;
}
.location-container > .content .tab-container .tab.active {
  display: block;
}
.location-container > .content .tab-container .tab .atm {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 1em;
}
@media screen and (max-width: 980px) {
  .location-container > .content .tab-container .tab .atm {
    padding: 0 13px;
  }
}
@media screen and (min-width: 981px) {
  .location-container > .content .tab-container .tab .atm {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
       -moz-column-gap: clamp(20px, 5vw, 50px);
            column-gap: clamp(20px, 5vw, 50px);
  }
}
.location-container > .content .tab-container .tab .atm .f-h2 {
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 2em;
}
.location-container > .content .tab-container .tab .atm .atm-list ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
}
@media screen and (min-width: 981px) {
  .location-container > .content .tab-container .tab .atm .atm-list ul {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
.location-container > .content .tab-container .tab .atm .atm-list ul li {
  padding-bottom: 1em;
}
.location-container > .content .tab-container .tab .atm .atm-list ul li .f-h4 {
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  color: #373737;
  margin-bottom: 0.5em;
}
.location-container > .content .tab-container .tab .atm .atm-list ul li a {
  font-size: 1.6rem;
  font-weight: 600;
}
.location-container > .content .tab-container .tab .atm .atm-list ul li a p {
  pointer-events: all;
}
.location-container > .content .tab-container .tab .atm .cards .card {
  display: grid;
  grid-template-columns: clamp(75px, 10vw, 125px) auto;
  -webkit-column-gap: clamp(20px, 5vw, 40px);
     -moz-column-gap: clamp(20px, 5vw, 40px);
          column-gap: clamp(20px, 5vw, 40px);
  margin-bottom: 2em;
}
@media screen and (min-width: 981px) {
  .location-container > .content .tab-container .tab .atm .cards .card {
    margin-bottom: 4em;
  }
}
.location-container > .content .tab-container .tab .atm .cards .card img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.location-container > .content .tab-container .tab .atm .cards .card p {
  margin-bottom: 0.5em;
}
.location-container > .content .tab-container .tab .branches .filter {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  background: #fff;
}
@media screen and (max-width: 980px) {
  .location-container > .content .tab-container .tab .branches .filter {
    max-width: 312px;
    width: 100%;
    border: 2px solid #0033A0;
    border-radius: 31px;
    margin: 0 auto 2em;
  }
}
.location-container > .content .tab-container .tab .branches .filter .js-accordion-button {
  margin-bottom: 0.5em;
  text-align: center;
}
.location-container > .content .tab-container .tab .branches .filter .js-accordion-button:before, .location-container > .content .tab-container .tab .branches .filter .js-accordion-button:after {
  content: none;
}
@media screen and (max-width: 980px) {
  .location-container > .content .tab-container .tab .branches .filter .js-accordion-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-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em 2em 0.5em;
    font-size: 1.4rem;
  }
  .location-container > .content .tab-container .tab .branches .filter .js-accordion-button:before {
    content: "";
    background-image: url(../images/filter.svg);
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 26px;
    width: 33px;
    border: none;
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    top: unset;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 981px) {
  .location-container > .content .tab-container .tab .branches .filter .js-accordion-button {
    pointer-events: none;
  }
}
.location-container > .content .tab-container .tab .branches .filter ul {
  list-style: none;
  padding-left: 0;
}
.location-container > .content .tab-container .tab .branches .filter ul li {
  text-align: center;
}
@media screen and (max-width: 980px) {
  .location-container > .content .tab-container .tab .branches .filter ul li {
    padding-bottom: 1em;
  }
}
.location-container > .content .tab-container .tab .branches .filter ul li button {
  font-size: 1.6rem;
  color: #002D72;
  -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;
}
.location-container > .content .tab-container .tab .branches .filter ul li button:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.location-container > .content .tab-container .tab .branches .filter ul li button.active {
  font-weight: 700;
  -webkit-text-decoration: underline #A4D65E;
          text-decoration: underline #A4D65E;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
@media screen and (min-width: 981px) {
  .location-container > .content .tab-container .tab .branches .filter .accordion-content {
    display: grid !important;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .location-container > .content .tab-container .tab .branches .filter ul {
    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;
    position: relative;
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .location-container > .content .tab-container .tab .branches .filter ul:before {
    content: "";
    background-image: url(../images/filter.svg);
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 26px;
    width: 33px;
  }
}
.location-container > .content .tab-container .tab .branches .tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em;
}
.location-container > .content .tab-container .tab .branches .tab-header .tab-button {
  font-size: clamp(1.4rem, 2.5vw, 2.4rem);
  font-weight: 700;
  color: #002D72;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  text-underline-offset: 5px;
  text-decoration-thickness: 5px;
  -webkit-transition: opacity 0.2s ease, -webkit-text-decoration 0.2s ease;
  transition: opacity 0.2s ease, -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, opacity 0.2s ease;
  transition: text-decoration 0.2s ease, opacity 0.2s ease, -webkit-text-decoration 0.2s ease;
  opacity: 0.5;
}
.location-container > .content .tab-container .tab .branches .tab-header .tab-button.active {
  opacity: 1;
  -webkit-text-decoration: underline #A4D65E;
          text-decoration: underline #A4D65E;
  text-underline-offset: 5px;
  text-decoration-thickness: 5px;
}
.location-container > .content .tab-container .tab .branches .tab-container .tab {
  position: relative;
  display: none;
}
.location-container > .content .tab-container .tab .branches .tab-container .tab.active {
  display: block;
}
.location-container > .content .tab-container .tab .branches .location-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2em;
  justify-items: center;
}
@media screen and (min-width: 800px) {
  .location-container > .content .tab-container .tab .branches .location-list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
       -moz-column-gap: clamp(20px, 5vw, 50px);
            column-gap: clamp(20px, 5vw, 50px);
  }
}
@media screen and (min-width: 1200px) {
  .location-container > .content .tab-container .tab .branches .location-list {
    grid-template-columns: 1fr;
  }
}
.location-container > .content .tab-container .tab .branches .location-list .location {
  background-color: #F3F3F3;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  -webkit-column-gap: clamp(20px, 5vw, 65px);
     -moz-column-gap: clamp(20px, 5vw, 65px);
          column-gap: clamp(20px, 5vw, 65px);
}
@media screen and (min-width: 800px) {
  .location-container > .content .tab-container .tab .branches .location-list .location {
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .location-container > .content .tab-container .tab .branches .location-list .location {
    grid-template-columns: 4fr 10fr;
    max-width: unset;
  }
}
.location-container > .content .tab-container .tab .branches .location-list .location .photo {
  width: 100%;
  aspect-ratio: 400/256;
  max-width: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-self: center;
}
@media screen and (min-width: 1200px) {
  .location-container > .content .tab-container .tab .branches .location-list .location .photo {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.location-container > .content .tab-container .tab .branches .location-list .location .info-side {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1200px) {
  .location-container > .content .tab-container .tab .branches .location-list .location .info-side {
    grid-template-columns: 2fr 3fr;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
       -moz-column-gap: clamp(20px, 5vw, 50px);
            column-gap: clamp(20px, 5vw, 50px);
  }
}
.location-container > .content .tab-container .tab .branches .location-list .location .info-side .name {
  display: grid;
  grid-template-columns: auto 110px;
  row-gap: 0.5em;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media screen and (min-width: 981px) {
  .location-container > .content .tab-container .tab .branches .location-list .location .info-side .name {
    grid-template-columns: 1fr;
  }
}
.location-container > .content .tab-container .tab .branches .location-list .location .info-side .name .location-name {
  font-size: clamp(2.2rem, 2.5vw, 2.8rem);
  color: #002D72;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 980px) {
  .location-container > .content .tab-container .tab .branches .location-list .location .info-side .name .location-name {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.location-container > .content .tab-container .tab .branches .location-list .location .info-side .name .address {
  font-size: clamp(1.9rem, 2vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.location-container > .content .tab-container .tab .branches .location-list .location .info-side .name .address p {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .location-container > .content .tab-container .tab .branches .location-list .location .info-side .name a {
    font-size: 1.6rem;
    color: #41B6E6;
    border-left: 1px solid #d1d1d1;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    padding: 0.5em 1em;
  }
}
@media screen and (min-width: 981px) {
  .location-container > .content .tab-container .tab .branches .location-list .location .info-side .name a {
    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: 2px solid #002D72;
    border-radius: 31px;
    padding: 0.75em 2em;
    width: 215px;
  }
}
.location-container > .content .tab-container .tab .branches .location-list .location .info-side .contact .phone-number dt {
  margin-bottom: 0;
}
.location-container > .content .tab-container .tab .branches .location-list .location .info-side .contact .phone-number dd {
  margin-bottom: 0.5em;
}
.location-container > .content .tab-container .tab .branches .location-list .location .info-side .contact dl {
  padding-bottom: 0.5em;
}
.location-container > .content .tab-container .tab .branches .location-list .location .info-side .contact dt {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 700;
  color: #002D72;
  padding-bottom: 0;
  margin-bottom: 0.25em;
}
.location-container > .content .tab-container .tab .branches .location-list .location .info-side .contact dd {
  margin-left: 0;
  font-size: 2rem;
  font-weight: 400;
}
.location-container > .content .tab-container .tab .branches .location-list .location .info-side .contact dd strong {
  font-weight: 600;
}
.location-container > .content .tab-container .tab .branches .location-list .location .info-side .contact dd p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.location-container > .content .tab-container .tab .branches .location-list .location .info-side .contact dd a {
  font-size: 2rem;
  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;
}
.location-container > .content .tab-container .tab .branches .location-list .location .info-side .contact dd a:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.location-container #find-branch-form {
  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;
  margin-bottom: 2em;
}
@media screen and (min-width: 981px) {
  .location-container #find-branch-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.location-container #find-branch-form .searchInput {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 600px;
  position: relative;
}
.location-container #find-branch-form .searchInput:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2em;
  background-image: url(../Images/ico-search.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 28px;
  width: 27px;
  -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(37%) saturate(5890%) hue-rotate(216deg) brightness(93%) contrast(110%);
          filter: brightness(0) saturate(100%) invert(16%) sepia(37%) saturate(5890%) hue-rotate(216deg) brightness(93%) contrast(110%);
}
.location-container #find-branch-form .searchInput .location-search {
  background-color: #0033A0;
  border-radius: 0 31px 31px 0;
  color: #fff;
  border: none;
  padding: 0 2em;
}
.location-container #find-branch-form .searchInput #addressInput {
  width: 100%;
  max-width: 460px;
  padding-left: 4.5em;
}
.location-container #map {
  display: none;
  overflow: hidden;
}

.directory-output {
  padding: 0 30px;
  margin-bottom: 4em;
}
.directory-output > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.directory-output > .content .header {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.directory-output > .content .directory-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(20px, 5vw, 60px);
     -moz-column-gap: clamp(20px, 5vw, 60px);
          column-gap: clamp(20px, 5vw, 60px);
  row-gap: 3em;
  -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;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 981px) {
  .directory-output > .content .directory-container:has(.directory-item:nth-of-type(4)) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
  }
  .directory-output > .content .directory-container:has(.directory-item:nth-of-type(5)) {
    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;
  }
}
.directory-output > .content .directory-item {
  max-width: 425px;
  width: 100%;
  background-color: #F3F3F3;
}
.directory-output > .content .directory-item .photo {
  width: 100%;
  aspect-ratio: 1/1;
}
.directory-output > .content .directory-item .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.directory-output > .content .directory-item .info {
  padding: 0 45px 1em;
}
.directory-output > .content .directory-item .name {
  position: relative;
  color: #fff;
  background-color: #0033A0;
  padding: 1em 0;
  width: 75%;
  font-size: 1.7rem;
  font-weight: 700;
  bottom: 1.7em;
  margin-left: -45px;
  padding-left: 45px;
}
.directory-output > .content .directory-item .name:after {
  content: "";
  position: absolute;
  right: 0;
  background-color: #0033A0;
  clip-path: polygon(100% 0, 60% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
  height: 100%;
  width: 100%;
  max-width: 55px;
  -webkit-transform: translateX(97%);
          transform: translateX(97%);
  bottom: 0;
}
.directory-output > .content .directory-item .title, .directory-output > .content .directory-item a {
  position: relative;
  bottom: 1em;
}
.directory-output > .content .directory-item .title {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}
.directory-output > .content .directory-item a {
  font-size: 1.8rem;
  color: #002D72;
}

.sticky-container {
  position: relative;
  margin-bottom: 4em;
}

.bio-header {
  position: relative;
  margin-bottom: 4em;
  padding: 0 30px;
  background-color: #F3F3F3;
}
.bio-header > .content {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  padding-top: 30px;
}
.bio-header > .content .breadcrumbs {
  margin-bottom: 30px;
  grid-column-start: 1;
  grid-column-end: 3;
}
.bio-header > .content .inner-container {
  max-width: 900px;
  width: 100%;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 750px) {
  .bio-header > .content .inner-container {
    grid-template-columns: auto 1fr;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
       -moz-column-gap: clamp(20px, 5vw, 50px);
            column-gap: clamp(20px, 5vw, 50px);
  }
}
@media screen and (min-width: 1100px) {
  .bio-header > .content .inner-container {
    width: calc(100vw - 450px);
  }
}
.bio-header > .content .photo {
  width: clamp(366px, 23vw, 425px);
  max-width: 425px;
  aspect-ratio: 1/1;
}
.bio-header > .content .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bio-header > .content .info {
  padding-top: 1em;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media screen and (min-width: 750px) {
  .bio-header > .content .info {
    justify-items: flex-start;
  }
}
.bio-header > .content .info .f-h2 {
  font-size: clamp(2.8rem, 2.5vw, 4.2rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.bio-header > .content .info .title {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 700;
  margin-bottom: 1em;
}
.bio-header > .content .info .contact-link {
  color: #0033A0;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.75em;
  font-weight: 700;
}

.bio-container {
  width: 100%;
  display: grid;
  padding: 0 30px;
}
.bio-container > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bio-container > .content .bio-info {
  width: 100%;
  max-width: 900px;
  justify-self: flex-start;
}
@media screen and (min-width: 1100px) {
  .bio-container > .content .bio-info {
    width: calc(100vw - 450px);
  }
}
.bio-container > .content .bio-info strong, .bio-container > .content .bio-info h1, .bio-container > .content .bio-info h2, .bio-container > .content .bio-info h3, .bio-container > .content .bio-info h4, .bio-container > .content .bio-info h5, .bio-container > .content .bio-info h6 {
  color: #002D72;
}
.bio-container > .content .bio-info .f-h2 {
  font-size: clamp(2.2rem, 2vw, 2.8rem);
  margin-bottom: 1em;
  margin-top: 1.5em;
  color: #002D72;
}
.bio-container > .content .bio-info .f-h3 {
  font-size: 1.6rem;
  color: #002D72;
}

.actions-container {
  pointer-events: none;
  padding: 0 30px;
}
@media screen and (min-width: 1100px) {
  .actions-container {
    position: absolute;
    inset: 0;
    margin-top: 6em;
  }
}
.actions-container > .inner-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  position: sticky;
  top: 4em;
}
@media screen and (min-width: 1100px) {
  .actions-container > .inner-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.actions-container .actions {
  pointer-events: all;
  padding: 2em 0 2em 3em;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .actions-container .actions:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 40vw;
    bottom: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.actions-container .actions .headline,
.actions-container .actions .buttons {
  position: relative;
  z-index: 1;
}
.actions-container .actions .headline {
  padding-bottom: 1em;
}
.actions-container .actions .buttons {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 310px;
  row-gap: 1em;
}
.actions-container .actions .buttons a {
  border-radius: 36px;
  height: 71px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  font-size: 1.6rem;
  padding: 0.7em 2em;
}

.rates-accordion {
  padding: 0 30px;
  margin-bottom: 2em;
}
.rates-accordion > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.rates-accordion > .content .rate-section {
  padding: clamp(2em, 2vw, 3em);
}
.rates-accordion > .content .rate-section .rate-section-header {
  margin-bottom: 2em;
}
.rates-accordion > .content .rate-section .rate-section-header h2 {
  margin-bottom: 0.1em;
}
.rates-accordion > .content .rate-section .rate-section-header .effective-date {
  margin: 0;
}
.rates-accordion > .content .rate-section .table {
  padding: 0;
}
.rates-accordion .icon-header {
  display: grid;
  grid-template-columns: 96px 1fr;
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  font-family: "montserrat", sans-serif;
  padding-right: 2.5em;
}
.rates-accordion .icon-header span * {
  margin: 0;
}
.rates-accordion.faq-widget .icon-header {
  grid-template-columns: 1fr;
}
.rates-accordion.faq-widget .icon-header .accordion-title {
  padding: 0.5em 1em;
}
.rates-accordion.faq-widget .icon-header .accordion-title p {
  margin-bottom: 0;
  color: #0033A0;
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
}
.rates-accordion.faq-widget .accordion-content {
  padding: 1em 30px;
}

.box-accordion {
  margin-bottom: 2em;
  border-radius: 6px;
  background-color: #F3F3F3;
}
.box-accordion > button {
  width: 100%;
  padding: 0;
  position: relative;
  text-align: left;
  font-weight: 700;
}
.box-accordion > button .icon-block {
  height: 100%;
  aspect-ratio: 1/1;
  padding: 0.5em;
  background-color: #41B6E6;
}
.box-accordion > button .icon-block:before {
  content: none;
}
.box-accordion > button img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.box-accordion > button:before, .box-accordion > button:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  background: #A4D65E;
  width: 20px;
  height: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.box-accordion > button:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -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;
}
.box-accordion.active > button:after, .box-accordion.active > button span:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.box-accordion .accordion-content {
  display: none;
}
.box-accordion .accordion-content > .content {
  display: grid;
  -webkit-column-gap: clamp(30px, 5vw, 50px);
     -moz-column-gap: clamp(30px, 5vw, 50px);
          column-gap: clamp(30px, 5vw, 50px);
}
@media screen and (min-width: 1400px) {
  .box-accordion .accordion-content > .content:has(.actions) .rates {
    display: grid;
    grid-template-columns: 7fr 3fr;
  }
  .box-accordion .accordion-content > .content:has(.actions) .actions {
    margin-top: 8em;
  }
}
.box-accordion .accordion-content > .content .actions {
  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;
  row-gap: 1em;
}
.box-accordion .accordion-content > .content .actions .cta-headline {
  margin-bottom: 0;
}
.box-accordion .accordion-content > .content .actions .buttons {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
  max-width: 900px;
  margin-bottom: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}
@media screen and (min-width: 850px) {
  .box-accordion .accordion-content > .content .actions .buttons {
    grid-template-columns: repeat(auto-fit, 310px);
  }
}
@media screen and (min-width: 1400px) {
  .box-accordion .accordion-content > .content .actions .buttons {
    max-width: unset;
  }
}
.box-accordion .accordion-content > .content .actions .buttons a {
  max-width: 310px;
  width: 100%;
}
.box-accordion .accordion-content > .content .disclosure {
  padding-left: 0;
  font-size: 1.2rem;
  padding-top: 30px;
}
.hydrated .box-accordion .accordion-content {
  display: block;
}

.feature-header {
  --bgColor: #A4D65E;
  --accentColor: #0033A0;
  --text-color: #0033A0;
  width: 100vw;
  position: relative;
  height: 100%;
  margin-bottom: 4em;
}
.hydrated .feature-header {
  width: 100%;
}
@media screen and (min-width: 1135px) {
  .feature-header {
    max-height: 620px;
    height: 35vw;
  }
}
.feature-header .splide__track {
  height: 100%;
}
@media screen and (min-width: 1135px) {
  .feature-header .splide__track {
    position: absolute;
    inset: 0;
  }
}
.feature-header .content {
  height: 100%;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 1135px) {
  .feature-header .content {
    display: grid;
    grid-template-columns: 2fr 3fr;
  }
}
.feature-header .content .photo {
  position: relative;
  width: 100vw;
  aspect-ratio: 450/250;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1135px) {
  .feature-header .content .photo {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    aspect-ratio: unset;
  }
}
.feature-header .content .photo:has(video) {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.feature-header .content .photo video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-header .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 4em;
  max-width: 700px;
}
@media screen and (min-width: 1135px) {
  .feature-header .content .info {
    padding-left: 30px;
    background-color: var(--bgColor);
    padding: clamp(1em, 1vw, 2em) 0;
    left: -100px;
    -webkit-transition: left 0.2s ease;
    transition: left 0.2s ease;
  }
  .hydrated .feature-header .content .info {
    left: 0;
  }
  .feature-header .content .info:after {
    content: "";
    background-image: url(../Images/feature-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    top: -5.5%;
    bottom: -5.5%;
    position: absolute;
    left: 85%;
    aspect-ratio: 301/500;
  }
}
.feature-header .content .info .info-content {
  z-index: 1;
  margin: 1.5em auto;
}
@media screen and (min-width: 1300px) {
  .feature-header .content .info .info-content {
    margin: 3em auto;
  }
}
.feature-header .content .info .info-content h1 {
  padding: 0 30px;
}
.feature-header .content .info .info-content h1 > span {
  display: block;
}
.feature-header .content .info .info-content h1 > span > span, .feature-header .content .info .info-content h1 > span strong {
  color: #fff;
}
@media screen and (max-width: 1135px) {
  .feature-header .content .info .info-content h1 > span > span, .feature-header .content .info .info-content h1 > span strong {
    color: #41B6E6;
  }
}
.feature-header .content .info .info-content h1.rate-version .top-row {
  font-size: clamp(3.5rem, 2vw, 4.7rem);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: 0;
  line-height: 1.2;
}
.feature-header .content .info .info-content h1.rate-version .rate {
  font-size: clamp(11.3rem, 6vw, 15.3rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.7;
  color: var(--text-color);
  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;
}
.feature-header .content .info .info-content h1.rate-version .rate p {
  display: inline;
}
.feature-header .content .info .info-content h1.rate-version .rate img, .feature-header .content .info .info-content h1.rate-version .rate svg {
  height: 0.75em;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1135px) {
  .feature-header .content .info .info-content h1.rate-version .rate {
    line-height: 0.8;
  }
}
.feature-header .content .info .info-content h1.rate-version .subheader {
  font-size: clamp(2.7rem, 1.5vw, 3.7rem);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color);
}
.feature-header .content .info .info-content h1.rate-version .subheader span, .feature-header .content .info .info-content h1.rate-version .subheader strong {
  color: #fff;
}
@media screen and (max-width: 1135px) {
  .feature-header .content .info .info-content h1.rate-version .subheader span, .feature-header .content .info .info-content h1.rate-version .subheader strong {
    color: #41B6E6;
  }
}
.feature-header .content .info .info-content h1.rate-version .copy {
  font-size: clamp(1.6rem, 1.5vw, 2.2rem);
  font-weight: 500;
  color: var(--text-color);
}
.feature-header .content .info .info-content h1.svg img {
  max-height: 240px;
}
.feature-header .content .info .info-content h1.traditional .top-row {
  font-size: clamp(3.5rem, 2vw, 4.7rem);
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 0;
  line-height: 1.2;
}
.feature-header .content .info .info-content h1.traditional .subheader {
  font-size: clamp(3rem, 1.5vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color);
}
.feature-header .content .info .info-content h1.traditional .subheader span, .feature-header .content .info .info-content h1.traditional .subheader strong {
  color: #fff;
}
@media screen and (max-width: 1135px) {
  .feature-header .content .info .info-content h1.traditional .subheader span, .feature-header .content .info .info-content h1.traditional .subheader strong {
    color: #41B6E6;
  }
}
.feature-header .content .info .info-content h1.traditional .copy {
  font-size: clamp(1.6rem, 1.5vw, 2.2rem);
  font-weight: 500;
  color: var(--text-color);
}
.feature-header .content .info .info-content .actions {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  padding: 0 30px;
}
@media screen and (min-width: 1135px) {
  .feature-header .content .info .info-content .actions {
    justify-items: flex-start;
  }
}
.feature-header .content .info .info-content .actions a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.feature-header .splide__arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 55.5555555556vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 75px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1em 0;
  padding-right: 30px;
  background-color: #A4D65E;
}
@media screen and (max-width: 980px) {
  .feature-header .splide__arrows {
    padding: 0.5em 0;
  }
}
.feature-header .splide__arrows:after {
  content: "";
  background-image: url(../Images/feature-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  top: -5.5%;
  bottom: -5.5%;
  position: absolute;
  left: 99%;
  aspect-ratio: 301/500;
}
@media screen and (min-width: 1135px) {
  .feature-header .splide__arrows {
    background: none;
    bottom: 2em;
    right: 6em;
    top: unset;
    -webkit-transform: none;
            transform: none;
    width: unset;
    -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;
    padding: 0 0 0 0;
  }
  .feature-header .splide__arrows:after {
    content: none;
  }
}
.feature-header .splide__arrows .splide__arrow {
  background-image: url(../Images/carousel-arrow.svg);
  top: unset;
  position: relative;
  opacity: 1;
}
.feature-header .splide__arrows .splide__arrow[disabled] {
  opacity: 0.5;
}
@media screen and (min-width: 1135px) {
  .feature-header.active .info {
    left: 0;
  }
}

.hydrated .feature-header {
  height: unset;
  min-height: 35vw;
  max-height: unset;
}
.hydrated .feature-header .splide__track {
  position: relative;
}

@-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;
  }
}
.product-bar {
  padding: 0 30px;
  margin-bottom: 4em;
}
.product-bar > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 4em;
}
.product-bar > .content .headline {
  position: relative;
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  max-width: 600px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 2em;
  width: 100%;
}
.product-bar > .content .headline .f-h2 {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: clamp(1.8rem, 1.5vw, 2.2rem);
  margin-bottom: 0;
}
.product-bar > .content .headline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../Images/product-bar-shape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
}
.product-bar > .content .headline:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -40%;
  width: 42px;
  height: 34px;
  background-image: url(../Images/downward-chevron.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-bar > .content .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(20px, 5vw, 100px);
     -moz-column-gap: clamp(20px, 5vw, 100px);
          column-gap: clamp(20px, 5vw, 100px);
  padding-left: 0;
  list-style: none;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2em;
}
.product-bar > .content .products li {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  row-gap: 1em;
  position: relative;
  grid-template-rows: 100px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}
.product-bar > .content .products li img {
  aspect-ratio: 1/1;
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.product-bar > .content .products li a {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
  -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;
}
.product-bar > .content .products li:hover a {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.hydrated .product-bar > .content .products li {
  opacity: 1;
}
.product-bar.active .linkbox {
  -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;
}
.product-bar.active .linkbox:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.product-bar.active .linkbox:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.product-bar.active .linkbox:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.product-bar.active .linkbox:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.product-bar.active .linkbox:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.product-bar.active .linkbox:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.product-bar.active .linkbox:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.product-bar.active .linkbox:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.product-bar.active .linkbox:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.product-bar.active .linkbox:nth-child(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.product-card-grid {
  padding: 0 30px;
  margin-bottom: 5em;
}
.product-card-grid > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1180px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 981px) {
  .product-card-grid > .content {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 38px;
  }
}
.product-card-grid > .content .product-card {
  --background-color: #002D72;
  --primary-color: #0033A0;
  --text-color: #fff;
  --accent-color: #41B6E6;
  width: 100%;
  max-width: 571px;
  background-color: var(--background-color);
  display: grid;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.product-card-grid > .content .product-card .cta-lnk {
  color: var(--cta-text-color) !important;
}
.product-card-grid > .content .product-card.theme-navy .cta-btn {
  background-color: #fff !important;
  color: #0033A0 !important;
}
.product-card-grid > .content .product-card.theme-navy .cta-btn:hover {
  background-color: #41B6E6 !important;
  color: #fff !important;
}
.product-card-grid > .content .product-card.theme-green .cta-btn {
  background-color: #0033A0 !important;
  color: #fff !important;
}
.product-card-grid > .content .product-card.theme-green .cta-btn:hover {
  background-color: #fff !important;
  color: #0033A0 !important;
}
.product-card-grid > .content .product-card.theme-light-blue .cta-btn {
  background-color: #0033A0 !important;
  color: #fff !important;
}
.product-card-grid > .content .product-card.theme-light-blue .cta-btn:hover {
  background-color: #fff !important;
  color: #0033A0 !important;
}
.product-card-grid > .content .product-card > .content {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  grid-template-columns: 2fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.product-card-grid > .content .product-card > .content .info {
  padding: 32px 0 32px 35px;
}
@media screen and (min-width: 981px) {
  .product-card-grid > .content .product-card > .content .info {
    padding: 45px 0 45px 55px;
  }
}
.product-card-grid > .content .product-card > .content .f-h2 {
  color: var(--text-color);
  font-size: clamp(2.4rem, 2vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.product-card-grid > .content .product-card > .content .copy {
  color: var(--text-color);
  margin-bottom: 1em;
  font-size: 1.8rem;
}
.product-card-grid > .content .product-card > .content .copy ul {
  padding-left: 0;
  list-style: none;
}
.product-card-grid > .content .product-card > .content .copy ul li {
  color: var(--accent-color);
}
.product-card-grid > .content .product-card > .content .actions {
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-card-grid > .content .product-card > .content .actions .cta-btn {
  background-color: var(--background-color);
  color: var(--text-color);
  padding: 0.7em 2em;
}
.product-card-grid > .content .product-card > .content .actions .cta-btn:hover {
  background-color: var(--accent-color);
  color: var(--text-color);
}
.product-card-grid > .content .product-card > .content .photo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-right: 10px;
}
.product-card-grid > .content .product-card:nth-child(3) > .content {
  grid-template-columns: 1fr;
}
.product-card-grid > .content .product-card:nth-child(3) > .content .photo {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding-left: 10px;
}
@media screen and (max-width: 980px) {
  .product-card-grid > .content .product-card:nth-child(3) > .content .photo {
    aspect-ratio: 361/234;
  }
}
.product-card-grid > .content .product-card:nth-child(3) > .content .info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 980px) {
  .product-card-grid > .content .product-card:nth-child(3) > .content .info {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.product-card-grid > .content .product-card:nth-child(3) > .content .info .f-h2 {
  font-weight: 400;
}
@media screen and (min-width: 981px) {
  .product-card-grid > .content .product-card:nth-child(3) {
    grid-column: 1/3;
    max-width: unset;
  }
  .product-card-grid > .content .product-card:nth-child(3) > .content .photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-card-grid > .content .product-card:nth-child(3) > .content .info {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .product-card-grid > .content .product-card:nth-child(3) > .content {
    aspect-ratio: unset;
    grid-template-columns: 4fr 6fr;
  }
}

.mindful-money-block {
  padding: 0 30px;
  margin-bottom: 4em;
}
.mindful-money-block > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  grid-template-columns: 1fr;
}
.mindful-money-block > .content .header {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 350px;
  row-gap: 1em;
  margin-bottom: 3em;
}
@media screen and (min-width: 981px) {
  .mindful-money-block > .content .header {
    max-width: 700px;
    grid-template-columns: 131px auto;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 0;
  }
  .mindful-money-block > .content .header:before {
    content: "";
    display: block;
    width: 131px;
    aspect-ratio: 97/115;
    background-image: var(--image);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.mindful-money-block > .content .header .top-row {
  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;
  grid-gap: clamp(20px, 2vw, 50px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  padding-bottom: 0.5em;
}
.mindful-money-block > .content .header .top-row strong {
  -webkit-text-stroke: 1px #0033A0;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .mindful-money-block > .content .header .top-row:before {
    content: "";
    display: block;
    width: 97px;
    aspect-ratio: 97/115;
    background-image: var(--image);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mindful-money-block > .content .header .top-row span {
    display: block;
  }
}
@media screen and (min-width: 981px) {
  .mindful-money-block > .content .header .top-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.mindful-money-block > .content .header .f-h2 {
  margin-bottom: 0;
  font-size: clamp(4rem, 5vw, 4.9rem);
}
.mindful-money-block > .content .header .f-h2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mindful-money-block > .content .header .copy {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #002D72;
}
@media screen and (min-width: 981px) {
  .mindful-money-block > .content .header .copy {
    text-align: left;
  }
}
.mindful-money-block > .content .splide__track {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .mindful-money-block > .content .splide__track {
    max-width: 450px;
  }
}
@media screen and (min-width: 981px) {
  .mindful-money-block > .content .splide__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-template-columns: repeat(auto-fit, 425px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
       -moz-column-gap: clamp(20px, 5vw, 50px);
            column-gap: clamp(20px, 5vw, 50px);
    max-width: 100%;
    row-gap: 2em;
  }
}
@media screen and (min-width: 1450px) {
  .mindful-money-block > .content .splide__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 425px);
  }
}
.mindful-money-block > .content .splide__arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0 0;
}
.mindful-money-block > .content .splide__arrows .splide__arrow {
  position: relative;
  background: url(../Images/blue-arrow.svg);
}
.mindful-money-block > .content .splide__arrows .splide__arrow.splide__arrow--prev {
  top: 0;
}
.mindful-money-block > .content .splide__arrows .splide__arrow.splide__arrow--next {
  top: 0;
}
@media screen and (min-width: 981px) {
  .mindful-money-block > .content .splide__arrows {
    display: none;
  }
}
.mindful-money-block > .content .card {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 425px;
  background-color: #F3F3F3;
}
@media screen and (min-width: 981px) {
  .mindful-money-block > .content .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
  }
}
.mindful-money-block > .content .card .photo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 425/275;
  width: 100%;
  max-width: 425px;
  overflow: hidden;
}
.mindful-money-block > .content .card .info {
  padding: 30px;
  display: grid;
  justify-items: center;
  width: 100%;
  max-width: 425px;
}
.mindful-money-block > .content .card .info h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #373737;
}
.mindful-money-block > .content .card .info .copy {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1em;
}
.mindful-money-block > .content .card .info a {
  color: #0033A0;
  font-size: 1.8rem;
  font-weight: 700;
}
.mindful-money-block > .content .actions {
  padding-top: 4em;
}

.z-form-block {
  --background-color: #41B6E6;
  --primary-color: #0033A0;
  --text-color: #373737;
  --accent-color: #A4D65E;
  margin-bottom: 4em;
  overflow-y: clip;
  overflow: visible;
  width: 100vw;
  overflow-x: clip;
}
.z-form-block.color-bg {
  background-color: var(--bgColor);
  margin-bottom: 0;
  padding-bottom: 4em;
}
.z-form-block.color-bg > .content .photo-side:before {
  z-index: 0;
}
.z-form-block > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 981px) {
  .z-form-block > .content {
    grid-template-columns: 4fr 5fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.z-form-block > .content .info {
  max-width: 530px;
  margin-top: 2em;
  padding-left: 30px;
}
@media screen and (max-width: 980px) {
  .z-form-block > .content .info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5em;
  }
}
.z-form-block > .content .info .f-h3 {
  font-size: clamp(2.4rem, 3vw, 2.8rem);
  margin-bottom: 0.5em;
}
.z-form-block > .content .info .copy {
  margin-bottom: 1.25em;
}
.z-form-block > .content .info .actions {
  display: grid;
  grid-template-columns: repeat(auto-fill, 230px);
  justify-items: center;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  row-gap: 1em;
  padding-right: 30px;
}
@media screen and (min-width: 981px) {
  .z-form-block > .content .info .actions {
    justify-items: flex-start;
    padding-right: 0;
  }
}
.z-form-block > .content .info .actions a {
  min-width: 230px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
}
.z-form-block > .content .photo-side {
  width: 100%;
  display: grid;
  -ms-flex-line-pack: bottom;
      align-content: bottom;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 980px) {
  .z-form-block > .content .photo-side {
    padding-left: 30px;
    height: 319px;
  }
}
@media screen and (min-width: 981px) {
  .z-form-block > .content .photo-side {
    height: 419px;
  }
}
.z-form-block > .content .photo-side .image {
  width: 100%;
  max-width: 414px;
  aspect-ratio: 414/419;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 200px;
  z-index: 3;
  overflow: visible;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 980px) {
  .z-form-block > .content .photo-side .image {
    bottom: 2px;
    max-width: 319px;
    left: 50px;
    position: relative;
  }
}
.z-form-block > .content .photo-side:before {
  content: "";
  background-color: var(--background-color);
  position: absolute;
  width: 67vw;
  left: 125px;
  top: 5em;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .z-form-block > .content .photo-side:before {
    top: calc(5em - 1px);
    bottom: -2px;
    left: unset;
    right: 0;
    width: 67vw;
  }
}
.z-form-block > .content .photo-side svg {
  position: absolute;
  top: calc(5em - 5% + 2px);
  height: 90%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .z-form-block > .content .photo-side svg {
    right: 66%;
    height: 84%;
  }
}
.z-form-block > .content .photo-side .cls-5 {
  fill: var(--background-color);
}
@media screen and (min-width: 981px) {
  .z-form-block.photo-left > .content {
    grid-template-columns: 5fr 4fr;
  }
}
@media screen and (min-width: 981px) {
  .z-form-block.photo-left .info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
    padding-right: 30px;
  }
}
.z-form-block.photo-left .photo-side:before {
  right: 125px;
  left: unset;
}
@media screen and (max-width: 980px) {
  .z-form-block.photo-left .photo-side:before {
    right: unset;
    left: 0;
  }
}
.z-form-block.photo-left .photo-side svg {
  right: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (max-width: 980px) {
  .z-form-block.photo-left .photo-side svg {
    left: 66%;
  }
}
@media screen and (max-width: 980px) {
  .z-form-block.photo-left .photo-side .image {
    bottom: 2px;
    right: 73px;
    left: unset;
  }
}
@media screen and (min-width: 981px) {
  .z-form-block.photo-left .photo-side .image {
    right: 200px;
    left: unset;
  }
}

.preferred-partners {
  padding: 2em 30px;
  -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
}
.preferred-partners > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1400px !important;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
.preferred-partners > .content .info {
  width: 100%;
}
.preferred-partners > .content .f-h2-alt {
  font-size: clamp(2rem, 2vw, 2.8rem);
  margin-top: 2em;
  text-align: center;
  margin-bottom: 0em;
}
.preferred-partners > .content .f-h2-alt p {
  margin-bottom: 0;
}
.preferred-partners > .content .copy {
  padding-bottom: 1em;
}
.preferred-partners > .content .copy ul {
  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;
  -webkit-column-gap: clamp(20px, 5vw, 50px);
     -moz-column-gap: clamp(20px, 5vw, 50px);
          column-gap: clamp(20px, 5vw, 50px);
  padding-left: 0;
  list-style: none;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
@media screen and (min-width: 981px) {
  .preferred-partners > .content .copy ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.preferred-partners > .content .copy ul li {
  grid-template-columns: 1fr;
}
.preferred-partners > .content .copy ul li:before {
  content: none;
}
.preferred-partners > .content .copy ul li img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
  max-height: 127px;
  max-width: 250px;
}

.video-block {
  background-color: #ECF9FF;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 4em;
}
.video-block > .content {
  padding: 5em 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2em;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 700px;
}
@media screen and (min-width: 981px) {
  .video-block > .content {
    max-width: 1400px;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: clamp(20px, 5vw, 75px);
       -moz-column-gap: clamp(20px, 5vw, 75px);
            column-gap: clamp(20px, 5vw, 75px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
  }
}
.video-block > .content .photo-side {
  width: 100%;
  aspect-ratio: 677/379;
  max-width: 677px;
  position: relative;
}
.video-block > .content .photo-side:has(a):after {
  content: "";
  background-image: url(../Images/play-button.svg);
  height: 89px;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-block > .content .photo-side iframe {
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
}
.video-block > .content .photo-side a {
  height: 100%;
  position: relative;
  display: block;
  aspect-ratio: 16/9;
}
.video-block > .content .photo-side img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 981px) {
  .video-block > .content .photo-side {
    justify-self: flex-end;
  }
}
.video-block > .content .photo-side:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 25%;
  aspect-ratio: 447/180;
  left: -85%;
  background-image: url(../Images/video-block-arrows.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 981px) {
  .video-block > .content .photo-side:before {
    height: 50%;
  }
}
@media screen and (min-width: 981px) {
  .video-block > .content .info-side {
    max-width: 500px;
    justify-self: flex-start;
  }
}
.video-block > .content .info-side .actions {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1em;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
@media screen and (min-width: 981px) {
  .video-block > .content .info-side .actions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    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;
  }
}
.video-block > .content:has(iframe) .watch-video-button {
  display: none;
}
.video-block.active .photo-side:before {
  left: -20%;
}
@media screen and (min-width: 981px) {
  .video-block.active .photo-side:before {
    left: -55%;
  }
}

.internal-header {
  --background-color: #A4D65E;
  --primary-color: #0033A0;
  --text-color: #002D72;
  --accent-color: #fff;
  margin-bottom: 4em;
  background-color: var(--background-color);
}
@media screen and (min-width: 981px) {
  .internal-header {
    max-height: 575px;
  }
}
.internal-header > .content {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  min-height: 300px;
  height: 100%;
}
.internal-header > .content .headline {
  margin-bottom: 0;
}
.internal-header > .content:has(.copy) {
  min-height: 450px;
}
.internal-header > .content:has(.copy) .headline {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 981px) {
  .internal-header > .content {
    grid-template-columns: 2fr 3fr;
  }
}
.internal-header > .content .photo {
  height: 100%;
  position: relative;
  overflow-y: clip;
}
.internal-header > .content .photo .image {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  background-size: cover;
}
@media screen and (max-width: 980px) {
  .internal-header > .content .photo {
    aspect-ratio: 1100/575;
    min-height: 218px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    overflow: hidden;
  }
  .internal-header > .content .photo .image {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.internal-header > .content .photo svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 2;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -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;
  opacity: 0;
}
@media screen and (max-width: 980px) {
  .internal-header > .content .photo svg {
    display: none;
  }
}
.internal-header > .content .info {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  padding: 2em 30px 4em;
  max-width: 550px;
  left: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  justify-self: center;
  overflow-y: clip;
}
@media screen and (min-width: 981px) {
  .internal-header > .content .info {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 4em 0 4em 30px;
  }
}
.internal-header > .content .info .breadcrumbs {
  position: relative;
  top: -2em;
  left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -1em;
}
.internal-header > .content .info .headline {
  font-size: clamp(2.6rem, 3vw, 4.2rem);
  color: var(--text-color);
  font-weight: 700;
  z-index: 2;
}
.internal-header > .content .info .headline strong {
  color: var(--accent-color);
}
.internal-header > .content .info .copy {
  margin-bottom: 1em;
  font-size: 1.8rem;
}
.internal-header > .content .info .copy > p {
  font-size: 1.8rem;
}
.internal-header > .content .info .actions {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  row-gap: 1em;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  z-index: 2;
}
.internal-header > .content .info .actions a {
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 981px) {
  .internal-header > .content .info .actions {
    grid-template-columns: repeat(auto-fit, 250px);
  }
}
@media screen and (min-width: 981px) {
  .internal-header > .content .info .actions {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media screen and (min-width: 981px) {
  .internal-header > .content .info:has(.actions) .headline {
    margin-bottom: 0.5em;
  }
}
.internal-header.active > .content .photo svg {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1 !important;
}
@media screen and (min-width: 1920px) {
  .internal-header.multi-product > .content .photo img {
    width: calc(100% + 500px);
  }
}
.internal-header.standalone > .content {
  grid-template-columns: 1fr;
  height: unset;
}
@media screen and (min-width: 981px) {
  .internal-header.standalone > .content {
    grid-template-columns: 2fr 1fr;
  }
}
.internal-header.standalone > .content .info {
  max-width: 900px;
  width: 100%;
}
.internal-header.standalone > .content .info svg {
  top: -20px;
}
@media screen and (min-width: 1475px) {
  .internal-header.standalone > .content .info svg {
    left: 103%;
  }
}
@media screen and (max-width: 980px) {
  .internal-header.standalone > .content .info {
    padding-bottom: 1em;
  }
}
.internal-header.standalone > .content .photo {
  width: calc(100% + 600px);
  background-color: #F3F3F3;
}
@media screen and (max-width: 980px) {
  .internal-header.standalone > .content .photo {
    display: none;
  }
}

.category-blocks {
  padding: 4em 30px;
}
.category-blocks > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-template-columns: 1fr;
}
.category-blocks > .content .header {
  margin-bottom: 3em;
}
.category-blocks > .content .header .f-h2 {
  font-size: clamp(2rem, 2vw, 2.8rem);
  color: var(--tertiary-color);
  font-weight: 700;
}
.category-blocks > .content .header .copy {
  font-size: 1.6rem;
}
.category-blocks > .content .container {
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  row-gap: 3rem;
  -webkit-column-gap: clamp(50px, 5vw, 75px);
     -moz-column-gap: clamp(50px, 5vw, 75px);
          column-gap: clamp(50px, 5vw, 75px);
}
@media screen and (max-width: 980px) {
  .category-blocks > .content .container {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (min-width: 981px) {
  .category-blocks > .content .container {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .category-blocks > .content .container:has(:nth-child(4)) {
    grid-template-columns: 1fr 1fr;
  }
  .category-blocks > .content .container:has(:nth-child(5)) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.category-blocks.newsletters > .content .container:has(:nth-child(5)) {
  grid-template-columns: 1fr 1fr;
}
.category-blocks.newsletters .category-block-with-animation {
  grid-template-columns: 125px auto;
}
.category-blocks.newsletters .category-block-with-animation .icon {
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: unset;
}
.category-blocks.newsletters .category-block-with-animation .icon .month {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid white;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
.category-blocks.newsletters .category-block-with-animation .icon .year {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
.category-blocks.newsletters .category-block-with-animation .info p {
  font-size: clamp(1.6rem, 1.5vw, 2rem) !important;
}

.category-block-with-animation {
  display: grid;
  grid-template-columns: 60px auto;
  -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: 981px) {
  .category-block-with-animation {
    grid-template-columns: 107px 3fr;
  }
}
.category-block-with-animation .icon {
  background-color: var(--background-color, #41B6E6);
  aspect-ratio: 60/70;
  padding: 0.5em;
}
@media screen and (min-width: 981px) {
  .category-block-with-animation .icon {
    aspect-ratio: unset;
  }
}
.category-block-with-animation .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.category-block-with-animation .info {
  background-color: #F3F3F3;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  overflow-y: clip;
}
.category-block-with-animation .info a, .category-block-with-animation .info p {
  font-size: clamp(1.7rem, 2vw, 2.4rem);
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  font-weight: 700;
  -webkit-transition: padding 0.2s linear, -webkit-text-decoration 0.2s ease;
  transition: padding 0.2s linear, -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, padding 0.2s linear;
  transition: text-decoration 0.2s ease, padding 0.2s linear, -webkit-text-decoration 0.2s ease;
  margin-bottom: 0;
  padding: 0.5em 15px 0.5em 20px;
  color: #002D72;
}
.category-block-with-animation .info:before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -1px;
  background-color: #41B6E6;
  clip-path: polygon(0 0, 0% 100%, 0 50%);
  -webkit-transition: clip-path 0.2s linear;
  transition: clip-path 0.2s linear;
  width: 25px;
}
.category-block-with-animation:hover .info:before {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.category-block-with-animation:hover .info a, .category-block-with-animation:hover .info p {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}

.join-block {
  padding: 0 30px;
}
.join-block > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1460px;
  padding: 6rem 0 4rem;
  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: 981px) {
  .join-block > .content {
    grid-template-columns: 1fr 2fr;
    padding: 16rem 0 14rem 30px;
  }
}
.join-block > .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 980px) {
  .join-block > .content .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.join-block > .content .info .headline {
  text-align: center;
  margin-bottom: 0.5em;
}
.join-block > .content .info .headline h2 {
  font-size: clamp(4rem, 3vw, 4.9rem);
  font-weight: 900;
  color: #0033A0;
  text-transform: uppercase;
  margin-bottom: 0em;
  line-height: 1;
}
.join-block > .content .info .headline h2 strong {
  -webkit-text-stroke: 1px #0033A0;
  color: #fff;
}
@media screen and (min-width: 981px) {
  .join-block > .content .info .headline {
    text-align: left;
  }
}
.join-block > .content .info .copy {
  padding-bottom: 1em;
}
.join-block > .content .info .copy p {
  margin-bottom: 1em !important;
  font-size: 1.6rem;
  max-width: 600px;
  margin: 0 auto;
}
.join-block > .content .info ul {
  padding-left: 0;
  margin-left: 0 !important;
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0033A0;
  font-weight: 700;
  font-size: 1.8rem;
  list-style: none;
  -webkit-column-gap: clamp(10px, 2vw, 20px);
     -moz-column-gap: clamp(10px, 2vw, 20px);
          column-gap: clamp(10px, 2vw, 20px);
}
@media screen and (min-width: 981px) {
  .join-block > .content .info ul {
    grid-template-columns: 1fr 1fr;
  }
}
.join-block > .content .info ul li {
  padding-bottom: 1em;
}
.join-block > .content .info ul a {
  -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;
}
.join-block > .content .info ul a:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.join-block > .content svg {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .join-block > .content svg {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 2em;
  }
}
.hydrated .join-block > .content {
  grid-template-columns: 1fr 1fr;
}

@keyframes popup {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  50% {
    opacity: 1;
    bottom: 10px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.shared-features {
  margin-bottom: 5em;
  padding: 0 30px;
}
.shared-features > .content {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #F3F3F3;
  display: grid;
  grid-template-columns: 1fr;
  padding: 2em 30px;
  -webkit-column-gap: clamp(30px, 10vw, 100px);
     -moz-column-gap: clamp(30px, 10vw, 100px);
          column-gap: clamp(30px, 10vw, 100px);
  row-gap: 1em;
}
@media screen and (min-width: 1100px) {
  .shared-features > .content {
    grid-template-columns: 1fr 2fr;
    padding: 3em 4em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.shared-features > .content .info .f-h2 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: 700;
}
.shared-features > .content .features-list ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .shared-features > .content .features-list ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.shared-features > .content .features-list ul li {
  position: relative;
  padding-bottom: 1.5em;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  text-indent: -1.7em;
  padding-left: 1.7em;
  opacity: 0;
}
.shared-features > .content .features-list ul li:before {
  content: url(../Images/check.svg);
  padding-right: 0.5em;
}
.hydrated .shared-features > .content .features-list ul li {
  opacity: 1;
}
.shared-features.active .features-list li {
  -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;
}
.shared-features.active .features-list li:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.shared-features.active .features-list li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.shared-features.active .features-list li:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.shared-features.active .features-list li:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.shared-features.active .features-list li:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.shared-features.active .features-list li:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.shared-features.active .features-list li:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.shared-features.active .features-list li:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.shared-features.active .features-list li:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.shared-features.active .features-list li:nth-child(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.product-block {
  padding: 0 30px;
  margin-bottom: 4em;
}
.product-block > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 981px) {
  .product-block > .content {
    grid-template-columns: auto 310px;
    -webkit-column-gap: clamp(50px, 5vw, 100px);
       -moz-column-gap: clamp(50px, 5vw, 100px);
            column-gap: clamp(50px, 5vw, 100px);
  }
  .product-block > .content .info-side {
    position: relative;
  }
  .product-block > .content .info-side:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(-1 * clamp(20px, 2.5vw, 50px));
    background-color: #dbdbdb;
    width: 1px;
  }
  .product-block > .content .info-side iframe {
    width: 100%;
    aspect-ratio: 640/320;
  }
}
.product-block > .content .info-side .header {
  background-color: #0033A0;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 20vw);
  position: relative;
  margin-bottom: 2em;
}
@media screen and (min-width: 981px) {
  .product-block > .content .info-side .header {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.product-block > .content .info-side .header .f-h2 {
  color: #fff;
  font-size: clamp(2rem, 2vw, 2.5rem);
  margin-bottom: 0;
  font-weight: 600;
}
.product-block > .content .info-side .header:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5px;
  background-color: #0033A0;
  clip-path: polygon(100% 0, 60% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
  height: calc(100% + 0.5px);
  aspect-ratio: 55/70;
  -webkit-transform: translateX(97%);
  transform: translateX(97%);
}
.product-block > .content .info-side table td {
  padding-right: 1em;
}
.product-block > .content .info-side > .disclosure {
  font-size: 1.2rem;
  padding-left: 0;
  padding-right: 0;
}
.product-block > .content .info-side .copy h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0033A0;
}
.product-block > .content .info-side .copy img {
  max-width: 700px;
  width: 100%;
  margin-left: 0;
  text-align: left;
}
.product-block > .content .info-side .copy ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  padding-left: 1.25em;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
@media screen and (min-width: 981px) {
  .product-block > .content .info-side .copy ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.product-block > .content .info-side .copy ul li {
  padding-bottom: 1em;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product-block > .content .info-side .copy ul li > ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
.product-block > .content .info-side .box-accordion {
  max-width: 900px;
  width: 100%;
  background-color: #F3F3F3;
}
.product-block > .content .info-side .box-accordion button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #F3F3F3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  color: #0033A0;
}
.product-block > .content .info-side .box-accordion button span {
  height: 42px;
  width: 42px;
  background-color: #41B6E6;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.product-block > .content .info-side .box-accordion button:before, .product-block > .content .info-side .box-accordion button:after {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  background: #A4D65E;
  width: 14px;
  height: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.product-block > .content .info-side .box-accordion button:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -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;
}
.product-block > .content .info-side .box-accordion.active button:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.product-block > .content .info-side .box-accordion .accordion-content {
  padding: 2em 4em;
  display: none;
}
@media screen and (max-width: 980px) {
  .product-block > .content .sidebar {
    padding-top: 2em;
  }
}
.product-block > .content .sidebar .headline {
  margin-bottom: 1em;
}
.product-block > .content .sidebar .actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, 310px);
  row-gap: 1em;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-block > .content .sidebar .actions a {
  width: 100%;
}
@media screen and (min-width: 981px) {
  .product-block:has(.info-side .header) .sidebar .headline {
    padding-top: 0;
  }
}
@media screen and (min-width: 981px) {
  .product-block:has(.info-side .header) .sidebar .actions {
    padding-top: 5em;
  }
}
@media screen and (min-width: 981px) {
  .product-block:has(.info-side .header) .sidebar:has(.headline) .headline {
    padding-top: 5em;
  }
}
@media screen and (min-width: 981px) {
  .product-block:has(.info-side .header) .sidebar:has(.headline) .actions {
    padding-top: 0em;
  }
}

.table table {
  width: 100%;
  border: 1px solid #DEDEDE;
}
.table table tr:first-of-type {
  border-bottom: solid 1px #dbdbdb;
}
.table table tr:first-of-type th {
  font-weight: 700;
  font-size: 1.8rem;
  color: #0033A0;
  padding: 1em;
  text-align: left;
  border-right: 2px solid #41B6E6;
}
.table table tr:nth-child(odd) {
  background-color: #fff;
}
.table table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.table table tr {
  border-bottom: 0.5px solid #DBDBDB;
}
.table table tr td:nth-of-type(1), .table table tr th:nth-of-type(1) {
  border-left: 2px solid #41B6E6;
}
.table table td {
  font-weight: 300;
  padding: 1em;
  border-right: 2px solid #41B6E6;
}

@media screen and (max-width: 980px) {
  .table table th:nth-of-type(1) {
    empty-cells: hide;
    display: block;
    visibility: visible;
  }
  .table table {
    width: 100%;
    text-align: left;
  }
  .table table tr:nth-child(1) {
    display: none;
  }
  .table table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    border-left: 2px solid #41B6E6;
  }
  .table table thead {
    display: none;
    visibility: hidden;
  }
  .table table td:nth-of-type(2) {
    font-size: 1.2em;
  }
  .table table td:nth-of-type(2):before {
    color: #41B6E6;
  }
  .table table tr {
    background: #ffffff;
    border-top: solid 1px #dbdbdb;
    margin-bottom: 1em;
    padding-top: 1em;
    border-bottom: none;
  }
  .table table tr,
  .table table thead {
    display: block;
    text-align: left;
  }
  .table table tbody {
    padding: 0;
    text-align: left;
  }
  .table table th {
    padding: 0em;
    display: block;
    text-align: left;
  }
  .table table th {
    text-transform: uppercase;
    color: #A4D65E;
    font-size: 2rem;
    font-weight: 600;
  }
  .table table th[data-title]:before,
  .table table td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    color: #333;
    display: block;
    padding: 0 0 0.2em;
    margin-right: 0;
    padding-right: 0.5em;
    font-size: 1.6rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 980px) and (min-width: 600px) {
  .table table th[data-title]:before,
  .table table td[data-title]:before {
    display: inline-block;
    width: calc(50% - 1em);
    padding: 0.5em 1em;
    border-right: solid 1px #ccc;
    margin-right: 1em;
  }
}
@media screen and (max-width: 980px) {
  .table table td[data-hide]:before {
    content: "" !important;
  }
}
@media screen and (max-width: 980px) and (min-width: 981px) {
  .table table td {
    padding: 0 1.5em;
  }
}
.cross-sell-container {
  padding: 0 30px;
  margin-bottom: 4em;
}
.cross-sell-container > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
.cross-sell-container > .content .header {
  margin-bottom: 2em;
}
.cross-sell-container > .content .header .f-h2 {
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  color: #0033A0;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.cross-sell-container > .content .container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2em;
  justify-items: center;
}
@media screen and (min-width: 1100px) {
  .cross-sell-container > .content .container {
    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);
  }
}
.cross-sell-container > .content .container .cross-sell {
  --background-color: #002D72;
  --primary-color: #0033A0;
  --text-color: #fff;
  --accent-color: #41B6E6;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  background-color: var(--background-color);
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr;
  max-width: 300px;
}
@media screen and (min-width: 600px) {
  .cross-sell-container > .content .container .cross-sell {
    grid-template-columns: clamp(129px, 36%, 245px) auto;
    max-width: unset;
  }
}
.cross-sell-container > .content .container .cross-sell.theme-light-blue {
  --background-color: #DBF3FE !important;
}
.cross-sell-container > .content .container .cross-sell .photo {
  aspect-ratio: 129/196;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  .cross-sell-container > .content .container .cross-sell .photo {
    aspect-ratio: 245/252;
  }
}
.cross-sell-container > .content .container .cross-sell .info {
  padding: 1em 30px;
}
.cross-sell-container > .content .container .cross-sell .info p {
  margin-bottom: 0;
  color: #373737;
}
.cross-sell-container > .content .container .cross-sell .info .headline {
  font-size: clamp(1.8rem, 1.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
  -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;
}
.cross-sell-container > .content .container .cross-sell .info .headline p {
  color: var(--tertiary-color);
}
.cross-sell-container > .content .container .cross-sell:hover .info .headline {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}

.testimonial-block {
  --accentColor: #41B6E6;
  background-color: #002D72;
  background-image: url(../Images/blue-fade-pattern.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 0 30px;
  position: relative;
  overflow: clip;
  margin-bottom: 4em;
}
.testimonial-block:after {
  content: "";
  position: absolute;
  background-color: var(--accentColor);
  top: 0;
  bottom: 0;
  width: 53vw;
  left: 52vw;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 41% 100%);
}
.testimonial-block > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  padding: 4em 0;
  z-index: 1;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}
@media screen and (min-width: 981px) {
  .testimonial-block > .content {
    grid-template-columns: 4fr 6fr;
  }
}
.testimonial-block > .content .headline {
  font-weight: 900;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 385px;
  justify-self: center;
}
.testimonial-block > .content .headline h2 {
  font-size: clamp(4rem, 3vw, 4.8rem);
  -webkit-text-stroke: 1px #fff;
  color: #002D72;
}
.testimonial-block > .content .headline strong {
  color: #fff;
}
.testimonial-block > .content .slideshow {
  display: grid;
  position: relative;
}
.testimonial-block > .content .slideshow .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (min-width: 981px) {
  .testimonial-block > .content .slideshow .splide__arrows {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.testimonial-block > .content .slideshow .splide__arrows .splide__arrow {
  position: relative;
}
.testimonial-block > .content .slideshow .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0;
}
.testimonial-block > .content .splide__track {
  background-color: #fff;
  max-width: 679px;
}
.testimonial-block > .content .splide__track .splide__slide {
  max-width: 100%;
  padding: 30px 3em;
}
.testimonial-block > .content .splide__track .splide__slide img {
  margin-bottom: 2em;
}
.testimonial-block > .content .splide__track .splide__slide p {
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 500;
}
.testimonial-block > .content .splide__track .splide__slide .content .name > p {
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: #002D72 !important;
}

.quick-links {
  padding: 6em 30px 5em;
}
.quick-links > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 600px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3em;
}
@media screen and (min-width: 981px) {
  .quick-links > .content {
    max-width: 1400px;
  }
}
.quick-links > .content .header .f-h2 {
  font-size: clamp(2rem, 2vw, 2.8rem);
  color: #0033A0;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.quick-links > .content .header p {
  margin-bottom: 0;
}
.quick-links > .content .link-container {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 3em;
  row-gap: 2em;
}
@media screen and (min-width: 981px) {
  .quick-links > .content .link-container {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: clamp(50px, 5vw, 75px);
       -moz-column-gap: clamp(50px, 5vw, 75px);
            column-gap: clamp(50px, 5vw, 75px);
  }
}

.product-cards {
  margin-bottom: 4em;
  padding: 0 30px;
}
.product-cards > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: clamp(30px, 3vw, 60px);
     -moz-column-gap: clamp(30px, 3vw, 60px);
          column-gap: clamp(30px, 3vw, 60px);
  row-gap: 2em;
}
@media screen and (min-width: 1200px) {
  .product-cards > .content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.product-cards .product-card {
  --background-color: #41B6E6;
  --primary-color: #0033A0;
  --text-color: #fff;
  --accent-color: #41B6E6;
  background-color: #F3F3F3;
  display: grid;
  grid-template-rows: minmax(200px, -webkit-max-content) -webkit-max-content -webkit-max-content;
  grid-template-rows: minmax(200px, max-content) max-content max-content;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.product-cards .product-card strong {
  color: #002D72;
}
.product-cards .product-card .header {
  background-color: var(--background-color);
  padding: 2em 3em;
  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;
  background-image: url(../Images/small-pattern.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-cards .product-card .header .f-h2 {
  background-color: #0033A0;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding: 1em;
  position: relative;
  max-width: 285px;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-cards .product-card .header .f-h2:after, .product-cards .product-card .header .f-h2:before {
  content: "";
  position: absolute;
  right: 0;
  background-color: #0033A0;
  clip-path: polygon(100% 0, 60% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
  height: 100%;
  width: 100%;
  max-width: 55px;
  -webkit-transform: translateX(70%);
          transform: translateX(70%);
}
.product-cards .product-card .header .f-h2:before {
  -webkit-transform: scaleX(-1) translateX(70%);
          transform: scaleX(-1) translateX(70%);
  right: unset;
  left: 0;
}
@media screen and (min-width: 1400px) {
  .product-cards .product-card .header .f-h2:before, .product-cards .product-card .header .f-h2:after {
    -webkit-transform: translateX(97%);
            transform: translateX(97%);
  }
  .product-cards .product-card .header .f-h2:before {
    -webkit-transform: scaleX(-1) translateX(97%);
            transform: scaleX(-1) translateX(97%);
  }
}
.product-cards .product-card .info {
  padding: 30px;
}
.product-cards .product-card .info p {
  font-size: 1.6rem;
}
.product-cards .product-card .info h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.25em;
  border-top: 1px solid #dbdbdb;
  padding-top: 1em;
}
.product-cards .product-card .info h3:first-of-type {
  border-top: none;
  padding-top: 0;
}
.product-cards .product-card .info ul {
  padding-left: 0;
}
.product-cards .product-card .info ul li {
  padding-bottom: 0.25em;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product-cards .product-card .info ul li:before {
  content: "";
  position: relative;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background-color: #0033A0;
  display: block;
  margin-right: 0.25em;
  top: 0.75em;
}
.product-cards .product-card .actions {
  margin: 0 auto;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 310px;
  row-gap: 1em;
}
.product-cards .product-card .actions a {
  width: 100%;
}
.product-cards .product-card .disclaimer {
  padding: 0 30px;
  font-size: 1.2rem;
}

.page-section {
  padding: 0 30px;
  margin-bottom: 5em;
}
.page-section.cols-one ul {
  -webkit-column-count: 1 !important;
     -moz-column-count: 1 !important;
          column-count: 1 !important;
}
.page-section.cols-three ul {
  -webkit-column-count: 3 !important;
     -moz-column-count: 3 !important;
          column-count: 3 !important;
}
.page-section.center > .content {
  text-align: center !important;
  justify-items: center !important;
}
.page-section.center > .content img {
  margin: 0 auto;
}
.page-section.text-right > .content {
  text-align: right !important;
}
.page-section > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 900px;
  display: grid;
}
.page-section > .content p {
  margin-bottom: 2em;
}
.page-section > .content h2 {
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  font-weight: 600;
}
.page-section > .content h2 a {
  color: #002D72;
  font-weight: 700;
}
.page-section > .content a {
  -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;
  color: #002D72;
}
.page-section > .content a:hover {
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}
.page-section > .content img {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .page-section > .content img {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
}
.page-section > .content ul {
  list-style: none;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  padding-left: 0;
  margin-bottom: 2em;
}
@media screen and (min-width: 981px) {
  .page-section > .content ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.page-section > .content ul li {
  padding-bottom: 1em;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  padding-left: 1em;
}
.page-section > .content ul li:before {
  content: "";
  position: relative;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background-color: #0033A0;
  display: block;
  margin-right: 0.25em;
  top: 0.75em;
  left: -0.5em;
}
.page-section > .content .rate-table {
  width: 100%;
}
.page-section > .content .rate-table tr td, .page-section > .content .rate-table tr th {
  border-bottom: 1px solid #dbdbdb;
  text-align: left;
}
.page-section > .content .rate-table tr:first-of-type {
  border-top: 1px solid #dbdbdb;
}
.page-section > .content .rate-table tr:nth-child(even) {
  background-color: #F3F3F3;
}

.disclosure-area, .disclosure {
  padding: 0 30px;
  margin-bottom: 4em;
}
.disclosure-area > .content, .disclosure > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  font-size: 1.2rem;
  max-width: 1000px;
  margin: 0 auto;
  font-style: italic;
}

.call-to-action-block {
  width: 100%;
  padding: 0 30px;
  background-color: #F3F3F3;
  margin-bottom: 4em;
  position: relative;
  overflow: hidden;
}
.call-to-action-block > .content {
  padding: 4em 0;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.call-to-action-block > .content:after, .call-to-action-block > .content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-image: url(../images/CTA-arrows-left.svg);
  background-size: cover;
  background-position: center;
  left: 0;
  aspect-ratio: 719/290;
  z-index: 1;
  -webkit-transform: translateX(-90%);
          transform: translateX(-90%);
}
@media screen and (min-width: 981px) {
  .call-to-action-block > .content:after, .call-to-action-block > .content:before {
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
  }
}
.call-to-action-block > .content:after {
  left: unset;
  right: 0;
  -webkit-transform: translateX(90%);
          transform: translateX(90%);
  background-image: url(../images/CTA-arrows-right.svg);
}
@media screen and (min-width: 981px) {
  .call-to-action-block > .content:after {
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
  }
}
.call-to-action-block > .content .f-h2, .call-to-action-block > .content .copy {
  max-width: 600px;
  margin: 0 auto 1em;
  text-align: center;
  position: relative;
  z-index: 2;
}
.call-to-action-block > .content .actions {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  row-gap: 1em;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  padding-top: 2em;
}
@media screen and (min-width: 981px) {
  .call-to-action-block > .content .actions {
    grid-template-columns: repeat(auto-fit, minmax(0, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(0, max-content));
  }
}
.call-to-action-block > .content .actions > a {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.call-to-action-block.hide-pattern {
  background: none;
}
.call-to-action-block.hide-pattern > .content:before, .call-to-action-block.hide-pattern > .content:after {
  content: none;
}
.call-to-action-block.hide-pattern > .content .copy {
  max-width: 1000px;
}

.arrow-block {
  padding: 0 30px;
  margin-bottom: 4em;
  --background-color: #41b6e6;
}
.arrow-block > .content {
  display: grid;
  max-width: 1400px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  row-gap: 2em;
}
@media screen and (min-width: 981px) {
  .arrow-block > .content {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
       -moz-column-gap: clamp(20px, 5vw, 50px);
            column-gap: clamp(20px, 5vw, 50px);
  }
}
.arrow-block > .content .info-side {
  display: grid;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 600px;
  margin: 0 auto;
}
.arrow-block > .content .info-side:has(> img) {
  position: relative;
}
@media screen and (max-width: 980px) {
  .arrow-block > .content .info-side:has(> img) {
    top: -4em;
  }
}
.arrow-block > .content .info-side:has(> img) img {
  margin-bottom: 1em;
}
.arrow-block > .content .info-side .title {
  color: #0033A0;
  font-size: clamp(2.2rem, 2.5vw, 2.8rem);
  font-weight: 700;
  padding-bottom: 0.5em;
}
.arrow-block > .content .info-side .title p {
  margin-bottom: 0;
}
.arrow-block > .content .info-side .copy ul {
  list-style: none;
  padding-left: 0;
}
.arrow-block > .content .info-side .copy ul li {
  font-weight: 700;
  padding-bottom: 1em;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  text-indent: -2em;
  padding-left: 2em;
}
.arrow-block > .content .info-side .copy ul li:before {
  content: url(../images/check.svg);
  padding-right: 0.75em;
}
.arrow-block > .content .info-side .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;
}
@media screen and (min-width: 981px) {
  .arrow-block > .content .info-side .actions {
    grid-template-columns: repeat(auto-fit, minmax(-webkit-max-content, 250px));
    grid-template-columns: repeat(auto-fit, minmax(max-content, 250px));
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.arrow-block > .content .photo-side {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.arrow-block > .content .photo-side svg {
  max-width: 600px;
}
.arrow-block > .content .photo-side svg path:first-child {
  fill: var(--background-color);
}
@media screen and (min-width: 981px) {
  .arrow-block.photo-right .photo-side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .arrow-block.photo-right .info-side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.category-jump-off.card-carousel {
  --background-color: #F3F3F3;
  --primary-color: #002D72;
  --accent-color: #0033A0;
  background-color: var(--background-color);
  background-image: none;
}
.category-jump-off > .content {
  margin-bottom: 3em;
  position: relative;
}
.category-jump-off > .content:before {
  content: "";
  position: absolute;
  width: 20vw;
  top: 0;
  right: 100%;
  bottom: 0;
  background-color: var(--background-color);
  z-index: 1;
}
.category-jump-off > .content .header {
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2em;
}
.category-jump-off > .content .header .f-h2 {
  color: var(--primary-color);
  font-size: clamp(2.2rem, 2vw, 2.8rem);
  margin-bottom: 0.5em;
}
.category-jump-off > .content .cards {
  -webkit-column-gap: unset;
     -moz-column-gap: unset;
          column-gap: unset;
}
.category-jump-off > .content .splide__track {
  overflow: visible;
  position: relative;
}
.category-jump-off > .content .splide__track .splide__list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.category-jump-off > .content .splide__track .splide__list .card {
  padding: 0;
  max-width: 315px;
  margin-right: clamp(20px, 2vw, 35px);
}
.category-jump-off > .content .splide__track .splide__list .card .icon {
  width: 100%;
  background-size: cover;
  aspect-ratio: 315/200;
}
.category-jump-off > .content .splide__track .splide__list .card .info {
  padding: 1em 30px 2em;
}
.category-jump-off > .content .splide__track .splide__list .card .info .f-h3 {
  text-align: left;
  padding: 0;
  padding-bottom: 0.5em;
}
.category-jump-off > .content .splide__track .splide__list .card .info .copy {
  text-align: left;
  padding-bottom: 1em;
}
.category-jump-off > .content .splide__track .splide__list .card .info a {
  color: var(--primary-color);
  text-align: center;
  display: block;
}
.category-jump-off > .content .splide__arrows {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .category-jump-off > .content .splide__arrows {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.category-jump-off > .content .actions {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 2em;
  justify-items: center;
}
.category-jump-off.centered .header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}

.partner-carousel {
  padding: 0 30px;
  margin-bottom: 4em;
}
.partner-carousel > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  grid-template-columns: 1fr;
  padding-top: 4em;
}
.partner-carousel > .content p {
  margin-bottom: 2em;
}
.partner-carousel > .content h2 {
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
.partner-carousel > .content h2 p {
  margin-bottom: 0;
}
.partner-carousel > .content h2 a {
  color: #002D72;
  font-weight: 700;
}
.partner-carousel > .content .splide__track {
  width: 100%;
  position: relative;
}
.partner-carousel > .content .splide__track .splide__list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.partner-carousel > .content .splide__track .splide__list .card {
  padding: 0;
  max-width: 315px;
  margin-right: clamp(20px, 2vw, 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.partner-carousel > .content .splide__track .splide__list .card .icon {
  width: 100%;
  aspect-ratio: 315/200;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.partner-carousel > .content .splide__arrows {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  justify-self: center;
}
.partner-carousel > .content .splide__arrows .splide__arrow {
  position: relative;
}
.partner-carousel > .content .splide__arrows .splide__arrow span {
  visibility: hidden;
}

.compare-table {
  margin-bottom: 3em;
}
@media screen and (min-width: 981px) {
  .compare-table {
    padding: 0 60px;
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 980px) {
  .compare-table .box-accordion {
    border-width: 1px 0;
    border-radius: 0;
  }
  .compare-table .box-accordion .accordion-content {
    padding-bottom: 2em;
  }
}
.compare-table > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.compare-table > .content .compare-header {
  font-size: 4.2rem;
  color: #002D72;
  text-align: center;
}
.compare-table > .content .compare-button {
  padding: 2em 1em 1.5em;
  text-align: center;
}
.compare-table > .content .compare-button:before, .compare-table > .content .compare-button:after {
  content: none;
}
@media screen and (max-width: 980px) {
  .compare-table > .content .compare-button {
    padding: 0;
  }
}
.compare-table > .content .compare-button > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 980px) {
  .compare-table > .content .compare-button > span {
    padding: 1em 0px 1em 1em;
    display: grid;
    grid-template-columns: 38px 1fr 43px;
  }
}
@media screen and (min-width: 981px) {
  .compare-table > .content .compare-button > span {
    padding-right: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.compare-table > .content .compare-button > span * {
  margin-bottom: 0;
}
.compare-table > .content .compare-button > span > img {
  height: 30px;
  margin-right: 0.5em;
}
@media screen and (min-width: 981px) {
  .compare-table > .content .compare-button > span > img {
    height: 40px;
  }
}
.compare-table > .content .compare-button > span:before, .compare-table > .content .compare-button > span:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  background: orange;
  width: 20px;
  height: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.compare-table > .content .compare-button > span:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -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;
}
.comparison-table .box-accordion.active span:after {
  -webkit-transform: translateY(-50%) rotate(0deg) !important;
          transform: translateY(-50%) rotate(0deg) !important;
  -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-table > .content .compare-button *:last-child {
  margin: 0;
}
.compare-table > .content ul {
  list-style: none;
  padding-left: 0;
}
.compare-table > .content ul li {
  padding: 1.5em 0;
}
.compare-table > .content ul li.heading {
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 980px) {
  .compare-table > .content ul li.heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0033A0;
  }
}
.compare-table > .content .shield-list {
  padding: 1em 0;
}
.heartland .compare-table > .content .shield-list img {
  -webkit-filter: var(--light-blue-filter);
          filter: var(--light-blue-filter);
}

@media screen and (min-width: 981px) {
  .compare-table > .content .splide:not(.is-overflow) .splide__arrows {
    display: none;
  }
}
.compare-table > .content .splide:not(.is-overflow) .splide__slide:last-child {
  margin: 0 !important;
}
.compare-table > .content .splide:not(.is-overflow) .splide__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.compare-table > .content .container {
  display: grid;
  grid-template-columns: minmax(0, 250px) auto;
  max-width: 1400px;
  margin: 0 auto;
  /*max-width: 1000px;*/
  position: relative;
}
@media screen and (max-width: 980px) {
  .compare-table > .content .container {
    padding: 0 30px;
  }
}
.compare-table > .content .container .headers {
  visibility: visible;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.compare-table > .content .container .headers .heading {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
}
.compare-table > .content .container .headers li:first-of-type {
  text-indent: -9000em;
}
@media screen and (min-width: 981px) {
  .compare-table > .content .container .headers {
    padding-right: 2em;
    padding-left: 2em;
  }
}
.compare-table > .content .container .chart-container {
  grid-template-columns: repeat(auto-fit, 300px);
  padding-bottom: 1em;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 1em;
  border-left: 6px solid #0033A0;
}
@media screen and (min-width: 981px) {
  .compare-table > .content .container .chart-container {
    border-right: 6px solid #0033A0;
  }
}
.hydrated .compare-table > .content .container .chart-container {
  visibility: visible;
}

.compare-table > .content .container .chart-container .splide__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  padding: 0 0 0 0;
}
.compare-table > .content .container .chart-container .column {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
.compare-table > .content .container .chart-container .column li {
  text-align: center;
  font-size: 1.6rem;
  border-bottom: 1px solid #E3E3E3;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
}
@media screen and (min-width: 981px) {
  .compare-table > .content .container .chart-container .column li {
    padding: 0 45px;
  }
}
.compare-table > .content .container .chart-container .column li svg {
  fill: #41B6E6;
  stroke: #41B6E6;
}
.compare-table > .content .container .chart-container .column li svg path {
  fill: #41B6E6;
  stroke: #41B6E6;
}
.compare-table > .content .container .chart-container .column li:has(img[src*=shop]) {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: 5px;
  text-align: left;
  padding: 1em;
}
.heartland .compare-table > .content .container .chart-container .column li:has(img[src*=shop]) {
  -webkit-filter: var(--light-blue-filter);
          filter: var(--light-blue-filter);
}

.compare-table > .content .container .chart-container .column li:first-child {
  font-weight: 700;
  font-size: 2rem;
  border-bottom: 2px solid #0033A0;
  display: grid;
  color: #0033A0;
  position: relative;
}
@media screen and (min-width: 981px) {
  .compare-table > .content .container .chart-container .column li:first-child {
    padding-bottom: 20px;
  }
  .compare-table > .content .container .chart-container .column li:first-child:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 45px;
    right: 45px;
    height: 15px;
    background-color: #41B6E6;
  }
  .hydrated .compare-table > .content .container .chart-container .column li:first-child:after {
    display: none;
  }
}
.compare-table > .content .container .chart-container .column li:last-child:has(a[class*=btn]) {
  border-bottom: none;
  padding: 2em 0 1em 0;
}
.compare-table > .content .container .chart-container .column li a[class*=btn] {
  display: block;
  margin-bottom: 0.5em;
}
.compare-table > .content .container .chart-container .column li a[class*=btn]:last-of-type {
  margin: 0;
}
.compare-table > .content .mobile-controls {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column: 1/3;
  margin-top: 5rem;
}
@media screen and (max-width: 980px) {
  .compare-table > .content .mobile-controls {
    position: relative;
  }
}
.compare-table > .content .mobile-controls .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1em;
  -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;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  grid-gap: 0.5em;
  height: 50px;
}
.compare-table > .content .mobile-controls .arrows .splide__arrow {
  background-image: url(/Content/Images/compare-table-prev.svg) !important;
  height: 23px;
  width: 12px;
  background-position: center;
  padding: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 981px) {
  .compare-table > .content .mobile-controls .arrows .splide__arrow {
    display: none;
  }
}
.compare-table > .content .mobile-controls .arrows .splide__arrow--prev {
  left: 0;
}
@media screen and (min-width: 981px) {
  .compare-table > .content .mobile-controls .arrows .splide__arrow--prev {
    -webkit-transform: translate(-137%, -50%) scale(0.8, 1.3);
            transform: translate(-137%, -50%) scale(0.8, 1.3);
  }
}
@media screen and (max-width: 980px) {
  .compare-table > .content .mobile-controls .arrows .splide__arrow--prev {
    grid-area: prev;
    justify-self: center;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
}
@media screen and (max-width: 980px) {
  .compare-table > .content .mobile-controls .arrows .splide__arrow--next {
    -webkit-transform: scaleX(-1) translateY(-70%);
            transform: scaleX(-1) translateY(-70%);
    grid-area: next;
    justify-self: center;
  }
}
.compare-table > .content .mobile-controls .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1.7rem;
}
@media screen and (max-width: 980px) {
  .compare-table > .content .mobile-controls .splide__pagination {
    grid-area: dots;
    bottom: 0;
  }
}
.compare-table > .content .mobile-controls .splide__pagination li button {
  height: 15px;
  width: 15px;
  background: white;
  border: 1px solid #41B6E6;
  border-radius: 50px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  opacity: 0.5;
  margin: 0;
}
.compare-table > .content .mobile-controls .splide__pagination li button.is-active {
  background-color: #41B6E6;
  opacity: 1;
}

.shield-list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
@media screen and (min-width: 981px) {
  .shield-list {
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 550px;
    display: grid;
  }
}
.shield-list > li {
  display: grid;
  grid-template-columns: 30px 1fr;
  font-weight: normal !important;
  grid-gap: 12px;
  height: -webkit-min-content !important;
  height: -moz-min-content !important;
  height: min-content !important;
  margin-bottom: 0.2em;
  text-align: left !important;
  font-size: 1.3rem !important;
  padding: 8px !important;
  border: none !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/*# sourceMappingURL=internal.css.map */
