:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

.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: var(--body-font-color);
}

body {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.6rem;
}

p {
  font-family: "lato", sans-serif;
}

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;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  color: var(--teachers-red-pen);
  font-style: normal;
}

[role=button] {
  cursor: pointer;
}

button {
  background: none;
  border: none;
}

ul li {
  break-inside: avoid;
}

.script-font {
  font-family: "ff-market-web", sans-serif !important;
}

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

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

a {
  color: var(--primary-color);
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
}
a:hover, a:focus {
  text-decoration: underline currentColor;
}

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

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

@media screen and (max-width: 979px) {
  .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: 980px) {
  .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: 980px) {
  .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: 700;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1.2;
  font-family: "futura-pt", sans-serif;
  color: var(--maryland-midnight);
}

.f-h2,
h2:not([class]),
h2 > p {
  line-height: 1.2;
  font-family: "futura-pt", sans-serif;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-weight: 700;
  color: #214573;
}

.f-h3,
h3:not([class]),
h3 > p {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "futura-pt", sans-serif;
  color: var(--primary-color);
}

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

.f-h5,
h5:not([class]) {
  font-weight: 700;
  font-size: clamp(1.7rem, 1.8vw, 2rem);
  line-height: 1.3;
  font-family: "futura-pt", 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: "futura-pt", sans-serif;
}

.force-white {
  color: var(--white) !important;
}
.force-white *:not(.ghost-btn-white) {
  color: var(--white) !important;
}

.force-black {
  color: var(--black) !important;
}
.force-black *:not {
  color: var(--black) !important;
}

/** BRAND BACKGROUNDS **/
.bg-white {
  --blockColor: var(--white) !important;
  --box-color: var(--white) !important;
}

.bg-black {
  --blockColor: var(--black) !important;
  --box-color: var(--black) !important;
}

