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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

button {
  background: none;
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.base-cta, .google-btn-large, .apple-btn-large, .google-btn, .apple-btn, .ghost-btn-white, .ghost-btn, .photo-gallery .group-filter .filters li button, .cta-btn-white, .cta-btn {
  font-family: "Assistant", sans-serif;
  margin: 0;
  padding: 0.25em 2.5em;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  text-align: center;
  border-radius: 10px;
}
.base-cta:focus, .google-btn-large:focus, .apple-btn-large:focus, .google-btn:focus, .apple-btn:focus, .ghost-btn-white:focus, .ghost-btn:focus, .photo-gallery .group-filter .filters li button:focus, .cta-btn-white:focus, .cta-btn:focus, .base-cta:hover, .google-btn-large:hover, .apple-btn-large:hover, .google-btn:hover, .apple-btn:hover, .ghost-btn-white:hover, .ghost-btn:hover, .photo-gallery .group-filter .filters li button:hover, .cta-btn-white:hover, .cta-btn:hover {
  text-decoration: none;
}
.base-cta:focus .text, .google-btn-large:focus .text, .apple-btn-large:focus .text, .google-btn:focus .text, .apple-btn:focus .text, .ghost-btn-white:focus .text, .ghost-btn:focus .text, .photo-gallery .group-filter .filters li button:focus .text, .cta-btn-white:focus .text, .cta-btn:focus .text, .base-cta:hover .text, .google-btn-large:hover .text, .apple-btn-large:hover .text, .google-btn:hover .text, .apple-btn:hover .text, .ghost-btn-white:hover .text, .ghost-btn:hover .text, .photo-gallery .group-filter .filters li button:hover .text, .cta-btn-white:hover .text, .cta-btn:hover .text {
  text-decoration: none;
}
.base-cta:focus .text:after, .google-btn-large:focus .text:after, .apple-btn-large:focus .text:after, .google-btn:focus .text:after, .apple-btn:focus .text:after, .ghost-btn-white:focus .text:after, .ghost-btn:focus .text:after, .photo-gallery .group-filter .filters li button:focus .text:after, .cta-btn-white:focus .text:after, .cta-btn:focus .text:after, .base-cta:hover .text:after, .google-btn-large:hover .text:after, .apple-btn-large:hover .text:after, .google-btn:hover .text:after, .apple-btn:hover .text:after, .ghost-btn-white:hover .text:after, .ghost-btn:hover .text:after, .photo-gallery .group-filter .filters li button:hover .text:after, .cta-btn-white:hover .text:after, .cta-btn:hover .text:after {
  right: -1.5em;
}

.cta-btn {
  color: #fff;
  border-color: #D64000;
  background-color: #D64000;
  -webkit-transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}
.cta-btn:focus, .cta-btn:hover, .cta-btn.hovered {
  background-color: rgb(163, 48.7476635514, 0);
  border-color: rgb(163, 48.7476635514, 0);
  color: #fff;
}

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

.ghost-btn, .photo-gallery .group-filter .filters li button {
  color: #123E8E;
  border-color: #D64000;
  background-color: none;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.ghost-btn:focus, .photo-gallery .group-filter .filters li button:focus, .ghost-btn:hover, .photo-gallery .group-filter .filters li button:hover, .ghost-btn.hovered, .photo-gallery .group-filter .filters li button.hovered {
  color: #fff;
  background-color: #D64000;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}

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

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

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

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

.google-btn {
  display: block;
  color: transparent;
  background: url("../images/ico-android.svg") no-repeat center/25px 30px;
  height: 30px;
  width: 25px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.google-btn .text {
  visibility: hidden;
}
.google-btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.apple-btn-large {
  display: block;
  color: transparent;
  background: url("../template_images/app-store-btn.svg") no-repeat center/141px 40px;
  height: 49px;
  width: 158px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  border: 2px solid #D64000;
  border-radius: 10px;
  background-color: white;
}
.apple-btn-large .text {
  visibility: hidden;
}
.apple-btn-large:hover {
  opacity: 0.7;
}

.google-btn-large {
  display: block;
  color: transparent;
  background: url("../template_images/google-play-btn.svg") no-repeat center/141px 40px;
  height: 49px;
  width: 158px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  border: 2px solid #D64000;
  border-radius: 10px;
  background-color: white;
}
.google-btn-large .text {
  visibility: hidden;
}
.google-btn-large:hover {
  opacity: 0.7;
}

.mod-cross-sells {
  padding: 0 30px;
  margin-bottom: 4em;
}
.mod-cross-sells > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.mod-cross-sells .cross-sell {
  display: grid;
  grid-template: 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
  max-width: 1400px;
}
@media screen and (min-width: 900px) {
  .mod-cross-sells .cross-sell {
    grid-template-columns: 1fr 1fr;
  }
}
.mod-cross-sells .cross-sell .info-container {
  background-color: #EAEFF7;
  border-radius: 0 0 20px 20px;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2em clamp(20px, 5vw, 60px);
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .mod-cross-sells .cross-sell .info-container {
    border-radius: 20px 0 0 0;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}
.mod-cross-sells .cross-sell .info-container .info {
  width: 100%;
}
.mod-cross-sells .cross-sell .info-container .info .f-h3 {
  margin-bottom: 0.5em;
}
.mod-cross-sells .cross-sell .info-container .info a {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .mod-cross-sells .cross-sell .info-container .info a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.mod-cross-sells .cross-sell .photo {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: 100%;
  aspect-ratio: 390/260;
  border-radius: 20px 20px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.mod-cross-sells .cross-sell .photo:before {
  content: "";
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  left: 0;
  background-image: url(../template_images/svg-shapes/cs_pattern-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .mod-cross-sells .cross-sell .photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 0 20px 0 0;
  }
}
@media screen and (min-width: 900px) {
  .mod-cross-sells .cross-sell:nth-of-type(even) .photo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }
  .mod-cross-sells .cross-sell:nth-of-type(even) .photo:before {
    content: "";
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    right: 0;
    background-image: url(../template_images/svg-shapes/cs_pattern-left.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
  }
  .mod-cross-sells .cross-sell:nth-of-type(even) .info-container {
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
  }
}
.mod-cross-sells.custom-entry > .content .photo {
  border-radius: 0 20px 20px 0;
}
.mod-cross-sells.custom-entry > .content .info-container {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (min-width: 900px) {
  .mod-cross-sells.custom-entry > .content .info-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.mod-cross-sells.custom-entry.photo-left > .content .photo {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mod-cross-sells.custom-entry.photo-left > .content .photo:before {
  content: "";
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  right: 0;
  background-image: url(../template_images/svg-shapes/cs_pattern-left.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.mod-cross-sells.custom-entry.photo-left > .content .info-container {
  border-radius: 20px 20px 20px 20px;
}
@media screen and (min-width: 900px) {
  .mod-cross-sells.custom-entry.photo-left > .content .info-container {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 899px) {
  .mod-cross-sells.custom-entry > .content .photo {
    border-radius: 20px 20px 20px 20px;
  }
  .mod-cross-sells.custom-entry > .content .info-container {
    border-radius: 20px 20px 20px 20px;
  }
}

.mod-rate-table {
  padding: 0 30px;
}
.mod-rate-table > .content {
  margin: 0 auto;
  padding: 2em 30px;
  max-width: 1400px;
  background-color: var(--background-gray);
}
.mod-rate-table .intro {
  margin: 0 auto calc(1.5em + 6px);
  padding: 0 0 calc(0.5em + 6px);
  text-align: center;
  position: relative;
}
.mod-rate-table .intro:after {
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  bottom: 0;
  left: 45%;
  width: 10%;
  height: 6px;
  background-color: var(--secondary-color);
}
.mod-rate-table .intro .title {
  margin: 0 auto 0.5em;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 2.5rem;
}
@media screen and (min-width: 900px) {
  .mod-rate-table .intro .title {
    font-size: 1.9652vw;
  }
}
@media screen and (min-width: 900px) and (max-width: 1211.0726643599px) {
  .mod-rate-table .intro .title {
    font-size: 2.38rem;
  }
}
@media screen and (min-width: 900px) and (min-width: 1730.1038062284px) {
  .mod-rate-table .intro .title {
    font-size: 3.4rem;
  }
}
.mod-rate-table .intro .subtitle {
  margin: 0 auto 1em;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  .mod-rate-table .intro .subtitle {
    font-size: 1.0404vw;
  }
}
@media screen and (min-width: 900px) and (max-width: 1345.6362937332px) {
  .mod-rate-table .intro .subtitle {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 900px) and (min-width: 1730.1038062284px) {
  .mod-rate-table .intro .subtitle {
    font-size: 1.8rem;
  }
}
.mod-rate-table .intro .body {
  margin: 0 auto 1em;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .mod-rate-table .intro .body {
    font-size: 1.2716vw;
  }
}
@media screen and (min-width: 900px) and (max-width: 1211.0726643599px) {
  .mod-rate-table .intro .body {
    font-size: 1.54rem;
  }
}
@media screen and (min-width: 900px) and (min-width: 1730.1038062284px) {
  .mod-rate-table .intro .body {
    font-size: 2.2rem;
  }
}
.mod-rate-table .intro .body p, .mod-rate-table .intro .body li {
  margin: 0 0 1em;
}
.mod-rate-table .intro .body ul {
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .mod-rate-table .intro .body ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.mod-rate-table .intro .body li {
  padding: 0 0 0 1.5em;
  display: block;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  position: relative;
  text-align: left;
}
.mod-rate-table .intro .body li:before {
  content: "";
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 1em;
  height: 1.05em;
  background: url("../icons/body_icon_checkmark.svg") transparent no-repeat left top/auto 1em;
}
.mod-rate-table .intro .body > *:last-child {
  margin: 0;
}
.mod-rate-table .intro .body p.effective-date {
  font-weight: 700;
}
.mod-rate-table .table-wrapper {
  margin: 0 auto 2em;
}
.mod-rate-table .table-wrapper table {
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .mod-rate-table .table-wrapper table {
    width: auto;
    min-width: 600px;
  }
}
.mod-rate-table .table-wrapper table tr {
  border-bottom: 1px var(--border-color-light) solid;
  background-color: var(--background-gray);
}
.mod-rate-table .table-wrapper table tr:nth-child(2n+3) {
  background-color: var(--white);
}
.mod-rate-table .table-wrapper table th, .mod-rate-table .table-wrapper table td {
  padding: 0.25em 0.5em;
}
@media screen and (min-width: 900px) {
  .mod-rate-table .table-wrapper table th, .mod-rate-table .table-wrapper table td {
    padding: 0.5em 1em;
  }
}
.mod-rate-table .table-wrapper table th {
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
@container (min-width: 500px) {
  .mod-rate-table .table-wrapper table th {
    font-size: 1.8rem;
  }
}
.mod-rate-table .table-wrapper table td {
  font-size: 1.4rem;
  border-left: 1px var(--secondary-color) solid;
  text-align: left;
}
@container (min-width: 500px) {
  .mod-rate-table .table-wrapper table td {
    font-size: 1.8rem;
  }
}
.mod-rate-table .table-wrapper table td:last-child {
  border-right: 1px var(--secondary-color) solid;
}
.mod-rate-table .actions {
  margin: 0 auto 2em;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1em 0;
}
@media screen and (min-width: 900px) {
  .mod-rate-table .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1em 0.5em;
  }
}
.mod-rate-table .actions:last-child {
  margin: 0 auto;
}
.mod-rate-table .tbl-disclosure {
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  max-width: 900px;
}
@media screen and (max-width: 899px) {
  .mod-rate-table .tbl-disclosure {
    text-align: left;
  }
}
.mod-rate-table .tbl-disclosure.overflown > .display-button {
  display: block;
}
.mod-rate-table .tbl-disclosure.overflown > .content {
  overflow-y: scroll;
}
.mod-rate-table .tbl-disclosure.overflown.active > .content {
  max-height: 100%;
}
.mod-rate-table .tbl-disclosure:not(.overflown) > .display-button {
  display: none;
}
.mod-rate-table .tbl-disclosure > .display-button {
  margin: 0 auto 0.25em;
  text-align: right;
  max-width: 950px;
}
.mod-rate-table .tbl-disclosure > .display-button .expand-disc {
  margin: 0;
  padding: 0;
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 500;
}
.mod-rate-table .tbl-disclosure > .display-button .expand-disc[aria-expanded=false] span.expanded {
  display: none;
}
.mod-rate-table .tbl-disclosure > .display-button .expand-disc[aria-expanded=false] span.collapsed {
  display: inline;
}
.mod-rate-table .tbl-disclosure > .display-button .expand-disc[aria-expanded=true] span.expanded {
  display: inline;
}
.mod-rate-table .tbl-disclosure > .display-button .expand-disc[aria-expanded=true] span.collapsed {
  display: none;
}
.mod-rate-table .tbl-disclosure > .content {
  margin: 0 auto;
  font-size: 1.5rem;
  max-width: 950px;
  max-height: 100px;
  font-style: italic;
}
@media screen and (min-width: 900px) {
  .mod-rate-table .tbl-disclosure > .content {
    font-size: 1.5rem;
  }
}
.mod-rate-table .tbl-disclosure > .content > *:last-child {
  margin: 0;
}

.rate-block .effective-date {
  font-weight: 800;
  font-size: 1.6rem;
}
.rate-block table {
  width: 100%;
  font-size: 1.6rem;
}
.rate-block table th {
  font-weight: 800;
  font-size: 1.9rem;
}
.rate-block table td, .rate-block table th {
  text-align: center;
  padding: 0.5em;
}
.rate-block .disclosure {
  margin-top: 2em;
  font-size: 1.4rem;
  font-style: italic;
}
@media screen and (max-width: 899px) {
  .rate-block table .col_0 {
    empty-cells: hide;
  }
  .rate-block table .col_0 {
    display: block;
    visibility: visible;
  }
  .rate-block table .btn {
    display: inline-block !important;
    text-align: center;
    margin: 0.5em 1em;
  }
  .rate-block table {
    margin: 0 auto 1.5em;
    width: 100%;
  }
  .rate-block table tr:first-of-type {
    display: none;
  }
  .rate-block table tr:nth-child(odd) {
    background: var(--background-gray);
  }
  .rate-block table td {
    display: block;
    text-align: left;
    vertical-align: top;
    white-space: normal;
  }
  .rate-block table thead {
    display: none;
    visibility: hidden;
  }
  .rate-block table .row_0, .rate-block table .col_0 {
    display: none;
    visibility: hidden;
  }
  .rate-block table tr {
    background: #ffffff;
    border-width: 0px 0 2px 0;
    margin-bottom: 1em;
  }
  .rate-block table tr, .rate-block table thead {
    display: block;
    padding: 0;
    text-align: left;
  }
  .rate-block table tbody {
    padding: 0;
    text-align: left;
  }
  .rate-block table th {
    padding: 0em;
    display: block;
    text-align: left;
  }
  .rate-block table td, .rate-block table th {
    text-align: center;
  }
  .rate-block table th {
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: 2rem;
    font-weight: 600;
  }
  .rate-block table th[data-title]:before, .rate-block table td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    color: #333;
    display: block;
    padding: 0 0 0.2em;
    margin-right: 0;
  }
  .rate-block table td[data-hide]:before {
    content: "" !important;
  }
  .rate-block table td {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
}

.location-alerts {
  padding: 0 30px;
  margin-bottom: 2em;
}
.location-alerts > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.location-alerts > .content .location-alert {
  color: #fff;
  padding: 1em;
  background: #217CB5;
  border-radius: 20px;
  text-align: center;
}
.location-alerts > .content .location-alert a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.location-alerts > .content .location-alert *:last-child {
  margin-bottom: 0;
}

.location-services {
  padding: 0 30px;
  margin-bottom: 4em;
}
.location-services > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.location-services h2 {
  text-align: center;
  color: #123E8E;
}
.location-services .service-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.location-services .service-filter button {
  border: solid 1px #EEE;
  height: 60px;
  padding: 0 1.5em;
  background: #fff;
  color: #343E47;
  border-radius: 10px;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.location-services .service-filter button.active {
  color: #fff;
  background: #D64000;
}
.location-services .service-filter button.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.location-services .service-filter button > img {
  height: 26px;
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(55%) saturate(6388%) hue-rotate(14deg) brightness(94%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(32%) sepia(55%) saturate(6388%) hue-rotate(14deg) brightness(94%) contrast(101%);
}

.location-list {
  padding: 0 30px;
  margin-bottom: 5em;
}
.location-list > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: clamp(30px, 7vw, 80px);
}
@media screen and (min-width: 900px) {
  .location-list > .content {
    grid-template-columns: repeat(auto-fit, 343px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.location-list .location {
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.location-list .location .image {
  position: relative;
  width: 100%;
  aspect-ratio: 343/225;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1em;
}
.location-list .location .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.location-list .location .info {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  margin-bottom: 1em;
}
.location-list .location .info h3 {
  color: #343E47;
  margin-bottom: 0.7em;
}
.location-list .location .info p {
  margin-bottom: 0.5em;
}
.location-list .location .info .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
.location-list .location .info .heading .f-h5 {
  margin-bottom: 0;
}
.location-list .location .info .heading .service-icons {
  padding: 0 0.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-column-gap: 11px;
  -moz-column-gap: 11px;
  column-gap: 11px;
}
.location-list .location .info .heading .service-icons img {
  width: 23px;
  -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(55%) saturate(6388%) hue-rotate(14deg) brightness(94%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(32%) sepia(55%) saturate(6388%) hue-rotate(14deg) brightness(94%) contrast(101%);
}
/*** DETAIL PAGE ***/
.detail-alerts {
  padding-top: 2em;
}

.location-header {
  background: #E1E6ED;
  padding: 0 30px;
  padding-bottom: 3em;
  margin-top: 6em;
}
.location-header > .content {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .location-header > .content {
    grid-template-columns: 1fr 1fr;
  }
}
.location-header > .content .photo img {
  width: 100%;
  height: 90%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  top: -3em;
  border-radius: 50px 50px 50px 50px;
}
@media screen and (max-width: 899px) {
  .location-header > .content .info {
    text-align: center;
    margin-bottom: 2em;
  }
}
.location-header > .content .info h1 {
  margin-bottom: 0.7em;
  font-size: clamp(2.6rem, 3vw, 4rem);
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .location-header > .content .info {
    padding: 3em 0 3em 3em;
  }
}
.location-header > .content .info .address {
  font-weight: 700;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
}
.location-header > .content .info .copy p {
  margin-bottom: 0.5em;
}
.location-header > .content .actions {
  display: inline-grid;
  grid-template-columns: 1fr;
  grid-gap: 0.5em;
}
.location-header > .content .actions p {
  margin-bottom: 0;
}
.location-header > .content .actions a {
  font-weight: bold;
  width: 100%;
}

.location-features {
  position: relative;
  top: -3em;
}
.location-features > .content {
  background: #fff;
}

.location-hours {
  padding: 4em 30px 0;
  margin-bottom: 4em;
}
.location-hours > .content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4em;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .location-hours > .content {
    justify-items: center;
  }
}
@media screen and (min-width: 900px) {
  .location-hours > .content {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
    row-gap: 1em;
  }
}
@media screen and (min-width: 900px) {
  .location-hours > .content .extra-contact {
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: center;
  }
}
.location-hours > .content .hours-set {
  position: relative;
}
.location-hours > .content .hours-set .header {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.location-hours > .content .hours-set .header .f-h2 {
  margin-bottom: 0;
}
.location-hours > .content .hours-set > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(38%) saturate(5709%) hue-rotate(214deg) brightness(92%) contrast(89%);
  filter: brightness(0) saturate(100%) invert(15%) sepia(38%) saturate(5709%) hue-rotate(214deg) brightness(92%) contrast(89%);
}
.location-hours > .content .hours-set h2 {
  color: #123E8E;
  margin-bottom: 1em;
}
.location-hours > .content .hours-set .hours {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}
@media screen and (min-width: 900px) {
  .location-hours > .content .hours-set .hours {
    padding-left: 75px;
  }
}
@media screen and (min-width: 1400px) {
  .location-hours > .content .hours-set .hours {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}
.location-hours > .content .hours-set .hours dl {
  display: grid;
  margin-bottom: 1em;
  grid-template-columns: 110px 1fr;
  padding: 0;
}
.location-hours > .content .hours-set .hours dl dt {
  font-weight: 700;
}
.location-hours > .content .hours-set .hours dl dd, .location-hours > .content .hours-set .hours dl dt {
  padding: 0;
  margin: 0;
}

.holiday-hours {
  padding: 4em 30px;
  background: #E1E6ED;
}
.holiday-hours > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.holiday-hours > .content .hours-set {
  position: relative;
  padding-left: 75px;
}
.holiday-hours > .content .hours-set > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(38%) saturate(5709%) hue-rotate(214deg) brightness(92%) contrast(89%);
  filter: brightness(0) saturate(100%) invert(15%) sepia(38%) saturate(5709%) hue-rotate(214deg) brightness(92%) contrast(89%);
}
.holiday-hours > .content .hours-set h2 {
  color: #123E8E;
  margin-bottom: 1em;
}
.holiday-hours > .content .hours-set .hours {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}
@media screen and (min-width: 900px) {
  .holiday-hours > .content .hours-set .hours {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}
.holiday-hours > .content .hours-set .hours dl {
  display: grid;
  margin-bottom: 1em;
  grid-template-columns: 1fr;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.holiday-hours > .content .hours-set .hours dl dt {
  font-weight: 700;
}
.holiday-hours > .content .hours-set .hours dl dd, .holiday-hours > .content .hours-set .hours dl dt {
  padding: 0;
  margin: 0;
}

.directory-listing {
  background-color: #EAEFF7;
  margin-bottom: 4em;
  padding: 3em 30px;
}
.directory-listing > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.directory-listing > .content .heading {
  margin: 0 auto;
  text-align: center;
}
.directory-listing > .content .heading .f-h2 {
  margin-bottom: 0.25em;
}
.directory-listing > .content .icon {
  display: none;
}
.directory-listing > .content .directory-group {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1100px;
  margin: 0 auto 2em;
}
.directory-listing > .content .directory-group .f-h3 {
  padding-top: 2em;
  justify-self: flex-start;
  margin-bottom: 2em;
}
.directory-listing > .content .directory-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 265px);
  grid-gap: clamp(20px, 5vw, 100px);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.directory-listing > .content .directory-container .photo {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.directory-listing > .content .directory-container .photo > * {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  aspect-ratio: 1/1;
  position: absolute;
}
.directory-listing > .content .directory-container .photo .serious {
  max-width: 200px;
  max-height: 200px;
  height: 100%;
  bottom: 0;
  left: 0;
}
.directory-listing > .content .directory-container .photo .silly {
  max-height: 135px;
  max-width: 135px;
  height: 100%;
  top: 0;
  right: 0;
}
.directory-listing > .content .directory-container .photo .silly:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1E4EA5;
  opacity: 0.5;
  border-radius: 20px;
}
.directory-listing > .content .directory-container .visible-content {
  padding-top: 1em;
  font-size: 1.8rem;
}
.directory-listing > .content .directory-container .visible-content .name {
  font-weight: 700;
}
.directory-listing > .content .directory-container .visible-content .title {
  font-weight: 400;
}
.directory-listing > .content .directory-container .visible-content .view-bio, .directory-listing > .content .directory-container .visible-content .email {
  font-size: 1.6rem;
  text-decoration: underline;
  color: #217cb5;
  font-weight: 400;
  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: 5px;
}
.directory-listing > .content .directory-container .visible-content .view-bio:before, .directory-listing > .content .directory-container .visible-content .email:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 12px;
  width: 12px;
  display: block;
}
.directory-listing > .content .directory-container .visible-content .view-bio:before {
  background-image: url(../template_images/block-assets/user.svg);
}
.directory-listing > .content .directory-container .visible-content .email:before {
  background-image: url(../template_images/block-assets/mail.svg);
}
.directory-listing > .content .directory-container .visible-content.no-images span {
  font-weight: 700;
}
.directory-listing > .content .directory-container .modal-content {
  display: none;
}
.directory-listing.heritage {
  background-color: #1E4EA5;
  padding: 4em 30px;
}
.directory-listing.heritage > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "icon" "header" "container";
  row-gap: 2em;
}
@media screen and (min-width: 900px) {
  .directory-listing.heritage > .content {
    grid-template-columns: 175px 1fr;
    grid-template-areas: "icon header" "icon container";
    grid-gap: clamp(30px, 5vw, 75px);
  }
}
.directory-listing.heritage > .content .icon {
  grid-area: icon;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 162px;
}
.directory-listing.heritage > .content .heading {
  grid-area: header;
  text-align: left;
  width: 100%;
}
.directory-listing.heritage > .content .heading .f-h2, .directory-listing.heritage > .content .heading .copy {
  color: #fff;
}
.directory-listing.heritage > .content .directory-group {
  display: block;
  justify-items: flex-start;
  width: 100%;
}
.directory-listing.heritage > .content .directory-container {
  grid-area: container;
}
.directory-listing.heritage > .content .directory-container .photo {
  display: none;
}
.directory-listing.heritage > .content .directory-container .visible-content {
  color: #fff;
}
.directory-listing.heritage > .content .directory-container .visible-content .email {
  color: #7ACAFC;
}
.directory-listing.heritage > .content .directory-container .visible-content .email:before {
  content: none;
}
.directory-listing.heritage > .content .directory-container .visible-content .view-bio {
  display: none;
}

.directory-modal {
  display: grid;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
  visibility: hidden;
  padding: 0 30px;
}
.directory-modal:before {
  content: "";
  background-color: #2B2B2B;
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.directory-modal > .content {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: #fff;
  z-index: 1;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #707070;
  padding: 3em clamp(20px, 5vw, 50px);
  margin: 3em auto;
  border-radius: 25px;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: clamp(20px, 5vw, 50px);
  -moz-column-gap: clamp(20px, 5vw, 50px);
  column-gap: clamp(20px, 5vw, 50px);
  row-gap: 2em;
}
@media screen and (min-width: 900px) {
  .directory-modal > .content {
    width: 100%;
    max-width: 1100px;
    height: 80vh;
    max-height: 800px;
    grid-template-columns: 4fr 7fr;
  }
}
.directory-modal > .content .js-modal-close {
  position: absolute;
  font-size: 3em;
  top: -2rem;
  right: 1.5rem;
  font-weight: 400;
  color: #123E8E;
  cursor: pointer;
}
.directory-modal > .content .photo {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (min-width: 900px) {
  .directory-modal > .content .photo {
    width: 100%;
    max-width: unset;
  }
}
.directory-modal > .content .photo > * {
  aspect-ratio: 1/1;
  position: absolute;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.directory-modal > .content .photo .silly {
  width: 80%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.directory-modal > .content .photo .serious {
  width: 50%;
  aspect-ratio: 1/1;
  top: 0;
  right: 0;
}
.directory-modal > .content .photo .serious:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1E4EA5;
  opacity: 0.5;
  border-radius: 20px;
}
.directory-modal > .content .info .f-h2 {
  margin-bottom: 0.25em;
}
.directory-modal > .content .info .js-title {
  font-weight: 700;
}
.directory-modal > .content .info .js-modal-bio {
  margin-top: 2em;
}
@media screen and (min-width: 900px) {
  .directory-modal > .content .info {
    overflow: auto;
    height: calc(70vh - 2em);
    max-height: calc(800px - 2em);
    position: relative;
    padding-right: 30px;
  }
  .directory-modal > .content .info:after {
    content: "";
    position: sticky;
    bottom: -1px;
    height: 10vh;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    display: block;
  }
}
.directory-modal.open {
  visibility: visible;
}
.directory-modal.open:before {
  opacity: 0.8;
}
.directory-modal.open > .content {
  opacity: 1;
}

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

@keyframes popup {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  50% {
    opacity: 1;
    bottom: 10px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.feature-product-bar {
  margin-bottom: 6em;
  margin-top: 6em;
}
.feature-product-bar > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-columns: 1fr;
}
.feature-product-bar > .content .headline .f-h2 {
  padding: 1em 30px;
  font-size: clamp(2.6rem, 3vw, 4rem);
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
}
.feature-product-bar .splide__track {
  overflow: visible;
}
.feature-product-bar .product-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 2em;
  position: relative;
  padding: 2em 0;
  margin-bottom: 0;
  overflow: visible;
  -webkit-transition: left 0.2s ease, -webkit-transform 0.2s ease;
  transition: left 0.2s ease, -webkit-transform 0.2s ease;
  transition: left 0.2s ease, transform 0.2s ease;
  transition: left 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (min-width: 900px) {
  .feature-product-bar .product-bar {
    left: 0px !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: grid;
    grid-template-columns: repeat(auto-fit, 200px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em 30px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1275px) {
  .feature-product-bar .product-bar {
    grid-template-columns: 200px 200px 200px;
  }
}
.feature-product-bar .product-bar .product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  position: relative;
  z-index: 1;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.feature-product-bar .product-bar .product .image {
  width: 82px;
  height: 82px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.feature-product-bar .product-bar .product p {
  color: #123E8E;
  padding-top: 1em;
  margin-bottom: 0;
  font-size: 1.8rem;
  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;
}
.feature-product-bar .product-bar .product:hover img {
  opacity: 1;
}
.feature-product-bar .product-bar .product:hover p {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
  text-decoration-thickness: 2px;
}
.feature-product-bar.active .product {
  -webkit-animation-name: popup;
  animation-name: popup;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.feature-product-bar.active .product:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.feature-product-bar.active .product:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.feature-product-bar.active .product:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.feature-product-bar.active .product:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.feature-product-bar.active .product:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.feature-product-bar.active .product:nth-child(6) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.feature-product-bar.active .product:nth-child(7) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.feature-product-bar.active .product:nth-child(8) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.feature-product-bar.active .product:nth-child(9) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.feature-product-bar.active .product:nth-child(10) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.feature-product-bar .mobile-controls {
  padding: 1em 30px;
  display: grid;
  grid-template-columns: calc(32px + 2em) auto;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .feature-product-bar .mobile-controls {
    display: none;
  }
}
.feature-product-bar .mobile-controls .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feature-product-bar .mobile-controls .arrows > button {
  width: 16px;
  height: 28px;
  background-image: url(../template_images/block-assets/carousel-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.feature-product-bar .mobile-controls .arrows > button.next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.feature-product-bar .mobile-controls .indicator-bar {
  height: 1px;
  width: 100%;
  background-color: #a2c6fc;
  position: relative;
}
.feature-product-bar .mobile-controls .indicator-bar .bar {
  position: absolute;
  background-color: #D64000;
  height: 5px;
  left: 0;
  top: -2px;
  width: 0;
  -webkit-transition: width 0.2s ease, left 0.2s ease;
  transition: width 0.2s ease, left 0.2s ease;
}

.triangle-split {
  margin-bottom: 6em;
  margin-top: 2em;
}
.triangle-split > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
@media screen and (min-width: 900px) {
  .triangle-split > .content {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
.triangle-split > .content .info-container, .triangle-split > .content .photo-container {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 899px) {
  .triangle-split > .content .svg-container {
    position: relative;
  }
  .triangle-split > .content .svg-container:before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 70%;
    left: 0;
    bottom: 0;
    background-color: #EAEFF7;
  }
  .triangle-split > .content .svg-container:after {
    content: "";
    position: absolute;
    width: 50vw;
    height: 30%;
    right: 0;
    bottom: 0;
    background-color: #EAEFF7;
    z-index: -1;
  }
}
.triangle-split > .content .svg-container svg {
  position: relative;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin: 0 50px;
  width: calc(100% - 100px);
}
@media screen and (min-width: 900px) {
  .triangle-split > .content .svg-container svg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    top: 7em;
    height: calc(100% - 2em);
    -webkit-transition: top 0.2s ease;
    transition: top 0.2s ease;
  }
}
.triangle-split > .content .info-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 2em 30px;
  background-color: #EAEFF7;
}
@media screen and (min-width: 900px) {
  .triangle-split > .content .info-container {
    padding: 2em 60px;
  }
}
@media screen and (min-width: 900px) {
  .triangle-split > .content .info-container {
    background-color: unset;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: none;
    padding: 2em 30px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media screen and (min-width: 900px) {
  .triangle-split > .content .info-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 1em;
    right: 85px;
    bottom: 1em;
    width: 50vw;
    background-color: #EAEFF7;
    z-index: -1;
    border-bottom-right-radius: 80px;
  }
  .triangle-split > .content .info-container:after {
    content: "";
    position: absolute;
    top: 1em;
    bottom: 1em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: calc(-1 * clamp(120px, 13vw, 210px));
    aspect-ratio: 668/568;
    z-index: -1;
    background-image: url(../template_images/block-assets/triangle-split-triangle.svg);
  }
}
@media screen and (min-width: 1100px) {
  .triangle-split > .content .info-container:before {
    right: 40px;
  }
}
.triangle-split > .content .info-container .info {
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (min-width: 900px) {
  .triangle-split > .content .info-container .info {
    max-width: 600px;
  }
}
.triangle-split > .content .info-container .info .f-h2 {
  font-size: clamp(2.6rem, 3vw, 4rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.triangle-split > .content .info-container .info .copy {
  margin-bottom: 2em;
}
.triangle-split > .content .info-container .info .actions {
  display: grid;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  row-gap: 1em;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}
.triangle-split > .content .info-container .info .actions a {
  width: 320px;
}
@media screen and (min-width: 900px) {
  .triangle-split > .content .info-container .info .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-template-columns: repeat(auto-fit, minmax(120px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(120px, max-content));
  }
}
@media screen and (min-width: 900px) {
  .triangle-split.active .svg-container svg {
    top: 1em;
  }
}

.community-card-container {
  margin-bottom: 11em;
}
.community-card-container > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
}
.community-card-container > .content .headline {
  text-align: center;
  margin-bottom: 2em;
}
.community-card-container > .content .card-container {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 20px;
}
@media screen and (min-width: 1000px) {
  .community-card-container > .content .card-container {
    grid-template-columns: minmax(0, 550px) minmax(0, 550px);
  }
}
.community-card-container > .content .card-container .card {
  max-width: 550px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(58, 66, 71, 0.2);
  box-shadow: 0 3px 6px rgba(58, 66, 71, 0.2);
  border-radius: 40px;
}
.community-card-container > .content .card-container .card .photo {
  aspect-ratio: 540/360;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  position: relative;
}
.community-card-container > .content .card-container .card .photo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../template_images/svg-shapes/cs_pattern-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.community-card-container > .content .card-container .card .icon-box {
  background-image: url(../template_images/block-assets/card-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  bottom: -70px;
  left: 50%;
  height: 168px;
  width: 191px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.community-card-container > .content .card-container .card .icon-box img {
  position: absolute;
  bottom: 44px;
  max-width: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.95);
  transform: translateX(-50%) scale(0.95);
  -webkit-transition: left 0.2s ease, -webkit-transform 0.2s ease;
  transition: left 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, left 0.2s ease;
  transition: transform 0.2s ease, left 0.2s ease, -webkit-transform 0.2s ease;
}
.community-card-container > .content .card-container .card .info {
  margin-top: 4em;
  padding: 0 30px;
}
.community-card-container > .content .card-container .card .info .headline {
  font-size: 2.2rem;
  font-weight: 700;
  color: #123E8E;
  margin-bottom: 0;
}
.community-card-container > .content .card-container .card .info .copy {
  margin-bottom: 2em;
  text-align: center;
}
.community-card-container > .content .card-container .card .info .actions {
  display: grid;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  row-gap: 1em;
  padding-bottom: 4em;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}
.community-card-container > .content .card-container .card .info .actions a {
  width: 100%;
}
.community-card-container > .content .card-container .card:hover .icon-box img {
  -webkit-transform: translate(-50%) scale(1);
  transform: translate(-50%) scale(1);
}
.community-card-container > .content .card-container .card:nth-child(even) .photo:before {
  background-image: url(../template_images/svg-shapes/cs_pattern-right.svg);
  background-position: bottom left;
}

.online-mobile-block {
  margin-top: 10em;
  background-color: #EAEFF7;
}
@media screen and (min-width: 1000px) {
  .online-mobile-block {
    max-height: 550px;
    margin-top: 0;
  }
}
.online-mobile-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  margin-top: calc(2em + clamp(100px, 10vw, 136px));
  display: grid;
}
@media screen and (min-width: 1000px) {
  .online-mobile-block > .content {
    grid-template-columns: 1fr 1fr;
  }
}
.online-mobile-block > .content .photo-side img {
  position: relative;
  top: -138px;
  max-width: 120%;
  left: -10%;
}
@media screen and (min-width: 635px) {
  .online-mobile-block > .content .photo-side img {
    max-width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .online-mobile-block > .content .photo-side img {
    top: calc(-1 * clamp(100px, 10.1vw, 138px));
  }
}
.online-mobile-block > .content .info-side {
  padding: 0 2em 0;
  position: relative;
  top: calc(-1 * clamp(100px, 10.1vw, 138px));
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (min-width: 1000px) {
  .online-mobile-block > .content .info-side {
    padding: 2em 0;
    top: 0;
    padding-bottom: 2em;
  }
}
.online-mobile-block > .content .info-side .f-h2 {
  color: #123E8E;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.online-mobile-block > .content .info-side .copy {
  margin-bottom: 2em;
}
.online-mobile-block > .content .info-side .copy p {
  color: #123E8E;
  margin-bottom: 0;
}
.online-mobile-block > .content .info-side ul {
  padding-top: 1em;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.75em;
}
.online-mobile-block > .content .info-side ul li {
  color: #123E8E;
}
.online-mobile-block > .content .info-side ul li button {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
  text-decoration-thickness: 1px;
}
.online-mobile-block > .content .info-side ul li:hover button {
  text-decoration-thickness: 2px;
}
@media screen and (min-width: 900px) {
  .online-mobile-block > .content .info-side ul {
    -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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.online-mobile-block > .content .info-side .app-downloads {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 900px) {
  .online-mobile-block > .content .info-side .app-downloads {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.online-mobile-block > .content .info-side .app-downloads .f-h3 {
  font-size: 1.8rem;
  font-weight: 700;
  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: 20px;
}
.online-mobile-block > .content .info-side .app-downloads .f-h3:before {
  content: url("../template_images/block-assets/ico-download.svg");
}
.online-mobile-block > .content .info-side .app-downloads .actions {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  row-gap: 1em;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media screen and (min-width: 500px) {
  .online-mobile-block > .content .info-side .app-downloads .actions {
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 900px) {
  .online-mobile-block > .content .info-side .app-downloads .actions {
    grid-template-columns: repeat(auto-fit, minmax(125px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(125px, max-content));
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.online-mobile-block > .content .info-side .app-downloads .actions a {
  width: 100%;
}
.online-mobile-block > .content .info-side .app-downloads .actions a.google-btn-large, .online-mobile-block > .content .info-side .app-downloads .actions a.apple-btn-large {
  border: 2px solid #D64000;
}

.child-page-section {
  padding: 0 30px;
  margin-bottom: 4em;
}
.child-page-section > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.child-page-section > .content .headline {
  padding-top: 1em;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 2em;
  text-align: center;
  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;
}
@media screen and (min-width: 900px) {
  .child-page-section > .content .headline {
    padding-top: 0;
  }
}
.child-page-section > .content .headline .f-h2 {
  margin-bottom: 0.5em;
}
.child-page-section > .content .headline .f-h2 p {
  line-height: 1.5;
}
.child-page-section > .content .child-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 1em;
}
.child-page-section > .content .child-container .child-card {
  background-color: #EAEFF7;
  display: grid;
  grid-template-areas: "photo" "info" "actions";
  padding: 30px;
  border-radius: 40px;
  max-width: 1175px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: clamp(20px, 5vw, 50px);
  -moz-column-gap: clamp(20px, 5vw, 50px);
  column-gap: clamp(20px, 5vw, 50px);
  row-gap: 1em;
  margin: 0 auto;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 650px) {
  .child-page-section > .content .child-container .child-card {
    display: grid;
    grid-template-areas: "photo info" "actions actions";
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .child-page-section > .content .child-container .child-card {
    grid-template-areas: "photo info actions";
    grid-template-columns: 200px 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.child-page-section > .content .child-container .child-card .photo {
  grid-area: photo;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  background-size: cover;
  background-position: top 33% center;
  background-repeat: no-repeat;
  border-radius: 25px;
  aspect-ratio: 216/200;
  width: 100%;
  max-height: 216px;
  margin: 0 auto;
}
@media screen and (min-width: 650px) {
  .child-page-section > .content .child-container .child-card .photo {
    max-width: 200px;
    background-position: center;
  }
}
.child-page-section > .content .child-container .child-card .info {
  grid-area: info;
}
.child-page-section > .content .child-container .child-card .headline {
  grid-area: headline;
  text-align: left;
  display: grid;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.child-page-section > .content .child-container .child-card .headline .f-h3 {
  margin-bottom: 0;
  font-size: clamp(2.6rem, 3vw, 3rem);
  text-align: left;
  padding-top: 0;
}
@media screen and (min-width: 1000px) {
  .child-page-section > .content .child-container .child-card .headline {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.child-page-section > .content .child-container .child-card .actions {
  grid-area: actions;
  display: grid;
  grid-template-columns: 255px;
  row-gap: 1em;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 650px) {
  .child-page-section > .content .child-container .child-card .actions {
    grid-template-columns: repeat(auto-fit, 255px);
    grid-gap: 1em;
  }
}
@media screen and (min-width: 1000px) {
  .child-page-section > .content .child-container .child-card .actions {
    grid-template-columns: 255px;
    padding-right: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 185px;
    flex: 1 0 185px;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}
.child-page-section > .content .child-container .child-card .actions > * {
  width: 255px;
  padding: 0.5em 1.5em;
}
.child-page-section > .content .child-container .child-card .copy {
  grid-area: copy;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media screen and (min-width: 650px) {
  .child-page-section > .content .child-container .child-card .copy {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}
.child-page-section > .content .child-container .child-card.event .date {
  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: 0.5em;
}
.child-page-section > .content .child-container .child-card.event .date:before {
  content: "";
  background-image: url(../template_images/ico-holidays.svg);
  display: block;
  height: 20px;
  width: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(93%) saturate(1929%) hue-rotate(7deg) brightness(99%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(24%) sepia(93%) saturate(1929%) hue-rotate(7deg) brightness(99%) contrast(102%);
}

.features-list {
  padding: 0 30px;
  margin-top: 27px;
  margin-bottom: 4em;
}
.features-list > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border: 2px solid #123E8E;
  border-radius: 30px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}
.features-list > .content:before {
  content: url("../template_images/block-assets/features-list-check.svg");
  height: 57px;
  width: 57px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  top: -27px;
}
.features-list > .content .f-h2 {
  font-size: clamp(2.6rem, 3vw, 3rem);
  font-weight: 700;
  margin-bottom: 0.5em;
  text-align: center;
}
.features-list > .content .copy {
  width: 100%;
}
.features-list > .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  list-style: none;
  padding-left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 1em auto 2em;
  grid-gap: 1em;
}
@media screen and (min-width: 900px) {
  .features-list > .content ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
    row-gap: 1em;
  }
}
.features-list > .content ul li {
  color: #123E8E;
  font-weight: 700;
  font-size: clamp(1.6rem, 2.5vw, 1.8rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 1rem;
}
.features-list > .content ul li:before {
  content: "";
  position: relative;
  display: block;
  height: 12px;
  width: 12px;
  background-color: #D64000;
  border-radius: 50%;
}

.internal-header {
  width: 100%;
  margin-bottom: 2em;
}
@media screen and (min-width: 900px) {
  .internal-header {
    margin-bottom: 4em;
  }
}
.internal-header > .content {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  background-color: #1E4EA5;
  grid-template-rows: 1fr auto;
  padding: 0 30px;
}
@media screen and (min-width: 900px) {
  .internal-header > .content {
    padding-bottom: 1.5em;
  }
}
.internal-header > .content:before {
  content: none;
}
@media screen and (min-width: 900px) {
  .internal-header > .content {
    grid-template-columns: 5fr 6fr;
    grid-template-rows: 1fr;
    min-height: 600px;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgb(255, 255, 255)), color-stop(70%, #1E4EA5));
    background: linear-gradient(90deg, rgb(255, 255, 255) 70%, #1E4EA5 70%);
    padding: 3em 30px;
    grid-gap: clamp(20px, 5vw, 100px);
  }
  .internal-header > .content:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: -50px;
    height: calc(100% + 50px);
    width: 100%;
    left: 10%;
    display: block;
    background-image: url(../template_images/block-assets/internal-header-shape.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
  }
}
@media screen and (min-width: 900px) and (min-width: 1710px) {
  .internal-header > .content:before {
    background-size: contain;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .internal-header > .content {
    min-height: 500px;
  }
}
.internal-header > .content .photo {
  position: relative;
  top: -33px;
  max-height: 500px;
}
.internal-header > .content .photo:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: -50px;
  height: calc(100% + 75px);
  width: 115vw;
  left: -20vw;
  display: block;
  background-image: url(../template_images/block-assets/internal-header-shape.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(25%) saturate(6864%) hue-rotate(212deg) brightness(91%) contrast(94%);
  filter: brightness(0) saturate(100%) invert(17%) sepia(25%) saturate(6864%) hue-rotate(212deg) brightness(91%) contrast(94%);
}
@media screen and (max-width: 899px) {
  .internal-header > .content .photo:before {
    top: -100px;
    height: calc(100% + 138px);
  }
}
@media screen and (min-width: 1710px) {
  .internal-header > .content .photo:before {
    background-size: contain;
  }
}
.internal-header > .content .photo svg {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 900px) {
  .internal-header > .content .photo {
    position: absolute;
    top: -57px;
    width: 565px;
    right: 72.5vw;
    -webkit-transition: right 0.2s ease;
    transition: right 0.2s ease;
  }
  .internal-header > .content .photo:before {
    content: none;
  }
  .internal-header > .content .photo svg {
    position: relative;
    height: 522px;
    width: 99%;
    max-width: 565px;
    right: 0vw;
    -webkit-transform: translateX(33%);
    transform: translateX(33%);
  }
}
.internal-header > .content .info {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  max-width: 80%;
  margin: 0 auto;
  padding: 1em 20px 2em;
}
@media screen and (min-width: 900px) {
  .internal-header > .content .info {
    margin: 0 0;
    max-width: 600px;
    width: 48vw;
    -ms-flex-line-pack: center;
    align-content: center;
    left: 31vw;
    -webkit-transform: translateX(33%);
    transform: translateX(33%);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: grid;
    align-self: center;
    padding: 1em 30px 0 0;
  }
}
.internal-header > .content .info .breadcrumbs {
  display: none;
  position: absolute;
  top: 0;
}
.internal-header > .content .info .breadcrumbs a,
.internal-header > .content .info .breadcrumbs span {
  color: #fff;
  font-size: 1.6rem;
}
.internal-header > .content .info .breadcrumbs:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  left: calc(-1 * clamp(20px, 2.5vw, 31px));
  width: 7px;
  height: 23px;
  background-color: #D64000;
}
@media screen and (min-width: 900px) {
  .internal-header > .content .info .breadcrumbs {
    display: block;
  }
}
.internal-header > .content .info .f-h1 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(2.6rem, 5vw, 5rem);
  padding: 1em 0 0.5em;
  margin-bottom: 0;
}
.internal-header > .content .info .copy {
  color: #fff;
  margin-bottom: 1em;
}
.internal-header > .content .info.empty-set .jumplinks {
  display: none;
}
.internal-header > .content .jumplinks .headline {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #D64000;
  font-weight: 700;
}
.internal-header > .content .jumplinks .headline p {
  margin-bottom: 0.5em;
}
.internal-header > .content .jumplinks .jumplink-content {
  padding-top: 0.5em;
}
.internal-header > .content .jumplinks .jumplink-content ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.75em;
}
.internal-header > .content .jumplinks .jumplink-content ul li {
  color: #fff;
}
.internal-header > .content .jumplinks .jumplink-content ul li button {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
  text-decoration-thickness: 1px;
}
.internal-header > .content .jumplinks .jumplink-content ul li:hover button {
  text-decoration-thickness: 2px;
}
@media screen and (min-width: 900px) {
  .internal-header > .content .jumplinks .jumplink-content ul {
    -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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.internal-header.multi-product > .content {
  background-color: #EAEFF7;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .internal-header.multi-product > .content {
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgb(255, 255, 255)), color-stop(70%, #EAEFF7));
    background: linear-gradient(90deg, rgb(255, 255, 255) 70%, #EAEFF7 70%);
  }
}
.internal-header.multi-product > .content:before {
  -webkit-filter: brightness(0) saturate(100%) invert(91%) sepia(14%) saturate(459%) hue-rotate(186deg) brightness(97%) contrast(86%);
  filter: brightness(0) saturate(100%) invert(91%) sepia(14%) saturate(459%) hue-rotate(186deg) brightness(97%) contrast(86%);
}
@media screen and (min-width: 900px) {
  .internal-header.multi-product > .content:before {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(63%) saturate(893%) hue-rotate(177deg) brightness(101%) contrast(94%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(63%) saturate(893%) hue-rotate(177deg) brightness(101%) contrast(94%);
  }
}
.internal-header.multi-product > .content .photo:before {
  -webkit-filter: brightness(0) saturate(100%) invert(91%) sepia(11%) saturate(889%) hue-rotate(186deg) brightness(102%) contrast(80%);
  filter: brightness(0) saturate(100%) invert(91%) sepia(11%) saturate(889%) hue-rotate(186deg) brightness(102%) contrast(80%);
}
.internal-header.multi-product > .content .info {
  max-width: 100%;
}
.internal-header.multi-product > .content .info .breadcrumbs a,
.internal-header.multi-product > .content .info .breadcrumbs span {
  color: #123E8E;
}
.internal-header.multi-product > .content .info .breadcrumbs a {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
.internal-header.multi-product > .content .info .breadcrumbs a:hover {
  text-decoration-thickness: 2px;
}
.internal-header.multi-product > .content .info .f-h1 {
  color: #123E8E;
}
.internal-header.multi-product > .content .info .copy {
  color: #455063;
}
.internal-header.multi-product > .content .info .jumplinks .headline {
  color: #123E8E;
}
.internal-header.multi-product > .content .info .jumplinks button {
  color: #455063;
}
@media screen and (min-width: 900px) {
  .internal-header.active .content .photo {
    right: 69.5vw;
  }
}

.standalone-header {
  margin-bottom: 4em;
}
.standalone-header > .content {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1000px) {
  .standalone-header > .content {
    grid-template-columns: 3fr 2fr;
    padding-left: 45px;
    max-width: 1800px;
    margin: 0 auto;
  }
}
.standalone-header > .content .photo {
  padding: 0 30px;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 1000px) {
  .standalone-header > .content .photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.standalone-header > .content .photo:before {
  content: "";
  display: block;
  position: absolute;
  height: 80%;
  width: 50%;
  top: 0;
  left: 0;
  background-color: #EAEFF7;
  z-index: -1;
}
.standalone-header > .content .photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 80%;
  background-repeat: no-repeat;
  background-image: url(../template_images/svg-shapes/header-curve_R.svg);
  background-size: 100% 100%;
  z-index: -1;
}
.standalone-header > .content .photo svg {
  width: 100%;
  max-width: 434px;
  aspect-ratio: 388/356;
  position: relative;
  top: -10%;
}
@media screen and (min-width: 1000px) {
  .standalone-header > .content .info {
    position: relative;
    max-width: 800px;
    justify-self: flex-end;
    width: 100%;
    padding-left: 30px;
  }
  .standalone-header > .content .info:before {
    content: "";
    display: block;
    position: absolute;
    height: 80%;
    width: 100vw;
    top: 0;
    right: 0;
    background-color: #EAEFF7;
    z-index: -1;
  }
}
.standalone-header > .content .info .container {
  padding-left: 45px;
}
.standalone-header > .content .info .container .breadcrumbs {
  margin-bottom: 1.5em;
  display: none;
  position: relative;
}
.standalone-header > .content .info .container .breadcrumbs a,
.standalone-header > .content .info .container .breadcrumbs span {
  color: #123E8E;
  font-size: 1.6rem;
  font-weight: 400;
}
.standalone-header > .content .info .container .breadcrumbs a {
  text-decoration: underline;
}
.standalone-header > .content .info .container .breadcrumbs a:hover {
  text-decoration-thickness: 2px;
}
.standalone-header > .content .info .container .breadcrumbs:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  left: calc(-1 * clamp(20px, 2.5vw, 31px));
  width: 7px;
  height: 23px;
  background-color: #D64000;
}
@media screen and (min-width: 1000px) {
  .standalone-header > .content .info .container .breadcrumbs {
    display: block;
  }
}
.standalone-header > .content .info .container .f-h1 {
  margin-bottom: 0.25em;
  font-weight: 700;
  font-size: clamp(2.6rem, 5vw, 5rem);
}
@media screen and (min-width: 1000px) {
  .standalone-header > .content .info .container {
    position: relative;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-left: 0;
    padding-top: 2em;
    padding-bottom: 15%;
    height: 100%;
  }
}
.standalone-header > .content .info .container.empty-set .jumplinks {
  display: none;
}
.standalone-header > .content .jumplinks .headline {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  color: #123E8E;
  width: 100%;
  border-bottom: 1px solid #D64000;
  font-weight: 700;
}
.standalone-header > .content .jumplinks .headline p {
  margin-bottom: 0.5em;
}
.standalone-header > .content .jumplinks .jumplink-content {
  padding-top: 0.5em;
}
.standalone-header > .content .jumplinks .jumplink-content ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.25em;
}
.standalone-header > .content .jumplinks .jumplink-content ul li {
  color: #123E8E;
}
.standalone-header > .content .jumplinks .jumplink-content ul li button {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
  text-decoration-thickness: 1px;
}
.standalone-header > .content .jumplinks .jumplink-content ul li:hover button {
  text-decoration-thickness: 2px;
}
@media screen and (min-width: 900px) {
  .standalone-header > .content .jumplinks .jumplink-content ul {
    -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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-height: 1000px) {
  .standalone-header.no-image .photo {
    min-height: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .standalone-header.no-image .photo:before, .standalone-header.no-image .photo:after {
    height: 100%;
  }
  .standalone-header.no-image .photo:after {
    background-size: 50% 100%;
  }
  .standalone-header.no-image .info:before {
    height: 100%;
  }
  .standalone-header.no-image .info .container {
    padding-top: 2em;
    padding-bottom: 2em;
    height: 100%;
  }
}

.product-container {
  padding: 0 0;
  margin-bottom: 2em;
  container: products/inline-size;
}
@media screen and (min-width: 900px) {
  .product-container {
    padding: 0 30px;
  }
}
.product-container > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1920px;
  padding: 2em 15px;
  background-color: #EAEFF7;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5em;
}
.product-container > .content > .f-h2 {
  text-align: center;
  margin-bottom: 0;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .product-container > .content {
    border-radius: 50px;
    padding: 2em 30px;
  }
}

.product-block {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.062745098);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.062745098);
  margin-bottom: 4em;
}
.content .product-block {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .product-block {
    border-radius: 50px;
  }
}
.product-block > .content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "headline" "main" "sidebar";
  padding: 2em 30px;
}
@container (min-width: 1150px) {
  .product-block > .content {
    padding: 4em clamp(20px, 5vw, 100px);
    grid-template-columns: 1fr 25%;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
    -moz-column-gap: clamp(20px, 5vw, 50px);
    column-gap: clamp(20px, 5vw, 50px);
    grid-template-areas: "headline ." "main sidebar";
  }
}
.product-block > .content .headline {
  grid-area: headline;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: flex-start;
}
@media screen and (min-width: 900px) {
  .product-block > .content .headline {
    grid-template-columns: calc(40px + 1em) 1fr;
  }
}
.product-block > .content .headline .f-h2 {
  margin-bottom: 0;
  padding-bottom: 0.5em;
  height: 100%;
  font-size: clamp(2.2rem, 2vw, 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .product-block > .content .headline .f-h2 {
    padding-bottom: 0;
    padding-left: 20px;
  }
}
.product-block > .content .headline .counter {
  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;
  font-size: clamp(2.6rem, 3vw, 3rem);
  border-right: 1px solid #D64000;
  padding-right: 0.5em;
  padding-left: 0.25em;
  height: 100%;
  color: #123E8E;
}
.product-block > .content .main-column {
  grid-area: main;
  padding-top: 2em;
  border-top: 2px solid #D64000;
}
.product-block > .content .main-column .graphic-text-box {
  background-color: #EAEFF7;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding: 0.75em 1em 0.75em 1em;
  margin-bottom: 1em;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .product-block > .content .main-column .graphic-text-box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    grid-template-columns: 50px 1fr;
    margin-right: 100px;
  }
}
.product-block > .content .main-column .graphic-text-box:after {
  content: none;
  display: inline-block;
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  background-image: url(../template_images/svg-shapes/svg_product-tag.svg);
  width: 50px;
  background-size: 100% 101%;
  background-repeat: no-repeat;
  background-position: left;
}
@media screen and (min-width: 900px) {
  .product-block > .content .main-column .graphic-text-box:after {
    content: "";
  }
}
.product-block > .content .main-column .graphic-text-box .icon {
  height: 31px;
  width: 31px;
  background-image: var(--iconURL);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  justify-self: center;
  display: none;
}
@media screen and (min-width: 900px) {
  .product-block > .content .main-column .graphic-text-box .icon {
    display: block;
  }
}
.product-block > .content .main-column .graphic-text-box > .copy {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 500px) {
  .product-block > .content .main-column .graphic-text-box > .copy {
    text-align: left;
  }
}
@media screen and (min-width: 900px) {
  .product-block > .content .main-column .graphic-text-box > .copy {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.product-block > .content .main-column .graphic-text-box > .copy .top-line {
  margin-bottom: 0.25em;
  padding-bottom: 0;
  font-size: 1.6rem;
  color: #123E8E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1em;
}
@media screen and (min-width: 900px) {
  .product-block > .content .main-column .graphic-text-box > .copy .top-line {
    margin-bottom: 0;
  }
}
.product-block > .content .main-column .graphic-text-box > .copy .top-line:before {
  content: "";
  display: inline-block;
  background-image: var(--iconURL);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 31px;
  width: 31px;
}
@media screen and (min-width: 900px) {
  .product-block > .content .main-column .graphic-text-box > .copy .top-line:before {
    display: none;
  }
}
.product-block > .content .main-column .graphic-text-box > .copy .demographics {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  margin-bottom: 0;
  padding-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 500px;
}
.product-block > .content .main-column .graphic-text-box > .copy .demographics li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #123E8E;
}
.product-block > .content .main-column .graphic-text-box > .copy .demographics li:after {
  content: "";
  position: relative;
  right: -0.5em;
  width: 2px;
  height: 1em;
  display: inline;
  background: #D64000;
}
.product-block > .content .main-column .graphic-text-box > .copy .demographics li:last-child:after {
  content: none;
}
@container (min-width: 1150px) {
  .product-block > .content .main-column .graphic-text-box > .copy .demographics {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.product-block > .content .main-column > .copy {
  max-width: 800px;
  margin-bottom: 1em;
}
.product-block > .content .main-column > .copy ul {
  padding-left: 1em;
}
.product-block > .content .main-column > .copy ul li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.product-block > .content .main-column > .copy ul li::marker {
  color: #123E8E;
}
@media screen and (min-width: 900px) {
  .product-block > .content .main-column > .copy ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    grid-gap: clamp(20px, 3vw, 40px);
  }
}
.product-block > .content .main-column .disclosure {
  font-size: 1.2rem;
}
.product-block > .content .main-column .disclosure .rate-title {
  font-size: clamp(2.2rem, 3vw, 2.3rem);
}
.product-block > .content .main-column .accordion-container:last-child {
  border-bottom: none;
}
@container (min-width: 1150px) {
  .product-block > .content .main-column .accordion-container:last-child {
    border-bottom: 2px solid #D64000;
  }
}
.product-block > .content .main-column .rate-block {
  margin-bottom: 2em;
}
.product-block > .content .main-column .rate-block:last-child {
  margin-bottom: 0;
}
.product-block > .content .main-column .disclosure .f-h3 {
  color: #2B2B2B;
  font-size: 1.8rem;
}
.product-block > .content .sidebar {
  grid-area: sidebar;
  padding-top: 1.5em;
  border-top: 2px solid #D64000;
}
@media screen and (min-width: 900px) {
  .product-block > .content .sidebar {
    padding-top: 1.5em;
  }
}
.product-block > .content .sidebar .actions {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 1em;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  grid-template-columns: 1fr;
}
@container (min-width:775px) {
  .product-block > .content .sidebar .actions {
    grid-template-columns: repeat(auto-fit, minmax(250px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(250px, max-content));
  }
}
.product-block > .content .sidebar .actions a {
  width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 500px) {
  .product-block > .content .sidebar .actions a {
    width: 320px;
  }
}
@media screen and (min-width: 900px) {
  .product-block > .content .sidebar .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-gap: 2em;
  }
}
@container (min-width: 1150px) {
  .product-block > .content .sidebar .actions {
    grid-template-columns: 1fr;
    grid-gap: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.product-block.faq-style {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0 30px;
}
.product-block.faq-style > .content {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  max-width: 1125px;
  padding-left: 0;
}
.product-block.faq-style > .content .headline {
  grid-template-columns: calc(40px + 1em) 1fr;
}
.product-block.faq-style > .content .f-h2 {
  font-size: clamp(2rem, 2vw, 3rem);
}
.product-block.faq-style .sidebar {
  border-left: none;
  border-top: none;
}

.icon-cta-block {
  background: #123E8E;
  margin-bottom: 2em;
}
.icon-cta-block > .content {
  padding: 2em 30px;
  background: linear-gradient(90deg, #1E4EA5 100px, #123E8E 100px);
  display: grid;
  grid-template-areas: "icon info" "actions actions";
  -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);
  row-gap: 2em;
}
@media screen and (min-width: 900px) {
  .icon-cta-block > .content {
    padding: 0 0 0 0;
    grid-template-areas: "icon info" "icon actions";
    grid-template-columns: 4fr 6fr;
    -webkit-column-gap: 85px;
    -moz-column-gap: 85px;
    column-gap: 85px;
  }
}
.icon-cta-block > .content .icon {
  grid-area: icon;
  width: 110px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-image: var(--background);
}
@media screen and (min-width: 900px) {
  .icon-cta-block > .content .icon {
    background-image: none;
    padding: 2em 0 2em 30px;
    width: 100%;
    background-color: #1E4EA5;
    background-position: right 50%;
    background-size: 110px;
  }
  .icon-cta-block > .content .icon:after {
    content: "";
    position: absolute;
    top: 2em;
    right: -40px;
    height: 100px;
    width: 100px;
    background-image: var(--background);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.icon-cta-block > .content .info {
  grid-area: info;
  max-width: 600px;
}
.icon-cta-block > .content .info .f-h2, .icon-cta-block > .content .info .copy {
  color: #fff;
}
.icon-cta-block > .content .info .f-h2 {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 900px) {
  .icon-cta-block > .content .info {
    padding-top: 2em;
  }
}
.icon-cta-block > .content .actions {
  grid-area: actions;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 900px) {
  .icon-cta-block > .content .actions {
    justify-items: flex-start;
    padding-bottom: 2em;
  }
}

.icon-banner {
  margin-bottom: 0;
  background-color: #EAEFF7;
  padding: 0 30px;
}
.icon-banner > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 6em 0;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
.icon-banner > .content .f-h2 {
  color: #123E8E;
  font-size: clamp(2.6rem, 3vw, 3rem);
}
.icon-banner > .content .icon-container {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1000px;
  justify-items: space-between;
  row-gap: 2em;
}
@media screen and (min-width: 600px) {
  .icon-banner > .content .icon-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 900px) {
  .icon-banner > .content .icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.icon-banner > .content .icon-container > .icon-block {
  width: 200px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
.icon-banner > .content .icon-container > .icon-block img {
  width: 68px;
  margin-bottom: 0.5em;
}
.icon-banner > .content .icon-container > .icon-block a {
  font-size: 1.8rem;
  -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: #123E8E;
}
.icon-banner > .content .icon-container > .icon-block a:hover {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
.icon-banner > .content .actions {
  margin-top: 1em;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 2em;
}
.icon-banner > .content .actions a {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .icon-banner > .content .actions {
    grid-template-columns: repeat(auto-fit, minmax(125px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(125px, max-content));
  }
}
.icon-banner > .content .disclosure {
  font-size: 1.4rem;
}

.community-carousel {
  margin-bottom: 3em;
}
.community-carousel > .content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "info";
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
}
@media screen and (min-width: 900px) {
  .community-carousel > .content {
    grid-template-columns: 3fr 2fr;
    grid-template-areas: "image info";
    -webkit-column-gap: clamp(20px, 5vw, 50px);
    -moz-column-gap: clamp(20px, 5vw, 50px);
    column-gap: clamp(20px, 5vw, 50px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.community-carousel > .content .images {
  grid-area: image;
  width: 100%;
  aspect-ratio: 1200/800;
}
.community-carousel > .content .images li {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.community-carousel > .content .images li .image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 900px) {
  .community-carousel > .content .images li .image {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }
}
.community-carousel > .content .info-container {
  grid-area: info;
}
.community-carousel > .content .info {
  padding: 0 60px 0 30px;
}
.community-carousel > .content .info li {
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-right: 30px;
  position: absolute;
  top: 1em;
}
.community-carousel > .content .info li.largest {
  position: relative;
  padding-bottom: 1em;
}
.community-carousel > .content .info .f-h3 {
  font-size: 3rem;
}
.community-carousel > .content .pagination, .community-carousel > .content .arrows {
  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: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: 100%;
  padding: 0 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .community-carousel > .content .pagination, .community-carousel > .content .arrows {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.community-carousel > .content .pagination > button, .community-carousel > .content .arrows > button {
  max-height: 24px;
  background-image: url(../template_images/next-button.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 24px;
  width: 12px;
  -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(90%) saturate(3713%) hue-rotate(22deg) brightness(101%) contrast(104%);
  filter: brightness(0) saturate(100%) invert(23%) sepia(90%) saturate(3713%) hue-rotate(22deg) brightness(101%) contrast(104%);
}
.community-carousel > .content .pagination > button.prev, .community-carousel > .content .arrows > button.prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.community-carousel > .content .pagination .splide__pagination, .community-carousel > .content .arrows .splide__pagination {
  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: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  padding-left: 0;
}
.community-carousel > .content .pagination .splide__pagination .splide__pagination__page, .community-carousel > .content .arrows .splide__pagination .splide__pagination__page {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #123E8E;
}
.community-carousel > .content .pagination .splide__pagination .splide__pagination__page.is-active, .community-carousel > .content .arrows .splide__pagination .splide__pagination__page.is-active {
  background-color: #123E8E;
}

.news-header {
  margin: 0;
}
.news-header > .content {
  padding: 2em 30px 5em;
}
@media screen and (min-width: 900px) {
  .news-header > .content {
    padding: 0 30px 2em;
    min-height: 350px;
  }
}
.news-header > .content:before {
  height: calc(100% + 200px);
  top: calc(-0.3 * (1420px - 66vw)) !important;
  background-position: bottom left;
}
.news-header > .content .photo {
  display: none;
}
@media screen and (min-width: 1000px) {
  .news-header > .content .photo {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .news-header > .content .info {
    position: relative;
    width: 100%;
    padding: 0 30px;
    min-height: unset;
    max-width: 100%;
  }
  .news-header > .content .info:before {
    content: "";
    position: absolute;
    display: block;
    top: -2em;
    bottom: -4em;
    left: -30px;
    right: -30px;
    background-color: #EAEFF7;
    z-index: -1;
  }
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
  .news-header > .content .info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.featured-news {
  position: relative;
  top: -80px;
}
.featured-news > .content {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .featured-news > .content {
    grid-template-columns: 3fr 2fr;
    grid-gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}
.featured-news .photo {
  padding: 0 30px;
  z-index: 1;
}
.featured-news .photo img {
  border-radius: 25px;
}
@media screen and (min-width: 900px) {
  .featured-news .photo img {
    width: 100%;
    border-radius: 80px;
  }
}
.featured-news .info {
  padding: 2em 30px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .featured-news .info {
    padding: 2em;
  }
}
.featured-news .info .actions {
  display: grid;
  grid-template-columns: 1max-content;
}
.featured-news .info .actions a {
  width: 100%;
}

.news-container {
  padding: 0 30px;
  margin-bottom: 4em;
}
.news-container > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1100px;
}
.news-container > .content .articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, 307px);
  grid-gap: 3em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news-container > .content .articles .article .photo {
  width: 100%;
  aspect-ratio: 307/248;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 1em;
  background-size: cover;
}
.news-container > .content .articles .article .info a {
  text-decoration: underline;
}
.news-container > .content .articles .article.event {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.viewMoreArticles {
  text-align: center;
  padding: 2em 0 4em;
}
.viewMoreArticles button {
  margin: 0 auto;
}

/** DETAIL PAGE */
.tiny-header {
  padding: 3em 30px;
}
.tiny-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.tiny-header > .content .breadcrumbs {
  display: none;
  position: absolute;
  top: 0;
}
.tiny-header > .content .breadcrumbs a, .tiny-header > .content .breadcrumbs span {
  color: #123E8E;
  font-size: 1.6rem;
}
.tiny-header > .content .breadcrumbs:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  left: calc(-1 * clamp(20px, 2.5vw, 31px));
  width: 7px;
  height: 23px;
  background-color: #D64000;
}
@media screen and (min-width: 900px) {
  .tiny-header > .content .breadcrumbs {
    display: block;
  }
}

.news-detail-content {
  padding: 0 30px;
  margin-bottom: 3em;
}
.news-detail-content .headline {
  text-align: center;
  margin-bottom: 1.7em;
  color: #123E8E;
}
.news-detail-content > .content {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .news-detail-content > .content .blog-detail-image {
    float: right;
    width: 400px;
    border-radius: 20px;
    max-width: 45vw;
    margin: 0 0 0.5em 2em;
  }
}
.news-detail-content.event {
  margin-bottom: 4em;
}
.news-detail-content.event .mod-cross-sells {
  margin-top: 4em;
}

.share-this-article {
  padding: 0 30px;
  margin-bottom: 4em;
}
.share-this-article > .content {
  text-align: center;
}
.share-this-article > .content .share-heading {
  font-size: 1.6rem;
  margin-bottom: 1.3em;
}
.share-this-article > .content .share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.compare-chart {
  margin-bottom: 2em;
  padding: 0 30px;
}
.compare-chart > .content {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
.compare-chart > .content ul {
  list-style: none;
  padding-left: 0;
}
.compare-chart > .content ul li {
  padding: 1em 0;
}
.compare-chart > .content .splide:not(.is-overflow) .splide__arrows {
  display: none;
}
.compare-chart > .content .splide:not(.is-overflow) .splide__slide:last-child {
  margin: 0 !important;
}
.compare-chart > .content .splide:not(.is-overflow) .splide__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.compare-chart > .content .container {
  display: grid;
  grid-template-columns: minmax(0, 250px) auto;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.compare-chart > .content .container .headers {
  visibility: visible;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 900px) {
  .compare-chart > .content .container .headers {
    padding-right: 2em;
  }
}
.compare-chart > .content .container .chart-container {
  grid-template-columns: repeat(auto-fit, 300px);
  padding-top: 1em;
  padding-bottom: 1em;
}
.compare-chart > .content .container .chart-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(8%, rgba(255, 255, 255, 0)), color-stop(92%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0) 92%, rgb(255, 255, 255) 100%);
  z-index: 1;
}
.compare-chart > .content .container .chart-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  /*border-right: 1px solid rgba(112, 112, 112, .5);
  border-left: 1px solid rgba(112, 112, 112, .5);*/
  border-right: 1px solid rgba(112, 112, 112, 0.2);
  border-left: 1px solid rgba(112, 112, 112, 0.2);
}
@media screen and (min-width: 900px) {
  .compare-chart > .content .container .chart-container:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(112, 112, 112, 0.2)), color-stop(2%, rgba(255, 255, 255, 0)), color-stop(98%, rgba(255, 255, 255, 0)), to(rgba(112, 112, 112, 0.2)));
    background: linear-gradient(90deg, rgba(112, 112, 112, 0.2) 0%, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0) 98%, rgba(112, 112, 112, 0.2) 100%);
  }
}
.compare-chart > .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-chart > .content .container .chart-container .column {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr;
}
.compare-chart > .content .container .chart-container .column li {
  text-align: center;
  font-size: 1.8rem;
  border-bottom: 1px solid #217CB5;
}
.compare-chart > .content .container .chart-container .column li:first-child {
  font-weight: 700;
  border-bottom: 2px solid #D64000;
}
.compare-chart > .content .mobile-controls {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column: 1/3;
}
.compare-chart > .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;
}
@media screen and (max-width: 899px) {
  .compare-chart > .content .mobile-controls .arrows {
    display: grid;
    grid-template-areas: "dots dots" "prev next";
  }
}
.compare-chart > .content .mobile-controls .arrows .splide__arrow {
  background-image: url("../template_images/next-button.svg");
  height: 24px;
  width: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.compare-chart > .content .mobile-controls .arrows .splide__arrow--prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (max-width: 899px) {
  .compare-chart > .content .mobile-controls .arrows .splide__arrow--prev {
    grid-area: prev;
    justify-self: center;
  }
}
@media screen and (max-width: 899px) {
  .compare-chart > .content .mobile-controls .arrows .splide__arrow--next {
    grid-area: next;
    justify-self: center;
  }
}
.compare-chart > .content .mobile-controls .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1em;
}
@media screen and (max-width: 899px) {
  .compare-chart > .content .mobile-controls .splide__pagination {
    grid-area: dots;
  }
}
.compare-chart > .content .mobile-controls .splide__pagination li button {
  height: 15px;
  width: 15px;
  border: 1px solid #123E8E;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.compare-chart > .content .mobile-controls .splide__pagination li button.is-active {
  background-color: #123E8E;
}

.page-section {
  margin-bottom: 4em;
  padding: 0 30px;
}
.page-section > .content {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  max-width: 1125px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "headline" "main" "actions";
}
@media screen and (min-width: 900px) {
  .page-section > .content {
    grid-template-columns: 3fr 1fr;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
    -moz-column-gap: clamp(20px, 5vw, 50px);
    column-gap: clamp(20px, 5vw, 50px);
    grid-template-areas: "headline headline" "main actions";
  }
}
.page-section > .content ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  padding-left: 1em;
}
@media screen and (min-width: 900px) {
  .page-section > .content ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
    -moz-column-gap: clamp(20px, 5vw, 50px);
    column-gap: clamp(20px, 5vw, 50px);
  }
}
.page-section > .content .headline, .page-section > .content .main-column {
  max-width: 800px;
}
.page-section > .content .headline {
  grid-area: headline;
}
.page-section > .content .main-column {
  grid-area: main;
}
.page-section > .content .main-column h3 a {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
  text-decoration-thickness: 1px;
}
.page-section > .content .main-column h3 a:hover {
  text-decoration-thickness: 2px;
}
.page-section > .content .actions {
  grid-area: actions;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
@media screen and (min-width: 900px) {
  .page-section > .content .actions {
    grid-template-columns: repeat(auto-fit, minmax(125px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(125px, max-content));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .page-section > .content .actions a {
    width: 320px;
  }
}
@media screen and (min-width: 900px) {
  .page-section.single-column > .content {
    grid-template-columns: 1fr;
    grid-template-areas: "headline" "main" "actions";
  }
  .page-section.single-column > .content .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.photo-gallery {
  background-color: white;
}
.photo-gallery > .content .heading {
  margin-bottom: 1em;
}
.photo-gallery .group-filter {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.photo-gallery .group-filter .f-h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.photo-gallery .group-filter .filters {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 2em;
}
@media screen and (max-width: 899px) {
  .photo-gallery .group-filter .filters {
    display: grid;
    grid-template-columns: 1fr;
  }
  .photo-gallery .group-filter .filters li {
    width: 100%;
  }
  .photo-gallery .group-filter .filters li button {
    width: 100%;
  }
}
.photo-gallery .group-filter .filters li button {
  -webkit-transition: border-color 0.2s ease, background-color 0.2 ease;
  transition: border-color 0.2s ease, background-color 0.2 ease;
  border-color: #EAEFF7;
}
.photo-gallery .group-filter .filters li button:hover {
  border-color: #D64000;
}
.photo-gallery .group-filter .filters li button.active {
  border-color: #D64000;
  background-color: #D64000;
}
.photo-gallery .directory-group .f-h3 {
  justify-self: center;
  margin: 0 auto;
}
.photo-gallery .directory-group .directory-entry .photo {
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}
.photo-gallery .directory-modal > .content {
  grid-template-columns: 1fr;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: unset;
}
.photo-gallery .directory-modal .photo {
  width: 100%;
  height: auto;
  aspect-ratio: unset;
}

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