:root {
  --system-font-stack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
  Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

:root {
  --header-font: 'Newsreader', sans-serif;
  --body-font: 'Lato', sans-serif;
}

:root {
  --regular: 400;
  --semibold: 600;
  --bold: 700;
  --weight-black: 900;
}

:root {
  --mobile-padding: 30px;
  --max-wrap-large: 1440px;
  --max-wrap: 1400px;
  --max-wrap-medium: 1200px;
  --max-wrap-small: 950px;
  --max-wrap-xmall: 800px;
}

:root {
  --lightest-grey: #F7F7F7;
  --background-grey: #F3F3F3;
  --arrow-grey: #B7B7B7;
  --heavy-metal: #464C55;
  --heavy-metal-inactive: #C7C9CC;
  --white: #FFFFFF;
  --black: #000000;
  --form-field: #F5F5F5;
  --contact-acc-border: #e2e2e2;
  --endeavour: #0052AC;
  --midnight-blue: #002B5C;
  --malibu: #5AA8FF;
  --zumthor: #EBF4FF;
  --mariner: #2474CC;
  --mineshaft: #313131;
  --hawkes-blue: #D4E5FB;
  --polo-blue: #85A4C9;
  --burnt-umber: #8A2929;
  --darkest-blue: #16254E;
  --header-shadow: #00000029;
}

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

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

.max-wrap-xsmall {
  width: 100%;
  max-width: var(--max-wrap-xsmall);
  margin: 0 auto;
}

.block-max-wrap-xsmall > .content {
  max-width: var(--max-wrap-xsmall) !important;
  margin: 0 auto;
}

.max-wrap-small {
  width: 100%;
  max-width: var(--max-wrap-small);
  margin: 0 auto;
}

.block-max-wrap-small > .content {
  max-width: var(--max-wrap-small) !important;
  margin: 0 auto;
}

.max-wrap-medium {
  width: 100%;
  max-width: var(--max-wrap-medium);
  margin: 0 auto;
}

.block-max-wrap-medium > .content {
  max-width: var(--max-wrap-medium) !important;
  margin: 0 auto;
}

.max-wrap {
  width: 100%;
  max-width: var(--max-wrap);
  margin: 0 auto;
}

.block-max-wrap > .content {
  max-width: var(--max-wrap) !important;
  margin: 0 auto;
}

.max-wrap-large {
  width: 100%;
  max-width: var(--max-wrap-large);
  margin: 0 auto;
}

.block-max-wrap-large > .content {
  max-width: var(--max-wrap-large) !important;
  margin: 0 auto;
}

html {
  font-family: var(--system-font-stack);
  color: var(--heavy-metal);
}

body {
  font-family: var(--acumin-pro);
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  font-size: clamp(1.6rem, 2.5vw, 1.8rem);
}

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

main {
  container-type: inline-size;
}

[role=button] {
  cursor: pointer;
}

button {
  background: none;
  border: none;
}

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

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

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

.content {
  font-family: var(--acumin-pro);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.no-padding-bottom,
.no-bottom-padding, .padding-bottom-none {
  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;
}

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

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

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

.f-h1,
h1:not([class]) {
  font-weight: 700;
  font-size: clamp(3rem, 3vw, 6rem);
  line-height: 1;
  font-family: sans-serif;
  color: var(--deep-sea);
}

.f-h2,
h2:not([class]) {
  font-weight: 800;
  font-size: clamp(2.2rem, 2vw, 3.2rem);
  line-height: 1.1;
  font-family: sans-serif;
  color: var(--deep-sea);
}

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

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

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

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

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

.cta-btn, .ghost-btn-reversed, .ghost-btn-dark-blue, .ghost-btn-blue, .cta-dark {
  margin: 0;
  padding: 1.65rem 2rem;
  font-size: 1.8rem;
  text-align: center;
  font-family: var(--body-font);
  font-weight: var(--bold);
  color: var(--white);
  display: inline-block;
  background-size: 100% 400%;
  border-radius: 1.5rem;
  background-color: var(--mariner);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 22.9rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
.cta-btn:hover, .ghost-btn-reversed:hover, .ghost-btn-dark-blue:hover, .ghost-btn-blue:hover, .cta-dark:hover, .cta-btn:focus, .ghost-btn-reversed:focus, .ghost-btn-dark-blue:focus, .ghost-btn-blue:focus, .cta-dark:focus {
  background: rgb(24.525, 79.025, 138.975);
}

a {
  color: var(--endeavour);
  text-decoration: underline;
  font-weight: var(--regular);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a a:hover {
  color: rgb(0, 45.5290697674, 95.5);
}

.cta-dark {
  color: var(--white);
  background-color: var(--midnight-blue);
}
.cta-dark:hover, .cta-dark:focus {
  background-color: #011F41;
}

.ghost-btn-blue {
  color: var(--endeavour);
  border: 1px solid var(--mariner);
  background-color: transparent;
}
.ghost-btn-blue:hover, .ghost-btn-blue:focus {
  color: var(--white);
  background: rgb(24.525, 79.025, 138.975);
}

.ghost-btn-dark-blue {
  color: var(--white);
  border: 1px solid var(--midnight-blue);
  background-color: transparent;
}
.ghost-btn-dark-blue:hover, .ghost-btn-dark-blue:focus {
  color: var(--white);
  background: rgb(0, 7.2445652174, 15.5);
}

.ghost-btn-reversed {
  color: var(--white);
  border: 1px solid var(--white);
  background-color: transparent;
}
.ghost-btn-reversed:hover, .ghost-btn-reversed:focus {
  color: var(--white);
  background: rgb(24.525, 79.025, 138.975);
  border: 1px solid rgb(24.525, 79.025, 138.975);
}

.cta-app-store, .cta-play-store {
  margin: 0;
  padding: 0.15em 2em 0.15em;
  font-size: 1.8rem;
  text-align: center;
  font-family: var(--poppins);
  font-weight: var(--semibold);
  display: inline-block;
  border: none;
  width: auto;
  height: 38px;
  aspect-ratio: 129/38;
  background-image: url("../images/btn-app-store.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: transparent;
}
.cta-app-store:hover, .cta-play-store:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  scale: 1.05;
  margin: 0 0 0 0.3rem;
}

.cta-play-store {
  background-image: url("../images/btn-play-store.svg");
}

.cta-rate-open {
  margin: 0;
  padding: 0.95rem 3.9rem;
  font-size: 1.6rem;
  text-align: center;
  font-family: var(--body-font);
  font-weight: var(--bold);
  color: var(--white);
  display: inline-block;
  background-size: 100% 400%;
  border-radius: 1.5rem;
  background-color: var(--midnight-blue);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 22.9rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
.cta-rate-open:hover, .cta-rate-open:focus {
  background: rgb(0, 7.2445652174, 15.5);
}

.cta-rate-text {
  font-family: var(--body-font);
  font-weight: var(--weight-black);
  font-size: 1.6rem;
  color: var(--endeavour);
  margin: 0;
}

.submit-btn input {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.submit-btn input:hover, .submit-btn input:focus {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background: rgb(0, 45.5290697674, 95.5);
}

.open-account-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  z-index: 100;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--mobile-padding);
  overflow: scroll;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.open-account-modal.open {
  opacity: 1;
  pointer-events: all;
}
@container (min-width: 900px) {
  .open-account-modal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.open-account-modal .content {
  width: 100%;
  max-width: 1000px;
  background-color: var(--midnight-blue);
  background-image: url("../images/bg-account-modal-desktop.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  padding: 3rem 3rem 14.2rem;
}
@media screen and (min-width: 900px) {
  .open-account-modal .content {
    padding: 7.6rem 10rem;
  }
}
.open-account-modal .content:before {
  content: "";
  z-index: -1;
  position: absolute;
  background-color: var(--malibu);
  height: 358px;
  width: 60%;
  top: -11px;
  left: -11px;
}
@media screen and (min-width: 900px) {
  .open-account-modal .content:before {
    width: 358px;
  }
}
.open-account-modal .content:after {
  content: "";
  z-index: -1;
  position: absolute;
  background-color: var(--malibu);
  height: 358px;
  width: 60%;
  bottom: -11px;
  right: -11px;
}
@media screen and (min-width: 900px) {
  .open-account-modal .content:after {
    width: 358px;
  }
}
.open-account-modal .content .ico-close {
  position: absolute;
  /*
  usage:
  img {
      @include recolor($plum,1);
      filter: var(--filter);
  }
  */
  --filter: url('data:image/svg+xml;utf8,\
  <svg xmlns="http://www.w3.org/2000/svg">\
    <filter id="recolor" color-interpolation-filters="sRGB">\
      <feColorMatrix type="matrix" values="\
        0 0 0 0 1\
        0 0 0 0 1\
        0 0 0 0 1\
        0 0 0 1 0\
      "/>\
    </filter>\
  </svg>\
  #recolor') !important;
  -webkit-filter: var(--filter);
  filter: var(--filter);
  top: 14px;
  right: 15px;
  height: 17px;
  width: 17px;
}
.open-account-modal .content .ico-close:hover {
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .open-account-modal .content .ico-close {
    top: 27px;
    right: 30px;
    height: 24px;
    width: 24px;
  }
}
@media screen and (min-width: 900px) {
  .open-account-modal .content .ico-close.show-mobile {
    display: none;
  }
}
.open-account-modal .content .ico-close.show-mobile {
  height: 24px;
  width: 24px;
  top: unset;
  bottom: 67px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.open-account-modal .content .headline {
  color: var(--white);
  font-family: var(--header-font);
  font-weight: var(--semibold);
  padding: 0 0 2rem;
  font-size: 2.5rem;
  margin: 0;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
}
@media screen and (min-width: 900px) {
  .open-account-modal .content .headline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.8rem;
    padding: 0 0 6.45rem;
  }
}
.open-account-modal .content .options {
  display: grid;
  padding: 0;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .open-account-modal .content .options {
    padding: 0 0 3.01rem;
    grid-template-columns: 1fr 1fr;
  }
}
.open-account-modal .content .options h2 {
  color: var(--white);
  font-family: var(--body-font);
  font-weight: var(--semibold);
  font-size: 2.1rem;
}
.open-account-modal .content .options p {
  font-family: var(--body-font);
  font-weight: var(--regular);
  color: var(--white);
  font-size: 1.6rem;
}
.open-account-modal .content .options .existing {
  padding: 0 0 4.64rem 0;
}
@media screen and (min-width: 900px) {
  .open-account-modal .content .options .existing {
    padding: 0 5.3rem 0 0;
  }
}
.open-account-modal .content .options .existing .form-holder {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.open-account-modal .content .options .existing .form-holder form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
.open-account-modal .content .options .existing .form-holder form .field-holder span {
  position: relative;
}
.open-account-modal .content .options .existing .form-holder form .field-holder span.first:before {
  content: "Username";
}
.open-account-modal .content .options .existing .form-holder form .field-holder span.second:before {
  content: "Password";
}
.open-account-modal .content .options .existing .form-holder form .field-holder span:has(input:focus-visible):before, .open-account-modal .content .options .existing .form-holder form .field-holder span:has(input:focus):before, .open-account-modal .content .options .existing .form-holder form .field-holder span:has(input:focus-within):before {
  top: -4.2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 6px;
  font-size: 0.9rem;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.open-account-modal .content .options .existing .form-holder form .field-holder span input {
  width: 100%;
  height: 5rem;
  border-radius: 10px;
  border-color: var(--endeavour);
  padding: 1px 0 0 20px;
}
.open-account-modal .content .options .existing .form-holder form .field-holder span input::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-style: italic;
  color: transparent;
  background: transparent;
}
.open-account-modal .content .options .existing .form-holder form .field-holder span input::-moz-placeholder {
  font-size: 1.6rem;
  font-style: italic;
  color: transparent;
  background: transparent;
}
.open-account-modal .content .options .existing .form-holder form .field-holder span input:-ms-input-placeholder {
  font-size: 1.6rem;
  font-style: italic;
  color: transparent;
  background: transparent;
}
.open-account-modal .content .options .existing .form-holder form .field-holder span input::-ms-input-placeholder {
  font-size: 1.6rem;
  font-style: italic;
  color: transparent;
  background: transparent;
}
.open-account-modal .content .options .existing .form-holder form .field-holder span input::placeholder {
  font-size: 1.6rem;
  font-style: italic;
  color: transparent;
  background: transparent;
}
.open-account-modal .content .options .existing .form-holder form .field-holder span input:focus-visible, .open-account-modal .content .options .existing .form-holder form .field-holder span input:focus, .open-account-modal .content .options .existing .form-holder form .field-holder span input:focus-within {
  outline-color: var(--mariner);
}
.open-account-modal .content .options .existing .form-holder form .field-holder.submit button {
  background-color: var(--endeavour);
  color: var(--white);
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  font-weight: var(--bold);
  margin: 0;
  width: 250px;
  height: 5rem;
}
.open-account-modal .content .options .existing .form-holder form .field-holder.submit button img {
  height: 20.8px;
  width: 15.6px;
  margin: 2px 8px 5px 0;
}
.open-account-modal .content .new {
  padding: 4.64rem 0 0 0;
  border-top: 1px solid var(--zumthor);
  border-left: none;
}
@media screen and (min-width: 900px) {
  .open-account-modal .content .new {
    padding: 0 0 0 5.3rem;
    border-top: none;
    border-left: 1px solid var(--zumthor);
  }
}
.open-account-modal .content .new .area {
  height: 93.5px;
  width: 100%;
}
.open-account-modal .content .new .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

body:has(.cta-modal-popup.open) {
  overflow: hidden;
}

/* 
SETUP:
For styles to work, input tag must have class '.add-placeholder' and be wrapped in a span. You can add the placeholder by altering the style of the spans :before element. Here is a template block:

Add field with placeholder style:

<div class="field-holder">
    <span><input class="add-placeholder" type="text" name="search" id="" required /></span>
</div> 

Set placeholder:
.field-holder {
    .span {
        &:before {
        content: 'Your placeholder content here.';
        }
    }
}
*/
.field-holder span {
  position: relative;
}
.field-holder span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  pointer-events: none;
  font-size: 1.6rem;
  font-style: italic;
  color: #787878;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  content: "";
}
.field-holder:has(input:focus-visible) > span:before, .field-holder:has(input:focus) > span:before, .field-holder:has(input:focus-within) > span:before {
  top: -4.2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 6px;
  font-size: 0.9rem;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.field-holder > span.notEmpty:before {
  top: -4.2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 6px;
  font-size: 0.9rem;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.field-holder input {
  width: 100%;
  height: 5rem;
  border-radius: 10px;
  border-color: var(--endeavour);
  padding: 1px 0 0 20px;
}
.field-holder input::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-style: italic;
  color: transparent;
  background: transparent;
}
.field-holder input::-moz-placeholder {
  font-size: 1.6rem;
  font-style: italic;
  color: transparent;
  background: transparent;
}
.field-holder input:-ms-input-placeholder {
  font-size: 1.6rem;
  font-style: italic;
  color: transparent;
  background: transparent;
}
.field-holder input::-ms-input-placeholder {
  font-size: 1.6rem;
  font-style: italic;
  color: transparent;
  background: transparent;
}
.field-holder input::placeholder {
  font-size: 1.6rem;
  font-style: italic;
  color: transparent;
  background: transparent;
}
.field-holder input:focus-visible, .field-holder input:focus, .field-holder input:focus-within {
  outline-color: var(--mariner);
}

.feature {
  background-color: var(--endeavour);
  width: 100%;
  height: 100%;
}
.feature > .content {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .feature > .content {
    grid-template-columns: 42% 1fr;
  }
}
.feature > .content .slide-img {
  height: 100%;
  max-height: 268px;
  width: 100%;
}
.feature > .content .slide-img .image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top right;
  object-position: top right;
}
@media screen and (min-width: 900px) {
  .feature > .content .slide-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 100%;
    max-height: 700px;
  }
}
.feature > .content .copy {
  width: 100%;
  height: 100%;
  padding: 3.73rem 4.4rem 10.23rem;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  background-image: url(../images/aplfcu-mask.svg);
  background-position: bottom 0px left 1.2rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) and (min-width: 900px) {
  .feature > .content .copy {
    background-size: cover;
    background-position: -6.1rem;
  }
}
@media screen and (min-width: 900px) {
  .feature > .content .copy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    position: relative;
    padding: clamp(4.4rem, 7vw, 10.23rem) 4.4rem clamp(4.4rem, 7vw, 10.23rem) clamp(7.23rem, 9vw, 24rem);
  }
  .feature > .content .copy:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 100%;
    height: 700px;
    width: 100%;
    background-image: url(../images/feature-curve.svg);
    background-repeat: no-repeat;
  }
}
.feature > .content .copy .feature-title {
  font-family: var(--header-font);
  font-weight: var(--bold);
  font-size: 2.6rem;
  margin: 0;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .feature > .content .copy .feature-title {
    font-size: 4.5rem;
    max-width: 534px;
    justify-self: start;
  }
}
.feature > .content .copy .feature-copy {
  font-family: var(--body-font);
  font-weight: var(--regular);
  font-size: 1.8rem;
  margin: 0;
  padding: 0 0 1.5rem 0;
}
@media screen and (min-width: 900px) {
  .feature > .content .copy .feature-copy {
    font-size: 2rem;
    max-width: 534px;
    justify-self: start;
  }
}
.feature > .content .copy .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 900px) {
  .feature > .content .copy .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .feature > .content .copy .actions a {
    justify-self: start;
  }
}

.rates {
  width: 100%;
  padding: 5.1rem var(--mobile-padding) 10.7rem;
  background-image: url("../images/bg-graphic-blue-rates.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 900px) {
  .rates {
    padding: 11.8rem var(--mobile-padding) 18.2rem;
  }
}
.rates > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .rates > .content {
    display: grid;
    grid-template-columns: 1fr 35.1rem;
    grid-template-areas: "b a" "b c";
    -webkit-column-gap: clamp(8.1rem, 7vw, 16.1rem);
    -moz-column-gap: clamp(8.1rem, 7vw, 16.1rem);
    column-gap: clamp(8.1rem, 7vw, 16.1rem);
  }
}
@media screen and (min-width: 900px) and (max-width: 1300px) {
  .rates > .content {
    grid-template-areas: "a a" "c c" "b b";
    row-gap: 3.1rem;
  }
}
.rates > .content .rates-headline {
  font-family: var(--header-font);
  color: var(--midnight-blue);
  font-size: 2.6rem;
  margin: 0 auto;
  text-align: center;
  grid-area: a;
  padding: 0 0 3.8rem 0;
  position: static;
}
@media screen and (min-width: 900px) {
  .rates > .content .rates-headline {
    padding: 2rem 0 0 0;
    position: relative;
    left: -22px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1300px) {
  .rates > .content .rates-headline {
    padding: 0 0 0;
    margin: 0;
    position: static;
  }
}
.rates > .content .rate-tile-holder {
  display: grid;
  margin: 0 auto;
  text-align: center;
  gap: 3.33rem;
  grid-area: b;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 900px) {
  .rates > .content .rate-tile-holder {
    grid-template-columns: 1fr 1fr;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: clamp(3.4rem, 5vw, 7.4rem) clamp(6rem, 6vw, 12rem);
  }
}
.rates > .content .rate-tile-holder .rate-tile {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 1.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-self: start;
}
.rates > .content .rate-tile-holder .rate-tile .rate-ico-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  aspect-ratio: 1;
  height: 6.5rem;
}
@media screen and (min-width: 900px) {
  .rates > .content .rate-tile-holder .rate-tile .rate-ico-holder {
    height: 10.9rem;
  }
}
.rates > .content .rate-tile-holder .rate-tile .rate-ico-holder .rate-ico {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  max-width: 61%;
}
.rates > .content .rate-tile-holder .rate-tile .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  font-family: var(--body-font);
  color: var(--midnight-blue);
}
.rates > .content .rate-tile-holder .rate-tile .rate .rate-caption {
  margin: 0;
  font-size: 1.4rem;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: var(--semibold);
}
@media screen and (min-width: 900px) {
  .rates > .content .rate-tile-holder .rate-tile .rate .rate-caption {
    font-size: 1.5rem;
  }
}
.rates > .content .rate-tile-holder .rate-tile .rate .rate-rate {
  margin: 0;
  font-family: var(--body-font);
  font-size: 4.6rem;
  font-weight: var(--weight-black);
}
@media screen and (min-width: 900px) {
  .rates > .content .rate-tile-holder .rate-tile .rate .rate-rate {
    font-size: 5.7rem;
  }
}
.rates > .content .rate-tile-holder .rate-tile .rate .rate-rate .rate-apx {
  font-size: 2rem;
  padding-left: 1rem;
}
@media screen and (min-width: 900px) {
  .rates > .content .rate-tile-holder .rate-tile .rate .rate-rate .rate-apx {
    font-size: 2.5rem;
  }
}
.rates > .content .rate-tile-holder .rate-tile .rate .rate-rate sup {
  font-size: 2rem;
}
@media screen and (min-width: 900px) {
  .rates > .content .rate-tile-holder .rate-tile .rate .rate-rate sup {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 899px) {
  .rates > .content .rate-tile-holder .rate-tile:last-of-type {
    margin-bottom: 3.59rem;
  }
}
.rates > .content .copy {
  margin: 0 auto;
  text-align: center;
  max-width: 35.2rem;
  grid-area: c;
}
@media screen and (min-width: 900px) {
  .rates > .content .copy {
    text-align: left;
    margin: 0;
  }
}
@media screen and (min-width: 900px) and (max-width: 1300px) {
  .rates > .content .copy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%;
    margin: 0 auto;
  }
}
.rates > .content .copy .rates-headline-desktop {
  font-family: var(--header-font);
  color: var(--midnight-blue);
  margin: 0 0 3.78rem;
  font-size: 3rem;
  display: none;
}
@media screen and (min-width: 900px) {
  .rates > .content .copy .rates-headline-desktop {
    display: block;
  }
}
.rates > .content .copy .rates-sub {
  font-family: var(--body-font);
  color: var(--mineshaft);
  font-size: 1.6rem;
  margin: 0;
  padding: 0 0 3.2rem;
}
@media screen and (min-width: 900px) {
  .rates > .content .copy .rates-sub {
    padding: 0 0 2.2rem;
  }
}
@media screen and (min-width: 900px) and (max-width: 1300px) {
  .rates > .content .copy .rates-sub {
    padding: 0 0 2.8rem;
  }
}
.rates > .content .copy .rates-sub p {
  padding: 0;
}
.rates > .content .copy .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .rates > .content .copy .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
@media screen and (min-width: 900px) and (max-width: 1300px) {
  .rates > .content .copy .actions {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 2.2rem;
  }
}

.testimonial {
  padding: 4.6rem var(--mobile-padding) 0rem calc(var(--mobile-padding) - 7px);
  margin: 0 0 7.72rem;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .testimonial {
    padding: 3rem var(--mobile-padding) 0 calc(var(--mobile-padding) + 6rem);
    margin: 0 0 13.1rem;
  }
}
.testimonial > .content {
  max-width: var(--max-wrap);
  position: relative;
  background-color: var(--zumthor);
  border-radius: 0 1rem 1rem 1rem;
  padding: 4.97rem 2.2rem;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .testimonial > .content {
    max-width: 1123px;
    margin: 0 auto;
    padding: 5.94rem 7.3rem 6.8rem;
  }
}
.testimonial > .content:before {
  content: "";
  position: absolute;
  height: 63.2%;
  width: 81.2%;
  background-color: var(--endeavour);
  top: -0.7rem;
  left: -0.7rem;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .testimonial > .content:before {
    height: 93.2%;
    width: 27.8%;
  }
}
.testimonial > .content .image-frame {
  display: none;
  position: absolute;
  top: -4.3rem;
  left: calc(50% - 7px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  aspect-ratio: 1;
  height: 18.6rem;
}
@media screen and (min-width: 900px) {
  .testimonial > .content .image-frame {
    top: -3rem;
    left: -3rem;
    -webkit-transform: unset;
    transform: unset;
    height: 26.9rem;
  }
}
.testimonial > .content .image-frame > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  border-radius: 1rem;
}
.testimonial > .content .image-frame .img-ico {
  position: absolute;
  height: 53px;
  aspect-ratio: 1;
  background-color: var(--endeavour);
  bottom: -2.64rem;
  left: 50%;
  border-radius: 1rem;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .testimonial > .content .image-frame .img-ico {
    height: 74px;
    top: 50%;
    left: -37px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 899px) {
  .testimonial > .content .image-frame .img-ico img {
    height: auto;
    width: 30px;
  }
}
.testimonial > .content .image-frame:has(img) {
  display: block;
}
.testimonial > .content .copy {
  position: relative;
}
.testimonial > .content .copy .rating {
  margin: 0 0 1.82rem;
  gap: 1rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .testimonial > .content .copy .rating {
    text-align: left;
    margin-bottom: 2.54rem;
  }
}
.testimonial > .content .copy .rating img {
  padding-right: 0.66rem;
}
@media screen and (min-width: 900px) {
  .testimonial > .content .copy .rating img {
    padding-right: 0.76rem;
  }
}
.testimonial > .content .copy .rating img:last-of-type {
  padding: 0;
}
.testimonial > .content .copy .testimonial-text {
  font-family: var(--header-font);
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--midnight-blue);
}
.testimonial > .content .copy .testimonial-author {
  font-family: var(--body-font);
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 3.1rem;
}
.testimonial > .content .copy .actions-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 900px) {
  .testimonial > .content .copy .actions-mobile {
    display: none;
  }
}
.testimonial > .content .copy .actions-mobile a {
  padding: 1.65rem 5rem;
}
.testimonial > .content:has(.image-frame) {
  padding: 18.6rem 2.2rem 4.97rem;
}
@media screen and (min-width: 900px) {
  .testimonial > .content:has(.image-frame) {
    padding: 5.94rem 7.3rem 6.8rem 27.9rem;
  }
}
.testimonial > .content:has(:not(.image-frame)) .copy-img-ico {
  position: absolute;
  height: 72px;
  aspect-ratio: 1;
  background-color: var(--endeavour);
  top: 5.94rem;
  left: -36px;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .testimonial > .content:has(:not(.image-frame)) .copy-img-ico {
    height: 52px;
    top: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .testimonial > .content:has(:not(.image-frame)) .copy-img-ico img {
    height: auto;
    width: 30px;
  }
}
.testimonial > .content:has(.image-frame) .copy-img-ico {
  display: none;
}
.testimonial .actions-desktop {
  max-width: 1123px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
@media screen and (min-width: 900px) {
  .testimonial .actions-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.6rem 0 0;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.testimonial .actions-desktop a {
  padding: 1.65rem 5rem;
}

.membership-feature {
  max-width: var(--max-wrap);
  padding: 0 var(--mobile-padding);
  margin: 0 auto 7.2rem;
}
@media screen and (min-width: 900px) {
  .membership-feature {
    margin: 0 auto 11.7rem;
  }
}
.membership-feature > .content {
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  padding: 0 var(--mobile-padding);
}
@media screen and (min-width: 900px) {
  .membership-feature > .content {
    grid-template-columns: 1fr 50%;
    -webkit-column-gap: clamp(2rem, 5.5vw, 11.6rem);
    -moz-column-gap: clamp(2rem, 5.5vw, 11.6rem);
    column-gap: clamp(2rem, 5.5vw, 11.6rem);
    padding: clamp(2rem, 1vw, 0rem) 0 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.membership-feature > .content .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.membership-feature > .content .copy .ms-headline {
  font-family: var(--header-font);
  font-weight: var(--bold);
  color: var(--midnight-blue);
  font-size: 2.6rem;
  margin: 0;
  padding: 0 0 1rem;
}
@media screen and (min-width: 900px) {
  .membership-feature > .content .copy .ms-headline {
    padding: 0 0 2.6rem;
    font-size: 3rem;
  }
}
.membership-feature > .content .copy .ms-support {
  font-family: var(--body-font);
  color: var(--mineshaft);
  font-size: 1.8rem;
  margin: 0;
  padding: 0 0 2.3rem;
}
@media screen and (min-width: 900px) {
  .membership-feature > .content .copy .ms-support {
    font-size: 1.6rem;
    padding: 0 0 2.7rem;
  }
}
.membership-feature > .content .copy .bullet-list {
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.9rem;
  margin: 0 auto;
}
.membership-feature > .content .copy .bullet-list p {
  margin: 0;
}
@media screen and (min-width: 900px) {
  .membership-feature > .content .copy .bullet-list {
    margin: 0;
  }
}
.membership-feature > .content .copy .bullet-list li {
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 900px) {
  .membership-feature > .content .copy .bullet-list li {
    right: -24px;
    font-size: 2rem;
  }
}
.membership-feature > .content .copy .bullet-list li:before {
  content: "";
  position: absolute;
  left: -26px;
  top: 5px;
  display: block;
  height: 17px;
  aspect-ratio: 1;
  background-image: url("../images/ico-blue-star.svg");
}
.membership-feature > .content .copy .bullet-list li:last-of-type {
  margin-bottom: 3.9rem;
}
.membership-feature > .content .copy .bullet-list li p {
  margin: 0;
}
.membership-feature > .content .copy .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .membership-feature > .content .copy .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.membership-feature > .content .image-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  top: 0;
  gap: 2.7rem;
  aspect-ratio: 1;
  padding: 0 0 4.07rem;
}
@media screen and (min-width: 900px) {
  .membership-feature > .content .image-grid div {
    max-width: 34.3rem;
    max-height: 34.3rem;
  }
}
@media screen and (min-width: 900px) {
  .membership-feature > .content .image-grid {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    gap: clamp(1rem, 2.5vw, 5.4rem);
    top: -6%;
    padding: 0;
  }
}
.membership-feature > .content .image-grid img {
  width: 17.7rem;
  height: 17.7rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
}
.membership-feature > .content .image-grid .img-grid-1 {
  position: relative;
  border-radius: 0 10px 10px 10px;
  z-index: 2;
}
.membership-feature > .content .image-grid .img-grid-1:after {
  content: "";
  position: absolute;
  background: var(--midnight-blue);
  z-index: -2;
  top: -4px;
  left: -4px;
  height: 50%;
  width: 47.5%;
}
@media screen and (min-width: 900px) {
  .membership-feature > .content .image-grid .img-grid-1:after {
    top: -7px;
    left: -7px;
  }
}
.membership-feature > .content .image-grid .img-grid-1 > img {
  border-radius: 0 10px 10px 10px;
}
.membership-feature > .content .image-grid .img-grid-2 {
  position: relative;
  border-radius: 10px 0px 10px 10px;
  z-index: 2;
}
.membership-feature > .content .image-grid .img-grid-2:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  height: 50%;
  width: 47.5%;
  background: var(--midnight-blue);
  z-index: -2;
}
@media screen and (min-width: 900px) {
  .membership-feature > .content .image-grid .img-grid-2:after {
    top: -7px;
    right: -7px;
  }
}
.membership-feature > .content .image-grid .img-grid-2 > img {
  border-radius: 10px 0 10px 10px;
}
.membership-feature > .content .image-grid .img-grid-3 {
  position: relative;
  border-radius: 10px 10px 10px 0px;
  z-index: 2;
}
.membership-feature > .content .image-grid .img-grid-3:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -4px;
  background: var(--midnight-blue);
  z-index: -2;
  height: 50%;
  width: 47.5%;
}
@media screen and (min-width: 900px) {
  .membership-feature > .content .image-grid .img-grid-3:after {
    bottom: -7px;
    left: -7px;
  }
}
.membership-feature > .content .image-grid .img-grid-3 > img {
  border-radius: 10px 10px 10px 0;
}
.membership-feature > .content .image-grid .img-grid-4 {
  position: relative;
  border-radius: 10px 10px 0px 10px;
  z-index: 2;
}
.membership-feature > .content .image-grid .img-grid-4:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  height: 50%;
  width: 47.5%;
  background: var(--midnight-blue);
  z-index: -2;
}
@media screen and (min-width: 900px) {
  .membership-feature > .content .image-grid .img-grid-4:after {
    bottom: -7px;
    right: -7px;
  }
}
.membership-feature > .content .image-grid .img-grid-4 > img {
  border-radius: 10px 10px 0 10px;
}

.resource {
  margin: 0 auto;
  background-color: var(--endeavour);
  padding: 3.45rem var(--mobile-padding) 10.9rem;
}
@media screen and (min-width: 900px) {
  .resource {
    padding: 9.3rem var(--mobile-padding) 16.9rem;
  }
}
.resource > .content {
  margin: 0 auto;
  text-align: center;
  color: white;
  max-width: var(--max-wrap);
}
.resource > .content .copy {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.resource > .content .copy .resources-headline {
  font-family: var(--header-font);
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .resource > .content .copy .resources-headline {
    font-size: 3rem;
    margin-bottom: 2.8rem;
  }
}
.resource > .content .copy .resources-copy {
  font-family: var(--body-font);
  margin-bottom: 2.83rem;
}
@media screen and (min-width: 900px) {
  .resource > .content .copy .resources-copy {
    font-size: 1.6rem;
    margin-bottom: 6.4rem;
  }
}
.resource > .content .splide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .resource > .content .splide {
    margin: 0 -30px 0 0;
  }
}
.resource > .content .slide-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 4.8rem;
  -moz-column-gap: 4.8rem;
  column-gap: 4.8rem;
  min-height: 526px;
}
.resource > .content .slide-container .slide {
  height: 100%;
  max-width: 276px;
  height: 100%;
}
.resource > .content .slide-container .slide .slide-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.resource > .content .slide-container .slide .slide-single img {
  display: block;
  border-radius: 10px 10px 0px 0px;
  height: 252px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 900px) {
  .resource > .content .slide-container .slide .slide-single img {
    height: 312px;
  }
}
.resource > .content .slide-container .slide .slide-single .slide-text {
  text-align: center;
  position: relative;
  background: var(--white);
  border-radius: 0px 0px 10px 10px;
  color: var(--mineshaft);
  padding: 3.9rem 1.95rem 1.95rem;
  min-height: 207px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .resource > .content .slide-container .slide .slide-single .slide-text {
    min-height: 214px;
    padding: 4.9rem 1.55rem 1.55rem;
  }
}
.resource > .content .slide-container .slide .slide-single .slide-text:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 85%;
  top: 0;
  height: 0.6rem;
  background-color: var(--midnight-blue);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.resource > .content .slide-container .slide .slide-single .slide-text .slide-icon {
  position: absolute;
  content: "";
  left: 50%;
  top: -25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--zumthor);
  z-index: 3;
  border-radius: 10px;
  height: 51px;
  width: 51px;
}
@media screen and (min-width: 900px) {
  .resource > .content .slide-container .slide .slide-single .slide-text .slide-icon {
    top: -31.5px;
    height: 63px;
    width: 63px;
  }
}
.resource > .content .slide-container .slide .slide-single .slide-text .slide-icon img {
  display: block;
  height: auto;
  max-height: 50%;
  width: 50%;
}
.resource > .content .slide-container .slide .slide-single .slide-text .slide-title {
  font-family: var(--body-font);
  font-weight: bold;
  color: var(--midnight-blue);
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 900px) {
  .resource > .content .slide-container .slide .slide-single .slide-text .slide-title {
    font-size: 2.1rem;
    margin-bottom: 1.82rem;
  }
}
.resource > .content .slide-container .slide .slide-single .slide-text .slide-copy {
  font-family: var(--body-font);
  font-weight: regular;
}
@media screen and (min-width: 900px) {
  .resource > .content .slide-container .slide .slide-single .slide-text .slide-copy {
    font-size: 1.6rem;
  }
}
.resource > .content .slide-container .slide .slide-single .slide-text .slide-cta {
  margin-top: auto;
  font-weight: var(--weight-black);
  color: var(--mariner);
  text-decoration: none;
}