.breadcrumbs {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1750px;
  position: relative;
  display: none;
  z-index: 1;
}
@media screen and (min-width: 1050px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs > .content {
  position: absolute;
  top: 20px;
  right: 0;
  background-color: var(--white);
  border-radius: 5px;
  width: 100%;
  display: flex;
  max-width: 85px;
  max-height: 32px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  flex-direction: column;
  transition: max-height 1s ease, max-width 0.3s ease 1s;
}
.breadcrumbs > .content > button {
  position: relative;
  padding: 7.6px 15.5px 0 17.5px;
  transition: width 0.2s ease;
  display: flex;
  align-content: center;
}
.breadcrumbs > .content > button:after {
  content: "";
  background-image: url(../template_images/block-assets/breadcrumb-arrow.svg);
  background-size: cover;
  background-position: center;
  height: 0.5em;
  width: 1em;
  position: absolute;
  top: 50%;
  right: 15.5px;
  transition: transform 0.5s ease;
}
.breadcrumbs > .content > button a {
  display: block;
  width: 100%;
  height: 1em;
  background-image: url(../template_images/block-assets/breadcrumb-home.svg);
  background-size: 1em 1em;
  background-position: left;
  background-repeat: no-repeat;
}
.breadcrumbs > .content .accordion-content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
  padding: 7.6px 15.5px 5.5px 17.5px;
  transition: max-height 1s ease;
}
.breadcrumbs > .content .accordion-content > a,
.breadcrumbs > .content .accordion-content > span {
  color: var(--tertiary-color);
}
.breadcrumbs > .content .accordion-content span {
  display: block;
  padding-bottom: 0.5em;
}
.breadcrumbs > .content.active {
  max-height: 500px;
  max-width: 200px;
  transition: max-height 1s ease 0.5s, max-width 0.3s ease;
}
.breadcrumbs > .content.active > button:after {
  transform: translateY(-50%) rotate(180deg);
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.blog-not-a-modal {
  padding: 0 20px;
  margin-bottom: 4em;
}
.blog-not-a-modal > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.blog-not-a-modal > .content .newest-article {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: bottom;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 980px) {
  .blog-not-a-modal > .content .newest-article {
    align-items: center;
    justify-items: flex-end;
    min-height: 500px;
  }
}
.blog-not-a-modal > .content .newest-article .photo {
  position: relative;
  border-radius: 15px;
  aspect-ratio: 880/500;
  width: 100%;
  max-width: 880px;
  overflow: hidden;
}
.blog-not-a-modal > .content .newest-article .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 980px) {
  .blog-not-a-modal > .content .newest-article .photo {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.blog-not-a-modal > .content .newest-article .info {
  background-color: var(--calypso);
  padding: clamp(2.5rem, 3vw, 6.3rem) clamp(2.5rem, 3vw, 5.6rem);
  border-radius: 15px;
  position: relative;
}
@media screen and (max-width: 979px) {
  .blog-not-a-modal > .content .newest-article .info {
    width: calc(100% - 5rem);
    margin: -4.3rem auto 0;
  }
}
@media screen and (min-width: 980px) {
  .blog-not-a-modal > .content .newest-article .info {
    max-width: 773px;
    width: 100%;
  }
}
.blog-not-a-modal > .content .newest-article .info .section-headline {
  font-family: "futura-pt", sans-serif;
  font-size: 2rem;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 2.3rem;
}
.blog-not-a-modal > .content .newest-article .info .article-title {
  color: #fff;
  margin-bottom: 1.7rem;
  font-size: clamp(2.5rem, 3vw, 4rem);
}
.blog-not-a-modal > .content .newest-article .info .cta-btn {
  background-color: var(--hopi);
  border-color: var(--hopi);
}
.blog-not-a-modal > .content .newest-article .info .cta-btn:hover {
  background-color: var(--white);
  color: var(--hopi);
}
.blog-not-a-modal > .content .other-articles {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 750px) {
  .blog-not-a-modal > .content .other-articles {
    max-width: 500px;
  }
}
.blog-not-a-modal > .content .other-articles .headline {
  font-size: clamp(2rem, 2vw, 2.5rem);
  color: var(--black);
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  column-gap: 1.3rem;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 979px) {
  .blog-not-a-modal > .content .other-articles .headline {
    margin-bottom: 3.2rem;
    justify-self: center;
  }
}
.blog-not-a-modal > .content .other-articles .headline:before {
  content: url(../blocks/blog-not-a-modal/ico-blog.svg);
}
.blog-not-a-modal > .content .other-articles ul {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  column-gap: clamp(2rem, 3vw, 8.5rem);
  justify-content: center;
  row-gap: 3.3rem;
}
@media screen and (max-width: 750px) {
  .blog-not-a-modal > .content .other-articles ul {
    flex-direction: column;
    margin: 0 2.5rem;
  }
}
.blog-not-a-modal > .content .other-articles ul > li {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 751px) {
  .blog-not-a-modal > .content .other-articles ul > li {
    flex: 0 1 350px;
  }
}
.blog-not-a-modal > .content .other-articles ul > li a {
  font-family: "lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: underline;
}
.blog-not-a-modal > .content .other-articles ul > li a:hover {
  text-decoration-thickness: 2px;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.call-to-action-block {
  padding: 0 20px;
  margin-bottom: 3em;
}
.call-to-action-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 910px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1em;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .call-to-action-block > .content {
    flex-direction: row;
    column-gap: clamp(5rem, 5vw, 8rem);
  }
}
.call-to-action-block > .content .f-h2 {
  padding-bottom: 1em;
  padding-top: 1em;
  margin-bottom: 0;
  font-size: clamp(2rem, 2vw, 2.5rem);
  text-align: center;
  max-width: 530px;
}
@media screen and (min-width: 980px) {
  .call-to-action-block > .content .f-h2 {
    text-align: left;
    position: relative;
  }
  .call-to-action-block > .content .f-h2:after {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #c7dae8;
    width: 2px;
    right: calc(-1 * clamp(2.5rem, 2.5vw, 4rem));
    top: 0;
    bottom: 0;
    display: block;
  }
}
.call-to-action-block > .content .actions {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  justify-content: center;
  justify-items: center;
}
.call-to-action-block > .content .actions > a {
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width: 980px) {
  .call-to-action-block > .content .actions {
    flex: 0 0 220px;
  }
}
@media screen and (min-width: 980px) {
  .call-to-action-block > .content:not(:has(.f-h2)) .actions {
    flex: 1 0 220px;
    display: flex;
    flex-direction: row;
    column-gap: 2em;
  }
  .call-to-action-block > .content:not(:has(.f-h2)) .actions > a.text-lnk {
    max-width: 300px;
  }
}
.call-to-action-block.after-membership {
  margin-top: 4em;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.community-impact {
  margin-bottom: 4em;
}
.community-impact > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .community-impact > .content {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.community-impact > .content .info-side {
  background-color: var(--cold-current);
  border-radius: 15px;
}
.community-impact > .content .info-side > * {
  color: var(--white);
}
@media screen and (max-width: 979px) {
  .community-impact > .content .info-side {
    order: 3;
    justify-items: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 30px 4.7rem;
  }
}
@media screen and (min-width: 980px) {
  .community-impact > .content .info-side {
    position: absolute;
    width: 55%;
    left: 20px;
    padding: 6rem 4.9rem 8.4rem;
    z-index: 2;
  }
}
.community-impact > .content .splide__arrows {
  display: flex;
  align-items: center;
  order: 2;
}
@media screen and (max-width: 979px) {
  .community-impact > .content .splide__arrows {
    justify-content: center;
    background-color: var(--cold-current);
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }
}
@media screen and (min-width: 980px) {
  .community-impact > .content .splide__arrows {
    grid-column: 2;
  }
}
@media screen and (max-width: 979px) {
  .community-impact > .content .splide__arrows .arrows {
    position: relative;
    top: calc(-100% - 3px);
  }
}
.community-impact > .content .splide__arrows .arrows .splide__arrow {
  background-image: url(../template_images/svg-shapes/right-arrow.svg);
  width: 40px;
  height: 26px;
}
@media screen and (max-width: 979px) {
  .community-impact > .content .splide__arrows .arrows .splide__arrow:disabled {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(88%) sepia(99%) saturate(438%) hue-rotate(298deg) brightness(102%) contrast(95%);
  }
}
.community-impact > .content .photos {
  grid-column: 1;
  order: 1;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 979px) {
  .community-impact > .content .photos {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .community-impact > .content .photos .splide__list {
    max-width: 700px;
  }
  .community-impact > .content .photos:before {
    content: "";
    background-color: var(--cold-current);
    bottom: 0;
    height: 50%;
    left: 20px;
    right: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: absolute;
  }
}
@media screen and (min-width: 980px) {
  .community-impact > .content .photos {
    grid-column: 2;
    z-index: 1;
  }
}
.community-impact > .content .photos li {
  aspect-ratio: 700/450;
  overflow: hidden;
  border-radius: 15px;
  max-width: 700px;
}
.community-impact > .content .photos li > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.contact-block {
  padding: 0 20px;
  margin-bottom: 4em;
}
.contact-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.contact-block > .content .headline {
  display: grid;
  justify-content: center;
  margin-bottom: 3rem;
}
.contact-block > .content .content-sections {
  display: block;
  column-count: 1;
  row-gap: 1em;
}
@media screen and (min-width: 980px) {
  .contact-block > .content .content-sections {
    column-count: 2;
    column-gap: clamp(20px, 3vw, 50px);
  }
}
.contact-block > .content .content-sections > .section {
  margin-bottom: 2em;
  break-inside: avoid;
}
.contact-block > .content .content-sections > .section .actions .cta-btn img {
  margin-right: 1rem;
  filter: brightness(0) invert(1);
}
.contact-block > .content .content-sections > .section .actions .js-activate-chat img {
  filter: unset;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.cross-sell-block {
  padding: 0 20px;
  margin-bottom: 4em;
}
.cross-sell-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
}
.cross-sell-block > .content .header {
  justify-self: center;
  margin-bottom: 5.1rem;
  position: relative;
}
.cross-sell-block > .content .header:after {
  content: "";
  background-image: url(../blocks/homepage-cards/wave.svg);
  aspect-ratio: 81/6;
  width: 8.1rem;
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 979px) {
  .cross-sell-block > .content .splide__track {
    max-width: 400px;
    margin: 0 auto;
  }
}
.cross-sell-block > .content .splide__list {
  position: relative;
}
.cross-sell-block > .content .splide__list .splide__slide {
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 980px) {
  .cross-sell-block > .content .splide__list {
    display: flex !important;
    flex-direction: row;
    column-gap: clamp(20px, 3vw, 43px);
    justify-content: center;
  }
  .cross-sell-block > .content .splide__list:before {
    content: "";
    background-image: url(..//blocks/cross-sell-block/waves.svg);
    display: block;
    aspect-ratio: 1400/285;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .cross-sell-block > .content .splide__list > .splide__slide {
    flex: 0 1 400px;
  }
}
.cross-sell-block > .content .cross-sell {
  position: relative;
  height: 100%;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .cross-sell-block > .content .cross-sell {
    max-width: unset;
  }
  .cross-sell-block > .content .cross-sell:before {
    content: "";
    background-image: url(..//blocks/cross-sell-block/waves.svg);
    display: block;
    height: 193px;
    position: absolute;
    left: 0;
    transform: translateY(75%);
    width: 100%;
  }
}
.cross-sell-block > .content .cross-sell .background-container {
  position: absolute;
  display: block;
  inset: 66px 45px 0;
  background-color: #d9ebf8;
  border-radius: 15px;
  z-index: -1;
}
.cross-sell-block > .content .cross-sell .cross-sell-content {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}
@media screen and (max-width: 979px) {
  .cross-sell-block > .content .cross-sell .cross-sell-content {
    position: relative;
    z-index: 2;
  }
}
.cross-sell-block > .content .cross-sell .cross-sell-content .image {
  aspect-ratio: 360/325;
  max-width: 325px;
  margin: 0 auto;
}
.cross-sell-block > .content .cross-sell .cross-sell-content .image > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.cross-sell-block > .content .cross-sell .cross-sell-content .info {
  background-color: var(--cold-current);
  padding: 3.5rem;
  display: grid;
  height: 100%;
  border-radius: 15px;
}
.cross-sell-block > .content .cross-sell .cross-sell-content .info .headline {
  color: var(--white);
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 2.3rem;
}
.cross-sell-block > .content .cross-sell .cross-sell-content .info .actions {
  display: grid;
  grid-template-columns: 220px;
  row-gap: 1em;
  justify-content: center;
  align-content: flex-end;
}
.cross-sell-block .splide__arrows .arrows {
  justify-content: flex-start;
}
.cross-sell-block .splide__arrows .splide__arrow {
  background-image: url(../blocks/cross-sell-block/right-arrow.svg) !important;
  aspect-ratio: 40/26;
  width: 40px;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.directory-header {
  padding: 0 20px;
  margin-bottom: 4em;
  position: relative;
  height: 55vw;
  max-height: 514px;
  min-height: calc(283px + 4em);
}
.directory-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: clamp(105px, 20vw, 225px);
  background-size: cover;
  background-position: top;
  background-image: url(../blocks/directory-header/background-internal-header.svg);
  z-index: -1;
}
.directory-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  height: 100%;
}
.directory-header > .content .photo {
  position: absolute;
  top: clamp(2.3rem, 3vw, 3.3rem);
  width: 100%;
  aspect-ratio: 1200/400;
  border-radius: 15px;
  overflow: hidden;
}
.directory-header > .content .photo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: top;
}
.directory-header > .content .info {
  width: calc(100% - 40px);
  margin: 0 20px;
  max-width: 800px;
  padding: 4.5rem 20px 6rem;
  background-color: var(--calypso);
  border-radius: 15px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
}
.directory-header > .content .info .f-h1 {
  color: var(--white);
  margin-bottom: 1.4rem;
}
.directory-header > .content .info .copy {
  color: var(--white);
  text-align: center;
  max-width: 587px;
}
.directory-header > .content .info .actions {
  display: grid;
  grid-template-columns: 220px;
  width: 100%;
  row-gap: 1em;
  column-gap: 2em;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .directory-header > .content .info .actions {
    grid-template-columns: repeat(auto-fit, 220px);
  }
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.disclosure {
  padding: 0 20px;
  margin-bottom: 4em;
}
.disclosure > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 920px;
  display: flex;
  flex-direction: row;
  column-gap: 0.6em;
  align-items: flex-start;
}
@media screen and (max-width: 979px) {
  .disclosure > .content {
    flex-direction: column;
  }
}
.disclosure > .content .intro, .disclosure > .content .copy {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "lato", sans-serif;
  line-height: 1.7;
}
.disclosure > .content .intro {
  font-weight: 700;
  color: var(--hopi);
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.education-block {
  padding: 0 20px;
  background-color: var(--calypso);
  margin-bottom: 4em;
}
.education-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .education-block > .content {
    grid-template-columns: auto auto auto;
    column-gap: 2rem;
    min-height: 425px;
    justify-items: flex-start;
  }
}
.education-block > .content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 8.8rem;
  bottom: 8.7rem;
  background-color: var(--white);
  border-radius: 15px;
  display: block;
  z-index: 0;
}
.education-block > .content .images {
  z-index: 1;
  display: flex;
  flex-direction: row;
  column-gap: 2.7rem;
}
@media screen and (max-width: 979px) {
  .education-block > .content .images {
    margin-top: 12rem;
  }
}
.education-block > .content .images .image {
  aspect-ratio: 575/440;
  max-width: 575px;
}
@media screen and (min-width: 980px) {
  .education-block > .content .images .image {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.education-block > .content .images .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.education-block > .content .info {
  margin-top: 8.8rem;
  margin-bottom: 8.7rem;
  align-self: center;
  z-index: 1;
  max-width: 544px;
}
@media screen and (max-width: 979px) {
  .education-block > .content .info {
    margin-top: 2.5rem;
    margin-bottom: 11rem;
  }
}
.education-block > .content .info .f-h2,
.education-block > .content .info .copy {
  color: var(--primary-color);
}
.education-block > .content .info .f-h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.education-block > .content .actions {
  margin-top: 8.8rem;
  margin-bottom: 8.7rem;
  align-self: center;
  z-index: 1;
  display: grid;
  grid-template-columns: 220px;
  row-gap: 1em;
}
@media screen and (max-width: 979px) {
  .education-block > .content .actions {
    margin-top: 0;
    margin-bottom: 11.5rem;
  }
}
.education-block > .content .actions > * {
  width: 100%;
  max-width: 220px;
}
@media screen and (min-width: 980px) {
  .education-block > .content .actions {
    padding-left: 2.6rem;
  }
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.events-display {
  padding: 0 20px;
  margin-bottom: 4em;
}
.events-display > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: var(--cold-current);
  border-radius: 15px;
  padding: 5.4rem clamp(20px, 5vw, 12.4rem);
  justify-items: center;
}
@media screen and (max-width: 979px) {
  .events-display > .content {
    max-width: 391px;
    margin: 0 auto;
  }
}
.events-display > .content .f-h2 {
  color: #fff;
  position: relative;
  display: flex;
  column-gap: 1.3rem;
  align-items: center;
}
.events-display > .content .f-h2:before {
  content: "";
  aspect-ratio: 1;
  width: clamp(4.4rem, 5vw, 6.5rem);
  background-image: url(../template_images/svg-shapes/ico-events.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.events-display > .content .event-container {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
@media screen and (min-width: 980px) {
  .events-display > .content .event-container {
    flex-direction: row;
    column-gap: clamp(5rem, 5vw, 12rem);
  }
}
.events-display > .content .event-container .event {
  color: var(--white);
}
@media screen and (min-width: 980px) {
  .events-display > .content .event-container .event {
    flex: 0 0 300px;
  }
}
.events-display > .content .event-container .event .date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #c7dae8;
  margin-bottom: 1.5rem;
}
.events-display > .content .event-container .event .date .month,
.events-display > .content .event-container .event .date .day {
  font-family: "futura-pt", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}
.events-display > .content .event-container .event .date .day {
  font-size: 5rem;
}
.events-display > .content .event-container .event .f-h3 {
  color: white;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}
.events-display > .content .event-container .event .copy {
  font-size: 1.6rem;
  font-weight: 400;
}
.events-display > .content .event-container .event a {
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  display: block;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.faq-block {
  padding: 6.7rem 20px 9.9rem;
  margin-bottom: 4em;
  background-color: var(--blue-booties);
}
@media screen and (max-width: 979px) {
  .faq-block {
    padding: 5.3rem 20px 7.8rem;
  }
}
.faq-block > .content {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 925px;
  justify-content: center;
}
.faq-block > .content .header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq-block > .content .header .f-h2 {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .faq-block > .content .header .f-h2 {
    flex-direction: row;
    column-gap: 1rem;
  }
}
.faq-block > .content .header .f-h2 .image {
  background-color: var(--white);
  aspect-ratio: 1;
  height: clamp(4.5rem, 5vw, 6rem);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-block > .content .header .f-h2 .image > img {
  height: 50%;
  width: 50%;
  object-fit: contain;
}
.faq-block > .content .accordions {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.faq-block > .content .accordions .f-h2 {
  text-align: center;
}
.faq-block > .content .accordions .copy {
  text-align: center;
}
.faq-block > .content .accordions .accordion-container {
  background-color: #fff;
  padding: 1em 4em;
  border-radius: 15px;
}
.faq-block > .content .accordions .accordion-container .f-h3 {
  text-align: left;
  font-family: "lato", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  width: 100%;
}
.faq-block > .content .accordions .accordion-container .js-accordion-content {
  padding-top: 1em;
}
.faq-block > .content .accordions .accordion-container .js-accordion-content p:last-of-type {
  margin-bottom: 0;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.featured-product {
  padding: 0 20px;
  margin-bottom: 4em;
  background-color: var(--calypso);
}
.featured-product > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .featured-product > .content {
    grid-template-columns: auto auto auto;
    column-gap: 2rem;
    min-height: 425px;
    justify-items: flex-start;
  }
}
.featured-product > .content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 8.8rem;
  bottom: 8.7rem;
  background-color: var(--white);
  border-radius: 15px;
  display: block;
  z-index: 0;
}
.featured-product > .content .image {
  z-index: 1;
  align-self: flex-end;
}
@media screen and (min-width: 980px) {
  .featured-product > .content .image {
    aspect-ratio: 420/400;
    max-width: 420px;
  }
}
@media screen and (max-width: 979px) {
  .featured-product > .content .image {
    width: calc(100% + 80px);
    position: relative;
    border-bottom: 2px solid var(--silent-snowfall);
    margin-top: 2.3rem;
    display: flex;
    justify-content: center;
  }
  .featured-product > .content .image img {
    max-width: 60vw;
  }
}
.featured-product > .content .info {
  margin-top: 8.8rem;
  margin-bottom: 8.7rem;
  align-self: center;
  z-index: 1;
  max-width: 544px;
}
@media screen and (max-width: 979px) {
  .featured-product > .content .info {
    margin-top: 2.5rem;
    margin-bottom: 3.1rem;
  }
}
.featured-product > .content .info .copy {
  color: var(--black);
}
.featured-product > .content .info .f-h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1.6rem;
  color: var(--primary-color);
}
.featured-product > .content .actions {
  margin-top: 8.8rem;
  margin-bottom: 8.7rem;
  align-self: center;
  z-index: 1;
  display: grid;
  grid-template-columns: 220px;
  row-gap: 1em;
}
@media screen and (max-width: 979px) {
  .featured-product > .content .actions {
    margin-top: 0;
    margin-bottom: 11.5rem;
  }
}
.featured-product > .content .actions > * {
  width: 100%;
  max-width: 220px;
}
@media screen and (min-width: 980px) {
  .featured-product > .content .actions {
    padding-left: 2.6rem;
  }
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.holiday-hours-block {
  margin-bottom: 4em;
  position: relative;
  z-index: -1;
}
.holiday-hours-block:before {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  bottom: 0;
  aspect-ratio: 1920/496;
  background-image: url(../blocks/holiday-hours/holiday-hours-waves.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 979px) {
  .holiday-hours-block:before {
    aspect-ratio: 400/382;
  }
}
.holiday-hours-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: clamp(8.3rem, 10vw, 12.5rem);
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .holiday-hours-block > .content {
    grid-template-columns: 550px auto;
    column-gap: clamp(20px, 10vw, 100px);
    padding-left: 100px;
  }
}
.holiday-hours-block > .content:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  left: 0;
  top: 5.5rem;
  bottom: clamp(8.3rem, 10vw, 12.5rem);
  border-radius: 15px 0 0 15px;
  z-index: 0;
  background-color: var(--cold-current);
}
@media screen and (max-width: 979px) {
  .holiday-hours-block > .content:before {
    left: 20px;
  }
}
.holiday-hours-block > .content .image {
  z-index: 1;
  aspect-ratio: 550/450;
  border-radius: 15px;
  max-width: clamp(300px, 70vw, 550px);
  overflow: hidden;
  position: relative;
  align-self: top;
}
.holiday-hours-block > .content .image > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.holiday-hours-block > .content .info {
  align-self: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 979px) {
  .holiday-hours-block > .content .info {
    max-width: clamp(358px, 90vw, 550px);
    padding: 3rem 2.6rem 4rem 4.5rem;
  }
}
@media screen and (min-width: 980px) {
  .holiday-hours-block > .content .info {
    padding-top: 12rem;
  }
}
.holiday-hours-block > .content .info .f-h2 {
  color: var(--white);
  font-size: clamp(2.2rem, 2.5vw, 2.5rem);
}
.holiday-hours-block > .content .info .holidays {
  color: var(--white);
  padding-left: 0;
  column-count: 2;
  column-gap: clamp(20px, 5vw, 50px);
}
@media screen and (max-width: 979px) {
  .holiday-hours-block > .content .info .holidays {
    padding-left: 20px;
    column-count: 1;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }
}
.holiday-hours-block > .content .info .holidays > li {
  list-style: none;
  padding-bottom: 2em;
}
.holiday-hours-block > .content .info .holidays > li span {
  font-weight: 700;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.homepage-cards {
  padding: 0 20px;
  margin-bottom: 8.9rem;
}
@media screen and (max-width: 979px) {
  .homepage-cards {
    padding-right: 0;
    padding-left: 20px;
  }
}
.homepage-cards > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
.homepage-cards > .content .f-h2 {
  text-align: center;
  position: relative;
  margin-bottom: 5.1rem;
  font-size: clamp(2.2rem, 3vw, 3rem);
}
.homepage-cards > .content .f-h2:after {
  content: "";
  background-image: url(../blocks/homepage-cards/wave.svg);
  aspect-ratio: 81/6;
  width: 8.1rem;
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 980px) {
  .homepage-cards > .content .splide__list {
    grid-template-columns: 335px 335px;
    column-gap: 2rem;
    justify-content: center;
    row-gap: 2rem;
    align-items: stretch;
  }
}
@media screen and (min-width: 1500px) {
  .homepage-cards > .content .splide__list {
    grid-template-columns: repeat(auto-fit, 335px);
  }
}
.homepage-cards > .content .card {
  width: 100%;
  max-width: 335px;
  background-color: var(--silent-snowfall);
  border-radius: 15px;
  padding: 3.6rem 3.4rem;
}
.homepage-cards > .content .card .photo {
  aspect-ratio: 1;
  max-width: 56px;
  margin-bottom: 2.1rem;
}
.homepage-cards > .content .card .photo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.homepage-cards > .content .card .headline {
  font-family: "futura-pt", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 1.8rem;
  line-height: 1.2;
}
.homepage-cards > .content .card .copy {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.homepage-cards > .content .card .actions {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
.homepage-cards > .content .card .actions a {
  color: var(--tertiary-color);
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.homepage-cards > .content .splide__arrows .arrows {
  justify-content: flex-start;
}
.homepage-cards > .content .splide__arrows .splide__arrow {
  background-image: url(../blocks/homepage-cards/right-arrow.svg);
  aspect-ratio: 40/26;
  width: 40px;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.homepage-digital-banking {
  background-color: var(--calypso);
  padding: clamp(4rem, 3vw, 5.5rem) 20px 5.5rem;
}
.homepage-digital-banking > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  min-height: calc(12rem + clamp(350px, 35vw, 422px));
  row-gap: 2.7rem;
}
@media screen and (max-width: 979px) {
  .homepage-digital-banking > .content {
    justify-items: center;
    padding-bottom: 5rem;
  }
}
.homepage-digital-banking > .content:before {
  content: "";
  position: absolute;
  border-radius: 20px;
  left: 0;
  right: 0;
  top: 6rem;
  bottom: 0;
  background-color: var(--white);
  z-index: 0;
}
@media screen and (min-width: 980px) {
  .homepage-digital-banking > .content:before {
    bottom: 6rem;
  }
}
@media screen and (min-width: 980px) {
  .homepage-digital-banking > .content {
    grid-template-columns: 5fr 4fr;
    column-gap: 20px;
    align-items: center;
    padding-left: clamp(50px, 7vw, 13rem);
    padding-right: clamp(50px, 7vw, 13rem);
  }
}
.homepage-digital-banking > .content .info-side,
.homepage-digital-banking > .content .photo {
  position: relative;
  z-index: 1;
}
.homepage-digital-banking > .content .info-side {
  order: 1;
  max-width: 550px;
}
@media screen and (max-width: 979px) {
  .homepage-digital-banking > .content .info-side {
    order: 2;
    padding: 0 20px;
    text-align: center;
    display: grid;
    justify-content: center;
  }
}
.homepage-digital-banking > .content .info-side .f-h2 {
  font-size: clamp(2.2rem, 2vw, 3rem);
  margin-bottom: 2.1rem;
}
.homepage-digital-banking > .content .info-side .copy {
  margin-bottom: 3.1rem;
}
.homepage-digital-banking > .content .info-side .copy p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.homepage-digital-banking > .content .info-side .actions {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2em;
  row-gap: 1em;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .homepage-digital-banking > .content .info-side .actions {
    grid-template-columns: repeat(auto-fill, 200px);
  }
}
.homepage-digital-banking > .content .info-side .actions > a, .homepage-digital-banking > .content .info-side .actions button {
  width: 100%;
  max-width: 200px;
}
.homepage-digital-banking > .content .info-side .actions > button {
  font-size: 1.6rem;
  color: var(--tertiary-color);
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 1049px) {
  .homepage-digital-banking > .content .info-side .actions > button {
    display: none;
  }
}
.homepage-digital-banking > .content .info-side .mobile-apps {
  padding-top: 2.4rem;
  display: block;
}
@media screen and (min-width: 1050px) {
  .homepage-digital-banking > .content .info-side .mobile-apps {
    display: none;
  }
}
.homepage-digital-banking > .content .info-side .mobile-apps .f-h4 {
  margin-bottom: 1.4rem;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "lato", sans-serif;
}
.homepage-digital-banking > .content .info-side .mobile-apps .app-buttons {
  display: flex;
  flex-direction: row;
  column-gap: 2.5rem;
  justify-content: center;
}
@media screen and (min-width: 980px) and (max-width: 1050px) {
  .homepage-digital-banking > .content .info-side .mobile-apps .app-buttons {
    justify-content: flex-start;
  }
}
.homepage-digital-banking > .content .info-side .mobile-apps .app-buttons > a {
  border: 1px solid transparent;
  transition: border-color 0.2s ease;
  border-radius: 15px;
  padding: 0.3em 0.7em;
}
.homepage-digital-banking > .content .info-side .mobile-apps .app-buttons > a:hover {
  border-color: var(--black);
}
.homepage-digital-banking > .content .photo {
  order: 2;
  width: 100%;
  max-width: 555px;
  height: 100%;
}
@media screen and (max-width: 979px) {
  .homepage-digital-banking > .content .photo {
    order: 1;
    padding: 0 20px;
  }
}
.homepage-digital-banking > .content .photo svg {
  height: 100%;
}
.homepage-digital-banking > .content .photo svg .fade-el {
  opacity: 0;
}
.homepage-digital-banking > .content .photo svg .fade-el:nth-child(1) {
  transition: opacity 0.5s linear 0.6s;
}
.homepage-digital-banking > .content .photo svg .fade-el:nth-child(2) {
  transition: opacity 0.5s linear 0.9s;
}
.homepage-digital-banking > .content .photo svg .fade-el:nth-child(3) {
  transition: opacity 0.5s linear 1.2s;
}
.homepage-digital-banking > .content .photo svg .fade-el:nth-child(4) {
  transition: opacity 0.5s linear 1.5s;
}
.homepage-digital-banking > .content .photo svg .fade-el:nth-child(5) {
  transition: opacity 0.5s linear 1.8s;
}
.homepage-digital-banking > .content .photo svg .fade-el:nth-child(6) {
  transition: opacity 0.5s linear 2.1s;
}
.homepage-digital-banking > .content .photo svg .fade-el:nth-child(7) {
  transition: opacity 0.5s linear 2.4s;
}
.homepage-digital-banking > .content .photo svg .fade-el:nth-child(8) {
  transition: opacity 0.5s linear 2.7s;
}
.homepage-digital-banking > .content .photo svg .fade-el:nth-child(9) {
  transition: opacity 0.5s linear 3s;
}
.homepage-digital-banking > .content .photo svg .fade-el:nth-child(10) {
  transition: opacity 0.5s linear 3.3s;
}
.homepage-digital-banking.active > .content .photo .fade-el {
  opacity: 1;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.homepage-feature {
  margin-bottom: 6rem;
  opacity: 1;
}
@media screen and (min-width: 980px) {
  .homepage-feature {
    padding: 0 2rem;
    background-color: var(--calypso);
    background-image: url(../blocks/homepage-feature/feature-waves.svg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}
.homepage-feature > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1750px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .homepage-feature > .content {
    grid-template-columns: 7fr 3fr;
    column-gap: clamp(1.6rem, 1vw, 3rem);
  }
}
.homepage-feature > .content .main-section {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 20px;
  min-height: 400px;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.homepage-feature > .content .main-section.loading {
  opacity: 0;
}
@media screen and (min-width: 980px) {
  .homepage-feature > .content .main-section {
    padding: 0 0;
    grid-template-columns: 3.5fr 7fr;
    position: relative;
    column-gap: 2rem;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) and (max-width: 1300px) {
  .homepage-feature > .content .main-section {
    grid-template-columns: 3.5fr 7fr;
  }
}
@media screen and (min-width: 980px) {
  .homepage-feature > .content .main-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    bottom: 25px;
    border-radius: 1.5rem;
    background-color: white;
    z-index: 0;
  }
  .homepage-feature > .content .main-section:has(img[src$=".png" i]) {
    overflow: hidden;
  }
}
.homepage-feature > .content .main-section .info {
  position: relative;
  z-index: 1;
  padding: 8rem 0 clamp(8.8rem, 10vw, 10rem) clamp(3.3rem, 2vw, 7rem);
}
.homepage-feature > .content .main-section .info .f-h1 {
  color: var(--primary-color);
  margin-bottom: 1.6rem;
  font-size: clamp(2.4rem, 3vw, 3rem);
}
.homepage-feature > .content .main-section .info .copy {
  margin-bottom: 2.5rem;
}
.homepage-feature > .content .main-section .info .actions {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: flex-start;
}
@media screen and (max-width: 979px) {
  .homepage-feature > .content .main-section .info {
    order: 2;
    padding-top: 2.5rem;
    padding-left: 0;
    max-width: 500px;
    margin: 0 auto;
  }
  .homepage-feature > .content .main-section .info .actions {
    justify-items: center;
  }
}
.homepage-feature > .content .main-section .photo {
  height: auto;
  width: 100%;
  overflow: hidden;
  min-height: calc(350px + 5rem);
}
@media screen and (max-width: 979px) {
  .homepage-feature > .content .main-section .photo {
    background-color: var(--calypso);
    background-image: url(../blocks/homepage-feature/feature-waves.svg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative !important;
    order: 1;
    width: calc(100% + 40px);
    left: -20px;
    max-width: unset !important;
    height: auto;
  }
}
.homepage-feature > .content .main-section .photo:not([src$=".png" i]) {
  position: relative;
  padding: 2.5rem 0;
  z-index: 1;
}
@media screen and (max-width: 979px) {
  .homepage-feature > .content .main-section .photo:not([src$=".png" i]) {
    padding: 2.5rem 0rem;
  }
}
.homepage-feature > .content .main-section .photo:not([src$=".png" i]) img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 979px) {
  .homepage-feature > .content .main-section .photo:not([src$=".png" i]) img {
    aspect-ratio: 353/154;
  }
}
@media screen and (min-width: 980px) {
  .homepage-feature > .content .main-section .photo:not([src$=".png" i]) img {
    border-radius: 0 1.5rem 1.5rem 0;
  }
}
.homepage-feature > .content .main-section .photo:has([src$=".png" i]) {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 62%;
  height: 100%;
}
.homepage-feature > .content .main-section .photo:has([src$=".png" i]) img {
  height: calc(100% + 2.5em);
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 980px) and (max-width: 1300px) {
  .homepage-feature > .content .main-section .photo:has([src$=".png" i]) {
    bottom: 25px;
    position: relative;
    max-width: unset;
  }
}
@media screen and (max-width: 979px) {
  .homepage-feature > .content .main-section .photo:has([src$=".png" i]):before {
    content: "";
    position: absolute;
    top: 2.5rem;
    bottom: 2.5rem;
    left: 2rem;
    right: 2rem;
    background-color: white;
    border-radius: 15px;
    z-index: 0;
  }
  .homepage-feature > .content .main-section .photo:has([src$=".png" i]) img {
    object-fit: cover;
    object-position: center top;
    z-index: 1;
    position: relative;
  }
}
.homepage-feature > .content .cross-sell {
  background-size: cover;
  height: auto;
  background-position: center top;
  margin: 2.4rem 0;
  border-radius: 1rem;
  position: relative;
}
@media screen and (max-width: 979px) {
  .homepage-feature > .content .cross-sell {
    max-width: 600px;
    width: calc(100% - 4rem);
    aspect-ratio: 390/321;
    margin: 0 auto;
  }
}
.homepage-feature > .content .cross-sell .copy {
  background-color: var(--oxford-blue);
  border-radius: 5px;
  position: absolute;
  bottom: 1.7rem;
  left: 1.7rem;
  right: 1.7rem;
  display: grid;
  grid-template-columns: 1fr;
  padding: 2.2rem 1.5rem 2rem;
  justify-content: center;
  justify-items: center;
}
.homepage-feature > .content .cross-sell .copy img {
  position: absolute;
  transform: translateY(-50%);
  height: 4rem;
  width: 4rem;
  z-index: 1;
}
.homepage-feature > .content .cross-sell .copy .f-h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.homepage-feature > .content .cross-sell .copy p {
  color: var(--white);
  text-align: center;
  margin-bottom: 0.3rem;
}
.homepage-feature > .content .cross-sell .copy .actions {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.homepage-feature > .content .cross-sell .copy .actions > a {
  color: var(--tertiary-color);
  font-size: 1.6rem;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.kadence-ticker {
  padding: 0 20px;
  position: relative;
  margin-bottom: 4em;
}
.kadence-ticker:before {
  content: "";
  position: absolute;
  inset: 0;
  bottom: 21rem;
  background-color: var(--silent-snowfall);
  z-index: -1;
  background-image: url(../blocks/homepage-kadence-ticker/background-homepage-kadence-waves.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (min-width: 980px) {
  .kadence-ticker:before {
    bottom: 8rem;
  }
}
.kadence-ticker .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 15rem;
}
.kadence-ticker .content .headline .f-h2 {
  text-align: center;
  position: relative;
  margin-bottom: 6.1rem;
  font-size: clamp(2.2rem, 3vw, 3rem);
}
.kadence-ticker .content .headline .f-h2:after {
  content: "";
  background-image: url(../blocks/homepage-cards/wave.svg);
  aspect-ratio: 81/6;
  width: 8.1rem;
  position: absolute;
  bottom: -2.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.kadence-ticker .content .headline .copy {
  max-width: 700px;
  text-align: center;
  margin: 0 auto 3em;
}
.kadence-ticker .content .tickers {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: clamp(6rem, 5vw, 8.2rem);
  row-gap: 1.4rem;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .kadence-ticker .content .tickers {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: clamp(2rem, 3vw, 4.2rem);
  }
}
.kadence-ticker .content .tickers .ticker {
  padding: 2.4rem 3.2rem;
  background-color: var(--white);
  border-radius: 15px;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .kadence-ticker .content .tickers .ticker {
    max-width: 391px;
  }
}
.kadence-ticker .content .tickers .ticker .header {
  display: grid;
  grid-template-areas: "image counter" "image subtitle";
  grid-template-columns: clamp(8.2rem, 10vw, 10rem) auto;
  column-gap: 1.3rem;
  margin-bottom: 2.1rem;
}
.kadence-ticker .content .tickers .ticker .header .image {
  grid-area: image;
  aspect-ratio: 1;
  width: clamp(8.2rem, 10vw, 10rem);
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
.kadence-ticker .content .tickers .ticker .header .f-h3 {
  grid-area: counter;
  font-family: "futura-pt", sans-serif;
  font-size: clamp(4.1rem, 3vw, 5rem);
  font-weight: 700;
  margin-bottom: 0;
}
.kadence-ticker .content .tickers .ticker .header .subtitle {
  font-family: "futura-pt", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
  grid-area: subtitle;
}
@media screen and (min-width: 980px) and (max-width: 1350px) {
  .kadence-ticker .content .tickers .ticker .header {
    grid-template-areas: "image" "counter" "subtitle";
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 1.3rem;
    margin-bottom: 2rem;
  }
  .kadence-ticker .content .tickers .ticker .copy {
    text-align: center;
  }
}
.kadence-ticker .content .testimonials {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .kadence-ticker .content .testimonials {
    flex-direction: row;
    column-gap: clamp(2rem, 5vw, 4.6rem);
  }
}
.kadence-ticker .content .testimonials .testimonial {
  padding: clamp(3.2rem, 3vw, 4rem) clamp(2.4rem, 2.8vw, 3rem);
  border-radius: 15px;
  background-color: var(--calypso);
  max-width: 677px;
}
.kadence-ticker .content .testimonials .testimonial .copy, .kadence-ticker .content .testimonials .testimonial .author {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "lato", sans-serif;
  padding-bottom: 1em;
}
.kadence-ticker .content .testimonials .testimonial .author {
  font-weight: 500;
  padding-bottom: 0;
}
.kadence-ticker.non-homepage {
  padding-bottom: 3em;
  padding-top: 2em;
}
.kadence-ticker.non-homepage > .content {
  padding-top: 5rem;
}
.kadence-ticker.non-homepage:before {
  bottom: 0 !important;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.homepage-membership {
  overflow: visible;
  position: relative;
  z-index: 1;
  margin-top: 5em;
}
@media screen and (min-width: 980px) {
  .homepage-membership {
    max-height: 525px;
    height: 35vw;
  }
}
.homepage-membership > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  justify-content: center;
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media screen and (max-width: 979px) {
  .homepage-membership > .content {
    margin-bottom: -5.4rem;
    margin-top: -5.4rem;
  }
}
.homepage-membership > .content .photo {
  width: 100%;
  aspect-ratio: 410/293;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px 0 0 15px;
  position: relative;
  top: 5.4rem;
  right: 0;
  margin-left: 30px;
}
@media screen and (min-width: 980px) {
  .homepage-membership > .content .photo {
    aspect-ratio: 1250/599;
    top: 0;
    position: absolute;
    left: unset;
    max-width: clamp(637px, 85vw, 1250px);
    z-index: 0;
  }
}
@media screen and (min-width: 1420px) {
  .homepage-membership > .content .photo {
    border-radius: 15px 15px 15px 15px;
  }
}
.homepage-membership > .content .info {
  position: relative;
  z-index: 1;
  max-width: 446px;
  padding: clamp(4.2rem, 5vw, 8.4rem) 20px clamp(5.6rem, 6vw, 8.4rem) 0;
  overflow: visible;
}
@media screen and (max-width: 979px) {
  .homepage-membership > .content .info {
    justify-content: center;
    max-width: 600px;
  }
}
@media screen and (max-width: 1475px) {
  .homepage-membership > .content .info {
    padding-left: 20px;
  }
}
.homepage-membership > .content .info:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1000px;
  border-radius: 0 15px 15px 0;
  background-color: var(--primary-color);
  z-index: 0;
}
@media screen and (max-width: 979px) {
  .homepage-membership > .content .info:before {
    width: auto;
    left: 0;
    right: 30px;
  }
}
.homepage-membership > .content .info .f-h2, .homepage-membership > .content .info .copy, .homepage-membership > .content .info .actions {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 979px) {
  .homepage-membership > .content .info .f-h2, .homepage-membership > .content .info .copy, .homepage-membership > .content .info .actions {
    padding-right: 30px;
  }
}
.homepage-membership > .content .info .f-h2 {
  font-size: clamp(2.2rem, 3vw, 3rem);
  color: var(--white);
  margin-bottom: 2.2rem;
}
.homepage-membership > .content .info .copy {
  margin-bottom: 2.4rem;
  color: var(--white);
}
.homepage-membership > .content .info .actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, 22.5rem);
  column-gap: 2rem;
  row-gap: 1rem;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.homepage-rates {
  background-image: url(../blocks/homepage-rates/wave-bg.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 979px) {
  .homepage-rates {
    background-image: url(../blocks/homepage-rates/waves-mobile.svg);
  }
}
.homepage-rates:before {
  content: "";
  background-color: var(--cold-current);
  position: absolute;
  left: 2rem;
  right: 0;
  top: 5.7rem;
  bottom: 5.5rem;
  border-radius: 1.5rem 0 0 1.5rem;
  z-index: 0;
}
@media screen and (min-width: 980px) {
  .homepage-rates:before {
    top: 8.5rem;
    width: 90vw;
    left: unset;
    max-width: 1660px;
  }
}
@media screen and (min-width: 1300px) {
  .homepage-rates:before {
    bottom: 15.7rem;
  }
}
@media screen and (min-width: 1921px) {
  .homepage-rates:before {
    max-width: 80vw;
  }
}
@media screen and (max-width: 979px) {
  .homepage-rates:before {
    right: 2rem;
    border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
.homepage-rates > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 3.8rem;
}
@media screen and (min-width: 1300px) {
  .homepage-rates > .content {
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(2rem, 3vw, 9.2rem);
    padding-left: 20px;
    padding-right: 20px;
  }
}
.homepage-rates > .content .location-select {
  display: block;
}
.homepage-rates > .content .location-rates {
  display: none;
}
.homepage-rates > .content .photo {
  aspect-ratio: 217/292;
  width: 100%;
  max-width: 50vw;
  border-radius: 15px;
  overflow: hidden;
  justify-self: center;
}
@media screen and (min-width: 980px) {
  .homepage-rates > .content .photo {
    max-width: 550px;
  }
}
@media screen and (min-width: 1300px) {
  .homepage-rates > .content .photo {
    justify-self: flex-end;
  }
}
.homepage-rates > .content .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.homepage-rates > .content .info {
  align-self: center;
  padding: 0 20px;
  display: grid;
  justify-items: center;
  padding-bottom: 4rem;
  padding-top: 3rem;
}
@media screen and (min-width: 980px) {
  .homepage-rates > .content .info {
    justify-items: flex-start;
  }
}
.homepage-rates > .content .info .f-h2 {
  color: #fff;
  font-size: clamp(2.2rem, 3vw, 3rem);
  margin-bottom: 2.2rem;
  justify-self: center;
}
@media screen and (min-width: 1300px) {
  .homepage-rates > .content .info .f-h2 {
    justify-self: flex-start;
  }
}
.homepage-rates > .content .info .location-select .f-h2 {
  position: relative;
  display: flex;
  align-items: center;
}
.homepage-rates > .content .info .location-select .f-h2:before {
  content: url(../blocks/homepage-rates/ico-location.svg);
  margin-right: 1.7rem;
}
@media screen and (max-width: 979px) {
  .homepage-rates > .content .info .location-select .f-h2 {
    flex-direction: column;
  }
}
.homepage-rates > .content .info .location-rates .location-display {
  display: none;
  margin-bottom: 3.2rem;
}
.homepage-rates > .content .info .location-rates .location-display p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--white);
}
@media screen and (min-width: 1300px) {
  .homepage-rates > .content .info .location-rates .location-display p {
    justify-content: flex-start;
  }
}
.homepage-rates > .content .info .location-rates .location-display p:before {
  content: "";
  margin-right: 1rem;
  height: 1.7rem;
  width: 1.3rem;
  background-image: url(../blocks/homepage-rates/ico-location-pin.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.homepage-rates > .content .info .location-rates .location-display p span {
  padding: 0 1rem 0 0.5rem;
}
.homepage-rates > .content .info .location-rates .location-display p button {
  text-decoration: underline;
}
.homepage-rates > .content .info .location-rates .rates-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.1rem;
  margin-bottom: 2.9rem;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .homepage-rates > .content .info .location-rates .rates-container {
    width: 571px;
    grid-template-columns: 1fr 1fr;
    justify-items: flex-start;
  }
}
.homepage-rates > .content .info .location-rates .rates-container .rate-block {
  max-width: 275px;
  width: 100%;
  background-color: var(--white);
  border-radius: 20px;
  position: relative;
  padding: 1.8rem 3.2rem;
  align-content: center;
}
.homepage-rates > .content .info .location-rates .rates-container .rate-block .name {
  text-wrap: pretty;
  font-family: "futura-pt", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--black);
}
.homepage-rates > .content .info .location-rates .rates-container .rate-block .name span {
  font-size: 1.8rem;
  font-weight: 700;
}
.homepage-rates > .content .info .location-rates .rates-container .rate-block .rate {
  font-family: "futura-pt", sans-serif;
  font-size: 4rem;
  color: var(--tertiary-color);
  font-weight: 700;
}
.homepage-rates > .content .info .location-rates .rates-container .rate-block .rate span {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.homepage-rates > .content .info .location-rates .rates-container .rate-block a {
  position: absolute;
  top: 50%;
  right: 2.1rem;
  transform: translateY(-50%);
}
.homepage-rates > .content .info .location-rates > a {
  justify-self: center;
}
@media screen and (min-width: 1300px) {
  .homepage-rates > .content .info .location-rates > a {
    justify-self: flex-start;
  }
}
.homepage-rates.visible .location-select {
  display: none;
}
.homepage-rates.visible .location-rates {
  display: block;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.icon-row {
  padding: 0 20px;
  margin-bottom: 4em;
}
.icon-row > .content {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  row-gap: 5.6rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.icon-row > .content .f-h2 {
  position: relative;
  margin-bottom: 0;
}
.icon-row > .content .f-h2:after {
  content: url(../blocks/icon-row/headline-wave.svg);
  position: absolute;
  left: 50%;
  bottom: -3.2rem;
  transform: translateX(-50%);
}
.icon-row > .content > .icon-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: clamp(2rem, 6vw, 7.4rem);
}
@media screen and (max-width: 979px) {
  .icon-row > .content > .icon-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 2.1rem;
  }
}
.icon-row > .content > .icon-container .icon-box {
  display: grid;
  grid-template-columns: 5rem auto;
  column-gap: 1.1rem;
  align-items: center;
  justify-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 980px) {
  .icon-row > .content > .icon-container .icon-box {
    grid-template-columns: 1fr;
    justify-content: center;
    max-width: 100px;
    row-gap: 1.5rem;
    align-items: flex-start;
    grid-template-rows: 100px auto;
  }
}
.icon-row > .content > .icon-container .icon-box .icon {
  aspect-ratio: 1;
  height: clamp(5rem, 5vw, 10rem);
  background-color: var(--silent-snowfall);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-row > .content > .icon-container .icon-box .icon img {
  object-fit: contain;
  width: 50%;
  object-position: center;
}
.icon-row > .content > .icon-container .icon-box .title {
  font-family: "lato", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--black);
}
@media screen and (min-width: 980px) {
  .icon-row > .content > .icon-container .icon-box .title {
    text-align: center;
  }
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.internal-page-header {
  padding: 0 20px;
  margin-bottom: 2em;
  position: relative;
}
.internal-page-header:before {
  content: "";
  background-image: url(../blocks/internal-page-header/background-internal-header.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 225px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
}
@media screen and (max-width: 979px) {
  .internal-page-header:before {
    aspect-ratio: 430/105;
    height: 105px;
  }
}
@media screen and (min-width: 980px) {
  .internal-page-header:after {
    content: "";
    background-color: var(--calypso);
    position: absolute;
    max-width: 1740px;
    width: calc(100% - 40px);
    top: 7.4rem;
    bottom: 4.4rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
    z-index: -1;
  }
}
.internal-page-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  padding-top: 3.8rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .internal-page-header > .content {
    grid-template-columns: 4fr 5fr;
    column-gap: clamp(5rem, 5vw, 10rem);
    padding-left: 20px;
    padding-right: 20px;
    min-height: 360px;
  }
  .internal-page-header > .content:not(:has(.photo)) {
    grid-template-columns: 9fr 5fr;
    max-width: 1200px;
  }
}
.internal-page-header > .content .photo {
  aspect-ratio: 700/360;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  align-self: flex-start;
}
.internal-page-header > .content .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 980px) {
  .internal-page-header > .content .photo {
    order: 2;
  }
}
@media screen and (min-width: 980px) {
  .internal-page-header > .content .info {
    padding-top: 8.5rem;
    padding-bottom: 9.2rem;
  }
}
@media screen and (max-width: 979px) {
  .internal-page-header > .content .info {
    margin: -2em 20px 0;
    background-color: var(--calypso);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 2rem 3.3rem;
    width: calc(100% - 40px);
  }
}
.internal-page-header > .content .info .f-h1 {
  color: var(--white);
  margin-bottom: 1.7rem;
}
.internal-page-header > .content .info .copy {
  color: var(--white);
  text-wrap: pretty;
}
@media screen and (max-width: 979px) {
  .internal-page-header > .content .info .copy {
    max-width: 500px;
  }
}
.internal-page-header > .content .info .actions {
  padding-top: 3rem;
  display: grid;
  column-gap: 2em;
  row-gap: 1em;
  grid-template-columns: repeat(auto-fill, 220px);
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.internal-rates {
  background-color: var(--cold-current);
  position: relative;
  padding-bottom: 3.5rem;
  margin-bottom: 5em;
}
.internal-rates .location-select {
  display: block;
}
.internal-rates .location-rates {
  display: none;
}
.internal-rates.visible .location-select {
  display: none;
}
.internal-rates.visible .location-rates {
  display: block;
}
.internal-rates:before {
  content: "";
  background-color: var(--cold-current);
  position: absolute;
  left: 2rem;
  right: 0;
  top: 5.7rem;
  bottom: 5.5rem;
  border-radius: 1.5rem 0 0 1.5rem;
  z-index: 0;
}
@media screen and (min-width: 980px) {
  .internal-rates:before {
    top: 8.5rem;
    width: 90vw;
    left: unset;
    max-width: 1660px;
  }
}
@media screen and (min-width: 1300px) {
  .internal-rates:before {
    bottom: 15.7rem;
  }
}
@media screen and (min-width: 1921px) {
  .internal-rates:before {
    max-width: 80vw;
  }
}
.internal-rates > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 3.8rem;
  min-height: 514px;
}
@media screen and (min-width: 1300px) {
  .internal-rates > .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.internal-rates > .content .photo {
  aspect-ratio: 217/292;
  width: 100%;
  max-width: 50vw;
  border-radius: 15px;
  overflow: hidden;
  justify-self: center;
}
@media screen and (min-width: 980px) {
  .internal-rates > .content .photo {
    max-width: 550px;
  }
}
@media screen and (min-width: 1300px) {
  .internal-rates > .content .photo {
    justify-self: flex-end;
  }
}
.internal-rates > .content .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.internal-rates > .content .info {
  align-self: center;
  padding: 0 20px;
  display: grid;
  justify-items: center;
  padding-bottom: 4rem;
  padding-top: 5rem;
}
@media screen and (min-width: 980px) {
  .internal-rates > .content .info {
    justify-items: center;
  }
}
.internal-rates > .content .info .f-h2 {
  color: #fff;
  font-size: clamp(2.2rem, 3vw, 3rem);
  margin-bottom: 2.2rem;
  justify-self: center;
}
@media screen and (min-width: 1300px) {
  .internal-rates > .content .info .f-h2 {
    justify-self: center;
  }
}
.internal-rates > .content .info .location-select {
  align-self: center;
}
.internal-rates > .content .info .location-select .f-h2 {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.internal-rates > .content .info .location-select .f-h2:before {
  content: url(../blocks/homepage-rates/ico-location.svg);
  margin-right: 1.7rem;
}
@media screen and (max-width: 979px) {
  .internal-rates > .content .info .location-select .f-h2 {
    flex-direction: column;
  }
}
.internal-rates > .content .info .location-select button {
  justify-self: center;
}
.internal-rates > .content .info .location-rates .f-h2 {
  justify-self: center;
  margin-bottom: 5.1rem;
  position: relative;
}
.internal-rates > .content .info .location-rates .f-h2:after {
  content: "";
  background-image: url(../blocks/internal-rates/wave.svg);
  aspect-ratio: 81/6;
  width: 8.1rem;
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
}
.internal-rates > .content .info .location-rates .location-display {
  margin-bottom: 3.2rem;
  display: grid;
  justify-content: center;
  display: none;
}
.internal-rates > .content .info .location-rates .location-display p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--white);
}
@media screen and (min-width: 1300px) {
  .internal-rates > .content .info .location-rates .location-display p {
    justify-content: flex-start;
  }
}
.internal-rates > .content .info .location-rates .location-display p:before {
  content: "";
  margin-right: 1rem;
  height: 1.7rem;
  width: 1.3rem;
  background-image: url(../blocks/homepage-rates/ico-location-pin.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.internal-rates > .content .info .location-rates .location-display p span {
  padding: 0 1rem 0 0.5rem;
}
.internal-rates > .content .info .location-rates .location-display p button {
  text-decoration: underline;
}
.internal-rates > .content .info .location-rates .rates-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.1rem;
  margin-bottom: 2.9rem;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .internal-rates > .content .info .location-rates .rates-container {
    width: 100%;
    max-width: 1200px;
    grid-template-columns: repeat(auto-fill, 275px);
    justify-content: center;
  }
}
.internal-rates > .content .info .location-rates .rates-container .rate-block {
  max-width: 275px;
  width: 100%;
  background-color: var(--white);
  border-radius: 20px;
  position: relative;
  padding: 1.8rem 2rem;
  align-content: center;
}
.internal-rates > .content .info .location-rates .rates-container .rate-block .name {
  text-wrap: pretty;
  font-family: "futura-pt", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--black);
}
.internal-rates > .content .info .location-rates .rates-container .rate-block .name span {
  font-size: 1.8rem;
  font-weight: 700;
}
.internal-rates > .content .info .location-rates .rates-container .rate-block .rate {
  font-family: "futura-pt", sans-serif;
  font-size: 4rem;
  color: var(--tertiary-color);
  font-weight: 700;
}
.internal-rates > .content .info .location-rates .rates-container .rate-block .rate span {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.internal-rates > .content .info .location-rates .rates-container .rate-block a {
  position: absolute;
  top: 50%;
  right: 2.1rem;
  transform: translateY(-50%);
}
.internal-rates > .content .info .location-rates > a {
  justify-self: center;
  margin-bottom: 4.3rem;
}
.internal-rates > .content .info .location-rates .disclosure {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: "lato", sans-serif;
  font-size: 1.6rem;
  max-width: 1000px;
  color: white;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.jump-nav {
  padding: 0 20px;
  margin-bottom: 8rem;
}
.jump-nav > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .jump-nav > .content > button {
    pointer-events: none;
  }
}
.jump-nav > .content .f-h2 {
  text-align: center;
  color: var(--cold-current);
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  position: relative;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .jump-nav > .content .f-h2 {
    margin-bottom: 1.4rem;
  }
}
.jump-nav > .content .f-h2:before {
  content: url(../blocks/jump-nav/ico-jump-nav.svg);
}
.jump-nav > .content .links {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  padding-left: 0;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .jump-nav > .content .links {
    flex-direction: row;
    column-gap: clamp(20px, 5vw, 5.1rem);
    display: flex !important;
  }
}
.jump-nav > .content .links > li {
  list-style: none;
  padding-left: 0;
}
.jump-nav > .content .links > li a,
.jump-nav > .content .links > li button {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--tertiary-color);
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
}
.jump-nav > .content .links > li a:hover,
.jump-nav > .content .links > li button:hover {
  text-decoration: underline currentColor;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.main-rate-block {
  margin-bottom: 5.6rem;
  padding: 0 20px;
  display: none;
  transition: opacity 0.2s ease;
}
@starting-styles {
  .main-rate-block {
    opacity: 0;
  }
}
.main-rate-block.visible {
  display: block;
  opacity: 1;
}
.content .main-rate-block {
  padding: 0 0 0 0;
}
.main-rate-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 298px;
  border-radius: 15px;
  overflow: hidden;
  column-gap: clamp(20px, 5vw, 7.5rem);
  background-color: var(--silent-snowfall);
}
@media screen and (max-width: 979px) {
  .main-rate-block > .content {
    grid-template-columns: 1fr;
  }
}
.main-rate-block > .content .f-h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  padding: clamp(1.7rem, 2vw, 2.1rem) clamp(2.9rem, 3vw, 4.1rem);
  background-color: var(--primary-color);
  width: 100%;
  color: var(--white);
  grid-column: 1/3;
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .main-rate-block > .content .f-h2 {
    grid-column: 1;
  }
}
.main-rate-block > .content .main-block {
  padding: 2.5rem 0 2.5rem 4rem;
}
@media screen and (max-width: 979px) {
  .main-rate-block > .content .main-block {
    padding: 2.5rem 2.4rem 0;
  }
}
.main-rate-block > .content .main-block .location-display {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #c7dae8;
  padding-bottom: 2.5rem;
  font-size: 1.8rem;
  font-family: "lato", sans-serif;
}
.main-rate-block > .content .main-block .location-display:before {
  content: url(../template_images/svg-shapes/ico-locations.svg);
}
.main-rate-block > .content .main-block .location-display span {
  font-weight: 700;
}
.main-rate-block > .content .main-block .location-display button {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "lato", sans-serif;
  color: var(--primary-color);
  text-decoration: underline;
  margin-left: 1em;
}
.main-rate-block > .content .main-block .effective-date {
  padding: 2.5rem 0;
}
.main-rate-block > .content .actions {
  padding-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  justify-content: center;
  align-items: flex-start;
  justify-items: center;
  align-content: flex-start;
  padding-bottom: 5.4rem;
}
@media screen and (min-width: 980px) {
  .main-rate-block > .content .actions {
    padding-top: 9.4rem;
  }
}
.main-rate-block > .content .disclosure {
  margin-bottom: 0;
  background-color: var(--dissolved-denim);
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding: 0 clamp(20px, 3vw, 40px);
  grid-column: 1/3;
}
@media screen and (max-width: 979px) {
  .main-rate-block > .content .disclosure {
    grid-column: 1;
  }
}
.main-rate-block > .content .disclosure .accordion-content {
  padding-bottom: 3.5rem;
  font-size: 1.4rem;
}
.main-rate-block > .content .disclosure button {
  width: 100%;
  max-width: 125px;
  padding: 15.5px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "lato", sans-serif;
  font-weight: 800;
}
.main-rate-block > .content .disclosure button:before, .main-rate-block > .content .disclosure button:after {
  height: 1.1rem;
  width: 3px;
  right: 0 !important;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.membership-block {
  padding: 0 20px;
  margin-bottom: 0;
  padding-top: 6.4rem;
  padding-bottom: 6.6rem;
  background-color: var(--silent-snowfall);
}
@media screen and (min-width: 980px) {
  .membership-block {
    padding-bottom: 10rem;
    padding-top: 7.4rem;
  }
}
.membership-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .membership-block > .content {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "headline perks" "actions perks";
    column-gap: clamp(20px, 5vw, 50px);
  }
  .membership-block > .content .headline-side {
    grid-area: headline;
    align-self: flex-end;
  }
  .membership-block > .content .actions {
    grid-area: actions;
    align-self: flex-start;
  }
  .membership-block > .content .perk-list {
    grid-area: perks;
  }
}
@media screen and (max-width: 979px) {
  .membership-block > .content .headline-side {
    max-width: 600px;
    justify-self: center;
  }
}
.membership-block > .content .headline-side .f-h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.membership-block > .content .headline-side .copy {
  margin-bottom: 2.5rem;
}
.membership-block > .content .actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, 220px);
  column-gap: 2em;
  row-gap: 1em;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .membership-block > .content .actions {
    justify-content: center;
    width: 100%;
  }
}
.membership-block > .content .actions > * {
  width: 100%;
  max-width: 220px;
}
.membership-block > .content .perk-list {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 2.6rem;
  padding-bottom: 4.5rem;
  justify-self: center;
}
@media screen and (max-width: 979px) {
  .membership-block > .content .perk-list {
    max-width: 600px;
    width: 100%;
  }
}
.membership-block > .content .perk-list > li {
  list-style: none;
  display: grid;
  grid-template-columns: clamp(70px, 5vw, 100px) auto;
  column-gap: clamp(1.8rem, 2vw, 2.5rem);
  align-items: center;
}
.membership-block > .content .perk-list > li .image {
  border-radius: 50%;
  background-color: var(--white);
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.membership-block > .content .perk-list > li .image img {
  max-width: 50%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 979px) {
  .membership-block > .content .perk-list > li .image img {
    max-width: 60%;
  }
}
.membership-block > .content .perk-list > li .f-h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.membership-block.membership-style {
  padding-top: 19.4rem;
  margin-top: -16rem;
  background-color: var(--dissolved-denim);
}
.membership-block.membership-style > .content {
  grid-template-columns: 1fr;
  grid-template-areas: "headline" "perks" "actions";
}
.membership-block.membership-style > .content .headline {
  margin-bottom: 2em;
}
@media screen and (min-width: 980px) {
  .membership-block.membership-style > .content .perk-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(20px, 5vw, 50px);
  }
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.mortgage-video-block {
  padding: 0 20px;
  margin-bottom: 4em;
}
.mortgage-video-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  border-radius: 15px;
  aspect-ratio: 1400/415;
  overflow: hidden;
}
@media screen and (max-width: 979px) {
  .mortgage-video-block > .content {
    aspect-ratio: 375/185;
  }
}
.mortgage-video-block > .content:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: var(--oxford-blue);
  opacity: var(--opacity);
}
.mortgage-video-block > .content .video {
  position: absolute;
  inset: 0;
}
.mortgage-video-block > .content .video img, .mortgage-video-block > .content .video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 979px) {
  .mortgage-video-block > .content .video img, .mortgage-video-block > .content .video video {
    object-position: center;
  }
}
.mortgage-video-block > .content .info {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mortgage-video-block > .content .info .image {
  padding: 0 20px;
  max-width: 100%;
}
.mortgage-video-block > .content .info .image img {
  width: 100%;
  object-fit: contain;
}
.mortgage-video-block > .content .info .lead-in {
  text-align: center;
  position: relative;
  margin-bottom: 5.1rem;
  font-size: clamp(2.2rem, 3vw, 3rem);
  color: var(--white);
  font-family: "futura-pt", sans-serif;
}
.mortgage-video-block > .content .info .lead-in:after {
  content: "";
  background-image: url(../blocks/mortgage-video-block/wave.svg);
  aspect-ratio: 81/6;
  width: 8.1rem;
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  filter: brightness(0) invert(1);
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.multi-page-product {
  margin-bottom: 4em;
  padding: 0 20px;
}
.multi-page-product .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
  border-radius: 15px;
  background-color: var(--silent-snowfall);
  padding: clamp(20px, 5vw, 50px) clamp(30px, 5vw, 100px);
}
.multi-page-product .content .f-h2 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2.5rem;
}
.multi-page-product .content .subtitle {
  font-family: "futura-pt", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
.multi-page-product .content .subtitle > p {
  font-family: "futura-pt", sans-serif;
}
.multi-page-product .content .copy p {
  margin-bottom: 1.25em;
}
.multi-page-product .content .copy ul {
  padding-left: 0;
  column-count: 1;
}
@media screen and (min-width: 980px) {
  .multi-page-product .content .copy ul {
    column-count: 2;
  }
}
.multi-page-product .content .copy ul li {
  break-inside: avoid;
  list-style: none;
  position: relative;
  display: block;
  padding-bottom: 1em;
  break-inside: avoid;
}
.multi-page-product .content .copy ul li:before {
  content: url(../template_images/block-assets/tick.svg);
  position: relative;
  top: 2px;
  margin-right: 0.5em;
}
.multi-page-product .content .accordion-container {
  background-color: var(--white);
  padding: 1em;
  border-radius: 15px;
  margin-bottom: 1em;
  display: grid;
}
.multi-page-product .content .accordion-container > button {
  width: 100%;
  text-align: left;
  text-transform: capitalize;
}
.multi-page-product .content .faqs .f-h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.multi-page-product .content .accordion-content {
  padding: 2em 1em 2em;
}
.multi-page-product .content .actions {
  padding-top: 1em;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .multi-page-product .content .actions {
    grid-template-columns: repeat(auto-fit, 220px);
    column-gap: 2em;
  }
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.picture-block {
  margin-bottom: 4em;
  padding: 0 20px;
}
.picture-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.picture-block > .content .info-section {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
}
.picture-block > .content .info-section .copy {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--cold-current);
  text-align: center;
}
.picture-block > .content .info-section .actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, 220px);
  column-gap: 2rem;
  row-gap: 1em;
  justify-content: center;
  justify-items: center;
}
.picture-block > .content .f-h2 {
  text-align: center;
  position: relative;
  margin-bottom: 5.1rem;
  font-size: clamp(2.5rem, 3vw, 4rem);
}
.picture-block > .content .f-h2:after {
  content: "";
  background-image: url(../blocks/homepage-cards/wave.svg);
  aspect-ratio: 81/6;
  width: 8.1rem;
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
}
.picture-block > .content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0.5rem;
  column-gap: 5px;
  padding-left: 0;
}
@media screen and (min-width: 980px) {
  .picture-block > .content ul {
    column-gap: 2.6rem;
    grid-template-columns: repeat(auto-fit, clamp(300px, 27vw, 515px));
    justify-content: center;
  }
  .picture-block > .content ul:has(.image:nth-child(3)) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.picture-block > .content ul > li {
  list-style: none;
  border-radius: clamp(1rem, 2vw, 1.5rem);
  overflow: hidden;
  aspect-ratio: 515/330;
}
.picture-block > .content ul > li > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 979px) {
  .picture-block > .content ul > li:has(.image:nth-child(3)):nth-of-type(2) {
    order: 0;
    aspect-ratio: 345/220;
    grid-column: 1/3;
  }
  .picture-block > .content ul > li:has(.image:nth-child(3)):nth-of-type(1), .picture-block > .content ul > li:has(.image:nth-child(3)):nth-of-type(3) {
    order: 1;
  }
}
.picture-block.membership-style > .content .f-h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
}
.picture-block.membership-style > .content .copy {
  font-size: 1.6rem;
  font-family: "lato", sans-serif;
  color: var(--black);
  font-weight: 400;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.primary-product-block {
  padding: 0 20px;
  margin-bottom: 4em;
}
.primary-product-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 600px);
  justify-content: center;
  justify-items: center;
  padding-left: clamp(2.3rem, 5vw, 100px);
  padding-right: clamp(2.3rem, 5vw, 100px);
}
@media screen and (min-width: 980px) {
  .primary-product-block > .content {
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(2rem, 5vw, 6.4rem);
  }
}
@media screen and (min-width: 1050px) {
  .primary-product-block > .content {
    grid-template-columns: 5fr 6fr;
  }
}
.primary-product-block > .content:before {
  content: "";
  background-color: var(--silent-snowfall);
  position: absolute;
  inset: 3.7rem 0;
  z-index: -1;
  border-radius: 15px;
}
.primary-product-block > .content .photo {
  aspect-ratio: 530/375;
  width: 100%;
  max-width: 530px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.primary-product-block > .content .photo:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../blocks/primary-product-block/product-image-overlay.svg);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: block;
  pointer-events: none;
  opacity: var(--waveOpacity, 0.35);
}
@media screen and (min-width: 980px) {
  .primary-product-block > .content .photo {
    border-radius: 15px;
  }
}
.primary-product-block > .content .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.primary-product-block > .content .info {
  max-width: 530px;
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 979px) {
  .primary-product-block > .content .info {
    padding-top: 5rem;
  }
}
.primary-product-block > .content .info .f-h2 {
  margin-bottom: 1.7rem;
  font-family: "futura-pt", sans-serif;
}
.primary-product-block > .content .info .f-h2 > p {
  font-family: "futura-pt", sans-serif;
}
@media screen and (min-width: 980px) {
  .primary-product-block > .content .info {
    max-width: 606px;
  }
}
.primary-product-block > .content .info .copy > ul {
  padding-left: 0;
  column-count: 1;
}
@media screen and (min-width: 980px) {
  .primary-product-block > .content .info .copy > ul {
    column-count: 2;
  }
}
.primary-product-block > .content .info .copy > ul li {
  break-inside: avoid;
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: row;
  column-gap: 0.5em;
}
.primary-product-block > .content .info .copy > ul li:before {
  content: url(../template_images/block-assets/tick.svg);
  position: relative;
  top: 2px;
}
.primary-product-block > .content .info .actions {
  padding-top: 1.8rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5rem;
  column-gap: clamp(2rem, 3vw, 3.3rem);
  justify-items: center;
  align-items: center;
}
@media screen and (min-width: 1050px) {
  .primary-product-block > .content .info .actions {
    justify-content: flex-start;
    grid-template-columns: 220px 220px;
  }
}
@media screen and (min-width: 1050px) {
  .primary-product-block.photo-right > .content {
    grid-template-columns: 6fr 5fr;
  }
}
@media screen and (min-width: 980px) {
  .primary-product-block.photo-right > .content .photo {
    order: 2;
  }
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.product-page-rates {
  margin-bottom: 5.6rem;
  padding: 0 20px;
  transition: opacity 0.2s ease;
}
.product-page-rates .location-select {
  display: block;
  padding-top: 15rem;
  padding-bottom: 15rem;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
.product-page-rates .location-select .f-h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-page-rates .location-select .f-h2:before {
  content: url(../blocks/homepage-rates/ico-location.svg);
  margin-right: 1.7rem;
}
.product-page-rates .location-rates {
  display: none;
}
.product-page-rates.visible .location-select {
  display: none;
}
.product-page-rates.visible .location-rates {
  display: block;
}
.content .product-page-rates {
  padding: 0 0 0 0;
}
.product-page-rates > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 15px;
  overflow: hidden;
  background-color: var(--silent-snowfall);
}
.product-page-rates > .content .location-rates .f-h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  padding: clamp(1.7rem, 2vw, 2.1rem) clamp(2.9rem, 3vw, 4.1rem);
  background-color: var(--primary-color);
  width: 100%;
  color: var(--white);
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .product-page-rates > .content .location-rates .f-h2 {
    grid-column: 1;
  }
}
.product-page-rates > .content .location-rates .main-block {
  padding: 2.5rem 4rem 2.5rem 4rem;
}
@media screen and (max-width: 979px) {
  .product-page-rates > .content .location-rates .main-block {
    padding: 2.5rem 2.4rem 0;
  }
}
.product-page-rates > .content .location-rates .main-block .location-display {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #c7dae8;
  padding-bottom: 2.5rem;
  font-size: 1.8rem;
  font-family: "lato", sans-serif;
}
.product-page-rates > .content .location-rates .main-block .location-display:before {
  content: url(../template_images/svg-shapes/ico-locations.svg);
}
.product-page-rates > .content .location-rates .main-block .location-display span {
  font-weight: 700;
}
.product-page-rates > .content .location-rates .main-block .location-display button {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "lato", sans-serif;
  color: var(--primary-color);
  text-decoration: underline;
  margin-left: 1em;
}
.product-page-rates > .content .location-rates .main-block .effective-date {
  padding: 2.5rem 0 0;
}
.product-page-rates > .content .location-rates .actions {
  padding-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  justify-content: center;
  align-items: flex-start;
  justify-items: center;
  padding-bottom: 5.4rem;
}
@media screen and (min-width: 980px) {
  .product-page-rates > .content .location-rates .actions {
    padding-top: 9.4rem;
  }
}
.product-page-rates > .content .location-rates .disclosure {
  margin-bottom: 0;
  background-color: var(--dissolved-denim);
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding: 0 clamp(20px, 3vw, 40px);
}
.product-page-rates > .content .location-rates .disclosure .accordion-content {
  padding-bottom: 3.5rem;
  font-size: 1.4rem;
}
.product-page-rates > .content .location-rates .disclosure button {
  width: 100%;
  max-width: 125px;
  padding: 15.5px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "lato", sans-serif;
  font-weight: 800;
}
.product-page-rates > .content .location-rates .disclosure button:before, .product-page-rates > .content .location-rates .disclosure button:after {
  height: 1.1rem;
  width: 3px;
  right: 0 !important;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.rate-cards {
  padding: 0 20px;
  margin-bottom: 4em;
}
.rate-cards > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rate-cards > .content .headline {
  justify-self: center;
  margin-bottom: 5.1rem;
  position: relative;
  text-align: center;
}
.rate-cards > .content .headline .f-h2 {
  margin-bottom: 1.5rem;
}
.rate-cards > .content .headline:after {
  content: "";
  background-image: url(../blocks/rate-cards/wave.svg);
  aspect-ratio: 81/6;
  width: 8.1rem;
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
}
.rate-cards > .content > .card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: clamp(20px, 3vw, 3.8rem);
  row-gap: 2.3rem;
  padding-left: 0;
}
.rate-cards > .content > .card-container > li {
  list-style: none;
  flex: 0 0 220px;
  padding-top: clamp(20px, 5vw, 5.6rem);
  padding-bottom: clamp(3.5rem, 5vw, 6.2rem);
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--silent-snowfall);
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 15px;
  justify-items: center;
  grid-template-rows: auto 1fr auto;
}
.rate-cards > .content > .card-container > li .f-h3 {
  font-size: clamp(2rem, 3vw, 3rem);
  text-align: center;
}
@media screen and (max-width: 979px) {
  .rate-cards > .content > .card-container > li {
    flex: 0 0 170px;
  }
}
.rate-cards > .content > .card-container > li .photo {
  margin-bottom: 2.3rem;
  aspect-ratio: 1;
  max-width: 75px;
}
.rate-cards > .content > .card-container > li .photo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.rate-table-group {
  padding: 0 20px;
}
.rate-table-group > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.rate-table-group > .content .f-h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  margin-bottom: 3rem;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 980px) {
  .rate-table-group > .content .f-h2 {
    pointer-events: none;
  }
  .rate-table-group > .content .f-h2:before, .rate-table-group > .content .f-h2:after {
    content: none;
  }
}
@media screen and (min-width: 980px) {
  .rate-table-group > .content .accordion-content {
    display: block !important;
  }
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.rate-location-selector-block {
  padding: 0 20px;
  margin-bottom: 4em;
}
.rate-location-selector-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: var(--cold-current);
  padding: 2.1rem 5.3rem;
}
.rate-location-selector-block > .content > div {
  display: none;
  transition: all 0.2s ease;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2.4rem;
}
@starting-styles {
  .rate-location-selector-block > .content > div {
    opacity: 0;
  }
}
.rate-location-selector-block > .content > div .headline {
  display: flex;
  column-gap: 1rem;
  row-gap: 1rem;
}
.rate-location-selector-block > .content > div .headline .f-h2 {
  color: var(--white);
  margin-bottom: 0;
}
.rate-location-selector-block > .content > div .headline .image {
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: auto;
}
.rate-location-selector-block > .content > div.visible {
  display: flex;
  opacity: 1;
}
.rate-location-selector-block > .content > div.no-location {
  padding-top: 155px;
  padding-bottom: 179px;
}
@media screen and (max-width: 979px) {
  .rate-location-selector-block > .content > div.no-location {
    padding-top: 85px;
    padding-bottom: 99px;
  }
}
.rate-location-selector-block > .content > div.no-location .headline {
  flex-direction: column;
}
.rate-location-selector-block > .content > div.no-location .headline .image {
  height: 5rem;
}
.rate-location-selector-block > .content > div.location-found {
  padding-top: 34px;
  padding-bottom: 29px;
}
@media screen and (max-width: 979px) {
  .rate-location-selector-block > .content > div.location-found {
    padding-top: 85px;
    padding-bottom: 21px;
  }
}
.rate-location-selector-block > .content > div.location-found .headline {
  flex-direction: row;
}
.rate-location-selector-block > .content > div.location-found .headline .image {
  height: clamp(2.2rem, 2vw, 2.6rem);
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.secondary-product-block {
  padding: 0 20px;
  margin-bottom: 4em;
}
.secondary-product-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
.secondary-product-block > .content .heading {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  text-align: center;
}
.secondary-product-block > .content .blocks {
  display: flex;
  flex-direction: column;
  column-gap: clamp(2rem, 3vw, 4rem);
  row-gap: 2em;
  justify-items: center;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .secondary-product-block > .content .blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .secondary-product-block > .content .blocks:has(.product-block:nth-child(4)) {
    display: grid;
    grid-template-columns: 440px 440px;
    align-items: flex-start;
  }
  .secondary-product-block > .content .blocks:has(.product-block:nth-child(5)) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.secondary-product-block > .content .blocks > .product-block {
  max-width: 440px;
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  .secondary-product-block > .content .blocks > .product-block {
    flex: 1 1 440px;
    grid-template-rows: auto 1fr;
  }
}
.secondary-product-block > .content .blocks > .product-block > .image {
  width: 100%;
  aspect-ratio: 440/275;
  position: relative;
}
.secondary-product-block > .content .blocks > .product-block > .image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../blocks/secondary-product/product-image-overlay.svg);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: block;
  pointer-events: none;
  opacity: var(--waveOpacity, 0.35);
}
.secondary-product-block > .content .blocks > .product-block > .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.secondary-product-block > .content .blocks > .product-block > .info {
  padding: 3.8rem 3.5rem 4.4rem;
  background-color: var(--silent-snowfall);
  display: flex;
  flex-direction: column;
}
.secondary-product-block > .content .blocks > .product-block > .info .f-h3 {
  font-size: clamp(2rem, 2vw, 2.5rem);
  margin-bottom: 1.6rem;
  font-weight: 700;
}
.secondary-product-block > .content .blocks > .product-block > .info .copy {
  margin-bottom: 2.8rem;
}
.secondary-product-block > .content .blocks > .product-block > .info .actions {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 1em;
}
.secondary-product-block > .content .blocks > .product-block > .info .actions > * {
  width: 100%;
  max-width: 220px;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.shared-branches-block {
  padding: 0 20px;
  background-color: var(--calypso);
  margin-bottom: 4em;
}
.shared-branches-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .shared-branches-block > .content {
    grid-template-columns: auto auto auto;
    column-gap: 2rem;
    min-height: 425px;
    justify-items: flex-start;
  }
}
.shared-branches-block > .content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 8.8rem;
  bottom: 8.7rem;
  background-color: var(--white);
  border-radius: 15px;
  display: block;
  z-index: 0;
}
.shared-branches-block > .content .images {
  z-index: 1;
  display: flex;
  flex-direction: row;
  column-gap: 2.7rem;
}
@media screen and (max-width: 979px) {
  .shared-branches-block > .content .images {
    margin-top: 12rem;
  }
}
.shared-branches-block > .content .images .image {
  max-width: 160px;
}
.shared-branches-block > .content .images .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.shared-branches-block > .content .info {
  margin-top: 8.8rem;
  margin-bottom: 8.7rem;
  align-self: center;
  z-index: 1;
  max-width: 544px;
}
@media screen and (max-width: 979px) {
  .shared-branches-block > .content .info {
    margin-top: 2.5rem;
    margin-bottom: 3.1rem;
  }
}
.shared-branches-block > .content .info .f-h2,
.shared-branches-block > .content .info .copy {
  color: var(--primary-color);
}
.shared-branches-block > .content .info .f-h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.shared-branches-block > .content .actions {
  margin-top: 8.8rem;
  margin-bottom: 8.7rem;
  align-self: center;
  z-index: 1;
  display: grid;
  grid-template-columns: 220px;
  row-gap: 1em;
}
@media screen and (max-width: 979px) {
  .shared-branches-block > .content .actions {
    margin-top: 0;
    margin-bottom: 11.5rem;
  }
}
.shared-branches-block > .content .actions > * {
  width: 100%;
  max-width: 220px;
}
@media screen and (min-width: 980px) {
  .shared-branches-block > .content .actions {
    padding-left: 2.6rem;
  }
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.standard-content {
  padding: 0 20px;
  margin-bottom: 4em;
}
.standard-content > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
}
.standard-content > .content .copy ul {
  column-count: 1;
  padding-left: 0;
}
@media screen and (min-width: 980px) {
  .standard-content > .content .copy ul {
    column-count: 2;
    column-gap: clamp(20px, 5vw, 50px);
  }
}
.standard-content > .content .copy ul > li {
  padding-bottom: 1em;
  list-style: none;
  padding-left: 2.5rem;
  position: relative;
}
.standard-content > .content .copy ul > li:before {
  content: "";
  display: block;
  background-image: url(../blocks/standard-content/tick.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 4px;
  left: 0rem;
  height: 1.5rem;
  width: 1.5rem;
}
.standard-content > .content .copy table {
  border: 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 800px;
}
.standard-content > .content .copy table tr:nth-of-type(1) td {
  padding-bottom: 1em;
}
.standard-content > .content .copy table td {
  padding: 0 20px;
  border: none;
  align-content: flex-start;
}
.standard-content > .content .actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, 220px);
  column-gap: 2rem;
  row-gap: 1rem;
  max-width: 500px;
  align-content: center;
}
@media screen and (max-width: 979px) {
  .standard-content > .content .actions {
    align-content: flex-start;
  }
}
.standard-content.one-col .content .copy ul {
  column-count: 1;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.tab-section {
  background-color: var(--silent-snowfall);
  padding: 0 20px;
  margin-bottom: 4em;
}
.tab-section > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  padding-top: 7.8rem;
  padding-bottom: 8.5rem;
}
.tab-section > .content .header {
  text-align: center;
  width: 100%;
  position: relative;
}
.tab-section > .content .tabs {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
}
.tab-section > .content .tabs .tab-nav {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  margin-bottom: 5.3rem;
  justify-content: center;
}
.tab-section > .content .tabs .tab-nav > button {
  flex: 0 1 260px;
  background-color: white;
  border-radius: 15px;
  color: var(--black);
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "futura-pt", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  padding-top: 1em;
  padding-bottom: 1em;
}
.tab-section > .content .tabs .tab-nav > button.active {
  background-color: var(--calm-day);
  color: var(--white);
}
@media screen and (max-width: 979px) {
  .tab-section > .content .tabs .tab-nav {
    display: none;
  }
}
.tab-section > .content .tabs .tab {
  flex-direction: column;
}
@media screen and (max-width: 979px) {
  .tab-section > .content .tabs .tab {
    margin-bottom: 20px;
  }
  .tab-section > .content .tabs .tab.active {
    background-color: var(--white);
    border-radius: 15px;
  }
}
.tab-section > .content .tabs .tab .standard-content {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .tab-section > .content .tabs .tab .photo-split {
    display: grid;
    grid-template-columns: 6fr 4fr;
    column-gap: clamp(20px, 5vw, 8.3rem);
  }
  .tab-section > .content .tabs .tab .photo-split .photo {
    order: 2;
  }
  .tab-section > .content .tabs .tab .photo-split .info {
    order: 1;
  }
}
.tab-section > .content .tabs .tab .accordions {
  display: flex;
}
.tab-section > .content .tabs .tab .accordions .f-h2 {
  text-align: center;
}
.tab-section > .content .tabs .tab .accordions .copy {
  text-align: center;
}
.tab-section > .content .tabs .tab .accordions .accordion-container {
  background-color: #fff;
  padding: 1em 4em;
  border-radius: 15px;
}
.tab-section > .content .tabs .tab .accordions .accordion-container .f-h3 {
  text-align: left;
  font-family: "lato", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  width: 100%;
}
.tab-section > .content .tabs .tab .accordions .accordion-container .js-accordion-content {
  padding-top: 1em;
}
.tab-section > .content .tabs .tab .accordions .accordion-container .js-accordion-content p:last-of-type {
  margin-bottom: 0;
}
.tab-section > .content .tabs .tab .js-tab-header {
  padding: 1em 2em;
  background-color: var(--white);
  color: var(--black);
  font-size: 1.6rem;
  border-radius: 15px;
  position: relative;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  width: 100%;
  text-align: left;
}
.tab-section > .content .tabs .tab .js-tab-header:before, .tab-section > .content .tabs .tab .js-tab-header:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px !important;
  top: 50%;
  height: 20px;
  width: 4px;
  background-color: var(--tertiary-color);
  border-radius: 1px;
  transition: transform 0.5s ease !important;
}
.tab-section > .content .tabs .tab .js-tab-header:before {
  transform: translateY(-50%) rotate(90deg);
}
.tab-section > .content .tabs .tab .js-tab-header:after {
  transform: translateY(-50%) rotate(0);
}
.tab-section > .content .tabs .tab .tab-content {
  flex-direction: column;
  justify-content: center;
  justify-items: center;
}
@media screen and (max-width: 979px) {
  .tab-section > .content .tabs .tab .tab-content {
    padding: 0 20px;
  }
}
.tab-section > .content .tabs .tab .tab-content .share-content {
  grid-row: 2;
  grid-column: 1/3;
}
.tab-section > .content .tabs .tab .tab-content .share-content ul {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  column-gap: 1em;
  align-items: center;
  margin-bottom: 0;
}
.tab-section > .content .tabs .tab .tab-content .share-content ul > li {
  list-style: none;
}
.tab-section > .content .tabs .tab .tab-content .share-content ul > li:first-child {
  display: flex;
  column-gap: 1em;
  border-right: 1px solid var(--tertiary-color);
  padding-right: 1em;
}
.tab-section > .content .tabs .tab .tab-content .share-content ul > li a,
.tab-section > .content .tabs .tab .tab-content .share-content ul > li button {
  font-size: 1.6rem;
  font-weight: var(--regular);
  color: var(--black);
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.tab-section > .content .tabs .tab .tab-content .share-content ul > li a:hover,
.tab-section > .content .tabs .tab .tab-content .share-content ul > li button:hover {
  text-decoration: underline currentColor;
}
.tab-section > .content .tabs .tab .tab-content .f-h2 {
  justify-self: center;
  align-self: center;
}
.tab-section > .content .tabs .tab .tab-content .f-h2:has(.headline-image) {
  display: flex;
  flex-direction: row;
  column-gap: 0.5em;
  align-items: center;
}
.tab-section > .content .tabs .tab .tab-content .f-h2 .headline-image {
  padding: 1.5rem;
  border-radius: 50%;
  background-color: white;
  aspect-ratio: 1;
  /* height: 100%; */
  height: 100%;
  max-height: 60px;
  box-sizing: content-box;
  display: flex;
}
.tab-section > .content .tabs .tab .tab-content .f-h2 .headline-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.tab-section > .content .tabs .tab .tab-content .photo {
  width: 100%;
  max-width: 1000px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 4.3rem;
}
.tab-section > .content .tabs .tab .tab-content .photo > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tab-section > .content .tabs .tab .tab-content .info {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.tab-section > .content .tabs .tab .tab-content .info .copy {
  margin-bottom: 4.3rem;
}
.tab-section > .content .tabs .tab .tab-content .info .f-h3 {
  margin-bottom: 2.5rem;
}
.tab-section > .content .tabs .tab .tab-content .info .actions {
  margin-bottom: 4.3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, 220px);
  column-gap: 2em;
  row-gap: 1em;
  justify-content: center;
}
@media screen and (max-width: 979px) {
  .tab-section > .content .tabs .tab .tab-content {
    max-height: 0;
    pointer-events: none;
    transition: max-height 0.5s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 0;
  }
}
@media screen and (min-width: 980px) {
  .tab-section > .content .tabs .tab .tab-content.photo-split .actions {
    justify-content: flex-start;
  }
}
.tab-section > .content .tabs .tab.active {
  display: flex;
}
.tab-section > .content .tabs .tab.active .js-tab-header:after {
  transform: translateY(-50%) rotate(-270deg) !important;
}
@media screen and (max-width: 979px) {
  .tab-section > .content .tabs .tab.active .tab-content {
    opacity: 1;
    pointer-events: all;
    max-height: 2000px;
    transition: opacity 0.2s ease-in-out;
  }
}
@media screen and (min-width: 980px) {
  .tab-section > .content .tabs .tab {
    display: none;
  }
  .tab-section > .content .tabs .tab .js-tab-header {
    display: none;
  }
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.takeaways-block {
  padding: 0 20px;
  margin-bottom: 4em;
}
.blog-content .takeaways-block {
  padding: 0 0 0 0;
}
.takeaways-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  row-gap: 2.8rem;
  background-color: var(--silent-snowfall);
  border-radius: 10px;
  padding: clamp(3.6rem, 3vw, 4.6rem) clamp(3.2rem, 3vw, 5.2rem);
}
@media screen and (min-width: 980px) {
  .takeaways-block > .content {
    flex-direction: row;
    column-gap: clamp(20px, 5vw, 50px);
  }
}
.takeaways-block > .content .f-h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
}
.takeaways-block > .content .copy ul {
  column-count: 1;
  padding-left: 0;
}
.takeaways-block > .content .copy ul > li {
  padding-bottom: 1em;
  list-style: none;
  padding-left: 2.5rem;
  position: relative;
}
.takeaways-block > .content .copy ul > li:before {
  content: "";
  display: block;
  background-image: url(../blocks/standard-content/tick.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 4px;
  left: 0rem;
  height: 1.5rem;
  width: 1.5rem;
}
:root {
  --primary-color: #214573;
  --secondary-color: #EFF5FB;
  --tertiary-color: #D85C17;
  --silent-snowfall: #EFF5FB;
  --oxford-blue: #042248;
  --calypso: #386D93;
  --cold-current: #214573;
  --blue-booties: #DCE7EF;
  --dissolved-denim: #E3EAF0;
  --calm-day: #5F98C4;
  --alert-red: #840000;
  --hopi: #15486D;
  --black: #3b3b3b;
  --white: #fff;
}

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

.testimonials-block {
  padding: 7.7rem 20px;
  margin-bottom: 4em;
  background-color: var(--silent-snowfall);
}
.testimonials-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.testimonials-block > .content .header {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  margin-bottom: 3.9rem;
}
.testimonials-block > .content .header > .f-h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1.2rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 979px) {
  .testimonials-block > .content .header > .f-h2 {
    flex-direction: column;
    row-gap: 0.7em;
  }
}
.testimonials-block > .content .header > .f-h2 .image {
  background-color: var(--white);
  aspect-ratio: 1;
  height: clamp(4.5rem, 5vw, 6rem);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-block > .content .header > .f-h2 .image > img {
  height: 50%;
  width: 50%;
  object-fit: contain;
}

.testimonial-container .f-h2 {
  text-align: center;
}
.testimonial-container .testimonial {
  padding: 4rem;
  background-color: white;
  border-radius: 15px;
  margin-bottom: 4.6rem;
}
.testimonial-container .testimonial .author {
  color: #5f98c4;
  font-weight: 800;
  font-size: 1.6rem;
}
.testimonial-container .testimonial .copy {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "lato", sans-serif;
  color: var(--cold-current);
  padding-bottom: 1em;
}
@media screen and (min-width: 980px) {
  .testimonial-container {
    display: block;
    column-gap: clamp(20px, 3vw, 4.6rem);
    row-gap: 4.6rem;
    column-count: 1;
    max-width: 700px;
    margin: 0 auto;
  }
  .testimonial-container:has(.testimonial:nth-child(2)) {
    column-count: 2;
    margin: unset;
    max-width: 1400px;
  }
}
/*# sourceMappingURL=main.min.css.map */