@media screen and (max-width: 899px) {
  #resource_carousel.splide__track {
    left: -3%;
  }
}

.benefits {
  width: 100%;
  margin: 0 0 8.75rem;
  padding: 0 var(--mobile-padding);
}
.benefits > .content {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  background-color: var(--zumthor);
  border-radius: 10px;
  padding: 4.1rem 0 4.1rem 4.55rem;
}
@media screen and (min-width: 900px) {
  .benefits > .content {
    padding: 5.05rem 2rem 5.05rem 6.15rem;
  }
}
.benefits > .content {
  position: relative;
}
.benefits > .content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15.9px;
  background: var(--malibu);
  height: 7px;
  width: 69.9%;
}
@media screen and (min-width: 900px) {
  .benefits > .content:before {
    top: 0;
    left: 32.9px;
    width: 31.8%;
  }
}
.benefits > .content:after {
  content: "";
  display: block;
  position: absolute;
  top: 20.5px;
  left: 0;
  background: var(--malibu);
  height: 22.3%;
  width: 7px;
}
@media screen and (min-width: 900px) {
  .benefits > .content:after {
    top: 33.2px;
    left: 0;
    height: 37%;
  }
}
.benefits > .content .copy .benefits-ico {
  position: absolute;
  top: -22.5px;
  left: -22.5px;
  height: 53px;
  width: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--malibu);
  border-radius: 10px;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .benefits > .content .copy .benefits-ico {
    top: -30px;
    left: -30px;
    height: 71px;
  }
}
.benefits > .content .copy .benefits-ico img {
  height: 52%;
  width: auto;
}
.benefits > .content .copy .benefits-headline {
  margin: 0;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: var(--header-font);
  color: var(--midnight-blue);
  margin-bottom: 2.5rem;
}
.benefits > .content .copy ul {
  list-style: none;
  -webkit-padding-start: 26px;
  padding-inline-start: 26px;
  list-style-image: url("../images/ico-blue-star.svg");
  margin: 0;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
@media screen and (min-width: 900px) {
  .benefits > .content .copy ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media screen and (min-width: 900px) {
  .benefits > .content .copy ul.col-1 {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.benefits > .content .copy ul li {
  margin: 0;
  padding-bottom: 2.8rem;
  font-family: var(--body-font);
  font-weight: var(--regular);
  font-size: 1.6rem;
}

.non-image-header {
  width: 100%;
  padding: 0 var(--mobile-padding);
  margin: 0 0 2.34rem;
  background-color: var(--endeavour);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  position: relative;
  background-image: url("../images/bg-non-image-header-mobile.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
@media screen and (min-width: 900px) {
  .non-image-header {
    height: 100%;
    margin: 0 0 4.86rem;
    background-image: url("../images/bg-non-image-header-desktop.svg");
  }
}
.non-image-header .overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, var(--endeavour)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, var(--endeavour) 15%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .non-image-header .overlay {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, var(--endeavour)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, var(--endeavour) 25%, rgba(0, 0, 0, 0) 100%);
  }
}
.non-image-header .overlay {
  position: absolute;
}
.non-image-header > .content {
  margin: 0;
  padding: 2.84rem 0 2.84rem 2rem;
  max-width: 1400px;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .non-image-header > .content {
    margin: 0 auto;
    padding: 6.55rem 0 6.2rem;
  }
}
.non-image-header > .content .breadcrumbs {
  display: none;
  font-family: var(--body-font);
  font-size: 1.2rem;
  color: white;
  margin: 0;
  padding: 0 0 1.4rem;
}
.non-image-header > .content .breadcrumbs a {
  color: var(--white);
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .non-image-header > .content .breadcrumbs {
    display: block;
  }
}
.non-image-header > .content .header {
  font-family: var(--header-font);
  font-size: 3rem;
  font-weight: var(--bold);
  color: var(--white);
  margin: 0;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .non-image-header > .content .header {
    font-size: 4.5rem;
  }
}

.icon-block {
  margin: 0;
  padding: 2.5rem var(--mobile-padding) 4.2rem;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .icon-block {
    padding: 4rem var(--mobile-padding) 8.76rem;
  }
}
.icon-block > .content {
  margin: 0;
  width: 100%;
  background-color: var(--zumthor);
  border-radius: 10px;
  padding: 3.8rem 3.5rem 2.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .icon-block > .content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4.7rem 0 4.1rem;
  }
}
.icon-block > .content .icon {
  position: absolute;
  top: -25.25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 55px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--malibu);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .icon-block > .content .icon {
    height: 80px;
    top: -40px;
  }
}
.icon-block > .content .icon .icon-src {
  position: relative;
  top: -2px;
  max-height: 50%;
  height: auto;
  width: 50%;
}
.icon-block > .content .icon-block-text {
  margin: 0;
  font-family: var(--header-font);
  font-size: 2.4rem;
  font-weight: var(--bold);
  color: var(--midnight-blue);
  text-align: center;
}
@media screen and (min-width: 900px) {
  .icon-block > .content .icon-block-text {
    font-size: 2.8rem;
  }
}

.accordions {
  width: 100%;
  padding: 0 var(--mobile-padding);
  margin: 0 0 1.25rem;
}
.accordions > .content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .accordions > .content {
    max-width: var(--max-wrap);
  }
}
.accordions > .content .accordion {
  border: 2px solid var(--zumthor);
  border-radius: 10px;
  position: relative;
  width: 100%;
  margin: 0;
}
.accordions > .content .accordion .js-accordion-button {
  width: 100%;
  text-align: left;
  position: relative;
}
.accordions > .content .accordion .js-accordion-button:before, .accordions > .content .accordion .js-accordion-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14.9px;
  background: var(--endeavour);
  width: 17px;
  height: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  border-radius: 10px;
}
@media screen and (min-width: 900px) {
  .accordions > .content .accordion .js-accordion-button:before, .accordions > .content .accordion .js-accordion-button:after {
    right: 52.2px;
    width: 26px;
  }
}
.accordions > .content .accordion .js-accordion-button:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.accordions > .content .accordion .js-accordion-button .accordion-title {
  font-family: var(--header-font);
  color: var(--midnight-blue);
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0;
  line-height: 1.2;
  padding: 1.13rem 3.54rem 1.77rem 2.14rem;
}
@media screen and (min-width: 900px) {
  .accordions > .content .accordion .js-accordion-button .accordion-title {
    font-size: 2.4rem;
    padding: 2.4rem 6rem 2.8rem 7.2rem;
  }
}
.accordions > .content .accordion.active > .js-accordion-button:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.accordions > .content .accordion:before {
  content: "";
  position: absolute;
  width: 44%;
  height: 4px;
  top: 0;
  left: 0;
  background-color: var(--hawkes-blue);
}
@media screen and (min-width: 900px) {
  .accordions > .content .accordion:before {
    width: 267px;
  }
}
.accordions > .content .accordion:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 45.63px;
  top: 0;
  left: 0;
  background-color: var(--hawkes-blue);
}
@media screen and (min-width: 900px) {
  .accordions > .content .accordion:after {
    height: 67px;
  }
}
.accordions > .content .accordion .accordion-content {
  background: var(--zumthor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 0 1.9rem;
}
@media screen and (min-width: 900px) {
  .accordions > .content .accordion .accordion-content {
    padding: 0 4rem;
  }
}
.accordions > .content .accordion .accordion-content:last-child {
  margin: 0 0 3.3rem;
}
.accordions > .content .accordion .accordion-content .effective_date {
  -ms-flex-item-align: start;
  align-self: start;
}
@media screen and (min-width: 900px) {
  .accordions > .content .accordion .accordion-content .effective_date {
    padding: 0 0 0 4rem;
  }
}
.accordions > .content .accordion .accordion-content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .accordions > .content .accordion .accordion-content .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.accordions > .content .accordion .accordion-content ul {
  -webkit-padding-start: 22.15px;
  padding-inline-start: 22.15px;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  list-style-image: url("../images/ico-check.svg");
  padding: 0 2.4rem 1.2rem;
  margin: 0;
}
.accordions > .content .accordion .accordion-content ul li {
  margin: 0;
  padding: 0 0 2.4rem 0.6rem;
}
.accordions > .content .accordion .accordion-content .accordion-item {
  width: 100%;
  background: var(--white);
  border-radius: 8px;
  padding: 2.54rem 3.38rem 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 0 2.9rem;
}
@media screen and (min-width: 900px) {
  .accordions > .content .accordion .accordion-content .accordion-item {
    grid-template-columns: 30% 15% 15% 40%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.65rem 3.7rem 2.85rem 4.3rem;
    margin: 0 0 1.9rem;
  }
}
.accordions > .content .accordion .accordion-content .accordion-item:last-of-type {
  margin: 0;
}
@media screen and (min-width: 900px) {
  .accordions > .content .accordion .accordion-content .accordion-item:last-of-type {
    margin: 3.9rem;
  }
}
.accordions > .content .accordion .accordion-content .accordion-item .term {
  font-family: var(--body-font);
  font-weight: var(--bold);
  font-size: 1.5rem;
  color: var(--mineshaft);
  margin: 0;
  padding: 0 0 0.5rem;
}
@media screen and (min-width: 900px) {
  .accordions > .content .accordion .accordion-content .accordion-item .term {
    font-size: 1.8rem;
  }
}
.accordions > .content .accordion .accordion-content .accordion-item .rate {
  font-family: var(--header-font);
  font-weight: var(--bold);
  font-size: 2.4rem;
  color: var(--midnight-blue);
  margin: 0;
  padding: 0 0 1.5rem;
}
.accordions > .content .accordion .accordion-content .accordion-item .rate:last-of-type {
  padding: 0 0 2.26rem;
}
@media screen and (min-width: 900px) {
  .accordions > .content .accordion .accordion-content .accordion-item .rate:last-of-type {
    padding: 0;
  }
}
@media screen and (min-width: 900px) {
  .accordions > .content .accordion .accordion-content .accordion-item .rate {
    font-size: 3.4rem;
    padding: 0;
  }
}
@media screen and (max-width: 899px) {
  .accordions > .content .accordion .accordion-content .accordion-item.terms-header {
    display: none;
  }
}
.accordions > .content .accordion .accordion-content .accordion-item.terms-header {
  background: var(--zumthor);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 2.54rem 3.38rem 2.4rem;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .accordions > .content .accordion .accordion-content .accordion-item .actions {
    justify-self: end;
  }
}
.accordions > .content .accordion .accordion-content .accordion-disclosure {
  font-weight: var(--regular);
  font-size: 1.4rem;
  font-family: var(--body-font);
  max-width: 1000px;
  margin: 0 auto;
}
.accordions > .content .accordion.active {
  background-color: var(--zumthor);
}
.accordions > .content .subcontent {
  display: none;
}
.accordions > .content .subcontent.open {
  display: block;
}
@media screen and (min-width: 900px) {
  .accordions .show-mobile {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .accordions .show-desktop {
    display: none;
  }
}

.rate-accordions .accordion .accordion-content .accordion-text .rate_table .intro, .rate-accordions .accordion .accordion-content .accordion-text .rate_table .rate_disclosure {
  font-family: var(--body-font);
  font-weight: var(--regular);
  font-size: 1.6rem;
  color: var(--mineshaft);
}
@media screen and (max-width: 899px) {
  .rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable .show-desktop {
    display: none;
  }
}
.rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable thead tr {
  display: none;
}
.rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable thead tr.row_0 {
  display: table-row;
}
.rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable thead tr th {
  padding: 0;
}
.rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable thead tr th:first-of-type {
  padding: 0 1.65rem 0 4rem;
}
.rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable thead tr th:last-of-type {
  padding: 0 4rem 0 1rem;
}
@media screen and (max-width: 899px) {
  .rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 2.8rem;
  }
}
.rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable tbody tr td {
  color: var(--midnight-blue);
  font-weight: var(--bold);
  font-family: var(--header-font);
  line-height: 1.2;
  font-size: 2.4rem;
}
@media screen and (min-width: 900px) {
  .rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable tbody tr td {
    padding: 2.25rem 0 2.8rem 0;
  }
  .rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable tbody tr td:nth-of-type(2) {
    padding: 2.25rem 1.65rem 2.8rem 4rem;
    border-radius: 10px 0 0 10px;
  }
  .rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable tbody tr td:last-of-type {
    padding: 2.25rem 4rem 2.8rem 1rem;
  }
  .rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable tbody tr td {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 899px) {
  .rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable tbody tr td.show-mobile {
    font-family: var(--body-copy);
    font-size: 1.5rem;
    padding: 0 3.4rem 0.5rem;
    color: var(--mineshaft);
    font-weight: var(--bold);
  }
  .rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable tbody tr td:first-of-type {
    padding: 3.2rem 3.4rem 1rem;
    border-radius: 10px 10px 0 0;
  }
  .rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable tbody tr td:last-of-type {
    padding: 1rem 3.4rem 3.2rem 3.4rem;
    border-radius: 0 0 10px 10px;
  }
  .rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable tbody tr td {
    padding: 0 3.4rem 1.5rem;
  }
}
.rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable tbody tr td:has(a) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .rate-accordions .accordion .accordion-content .accordion-text .rate_table .table-wrapper > .editableTable tbody tr td:has(a) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
.rate-accordions .accordion .accordion-content .accordion-text .rate_table .rate_disclosure {
  font-size: 1.4rem;
}
@media screen and (min-width: 900px) {
  .rate-accordions .accordion .accordion-content .accordion-text .rate_table .rate_disclosure {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.rate-accordions {
  margin: 0 0 3rem;
}
.rate-accordions > .content > .box-accordion {
  margin: 0 0 1.9rem;
}
@media screen and (min-width: 900px) {
  .rate-accordions > .content > .box-accordion {
    margin: 0 0 3.75rem;
  }
}
.rate-accordions > .content > .box-accordion:last-of-type {
  margin: 0;
}

.cross-sells {
  margin: 0 0 17.7rem;
  padding: 0 var(--mobile-padding);
}
.cross-sells > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.6rem;
}
@media screen and (min-width: 900px) {
  .cross-sells > .content {
    grid-template-columns: 1fr 1fr;
    gap: 10rem;
  }
}
.cross-sells > .content .cs {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
}
.cross-sells > .content .cs .cs-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 900px) {
  .cross-sells > .content .cs .cs-photo {
    max-height: 31.2rem;
  }
}
.cross-sells > .content .cs .cs-body {
  position: relative;
  padding: 4rem 3rem 4.6rem;
  background-color: var(--midnight-blue);
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 900px) {
  .cross-sells > .content .cs .cs-body {
    padding: 5.2rem 5rem 4.5rem;
  }
}
.cross-sells > .content .cs .cs-body:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 85%;
  background-color: var(--endeavour);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cross-sells > .content .cs .cs-body .cs-icon {
  position: absolute;
  height: 50px;
  aspect-ratio: 1;
  border-radius: 10px;
  top: -25px;
  left: 28px;
  background-color: var(--zumthor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .cross-sells > .content .cs .cs-body .cs-icon {
    height: 63px;
    top: -35.1px;
    left: 7%;
  }
}
.cross-sells > .content .cs .cs-body .cs-icon .cs-icon-src {
  width: 50%;
  height: auto;
  position: relative;
}
.cross-sells > .content .cs .cs-body .cs-heading {
  font-family: var(--body-font);
  font-weight: var(--bold);
  color: var(--white);
  font-size: 1.8rem;
  margin: 0;
  padding: 0 0 1.5rem;
}
.cross-sells > .content .cs .cs-body .cs-copy {
  font-family: var(--body-font);
  font-size: 1.6rem;
  font-weight: var(--regular);
  color: white;
  padding: 0 0 2rem;
}
.cross-sells > .content .cs .cs-body .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .cross-sells > .content .cs .cs-body .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.internal-membership {
  padding: 0 var(--mobile-padding);
  margin: 0 0 7.46rem;
}
@media screen and (max-width: 899px) {
  .internal-membership {
    background: var(--zumthor);
  }
}
@media screen and (min-width: 900px) {
  .internal-membership {
    margin: 0 0 13.1rem;
  }
}
.internal-membership > .content {
  margin: 0 auto;
  padding: 0 2.8rem 6rem;
  max-width: var(--max-wrap);
  border-radius: 10px;
  background-image: url("../images/bg-internal-membership-mobile.svg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 900px) {
  .internal-membership > .content {
    background-image: url("../images/bg-internal-membership-desktop.svg");
    display: grid;
    grid-template-columns: 1fr clamp(56%, 6vw, 60%);
    gap: 6.6rem;
    position: relative;
    padding: 7.2rem 0 8rem 7rem;
  }
}
.internal-membership > .content .img-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(103px, 1fr));
  gap: 1.4rem;
  position: relative;
  top: -3.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (min-width: 900px) {
  .internal-membership > .content .img-gallery {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: clamp(53%, 6vw, 60%);
    position: absolute;
    right: 0;
    bottom: -4.5rem;
    gap: 1.8rem;
  }
}
.internal-membership > .content .img-gallery .img-frame {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
}
.internal-membership > .content .img-gallery .img-frame img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.internal-membership > .content .img-gallery .img-frame:first-of-type:before {
  content: "";
  position: absolute;
  height: 33%;
  width: 55%;
  background: var(--mariner);
  top: -4px;
  left: -4px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .internal-membership > .content .img-gallery .img-frame:first-of-type:before {
    top: -9px;
    left: -9px;
    height: 50.6%;
    width: 38.1%;
  }
}
.internal-membership > .content .img-gallery .img-frame:first-of-type img {
  border-radius: 0 10px 10px 10px;
}
.internal-membership > .content .img-gallery .img-frame:last-of-type:before {
  content: "";
  position: absolute;
  height: 33%;
  width: 55%;
  background: var(--mariner);
  bottom: -4px;
  right: -4px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .internal-membership > .content .img-gallery .img-frame:last-of-type:before {
    bottom: -9px;
    right: -9px;
    height: 50.6%;
    width: 38.1%;
  }
}
.internal-membership > .content .img-gallery .img-frame:last-of-type img {
  border-radius: 10px 10px 0 10px;
}
.internal-membership > .content .copy .membership-header {
  font-family: var(--header-font);
  font-weight: bold;
  color: var(--midnight-blue);
  font-size: 2.4rem;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .internal-membership > .content .copy .membership-header {
    font-size: 2.8rem;
    padding: 0 0 1.6rem;
  }
}
.internal-membership > .content .copy .membership-copy {
  font-family: var(--body-font);
  font-weight: var(--regular);
  font-size: 1.6rem;
  color: var(--mineshaft);
  padding: 0 0 3.45rem;
}
@media screen and (min-width: 900px) {
  .internal-membership > .content .copy .membership-copy {
    padding: 0 0 1.51rem;
  }
}
.internal-membership > .content .copy .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 900px) {
  .internal-membership > .content .copy .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.text-block {
  width: 100%;
  padding: 0 var(--mobile-padding);
  margin: 0 0 4.97rem;
}
@media screen and (min-width: 900px) {
  .text-block {
    margin: 0 0 12.5rem;
  }
}
.text-block > .content {
  margin: 0 auto;
  max-width: 1000px;
}
.text-block > .content:last-child {
  padding: 0;
}
.text-block > .content .text-header {
  font-family: var(--header-font);
  font-weight: bold;
  font-size: 2.4rem;
  color: var(--midnight-blue);
  margin: 0;
  padding: 0 0 2.33rem;
}
@media screen and (min-width: 900px) {
  .text-block > .content .text-header {
    font-size: 2.8rem;
    padding: 0 0 1.85rem;
  }
}
.text-block > .content .text-header.large {
  font-size: 2.4rem;
}
@media screen and (min-width: 900px) {
  .text-block > .content .text-header.large {
    font-size: 3.4rem;
  }
}
.text-block > .content .text-header.x-large {
  font-size: 3.2rem;
}
@media screen and (min-width: 900px) {
  .text-block > .content .text-header.x-large {
    font-size: 4.2rem;
  }
}
.text-block > .content .text-copy {
  font-family: var(--body-font);
  font-weight: var(--regular);
  font-size: 1.6rem;
  color: var(--mineshaft);
  padding-bottom: 1.8rem;
}
.text-block > .content .text-copy ul {
  list-style-image: url("../images/ico-check.svg");
}
.text-block > .content .text-copy ul li {
  padding: 0 0 1rem;
}
.text-block > .content .text-copy p:has(.aligncenter) {
  text-align: center;
}
.text-block > .content .text-copy img {
  padding: 1rem;
}
.text-block > .content .text-copy img.alignleft {
  float: left;
  padding: 0rem 1rem 0 0;
}
.text-block > .content .text-copy img.alignright {
  float: right;
  padding: 0 0 0 1rem;
}
.text-block > .content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 900px) {
  .text-block > .content .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.text-block > .content table {
  width: 100%;
}
.text-block > .content table th, .text-block > .content table td {
  padding: 2.25rem;
}
.text-block > .content table th {
  background-color: var(--endeavour);
  color: var(--white);
}
.text-block > .content table th:first-of-type {
  text-align: left;
}
.text-block > .content table tr:first-child {
  text-align: left;
}
.text-block > .content table tr:nth-of-type(even) {
  background-color: var(--zumthor);
}
.text-block > .content iframe {
  max-width: 100%;
}

.location-card {
  width: 100%;
  padding: 0 var(--mobile-padding);
  margin: 0 0 6.4rem;
}
@media screen and (min-width: 900px) {
  .location-card {
    margin: 0 0 7.2rem;
  }
  .location-card:last-of-type {
    margin: 0 0 13.6rem;
  }
}
.location-card > .content {
  margin: 0 auto;
  max-width: var(--max-wrap);
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .location-card > .content {
    grid-template-columns: 450px 1fr;
  }
}
.location-card > .content .location-image {
  width: 100%;
  height: 230px;
}
.location-card > .content .location-image img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: top center;
  object-position: top center;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 900px) {
  .location-card > .content .location-image img {
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (min-width: 900px) {
  .location-card > .content .location-image {
    height: 100%;
  }
}
.location-card > .content .location-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.location-card > .content .location-copy .location-main {
  padding: 3.23rem 2.5rem 3.08rem;
  background: var(--midnight-blue);
}
@media screen and (min-width: 900px) {
  .location-card > .content .location-copy .location-main {
    border-radius: 0 10px 0 0;
    padding: 3.6rem 5.7rem 3.83rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.location-card > .content .location-copy .location-main .location-title {
  font-family: var(--header-font);
  font-weight: var(--bold);
  color: var(--white);
  font-size: 2.8rem;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .location-card > .content .location-copy .location-main .location-title {
    font-size: 3.4rem;
  }
}
.location-card > .content .location-copy .location-main .location-address {
  font-family: var(--body-font);
  font-weight: var(--bold);
  color: var(--white);
  font-size: 1.7rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.location-card > .content .location-copy .location-main .location-address img {
  height: 24.56px;
  width: auto;
  padding: 0 6.7px 0 0;
}
@media screen and (min-width: 900px) {
  .location-card > .content .location-copy .location-main .location-address {
    font-size: 2rem;
  }
}
.location-card > .content .location-copy .location-details {
  padding: 3rem 2.6rem 5.1rem;
  background-color: var(--hawkes-blue);
  border-radius: 0 0 10px 10px;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .location-card > .content .location-copy .location-details {
    border-radius: 0 0 10px 0;
    padding: 3.3rem 5.7rem 5.4rem;
  }
}
.location-card > .content .location-copy .location-details .details-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.9rem;
  padding: 0 0 3.9rem;
}
@media screen and (min-width: 900px) {
  .location-card > .content .location-copy .location-details .details-main {
    padding: 0 0 4.2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.location-card > .content .location-copy .location-details .details-main .details-block {
  margin: 0;
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  font-family: var(--body-font);
  color: var(--mineshaft);
  font-weight: var(--regular);
}
.location-card > .content .location-copy .location-details .details-main .details-block .details-title {
  font-weight: var(--bold);
  font-size: 2rem;
  margin: 0;
  padding: 0 0 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.location-card > .content .location-copy .location-details .details-main .details-block .details-title img {
  display: block;
  height: 23px;
  width: auto;
  padding: 0 5px 0 0;
}
.location-card > .content .location-copy .location-details .details-main .details-block li {
  font-size: 1.6rem;
  padding: 0 0 1.3rem;
}
.location-card > .content .location-copy .location-details .details-main .details-block li .days {
  font-weight: var(--bold);
}
.location-card > .content .location-copy .location-details .details-main .details-block li:last-of-type {
  padding: 0;
}
.location-card > .content .location-copy .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.8rem;
}
@media screen and (min-width: 900px) {
  .location-card > .content .location-copy .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 3.5rem;
  }
}

.resources-grid {
  width: 100%;
  padding: 0 var(--mobile-padding);
  margin: 0 0 12.4rem;
}
@media screen and (min-width: 900px) {
  .resources-grid {
    margin: 0 0 15.3rem;
  }
}
.resources-grid > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.9rem;
}
@media screen and (min-width: 900px) {
  .resources-grid > .content {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 7.4rem;
  }
}
.resources-grid > .content .card {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 2rem 1fr;
}
.resources-grid > .content .card .ico-holder {
  height: 36px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--malibu);
  border-radius: 5px;
}
.resources-grid > .content .card .ico-holder img {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  max-width: 61%;
  max-height: 61%;
}
.resources-grid > .content .card .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  vertical-align: top;
}
.resources-grid > .content .card .copy .title {
  color: var(--midnight-blue);
  font-family: var(--header-font);
  font-weight: var(--bold);
  font-size: 2.8rem;
  margin: 0;
  padding: 0 0 1rem 0;
}
.resources-grid > .content .card .copy .text {
  color: var(--mineshaft);
  font-family: var(--body-font);
  font-weight: var(--regular);
}
.resources-grid > .content .card .copy .text.normal {
  font-size: 1.6rem;
}
.resources-grid > .content .card .copy .text.large {
  font-size: 2.2rem;
}
.resources-grid > .content .card .copy .text.large p {
  margin-bottom: 0.5rem;
}
.resources-grid > .content .card .copy .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.resources-grid > .content .card .copy ul {
  list-style: none;
  -webkit-padding-start: 26px;
  padding-inline-start: 26px;
  list-style-image: url("../images/ico-check.svg");
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.image-header {
  background-color: var(--endeavour);
  width: 100%;
  height: 100%;
  margin: 0 0 6.5rem;
}
@media screen and (min-width: 900px) {
  .image-header {
    padding: 0 var(--mobile-padding);
    margin: 0 0 6.3rem;
  }
}
.image-header > .content {
  max-width: 1556px;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .image-header > .content {
    grid-template-columns: 42% 89rem;
    margin: 0 auto;
    position: relative;
    right: -86px;
  }
}
.image-header > .content .slide-img {
  height: 205px;
  width: 100%;
  height: 100%;
  max-width: 890px;
  position: relative;
}
.image-header > .content .slide-img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
}
.image-header > .content .slide-img:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 145px;
  top: 0;
  background-image: url(../images/image-header-curve-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 899px) {
  .image-header > .content .slide-img:after {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .image-header > .content .slide-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 100%;
  }
}
.image-header > .content .copy {
  width: 100%;
  padding: 2.03rem 2rem 6rem;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.image-header > .content .copy:has(.actions) .feature-copy {
  padding: 0 0 2.2rem 0;
}
@media screen and (min-width: 900px) {
  .image-header > .content .copy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    text-align: left;
    position: relative;
    padding: 6.5rem 7.9rem 6.5rem 0;
  }
  .image-header > .content .copy:after {
    content: "";
    position: absolute;
    right: -70px;
    height: 100%;
    width: 70px;
    top: 0;
    z-index: 2;
    background-image: url(../images/image-header-curve-left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    scale: 1.2;
  }
}
@media screen and (min-width: 900px) and (max-width: 1500px) {
  .image-header > .content .copy:after {
    scale: 1.5;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .image-header > .content .copy:after {
    scale: 1.75;
  }
}
@media screen and (min-width: 900px) and (max-width: 899px) {
  .image-header > .content .copy:after {
    display: none;
  }
}
.image-header > .content .copy .breadcrumbs {
  display: none;
  font-family: var(--body-font);
  font-size: 1.2rem;
  color: white;
  margin: 0;
  padding: 0 0 1.4rem;
}
@media screen and (min-width: 900px) {
  .image-header > .content .copy .breadcrumbs {
    display: block;
  }
}
.image-header > .content .copy .breadcrumbs a {
  color: var(--white);
  text-decoration: none;
}
.image-header > .content .copy .feature-title {
  font-family: var(--header-font);
  font-weight: var(--bold);
  font-size: 3rem;
  margin: 0;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .image-header > .content .copy .feature-title {
    font-size: 4.5rem;
    max-width: 534px;
    text-align: left;
  }
}
.image-header > .content .copy .feature-copy {
  font-family: var(--body-font);
  font-weight: var(--regular);
  font-size: 1.6rem;
  margin: 0;
  padding: 0 0 2.2rem 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .image-header > .content .copy .feature-copy {
    text-align: left;
  }
}
.image-header > .content .copy .feature-copy:last-of-type {
  padding: 0;
}
.image-header > .content .copy .feature-copy a {
  color: white;
}
.image-header > .content .copy .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .image-header > .content .copy .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 534px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.cta-bar {
  padding: 0 var(--mobile-padding);
  width: 100%;
  margin: 0 0 6.1rem;
  background: url("../images/bg-cta-bar-mobile.svg");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (min-width: 900px) {
  .cta-bar {
    background: url("../images/bg-cta-bar-desktop.svg");
    margin: 0 0 7.1rem;
  }
}
.cta-bar > .content {
  max-width: 1000px;
  margin: 0 auto;
}
.cta-bar > .content .copy {
  padding: 6.69rem 0 8.61rem;
}
.cta-bar > .content .copy .cta-bar-heading {
  margin: 0;
  padding: 0 0 2.15rem;
  font-family: var(--header-font);
  font-weight: bold;
  font-size: 2.4rem;
  color: var(--midnight-blue);
  text-align: center;
}
@media screen and (min-width: 900px) {
  .cta-bar > .content .copy .cta-bar-heading {
    padding: 0 0 2.35rem;
    font-size: 3.4rem;
  }
}
.cta-bar > .content .copy .cta-bar-copy {
  font-family: var(--body-font);
  font-weight: var(--semibold);
  font-size: 1.8rem;
  text-align: center;
  margin: 0;
  padding: 0 0 3.1rem;
}
@media screen and (min-width: 900px) {
  .cta-bar > .content .copy {
    padding: 8.6rem 0 7.4rem;
  }
}
.cta-bar > .content .copy .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .cta-bar > .content .copy .actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 3.9rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.product {
  padding: 0 var(--mobile-padding);
  width: 100%;
  margin: 0 0 8.52rem;
}
@media screen and (min-width: 900px) {
  .product {
    margin: 0 0 14.02rem;
  }
}
.product > .content {
  max-width: 1038px;
  margin: 0 auto;
  position: relative;
  padding: 20.3px 0 0 29.5px;
}
@media screen and (min-width: 900px) {
  .product > .content {
    padding: 2.18rem 0 0 3.55;
  }
}
.product > .content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 68%;
  background-color: var(--zumthor);
}
@media screen and (min-width: 900px) {
  .product > .content:after {
    width: 26%;
  }
}
.product > .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 142px;
  background-color: var(--zumthor);
}
.product > .content .copy .product-title {
  margin: 0;
  padding: 0 0 2.15rem;
  font-family: var(--header-font);
  font-weight: bold;
  font-size: 2.4rem;
  color: var(--midnight-blue);
}
@media screen and (min-width: 900px) {
  .product > .content .copy .product-title {
    padding: 0 0 2.35rem;
    font-size: 3.4rem;
  }
}
.product > .content .copy .product-copy {
  margin: 0;
  padding: 0 0 2.9rem;
  font-family: var(--body-font);
  font-weight: var(--regular);
  font-size: 1.6rem;
  color: var(--mineshaft);
}
@media screen and (min-width: 900px) {
  .product > .content .copy .product-copy {
    padding: 0 0 2.6rem;
  }
}
.product > .content .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  gap: 3.6rem;
  border-bottom: 1px solid var(--zumthor);
  overflow: auto;
}
.product > .content .tabs .tab-btn {
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
.product > .content .tabs .tab-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  width: auto;
  aspect-ratio: 1;
  background-color: var(--zumthor);
  border-radius: 50%;
}
.product > .content .tabs .tab-btn span img {
  max-width: 62.5%;
  height: auto;
  width: auto;
  max-height: 62.5%;
}
.product > .content .tabs .tab-btn.active {
  border-bottom: 9px solid var(--malibu);
  padding: 0 0 11px;
}
.product > .content .tab-content {
  display: none;
  padding: 2.4rem 0 0 0;
}
.product > .content .tab-content .tab-title {
  font-weight: var(--bold);
  font-family: var(--body-font);
  font-size: 1.8rem;
  color: var(--mineshaft);
  padding: 0 0 2.2rem;
}
.product > .content .tab-content p {
  padding: 0 0 2.7rem;
  margin: 0;
  font-size: 1.6rem;
  color: var(--mineshaft);
}
.product > .content .tab-content ul {
  -webkit-padding-start: 22.15px;
  padding-inline-start: 22.15px;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  list-style-image: url("../images/ico-check.svg");
  padding: 0 2.4rem 1.2rem;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .product > .content .tab-content ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
}
.product > .content .tab-content ul li {
  margin: 0;
  padding: 0 0 2.4rem 0.6rem;
  font-size: 1.6rem;
  color: var(--mineshaft);
}
.product > .content .tab-content iframe {
  width: 100%;
  aspect-ratio: 1000/561;
}
.product > .content .tab-content .effective-date {
  margin: 0;
  padding: 0 0 3.8rem;
}
.product > .content .tab-content .rates-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 3.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 900px) {
  .product > .content .tab-content .rates-box {
    gap: 0;
  }
}
.product > .content .tab-content .rates-box .rate-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 2rem 0 2rem;
}
@media screen and (min-width: 900px) {
  .product > .content .tab-content .rates-box .rate-row {
    border-bottom: 3px solid var(--hawkes-blue);
  }
  .product > .content .tab-content .rates-box .rate-row:last-of-type {
    border-bottom: none;
  }
}
@media screen and (min-width: 900px) {
  .product > .content .tab-content .rates-box .rate-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.product > .content .tab-content .rates-box .rate-row .rate-cell {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.product > .content .tab-content .rates-box .rate-row .rate-cell .term-cell {
  width: 100%;
  border-bottom: 3px solid var(--hawkes-blue);
  margin: 0 0 1.55rem;
}
@media screen and (min-width: 900px) {
  .product > .content .tab-content .rates-box .rate-row .rate-cell .term-cell {
    display: none;
  }
}
.product > .content .tab-content .rates-box .rate-row .rate-cell .term-cell .term {
  font-family: var(--body-font);
  font-weight: var(--bold);
  color: var(--mineshaft);
  font-size: 1.6rem;
  margin: 0;
  padding: 0 0 1rem;
}
@media screen and (min-width: 900px) {
  .product > .content .tab-content .rates-box .rate-row .rate-cell .term-cell .term {
    padding: 0 0 1.5rem;
  }
}
.product > .content .tab-content .rates-box .rate-row .rate-cell .rate-text {
  font-family: var(--header-font);
  font-weight: var(--bold);
  font-size: 2.4rem;
  line-height: 1.2;
  color: var(--midnight-blue);
}
@media screen and (min-width: 900px) {
  .product > .content .tab-content .rates-box .rate-row .rate-cell .rate-text {
    padding: 0;
  }
}
.product > .content .tab-content .rates-box .rate-row:first-of-type .term-cell {
  display: block;
}
.product > .content .tab-content.active {
  display: block;
}
.product > .content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.23rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0 -29.5px;
  padding: 0 0 2.4rem 2.9rem;
}
@media screen and (min-width: 900px) {
  .product > .content .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.product > .content .disclosures {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.product > .content .disclosures .js-accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--zumthor);
  border-radius: 10px;
  padding: 9px 23.7px 10px 33.7px;
  position: relative;
}
.product > .content .disclosures .js-accordion-button .accordion-title {
  font-family: var(--body-font);
  font-size: 1.4rem;
  font-weight: var(--bold);
  margin: 0;
  position: relative;
  right: 2px;
  padding: 0;
}
.product > .content .disclosures .js-accordion-button:before, .product > .content .disclosures .js-accordion-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  background: var(--mineshaft);
  width: 10px;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  border-radius: 10px;
}
.product > .content .disclosures .js-accordion-button:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.product > .content .disclosures.active > .js-accordion-button:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.product > .content .disclosures .accordion-content {
  width: 100%;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  padding: 9px 23.7px 10px;
  background-color: var(--zumthor);
  border-radius: 0 0 10px 10px;
}
.product > .content .disclosures.active button {
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  border-radius: 10px 10px 0 0;
}

.promoted-product {
  background-color: var(--malibu);
  width: 100%;
  margin: 0 0 6.5rem;
}
@media screen and (min-width: 900px) {
  .promoted-product.img-left, .promoted-product.img-right {
    padding: 0 var(--mobile-padding);
    margin: 0 0 6.3rem;
  }
}
.promoted-product.img-left > .content, .promoted-product.img-right > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .promoted-product.img-left > .content, .promoted-product.img-right > .content {
    grid-template-columns: minmax(0, 89rem) 1fr;
    gap: 8rem;
  }
}
.promoted-product.img-left > .content .slide-img, .promoted-product.img-right > .content .slide-img {
  height: 85%;
  width: 100%;
  max-width: 890px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .promoted-product.img-left > .content .slide-img, .promoted-product.img-right > .content .slide-img {
    max-height: 425px;
    height: 100%;
  }
}
.promoted-product.img-left > .content .slide-img img, .promoted-product.img-right > .content .slide-img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
  width: 100%;
  height: 100%;
}
.promoted-product.img-left > .content .slide-img:after, .promoted-product.img-right > .content .slide-img:after {
  content: "";
  position: absolute;
  left: -28px;
  height: 100%;
  width: 145px;
  top: 0;
  background-image: url(../images/promoted-curve-left.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 899px) {
  .promoted-product.img-left > .content .slide-img:after, .promoted-product.img-right > .content .slide-img:after {
    display: none;
  }
}
.promoted-product.img-left > .content .slide-img:before, .promoted-product.img-right > .content .slide-img:before {
  content: "";
  position: absolute;
  right: -1px;
  height: 100%;
  width: 145px;
  top: 0;
  z-index: 2;
  background-image: url(../images/promoted-curve-right.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 899px) {
  .promoted-product.img-left > .content .slide-img:before, .promoted-product.img-right > .content .slide-img:before {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .promoted-product.img-left > .content .slide-img, .promoted-product.img-right > .content .slide-img {
    height: 100%;
  }
}
.promoted-product.img-left > .content .copy, .promoted-product.img-right > .content .copy {
  width: 100%;
  padding: 2.03rem 2rem 6rem;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  color: var(--midnight-blue);
  text-align: left;
}
@media screen and (min-width: 900px) {
  .promoted-product.img-left > .content .copy, .promoted-product.img-right > .content .copy {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    position: relative;
    padding: 6.75rem 0 9rem;
  }
}
.promoted-product.img-left > .content .copy .feature-title, .promoted-product.img-right > .content .copy .feature-title {
  font-family: var(--header-font);
  font-weight: var(--bold);
  font-size: 3rem;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .promoted-product.img-left > .content .copy .feature-title, .promoted-product.img-right > .content .copy .feature-title {
    font-size: 3.4rem;
    max-width: 534px;
  }
}
.promoted-product.img-left > .content .copy .feature-copy, .promoted-product.img-right > .content .copy .feature-copy {
  font-family: var(--body-font);
  font-weight: var(--regular);
  font-size: 1.8rem;
  margin: 0;
  padding: 0 0 2.2rem 0;
}
@media screen and (min-width: 900px) {
  .promoted-product.img-left > .content .copy .feature-copy, .promoted-product.img-right > .content .copy .feature-copy {
    font-size: 1.6rem;
    max-width: 534px;
  }
}
.promoted-product.img-left > .content .copy .actions, .promoted-product.img-right > .content .copy .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .promoted-product.img-left > .content .copy .actions, .promoted-product.img-right > .content .copy .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 534px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 900px) {
  .promoted-product.img-left > .content .copy .actions a, .promoted-product.img-right > .content .copy .actions a {
    min-width: 27rem;
  }
}
.promoted-product.img-right .content {
  grid-template-columns: 1fr minmax(0, 89rem);
}
.promoted-product.img-right .content .slide-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.promoted-product.img-right .content .slide-img image {
  -o-object-position: top right;
  object-position: top right;
}
.promoted-product.img-right .content .slide-img:after {
  content: "";
  position: absolute;
  right: -28px;
  left: unset;
  height: 100%;
  width: 145px;
  top: 0;
  -webkit-transform: scaleX(-100%);
  transform: scaleX(-100%);
  background-image: url(../images/promoted-curve-left.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 899px) {
  .promoted-product.img-right .content .slide-img:after {
    display: none;
  }
}
.promoted-product.img-right .content .slide-img:before {
  content: "";
  position: absolute;
  left: 0px;
  height: 100%;
  width: 145px;
  top: 0;
  z-index: 2;
  -webkit-transform: scaleX(-100%);
  transform: scaleX(-100%);
  background-image: url(../images/promoted-curve-right.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 899px) {
  .promoted-product.img-right .content .slide-img:before {
    display: none;
  }
}
.promoted-product.img-right .content .copy {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.disclosure {
  width: 100%;
  padding: 0 var(--mobile-padding);
  margin: 0 0 7.21rem;
}
@media screen and (min-width: 900px) {
  .disclosure {
    margin: 0 0 9.65rem;
  }
}
.disclosure .content {
  max-width: 1000px;
  margin: 0 auto;
}
.disclosure .content .copy {
  text-align: left;
  font-family: var(--body-font);
  font-weight: var(regular);
  font-size: 1.4rem;
  color: var(--mineshaft);
}
.disclosure .content .copy p:last-of-type {
  margin: 0;
}
.disclosure .content .copy strong {
  color: var(--mariner);
  font-weight: var(--bold);
}

.video-block {
  width: 100%;
  padding: 0 var(--mobile-padding);
  margin: 0 0 4.93rem;
}
@media screen and (min-width: 900px) {
  .video-block {
    margin: 0 0 11.3rem;
  }
}
.video-block > .content {
  margin: 0 auto;
  max-width: var(--max-wrap);
  padding: 11px 0 0 11px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .video-block > .content {
    grid-template-columns: 57% 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.video-block > .content .media {
  width: 100%;
  height: 284px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .video-block > .content .media {
    max-width: 805px;
    height: 100%;
  }
}
.video-block > .content .media .image {
  display: block;
  border-radius: 0 10px 10px 10px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.video-block > .content .media:before {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  height: 192px;
  width: 157px;
  background-color: var(--endeavour);
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .video-block > .content .media:before {
    width: 37.6%;
    height: 67.5%;
  }
}
.video-block > .content .copy {
  padding: 3.73rem 2.5rem 4.77rem;
  background-color: var(--midnight-blue);
  border-radius: 10px;
  position: relative;
  z-index: 4;
  top: -40px;
  margin: 0 20px 0 9px;
}
@media screen and (min-width: 900px) {
  .video-block > .content .copy {
    top: 0;
    width: 118%;
    height: 83%;
    margin: 0;
    left: -18%;
    padding: 6.5rem 7.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.video-block > .content .copy .header {
  font-size: 2.2rem;
  font-family: var(--header-font);
  font-weight: bold;
  color: white;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .video-block > .content .copy .header {
    font-size: 2.8rem;
    padding: 0 0 1.2rem;
  }
}
.video-block > .content .copy .body {
  font-size: 1.6rem;
  font-family: var(--body-font);
  font-weight: var(--regular);
  color: white;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .video-block > .content .copy .body {
    padding: 0;
  }
}
.video-block.light .media:before {
  background-color: var(--malibu);
}
.video-block.light .copy {
  background-color: var(--endeavour);
}
.video-block.dark .media:before {
  background-color: var(--endeavour);
}
.video-block.dark .copy {
  background-color: var(--midnight-blue);
}
@media screen and (min-width: 900px) {
  .video-block.right > .content {
    grid-template-columns: 1fr 57%;
  }
}
@media screen and (min-width: 900px) {
  .video-block.right > .content .media {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.video-block.right > .content .media:before {
  left: unset;
  right: -11px;
}
.video-block.right > .content .media img {
  border-radius: 10px 0 10px 10px;
}
@media screen and (min-width: 900px) {
  .video-block.right > .content .copy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    top: 0;
    width: 118%;
    height: 83%;
    margin: 0;
    left: 0;
  }
}

.wpcf7-form br {
  display: none !important;
}
.wpcf7-form {
  margin: 0 auto 16.7rem;
  background: var(--midnight-blue);
  max-width: var(--max-wrap);
  padding: 5.87rem 2rem 7.54rem;
}
@media screen and (min-width: 900px) {
  .wpcf7-form {
    border-radius: 10px;
    padding: 8.51rem var(--mobile-padding) 10.34rem;
  }
}
.wpcf7-form .form-layout {
  margin: 0 auto;
  max-width: 798px;
  scroll-margin-top: 5.9rem;
}
@media screen and (min-width: 900px) {
  .wpcf7-form .form-layout {
    scroll-margin-top: 8.54rem;
  }
}
.wpcf7-form .form-layout.survey {
  max-width: 1000px;
}
.wpcf7-form .form-layout.survey .form-copy, .wpcf7-form .form-layout.survey .radio-container table tbody tr td p, .wpcf7-form .radio-container table tbody tr td .form-layout.survey p, .wpcf7-form .form-layout.survey .required-fields, .wpcf7-form .form-layout.survey .form-disclosure, .wpcf7-form .form-layout.survey .wpcf7-response-output {
  text-align: center;
}
.wpcf7-form .form-layout .form-group {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .wpcf7-form .form-layout .form-group {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 3.53rem;
    -moz-column-gap: 3.53rem;
    column-gap: 3.53rem;
  }
}
.wpcf7-form .form-layout .form-group.survey {
  grid-template-columns: 1fr;
}
.wpcf7-form .form-layout .form-group.survey input[type=text] {
  margin: 0 0 1rem;
}
.wpcf7-form .form-layout .form-group.survey .wpc7f-list-item {
  margin: 0;
}
.wpcf7-form .form-layout .form-group.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpcf7-form .form-layout .form-group.col-full {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .wpcf7-form .form-layout .form-group.col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.wpcf7-form .form-headline {
  font-family: var(--header-font);
  font-weight: var(--bold);
  font-size: 2.8rem;
  color: var(--white);
  margin: 0;
  padding: 0 0 1.95rem;
  text-align: center;
}
.wpcf7-form .form-headline.alt {
  padding: 1.95rem 0 1.95rem;
}
.wpcf7-form .form-headline.alt:first-of-type {
  padding: 0 0 1.95rem;
}
@media screen and (min-width: 900px) {
  .wpcf7-form .form-headline.alt {
    text-align: left;
  }
}
.wpcf7-form .form-copy, .wpcf7-form .radio-container table tbody tr td p, .wpcf7-form .required-fields, .wpcf7-form .form-disclosure, .wpcf7-form .wpcf7-response-output {
  font-family: var(--body-font);
  font-weight: var(--regular);
  font-size: 1.6rem;
  color: var(--white);
  margin: 0;
  padding: 0 0 3.45rem;
}
.wpcf7-form .wpcf7-response-output {
  text-align: center;
}
.wpcf7-form .form-disclosure {
  text-align: center;
  padding: 0 0 3.98rem;
}
.wpcf7-form .form-disclosure strong {
  font-weight: var(--bold);
  font-style: normal;
}
.wpcf7-form .form-disclosure {
  font-style: italic;
}
.wpcf7-form .form-disclosure:last-of-type {
  padding: 0 0 3.28rem;
}
@media screen and (min-width: 900px) {
  .wpcf7-form .form-disclosure.left {
    text-align: left;
  }
}
.wpcf7-form .required-fields {
  font-weight: var(--bold);
}
.wpcf7-form label {
  font-family: var(--body-font);
  font-weight: var(--bold);
  font-size: 1.8rem;
  color: var(--zumthor);
  margin: 0;
  padding: 0 0 1.35rem;
}
.wpcf7-form label input, .wpcf7-form label select {
  border-radius: 7px;
  background-color: white;
  width: 100%;
  height: 50px;
  color: var(--mineshaft);
  font-family: var(--body-font);
  padding: 0.5rem;
}
.wpcf7-form label input[type=radio] {
  height: 24px;
  width: 24px;
}
.wpcf7-form .radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 1.35rem;
}
.wpcf7-form .radio-container table {
  width: 100%;
}
.wpcf7-form .radio-container table tbody tr {
  display: grid;
  grid-template-columns: 300px 100%;
}
@media screen and (max-width: 899px) {
  .wpcf7-form .radio-container table tbody tr {
    grid-template-columns: 1fr;
  }
}
.wpcf7-form .radio-container table tbody tr td:first-of-type {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.wpcf7-form .radio-container table tbody tr td {
  width: 100%;
}
.wpcf7-form .radio-container table tbody tr td p {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.wpcf7-form .radio-container table tbody tr td p .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form .radio-container table tbody tr td p .wpcf7-form-control-wrap .wpcf7-radio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10%;
}
.wpcf7-form .radio-container table tbody tr td p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .radio-container table tbody tr td p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.wpcf7-form .radio-row p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.2rem;
}
@media screen and (min-width: 900px) {
  .wpcf7-form .radio-row p {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }
}
.wpcf7-form .radio-row p .radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.1rem;
  padding: 0;
}
.wpcf7-form .radio-row p .radio-label input[type=radio],
.wpcf7-form .radio-row p .radio-label input[type=checkbox] {
  height: 23px;
  width: 23px;
}
.wpcf7-form .radio-row p .radio-label span {
  margin: 0;
}
.wpcf7-form .radio-row p .radio-label span label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.wpcf7-form .radio-row.survey .rating-grid {
  display: grid;
  grid-template-columns: 30% 1fr;
}
.wpcf7-form .radio-row.survey .rating-grid .ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpcf7-form .radio-row.survey p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media screen and (min-width: 900px) {
  .wpcf7-form .radio-row.survey p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.wpcf7-form .radio-row.survey .wpcf7-radio, .wpcf7-form .radio-row.survey .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.1rem;
}
@media screen and (max-width: 899px) {
  .wpcf7-form .radio-row.survey .wpcf7-radio, .wpcf7-form .radio-row.survey .wpcf7-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.wpcf7-form .radio-row.survey .wpcf7-radio span, .wpcf7-form .radio-row.survey .wpcf7-checkbox span {
  margin: 0;
}
.wpcf7-form .radio-row.survey .wpcf7-radio span label, .wpcf7-form .radio-row.survey .wpcf7-checkbox span label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.wpcf7-form .radio-row.survey .wpcf7-radio span label input, .wpcf7-form .radio-row.survey .wpcf7-checkbox span label input {
  min-height: 24px;
  max-height: 24px;
  min-width: 24px;
  max-width: 24px;
}
.wpcf7-form .radio-row .wpcf7-acceptance > .wpcf7-list-item {
  margin: 0 0 0 0.5rem;
}
.wpcf7-form .radio-row .wpcf7-acceptance > .wpcf7-list-item input {
  position: relative;
  float: left;
  aspect-ratio: 1;
  width: 25px;
  height: 100%;
  margin: 0 1rem 0 0;
}
.wpcf7-form .radio-row .wpcf7-acceptance > .wpcf7-list-item input:before {
  content: "*";
  position: absolute;
  top: 0;
  left: -12px;
  font-size: 1.6rem;
  color: var(--white);
  font-weight: bold;
}
.wpcf7-form textarea {
  height: 184px;
  width: 100%;
  border-radius: 7px;
  color: var(--mineshaft);
  font-family: var(--body-font);
  padding: 0.5rem;
}
.wpcf7-form .submit-btn {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .wpcf7-form .submit-btn.left {
    text-align: left;
  }
}
.wpcf7-form .submit-btn input {
  background-color: var(--endeavour);
  color: var(--white);
  font-size: 1.8rem;
  font-family: var(--body-font);
  font-weight: var(--bold);
  border: none;
  border-radius: 20px;
  padding: 16.5px 2px;
  width: 213px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.wpcf7-form .submit-btn input:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #144980;
}

.wpcf7-spinner {
  display: none;
}

.typography-block {
  width: 100%;
  background-image: url("../images/bg-mission-statement-mobile.svg");
  background-size: cover;
  background-position: top left;
  margin: 0 0 8.3rem;
}
@media screen and (min-width: 900px) {
  .typography-block {
    margin: 0 0 9.3rem;
  }
}
@media screen and (min-width: 900px) {
  .typography-block {
    background-image: url("../images/bg-mission-statement-desktop.svg");
  }
}
.typography-block > .content {
  margin: 0 auto;
  max-width: var(--max-wrap);
  padding: 11.2rem 2rem 8.81rem;
}
@media screen and (min-width: 900px) {
  .typography-block > .content {
    padding: 10.3rem 0 9.81rem;
  }
}
.typography-block > .content .copy {
  max-width: 1000px;
  margin: 0 auto;
}
.typography-block > .content .copy .title {
  font-family: var(--body-font);
  font-size: 1.6rem;
  font-weight: var(--bold);
  color: var(--white);
  margin: 0;
  padding: 0 0 3.88rem;
}
@media screen and (min-width: 900px) {
  .typography-block > .content .copy .title {
    font-size: 2rem;
  }
}
.typography-block > .content .copy .body {
  font-family: var(--header-font);
  font-size: 3.9rem;
  font-weight: var(--bold);
  color: var(--white);
  margin: 0;
}
@media screen and (min-width: 900px) {
  .typography-block > .content .copy .body {
    font-size: 5.8rem;
  }
}

.history-carousel {
  width: 100%;
  padding: 0 0 0 2rem;
  position: relative;
  margin: 0 0 6rem;
}
@media screen and (min-width: 900px) {
  .history-carousel {
    margin: 0 0 13.9rem;
  }
}
.history-carousel > .content {
  margin: 0 auto;
  width: 100%;
  padding: 0 0 0 calc(20% - var(--mobile-padding));
}
@media screen and (max-width: 899px) {
  .history-carousel > .content {
    padding: 0;
  }
}
.history-carousel > .content #history-carousel {
  background: url(../images/bg-history-slider.svg);
  background-size: auto;
  background-position: left 0 top 35%;
  background-repeat: repeat-x;
  position: relative;
}
@media screen and (max-width: 899px) {
  .history-carousel > .content #history-carousel {
    background-position: left 0 top 19%;
  }
}
.history-carousel > .content #history-carousel:after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(var(--white)), color-stop(3%, white), color-stop(20%, transparent), to(transparent));
  background: linear-gradient(to left, var(--white) 0%, white 3%, transparent 20%, transparent 100%);
  z-index: 2;
  width: 100%;
  height: 70%;
  top: 0;
  right: -30px;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .history-carousel > .content #history-carousel:after {
    height: 30%;
  }
}
.history-carousel > .content .splide__list {
  gap: 65px;
}
@media screen and (max-width: 899px) {
  .history-carousel > .content .splide__list {
    gap: 39px;
  }
}
.history-carousel > .content .splide__list .splide__slide {
  max-width: 582px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 899px) {
  .history-carousel > .content .splide__list .splide__slide {
    max-width: 291px;
  }
}
.history-carousel > .content .splide__list .splide__slide .slide img {
  border: 3px solid var(--zumthor);
  border-radius: 8px;
  display: block;
  position: relative;
  height: 110px;
  width: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 900px) {
  .history-carousel > .content .splide__list .splide__slide .slide img {
    top: 53px;
    height: 225px;
    width: 225px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.history-carousel > .content .splide__list .splide__slide .slide .copy .year, .history-carousel > .content .splide__list .splide__slide .slide .copy .headline {
  font-family: var(--header-font);
  font-weight: var(--bold);
  color: var(--midnight-blue);
  margin: 0;
  font-size: 3.2rem;
  padding: 0 0 1.8rem;
}
@media screen and (min-width: 900px) {
  .history-carousel > .content .splide__list .splide__slide .slide .copy .year, .history-carousel > .content .splide__list .splide__slide .slide .copy .headline {
    font-size: 4.2rem;
    padding: 0 0 0.82rem;
  }
}
.history-carousel > .content .splide__list .splide__slide .slide .copy .headline {
  font-size: 2.2rem;
  padding: 0 0 1rem;
}
@media screen and (min-width: 900px) {
  .history-carousel > .content .splide__list .splide__slide .slide .copy .headline {
    padding: 0 0 2.1rem;
    font-size: 2.8rem;
  }
}
.history-carousel > .content .splide__list .splide__slide .slide .copy .description {
  font-family: var(--body-font);
  font-size: 1.6rem;
  font-weight: var(--regular);
  color: var(--mineshaft);
}
.history-carousel > .content .splide__list .splide__slide .slide .copy .description:last-child {
  margin: 0;
}
.history-carousel > .content .splide__list .splide__slide .slide .copy {
  display: none;
}
.history-carousel > .content .splide__list .splide__slide.is-active {
  top: 0 !important;
}
.history-carousel > .content .splide__list .splide__slide.is-active img {
  max-height: 325px;
  max-width: 582px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: static;
}
@media screen and (max-width: 899px) {
  .history-carousel > .content .splide__list .splide__slide.is-active img {
    max-height: 163px;
    max-width: 291px;
    height: 100%;
    width: 100%;
  }
}
.history-carousel > .content .splide__list .splide__slide.is-active .copy {
  display: block;
  position: relative;
  width: 800px;
}
@media screen and (max-width: 899px) {
  .history-carousel > .content .splide__list .splide__slide.is-active .copy {
    width: calc(92vw - var(--mobile-padding));
  }
}
@media screen and (max-width: 899px) {
  .history-carousel > .content .splide__list .splide__slide.is-next {
    max-width: 163px !important;
  }
  .history-carousel > .content .splide__list .splide__slide.is-next img {
    max-width: 163px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 899px) {
  .history-carousel > .content .splide__list .splide__slide:not(.is-active) .slide {
    position: relative;
    top: 5%;
  }
}
.history-carousel .splide__arrows .history_arrows {
  z-index: 10;
  width: 100px;
}
.history-carousel .splide__arrows .history_arrows .splide__arrow--prev {
  position: absolute;
  left: -11.4rem !important;
}

.annual-reports {
  width: 100%;
  padding: 0 var(--mobile-padding);
  margin: 0 0 4rem;
}
@media screen and (min-width: 900px) {
  .annual-reports {
    margin: 0 0 8rem;
  }
}
.annual-reports > .content {
  margin: 0 auto;
  max-width: var(--max-wrap);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 4rem;
}
.annual-reports > .content .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 360px;
  margin: 0 auto;
  font-family: var(--body-copy);
  color: var(--mineshaft);
  text-decoration: none;
  font-size: 1.8rem;
  padding: 4rem;
  background-color: var(--zumthor);
  border-radius: 5px;
}
.annual-reports > .content .card img {
  width: 100%;
  max-width: 150px;
  margin: 0 0 1rem;
}

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