@charset "UTF-8";
/* =====================================================================
 * @project        Website for North Bay Credit Union
 * @author         Alan Coren
 * @version        1.0.0
 * @license        Proprietary
 * @copyright      Copyright (c) 2026, Alan Coren: acoren34@gmail.com
======================================================================== */
/* beautify ignore:start */
/* beautify ignore:end */
/* beautify ignore:start */
/* beautify ignore:end */
/* beautify ignore:start */
/* beautify ignore:end */
/* beautify ignore:start */
/* beautify ignore:end */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("fonts/montserrat-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/montserrat-600.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/montserrat-800.woff2") format("woff2");
}
@font-face {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("fonts/paytone-one.woff2") format("woff2");
}
@font-face {
  font-family: "icons-social-media";
  src: url("fonts/icons-social-media.woff?v1l6kq") format("woff"), url("fonts/icons-social-media.svg?v1l6kq#icons-social-media") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@layer reset, base, utilities;
@layer reset {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  * {
    margin: 0;
    padding: 0;
  }
  html {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    text-size-adjust: 100%;
    word-break: break-word;
    interpolate-size: allow-keywords;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-wrap: balance;
    overflow-wrap: break-word;
  }
  :where(p, li, dl, dt, dd, figure, blockquote) {
    text-wrap: pretty;
  }
  button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  ul,
  ol,
  dl {
    margin-inline-start: 2ch;
    margin-block-end: 1.5em;
  }
  ul ul,
  ul ol,
  ul dl,
  ol ul,
  ol ol,
  ol dl,
  dl ul,
  dl ol,
  dl dl {
    margin-block: 0.75em 0;
  }
  table {
    inline-size: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  img,
  picture,
  video,
  canvas {
    display: block;
    max-inline-size: 100%;
    block-size: auto;
  }
  address {
    font-style: normal;
  }
  pre {
    font-family: monospace;
    font-size: 1em;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    inset-block-start: -0.5em;
  }
  sub {
    inset-block-end: -0.25em;
  }
  :where([hidden]) {
    display: none;
  }
  :where([disabled]) {
    cursor: not-allowed;
  }
  :focus:not(:focus-visible) {
    outline: none;
  }
  input,
  button,
  textarea,
  select {
    font-family: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
  }
  ::placeholder {
    color: unset;
  }
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    appearance: button;
  }
  textarea:not([rows]) {
    min-height: 16rem;
  }
  :target {
    padding-block-start: 1.5rem;
  }
  @media (prefers-reduced-motion: reduce) {
    html:focus-within {
      scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
}
@layer base {
  html {
    scroll-padding-top: 16.616rem;
  }
  @media screen and (width >= 1024px) {
    html {
      scroll-padding-top: 20.755rem;
    }
  }
  body {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-block-size: 100svh;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
    color: #292929;
    background-color: #ffffff;
    text-rendering: optimizeSpeed;
    word-wrap: break-word;
    overflow-x: hidden;
  }
  body {
    font-size: clamp(1.6rem, 0.25vw + 1.51rem, 1.8rem);
  }
  body.menu-visible, body.modal-visible, body:has(dialog[open]), body:has(.external-alert-modal) {
    overflow: hidden;
  }
  .content-wrapper {
    position: relative;
  }
  footer {
    flex-shrink: 0;
  }
}
.wrapper {
  position: relative;
  inline-size: 100%;
  max-inline-size: min(1170px, 100vw - 4.8rem);
  margin-inline: auto;
}

.inner-wrapper {
  position: relative;
  inline-size: min(960px, 100%);
  margin-inline: auto;
}
.single-column .inner-wrapper {
  inline-size: 100%;
  max-inline-size: min(800px, 100vw - 4.8rem);
  margin-inline: auto;
}

.full-width {
  inline-size: 100vw;
  max-inline-size: none;
  margin-inline-start: calc(50% - 100vw / 2);
  margin-block-end: 2.4rem;
}
.full-width > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.w-100 {
  width: 100%;
}

@media screen and (width >= 576px) {
  .w-100-sm {
    width: 100%;
  }
}
@media screen and (width >= 768px) {
  .w-100-med {
    width: 100%;
  }
}
@media screen and (width >= 992px) {
  .w-100-lg {
    width: 100%;
  }
}
@media screen and (width >= 1024px) {
  .w-100-xlg {
    width: 100%;
  }
}
.row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 4.8rem;
}

.column {
  flex: 1 0 auto;
  width: 100%;
}
@media screen and (width >= 768px) {
  .column {
    flex: 1 1 0%;
    width: auto;
  }
}

@media screen and (width >= 768px) {
  .span1 {
    flex-basis: calc(1 / 12 * 100% - 4.8rem);
    max-width: calc(1 / 12 * 100%);
  }
  .span2 {
    flex-basis: calc(2 / 12 * 100% - 4.8rem);
    max-width: calc(2 / 12 * 100%);
  }
  .span3 {
    flex-basis: calc(3 / 12 * 100% - 4.8rem);
    max-width: calc(3 / 12 * 100%);
  }
  .span4 {
    flex-basis: calc(4 / 12 * 100% - 4.8rem);
    max-width: calc(4 / 12 * 100%);
  }
  .span5 {
    flex-basis: calc(5 / 12 * 100% - 4.8rem);
    max-width: calc(5 / 12 * 100%);
  }
  .span6 {
    flex-basis: calc(6 / 12 * 100% - 4.8rem);
    max-width: calc(6 / 12 * 100%);
  }
  .span7 {
    flex-basis: calc(7 / 12 * 100% - 4.8rem);
    max-width: calc(7 / 12 * 100%);
  }
  .span8 {
    flex-basis: calc(8 / 12 * 100% - 4.8rem);
    max-width: calc(8 / 12 * 100%);
  }
  .span9 {
    flex-basis: calc(9 / 12 * 100% - 4.8rem);
    max-width: calc(9 / 12 * 100%);
  }
  .span10 {
    flex-basis: calc(10 / 12 * 100% - 4.8rem);
    max-width: calc(10 / 12 * 100%);
  }
  .span11 {
    flex-basis: calc(11 / 12 * 100% - 4.8rem);
    max-width: calc(11 / 12 * 100%);
  }
  .span12 {
    flex-basis: calc(12 / 12 * 100% - 4.8rem);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (width >= 414px) {
  .span1-xsm {
    flex-basis: calc(1 / 12 * 100% - 4.8rem);
    max-width: calc(1 / 12 * 100%);
  }
  .span2-xsm {
    flex-basis: calc(2 / 12 * 100% - 4.8rem);
    max-width: calc(2 / 12 * 100%);
  }
  .span3-xsm {
    flex-basis: calc(3 / 12 * 100% - 4.8rem);
    max-width: calc(3 / 12 * 100%);
  }
  .span4-xsm {
    flex-basis: calc(4 / 12 * 100% - 4.8rem);
    max-width: calc(4 / 12 * 100%);
  }
  .span5-xsm {
    flex-basis: calc(5 / 12 * 100% - 4.8rem);
    max-width: calc(5 / 12 * 100%);
  }
  .span6-xsm {
    flex-basis: calc(6 / 12 * 100% - 4.8rem);
    max-width: calc(6 / 12 * 100%);
  }
  .span7-xsm {
    flex-basis: calc(7 / 12 * 100% - 4.8rem);
    max-width: calc(7 / 12 * 100%);
  }
  .span8-xsm {
    flex-basis: calc(8 / 12 * 100% - 4.8rem);
    max-width: calc(8 / 12 * 100%);
  }
  .span9-xsm {
    flex-basis: calc(9 / 12 * 100% - 4.8rem);
    max-width: calc(9 / 12 * 100%);
  }
  .span10-xsm {
    flex-basis: calc(10 / 12 * 100% - 4.8rem);
    max-width: calc(10 / 12 * 100%);
  }
  .span11-xsm {
    flex-basis: calc(11 / 12 * 100% - 4.8rem);
    max-width: calc(11 / 12 * 100%);
  }
  .span12-xsm {
    flex-basis: calc(12 / 12 * 100% - 4.8rem);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (width >= 576px) {
  .span1-sm {
    flex-basis: calc(1 / 12 * 100% - 4.8rem);
    max-width: calc(1 / 12 * 100%);
  }
  .span2-sm {
    flex-basis: calc(2 / 12 * 100% - 4.8rem);
    max-width: calc(2 / 12 * 100%);
  }
  .span3-sm {
    flex-basis: calc(3 / 12 * 100% - 4.8rem);
    max-width: calc(3 / 12 * 100%);
  }
  .span4-sm {
    flex-basis: calc(4 / 12 * 100% - 4.8rem);
    max-width: calc(4 / 12 * 100%);
  }
  .span5-sm {
    flex-basis: calc(5 / 12 * 100% - 4.8rem);
    max-width: calc(5 / 12 * 100%);
  }
  .span6-sm {
    flex-basis: calc(6 / 12 * 100% - 4.8rem);
    max-width: calc(6 / 12 * 100%);
  }
  .span7-sm {
    flex-basis: calc(7 / 12 * 100% - 4.8rem);
    max-width: calc(7 / 12 * 100%);
  }
  .span8-sm {
    flex-basis: calc(8 / 12 * 100% - 4.8rem);
    max-width: calc(8 / 12 * 100%);
  }
  .span9-sm {
    flex-basis: calc(9 / 12 * 100% - 4.8rem);
    max-width: calc(9 / 12 * 100%);
  }
  .span10-sm {
    flex-basis: calc(10 / 12 * 100% - 4.8rem);
    max-width: calc(10 / 12 * 100%);
  }
  .span11-sm {
    flex-basis: calc(11 / 12 * 100% - 4.8rem);
    max-width: calc(11 / 12 * 100%);
  }
  .span12-sm {
    flex-basis: calc(12 / 12 * 100% - 4.8rem);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (width >= 768px) {
  .span1-med {
    flex-basis: calc(1 / 12 * 100% - 4.8rem);
    max-width: calc(1 / 12 * 100%);
  }
  .span2-med {
    flex-basis: calc(2 / 12 * 100% - 4.8rem);
    max-width: calc(2 / 12 * 100%);
  }
  .span3-med {
    flex-basis: calc(3 / 12 * 100% - 4.8rem);
    max-width: calc(3 / 12 * 100%);
  }
  .span4-med {
    flex-basis: calc(4 / 12 * 100% - 4.8rem);
    max-width: calc(4 / 12 * 100%);
  }
  .span5-med {
    flex-basis: calc(5 / 12 * 100% - 4.8rem);
    max-width: calc(5 / 12 * 100%);
  }
  .span6-med {
    flex-basis: calc(6 / 12 * 100% - 4.8rem);
    max-width: calc(6 / 12 * 100%);
  }
  .span7-med {
    flex-basis: calc(7 / 12 * 100% - 4.8rem);
    max-width: calc(7 / 12 * 100%);
  }
  .span8-med {
    flex-basis: calc(8 / 12 * 100% - 4.8rem);
    max-width: calc(8 / 12 * 100%);
  }
  .span9-med {
    flex-basis: calc(9 / 12 * 100% - 4.8rem);
    max-width: calc(9 / 12 * 100%);
  }
  .span10-med {
    flex-basis: calc(10 / 12 * 100% - 4.8rem);
    max-width: calc(10 / 12 * 100%);
  }
  .span11-med {
    flex-basis: calc(11 / 12 * 100% - 4.8rem);
    max-width: calc(11 / 12 * 100%);
  }
  .span12-med {
    flex-basis: calc(12 / 12 * 100% - 4.8rem);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (width >= 992px) {
  .span1-lg {
    flex-basis: calc(1 / 12 * 100% - 4.8rem);
    max-width: calc(1 / 12 * 100%);
  }
  .span2-lg {
    flex-basis: calc(2 / 12 * 100% - 4.8rem);
    max-width: calc(2 / 12 * 100%);
  }
  .span3-lg {
    flex-basis: calc(3 / 12 * 100% - 4.8rem);
    max-width: calc(3 / 12 * 100%);
  }
  .span4-lg {
    flex-basis: calc(4 / 12 * 100% - 4.8rem);
    max-width: calc(4 / 12 * 100%);
  }
  .span5-lg {
    flex-basis: calc(5 / 12 * 100% - 4.8rem);
    max-width: calc(5 / 12 * 100%);
  }
  .span6-lg {
    flex-basis: calc(6 / 12 * 100% - 4.8rem);
    max-width: calc(6 / 12 * 100%);
  }
  .span7-lg {
    flex-basis: calc(7 / 12 * 100% - 4.8rem);
    max-width: calc(7 / 12 * 100%);
  }
  .span8-lg {
    flex-basis: calc(8 / 12 * 100% - 4.8rem);
    max-width: calc(8 / 12 * 100%);
  }
  .span9-lg {
    flex-basis: calc(9 / 12 * 100% - 4.8rem);
    max-width: calc(9 / 12 * 100%);
  }
  .span10-lg {
    flex-basis: calc(10 / 12 * 100% - 4.8rem);
    max-width: calc(10 / 12 * 100%);
  }
  .span11-lg {
    flex-basis: calc(11 / 12 * 100% - 4.8rem);
    max-width: calc(11 / 12 * 100%);
  }
  .span12-lg {
    flex-basis: calc(12 / 12 * 100% - 4.8rem);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (width >= 1024px) {
  .span1-xlg {
    flex-basis: calc(1 / 12 * 100% - 4.8rem);
    max-width: calc(1 / 12 * 100%);
  }
  .span2-xlg {
    flex-basis: calc(2 / 12 * 100% - 4.8rem);
    max-width: calc(2 / 12 * 100%);
  }
  .span3-xlg {
    flex-basis: calc(3 / 12 * 100% - 4.8rem);
    max-width: calc(3 / 12 * 100%);
  }
  .span4-xlg {
    flex-basis: calc(4 / 12 * 100% - 4.8rem);
    max-width: calc(4 / 12 * 100%);
  }
  .span5-xlg {
    flex-basis: calc(5 / 12 * 100% - 4.8rem);
    max-width: calc(5 / 12 * 100%);
  }
  .span6-xlg {
    flex-basis: calc(6 / 12 * 100% - 4.8rem);
    max-width: calc(6 / 12 * 100%);
  }
  .span7-xlg {
    flex-basis: calc(7 / 12 * 100% - 4.8rem);
    max-width: calc(7 / 12 * 100%);
  }
  .span8-xlg {
    flex-basis: calc(8 / 12 * 100% - 4.8rem);
    max-width: calc(8 / 12 * 100%);
  }
  .span9-xlg {
    flex-basis: calc(9 / 12 * 100% - 4.8rem);
    max-width: calc(9 / 12 * 100%);
  }
  .span10-xlg {
    flex-basis: calc(10 / 12 * 100% - 4.8rem);
    max-width: calc(10 / 12 * 100%);
  }
  .span11-xlg {
    flex-basis: calc(11 / 12 * 100% - 4.8rem);
    max-width: calc(11 / 12 * 100%);
  }
  .span12-xlg {
    flex-basis: calc(12 / 12 * 100% - 4.8rem);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (width >= 1200px) {
  .span1-xxlg {
    flex-basis: calc(1 / 12 * 100% - 4.8rem);
    max-width: calc(1 / 12 * 100%);
  }
  .span2-xxlg {
    flex-basis: calc(2 / 12 * 100% - 4.8rem);
    max-width: calc(2 / 12 * 100%);
  }
  .span3-xxlg {
    flex-basis: calc(3 / 12 * 100% - 4.8rem);
    max-width: calc(3 / 12 * 100%);
  }
  .span4-xxlg {
    flex-basis: calc(4 / 12 * 100% - 4.8rem);
    max-width: calc(4 / 12 * 100%);
  }
  .span5-xxlg {
    flex-basis: calc(5 / 12 * 100% - 4.8rem);
    max-width: calc(5 / 12 * 100%);
  }
  .span6-xxlg {
    flex-basis: calc(6 / 12 * 100% - 4.8rem);
    max-width: calc(6 / 12 * 100%);
  }
  .span7-xxlg {
    flex-basis: calc(7 / 12 * 100% - 4.8rem);
    max-width: calc(7 / 12 * 100%);
  }
  .span8-xxlg {
    flex-basis: calc(8 / 12 * 100% - 4.8rem);
    max-width: calc(8 / 12 * 100%);
  }
  .span9-xxlg {
    flex-basis: calc(9 / 12 * 100% - 4.8rem);
    max-width: calc(9 / 12 * 100%);
  }
  .span10-xxlg {
    flex-basis: calc(10 / 12 * 100% - 4.8rem);
    max-width: calc(10 / 12 * 100%);
  }
  .span11-xxlg {
    flex-basis: calc(11 / 12 * 100% - 4.8rem);
    max-width: calc(11 / 12 * 100%);
  }
  .span12-xxlg {
    flex-basis: calc(12 / 12 * 100% - 4.8rem);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (width >= 1400px) {
  .span1-xxxlg {
    flex-basis: calc(1 / 12 * 100% - 4.8rem);
    max-width: calc(1 / 12 * 100%);
  }
  .span2-xxxlg {
    flex-basis: calc(2 / 12 * 100% - 4.8rem);
    max-width: calc(2 / 12 * 100%);
  }
  .span3-xxxlg {
    flex-basis: calc(3 / 12 * 100% - 4.8rem);
    max-width: calc(3 / 12 * 100%);
  }
  .span4-xxxlg {
    flex-basis: calc(4 / 12 * 100% - 4.8rem);
    max-width: calc(4 / 12 * 100%);
  }
  .span5-xxxlg {
    flex-basis: calc(5 / 12 * 100% - 4.8rem);
    max-width: calc(5 / 12 * 100%);
  }
  .span6-xxxlg {
    flex-basis: calc(6 / 12 * 100% - 4.8rem);
    max-width: calc(6 / 12 * 100%);
  }
  .span7-xxxlg {
    flex-basis: calc(7 / 12 * 100% - 4.8rem);
    max-width: calc(7 / 12 * 100%);
  }
  .span8-xxxlg {
    flex-basis: calc(8 / 12 * 100% - 4.8rem);
    max-width: calc(8 / 12 * 100%);
  }
  .span9-xxxlg {
    flex-basis: calc(9 / 12 * 100% - 4.8rem);
    max-width: calc(9 / 12 * 100%);
  }
  .span10-xxxlg {
    flex-basis: calc(10 / 12 * 100% - 4.8rem);
    max-width: calc(10 / 12 * 100%);
  }
  .span11-xxxlg {
    flex-basis: calc(11 / 12 * 100% - 4.8rem);
    max-width: calc(11 / 12 * 100%);
  }
  .span12-xxxlg {
    flex-basis: calc(12 / 12 * 100% - 4.8rem);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (width >= 1600px) {
  .span1-xxxxlg {
    flex-basis: calc(1 / 12 * 100% - 4.8rem);
    max-width: calc(1 / 12 * 100%);
  }
  .span2-xxxxlg {
    flex-basis: calc(2 / 12 * 100% - 4.8rem);
    max-width: calc(2 / 12 * 100%);
  }
  .span3-xxxxlg {
    flex-basis: calc(3 / 12 * 100% - 4.8rem);
    max-width: calc(3 / 12 * 100%);
  }
  .span4-xxxxlg {
    flex-basis: calc(4 / 12 * 100% - 4.8rem);
    max-width: calc(4 / 12 * 100%);
  }
  .span5-xxxxlg {
    flex-basis: calc(5 / 12 * 100% - 4.8rem);
    max-width: calc(5 / 12 * 100%);
  }
  .span6-xxxxlg {
    flex-basis: calc(6 / 12 * 100% - 4.8rem);
    max-width: calc(6 / 12 * 100%);
  }
  .span7-xxxxlg {
    flex-basis: calc(7 / 12 * 100% - 4.8rem);
    max-width: calc(7 / 12 * 100%);
  }
  .span8-xxxxlg {
    flex-basis: calc(8 / 12 * 100% - 4.8rem);
    max-width: calc(8 / 12 * 100%);
  }
  .span9-xxxxlg {
    flex-basis: calc(9 / 12 * 100% - 4.8rem);
    max-width: calc(9 / 12 * 100%);
  }
  .span10-xxxxlg {
    flex-basis: calc(10 / 12 * 100% - 4.8rem);
    max-width: calc(10 / 12 * 100%);
  }
  .span11-xxxxlg {
    flex-basis: calc(11 / 12 * 100% - 4.8rem);
    max-width: calc(11 / 12 * 100%);
  }
  .span12-xxxxlg {
    flex-basis: calc(12 / 12 * 100% - 4.8rem);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (width >= 768px) {
  .push1 {
    margin-inline-start: calc(1 / 12 * 100% - 4.8rem);
  }
  .push2 {
    margin-inline-start: calc(2 / 12 * 100% - 4.8rem);
  }
  .push3 {
    margin-inline-start: calc(3 / 12 * 100% - 4.8rem);
  }
  .push4 {
    margin-inline-start: calc(4 / 12 * 100% - 4.8rem);
  }
  .push5 {
    margin-inline-start: calc(5 / 12 * 100% - 4.8rem);
  }
  .push6 {
    margin-inline-start: calc(6 / 12 * 100% - 4.8rem);
  }
  .push7 {
    margin-inline-start: calc(7 / 12 * 100% - 4.8rem);
  }
  .push8 {
    margin-inline-start: calc(8 / 12 * 100% - 4.8rem);
  }
  .push9 {
    margin-inline-start: calc(9 / 12 * 100% - 4.8rem);
  }
  .push10 {
    margin-inline-start: calc(10 / 12 * 100% - 4.8rem);
  }
  .push11 {
    margin-inline-start: calc(11 / 12 * 100% - 4.8rem);
  }
  .push12 {
    margin-inline-start: calc(12 / 12 * 100% - 4.8rem);
  }
  .pull1 {
    margin-inline-end: calc(1 / 12 * 100% - 4.8rem);
  }
  .pull2 {
    margin-inline-end: calc(2 / 12 * 100% - 4.8rem);
  }
  .pull3 {
    margin-inline-end: calc(3 / 12 * 100% - 4.8rem);
  }
  .pull4 {
    margin-inline-end: calc(4 / 12 * 100% - 4.8rem);
  }
  .pull5 {
    margin-inline-end: calc(5 / 12 * 100% - 4.8rem);
  }
  .pull6 {
    margin-inline-end: calc(6 / 12 * 100% - 4.8rem);
  }
  .pull7 {
    margin-inline-end: calc(7 / 12 * 100% - 4.8rem);
  }
  .pull8 {
    margin-inline-end: calc(8 / 12 * 100% - 4.8rem);
  }
  .pull9 {
    margin-inline-end: calc(9 / 12 * 100% - 4.8rem);
  }
  .pull10 {
    margin-inline-end: calc(10 / 12 * 100% - 4.8rem);
  }
  .pull11 {
    margin-inline-end: calc(11 / 12 * 100% - 4.8rem);
  }
  .pull12 {
    margin-inline-end: calc(12 / 12 * 100% - 4.8rem);
  }
}
ul[class*=list-grid] {
  display: grid;
  column-gap: 2.4rem;
  margin-block-end: 2.4rem;
}

.list-grid-no-bullet {
  list-style: none;
  margin-inline-start: 0;
}

@media screen and (width >= 576px) {
  .list-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .list-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .list-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
:not(ul):not(ol)[class*=columns-] {
  column-gap: 2.4rem;
  margin-block-end: 2.4rem;
}

@media screen and (width >= 576px) {
  .columns-2,
  .columns-3,
  .columns-4 {
    column-count: 2;
  }
}
@media screen and (width >= 992px) {
  .columns-3 {
    column-count: 3;
  }
  .columns-4 {
    column-count: 4;
  }
}
.primary {
  color: #005361;
}

.secondary {
  color: #9C3F97;
}

.accent {
  color: #f2b705;
}

.black {
  color: #292929;
}

.white {
  color: #ffffff;
}

.success {
  color: #00873c;
}

a.success:hover,
a.success:focus {
  color: rgb(0, 121.5, 54);
  text-decoration: underline;
}

.info {
  color: #23769a;
}

a.info:hover,
a.info:focus {
  color: rgb(31.5, 106.2, 138.6);
  text-decoration: underline;
}

.warning {
  color: #e0c10f;
}

a.warning:hover,
a.warning:focus {
  color: rgb(201.6, 173.7, 13.5);
  text-decoration: underline;
}

.critical {
  color: #dc2e36;
}

a.critical:hover,
a.critical:focus {
  color: rgb(198, 41.4, 48.6);
  text-decoration: underline;
}

.doc-icon {
  display: inline-block;
  margin-left: 8px;
}
.doc-icon.fa-file-pdf-o {
  color: #d30003;
}
.doc-icon.fa-file-word-o {
  color: #001ed1;
}
.doc-icon.fa-file-excel-o {
  color: #006802;
}
.doc-icon.fa-file-powerpoint-o {
  color: #fd5e00;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Paytone One", sans-serif;
  line-height: 1.1;
  margin-block: 1em 0.5em;
  color: #005361;
  letter-spacing: 0.02em;
}
div > h1, section > h1,
div > .h1,
section > .h1,
div > h2,
section > h2,
div > .h2,
section > .h2,
div > h3,
section > h3,
div > .h3,
section > .h3,
div > h4,
section > h4,
div > .h4,
section > .h4,
div > h5,
section > h5,
div > .h5,
section > .h5,
div > h6,
section > h6,
div > .h6,
section > .h6 {
  margin-block-start: 0;
}
div > * + h1, section > * + h1,
div > * + .h1,
section > * + .h1,
div > * + h2,
section > * + h2,
div > * + .h2,
section > * + .h2,
div > * + h3,
section > * + h3,
div > * + .h3,
section > * + .h3,
div > * + h4,
section > * + h4,
div > * + .h4,
section > * + .h4,
div > * + h5,
section > * + h5,
div > * + .h5,
section > * + .h5,
div > * + h6,
section > * + h6,
div > * + .h6,
section > * + .h6 {
  margin-block-start: 1em;
}

h1,
.h1,
.xxxlarge-text {
  font-size: clamp(2.88rem, 4.69vw + 1.19rem, 6.68rem);
}

h1 {
  margin-block-start: 0;
  letter-spacing: 0;
}

h2,
.h2,
.xxlarge-text {
  font-size: clamp(2.56rem, 3.18vw + 1.42rem, 5.14rem);
}

h2 {
  letter-spacing: 0;
}

h3 {
  color: #9C3F97;
}

h3,
.h3,
.xlarge-text {
  font-size: clamp(2.28rem, 2.07vw + 1.53rem, 3.95rem);
}

h3 {
  color: #9C3F97;
}

h4,
.h4,
.large-text {
  font-size: clamp(2.03rem, 1.26vw + 1.57rem, 3.04rem);
}

h5,
.h5,
.med-text {
  font-size: clamp(1.8rem, 0.67vw + 1.56rem, 2.34rem);
}

h6,
.h6 {
  font-size: clamp(1.6rem, 0.25vw + 1.51rem, 1.8rem);
}

.xsmall-text {
  font-size: clamp(1.26rem, -0.25vw + 1.35rem, 1.07rem);
}

.small-text,
.small,
small {
  font-size: clamp(1.42rem, -0.05vw + 1.44rem, 1.38rem);
}

span:is(.xsmall-text, .small-text, .med-text, .large-text, .xlarge-text, .xxlarge-text, .xxxlarge-text) {
  line-height: inherit;
}

.title-inline {
  display: inline-block;
  margin-inline-end: 0.5em;
}

p {
  margin-block: 0 1lh;
}
p:last-child {
  margin-block-end: 0;
}

ul li {
  padding-block-end: 0.75em;
}
ul li::marker {
  color: #9C3F97;
  font-size: 1.3em;
}
ul li:last-child {
  padding-block-end: 0;
}
ul li li {
  font-size: inherit;
  list-style-type: disc;
}
ul li li::marker {
  color: #005361;
}

ol:not([class*=nav]) {
  list-style: decimal;
}
ol:not([class*=nav])[type=A] {
  list-style-type: upper-alpha;
}
ol:not([class*=nav])[type=a] {
  list-style-type: lower-alpha;
}
ol:not([class*=nav])[type=I] {
  list-style-type: upper-roman;
}
ol:not([class*=nav])[type=i] {
  list-style-type: lower-roman;
}
ol:not([class*=nav]) li {
  padding-block-end: 0.75em;
  text-wrap: pretty;
  background-image: none;
}
ol:not([class*=nav]) li:last-child {
  padding-block-end: 0;
}
ol:not([class*=nav]) ol {
  margin-block-start: 0.75em;
  margin-block-end: 0;
  list-style: inherit;
}
ol:not([class*=nav]) ol ol {
  list-style: inherit;
}

.subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.25;
}
.subtitle {
  font-size: clamp(2.03rem, 1.26vw + 1.57rem, 3.04rem);
}
h2 + .subtitle, h3 + .subtitle {
  margin-block-start: -0.75rem;
}
h2 + .subtitle, h3 + .subtitle {
  font-size: clamp(2.28rem, 2.07vw + 1.53rem, 3.95rem);
}
h3 + .subtitle {
  margin-block-start: -0.75rem;
}
h3 + .subtitle {
  font-size: clamp(2.03rem, 1.26vw + 1.57rem, 3.04rem);
}

.header-subtitle {
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
}
.header-subtitle {
  font-size: clamp(2.56rem, 3.18vw + 1.42rem, 5.14rem);
}

.lead {
  font-weight: 600;
}
.lead {
  font-size: clamp(1.8rem, 0.67vw + 1.56rem, 2.34rem);
}

h1 sup, h2 sup, h3 sup, h4 sup, h5 sup,
h1 sub,
h2 sub,
h3 sub,
h4 sub,
h5 sub {
  font-size: 50%;
  inset-block-start: -0.25em;
}

strong,
b {
  font-weight: 600;
}

i,
em {
  font-style: italic;
}

code {
  font-family: consolas, sans-serif;
}

a {
  color: #9C3F97;
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.15em;
  transition: all 0.1s linear;
}
a:hover, a:focus-visible {
  color: #005361;
  text-decoration: none;
}
a.block-link {
  text-decoration: none;
}
a.block-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #9C3F97;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  transition: all 0.1s linear;
}
.arrow-link:hover, .arrow-link:focus-visible {
  color: #9C3F97;
  text-decoration: none;
}
.arrow-link:hover::after, .arrow-link:focus-visible::after {
  transform: translateX(0.3em);
}
.arrow-link::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23003969' viewBox='0 0 256 256'%3E%3Cpath d='M221.66,133.66l-72,72a8,8,0,0,1-11.32-11.32L196.69,136H40a8,8,0,0,1,0-16H196.69L138.34,61.66a8,8,0,0,1,11.32-11.32l72,72A8,8,0,0,1,221.66,133.66Z'%3E%3C/path%3E%3C/svg%3E");
  width: 1.2em;
  height: 1.2em;
  transition: transform 0.2s linear;
}

a[href^=tel] {
  white-space: nowrap;
}
@media screen and (width >= 576px) {
  a[href^=tel] {
    text-decoration: none;
  }
}

img {
  vertical-align: middle;
  font-style: italic;
  image-rendering: auto;
}
img[loading=lazy]:not([src$=png], [src$=svg]) {
  background-color: color-mix(in srgb, #808080, white 80%);
}
a img {
  display: inline-block;
}
@media screen and (width >= 768px) {
  img.float-left, img.float-right {
    max-inline-size: 50%;
    margin-block: 0.75rem 1.25rem;
  }
}

.image-frame {
  border: 1rem solid #ffffff;
}

picture {
  inline-size: 100%;
  block-size: 100%;
}
picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.align-center img,
.align-center svg,
.align-center .image-caption {
  margin-inline: auto;
}

figure {
  position: relative;
  margin: 0 auto 2.4rem;
  inline-size: fit-content;
}
@media screen and (width >= 768px) {
  figure.float-left, figure.float-right {
    margin-block-end: 2.4rem;
    max-inline-size: 50%;
  }
  figure.float-right {
    margin-inline-start: 2.4rem;
  }
  figure.float-left {
    margin-inline-end: 2.4rem;
  }
}
figure img {
  inline-size: 100%;
}
figure figcaption {
  contain: inline-size;
  padding: 1em 0.5em;
}
figure figcaption {
  font-size: clamp(1.42rem, -0.05vw + 1.44rem, 1.38rem);
}

.thumb {
  display: inline-block;
  block-size: auto;
}

.full-inline-size figure {
  inline-size: 100%;
  block-size: 100%;
  margin-block-end: 0;
}
.full-inline-size figure img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

@media screen and (width >= 768px) {
  figure.float-right, figure.float-left {
    max-inline-size: 50%;
  }
}
.full-inline-size img {
  margin-inline: auto;
}

iframe {
  border: none;
}

.video-outer-wrapper {
  position: relative;
  inline-size: 100%;
}
.video-outer-wrapper.center-video {
  margin-inline: auto;
}
.video-outer-wrapper.video-wrapper-320 {
  max-inline-size: 320px;
}
.video-outer-wrapper.video-wrapper-420 {
  max-inline-size: 420px;
}
.video-outer-wrapper.video-wrapper-480 {
  max-inline-size: 480px;
}
.video-outer-wrapper.video-wrapper-640 {
  max-inline-size: 640px;
}
.video-outer-wrapper.video-wrapper-960 {
  max-inline-size: 960px;
}
.video-outer-wrapper .video-wrapper {
  position: relative;
  inline-size: 100%;
  margin-block-end: 2.4rem;
}
.video-outer-wrapper .video-wrapper iframe {
  position: absolute;
  inline-size: 100%;
  block-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.float-left .video-wrapper,
.float-right .video-wrapper {
  margin-block: 0;
}

video {
  block-size: auto;
}

.ckeditor-html5-video.align-center {
  margin-block-end: 2.4rem;
}
.ckeditor-html5-video.align-center video {
  margin-inline: auto;
}

.map {
  position: relative;
  max-inline-size: 100%;
  background-color: color-mix(in srgb, #808080, white 80%);
}
.map iframe {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  block-size: 100%;
  inline-size: 100%;
}

@supports (aspect-ratio: 1/1) {
  .ar-1x1 {
    aspect-ratio: 1/1;
  }
  .ar-2x1 {
    aspect-ratio: 2/1;
  }
  .ar-4x3 {
    aspect-ratio: 4/3;
  }
  .ar-16x9 {
    aspect-ratio: 16/9;
  }
}
@supports not (aspect-ratio: 1/1) {
  .ar-1x1 {
    padding-block-start: 100%;
  }
  .ar-2x1 {
    padding-block-start: 50%;
  }
  .ar-4x3 {
    padding-block-start: 75%;
  }
  .ar-16x9 {
    padding-block-start: 56.25%;
  }
}
.ar-2x1 img,
.ar-4x3 img,
.ar-16x9 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.app-store-badge {
  max-inline-size: 120px;
  padding: 5% 0;
}
@media screen and (width >= 576px) {
  .app-store-badge {
    max-block-size: 80px;
    max-inline-size: none;
    padding: 4% 0;
  }
}

.google-play-badge {
  max-inline-size: 140px;
}
@media screen and (width >= 576px) {
  .google-play-badge {
    max-block-size: 82px;
    max-inline-size: none;
  }
}

.icon {
  display: inline-block;
  inline-size: 1em;
  block-size: 1em;
  stroke: currentColor;
  fill: currentColor;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.sr-only.skip-link:focus, .sr-only.skip-link:active {
  clip: auto !important;
  width: auto;
  height: auto;
  background-color: #fff;
  padding: 0.75em 1.25em;
  border-radius: 4px;
  color: #1b5d79;
  font-size: 1em;
  font-weight: bold;
  display: block;
  text-decoration: none;
  inset-block-start: 5px;
  inset-inline-start: 5px;
  z-index: 100000;
}

[tabindex="-1"]:focus-visible {
  outline: none;
}

:is(a, button, .button, input, textarea, select):focus:not(:focus-visible) {
  outline: none;
}

:is(a, button, .button, input, textarea, select, summary):focus-visible {
  outline: 3px solid #5191ee;
  outline-offset: 2px;
  transition: none;
}
.sub-menu :is(a, button, .button, input, textarea, select, summary):focus-visible {
  outline-offset: -0.25em;
}
:is(a, button, .button, input, textarea, select, summary):focus-visible.error {
  outline-color: #dc2e36;
}

:target:focus-visible:not(a) {
  outline: none;
}

.site-header {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.site-header-top {
  background-color: #9C3F97;
  block-size: 1.2rem;
}
@media screen and (width >= 1200px) {
  .site-header-top {
    padding-block: 1.2rem;
    block-size: auto;
  }
}

.site-header-main {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-block: 2.4rem;
  gap: 2.4rem;
}
.site-header-main .site-header-nav {
  display: flex;
  flex-direction: column;
  inline-size: 100%;
}
@media screen and (width >= 1200px) {
  .site-header-main .site-header-nav {
    gap: 2.4rem;
    inline-size: auto;
  }
}
.site-header-main h1.site-title,
.site-header-main p.site-title {
  margin-block-end: 0;
}
.site-header-main h1.site-title a,
.site-header-main p.site-title a {
  display: inline-flex;
}
.site-header-main h1.site-title a img,
.site-header-main p.site-title a img {
  margin: 0;
  inline-size: 24rem;
  block-size: auto;
}
@media screen and (width >= 992px) {
  .site-header-main h1.site-title a img,
  .site-header-main p.site-title a img {
    inline-size: 34rem;
  }
}

.main-content {
  margin-block-end: 2.4rem;
}
@media screen and (width >= 992px) {
  .main-content {
    margin-block-end: 4.8rem;
  }
}

.site-footer {
  background-color: #005361;
  color: #ffffff;
}
.site-footer .row {
  gap: 2.4rem;
}
.site-footer a {
  color: #ffffff;
}
.site-footer a {
  font-size: clamp(1.6rem, 0.25vw + 1.51rem, 1.8rem);
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:focus-visible {
  color: color-mix(in srgb, #9C3F97, white 20%);
  text-decoration: underline;
}
.site-footer .footer-top {
  display: flex;
  align-items: center;
  background-color: #292929;
  color: #ffffff;
  padding-block: 2.4rem;
  border-block-end: 2px solid #ffffff;
}
.site-footer .footer-top .column:first-child {
  padding-block-end: 2.4rem;
  border-block-end: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (width >= 768px) {
  .site-footer .footer-top .column:first-child {
    padding-block-end: 0;
    padding-inline-end: 2.4rem;
    border-block-end: none;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.site-footer .footer-top a {
  color: #ffffff;
}
.site-footer .footer-top a {
  font-size: clamp(1.8rem, 0.67vw + 1.56rem, 2.34rem);
}
.site-footer .footer-top a {
  font-weight: 600;
  text-decoration: none;
}
.site-footer .footer-top a:hover, .site-footer .footer-top a:focus-visible {
  color: color-mix(in srgb, #9C3F97, white 20%);
  text-decoration: none;
}
.site-footer .footer-bottom {
  padding-block: 4.8rem 2.4rem;
}
.site-footer .routing-nmls {
  text-align: center;
}
.site-footer .compliance {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  margin-block-start: 2.4rem;
}
.site-footer .copyright {
  padding-block-start: 4.8rem;
  text-align: center;
}
.site-footer .copyright {
  font-size: clamp(1.2rem, 0.25vw + 1.11rem, 1.4rem);
}

ol.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
  margin: 0 0 2.4rem;
  padding: 1.2rem 0;
  font-size: 1.4rem;
  border-block: 1px solid color-mix(in srgb, #005361, white 80%);
}
ol.breadcrumb li {
  margin: 0;
  padding: 0;
  background-image: none;
}
ol.breadcrumb li a {
  display: inline-block;
  text-decoration: underline;
  font-weight: 600;
  padding: 0.25em 0;
}
ol.breadcrumb li a:hover {
  text-decoration: none;
}
ol.breadcrumb li a.current {
  text-decoration: none;
}
ol.breadcrumb li:not(:last-child)::after {
  content: ">";
  padding-inline: 0.35em;
}
ol.breadcrumb .current {
  color: #005361;
  text-decoration: none;
  font-weight: 400;
}

.primary-navigation {
  display: flex;
}
.primary-navigation .primary-nav-menu {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 16.616rem auto auto 0;
  inline-size: 100vw;
  block-size: calc(100svh - 16.616rem);
  transform: translateX(100vw);
  margin: 0;
  padding: 0;
  visibility: hidden;
  overflow: hidden;
  list-style: none;
  background-color: #9C3F97;
  z-index: 100;
  transition: all 0.4s linear;
}
.primary-navigation .primary-nav-menu.toggled-on {
  visibility: visible;
  overflow-y: auto;
  transform: translateX(0);
}
.primary-navigation .primary-nav-menu > li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-image: none;
  padding: 0;
}
.primary-navigation .primary-nav-menu > li:not(:first-child) {
  border-block-start: 1px solid #ffffff;
}
.primary-navigation .primary-nav-menu > li > a {
  flex: 1 0 auto;
  display: flex;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 600;
  padding: 1.5rem;
  text-transform: uppercase;
}
.primary-navigation .primary-nav-menu .sub-menu {
  visibility: hidden;
  position: relative;
  inline-size: 100%;
  max-block-size: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: color-mix(in srgb, #005361, white 70%);
  transition: all 0.5s ease;
}
.primary-navigation .primary-nav-menu .sub-menu.toggled-on {
  visibility: visible;
  max-block-size: 100vh;
  max-block-size: 100svh;
  overflow-y: auto;
}
.primary-navigation .primary-nav-menu .sub-menu li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
.primary-navigation .primary-nav-menu .sub-menu li:not(:first-child) {
  border-block-start: 1px solid color-mix(in srgb, #005361, white);
}
.primary-navigation .primary-nav-menu .sub-menu li .dropdown-toggle {
  color: #005361;
}
.primary-navigation .primary-nav-menu .sub-menu li a {
  text-decoration: none;
  flex: 1 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #005361;
  padding: 1.25rem 3rem 1.25rem 3rem;
  text-transform: none;
}
.primary-navigation .primary-nav-menu .sub-menu .sub-menu {
  background-color: color-mix(in srgb, #005361, white 90%);
}
.primary-navigation .primary-nav-menu .sub-menu .sub-menu a {
  padding-inline-start: 4rem;
}
.primary-navigation .primary-nav-menu a .dropdown {
  display: none;
}
.primary-navigation .primary-nav-menu .dropdown-toggle {
  background-color: transparent;
  border: none;
  outline: none;
  border-radius: 0;
  inline-size: auto;
  block-size: auto;
  padding: 1.8rem;
  color: #ffffff;
}
.primary-navigation .primary-nav-menu .dropdown-toggle::after {
  position: relative;
  display: inline-block;
  content: "";
  inline-size: 0;
  block-size: 0;
  border-width: 1rem 0.8rem 0;
  border-color: currentColor transparent transparent;
  border-style: solid;
  border-radius: 2px;
  transform-origin: center center;
  transition: transform 0.15s linear;
}
.primary-navigation .primary-nav-menu .dropdown-toggle.toggled-on::after {
  transform: rotate(180deg);
}
.primary-navigation a:focus-visible,
.primary-navigation .dropdown-toggle:focus-visible {
  outline: 3px solid #5191ee;
  outline-offset: -3px;
}

button.menu-toggle,
button.menu-toggle:hover,
button.menu-toggle:focus,
button.menu-toggle:focus-visible {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
  background-color: transparent;
  box-shadow: none;
  text-shadow: none;
  margin: 0;
  padding: 0;
  inline-size: 3.6rem;
  cursor: pointer;
}
button.menu-toggle .icon-bars,
button.menu-toggle:hover .icon-bars,
button.menu-toggle:focus .icon-bars,
button.menu-toggle:focus-visible .icon-bars {
  display: block;
  position: relative;
  inline-size: 100%;
  block-size: 100%;
}
button.menu-toggle .icon-bars .icon-bar,
button.menu-toggle:hover .icon-bars .icon-bar,
button.menu-toggle:focus .icon-bars .icon-bar,
button.menu-toggle:focus-visible .icon-bars .icon-bar {
  display: block;
  position: relative;
  inline-size: 100%;
  block-size: 4px;
  background: #005361;
  border-radius: 4px;
  margin: 0.5rem 0;
  padding: 0;
  transition: 0.25s ease-in-out;
  z-index: 1;
}
button.menu-toggle .icon-bars .icon-bar:nth-child(2),
button.menu-toggle:hover .icon-bars .icon-bar:nth-child(2),
button.menu-toggle:focus .icon-bars .icon-bar:nth-child(2),
button.menu-toggle:focus-visible .icon-bars .icon-bar:nth-child(2) {
  opacity: 1;
}
button.menu-toggle.toggled-on .icon-bars .icon-bar:nth-child(1),
button.menu-toggle:hover.toggled-on .icon-bars .icon-bar:nth-child(1),
button.menu-toggle:focus.toggled-on .icon-bars .icon-bar:nth-child(1),
button.menu-toggle:focus-visible.toggled-on .icon-bars .icon-bar:nth-child(1) {
  transform: rotate(-45deg) translate(-0.6rem, 0.7rem);
}
button.menu-toggle.toggled-on .icon-bars .icon-bar:nth-child(2),
button.menu-toggle:hover.toggled-on .icon-bars .icon-bar:nth-child(2),
button.menu-toggle:focus.toggled-on .icon-bars .icon-bar:nth-child(2),
button.menu-toggle:focus-visible.toggled-on .icon-bars .icon-bar:nth-child(2) {
  opacity: 0;
}
button.menu-toggle.toggled-on .icon-bars .icon-bar:nth-child(3),
button.menu-toggle:hover.toggled-on .icon-bars .icon-bar:nth-child(3),
button.menu-toggle:focus.toggled-on .icon-bars .icon-bar:nth-child(3),
button.menu-toggle:focus-visible.toggled-on .icon-bars .icon-bar:nth-child(3) {
  transform: rotate(45deg) translate(-0.6rem, -0.7rem);
}

@media screen and (width >= 1200px) {
  .primary-navigation .primary-nav-menu {
    position: static;
    flex-direction: row;
    gap: 2.4rem;
    inset: auto;
    inline-size: auto;
    block-size: auto;
    max-block-size: none;
    transform: none;
    margin: 0;
    visibility: visible;
    overflow: visible;
    border-top: none;
    transition: none;
    background-color: transparent;
  }
  .primary-navigation .primary-nav-menu > li {
    position: static;
    display: block;
    inline-size: auto;
    transition: all 0.4s ease;
  }
  .primary-navigation .primary-nav-menu > li.mobile-link {
    display: none;
  }
  .primary-navigation .primary-nav-menu > li.nav-menu-item-has-children .dropdown {
    display: inline-block;
    margin-block-start: -0.25em;
    margin-inline-start: 0.5rem;
  }
  .primary-navigation .primary-nav-menu > li.nav-menu-item-has-children .dropdown::after {
    position: relative;
    display: inline-block;
    content: "";
    inline-size: 0;
    block-size: 0;
    border-width: 1rem 0.8rem 0;
    border-color: currentColor transparent transparent;
    border-style: solid;
    border-radius: 2px;
    transform-origin: center center;
    border-width: 0.8rem 0.6rem 0;
  }
  .primary-navigation .primary-nav-menu > li > a {
    display: flex;
    align-items: center;
    color: #292929;
    font-size: 1.8rem;
    padding: 1rem 1.25rem;
  }
  .primary-navigation .primary-nav-menu > li:hover > a, .primary-navigation .primary-nav-menu > li:focus > a, .primary-navigation .primary-nav-menu > li.focus > a {
    color: #9C3F97;
  }
  .primary-navigation .primary-nav-menu > li > .sub-menu {
    position: absolute;
    z-index: 0;
    columns: 3 calc(1170px / 3 - 7.2rem);
    gap: 7.2rem;
    opacity: 0;
    inset: 100% auto auto 0;
    inline-size: 100%;
    padding: 2.4rem calc((100vw - 1170px) / 2);
    background-color: #005361;
    transition: all 0.4s ease 0.25s;
    border-block-end: 1px solid #ffffff;
  }
  .primary-navigation .primary-nav-menu > li > .sub-menu > li {
    display: block;
    font-size: inherit;
    break-inside: avoid;
    min-block-size: 100%;
  }
  .primary-navigation .primary-nav-menu > li > .sub-menu > li:not(:first-child) {
    border-block-start: none;
  }
  .primary-navigation .primary-nav-menu > li > .sub-menu > li > a {
    color: #ffffff;
    padding: 1rem 0;
    text-transform: none;
    font-size: 1.8rem;
  }
  .primary-navigation .primary-nav-menu > li > .sub-menu > li > a .dropdown {
    display: none;
  }
  .primary-navigation .primary-nav-menu > li > .sub-menu > li > a:hover, .primary-navigation .primary-nav-menu > li > .sub-menu > li > a:focus-visible {
    color: color-mix(in srgb, #005361, white 80%);
  }
  .primary-navigation .primary-nav-menu > li > .sub-menu > li.nav-menu-item-has-children .sub-menu {
    visibility: visible;
    inset: auto;
    inline-size: auto;
    max-block-size: none;
    transform: none;
    padding-block-start: 0.5rem;
    background-color: transparent;
  }
  .primary-navigation .primary-nav-menu > li > .sub-menu > li.nav-menu-item-has-children .sub-menu > li a {
    padding: 0.5rem 1.25rem;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 400;
    border-block-end: none;
  }
  .primary-navigation .primary-nav-menu > li > .sub-menu > li.nav-menu-item-has-children .sub-menu > li a:hover, .primary-navigation .primary-nav-menu > li > .sub-menu > li.nav-menu-item-has-children .sub-menu > li a:focus-visible {
    color: color-mix(in srgb, #005361, white 80%);
  }
  .primary-navigation .primary-nav-menu > li > .sub-menu > li.nav-menu-item-has-children .sub-menu > li:not(:first-child) {
    border-block-start: none;
  }
  .primary-navigation .primary-nav-menu > li > .sub-menu > li:hover > .sub-menu, .primary-navigation .primary-nav-menu > li > .sub-menu > li:focus-visible > .sub-menu, .primary-navigation .primary-nav-menu > li > .sub-menu > li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    max-block-size: none;
    transform: none;
  }
  .primary-navigation .primary-nav-menu > li > .sub-menu a {
    display: flex;
    align-items: center;
    inline-size: 100%;
  }
  .primary-navigation .primary-nav-menu > li:hover > .sub-menu, .primary-navigation .primary-nav-menu > li:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    max-block-size: 100vh;
    z-index: 1;
  }
  .primary-navigation .primary-nav-menu > li:has(.nav-menu-item-has-children) > .sub-menu > li > .sub-menu {
    border-block-start: 1px solid rgba(255, 255, 255, 0.2);
  }
  .primary-navigation a[target=_blank]::after {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 256 256' fill='currentColor'%3E%3Cpath d='M222 104a6 6 0 0 1-12 0V54.49l-69.75 69.75a6 6 0 0 1-8.48-8.48L201.51 46H152a6 6 0 0 1 0-12h64a6 6 0 0 1 6 6Zm-38 26a6 6 0 0 0-6 6v72a2 2 0 0 1-2 2H48a2 2 0 0 1-2-2V80a2 2 0 0 1 2-2h72a6 6 0 0 0 0-12H48a14 14 0 0 0-14 14v128a14 14 0 0 0 14 14h128a14 14 0 0 0 14-14v-72a6 6 0 0 0-6-6'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 256 256' fill='currentColor'%3E%3Cpath d='M222 104a6 6 0 0 1-12 0V54.49l-69.75 69.75a6 6 0 0 1-8.48-8.48L201.51 46H152a6 6 0 0 1 0-12h64a6 6 0 0 1 6 6Zm-38 26a6 6 0 0 0-6 6v72a2 2 0 0 1-2 2H48a2 2 0 0 1-2-2V80a2 2 0 0 1 2-2h72a6 6 0 0 0 0-12H48a14 14 0 0 0-14 14v128a14 14 0 0 0 14 14h128a14 14 0 0 0 14-14v-72a6 6 0 0 0-6-6'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    inline-size: 1.2em;
    block-size: 1.2em;
    margin-inline-start: 0.5em;
  }
  .primary-navigation .dropdown-toggle {
    display: none;
  }
  button.menu-toggle {
    display: none;
  }
}
.navigation-footer {
  display: flex;
  inline-size: 100%;
}
.navigation-footer {
  font-size: clamp(1.4rem, 0.25vw + 1.31rem, 1.6rem);
}
.navigation-footer > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  inline-size: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (width >= 576px) {
  .navigation-footer > ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
  }
}
.navigation-footer > ul > li {
  margin: 0;
  padding: 0;
  line-height: 1.125;
}
@media screen and (width >= 576px) {
  .navigation-footer > ul > li {
    flex: 0 0 calc(50% - 1.2rem);
  }
}
.navigation-footer > ul > li a {
  display: block;
  text-decoration: none;
  padding: 0.45em 0;
}
@media screen and (width >= 1200px) {
  .navigation-footer > ul > li a {
    display: inline-block;
    padding: 0;
  }
}
.navigation-footer > ul > li a:hover, .navigation-footer > ul > li a:focus-visible {
  color: color-mix(in srgb, #005361, white 70%);
  text-decoration: underline;
}
.navigation-footer > ul > li .sub-menu ul {
  margin: 0;
  padding: 0.25em 0;
}
.navigation-footer > ul > li .sub-menu ul > li {
  background-image: none;
  margin: 0;
  padding: 0 0 0.3em;
  line-height: 1.125;
}
.navigation-footer > ul > li .sub-menu ul > li:last-child {
  padding-block-end: 0;
}
.navigation-footer > ul > li .sub-menu ul > li {
  /* a {
  		font-size: 1em;
  } */
}

.header-navigation {
  display: none;
}
@media screen and (width >= 1200px) {
  .header-navigation {
    display: block;
  }
}
.header-navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.header-navigation ul {
  font-size: clamp(1.42rem, -0.05vw + 1.44rem, 1.38rem);
}
.header-navigation ul li {
  margin: 0;
  padding: 0;
  width: auto;
  background-image: none;
}
.header-navigation ul li:not(:last-child)::after {
  content: "|";
  padding-inline-start: 1.2rem;
}
.header-navigation ul li a {
  color: inherit;
  text-decoration: none;
}
.header-navigation ul li a:hover, .header-navigation ul li a:focus-visible {
  text-decoration: underline;
}

.nav-pagination {
  margin: 2.4rem auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.nav-pagination li {
  background-image: none;
  padding: 0;
  margin: 0;
}
.nav-pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  block-size: 2em;
  inline-size: 2em;
  line-height: 1;
  border: 1px solid #9C3F97;
  border-radius: 0.5em;
  color: #9C3F97;
  text-decoration: none;
}
.nav-pagination li a:hover, .nav-pagination li a:focus {
  color: #ffffff;
  background-color: rgb(195.6, 139.8, 192.6);
}
.nav-pagination li a.previous-page svg, .nav-pagination li a.next-page svg {
  inline-size: 1.4em;
}
.nav-pagination li.current-page a {
  color: #ffffff;
  background-color: #005361;
  border-color: #005361;
  font-weight: 600;
}

.prev-next-post {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-block-start: 2rem;
  inline-size: 100%;
  max-inline-size: min(114rem, 100vw - 4.8rem);
  margin-inline: auto;
}
.prev-next-post {
  font-size: clamp(1.6rem, 0.25vw + 1.51rem, 1.8rem);
}
@media screen and (width >= 768px) {
  .prev-next-post {
    margin-block-start: 7.2rem;
  }
}
.prev-next-post .prev-next-dir {
  display: block;
}
.prev-next-post .prev-next-post-container {
  padding: 1.2rem;
  border: 1px solid #9C3F97;
  background-color: color-mix(in srgb, #9C3F97, white 90%);
  width: 100%;
}
.prev-next-post .prev-next-post-container a:hover, .prev-next-post .prev-next-post-container a:focus-visible {
  color: #005361;
}
@media screen and (width >= 768px) {
  .prev-next-post .prev-next-post-container {
    flex: 0 0 calc(50% - 1.2rem / 2);
    padding: 2.4rem;
    width: auto;
  }
  .prev-next-post .prev-next-post-container.next-post {
    margin-inline-start: auto;
    text-align: right;
  }
}

.social-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-links ul li {
  margin: 0;
  padding: 0;
  background-image: none;
}
.social-links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  border-radius: 30%;
  border: none;
  color: #005361;
  font-size: 3.2rem;
  background-color: #ffffff;
  line-height: 1;
  font-weight: 600;
  padding: 0.15em;
}
.social-links ul li a:hover, .social-links ul li a:focus-visible {
  background-color: #9C3F97;
  color: #ffffff;
  text-decoration: none;
}
.social-links ul li a:before {
  content: "";
  font-family: "icons-social-media" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-links ul li a[href*="bsky.app"]::before {
  content: "\e900";
}
.social-links ul li a[href*="facebook.com"]::before {
  content: "\e901";
}
.social-links ul li a[href*=feed]::before {
  content: "\e902";
}
.social-links ul li a[href*="flickr.com"]::before {
  content: "\e903";
}
.social-links ul li a[href*="instagram.com"]::before {
  content: "\e905";
}
.social-links ul li a[href*="linkedin.com"]::before {
  content: "\e906";
}
.social-links ul li a[href*="pinterest.com"]::before {
  content: "\e908";
}
.social-links ul li a[href*="snapchat.com"]::before {
  content: "\e909";
}
.social-links ul li a[href*="tiktok.com"]::before {
  content: "\e90a";
}
.social-links ul li a[href*="tumblr.com"]::before {
  content: "\e90b";
}
.social-links ul li a[href*="twitter.com"]::before, .social-links ul li a[href*="x.com"]::before {
  content: "\e90e";
}
.social-links ul li a[href*="vimeo.com"]::before {
  content: "\e90d";
}
.social-links ul li a[href*="yelp.com"]::before {
  content: "\e90f";
}
.social-links ul li a[href*="youtube.com"]::before {
  content: "\e910";
}
.social-links ul li.branded a[href*="bsky.app"] {
  background-color: #0085ff;
}
.social-links ul li.branded a[href*="facebook.com"] {
  background-color: #3b5998;
}
.social-links ul li.branded a[href*=feed] {
  background-color: #ff4500;
}
.social-links ul li.branded a[href*="flickr.com"] {
  background-color: #ff0083;
}
.social-links ul li.branded a[href*="instagram.com"] {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.social-links ul li.branded a[href*="linkedin.com"] {
  background-color: #0077b5;
}
.social-links ul li.branded a[href*="pinterest.com"] {
  background-color: #bd081c;
}
.social-links ul li.branded a[href*="snapchat.com"] {
  background-color: #fffc00;
}
.social-links ul li.branded a[href*="tumblr.com"] {
  background-color: #35465d;
}
.social-links ul li.branded a[href*="twitter.com"] {
  background-color: #1da1f2;
}
.social-links ul li.branded a[href*="vimeo.com"] {
  background-color: #1ab7ae;
}
.social-links ul li.branded a[href*="yelp.com"] {
  background-color: #b61c19;
}
.social-links ul li.branded a[href*="youtube.com"] {
  background-color: #b31217;
}

ul.header-online-banking {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (width >= 1200px) {
  ul.header-online-banking {
    justify-content: end;
  }
}
ul.header-online-banking li {
  margin: 0;
  padding: 0;
}
ul.header-online-banking li:first-child {
  display: none;
}
@media screen and (width >= 576px) {
  ul.header-online-banking li:first-child {
    display: block;
  }
}
ul.header-online-banking li:not(.nav-menu-item) {
  text-align: center;
}
@media screen and (width >= 1200px) {
  ul.header-online-banking li:not(.nav-menu-item) {
    text-align: right;
    width: auto;
  }
}
ul.header-online-banking li a.button {
  padding: 0.5em 1em;
}
ul.header-online-banking li a.button.button-primary {
  color: #ffffff;
  background-color: #005361;
  border-color: #005361;
}
ul.header-online-banking li a.button.button-primary:hover, ul.header-online-banking li a.button.button-primary:focus-visible {
  color: #005361;
  background-color: #ffffff;
  border-color: #005361;
}
ul.header-online-banking li a.button.button-primary:hover::before, ul.header-online-banking li a.button.button-primary:focus-visible::before {
  background-color: #005361;
}
ul.header-online-banking li a.button.button-secondary:hover, ul.header-online-banking li a.button.button-secondary:focus-visible {
  color: #9C3F97;
  background-color: #ffffff;
  border-color: #9C3F97;
}
ul.header-online-banking li a.button.button-secondary:hover::before, ul.header-online-banking li a.button.button-secondary:focus-visible::before {
  background-color: #9C3F97;
}
ul.header-online-banking li a.button::before {
  height: 1.125em;
  aspect-ratio: 1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  background-color: #ffffff;
}
ul.header-online-banking li a.button.icon-lock-key::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 10H22V7C22 5.4087 21.3679 3.88258 20.2426 2.75736C19.1174 1.63214 17.5913 1 16 1C14.4087 1 12.8826 1.63214 11.7574 2.75736C10.6321 3.88258 10 5.4087 10 7V10H6C5.46957 10 4.96086 10.2107 4.58579 10.5858C4.21071 10.9609 4 11.4696 4 12V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V12C28 11.4696 27.7893 10.9609 27.4142 10.5858C27.0391 10.2107 26.5304 10 26 10ZM17 19.8288V23C17 23.2652 16.8946 23.5196 16.7071 23.7071C16.5196 23.8946 16.2652 24 16 24C15.7348 24 15.4804 23.8946 15.2929 23.7071C15.1054 23.5196 15 23.2652 15 23V19.8288C14.3328 19.5929 13.7704 19.1287 13.4124 18.5183C13.0543 17.9079 12.9235 17.1905 13.0432 16.493C13.1629 15.7955 13.5253 15.1628 14.0663 14.7066C14.6074 14.2505 15.2923 14.0003 16 14.0003C16.7077 14.0003 17.3926 14.2505 17.9337 14.7066C18.4747 15.1628 18.8371 15.7955 18.9568 16.493C19.0765 17.1905 18.9457 17.9079 18.5876 18.5183C18.2296 19.1287 17.6672 19.5929 17 19.8288ZM20 10H12V7C12 5.93913 12.4214 4.92172 13.1716 4.17157C13.9217 3.42143 14.9391 3 16 3C17.0609 3 18.0783 3.42143 18.8284 4.17157C19.5786 4.92172 20 5.93913 20 7V10Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 10H22V7C22 5.4087 21.3679 3.88258 20.2426 2.75736C19.1174 1.63214 17.5913 1 16 1C14.4087 1 12.8826 1.63214 11.7574 2.75736C10.6321 3.88258 10 5.4087 10 7V10H6C5.46957 10 4.96086 10.2107 4.58579 10.5858C4.21071 10.9609 4 11.4696 4 12V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V12C28 11.4696 27.7893 10.9609 27.4142 10.5858C27.0391 10.2107 26.5304 10 26 10ZM17 19.8288V23C17 23.2652 16.8946 23.5196 16.7071 23.7071C16.5196 23.8946 16.2652 24 16 24C15.7348 24 15.4804 23.8946 15.2929 23.7071C15.1054 23.5196 15 23.2652 15 23V19.8288C14.3328 19.5929 13.7704 19.1287 13.4124 18.5183C13.0543 17.9079 12.9235 17.1905 13.0432 16.493C13.1629 15.7955 13.5253 15.1628 14.0663 14.7066C14.6074 14.2505 15.2923 14.0003 16 14.0003C16.7077 14.0003 17.3926 14.2505 17.9337 14.7066C18.4747 15.1628 18.8371 15.7955 18.9568 16.493C19.0765 17.1905 18.9457 17.9079 18.5876 18.5183C18.2296 19.1287 17.6672 19.5929 17 19.8288ZM20 10H12V7C12 5.93913 12.4214 4.92172 13.1716 4.17157C13.9217 3.42143 14.9391 3 16 3C17.0609 3 18.0783 3.42143 18.8284 4.17157C19.5786 4.92172 20 5.93913 20 7V10Z'/%3E%3C/svg%3E");
}
ul.header-online-banking li a.button.icon-pen::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.4137 10.17L21.8287 1.58497C21.643 1.39921 21.4225 1.25185 21.1798 1.15131C20.9371 1.05077 20.677 0.999023 20.4143 0.999023C20.1516 0.999023 19.8915 1.05077 19.6489 1.15131C19.4062 1.25185 19.1857 1.39921 18.9999 1.58497L15.4449 5.13997L8.19495 7.85997C7.86551 7.98255 7.5742 8.18979 7.35036 8.46081C7.12652 8.73183 6.97807 9.05706 6.91995 9.40372L4.3237 24.9787C4.30629 25.0832 4.32249 25.1904 4.36995 25.2851C4.41741 25.3797 4.49369 25.4568 4.58779 25.5053C4.6819 25.5539 4.78897 25.5712 4.89359 25.555C4.99821 25.5388 5.09498 25.4897 5.16995 25.415L12.2949 18.29C12.0692 17.8203 11.9705 17.2997 12.0087 16.78C12.0552 16.1406 12.3052 15.533 12.7222 15.0461C13.1392 14.5592 13.7012 14.2187 14.3258 14.0744C14.9504 13.9302 15.6048 13.9898 16.193 14.2446C16.7812 14.4993 17.2724 14.9358 17.5945 15.49C17.9167 16.0442 18.0528 16.6871 17.9829 17.3243C17.9131 17.9615 17.641 18.5596 17.2065 19.0309C16.772 19.5023 16.1979 19.822 15.5685 19.9433C14.939 20.0646 14.2872 19.9811 13.7087 19.705L6.5837 26.83C6.50894 26.9049 6.45991 27.0017 6.44367 27.1063C6.42743 27.2109 6.44482 27.318 6.49333 27.4121C6.54184 27.5062 6.61897 27.5825 6.71361 27.63C6.80825 27.6774 6.91551 27.6936 7.01995 27.6762L22.5962 25.08C22.9423 25.0223 23.2672 24.8746 23.5381 24.6517C23.8091 24.4288 24.0166 24.1385 24.1399 23.81L26.8612 16.5512L30.4137 13C30.5995 12.8142 30.7468 12.5937 30.8474 12.3511C30.9479 12.1084 30.9996 11.8483 30.9996 11.5856C30.9996 11.3229 30.9479 11.0628 30.8474 10.8201C30.7468 10.5774 30.5995 10.3569 30.4137 10.1712V10.17ZM25.9999 14.585L17.4149 5.99997L20.4149 2.99997L28.9999 11.585L25.9999 14.585Z'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.4137 10.17L21.8287 1.58497C21.643 1.39921 21.4225 1.25185 21.1798 1.15131C20.9371 1.05077 20.677 0.999023 20.4143 0.999023C20.1516 0.999023 19.8915 1.05077 19.6489 1.15131C19.4062 1.25185 19.1857 1.39921 18.9999 1.58497L15.4449 5.13997L8.19495 7.85997C7.86551 7.98255 7.5742 8.18979 7.35036 8.46081C7.12652 8.73183 6.97807 9.05706 6.91995 9.40372L4.3237 24.9787C4.30629 25.0832 4.32249 25.1904 4.36995 25.2851C4.41741 25.3797 4.49369 25.4568 4.58779 25.5053C4.6819 25.5539 4.78897 25.5712 4.89359 25.555C4.99821 25.5388 5.09498 25.4897 5.16995 25.415L12.2949 18.29C12.0692 17.8203 11.9705 17.2997 12.0087 16.78C12.0552 16.1406 12.3052 15.533 12.7222 15.0461C13.1392 14.5592 13.7012 14.2187 14.3258 14.0744C14.9504 13.9302 15.6048 13.9898 16.193 14.2446C16.7812 14.4993 17.2724 14.9358 17.5945 15.49C17.9167 16.0442 18.0528 16.6871 17.9829 17.3243C17.9131 17.9615 17.641 18.5596 17.2065 19.0309C16.772 19.5023 16.1979 19.822 15.5685 19.9433C14.939 20.0646 14.2872 19.9811 13.7087 19.705L6.5837 26.83C6.50894 26.9049 6.45991 27.0017 6.44367 27.1063C6.42743 27.2109 6.44482 27.318 6.49333 27.4121C6.54184 27.5062 6.61897 27.5825 6.71361 27.63C6.80825 27.6774 6.91551 27.6936 7.01995 27.6762L22.5962 25.08C22.9423 25.0223 23.2672 24.8746 23.5381 24.6517C23.8091 24.4288 24.0166 24.1385 24.1399 23.81L26.8612 16.5512L30.4137 13C30.5995 12.8142 30.7468 12.5937 30.8474 12.3511C30.9479 12.1084 30.9996 11.8483 30.9996 11.5856C30.9996 11.3229 30.9479 11.0628 30.8474 10.8201C30.7468 10.5774 30.5995 10.3569 30.4137 10.1712V10.17ZM25.9999 14.585L17.4149 5.99997L20.4149 2.99997L28.9999 11.585L25.9999 14.585Z'/%3E%3C/svg%3E%0A");
}

.home-page section {
  padding-block: 4.8rem;
}
.home-page section .section-title {
  text-align: center;
  margin-block-end: 0.75em;
}
.home-page section.home-services-container {
  background-color: color-mix(in srgb, #005361, white 40%);
  margin-block-start: 2px;
}
.home-page section.home-services-container .section-title {
  color: #ffffff;
}
.home-page section.home-services-container .service-cards {
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
@media screen and (width >= 1024px) {
  .home-page section.home-services-container .service-cards {
    gap: 4.8rem;
  }
}
.home-page section.home-services-container .service-card {
  background-color: #005361;
  border: none;
  padding: 2.4rem;
  gap: 2.4rem;
  border-radius: 2.4rem;
}
.home-page section.home-services-container .service-card .card-image {
  inline-size: 10rem;
  block-size: 10rem;
  aspect-ratio: 1;
  margin-block-end: 0;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.home-page section.home-services-container .service-card:hover .card-image, .home-page section.home-services-container .service-card:focus-visible .card-image {
  transform: scale(1.1);
}
.home-page section.home-services-container .service-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 0;
}
.home-page section.home-services-container .service-card .card-title {
  text-align: center;
}
.home-page section.home-services-container .service-card .card-title a {
  color: #ffffff;
}
.home-page section.home-services-container .service-card .card-title a:hover, .home-page section.home-services-container .service-card .card-title a:focus-visible {
  color: color-mix(in srgb, #9C3F97, white);
}
.home-page section.home-services-container .service-card .card-text {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.home-page section.home-features-container {
  margin-block-start: 2px;
  padding-block: 0;
}
.home-page section.home-features-container .feature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #9C3F97;
}
.home-page section.home-features-container .feature:first-child {
  margin-block-end: 2px;
}
.home-page section.home-features-container .feature > * {
  flex: 1 1 100%;
}
@media screen and (width >= 992px) {
  .home-page section.home-features-container .feature > * {
    flex-basis: 50%;
  }
}
.home-page section.home-features-container .feature .feature-content {
  padding: 2.4rem;
  color: #ffffff;
}
.home-page section.home-features-container .feature .feature-content .feature-content-container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  inline-size: min(100%, 50ch);
}
.home-page section.home-features-container .feature .feature-content .feature-title {
  color: #ffffff;
  margin-block: 0;
}
.home-page section.home-features-container .feature .feature-content .button-group {
  margin-block-start: 2.4rem;
}
@media screen and (width >= 992px) {
  .home-page section.home-features-container .feature:nth-child(even) {
    flex-direction: row-reverse;
  }
  .home-page section.home-features-container .feature:nth-child(even) .feature-content-container {
    margin-inline-start: auto;
  }
}
.home-page section.home-postings .home-postings-link {
  text-align: center;
  margin-block-start: 2.4rem;
}
.home-page section.home-postings .home-postings-link a {
  font-weight: 600;
}

.content-header {
  margin-block-end: 4.8rem;
  inline-size: 100%;
  max-inline-size: min(1170px, 100vw - 4.8rem);
  margin-inline: auto;
}
.content-header:has(picture) {
  display: grid;
  place-items: end center;
  grid-auto-columns: minmax(0, 1fr);
  block-size: clamp(24rem, 50vw, 42rem);
  max-inline-size: 100vw;
}
.content-header:has(picture) > * {
  grid-area: 1/1;
}
.content-header:has(picture) .header-title {
  padding-block-end: 2.4rem;
  max-inline-size: 90vw;
}
@media screen and (width >= 768px) {
  .content-header:has(picture) .header-title {
    padding-block-end: 4.8rem;
  }
}
.content-header:has(picture) .header-title h1 {
  text-align: center;
  line-height: 1.125;
  margin-block-end: 0;
  background-color: rgba(156, 63, 151, 0.75);
  padding: 0.1em 0.5em 0.25em;
  border-radius: 0.4em;
  backdrop-filter: blur(5px);
  color: #ffffff;
}
.content-header:has(picture) picture {
  overflow: hidden;
}
.single-column .content-header:not(:has(picture)) {
  inline-size: 100%;
  max-inline-size: min(800px, 100vw - 4.8rem);
  margin-inline: auto;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  border-block-start: 1px solid color-mix(in srgb, #005361, white);
  padding-block-start: 2.4rem;
}
@media screen and (width >= 768px) {
  .sidebar {
    border-block-start: none;
    padding-block-start: 0;
  }
}
.sidebar .sidebar-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  color: #292929;
  padding: 2.4rem;
  border: 1px solid color-mix(in srgb, #005361, white 80%);
  border-radius: 2.4rem;
  text-decoration: none;
}
.sidebar .sidebar-item .sidebar-icon {
  color: #005361;
  block-size: 10rem;
}
.sidebar .sidebar-item .sidebar-icon svg {
  width: auto;
  height: 100%;
}
.sidebar .sidebar-item .sidebar-content {
  text-align: center;
}
.sidebar .sidebar-item .sidebar-content .sidebar-item-title {
  color: #9C3F97;
  margin-block-end: 0.25em;
}
.sidebar .sidebar-item .sidebar-content .sidebar-item-title {
  font-size: clamp(1.8rem, 0.67vw + 1.56rem, 2.34rem);
}
.sidebar .sidebar-item:hover, .sidebar .sidebar-item:focus-visible {
  background-color: color-mix(in srgb, #005361, white 95%);
}
.sidebar .sidebar-item:hover .sidebar-item-title, .sidebar .sidebar-item:focus-visible .sidebar-item-title {
  color: #005361;
}
.sidebar .sidebar-item:hover .sidebar-icon svg, .sidebar .sidebar-item:focus-visible .sidebar-icon svg {
  color: #9C3F97;
}

.page-preview-wrapper {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 30rem), 1fr));
  gap: 4.8rem;
}

.page-preview-item {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid color-mix(in srgb, #005361, white 80%);
  border-radius: 2.4rem;
  background-color: color-mix(in srgb, #005361, white 95%);
  overflow: hidden;
}
.page-preview-item .page-preview-content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1.2rem;
  padding: 2.4rem;
}
.page-preview-item .page-preview-content-wrapper .page-preview-title {
  margin-block: 0;
}
.page-preview-item .page-preview-content-wrapper .page-preview-title {
  font-size: clamp(2.28rem, 0.94vw + 1.94rem, 3.04rem);
}
.page-preview-item .page-preview-content-wrapper .page-preview-title a {
  text-decoration: none;
}
.page-preview-item .page-preview-content-wrapper .page-preview-title a:hover, .page-preview-item .page-preview-content-wrapper .page-preview-title a:focus-visible {
  color: #005361;
}
.page-preview-item .page-preview-thumb {
  height: 24rem;
  background-color: color-mix(in srgb, #9C3F97, white 70%);
  background-image: url("/site_content/site_theme/images/image-placeholder.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.page-preview-item .page-preview-thumb figure {
  height: 100%;
}
.page-preview-item .page-preview-thumb figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.icon-text .column {
  position: relative;
  padding-block: 1.2rem;
}
.icon-text .column:not(:last-child)::after {
  position: absolute;
  inset-inline-end: -2.4rem;
  inset-block-start: 0;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: color-mix(in srgb, #808080, white 70%);
}

.icon-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
.icon-text-container p {
  line-height: 1.25;
}

.sk-matrix {
  margin-inline-start: 0;
  margin-block-end: 4.8rem;
  counter-reset: sk-step;
}
.sk-matrix:not([class*=nav]) {
  list-style: none;
}
.sk-matrix:not([class*=nav]) li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4.8rem;
  color: #ffffff;
  background-color: #9C3F97;
  padding: 2.4rem;
  counter-increment: sk-step;
}
.sk-matrix:not([class*=nav]) li::before {
  content: counter(sk-step);
  flex: 0 0 10%;
  font-family: "Paytone One", sans-serif;
  font-weight: 800;
  text-align: center;
  padding-inline-start: 2.4rem;
  font-size: 6.683274rem;
}
.sk-matrix:not([class*=nav]) li:last-child {
  padding-block-end: 2.4rem;
}
.sk-matrix:not([class*=nav]) li:not(:last-child) {
  margin-block-end: 1.2rem;
}
.sk-matrix:not([class*=nav]) li > div {
  flex: 1;
}
.sk-matrix:not([class*=nav]) li h2 {
  color: #ffffff;
  margin-block: 0 0.25em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.sk-matrix:not([class*=nav]) li h2 {
  font-size: clamp(2.03rem, 1.26vw + 1.57rem, 3.04rem);
}

.open-account-dialog {
  inline-size: min(80vw, 57.6rem);
}
.open-account-dialog h1 {
  text-align: center;
  color: #9C3F97;
  margin-block-end: 2.4rem;
}
.open-account-dialog h1 {
  font-size: clamp(2.03rem, 1.26vw + 1.57rem, 3.04rem);
}
.open-account-dialog .button-group {
  justify-content: center;
}
.open-account-dialog .close-dialog {
  margin-inline-start: 4.8rem;
}

.posting-preview-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 30rem), 1fr));
  gap: 4.8rem;
}

.post-preview {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid color-mix(in srgb, #005361, white 80%);
  border-radius: 2.4rem;
  overflow: hidden;
}
.post-preview .post-preview-content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1.2rem;
  padding: 2.4rem;
}
.post-preview .post-preview-thumb {
  height: 24rem;
  background-color: color-mix(in srgb, #005361, white 95%);
  background-image: url("/site_content/site_theme/images/image-placeholder.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.post-preview .post-preview-thumb figure {
  block-size: 100%;
  inline-size: 100%;
}
.post-preview .post-preview-thumb figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.post-preview .post-meta {
  margin-block-start: 0.75em;
}
.post-preview .post-meta {
  font-size: clamp(1.42rem, -0.05vw + 1.44rem, 1.38rem);
}
.post-preview .post-category {
  margin-block-end: 1em;
}
.post-preview .post-category {
  font-size: clamp(1.42rem, -0.05vw + 1.44rem, 1.38rem);
}
.post-preview .post-category a {
  color: #005361;
}
.post-preview .preview-title {
  margin-block: 0;
}
.post-preview .preview-title {
  font-size: clamp(2.03rem, 1.26vw + 1.57rem, 3.04rem);
}
.post-preview .preview-title a {
  text-decoration: none;
}
.post-preview .preview-title a:hover, .post-preview .preview-title a:focus-visible {
  color: #005361;
}
.post-preview .preview-content {
  flex: 1;
}

.post .post-header {
  margin-block-end: 4.8rem;
}
.post .post-header .header-title {
  margin-block-end: 0;
  padding-block-end: 0;
}
.post .post-header:has(picture) {
  display: block;
  block-size: auto;
  place-items: unset;
  overflow: hidden;
}
.post .post-header:has(picture) .header-title {
  padding-block-end: 2.4rem;
}
.post .post-header picture {
  block-size: clamp(36rem, 50vw, 48rem);
  overflow: hidden;
}
.post .post-date-byline {
  margin-block: 1em 2.4rem;
}
.post .post-date-byline {
  font-size: clamp(1.42rem, -0.05vw + 1.44rem, 1.38rem);
}
.post .entry-content {
  inline-size: min(80ch, 100%);
  margin-inline: auto;
}
.single-column .post .entry-content {
  inline-size: 100%;
  max-inline-size: min(800px, 100vw - 4.8rem);
  margin-inline: auto;
}

.post-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-block-start: 2.4rem;
  padding: 2.4rem;
  background-color: color-mix(in srgb, #808080, white 80%);
}
.post-footer .post-author-photo {
  flex: 0 1 auto;
}
@media screen and (width >= 576px) {
  .post-footer .post-author-photo {
    flex-basis: calc(25% - 2.4rem);
  }
}
.post-footer .post-author-info {
  flex: 1;
}
.post-footer .post-author-info {
  font-size: clamp(1.4rem, 0.25vw + 1.31rem, 1.6rem);
}
.post-footer .post-author-info h2 {
  line-height: 1.125;
}
.post-footer .post-author-info h2 {
  font-size: clamp(2.03rem, 1.26vw + 1.57rem, 3.04rem);
}
.post-footer .post-author-info h2 span {
  display: block;
  color: #292929;
}
.post-footer .post-author-info h2 span {
  font-size: clamp(1.42rem, -0.05vw + 1.44rem, 1.38rem);
}
.post-footer .post-author-info p:not(:last-child) {
  margin-block-end: 1em;
}

.search-result {
  margin-block-end: 2.4rem;
}
.search-result a {
  font-weight: 600;
}
.search-result a {
  font-size: clamp(1.8rem, 0.67vw + 1.56rem, 2.34rem);
}
.search-result .search-blurb {
  margin-block-start: 0.5em;
}

.alert-block,
.alert-box {
  display: flex;
  line-height: 1.35;
  padding: 1.25rem;
}
.alert-block .alert-content,
.alert-box .alert-content {
  margin-inline: 1.2rem;
}
.alert-block .alert-content p,
.alert-box .alert-content p {
  margin-block-end: 0.65em;
}
.alert-block .alert-content p:last-child,
.alert-box .alert-content p:last-child {
  margin-block-end: 0;
}
.alert-block .alert-content ul,
.alert-block .alert-content ol,
.alert-box .alert-content ul,
.alert-box .alert-content ol {
  margin-block-end: 0;
}
.alert-block .alert-content li,
.alert-box .alert-content li {
  margin-block-end: 0.25em;
  padding-block-end: 0;
}
.alert-block .alert-content li::marker,
.alert-box .alert-content li::marker {
  color: inherit;
}
.alert-block .alert-icon,
.alert-box .alert-icon {
  flex: 0 1 auto;
}
.alert-block .alert-icon::before,
.alert-box .alert-icon::before {
  content: "";
  display: block;
  inline-size: 2.4rem;
  block-size: 2.4rem;
}
.alert-block .alert-icon.icon-lg::before,
.alert-box .alert-icon.icon-lg::before {
  inline-size: 3.6rem;
  block-size: 3.6rem;
}
.alert-block .alert-icon.icon-xlg::before,
.alert-box .alert-icon.icon-xlg::before {
  inline-size: 4.8rem;
  block-size: 4.8rem;
}

.alert-block {
  color: #fff;
  font-weight: 600;
  margin-block-end: 2.4rem;
}
.alert-block.success {
  background-color: #00873c;
}
.alert-block.success .alert-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-.997-4L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.alert-block.info {
  background-color: #23769a;
}
.alert-block.info .alert-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.alert-block.critical {
  background-color: #dc2e36;
}
.alert-block.critical .alert-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M15.936 2.5L21.5 8.067v7.87L15.936 21.5h-7.87L2.5 15.936v-7.87L8.066 2.5h7.87zm-.829 2H8.894L4.501 8.895v6.213l4.393 4.394h6.213l4.394-4.394V8.894l-4.394-4.393zM11 15h2v2h-2v-2zm0-8h2v6h-2V7z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.alert-block.warning {
  background-color: #e0c10f;
  color: #292929;
}
.alert-block.warning .alert-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12.866 3l9.526 16.5a1 1 0 0 1-.866 1.5H2.474a1 1 0 0 1-.866-1.5L11.134 3a1 1 0 0 1 1.732 0zm-8.66 16h15.588L12 5.5 4.206 19zM11 16h2v2h-2v-2zm0-7h2v5h-2V9z' fill='%23292929'/%3E%3C/svg%3E");
}

.alert-box {
  position: relative;
  border: 1px solid transparent;
  margin-block-end: 2.4rem;
  padding: 1.25rem;
  background-color: #ffffff;
  overflow: hidden;
}
.alert-box.success {
  border-color: #00873c;
}
.alert-box.success .alert-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-.997-4L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z' fill='%2300873c'/%3E%3C/svg%3E");
}
.alert-box.info {
  border-color: #23769a;
}
.alert-box.info .alert-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z' fill='%2323769a'/%3E%3C/svg%3E");
}
.alert-box.critical {
  border-color: #dc2e36;
}
.alert-box.critical .alert-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M15.936 2.5L21.5 8.067v7.87L15.936 21.5h-7.87L2.5 15.936v-7.87L8.066 2.5h7.87zm-.829 2H8.894L4.501 8.895v6.213l4.393 4.394h6.213l4.394-4.394V8.894l-4.394-4.393zM11 15h2v2h-2v-2zm0-8h2v6h-2V7z' fill='%23dc2e36'/%3E%3C/svg%3E");
}
.alert-box.warning {
  border-color: #e0c10f;
  color: #292929;
}
.alert-box.warning .alert-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12.866 3l9.526 16.5a1 1 0 0 1-.866 1.5H2.474a1 1 0 0 1-.866-1.5L11.134 3a1 1 0 0 1 1.732 0zm-8.66 16h15.588L12 5.5 4.206 19zM11 16h2v2h-2v-2zm0-7h2v5h-2V9z' fill='%23e0c10f'/%3E%3C/svg%3E");
}
.alert-box .alert-content {
  position: relative;
  flex: 1;
}
.alert-box.alerts {
  padding: 1.5rem 4.5rem 1.5rem 1.5rem;
}
.alert-box.alerts::before {
  display: none;
}
.alert-box.alerts .container {
  padding-inline-end: 0;
  padding-inline-start: 0;
}
.alert-box.alerts .alert-content {
  display: flex;
  margin-inline-start: 0;
  padding-inline-start: 0;
}
.alert-box.alerts .alert-content .alert-title {
  margin-block-end: 0;
}
.alert-box.alerts + .alerts {
  margin-block-start: 1rem;
}
.alert-box .close {
  position: relative;
  inset-block-start: 0;
  inset-inline-end: 0;
  margin-inline-start: auto;
  padding: 0.25em;
  inline-size: 1.25em;
  block-size: 1.25em;
  font-size: 2.4rem;
  line-height: 1;
  color: color-mix(in srgb, #808080, white 20%);
  opacity: 0.6;
  background-color: transparent;
  border: none;
  z-index: 1;
}
.alert-box .close:hover {
  text-decoration: none;
  opacity: 1;
}
.alert-box.home-alert {
  border: none;
  background-color: #005361;
  color: #ffffff;
  padding: 2.4rem;
  margin-block-end: 0;
}
.alert-box.home-alert + .home-alert {
  margin-block-start: 1px;
}
.alert-box.home-alert .alert-container {
  display: flex;
  inline-size: 100%;
  max-inline-size: min(960px, 100vw - 4.8rem);
  margin-inline: auto;
}
.alert-box.home-alert .alert-icon {
  inline-size: min(10vw, 4.8rem);
}
.alert-box.home-alert .alert-icon::before {
  display: block;
  inline-size: 100%;
  block-size: min(10vw, 4.8rem);
  content: "";
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='currentColor' d='M320 64c-17.7 0-32 14.3-32 32v3.2C215 114 160 178.6 160 256v21.7c0 48.1-16.4 94.8-46.4 132.4l-9.8 12.2c-5.1 6.3-7.8 14.1-7.8 22.2c0 19.6 15.9 35.5 35.5 35.5h376.9c19.6 0 35.5-15.9 35.5-35.5c0-8.1-2.7-15.9-7.8-22.2l-9.8-12.2c-29.9-37.6-46.3-84.3-46.3-132.4V256c0-77.4-55-142-128-156.8V96c0-17.7-14.3-32-32-32m-62 464c7.1 27.6 32.2 48 62 48s54.9-20.4 62-48z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='currentColor' d='M320 64c-17.7 0-32 14.3-32 32v3.2C215 114 160 178.6 160 256v21.7c0 48.1-16.4 94.8-46.4 132.4l-9.8 12.2c-5.1 6.3-7.8 14.1-7.8 22.2c0 19.6 15.9 35.5 35.5 35.5h376.9c19.6 0 35.5-15.9 35.5-35.5c0-8.1-2.7-15.9-7.8-22.2l-9.8-12.2c-29.9-37.6-46.3-84.3-46.3-132.4V256c0-77.4-55-142-128-156.8V96c0-17.7-14.3-32-32-32m-62 464c7.1 27.6 32.2 48 62 48s54.9-20.4 62-48z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.alert-box.home-alert .alert-title {
  color: #ffffff;
  margin-block-end: 0.15em;
}
.alert-box.home-alert .alert-title {
  font-size: clamp(1.8rem, 0.67vw + 1.56rem, 2.34rem);
}
.alert-box.home-alert.critical {
  background-color: #dc2e36;
}
.alert-box.home-alert.critical .alert-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='currentColor' d='M320 64c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S550.1 544 536 544H104c-14.1 0-27.2-7.4-34.4-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21m0 352c-17.7 0-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32s-14.3-32-32-32m0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c.9 12.5 11.4 22.3 23.9 22.3c12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='currentColor' d='M320 64c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S550.1 544 536 544H104c-14.1 0-27.2-7.4-34.4-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21m0 352c-17.7 0-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32s-14.3-32-32-32m0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c.9 12.5 11.4 22.3 23.9 22.3c12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z'/%3E%3C/svg%3E");
}
.alert-box.home-alert.info .alert-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='currentColor' d='M320 576c141.4 0 256-114.6 256-256S461.4 64 320 64S64 178.6 64 320s114.6 256 256 256m-32-352c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32m-8 64h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24s10.7-24 24-24h24v-64h-24c-13.3 0-24-10.7-24-24s10.7-24 24-24'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='currentColor' d='M320 576c141.4 0 256-114.6 256-256S461.4 64 320 64S64 178.6 64 320s114.6 256 256 256m-32-352c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32m-8 64h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24s10.7-24 24-24h24v-64h-24c-13.3 0-24-10.7-24-24s10.7-24 24-24'/%3E%3C/svg%3E");
}
.alert-box.home-alert .close,
.alert-box.home-alert a {
  color: #ffffff;
}

#back-to-top {
  display: block;
  position: fixed;
  inset-block-end: 2rem;
  inset-inline-end: 2.4rem;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  color: #005361;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease;
  z-index: 999;
}
#back-to-top.active {
  visibility: visible;
  opacity: 0.5;
  transition: all 0.5s ease;
}
#back-to-top.active:hover, #back-to-top.active:focus {
  opacity: 1;
}

blockquote {
  margin: 0 auto 2.4rem;
  padding: 2.4rem;
  border-inline-start: 6px solid #005361;
  background-color: color-mix(in srgb, #005361, white 95%);
}
blockquote + * {
  margin-block-start: 2.4rem;
}
blockquote p:not(.cite) {
  font-style: italic;
}

blockquote > :last-child {
  margin-block-end: 0;
}

cite,
.cite {
  display: block;
  font-size: inherit;
  font-style: normal;
}
cite:before,
.cite:before {
  content: "— ";
}
cite .cite-name-info,
.cite .cite-name-info {
  display: block;
}

.button,
button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.25em;
  border: 2px solid #9C3F97;
  border-radius: 10rem;
  outline: transparent;
  background-color: #9C3F97;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.125;
  padding: 0.75em 2em;
  text-decoration: none;
  min-width: fit-content;
  appearance: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
}
.button,
button {
  font-size: clamp(1.6rem, 0.25vw + 1.51rem, 1.8rem);
}
.button:hover, .button:focus-visible,
button:hover,
button:focus-visible {
  text-decoration: none;
  color: #9C3F97;
  background-color: #ffffff;
  border-color: #9C3F97;
}
.button .button-icon,
button .button-icon {
  fill: currentColor;
  height: 1em;
}
.button.button-success,
button.button-success {
  background-color: #00873c;
  border-color: #00873c;
}
.button.button-success:hover, .button.button-success:focus-visible,
button.button-success:hover,
button.button-success:focus-visible {
  color: #ffffff;
  background-color: #006c30;
  border-color: #006c30;
}
.button.button-info,
button.button-info {
  background-color: #23769a;
  border-color: #23769a;
}
.button.button-info:hover, .button.button-info:focus-visible,
button.button-info:hover,
button.button-info:focus-visible {
  color: #ffffff;
  background-color: rgb(28, 94.4, 123.2);
  border-color: rgb(28, 94.4, 123.2);
}
.button.button-critical,
button.button-critical {
  background-color: #dc2e36;
  border-color: #dc2e36;
}
.button.button-critical:hover, .button.button-critical:focus-visible,
button.button-critical:hover,
button.button-critical:focus-visible {
  color: #ffffff;
  background-color: rgb(176, 36.8, 43.2);
  border-color: rgb(176, 36.8, 43.2);
}
.button.button-cancel,
button.button-cancel {
  color: color-mix(in srgb, #808080, white 20%);
  background-color: color-mix(in srgb, #808080, white 90%);
  border-color: color-mix(in srgb, #808080, white 60%);
}
.button.button-cancel:hover, .button.button-cancel:focus-visible,
button.button-cancel:hover,
button.button-cancel:focus-visible {
  color: color-mix(in srgb, #808080, white 20%);
  background-color: color-mix(in srgb, #808080, white 80%);
  border-color: color-mix(in srgb, #808080, white 60%);
}
.button.button-secondary,
button.button-secondary {
  color: #ffffff;
  background-color: #9C3F97;
  border-color: #9C3F97;
}
.button.button-secondary:hover, .button.button-secondary:focus-visible,
button.button-secondary:hover,
button.button-secondary:focus-visible {
  color: #ffffff;
  background-color: rgb(124.8, 50.4, 120.8);
  border-color: rgb(124.8, 50.4, 120.8);
}
.button.button-ghost,
button.button-ghost {
  color: #9C3F97;
  background-color: transparent;
  border-width: 2px;
  border-color: #9C3F97;
}
.button.button-ghost:hover, .button.button-ghost:focus-visible,
button.button-ghost:hover,
button.button-ghost:focus-visible {
  color: #ffffff;
  background-color: #9C3F97;
  border-color: #9C3F97;
}
.button.button-ghost-alt,
button.button-ghost-alt {
  color: #ffffff;
  background-color: transparent;
  border-width: 2px;
  border-color: #ffffff;
}
.button.button-ghost-alt:hover, .button.button-ghost-alt:focus-visible,
button.button-ghost-alt:hover,
button.button-ghost-alt:focus-visible {
  color: #9C3F97;
  background-color: #ffffff;
  border-color: #ffffff;
}
.button[disabled],
button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.button.button-small,
button.button-small {
  font-size: 85%;
}
.button.button-medium,
button.button-medium {
  font-size: 110%;
}
.button.button-large,
button.button-large {
  font-size: 120%;
}
.button.button-xlarge,
button.button-xlarge {
  font-size: 135%;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.button-group.button-center {
  justify-content: center;
}

.print-page {
  font-size: 1.4rem;
  padding: 0.5em 1em;
}
.print-page::before {
  display: inline-block;
  margin-block-start: 0.1em;
  margin-inline-end: 0.25em;
  height: 1.5em;
  aspect-ratio: 1;
  background-color: #ffffff;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M18 7V4c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v3h12zm1 1H5c-1.66 0-3 1.34-3 3v5c0 .55.45 1 1 1h3v2c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-2h3c.55 0 1-.45 1-1v-5c0-1.66-1.34-3-3-3zm-3 11H8v-4h8v4zm2-6.5c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1z"%2F%3E%3C%2Fsvg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M18 7V4c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v3h12zm1 1H5c-1.66 0-3 1.34-3 3v5c0 .55.45 1 1 1h3v2c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-2h3c.55 0 1-.45 1-1v-5c0-1.66-1.34-3-3-3zm-3 11H8v-4h8v4zm2-6.5c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1z"%2F%3E%3C%2Fsvg%3E');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  content: "";
}
.print-page:hover::before, .print-page:focus-visible::before {
  background-color: currentColor;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2.4rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  border: 1px solid color-mix(in srgb, #808080, white 60%);
}
.card .card-body {
  flex: 1;
  padding: 2.4rem;
}
.card .card-body > * + * {
  margin-block-start: 1.2rem;
}
.card .card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  padding: 0;
  overflow: hidden;
}
.card .card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.card .card-header {
  padding: 2.4rem 2.4rem 0;
}
.card .card-title {
  margin-block-end: 0;
}
.card .card-footer {
  padding: 0 2.4rem 2.4rem;
}
.card .card-footer .card-footer-link-text {
  font-weight: 600;
}
.card .button-group {
  margin-block: 0;
}

.termsfeed-com---nb-simple {
  font-family: "Montserrat", sans-serif !important;
  inset: auto auto 1.5rem 1.5rem !important;
  background-color: color-mix(in srgb, #005361, white 95%) !important;
  border: 2px solid #005361 !important;
  color: #005361 !important;
  width: calc(100vw - 3rem) !important;
  max-width: none !important;
}

#open_preferences_center {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border: 1px solid #005361;
  border-radius: 50%;
  background-color: #fff;
  color: #005361;
  inset: auto auto 2rem 2rem;
  width: 4.8rem;
  height: 4.8rem;
  z-index: 10;
}
#open_preferences_center .cc-tooltip {
  content: "Update Cookies Preferences";
  position: absolute;
  inset-inline-start: 110%;
  width: max-content;
  background-color: #fff;
  border: 1px solid #005361;
  padding: 0.5em;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
  color: #292929;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}
#open_preferences_center:hover, #open_preferences_center:focus-visible {
  color: #9C3F97;
  border-color: #9C3F97;
}
#open_preferences_center:hover .cc-tooltip, #open_preferences_center:focus-visible .cc-tooltip {
  opacity: 1;
  visibility: visible;
}

.termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox + label {
  color: #fff;
}

.cc-nb-buttons-container {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.termsfeed-com---nb .cc-nb-okagree,
.termsfeed-com---nb .cc-nb-reject,
.termsfeed-com---nb .cc-nb-changep {
  font-size: clamp(1.5rem, 1.4221411192rem + 0.2433090024vw, 1.7rem) !important;
  padding: 0.5em 1em !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

.termsfeed-com---palette-dark .cc-nb-title,
.termsfeed-com---palette-dark .cc-nb-text {
  color: #292929 !important;
}
.termsfeed-com---palette-dark .cc-nb-title a,
.termsfeed-com---palette-dark .cc-nb-text a {
  color: #005361 !important;
}
.termsfeed-com---palette-dark .cc-nb-title {
  color: #9C3F97 !important;
  font-family: "Paytone One", sans-serif !important;
}
.termsfeed-com---palette-dark .cc-nb-okagree,
.termsfeed-com---palette-dark .cc-nb-reject,
.termsfeed-com---palette-dark .cc-nb-changep,
.termsfeed-com---palette-dark .cc-cp-foot-save {
  color: #ffffff !important;
  border: 1px solid #005361;
  border-radius: 0 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.termsfeed-com---palette-dark .cc-nb-okagree:hover, .termsfeed-com---palette-dark .cc-nb-okagree:focus-visible,
.termsfeed-com---palette-dark .cc-nb-reject:hover,
.termsfeed-com---palette-dark .cc-nb-reject:focus-visible,
.termsfeed-com---palette-dark .cc-nb-changep:hover,
.termsfeed-com---palette-dark .cc-nb-changep:focus-visible,
.termsfeed-com---palette-dark .cc-cp-foot-save:hover,
.termsfeed-com---palette-dark .cc-cp-foot-save:focus-visible {
  color: #005361 !important;
  background-color: #ffffff !important;
}
.termsfeed-com---palette-dark .cc-nb-okagree {
  background-color: #005361 !important;
}
.termsfeed-com---palette-dark .cc-nb-reject {
  background-color: #9C3F97 !important;
  border-color: #9C3F97 !important;
}
.termsfeed-com---palette-dark .cc-nb-reject:hover, .termsfeed-com---palette-dark .cc-nb-reject:focus-visible {
  color: #9C3F97 !important;
}
.termsfeed-com---palette-dark .cc-nb-changep {
  color: #005361 !important;
  background-color: color-mix(in srgb, #005361, white 80%) !important;
}

.termsfeed-com---palette-dark {
  font-family: "Montserrat", sans-serif;
}
.termsfeed-com---palette-dark .cc-pc-head,
.termsfeed-com---palette-dark .cc-cp-foot {
  background: #005361 !important;
}
.termsfeed-com---palette-dark .cc-cp-foot {
  border-top-color: color-mix(in srgb, #005361, black 80%) !important;
}
.termsfeed-com---palette-dark .cc-cp-body-content-entry {
  background: color-mix(in srgb, #005361, white 20%) !important;
  height: 100%;
}
@media screen and (width >= 576px) {
  .termsfeed-com---palette-dark .cc-cp-body-tabs {
    min-width: 20rem !important;
  }
}
.termsfeed-com---palette-dark .cc-cp-body-tabs-item button {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.4rem !important;
  color: #005361 !important;
}
.termsfeed-com---palette-dark .cc-cp-body-tabs-item[active=true] button {
  background: color-mix(in srgb, #005361, white 10%) !important;
  color: #ffffff !important;
}
.termsfeed-com---palette-dark .cc-cp-foot-save {
  background: color-mix(in srgb, #005361, white 80%) !important;
  color: #005361 !important;
}
.termsfeed-com---palette-dark .cc-pc-head-close {
  font-size: 1.8rem;
}

@media screen and (max-width: 600px) {
  .termsfeed-com---pc-dialog .cc-pc-head-lang {
    padding: 15px !important;
  }
}
.termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox:disabled + label:before {
  background: #c9c9c9 !important;
}
.termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox:disabled + label:after {
  background: #ebebeb !important;
}

details:not(:last-child) {
  margin-block-end: 1.2rem;
}
details .detail-content {
  padding: 0.5em 0 0 1.9em;
}
details::details-content {
  height: 0;
  overflow: hidden;
  transition: height 0.25s, content-visibility 0.25s;
  transition-behavior: allow-discrete;
}
details[open]::details-content {
  height: auto;
}
details[open] > summary::before {
  transform: rotate(-180deg);
}
details summary {
  display: inline-flex;
  list-style: none;
  color: #005361;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  cursor: pointer;
}
details summary {
  font-size: clamp(1.6rem, 0.25vw + 1.51rem, 1.8rem);
}
details summary::before {
  flex: 1 0 auto;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke="%23005361" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m17 10l-5 5l-5-5"/></svg>');
  margin-block-start: 0.1em;
  margin-inline-end: 0.5em;
  transform-origin: center;
  transition: transform 0.2s linear;
}
details summary::-webkit-details-marker {
  display: none;
}

dialog {
  position: fixed;
  inline-size: min(80vw, 75.7rem);
  margin: auto;
  padding: 2.4rem;
  border-radius: 2.4rem;
  border: none;
  scale: 0.5;
  opacity: 0;
  translate: 0 -100vh;
  transition: translate 0.5s ease, scale 0.5s ease, opacity 0.5s ease, overlay 0.5s ease allow-discrete, display 0.5s ease allow-discrete;
}
dialog[open] {
  translate: 0 -16vh;
  scale: 1;
  opacity: 1;
}
dialog[open]::backdrop {
  background-color: rgba(0, 83, 97, 0.7);
  backdrop-filter: blur(0.5rem);
}
@starting-style {
  dialog[open] {
    translate: 0 -100vh;
    scale: 0.5;
    opacity: 0;
  }
  dialog[open]::backdrop {
    background-color: transparent;
  }
}
dialog:not([open]) {
  translate: 0 -100vh;
  scale: 0.5;
  opacity: 0;
}
dialog:not([open])::backdrop {
  background-color: transparent;
}
dialog::backdrop {
  background-color: transparent;
  backdrop-filter: blur(0.5rem);
  transition: background-color 1s ease, overlay 0.5s allow-discrete, display 0.5s allow-discrete;
}
dialog.external-link-alert .external-alert-title {
  margin-block-start: 0;
  color: #9C3F97;
}
dialog.external-link-alert .external-alert-title {
  font-size: clamp(2.03rem, 1.26vw + 1.57rem, 3.04rem);
}
dialog .button-dialog-close {
  position: absolute;
  inset-block-start: 1.2rem;
  inset-inline-end: 1.2rem;
  background-color: transparent;
  padding: 0.5em 0.75em;
  color: rgba(41, 41, 41, 0.5);
  border: none;
}
dialog .button-dialog-close:hover, dialog .button-dialog-close:focus-visible {
  color: rgba(41, 41, 41, 0.8);
}

[class*=doc-]::after {
  position: relative;
  top: 0.15em;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-inline-start: 0.25em;
}

.doc-pdf::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d30003' viewBox='0 0 16 16'%3E%3Cpath d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z'/%3E%3Cpath d='M4.603 14.087a.81.81 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.68 7.68 0 0 1 1.482-.645 19.697 19.697 0 0 0 1.062-2.227 7.269 7.269 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.188-.012.396-.047.614-.084.51-.27 1.134-.52 1.794a10.954 10.954 0 0 0 .98 1.686 5.753 5.753 0 0 1 1.334.05c.364.066.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.856.856 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.712 5.712 0 0 1-.911-.95 11.651 11.651 0 0 0-1.997.406 11.307 11.307 0 0 1-1.02 1.51c-.292.35-.609.656-.927.787a.793.793 0 0 1-.58.029zm1.379-1.901c-.166.076-.32.156-.459.238-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361.01.022.02.036.026.044a.266.266 0 0 0 .035-.012c.137-.056.355-.235.635-.572a8.18 8.18 0 0 0 .45-.606zm1.64-1.33a12.71 12.71 0 0 1 1.01-.193 11.744 11.744 0 0 1-.51-.858 20.801 20.801 0 0 1-.5 1.05zm2.446.45c.15.163.296.3.435.41.24.19.407.253.498.256a.107.107 0 0 0 .07-.015.307.307 0 0 0 .094-.125.436.436 0 0 0 .059-.2.095.095 0 0 0-.026-.063c-.052-.062-.2-.152-.518-.209a3.876 3.876 0 0 0-.612-.053zM8.078 7.8a6.7 6.7 0 0 0 .2-.828c.031-.188.043-.343.038-.465a.613.613 0 0 0-.032-.198.517.517 0 0 0-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822.024.111.054.227.09.346z'/%3E%3C/svg%3E");
}

.doc-word::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23001ed1' viewBox='0 0 16 16'%3E%3Cpath d='M5.485 6.879a.5.5 0 1 0-.97.242l1.5 6a.5.5 0 0 0 .967.01L8 9.402l1.018 3.73a.5.5 0 0 0 .967-.01l1.5-6a.5.5 0 0 0-.97-.242l-1.036 4.144-.997-3.655a.5.5 0 0 0-.964 0l-.997 3.655L5.485 6.88z'/%3E%3Cpath d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z'/%3E%3C/svg%3E");
}

.doc-excel::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23006802' viewBox='0 0 16 16'%3E%3Cpath d='M5.884 6.68a.5.5 0 1 0-.768.64L7.349 10l-2.233 2.68a.5.5 0 0 0 .768.64L8 10.781l2.116 2.54a.5.5 0 0 0 .768-.641L8.651 10l2.233-2.68a.5.5 0 0 0-.768-.64L8 9.219l-2.116-2.54z'/%3E%3Cpath d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z'/%3E%3C/svg%3E");
}

.doc-powerpoint::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd5e00' viewBox='0 0 16 16'%3E%3Cpath d='M7 5.5a1 1 0 0 0-1 1V13a.5.5 0 0 0 1 0v-2h1.188a2.75 2.75 0 0 0 0-5.5H7zM8.188 10H7V6.5h1.188a1.75 1.75 0 1 1 0 3.5z'/%3E%3Cpath d='M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z'/%3E%3C/svg%3E");
}

form,
.form-section,
fieldset {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.form-section {
  background-color: color-mix(in srgb, #005361, white 95%);
  border: 1px solid color-mix(in srgb, #005361, white 80%);
  border-radius: 2.4rem;
  padding: 2.4rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.label,
label,
legend {
  color: #005361;
  font-weight: 600;
  display: inline-block;
}
.label:not(:has(input)),
label:not(:has(input)),
legend:not(:has(input)) {
  padding-block-end: 0.25em;
}

label > .small-text {
  font-size: 80%;
  font-weight: 400;
  display: inline-block;
  color: #808080;
}

fieldset {
  border: none;
}
@media screen and (width >= 768px) {
  fieldset .inline {
    flex-flow: row wrap;
  }
}
fieldset > legend:not(:has(+ .custom-rcb)) {
  padding-block-end: 0.5em;
}
fieldset > legend:not(:has(+ .custom-rcb)) {
  font-size: clamp(1.8rem, 0.67vw + 1.56rem, 2.34rem);
}

input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=range],
input[type=tel],
input[type=text],
input[type=url],
input[type=date],
input[type=search],
select,
textarea {
  display: block;
  background-color: #ffffff;
  border: 1px solid color-mix(in srgb, #808080, white 20%);
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.75em;
  box-shadow: none;
  width: 100%;
}
input[type=email].error,
input[type=file].error,
input[type=number].error,
input[type=password].error,
input[type=range].error,
input[type=tel].error,
input[type=text].error,
input[type=url].error,
input[type=date].error,
input[type=search].error,
select.error,
textarea.error {
  border: 1px solid #dc2e36;
}
input[type=email]::placeholder,
input[type=file]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=range]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
input[type=date]::placeholder,
input[type=search]::placeholder,
select::placeholder,
textarea::placeholder {
  color: color-mix(in srgb, #808080, white);
}

input[type=number] {
  width: 8rem;
}

input[type=date] {
  max-width: 16rem;
}

input[type=file] {
  width: 100%;
  border: none;
}

.inline-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25em;
}

.custom-select select {
  appearance: none;
  background-position: calc(100% - 0.25em) center;
  background-repeat: no-repeat;
  outline: none;
}
.custom-select select[multiple] {
  height: auto;
  min-height: 9.6rem;
  overflow: auto;
}
.custom-select select:not([multiple]):not([size]) {
  padding-inline-end: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpolyline points='6 9 12 15 18 9' /%3E%3C/svg%3E");
}

textarea {
  min-height: 8lh;
  line-height: 1.25;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

:disabled,
.disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.custom-rcb {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.custom-rcb.inline-rcb {
  flex-direction: row;
  gap: 2.4rem;
}
.custom-rcb label {
  display: grid;
  grid-template-columns: 1.2em auto;
  gap: 0.5em;
  width: fit-content;
  line-height: 1.25;
  color: #005361;
  font-weight: 400;
}
.custom-rcb label .label-content {
  width: calc(100% - 3rem);
  padding-inline-start: 0.5rem;
}
.custom-rcb.fbform-label label:not(.error) {
  color: #005361;
  font-weight: 600;
}
.custom-rcb input[type=checkbox],
.custom-rcb input[type=radio] {
  position: relative;
  display: grid;
  place-content: center;
  margin: 0;
  background-color: #ffffff;
  appearance: none;
  transform: translateY(0.08em);
  transition: 0.12s background-color ease-in-out;
}
.custom-rcb input[type=radio] {
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, #808080, white 20%);
  width: 1.35em;
  height: 1.35em;
}
.custom-rcb input[type=radio]::before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transition: 0.12s transform ease-in-out;
  box-shadow: inset 1em 1em #23769a;
}
.custom-rcb input[type=radio]:checked {
  border-color: #23769a;
}
.custom-rcb input[type=radio]:checked::before {
  transform: scale(1);
}
.custom-rcb input[type=checkbox] {
  border: 1px solid color-mix(in srgb, #808080, white 20%);
  width: 1.5em;
  height: 1.5em;
}
.custom-rcb input[type=checkbox].error {
  border-color: #dc2e36;
}
.custom-rcb input[type=checkbox]::before {
  content: "";
  width: 0.5em;
  height: 0.9em;
  border: 0 solid #00873c;
  border-width: 0 3px 3px 0;
  transform: translateY(-0.08em) rotate(45deg) scale(0);
  transform-origin: center;
  transition: 0.12s transform ease-in-out;
}
.custom-rcb input[type=checkbox]:checked {
  border-color: #00873c;
}
.custom-rcb input[type=checkbox]:checked::before {
  transform: translateY(-0.08em) rotate(45deg) scale(1);
}

label.error {
  display: inline-flex;
  gap: 0;
  color: #dc2e36;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  padding-top: 0.5rem;
  position: relative;
}
label.error::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z' fill='%23dc2e36'/%3E%3C/svg%3E");
  width: 1.25em;
  height: 1.25em;
  margin-inline-end: 0.4rem;
  transform: translateY(0.1em);
}

/* input[type="range"] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
}

input[type="range"]:focus {
	outline: none;
}

input[type="range"]:-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	box-shadow: 0 0 0 $clr-black;
	background: #2497E3;
	border-radius: 1px;
	border: 0 solid $clr-black;
}

input[type="range"]:-webkit-slider-thumb {
	box-shadow: 0 0 0 $clr-black;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}

input[type="range"]:focus:-webkit-slider-runnable-track {
	background: #2497E3;
}

input[type="range"]:-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	box-shadow: 0 0 0 $clr-black;
	background: #2497e3;
	border-radius: 1px;
	border: 0 solid $clr-black;
}

input[type="range"]:-moz-range-thumb {
	box-shadow: 0 0 0 $clr-black;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}

input[type="range"]:-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type="range"]:-ms-fill-lower {
	background: #2497e3;
	border: 0 solid $clr-black;
	border-radius: 2px;
	box-shadow: 0 0 0 $clr-black;
}

input[type="range"]:-ms-fill-upper {
	background: #2497e3;
	border: 0 solid $clr-black;
	border-radius: 2px;
	box-shadow: 0 0 0 $clr-black;
}

input[type="range"]:-ms-thumb {
	box-shadow: 0 0 0 $clr-black;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}

input[type="range"]:focus:-ms-fill-lower {
	background: #2497e3;
}

input[type="range"]:focus:-ms-fill-upper {
	background: #2497e3;
}

.range-value {
	text-align: center;
}

.range-max,
.range-min {
	color: #888;
	display: inline-block;
}

.range-max {
	float: inline-end;
}

.nav-anchor-text em {
	font-weight: 600;
	font-size: 85%;
} */
.check-list {
  margin: 0;
  padding: 0;
}
.check-list li {
  display: block;
  float: left;
  width: 33.3333%;
  margin: 0;
  padding: 0 0 0.5em;
  background-image: none;
}

.instruction {
  font-size: 1.3846153846rem;
  font-weight: 400;
  color: color-mix(in srgb, #808080, white 30%);
  margin-top: 0.25em;
}

.req {
  color: #dc2e36;
}

#pass-strength {
  display: inline-block;
}

.honeypot {
  display: none;
  visibility: hidden;
}

.g-recaptcha {
  transform: scale(0.9) !important;
  transform-origin: left !important;
}
@media screen and (width >= 576px) {
  .g-recaptcha {
    transform: scale(1) !important;
    transform-origin: center center !important;
  }
}

*:has(> .icon) {
  display: inline-flex;
  align-items: center;
}

.icon {
  display: inline-block;
  block-size: 2em;
  inline-size: 2em;
  aspect-ratio: 1;
}
.icon.icon-left {
  margin-inline-end: 0.25em;
}
.icon.icon-right {
  margin-inline-start: 0.25em;
}
.icon::before {
  display: block;
  block-size: 100%;
  inline-size: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  background-color: currentColor;
}
.icon.icon-member::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5 15C21.5 16.0878 21.1774 17.1512 20.5731 18.0556C19.9687 18.9601 19.1098 19.6651 18.1048 20.0813C17.0998 20.4976 15.9939 20.6065 14.927 20.3943C13.8601 20.1821 12.8801 19.6583 12.1109 18.8891C11.3417 18.1199 10.8179 17.1399 10.6057 16.073C10.3935 15.0061 10.5024 13.9002 10.9187 12.8952C11.335 11.8902 12.0399 11.0313 12.9444 10.4269C13.8488 9.82257 14.9122 9.5 16 9.5C17.4582 9.50165 18.8562 10.0816 19.8873 11.1127C20.9184 12.1438 21.4984 13.5418 21.5 15ZM29 16C29 18.5712 28.2376 21.0846 26.8091 23.2224C25.3807 25.3603 23.3503 27.0265 20.9749 28.0104C18.5995 28.9944 15.9856 29.2518 13.4638 28.7502C10.9421 28.2486 8.6257 27.0105 6.80762 25.1924C4.98953 23.3743 3.75141 21.0579 3.2498 18.5362C2.74819 16.0144 3.00563 13.4006 3.98957 11.0251C4.97351 8.64968 6.63975 6.61935 8.77759 5.1909C10.9154 3.76244 13.4288 3 16 3C19.4467 3.00364 22.7512 4.37445 25.1884 6.81163C27.6256 9.24882 28.9964 12.5533 29 16ZM27 16C26.9984 14.5194 26.6982 13.0544 26.1174 11.6924C25.5366 10.3305 24.6871 9.09974 23.6198 8.07367C22.5524 7.04759 21.289 6.24732 19.9053 5.7207C18.5215 5.19408 17.0457 4.95194 15.5663 5.00875C9.67876 5.23625 4.98376 10.14 5.00001 16.0312C5.00565 18.7132 5.99478 21.2998 7.78001 23.3013C8.50703 22.2468 9.43056 21.3423 10.5 20.6375C10.5912 20.5773 10.6996 20.5486 10.8086 20.5558C10.9177 20.563 11.0213 20.6058 11.1038 20.6775C12.4627 21.8529 14.1995 22.4998 15.9963 22.4998C17.793 22.4998 19.5298 21.8529 20.8888 20.6775C20.9712 20.6058 21.0749 20.563 21.1839 20.5558C21.2929 20.5486 21.4013 20.5773 21.4925 20.6375C22.5633 21.342 23.4881 22.2464 24.2163 23.3013C26.0103 21.2925 27.0013 18.6932 27 16Z'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5 15C21.5 16.0878 21.1774 17.1512 20.5731 18.0556C19.9687 18.9601 19.1098 19.6651 18.1048 20.0813C17.0998 20.4976 15.9939 20.6065 14.927 20.3943C13.8601 20.1821 12.8801 19.6583 12.1109 18.8891C11.3417 18.1199 10.8179 17.1399 10.6057 16.073C10.3935 15.0061 10.5024 13.9002 10.9187 12.8952C11.335 11.8902 12.0399 11.0313 12.9444 10.4269C13.8488 9.82257 14.9122 9.5 16 9.5C17.4582 9.50165 18.8562 10.0816 19.8873 11.1127C20.9184 12.1438 21.4984 13.5418 21.5 15ZM29 16C29 18.5712 28.2376 21.0846 26.8091 23.2224C25.3807 25.3603 23.3503 27.0265 20.9749 28.0104C18.5995 28.9944 15.9856 29.2518 13.4638 28.7502C10.9421 28.2486 8.6257 27.0105 6.80762 25.1924C4.98953 23.3743 3.75141 21.0579 3.2498 18.5362C2.74819 16.0144 3.00563 13.4006 3.98957 11.0251C4.97351 8.64968 6.63975 6.61935 8.77759 5.1909C10.9154 3.76244 13.4288 3 16 3C19.4467 3.00364 22.7512 4.37445 25.1884 6.81163C27.6256 9.24882 28.9964 12.5533 29 16ZM27 16C26.9984 14.5194 26.6982 13.0544 26.1174 11.6924C25.5366 10.3305 24.6871 9.09974 23.6198 8.07367C22.5524 7.04759 21.289 6.24732 19.9053 5.7207C18.5215 5.19408 17.0457 4.95194 15.5663 5.00875C9.67876 5.23625 4.98376 10.14 5.00001 16.0312C5.00565 18.7132 5.99478 21.2998 7.78001 23.3013C8.50703 22.2468 9.43056 21.3423 10.5 20.6375C10.5912 20.5773 10.6996 20.5486 10.8086 20.5558C10.9177 20.563 11.0213 20.6058 11.1038 20.6775C12.4627 21.8529 14.1995 22.4998 15.9963 22.4998C17.793 22.4998 19.5298 21.8529 20.8888 20.6775C20.9712 20.6058 21.0749 20.563 21.1839 20.5558C21.2929 20.5486 21.4013 20.5773 21.4925 20.6375C22.5633 21.342 23.4881 22.2464 24.2163 23.3013C26.0103 21.2925 27.0013 18.6932 27 16Z'/%3E%3C/svg%3E%0A");
}
.icon.icon-laptop::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29 21H28V9C28 8.20435 27.6839 7.44129 27.1213 6.87868C26.5587 6.31607 25.7956 6 25 6H7C6.20435 6 5.44129 6.31607 4.87868 6.87868C4.31607 7.44129 4 8.20435 4 9V21H3C2.73478 21 2.48043 21.1054 2.29289 21.2929C2.10536 21.4804 2 21.7348 2 22V24C2 24.7956 2.31607 25.5587 2.87868 26.1213C3.44129 26.6839 4.20435 27 5 27H27C27.7956 27 28.5587 26.6839 29.1213 26.1213C29.6839 25.5587 30 24.7956 30 24V22C30 21.7348 29.8946 21.4804 29.7071 21.2929C29.5196 21.1054 29.2652 21 29 21ZM6 9C6 8.73478 6.10536 8.48043 6.29289 8.29289C6.48043 8.10536 6.73478 8 7 8H25C25.2652 8 25.5196 8.10536 25.7071 8.29289C25.8946 8.48043 26 8.73478 26 9V21H6V9ZM28 24C28 24.2652 27.8946 24.5196 27.7071 24.7071C27.5196 24.8946 27.2652 25 27 25H5C4.73478 25 4.48043 24.8946 4.29289 24.7071C4.10536 24.5196 4 24.2652 4 24V23H28V24ZM19 11C19 11.2652 18.8946 11.5196 18.7071 11.7071C18.5196 11.8946 18.2652 12 18 12H14C13.7348 12 13.4804 11.8946 13.2929 11.7071C13.1054 11.5196 13 11.2652 13 11C13 10.7348 13.1054 10.4804 13.2929 10.2929C13.4804 10.1054 13.7348 10 14 10H18C18.2652 10 18.5196 10.1054 18.7071 10.2929C18.8946 10.4804 19 10.7348 19 11Z'/%3E%3C/svg%3E ");
          mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29 21H28V9C28 8.20435 27.6839 7.44129 27.1213 6.87868C26.5587 6.31607 25.7956 6 25 6H7C6.20435 6 5.44129 6.31607 4.87868 6.87868C4.31607 7.44129 4 8.20435 4 9V21H3C2.73478 21 2.48043 21.1054 2.29289 21.2929C2.10536 21.4804 2 21.7348 2 22V24C2 24.7956 2.31607 25.5587 2.87868 26.1213C3.44129 26.6839 4.20435 27 5 27H27C27.7956 27 28.5587 26.6839 29.1213 26.1213C29.6839 25.5587 30 24.7956 30 24V22C30 21.7348 29.8946 21.4804 29.7071 21.2929C29.5196 21.1054 29.2652 21 29 21ZM6 9C6 8.73478 6.10536 8.48043 6.29289 8.29289C6.48043 8.10536 6.73478 8 7 8H25C25.2652 8 25.5196 8.10536 25.7071 8.29289C25.8946 8.48043 26 8.73478 26 9V21H6V9ZM28 24C28 24.2652 27.8946 24.5196 27.7071 24.7071C27.5196 24.8946 27.2652 25 27 25H5C4.73478 25 4.48043 24.8946 4.29289 24.7071C4.10536 24.5196 4 24.2652 4 24V23H28V24ZM19 11C19 11.2652 18.8946 11.5196 18.7071 11.7071C18.5196 11.8946 18.2652 12 18 12H14C13.7348 12 13.4804 11.8946 13.2929 11.7071C13.1054 11.5196 13 11.2652 13 11C13 10.7348 13.1054 10.4804 13.2929 10.2929C13.4804 10.1054 13.7348 10 14 10H18C18.2652 10 18.5196 10.1054 18.7071 10.2929C18.8946 10.4804 19 10.7348 19 11Z'/%3E%3C/svg%3E ");
}

.mobile-apps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin-block-end: 2.4rem;
}
@media screen and (width >= 768px) {
  .mobile-apps {
    justify-content: start;
  }
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 83, 97, 0.7);
  backdrop-filter: blur(1rem);
  z-index: 1000;
}
.modal .close {
  position: absolute;
  inset-block-start: 0.5em;
  inset-inline-end: 0.5em;
  padding: 0.25em 0.5em;
  background-color: transparent;
  border: none;
  outline: none;
  color: #ffffff;
}
.modal .close {
  font-size: clamp(2.4rem, 1.48vw + 1.87rem, 3.6rem);
}
.modal .close:focus-visible {
  outline: 2px solid #ffffff;
}

.modal-dialog {
  position: relative;
  flex: 1;
  inline-size: min(100vw - 2.4rem, 42rem);
  max-block-size: 93vh;
  max-block-size: 93dvh;
  margin: clamp(7.2rem, 6vw, 9.6rem) auto 0;
  background-color: #ffffff;
  padding: 2.4rem;
  border-radius: 2.4rem;
  overflow-y: auto;
}
@media screen and (width >= 576px) {
  .modal-dialog {
    height: auto;
  }
}
.modal-dialog .button-group {
  margin-block-end: 0;
}

.please-wait {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem 2.4rem;
  width: calc(100% - 4.8rem);
  max-width: 52rem;
  margin-block-start: max(40svh, 8rem);
  padding: 2.4rem;
}
.please-wait .loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #005361 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #005361);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #005361 0);
  animation: loading 1s infinite linear;
}
@keyframes loading {
  100% {
    transform: rotate(1turn);
  }
}
.please-wait span {
  font-family: "Paytone One", sans-serif;
}
.please-wait span {
  font-size: clamp(1.8rem, 0.67vw + 1.56rem, 2.34rem);
}
.please-wait span {
  line-height: 1.125;
  color: #9C3F97;
  font-weight: 700;
}

.cu-privacy-policy {
  margin-block-start: 2.4rem;
}
.cu-privacy-policy table {
  margin-block-start: 0;
}
.cu-privacy-policy thead th,
.cu-privacy-policy thead td,
.cu-privacy-policy tbody th,
.cu-privacy-policy tbody td {
  border: 1px solid color-mix(in srgb, #005361, white 80%);
}
.cu-privacy-policy thead th.large-text,
.cu-privacy-policy thead td.large-text,
.cu-privacy-policy tbody th.large-text,
.cu-privacy-policy tbody td.large-text {
  display: table-cell;
}
.cu-privacy-policy thead th {
  vertical-align: top;
}
.cu-privacy-policy .header {
  background-color: color-mix(in srgb, #005361, white 60%);
}
.cu-privacy-policy .header-dark {
  background-color: color-mix(in srgb, #005361, white 40%);
}
.cu-privacy-policy th,
.cu-privacy-policy td {
  line-height: 1.25;
}
.cu-privacy-policy ul {
  list-style: disc;
  margin-inline-start: 2.5rem;
}
.cu-privacy-policy ul li {
  background-image: none;
  padding-inline-start: 0;
}
.cu-privacy-policy ul li::marker {
  color: inherit;
}
@media print {
  .cu-privacy-policy thead th,
  .cu-privacy-policy thead td,
  .cu-privacy-policy tbody th,
  .cu-privacy-policy tbody td {
    color: #000 !important;
    border-color: color-mix(in srgb, #808080, white) !important;
  }
  .cu-privacy-policy thead th[scope=col],
  .cu-privacy-policy tbody th[scope=col] {
    background-color: #ccc !important;
  }
  .cu-privacy-policy tbody tr:nth-child(2n+2) {
    background-color: transparent !important;
  }
  .cu-privacy-policy h2 {
    color: #fff !important;
    margin-block-end: 0 !important;
    font-size: 18pt !important;
  }
  .cu-privacy-policy .header {
    color: #000 !important;
    background-color: #ccc !important;
  }
  .cu-privacy-policy .header-dark {
    color: #fff !important;
    background-color: #2c2c2c !important;
  }
}

.search-form-onpage {
  width: 100%;
  max-width: 64rem;
  margin: 0 0 2.4rem;
}
.search-form-onpage .input-group {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #005361;
  border-radius: 2.4rem;
  overflow: hidden;
}
.search-form-onpage .input-group input[type=search] {
  padding: 1.5rem 6rem 1.5rem 1.5rem;
  width: 100%;
  border: none;
}
.search-form-onpage .input-group .button-search {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  width: 3.6rem;
  height: 100%;
  border: none;
  padding: 0.5rem;
  background-color: transparent;
  color: #005361;
}

/* Modal search form */
.search-form-modal {
  inline-size: min(100vw - 2.4rem, 60rem);
  padding: 0;
}
.search-form-modal .input-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #005361;
  border-radius: 2.4rem;
  overflow: hidden;
  padding: 0.25em;
}
.search-form-modal .input-group input[type=search] {
  border: none;
  border-radius: 2.4rem;
}

.button-search {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 0;
  background-color: transparent;
  line-height: 1;
  padding: 0.5em;
  color: #005361;
}
.button-search svg {
  width: 2.4rem;
}

/* Header search toggle */
.search-toggle {
  align-items: center;
  gap: 0.25em;
}
@media screen and (width >= 1200px) {
  .search-toggle .search-toggle-label {
    display: none;
  }
}
.search-toggle svg {
  width: 1.5em;
}

table {
  position: relative;
  width: 100%;
  border: none;
  margin: 2.4rem 0;
}
table caption {
  font-weight: 600;
  color: #9C3F97;
  text-align: left;
  padding-block: 0.5em;
  border-block-end: 2px solid #005361;
  letter-spacing: -0.02em;
}
table caption {
  font-size: clamp(1.8rem, 0.67vw + 1.56rem, 2.34rem);
}
table td,
table th {
  padding: 0.5em;
  vertical-align: top;
  line-height: 1.5;
  border-block-end: 2px solid #005361;
}
table th .small-text {
  font-weight: 400;
}
table thead th,
table thead td {
  vertical-align: bottom;
  background-color: transparent;
  color: #005361;
  font-weight: 600;
}
table tbody th,
table tbody td {
  border-block-end: 1px solid rgb(178.5, 203.4, 207.6);
}
table tbody th[scope=row] {
  background-color: transparent;
  vertical-align: top;
  color: #292929;
  font-weight: 600;
}
table tbody td {
  vertical-align: top;
}
table th .small-text {
  font-weight: 400;
}
table td li,
table td p {
  font-size: inherit;
}
table.striped tbody tr:nth-child(2n+2) {
  background-color: color-mix(in srgb, #005361, white 90%);
}
table.hover-table tbody tr:hover {
  background-color: color-mix(in srgb, #005361, white 80%);
}

/* Table column widths */
table .span1 {
  width: calc(1 / 12 * 100%);
}

table .span2 {
  width: calc(2 / 12 * 100%);
}

table .span3 {
  width: calc(3 / 12 * 100%);
}

table .span4 {
  width: calc(4 / 12 * 100%);
}

table .span5 {
  width: calc(5 / 12 * 100%);
}

table .span6 {
  width: calc(6 / 12 * 100%);
}

table .span7 {
  width: calc(7 / 12 * 100%);
}

table .span8 {
  width: calc(8 / 12 * 100%);
}

table .span9 {
  width: calc(9 / 12 * 100%);
}

table .span10 {
  width: calc(10 / 12 * 100%);
}

table .span11 {
  width: calc(11 / 12 * 100%);
}

table .span12 {
  width: calc(12 / 12 * 100%);
}

/* Responsive table */
.table-container {
  overflow-x: auto;
}
.table-container table {
  margin-block-start: 0.75rem;
}
@media screen and (width >= 576px) {
  .table-container table {
    margin-block-start: 0;
  }
}

.table-scroll {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.3rem;
  margin-block-end: 0.35em;
}
.table-scroll::after {
  display: inline-block;
  margin-left: 0.35em;
  width: 1em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
@media screen and (width >= 576px) {
  .table-scroll {
    display: none;
  }
}

[data-tooltip] {
  position: relative;
}

[data-tooltip]::after,
[data-tooltip]::before,
[data-tooltip][data-placement=top]::after,
[data-tooltip][data-placement=top]::before {
  content: attr(data-tooltip);
  display: block;
  z-index: 99;
  position: absolute;
  inset-block-end: 100%;
  inset-inline-start: 0;
  padding: 0.25em 0.75em;
  overflow: hidden;
  transform: translate(0, -0.5rem);
  border-radius: 2.4rem;
  background: #005361;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  width: max-content;
  max-width: 24rem;
}

[data-tooltip]::after,
[data-tooltip][data-placement=top]::after {
  content: "";
  padding: 0;
  transform: translate(100%, 0);
  border-top: 0.6rem solid;
  border-right: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  border-radius: 0;
  background-color: transparent;
  color: #005361;
}

[data-tooltip][data-placement=bottom]::after,
[data-tooltip][data-placement=bottom]::before {
  top: 100%;
  bottom: auto;
  transform: translate(0, 0.5rem);
}

[data-tooltip][data-placement=bottom]:after {
  transform: translate(100%, -0.7rem);
  border: 0.6rem solid transparent;
  border-bottom: 0.6rem solid;
}

[data-tooltip][data-placement=left]::after,
[data-tooltip][data-placement=left]::before {
  inset: 50% 100% auto auto;
  transform: translate(-0.75rem, -50%);
}

[data-tooltip][data-placement=left]:after {
  transform: translate(0.4rem, -50%);
  border: 0.6rem solid transparent;
  border-left: 0.6rem solid;
}

[data-tooltip][data-placement=right]::after,
[data-tooltip][data-placement=right]::before {
  inset: 50% auto auto 100%;
  transform: translate(0.75rem, -50%);
}

[data-tooltip][data-placement=right]:after {
  transform: translate(-0.4rem, -50%);
  border: 0.6rem solid transparent;
  border-right: 0.6rem solid;
}

[data-tooltip]:focus::after,
[data-tooltip]:focus::before,
[data-tooltip]:hover::after,
[data-tooltip]:hover::before {
  opacity: 1;
}

@media (hover: hover) {
  [data-tooltip]:not(a, button, input, .location-amenity) {
    border-bottom: 1px dotted;
    text-decoration: none;
    cursor: help;
  }
  [data-tooltip]:hover::after,
  [data-tooltip]:hover::before,
  [data-tooltip][data-placement=top]:focus::after,
  [data-tooltip][data-placement=top]:focus::before,
  [data-tooltip][data-placement=top]:hover [data-tooltip]:focus::after,
  [data-tooltip][data-placement=top]:hover [data-tooltip]:focus::before {
    animation-duration: 0.2s;
    animation-name: tooltip-slide-top;
  }
  [data-tooltip]:hover::after,
  [data-tooltip][data-placement=top]:focus::after,
  [data-tooltip][data-placement=top]:hover [data-tooltip]:focus::after {
    animation-name: tooltip-caret-slide-top;
  }
  [data-tooltip][data-placement=bottom]:focus::after,
  [data-tooltip][data-placement=bottom]:focus::before,
  [data-tooltip][data-placement=bottom]:hover::after,
  [data-tooltip][data-placement=bottom]:hover::before {
    animation-duration: 0.2s;
    animation-name: tooltip-slide-bottom;
  }
  [data-tooltip][data-placement=bottom]:focus::after,
  [data-tooltip][data-placement=bottom]:hover::after {
    animation-name: tooltip-caret-slide-bottom;
  }
  [data-tooltip][data-placement=left]:focus::after,
  [data-tooltip][data-placement=left]:focus::before,
  [data-tooltip][data-placement=left]:hover::after,
  [data-tooltip][data-placement=left]:hover::before {
    animation-duration: 0.2s;
    animation-name: tooltip-slide-left;
  }
  [data-tooltip][data-placement=left]:focus::after,
  [data-tooltip][data-placement=left]:hover::after {
    animation-name: tooltip-caret-slide-left;
  }
  [data-tooltip][data-placement=right]:focus::after,
  [data-tooltip][data-placement=right]:focus::before,
  [data-tooltip][data-placement=right]:hover::after,
  [data-tooltip][data-placement=right]:hover::before {
    animation-duration: 0.2s;
    animation-name: tooltip-slide-right;
  }
  [data-tooltip][data-placement=right]:focus::after,
  [data-tooltip][data-placement=right]:hover::after {
    animation-name: tooltip-caret-slide-right;
  }
}
@keyframes tooltip-slide-top {
  from {
    transform: translate(0, 0.75rem);
    opacity: 0;
  }
  to {
    transform: translate(0, -0.5rem);
    opacity: 1;
  }
}
@keyframes tooltip-caret-slide-top {
  from {
    transform: translate(100%, 0.5rem);
    opacity: 0;
  }
  to {
    transform: translate(100%, 0);
    opacity: 1;
  }
}
@keyframes tooltip-slide-bottom {
  from {
    transform: translate(0, -0.1rem);
    opacity: 0;
  }
  to {
    transform: translate(0, 0.5rem);
    opacity: 1;
  }
}
@keyframes tooltip-caret-slide-bottom {
  from {
    transform: translate(100%, -0.7rem);
    opacity: 0;
  }
  to {
    transform: translate(100%, -0.7rem);
    opacity: 1;
  }
}
@keyframes tooltip-slide-left {
  from {
    transform: translate(0.75rem, -50%);
    opacity: 0;
  }
  to {
    transform: translate(-0.25rem, -50%);
    opacity: 1;
  }
}
@keyframes tooltip-caret-slide-left {
  from {
    opacity: 0;
  }
  50% {
    transform: translate(0.05rem, -50%);
    opacity: 0;
  }
  to {
    transform: translate(0.6rem, -50%);
    opacity: 1;
  }
}
@keyframes tooltip-slide-right {
  from {
    transform: translate(-0.75rem, -50%);
    opacity: 0;
  }
  to {
    transform: translate(0.25rem, -50%);
    opacity: 1;
  }
}
@keyframes tooltip-caret-slide-right {
  from {
    opacity: 0;
  }
  50% {
    transform: translate(-0.05rem, -50%);
    opacity: 0;
  }
  to {
    transform: translate(-0.6rem, -50%);
    opacity: 1;
  }
}
.map {
  padding-block-start: 100%;
}
@media screen and (width >= 576px) {
  .map {
    padding-block-start: 56.25%;
  }
  @supports (aspect-ratio: 1/1) {
    .map {
      padding-block-start: 0;
      aspect-ratio: 16/9;
    }
  }
}
@media screen and (width >= 992px) {
  .map {
    padding-block-start: 33.3333333333%;
  }
  @supports (aspect-ratio: 1/1) {
    .map {
      padding-block-start: 0;
      aspect-ratio: 9/3;
    }
  }
}

.map-search {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  background-color: #9C3F97;
  padding: 1.2rem 2.4rem;
}
@media screen and (width >= 768px) {
  .map-search {
    grid-template-columns: 30% auto auto;
  }
}
.map-search input[type=text],
.map-search select {
  border: none;
}
.map-search .map-radius select {
  padding-block: 0.6em 0.55em;
}
.map-search .map-search-btn {
  align-self: self-end;
}
.map-search .map-search-btn button {
  border-color: #ffffff;
  padding: 0.4em 1em 0.3em;
}
.map-search .map-search-btn button.button-reset {
  background-color: #808080;
  border-color: #999999;
  color: #cccccc;
}
.map-search label {
  font-weight: 400;
  color: #ffffff;
}

.gm-style .gm-style-iw {
  font-size: 1.5rem;
  padding: 1.2rem;
}
.gm-style .gm-style-iw .loc-marker-info {
  display: flex;
  gap: 1.2rem;
  padding: 0.75rem;
}
.gm-style .gm-style-iw .loc-marker-info img {
  display: none;
  width: 8rem;
  height: 8rem;
}
@media screen and (width >= 576px) {
  .gm-style .gm-style-iw .loc-marker-info img {
    display: block;
  }
}
.gm-style .gm-style-iw .loc-marker-info strong {
  font-size: 1.6rem;
  color: #9C3F97;
}
.gm-style .gm-style-iw .loc-marker-info a {
  font-weight: 600;
}

.map-error-msg {
  background-color: #005361;
  color: #ffffff;
  font-weight: 600;
  border: none;
  text-align: center;
  padding: 1.2rem;
}

.location-container:not(:first-of-type) {
  margin-block-start: 4.8rem;
  padding-block-start: 4.8rem;
  border-block-start: 1px solid color-mix(in srgb, #005361, white);
}
.location-container:last-of-type {
  margin-block-end: 4.8rem;
  padding-block-end: 4.8rem;
  border-block-end: 1px solid color-mix(in srgb, #005361, white);
}
.location-container .map {
  margin-block-end: 1.5rem;
}
.location-container h2 {
  padding-block-start: 0;
}
.location-container h3 {
  color: #9C3F97;
  margin-top: 0;
  margin-block-end: 0.25em;
}
.location-container h3 .fa {
  color: #9C3F97;
}
.location-container .map {
  padding-block-start: 100%;
}
@media screen and (width >= 576px) {
  .location-container .map {
    padding-block-start: 66.6666666667%;
  }
  @supports (aspect-ratio: 1/1) {
    .location-container .map {
      padding-block-start: 0;
      aspect-ratio: 6/4;
    }
  }
}
.location-container .location-address,
.location-container .location-hours {
  margin-block-end: 1.5rem;
}
.location-container .location-address address {
  font-style: normal;
}
.location-container .location-address p {
  margin-block-end: 0.5em;
}
.location-container ul.location-amenities {
  display: flex;
  gap: 2.4rem;
  margin: 1.2rem 0;
  padding: 0;
  list-style: none;
}
.location-container ul.location-amenities li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  background-image: none;
  color: #005361;
}
.location-container ul.location-amenities li .location-amenity {
  gap: 0.6rem;
}
.location-container ul.location-amenities li .location-amenity .icon {
  width: 2em;
  height: 2em;
}
.location-container ul.location-amenities li .location-amenity .icon svg {
  fill: #005361;
  width: 100%;
  height: auto;
}
.location-container .location-hours ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.location-container .location-hours ul li {
  margin: 0;
  padding: 0 0 0.5em;
  background-image: none;
}
.location-container .hours-day {
  display: block;
  font-weight: 600;
}

.rate-category .effective-date {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgb(153, 186.2, 191.8);
  font-style: italic;
  margin-top: 0.5em;
}

.featured-rates-wrapper .featured-rates-container {
  max-width: calc(100% - 4.8rem);
  margin-inline: auto;
}
.featured-rates-wrapper .featured-rates-container .featured-rates {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-block-end: 2.4rem;
}
@media screen and (width >= 576px) {
  .featured-rates-wrapper .featured-rates-container .featured-rates {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.featured-rates-wrapper .featured-rates-container .featured-rates .featured-rate {
  flex: 1 1 calc(25% - 2.4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.2rem;
  background-color: color-mix(in srgb, #005361, white 95%);
  padding: 2.4rem;
  border: 1px solid color-mix(in srgb, #005361, white 80%);
  border-radius: 2.4rem;
  font-family: "Montserrat", sans-serif;
}
.featured-rates-wrapper .featured-rates-container .featured-rates .featured-rate .rate-category,
.featured-rates-wrapper .featured-rates-container .featured-rates .featured-rate .rate-title {
  color: #005361;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
}
.featured-rates-wrapper .featured-rates-container .featured-rates .featured-rate .rate-title {
  font-weight: 800;
}
.featured-rates-wrapper .featured-rates-container .featured-rates .featured-rate .rate-category {
  color: #292929;
  font-size: 0.9em;
}
.featured-rates-wrapper .featured-rates-container .featured-rates .featured-rate .rate-info {
  line-height: 1.1;
}
.featured-rates-wrapper .featured-rates-container .featured-rates .featured-rate .rate-info .rate-qualifier,
.featured-rates-wrapper .featured-rates-container .featured-rates .featured-rate .rate-info .rate-apr-apy {
  font-family: "Montserrat", sans-serif;
  color: #292929;
  font-size: 0.8em;
}
.featured-rates-wrapper .featured-rates-container .featured-rates .featured-rate .rate-info .rate-pct {
  color: #9C3F97;
  font-family: "Paytone One", sans-serif;
}
.featured-rates-wrapper .featured-rates-container .featured-rates .featured-rate .rate-info .rate-pct {
  font-size: clamp(2.56rem, 3.18vw + 1.42rem, 5.14rem);
}
.featured-rates-wrapper .featured-rates-container .featured-rates .featured-rate .rate-link {
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 600;
}
.featured-rates-wrapper .featured-rates-container .featured-rates-disclaimer {
  font-size: 0.75em;
  text-align: center;
  width: 100%;
  margin-block-start: 2rem;
}

.rate-header {
  display: flex;
  justify-content: space-between;
  margin-block: 2.4rem 1.2rem;
}
.rate-header h2,
.rate-header h3,
.rate-header h4 {
  margin-block-end: 0;
}
.rate-header .print {
  flex: 1 1 40%;
  text-align: right;
}
.rate-header .print .print-rates {
  padding: 0.3em 1em;
}
.rate-header .print .print-rates::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M19 7h-1V2H6v5H5c-1.654 0-3 1.346-3 3v7c0 1.103.897 2 2 2h2v3h12v-3h2c1.103 0 2-.897 2-2v-7c0-1.654-1.346-3-3-3zM8 4h8v3H8V4zm8 16H8v-4h8v4zm4-3h-2v-3H6v3H4v-7c0-.551.449-1 1-1h14552 0 1 .449 1 1v7z'%3E%3C/path%3E%3Cpath d='M14 10h4v2h-4z'%3E%3C/path%3E%3C/svg%3E");
  margin-right: 0.3em;
  width: 1.25em;
}
caption .rate-header, .column + .rate-header {
  margin-block-start: 0;
}

.rate-cat-disclaimer {
  margin-block-end: 1em;
}

.rate-table {
  margin-block-start: 4rem;
}

.rate-header + .table-container > .rate-table {
  margin-block-start: 0;
}

.rate-anchors-container {
  height: calc(100% - 13rem);
}
.rate-anchors-container .rate-anchors {
  position: sticky;
  width: 100%;
  inset-inline-start: 0;
  margin: 4rem 0 0 1.2rem;
  padding: 1.2rem 0 0;
  list-style: none;
  inset-block-start: 16.616rem;
}
@media screen and (width >= 1024px) {
  .rate-anchors-container .rate-anchors {
    inset-block-start: 20.755rem;
  }
}
.rate-anchors-container .rate-anchors li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background-image: none;
}
.rate-anchors-container .rate-anchors li:before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 1px;
  height: 100%;
  background-color: color-mix(in srgb, #808080, white);
}
.rate-anchors-container .rate-anchors li a {
  position: relative;
  display: block;
  padding: 1.2rem 0 1.2rem 2.4rem;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 600;
  color: color-mix(in srgb, #808080, white);
}
.rate-anchors-container .rate-anchors li a:before {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  transform: translateY(-50%);
  inset-inline-start: -1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: color-mix(in srgb, #808080, white);
  border: 1px solid color-mix(in srgb, #808080, white);
  box-shadow: 0 0 0 3px #ffffff inset;
}
.rate-anchors-container .rate-anchors li a:hover, .rate-anchors-container .rate-anchors li a:focus {
  color: #005361;
}
.rate-anchors-container .rate-anchors li a.active {
  color: #9C3F97;
}
.rate-anchors-container .rate-anchors li a.active:before {
  background-color: #9C3F97;
  border-color: #9C3F97;
}
.rate-anchors-container .rate-anchors li:first-child a {
  padding-block-start: 0;
  line-height: 1.75em;
}
.rate-anchors-container .rate-anchors li:first-child a:before {
  top: 0;
  transform: none;
}
.rate-anchors-container .rate-anchors li:last-child a {
  padding-block-end: 0;
  line-height: 1.75em;
}
.rate-anchors-container .rate-anchors li:last-child a:before {
  inset-block: auto 0;
  transform: none;
}

.staff-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr));
  gap: 2.4rem;
}

.staff-member {
  border: 1px solid color-mix(in srgb, #005361, white 80%);
  border-radius: 2.4rem;
  background-color: color-mix(in srgb, #005361, white 95%);
  overflow: hidden;
}
.staff-member .staff-member-thumb {
  aspect-ratio: 1;
}
.staff-member .staff-member-name {
  margin-block-end: 0;
}
.staff-member .staff-member-name {
  font-size: clamp(1.8rem, 0.67vw + 1.56rem, 2.34rem);
}
.staff-member .staff-member-position {
  line-height: 1.2;
}
.staff-member .staff-member-bio {
  margin-block-start: 1rem;
}

:root {
  --swiper-theme-color: #007aff;
  /*
   --swiper-preloader-color: var(--swiper-theme-color);
   --swiper-wrapper-transition-timing-function: initial;
   */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  -webkit-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}
.swiper-slide picture {
  width: 100%;
  height: 100%;
}
.swiper-slide picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
section.banners {
  inline-size: 100vw;
  margin: 0 auto;
  padding-block: 0;
}
section.banners:has(.banner-pagination) {
  padding-block-end: 4.8rem;
}
section.banners .swiper-slide {
  position: relative;
  background-color: #9C3F97;
  overflow: hidden;
  block-size: max(70svh, 64rem);
}
@media screen and (width >= 992px) {
  section.banners .swiper-slide {
    flex-direction: row;
  }
}
section.banners .swiper-slide .banner-container-outer {
  position: absolute;
  inset: 0;
  display: flex;
  padding: 2.4rem 0;
  z-index: 1;
  block-size: 100%;
  inline-size: 100%;
  max-inline-size: min(1170px, 100vw - 4.8rem);
  margin-inline: auto;
}
@media screen and (width >= 992px) {
  section.banners .swiper-slide .banner-container-outer {
    padding: 4.8rem 0;
  }
}
section.banners .swiper-slide .banner-container-outer .banner-content-container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  text-align: center;
  inline-size: 100%;
  background-color: rgba(156, 63, 151, 0.75);
  padding: 2.4rem;
  border-radius: 2.4rem;
  backdrop-filter: blur(5px);
}
section.banners .swiper-slide .banner-container-outer .banner-content-container .banner-title,
section.banners .swiper-slide .banner-container-outer .banner-content-container .banner-content > p,
section.banners .swiper-slide .banner-container-outer .banner-content-container .banner-content > li {
  color: #ffffff;
}
section.banners .swiper-slide .banner-container-outer .banner-content-container .banner-title {
  font-weight: 600;
  margin-block-end: 0;
}
section.banners .swiper-slide .banner-container-outer .banner-content-container .banner-title {
  font-size: clamp(2.56rem, 3.18vw + 1.42rem, 5.14rem);
}
section.banners .swiper-slide .banner-container-outer .banner-content-container .light .banner-title {
  color: #292929;
}
section.banners .swiper-slide .banner-container-outer .banner-content-container .banner-content {
  font-size: clamp(1.6rem, 0.91vw + 1.27rem, 2.34rem);
}
section.banners .swiper-slide .banner-container-outer .banner-content-container .banner-content {
  color: #ffffff;
}
section.banners .swiper-slide .banner-container-outer .banner-content-container .light .banner-content {
  color: #292929;
}
section.banners .swiper-slide .banner-container-outer .banner-content-container .button.button-default {
  inline-size: auto;
  padding: 0.5em 1.5em;
  background-color: #ffffff;
  border-color: #9C3F97;
  border-width: 2px;
  color: #9C3F97;
}
section.banners .swiper-slide .banner-container-outer .banner-content-container .button.button-default {
  font-size: clamp(1.6rem, 0.91vw + 1.27rem, 2.34rem);
}
section.banners .swiper-slide .banner-container-outer .banner-content-container .button.button-default:hover, section.banners .swiper-slide .banner-container-outer .banner-content-container .button.button-default:focus-visible {
  background-color: #9C3F97;
  border-color: #ffffff;
  color: #ffffff;
}
section.banners .swiper-slide.m-top .banner-container-outer {
  justify-content: center;
  align-items: start;
}
section.banners .swiper-slide.m-top .banner-container-outer .button-group {
  justify-content: center;
}
section.banners .swiper-slide.m-middle .banner-container-outer {
  justify-content: center;
  align-items: center;
}
section.banners .swiper-slide.m-middle .banner-container-outer .button-group {
  justify-content: center;
}
section.banners .swiper-slide.m-bottom .banner-container-outer {
  justify-content: center;
  align-items: end;
}
section.banners .swiper-slide.m-bottom .banner-container-outer .button-group {
  justify-content: center;
}
@media screen and (width >= 992px) {
  section.banners .swiper-slide .banner-container-outer {
    block-size: auto;
  }
  section.banners .swiper-slide .banner-container-outer .banner-content-container {
    inline-size: 52%;
    text-align: left;
    background-image: none;
  }
  section.banners .swiper-slide.top .banner-container-outer {
    justify-content: center;
    align-items: flex-start;
  }
  section.banners .swiper-slide.top .banner-container-outer .banner-content-container {
    text-align: center;
  }
  section.banners .swiper-slide.middle .banner-container-outer {
    justify-content: center;
    align-items: center;
  }
  section.banners .swiper-slide.middle .banner-container-outer .banner-content-container {
    text-align: center;
  }
  section.banners .swiper-slide.bottom .banner-container-outer {
    justify-content: center;
    align-items: flex-end;
  }
  section.banners .swiper-slide.bottom .banner-container-outer .banner-content-container {
    text-align: center;
    padding-block: 7.2rem 4.8rem;
  }
  section.banners .swiper-slide.left .banner-container-outer {
    justify-content: start;
    align-items: center;
  }
  section.banners .swiper-slide.right .banner-container-outer {
    justify-content: flex-end;
    align-items: center;
  }
  section.banners .swiper-slide.top-left .banner-container-outer {
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.banners .swiper-slide.top-right .banner-container-outer {
    justify-content: flex-end;
    align-items: flex-start;
  }
  section.banners .swiper-slide.bottom-left .banner-container-outer {
    justify-content: flex-start;
    align-items: flex-end;
  }
  section.banners .swiper-slide.bottom-right .banner-container-outer {
    justify-content: flex-end;
    align-items: flex-end;
  }
  section.banners .swiper-slide[class*=right] .banner-content-container {
    justify-content: end;
  }
  section.banners .swiper-slide[class*=left] .banner-content-container {
    justify-content: start;
  }
  section.banners .swiper-slide[class*=left] .banner-container-outer .button-group, section.banners .swiper-slide[class*=right] .banner-container-outer .button-group {
    justify-content: flex-start;
  }
}

.banner-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem;
  z-index: 10;
}
.banner-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.banner-pagination {
  /* Common Styles */
}
.banner-pagination.swiper-pagination-fraction, .banner-pagination.swiper-pagination-custom, .banner-pagination.swiper-horizontal > .swiper-pagination-bullets, .banner-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  inset: auto 0 0;
  inline-size: 100%;
}
.banner-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.banner-pagination .swiper-pagination-bullet {
  inline-size: 2.4rem;
  block-size: 2.4rem;
  display: inline-block;
  background-color: #9C3F97;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.banner-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover, .banner-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus {
  opacity: 1;
}
.banner-pagination .swiper-pagination-bullet:only-child {
  display: none !important;
}
.banner-pagination button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #005361;
}

.banner-button-prev,
.banner-button-next {
  position: absolute;
  inset-block-start: 0;
  inset-block-end: 4.8rem;
  margin-block: auto;
  inline-size: 4.8rem;
  block-size: 4.8rem;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  opacity: 0.7;
}
.banner-button-prev:hover, .banner-button-prev:focus-visible,
.banner-button-next:hover,
.banner-button-next:focus-visible {
  opacity: 1;
}
.banner-button-prev svg,
.banner-button-next svg {
  block-size: 100%;
}
.banner-button-prev.swiper-button-disabled,
.banner-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.banner-button-prev {
  inset-inline-start: 0;
}

.banner-button-next {
  inset-inline-end: 0;
}

.banner-button-lock {
  display: none;
}

.swiper-slide-active .banner-content-container.animated {
  opacity: 0;
  animation-duration: 1.2s;
  animation-delay: 0.4s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.swiper-slide-active .banner-content-container.animated.random {
  animation-delay: 0s;
}
.swiper-slide-active .banner-content-container.animated.fadeIn {
  animation-name: fadeIn;
}
.swiper-slide-active .banner-content-container.animated.fadeInUp {
  animation-name: fadeInUp;
}
.swiper-slide-active .banner-content-container.animated.fadeInDown {
  animation-name: fadeInDown;
}
.swiper-slide-active .banner-content-container.animated.slideInUp {
  animation-name: slideInUp;
}
.swiper-slide-active .banner-content-container.animated.slideInDown {
  animation-name: slideInDown;
}
.swiper-slide-active .banner-content-container.animated.zoomIn {
  animation-name: zoomIn;
}
.swiper-slide-active .banner-content-container.animated.zoomInUp {
  animation-name: zoomInUp;
}
.swiper-slide-active .banner-content-container.animated.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInDown {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomInUp {
  0% {
    transform: scale(0) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes zoomInDown {
  0% {
    transform: scale(0) translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

@layer utilities {
  .display-none {
    display: none;
  }
  .display-flex {
    display: flex;
  }
  .display-inline-flex {
    display: inline-flex;
  }
  .display-block {
    display: block;
  }
  .display-inline-block {
    display: inline-block;
  }
  @media screen and (width >= 414px) {
    .display-none-xsm {
      display: none;
    }
    .display-flex-xsm {
      display: flex;
    }
    .display-inline-flex-xsm {
      display: inline-flex;
    }
    .display-block-xsm {
      display: block;
    }
    .display-inline-block-xsm {
      display: inline-block;
    }
  }
  @media screen and (width >= 576px) {
    .display-none-sm {
      display: none;
    }
    .display-flex-sm {
      display: flex;
    }
    .display-inline-flex-sm {
      display: inline-flex;
    }
    .display-block-sm {
      display: block;
    }
    .display-inline-block-sm {
      display: inline-block;
    }
  }
  @media screen and (width >= 768px) {
    .display-none-med {
      display: none;
    }
    .display-flex-med {
      display: flex;
    }
    .display-inline-flex-med {
      display: inline-flex;
    }
    .display-block-med {
      display: block;
    }
    .display-inline-block-med {
      display: inline-block;
    }
  }
  @media screen and (width >= 992px) {
    .display-none-lg {
      display: none;
    }
    .display-flex-lg {
      display: flex;
    }
    .display-inline-flex-lg {
      display: inline-flex;
    }
    .display-block-lg {
      display: block;
    }
    .display-inline-block-lg {
      display: inline-block;
    }
  }
  @media screen and (width >= 1024px) {
    .display-none-xlg {
      display: none;
    }
    .display-flex-xlg {
      display: flex;
    }
    .display-inline-flex-xlg {
      display: inline-flex;
    }
    .display-block-xlg {
      display: block;
    }
    .display-inline-block-xlg {
      display: inline-block;
    }
  }
  @media screen and (width >= 1200px) {
    .display-none-xxlg {
      display: none;
    }
    .display-flex-xxlg {
      display: flex;
    }
    .display-inline-flex-xxlg {
      display: inline-flex;
    }
    .display-block-xxlg {
      display: block;
    }
    .display-inline-block-xxlg {
      display: inline-block;
    }
  }
  @media screen and (width >= 1400px) {
    .display-none-xxxlg {
      display: none;
    }
    .display-flex-xxxlg {
      display: flex;
    }
    .display-inline-flex-xxxlg {
      display: inline-flex;
    }
    .display-block-xxxlg {
      display: block;
    }
    .display-inline-block-xxxlg {
      display: inline-block;
    }
  }
  @media screen and (width >= 1600px) {
    .display-none-xxxxlg {
      display: none;
    }
    .display-flex-xxxxlg {
      display: flex;
    }
    .display-inline-flex-xxxxlg {
      display: inline-flex;
    }
    .display-block-xxxxlg {
      display: block;
    }
    .display-inline-block-xxxxlg {
      display: inline-block;
    }
  }
  .hidden {
    display: none;
  }
  .visible {
    visibility: visible !important;
  }
  .invisible {
    visibility: hidden !important;
  }
  .disabled {
    opacity: 0.5;
  }
  .show-for-print {
    display: none;
  }
  @media only print {
    .show-for-print {
      display: block;
    }
  }
  .align-left {
    text-align: left;
  }
  .align-center {
    text-align: center;
  }
  .align-right {
    text-align: right;
  }
  .align-justify {
    text-align: justify;
  }
  @media screen and (width >= 414px) {
    .align-left-xsm {
      text-align: left;
    }
    .align-center-xsm {
      text-align: center;
    }
    .align-right-xsm {
      text-align: right;
    }
    .align-justify-xsm {
      text-align: justify;
    }
  }
  @media screen and (width >= 576px) {
    .align-left-sm {
      text-align: left;
    }
    .align-center-sm {
      text-align: center;
    }
    .align-right-sm {
      text-align: right;
    }
    .align-justify-sm {
      text-align: justify;
    }
  }
  @media screen and (width >= 768px) {
    .align-left-med {
      text-align: left;
    }
    .align-center-med {
      text-align: center;
    }
    .align-right-med {
      text-align: right;
    }
    .align-justify-med {
      text-align: justify;
    }
  }
  @media screen and (width >= 992px) {
    .align-left-lg {
      text-align: left;
    }
    .align-center-lg {
      text-align: center;
    }
    .align-right-lg {
      text-align: right;
    }
    .align-justify-lg {
      text-align: justify;
    }
  }
  @media screen and (width >= 1024px) {
    .align-left-xlg {
      text-align: left;
    }
    .align-center-xlg {
      text-align: center;
    }
    .align-right-xlg {
      text-align: right;
    }
    .align-justify-xlg {
      text-align: justify;
    }
  }
  @media screen and (width >= 1200px) {
    .align-left-xxlg {
      text-align: left;
    }
    .align-center-xxlg {
      text-align: center;
    }
    .align-right-xxlg {
      text-align: right;
    }
    .align-justify-xxlg {
      text-align: justify;
    }
  }
  @media screen and (width >= 1400px) {
    .align-left-xxxlg {
      text-align: left;
    }
    .align-center-xxxlg {
      text-align: center;
    }
    .align-right-xxxlg {
      text-align: right;
    }
    .align-justify-xxxlg {
      text-align: justify;
    }
  }
  @media screen and (width >= 1600px) {
    .align-left-xxxxlg {
      text-align: left;
    }
    .align-center-xxxxlg {
      text-align: center;
    }
    .align-right-xxxxlg {
      text-align: right;
    }
    .align-justify-xxxxlg {
      text-align: justify;
    }
  }
  .fb-center {
    justify-content: center;
    align-items: center;
  }
  .fb-jc-center {
    justify-content: center;
  }
  .fb-jc-space-between {
    justify-content: space-between;
  }
  .fb-jc-flex-start {
    justify-content: flex-start;
  }
  .fb-jc-flex-end {
    justify-content: flex-end;
  }
  .fb-jc-center {
    justify-content: center;
  }
  .fb-ai-center {
    align-items: center;
  }
  .fb-ai-flex-start {
    align-items: flex-start;
  }
  .fb-ai-flex-end {
    align-items: flex-end;
  }
  .fb-ai-stretch {
    align-items: stretch;
  }
  .float-right,
  .float-left {
    margin: 2.4rem auto;
  }
  .float-right img,
  .float-left img {
    margin-inline: auto;
  }
  @media screen and (width >= 768px) {
    .float-right {
      float: right;
      margin-block-start: 0;
      margin-inline: 2.4rem 0;
    }
    .float-right + .float-right {
      clear: right;
      float: right;
    }
    .float-left {
      float: left;
      margin-block-start: 0;
      margin-inline: 0 2.4rem;
    }
    .float-left + .float-left {
      clear: left;
      float: left;
    }
  }
  .float-left::after,
  .float-right::after,
  .clearfix::after,
  .clearfloat {
    clear: both;
    content: "";
    display: table;
  }
  @media screen and (width >= 1200px) {
    :is(.bleed-left-right, .bleed-left, .bleed-right) {
      --bleed-width: 125%;
      --bleed-offset: -20%;
      margin-block-end: 2.4rem;
    }
    :is(.bleed-left-right, .bleed-left, .bleed-right) img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: center;
    }
    .bleed-left-right {
      --bleed-offset: calc(50% - var(--bleed-width) / 2);
      inline-size: var(--bleed-width);
      max-width: none;
      margin-inline-start: var(--bleed-offset);
    }
    .bleed-left {
      margin-inline-start: var(--bleed-offset);
    }
    .bleed-right {
      margin-inline-end: var(--bleed-offset);
    }
  }
  .mrl-auto {
    margin-inline: auto;
  }
  .ml-auto {
    margin-inline-start: auto;
  }
  .mr-auto {
    margin-inline-end: auto;
  }
  @media screen and (width >= 576px) {
    .ml-auto-sm {
      margin-inline-start: auto;
    }
    .mr-auto-sm {
      margin-inline-end: auto;
    }
  }
  @media screen and (width >= 768px) {
    .ml-auto-med {
      margin-inline-start: auto;
    }
    .mr-auto-med {
      margin-inline-end: auto;
    }
  }
  @media screen and (width >= 992px) {
    .ml-auto-lg {
      margin-inline-start: auto;
    }
    .mr-auto-lg {
      margin-inline-end: auto;
    }
  }
  @media screen and (width >= 1024px) {
    .ml-auto-xlg {
      margin-inline-start: auto;
    }
    .mr-auto-xlg {
      margin-inline-end: auto;
    }
  }
  @media screen and (width >= 1200px) {
    .ml-auto-xxlg {
      margin-inline-start: auto;
    }
    .mr-auto-xxlg {
      margin-inline-end: auto;
    }
  }
  .mt-0 {
    margin-top: 0;
  }
  .pt-0 {
    padding-top: 0;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .ml-0 {
    margin-left: 0;
  }
  .pl-0 {
    padding-left: 0;
  }
  .mr-0 {
    margin-right: 0;
  }
  .pr-0 {
    padding-right: 0;
  }
  .m-0 {
    margin: 0;
  }
  .p-0 {
    padding: 0;
  }
  .mrl-0 {
    margin-inline: 0;
  }
  .prl-0 {
    padding-inline: 0;
  }
  .mtb-0 {
    margin-block: 0;
  }
  .ptb-0 {
    padding-block: 0;
  }
  .mt-1 {
    margin-top: 0.8rem;
  }
  .pt-1 {
    padding-top: 0.8rem;
  }
  .mb-1 {
    margin-bottom: 0.8rem;
  }
  .pb-1 {
    padding-bottom: 0.8rem;
  }
  .ml-1 {
    margin-left: 0.8rem;
  }
  .pl-1 {
    padding-left: 0.8rem;
  }
  .mr-1 {
    margin-right: 0.8rem;
  }
  .pr-1 {
    padding-right: 0.8rem;
  }
  .m-1 {
    margin: 0.8rem;
  }
  .p-1 {
    padding: 0.8rem;
  }
  .mrl-1 {
    margin-inline: 0.8rem;
  }
  .prl-1 {
    padding-inline: 0.8rem;
  }
  .mtb-1 {
    margin-block: 0.8rem;
  }
  .ptb-1 {
    padding-block: 0.8rem;
  }
  .mt-2 {
    margin-top: 1.6rem;
  }
  .pt-2 {
    padding-top: 1.6rem;
  }
  .mb-2 {
    margin-bottom: 1.6rem;
  }
  .pb-2 {
    padding-bottom: 1.6rem;
  }
  .ml-2 {
    margin-left: 1.6rem;
  }
  .pl-2 {
    padding-left: 1.6rem;
  }
  .mr-2 {
    margin-right: 1.6rem;
  }
  .pr-2 {
    padding-right: 1.6rem;
  }
  .m-2 {
    margin: 1.6rem;
  }
  .p-2 {
    padding: 1.6rem;
  }
  .mrl-2 {
    margin-inline: 1.6rem;
  }
  .prl-2 {
    padding-inline: 1.6rem;
  }
  .mtb-2 {
    margin-block: 1.6rem;
  }
  .ptb-2 {
    padding-block: 1.6rem;
  }
  .mt-3 {
    margin-top: 2.4rem;
  }
  .pt-3 {
    padding-top: 2.4rem;
  }
  .mb-3 {
    margin-bottom: 2.4rem;
  }
  .pb-3 {
    padding-bottom: 2.4rem;
  }
  .ml-3 {
    margin-left: 2.4rem;
  }
  .pl-3 {
    padding-left: 2.4rem;
  }
  .mr-3 {
    margin-right: 2.4rem;
  }
  .pr-3 {
    padding-right: 2.4rem;
  }
  .m-3 {
    margin: 2.4rem;
  }
  .p-3 {
    padding: 2.4rem;
  }
  .mrl-3 {
    margin-inline: 2.4rem;
  }
  .prl-3 {
    padding-inline: 2.4rem;
  }
  .mtb-3 {
    margin-block: 2.4rem;
  }
  .ptb-3 {
    padding-block: 2.4rem;
  }
  .mt-4 {
    margin-top: 3.2rem;
  }
  .pt-4 {
    padding-top: 3.2rem;
  }
  .mb-4 {
    margin-bottom: 3.2rem;
  }
  .pb-4 {
    padding-bottom: 3.2rem;
  }
  .ml-4 {
    margin-left: 3.2rem;
  }
  .pl-4 {
    padding-left: 3.2rem;
  }
  .mr-4 {
    margin-right: 3.2rem;
  }
  .pr-4 {
    padding-right: 3.2rem;
  }
  .m-4 {
    margin: 3.2rem;
  }
  .p-4 {
    padding: 3.2rem;
  }
  .mrl-4 {
    margin-inline: 3.2rem;
  }
  .prl-4 {
    padding-inline: 3.2rem;
  }
  .mtb-4 {
    margin-block: 3.2rem;
  }
  .ptb-4 {
    padding-block: 3.2rem;
  }
  .mt-5 {
    margin-top: 4rem;
  }
  .pt-5 {
    padding-top: 4rem;
  }
  .mb-5 {
    margin-bottom: 4rem;
  }
  .pb-5 {
    padding-bottom: 4rem;
  }
  .ml-5 {
    margin-left: 4rem;
  }
  .pl-5 {
    padding-left: 4rem;
  }
  .mr-5 {
    margin-right: 4rem;
  }
  .pr-5 {
    padding-right: 4rem;
  }
  .m-5 {
    margin: 4rem;
  }
  .p-5 {
    padding: 4rem;
  }
  .mrl-5 {
    margin-inline: 4rem;
  }
  .prl-5 {
    padding-inline: 4rem;
  }
  .mtb-5 {
    margin-block: 4rem;
  }
  .ptb-5 {
    padding-block: 4rem;
  }
  .mt-6 {
    margin-top: 4.8rem;
  }
  .pt-6 {
    padding-top: 4.8rem;
  }
  .mb-6 {
    margin-bottom: 4.8rem;
  }
  .pb-6 {
    padding-bottom: 4.8rem;
  }
  .ml-6 {
    margin-left: 4.8rem;
  }
  .pl-6 {
    padding-left: 4.8rem;
  }
  .mr-6 {
    margin-right: 4.8rem;
  }
  .pr-6 {
    padding-right: 4.8rem;
  }
  .m-6 {
    margin: 4.8rem;
  }
  .p-6 {
    padding: 4.8rem;
  }
  .mrl-6 {
    margin-inline: 4.8rem;
  }
  .prl-6 {
    padding-inline: 4.8rem;
  }
  .mtb-6 {
    margin-block: 4.8rem;
  }
  .ptb-6 {
    padding-block: 4.8rem;
  }
  .mt-7 {
    margin-top: 5.6rem;
  }
  .pt-7 {
    padding-top: 5.6rem;
  }
  .mb-7 {
    margin-bottom: 5.6rem;
  }
  .pb-7 {
    padding-bottom: 5.6rem;
  }
  .ml-7 {
    margin-left: 5.6rem;
  }
  .pl-7 {
    padding-left: 5.6rem;
  }
  .mr-7 {
    margin-right: 5.6rem;
  }
  .pr-7 {
    padding-right: 5.6rem;
  }
  .m-7 {
    margin: 5.6rem;
  }
  .p-7 {
    padding: 5.6rem;
  }
  .mrl-7 {
    margin-inline: 5.6rem;
  }
  .prl-7 {
    padding-inline: 5.6rem;
  }
  .mtb-7 {
    margin-block: 5.6rem;
  }
  .ptb-7 {
    padding-block: 5.6rem;
  }
  .mt-8 {
    margin-top: 6.4rem;
  }
  .pt-8 {
    padding-top: 6.4rem;
  }
  .mb-8 {
    margin-bottom: 6.4rem;
  }
  .pb-8 {
    padding-bottom: 6.4rem;
  }
  .ml-8 {
    margin-left: 6.4rem;
  }
  .pl-8 {
    padding-left: 6.4rem;
  }
  .mr-8 {
    margin-right: 6.4rem;
  }
  .pr-8 {
    padding-right: 6.4rem;
  }
  .m-8 {
    margin: 6.4rem;
  }
  .p-8 {
    padding: 6.4rem;
  }
  .mrl-8 {
    margin-inline: 6.4rem;
  }
  .prl-8 {
    padding-inline: 6.4rem;
  }
  .mtb-8 {
    margin-block: 6.4rem;
  }
  .ptb-8 {
    padding-block: 6.4rem;
  }
  .mt-9 {
    margin-top: 7.2rem;
  }
  .pt-9 {
    padding-top: 7.2rem;
  }
  .mb-9 {
    margin-bottom: 7.2rem;
  }
  .pb-9 {
    padding-bottom: 7.2rem;
  }
  .ml-9 {
    margin-left: 7.2rem;
  }
  .pl-9 {
    padding-left: 7.2rem;
  }
  .mr-9 {
    margin-right: 7.2rem;
  }
  .pr-9 {
    padding-right: 7.2rem;
  }
  .m-9 {
    margin: 7.2rem;
  }
  .p-9 {
    padding: 7.2rem;
  }
  .mrl-9 {
    margin-inline: 7.2rem;
  }
  .prl-9 {
    padding-inline: 7.2rem;
  }
  .mtb-9 {
    margin-block: 7.2rem;
  }
  .ptb-9 {
    padding-block: 7.2rem;
  }
  .mt-10 {
    margin-top: 8rem;
  }
  .pt-10 {
    padding-top: 8rem;
  }
  .mb-10 {
    margin-bottom: 8rem;
  }
  .pb-10 {
    padding-bottom: 8rem;
  }
  .ml-10 {
    margin-left: 8rem;
  }
  .pl-10 {
    padding-left: 8rem;
  }
  .mr-10 {
    margin-right: 8rem;
  }
  .pr-10 {
    padding-right: 8rem;
  }
  .m-10 {
    margin: 8rem;
  }
  .p-10 {
    padding: 8rem;
  }
  .mrl-10 {
    margin-inline: 8rem;
  }
  .prl-10 {
    padding-inline: 8rem;
  }
  .mtb-10 {
    margin-block: 8rem;
  }
  .ptb-10 {
    padding-block: 8rem;
  }
  @media screen and (width >= 414px) {
    .mt-0-xsm {
      margin-top: 0;
    }
    .pt-0-xsm {
      padding-top: 0;
    }
    .mb-0-xsm {
      margin-bottom: 0;
    }
    .pb-0-xsm {
      padding-bottom: 0;
    }
    .ml-0-xsm {
      margin-left: 0;
    }
    .pl-0-xsm {
      padding-left: 0;
    }
    .mr-0-xsm {
      margin-right: 0;
    }
    .pr-0-xsm {
      padding-right: 0;
    }
    .m-0-xsm {
      margin: 0;
    }
    .p-0-xsm {
      padding: 0;
    }
    .mrl-0-xsm {
      margin-inline: 0;
    }
    .prl-0-xsm {
      padding-inline: 0;
    }
    .mtb-0-xsm {
      margin-block: 0;
    }
    .ptb-0-xsm {
      padding-block: 0;
    }
    .mt-1-xsm {
      margin-top: 0.8rem;
    }
    .pt-1-xsm {
      padding-top: 0.8rem;
    }
    .mb-1-xsm {
      margin-bottom: 0.8rem;
    }
    .pb-1-xsm {
      padding-bottom: 0.8rem;
    }
    .ml-1-xsm {
      margin-left: 0.8rem;
    }
    .pl-1-xsm {
      padding-left: 0.8rem;
    }
    .mr-1-xsm {
      margin-right: 0.8rem;
    }
    .pr-1-xsm {
      padding-right: 0.8rem;
    }
    .m-1-xsm {
      margin: 0.8rem;
    }
    .p-1-xsm {
      padding: 0.8rem;
    }
    .mrl-1-xsm {
      margin-inline: 0.8rem;
    }
    .prl-1-xsm {
      padding-inline: 0.8rem;
    }
    .mtb-1-xsm {
      margin-block: 0.8rem;
    }
    .ptb-1-xsm {
      padding-block: 0.8rem;
    }
    .mt-2-xsm {
      margin-top: 1.6rem;
    }
    .pt-2-xsm {
      padding-top: 1.6rem;
    }
    .mb-2-xsm {
      margin-bottom: 1.6rem;
    }
    .pb-2-xsm {
      padding-bottom: 1.6rem;
    }
    .ml-2-xsm {
      margin-left: 1.6rem;
    }
    .pl-2-xsm {
      padding-left: 1.6rem;
    }
    .mr-2-xsm {
      margin-right: 1.6rem;
    }
    .pr-2-xsm {
      padding-right: 1.6rem;
    }
    .m-2-xsm {
      margin: 1.6rem;
    }
    .p-2-xsm {
      padding: 1.6rem;
    }
    .mrl-2-xsm {
      margin-inline: 1.6rem;
    }
    .prl-2-xsm {
      padding-inline: 1.6rem;
    }
    .mtb-2-xsm {
      margin-block: 1.6rem;
    }
    .ptb-2-xsm {
      padding-block: 1.6rem;
    }
    .mt-3-xsm {
      margin-top: 2.4rem;
    }
    .pt-3-xsm {
      padding-top: 2.4rem;
    }
    .mb-3-xsm {
      margin-bottom: 2.4rem;
    }
    .pb-3-xsm {
      padding-bottom: 2.4rem;
    }
    .ml-3-xsm {
      margin-left: 2.4rem;
    }
    .pl-3-xsm {
      padding-left: 2.4rem;
    }
    .mr-3-xsm {
      margin-right: 2.4rem;
    }
    .pr-3-xsm {
      padding-right: 2.4rem;
    }
    .m-3-xsm {
      margin: 2.4rem;
    }
    .p-3-xsm {
      padding: 2.4rem;
    }
    .mrl-3-xsm {
      margin-inline: 2.4rem;
    }
    .prl-3-xsm {
      padding-inline: 2.4rem;
    }
    .mtb-3-xsm {
      margin-block: 2.4rem;
    }
    .ptb-3-xsm {
      padding-block: 2.4rem;
    }
    .mt-4-xsm {
      margin-top: 3.2rem;
    }
    .pt-4-xsm {
      padding-top: 3.2rem;
    }
    .mb-4-xsm {
      margin-bottom: 3.2rem;
    }
    .pb-4-xsm {
      padding-bottom: 3.2rem;
    }
    .ml-4-xsm {
      margin-left: 3.2rem;
    }
    .pl-4-xsm {
      padding-left: 3.2rem;
    }
    .mr-4-xsm {
      margin-right: 3.2rem;
    }
    .pr-4-xsm {
      padding-right: 3.2rem;
    }
    .m-4-xsm {
      margin: 3.2rem;
    }
    .p-4-xsm {
      padding: 3.2rem;
    }
    .mrl-4-xsm {
      margin-inline: 3.2rem;
    }
    .prl-4-xsm {
      padding-inline: 3.2rem;
    }
    .mtb-4-xsm {
      margin-block: 3.2rem;
    }
    .ptb-4-xsm {
      padding-block: 3.2rem;
    }
    .mt-5-xsm {
      margin-top: 4rem;
    }
    .pt-5-xsm {
      padding-top: 4rem;
    }
    .mb-5-xsm {
      margin-bottom: 4rem;
    }
    .pb-5-xsm {
      padding-bottom: 4rem;
    }
    .ml-5-xsm {
      margin-left: 4rem;
    }
    .pl-5-xsm {
      padding-left: 4rem;
    }
    .mr-5-xsm {
      margin-right: 4rem;
    }
    .pr-5-xsm {
      padding-right: 4rem;
    }
    .m-5-xsm {
      margin: 4rem;
    }
    .p-5-xsm {
      padding: 4rem;
    }
    .mrl-5-xsm {
      margin-inline: 4rem;
    }
    .prl-5-xsm {
      padding-inline: 4rem;
    }
    .mtb-5-xsm {
      margin-block: 4rem;
    }
    .ptb-5-xsm {
      padding-block: 4rem;
    }
    .mt-6-xsm {
      margin-top: 4.8rem;
    }
    .pt-6-xsm {
      padding-top: 4.8rem;
    }
    .mb-6-xsm {
      margin-bottom: 4.8rem;
    }
    .pb-6-xsm {
      padding-bottom: 4.8rem;
    }
    .ml-6-xsm {
      margin-left: 4.8rem;
    }
    .pl-6-xsm {
      padding-left: 4.8rem;
    }
    .mr-6-xsm {
      margin-right: 4.8rem;
    }
    .pr-6-xsm {
      padding-right: 4.8rem;
    }
    .m-6-xsm {
      margin: 4.8rem;
    }
    .p-6-xsm {
      padding: 4.8rem;
    }
    .mrl-6-xsm {
      margin-inline: 4.8rem;
    }
    .prl-6-xsm {
      padding-inline: 4.8rem;
    }
    .mtb-6-xsm {
      margin-block: 4.8rem;
    }
    .ptb-6-xsm {
      padding-block: 4.8rem;
    }
    .mt-7-xsm {
      margin-top: 5.6rem;
    }
    .pt-7-xsm {
      padding-top: 5.6rem;
    }
    .mb-7-xsm {
      margin-bottom: 5.6rem;
    }
    .pb-7-xsm {
      padding-bottom: 5.6rem;
    }
    .ml-7-xsm {
      margin-left: 5.6rem;
    }
    .pl-7-xsm {
      padding-left: 5.6rem;
    }
    .mr-7-xsm {
      margin-right: 5.6rem;
    }
    .pr-7-xsm {
      padding-right: 5.6rem;
    }
    .m-7-xsm {
      margin: 5.6rem;
    }
    .p-7-xsm {
      padding: 5.6rem;
    }
    .mrl-7-xsm {
      margin-inline: 5.6rem;
    }
    .prl-7-xsm {
      padding-inline: 5.6rem;
    }
    .mtb-7-xsm {
      margin-block: 5.6rem;
    }
    .ptb-7-xsm {
      padding-block: 5.6rem;
    }
    .mt-8-xsm {
      margin-top: 6.4rem;
    }
    .pt-8-xsm {
      padding-top: 6.4rem;
    }
    .mb-8-xsm {
      margin-bottom: 6.4rem;
    }
    .pb-8-xsm {
      padding-bottom: 6.4rem;
    }
    .ml-8-xsm {
      margin-left: 6.4rem;
    }
    .pl-8-xsm {
      padding-left: 6.4rem;
    }
    .mr-8-xsm {
      margin-right: 6.4rem;
    }
    .pr-8-xsm {
      padding-right: 6.4rem;
    }
    .m-8-xsm {
      margin: 6.4rem;
    }
    .p-8-xsm {
      padding: 6.4rem;
    }
    .mrl-8-xsm {
      margin-inline: 6.4rem;
    }
    .prl-8-xsm {
      padding-inline: 6.4rem;
    }
    .mtb-8-xsm {
      margin-block: 6.4rem;
    }
    .ptb-8-xsm {
      padding-block: 6.4rem;
    }
    .mt-9-xsm {
      margin-top: 7.2rem;
    }
    .pt-9-xsm {
      padding-top: 7.2rem;
    }
    .mb-9-xsm {
      margin-bottom: 7.2rem;
    }
    .pb-9-xsm {
      padding-bottom: 7.2rem;
    }
    .ml-9-xsm {
      margin-left: 7.2rem;
    }
    .pl-9-xsm {
      padding-left: 7.2rem;
    }
    .mr-9-xsm {
      margin-right: 7.2rem;
    }
    .pr-9-xsm {
      padding-right: 7.2rem;
    }
    .m-9-xsm {
      margin: 7.2rem;
    }
    .p-9-xsm {
      padding: 7.2rem;
    }
    .mrl-9-xsm {
      margin-inline: 7.2rem;
    }
    .prl-9-xsm {
      padding-inline: 7.2rem;
    }
    .mtb-9-xsm {
      margin-block: 7.2rem;
    }
    .ptb-9-xsm {
      padding-block: 7.2rem;
    }
    .mt-10-xsm {
      margin-top: 8rem;
    }
    .pt-10-xsm {
      padding-top: 8rem;
    }
    .mb-10-xsm {
      margin-bottom: 8rem;
    }
    .pb-10-xsm {
      padding-bottom: 8rem;
    }
    .ml-10-xsm {
      margin-left: 8rem;
    }
    .pl-10-xsm {
      padding-left: 8rem;
    }
    .mr-10-xsm {
      margin-right: 8rem;
    }
    .pr-10-xsm {
      padding-right: 8rem;
    }
    .m-10-xsm {
      margin: 8rem;
    }
    .p-10-xsm {
      padding: 8rem;
    }
    .mrl-10-xsm {
      margin-inline: 8rem;
    }
    .prl-10-xsm {
      padding-inline: 8rem;
    }
    .mtb-10-xsm {
      margin-block: 8rem;
    }
    .ptb-10-xsm {
      padding-block: 8rem;
    }
  }
  @media screen and (width >= 576px) {
    .mt-0-sm {
      margin-top: 0;
    }
    .pt-0-sm {
      padding-top: 0;
    }
    .mb-0-sm {
      margin-bottom: 0;
    }
    .pb-0-sm {
      padding-bottom: 0;
    }
    .ml-0-sm {
      margin-left: 0;
    }
    .pl-0-sm {
      padding-left: 0;
    }
    .mr-0-sm {
      margin-right: 0;
    }
    .pr-0-sm {
      padding-right: 0;
    }
    .m-0-sm {
      margin: 0;
    }
    .p-0-sm {
      padding: 0;
    }
    .mrl-0-sm {
      margin-inline: 0;
    }
    .prl-0-sm {
      padding-inline: 0;
    }
    .mtb-0-sm {
      margin-block: 0;
    }
    .ptb-0-sm {
      padding-block: 0;
    }
    .mt-1-sm {
      margin-top: 0.8rem;
    }
    .pt-1-sm {
      padding-top: 0.8rem;
    }
    .mb-1-sm {
      margin-bottom: 0.8rem;
    }
    .pb-1-sm {
      padding-bottom: 0.8rem;
    }
    .ml-1-sm {
      margin-left: 0.8rem;
    }
    .pl-1-sm {
      padding-left: 0.8rem;
    }
    .mr-1-sm {
      margin-right: 0.8rem;
    }
    .pr-1-sm {
      padding-right: 0.8rem;
    }
    .m-1-sm {
      margin: 0.8rem;
    }
    .p-1-sm {
      padding: 0.8rem;
    }
    .mrl-1-sm {
      margin-inline: 0.8rem;
    }
    .prl-1-sm {
      padding-inline: 0.8rem;
    }
    .mtb-1-sm {
      margin-block: 0.8rem;
    }
    .ptb-1-sm {
      padding-block: 0.8rem;
    }
    .mt-2-sm {
      margin-top: 1.6rem;
    }
    .pt-2-sm {
      padding-top: 1.6rem;
    }
    .mb-2-sm {
      margin-bottom: 1.6rem;
    }
    .pb-2-sm {
      padding-bottom: 1.6rem;
    }
    .ml-2-sm {
      margin-left: 1.6rem;
    }
    .pl-2-sm {
      padding-left: 1.6rem;
    }
    .mr-2-sm {
      margin-right: 1.6rem;
    }
    .pr-2-sm {
      padding-right: 1.6rem;
    }
    .m-2-sm {
      margin: 1.6rem;
    }
    .p-2-sm {
      padding: 1.6rem;
    }
    .mrl-2-sm {
      margin-inline: 1.6rem;
    }
    .prl-2-sm {
      padding-inline: 1.6rem;
    }
    .mtb-2-sm {
      margin-block: 1.6rem;
    }
    .ptb-2-sm {
      padding-block: 1.6rem;
    }
    .mt-3-sm {
      margin-top: 2.4rem;
    }
    .pt-3-sm {
      padding-top: 2.4rem;
    }
    .mb-3-sm {
      margin-bottom: 2.4rem;
    }
    .pb-3-sm {
      padding-bottom: 2.4rem;
    }
    .ml-3-sm {
      margin-left: 2.4rem;
    }
    .pl-3-sm {
      padding-left: 2.4rem;
    }
    .mr-3-sm {
      margin-right: 2.4rem;
    }
    .pr-3-sm {
      padding-right: 2.4rem;
    }
    .m-3-sm {
      margin: 2.4rem;
    }
    .p-3-sm {
      padding: 2.4rem;
    }
    .mrl-3-sm {
      margin-inline: 2.4rem;
    }
    .prl-3-sm {
      padding-inline: 2.4rem;
    }
    .mtb-3-sm {
      margin-block: 2.4rem;
    }
    .ptb-3-sm {
      padding-block: 2.4rem;
    }
    .mt-4-sm {
      margin-top: 3.2rem;
    }
    .pt-4-sm {
      padding-top: 3.2rem;
    }
    .mb-4-sm {
      margin-bottom: 3.2rem;
    }
    .pb-4-sm {
      padding-bottom: 3.2rem;
    }
    .ml-4-sm {
      margin-left: 3.2rem;
    }
    .pl-4-sm {
      padding-left: 3.2rem;
    }
    .mr-4-sm {
      margin-right: 3.2rem;
    }
    .pr-4-sm {
      padding-right: 3.2rem;
    }
    .m-4-sm {
      margin: 3.2rem;
    }
    .p-4-sm {
      padding: 3.2rem;
    }
    .mrl-4-sm {
      margin-inline: 3.2rem;
    }
    .prl-4-sm {
      padding-inline: 3.2rem;
    }
    .mtb-4-sm {
      margin-block: 3.2rem;
    }
    .ptb-4-sm {
      padding-block: 3.2rem;
    }
    .mt-5-sm {
      margin-top: 4rem;
    }
    .pt-5-sm {
      padding-top: 4rem;
    }
    .mb-5-sm {
      margin-bottom: 4rem;
    }
    .pb-5-sm {
      padding-bottom: 4rem;
    }
    .ml-5-sm {
      margin-left: 4rem;
    }
    .pl-5-sm {
      padding-left: 4rem;
    }
    .mr-5-sm {
      margin-right: 4rem;
    }
    .pr-5-sm {
      padding-right: 4rem;
    }
    .m-5-sm {
      margin: 4rem;
    }
    .p-5-sm {
      padding: 4rem;
    }
    .mrl-5-sm {
      margin-inline: 4rem;
    }
    .prl-5-sm {
      padding-inline: 4rem;
    }
    .mtb-5-sm {
      margin-block: 4rem;
    }
    .ptb-5-sm {
      padding-block: 4rem;
    }
    .mt-6-sm {
      margin-top: 4.8rem;
    }
    .pt-6-sm {
      padding-top: 4.8rem;
    }
    .mb-6-sm {
      margin-bottom: 4.8rem;
    }
    .pb-6-sm {
      padding-bottom: 4.8rem;
    }
    .ml-6-sm {
      margin-left: 4.8rem;
    }
    .pl-6-sm {
      padding-left: 4.8rem;
    }
    .mr-6-sm {
      margin-right: 4.8rem;
    }
    .pr-6-sm {
      padding-right: 4.8rem;
    }
    .m-6-sm {
      margin: 4.8rem;
    }
    .p-6-sm {
      padding: 4.8rem;
    }
    .mrl-6-sm {
      margin-inline: 4.8rem;
    }
    .prl-6-sm {
      padding-inline: 4.8rem;
    }
    .mtb-6-sm {
      margin-block: 4.8rem;
    }
    .ptb-6-sm {
      padding-block: 4.8rem;
    }
    .mt-7-sm {
      margin-top: 5.6rem;
    }
    .pt-7-sm {
      padding-top: 5.6rem;
    }
    .mb-7-sm {
      margin-bottom: 5.6rem;
    }
    .pb-7-sm {
      padding-bottom: 5.6rem;
    }
    .ml-7-sm {
      margin-left: 5.6rem;
    }
    .pl-7-sm {
      padding-left: 5.6rem;
    }
    .mr-7-sm {
      margin-right: 5.6rem;
    }
    .pr-7-sm {
      padding-right: 5.6rem;
    }
    .m-7-sm {
      margin: 5.6rem;
    }
    .p-7-sm {
      padding: 5.6rem;
    }
    .mrl-7-sm {
      margin-inline: 5.6rem;
    }
    .prl-7-sm {
      padding-inline: 5.6rem;
    }
    .mtb-7-sm {
      margin-block: 5.6rem;
    }
    .ptb-7-sm {
      padding-block: 5.6rem;
    }
    .mt-8-sm {
      margin-top: 6.4rem;
    }
    .pt-8-sm {
      padding-top: 6.4rem;
    }
    .mb-8-sm {
      margin-bottom: 6.4rem;
    }
    .pb-8-sm {
      padding-bottom: 6.4rem;
    }
    .ml-8-sm {
      margin-left: 6.4rem;
    }
    .pl-8-sm {
      padding-left: 6.4rem;
    }
    .mr-8-sm {
      margin-right: 6.4rem;
    }
    .pr-8-sm {
      padding-right: 6.4rem;
    }
    .m-8-sm {
      margin: 6.4rem;
    }
    .p-8-sm {
      padding: 6.4rem;
    }
    .mrl-8-sm {
      margin-inline: 6.4rem;
    }
    .prl-8-sm {
      padding-inline: 6.4rem;
    }
    .mtb-8-sm {
      margin-block: 6.4rem;
    }
    .ptb-8-sm {
      padding-block: 6.4rem;
    }
    .mt-9-sm {
      margin-top: 7.2rem;
    }
    .pt-9-sm {
      padding-top: 7.2rem;
    }
    .mb-9-sm {
      margin-bottom: 7.2rem;
    }
    .pb-9-sm {
      padding-bottom: 7.2rem;
    }
    .ml-9-sm {
      margin-left: 7.2rem;
    }
    .pl-9-sm {
      padding-left: 7.2rem;
    }
    .mr-9-sm {
      margin-right: 7.2rem;
    }
    .pr-9-sm {
      padding-right: 7.2rem;
    }
    .m-9-sm {
      margin: 7.2rem;
    }
    .p-9-sm {
      padding: 7.2rem;
    }
    .mrl-9-sm {
      margin-inline: 7.2rem;
    }
    .prl-9-sm {
      padding-inline: 7.2rem;
    }
    .mtb-9-sm {
      margin-block: 7.2rem;
    }
    .ptb-9-sm {
      padding-block: 7.2rem;
    }
    .mt-10-sm {
      margin-top: 8rem;
    }
    .pt-10-sm {
      padding-top: 8rem;
    }
    .mb-10-sm {
      margin-bottom: 8rem;
    }
    .pb-10-sm {
      padding-bottom: 8rem;
    }
    .ml-10-sm {
      margin-left: 8rem;
    }
    .pl-10-sm {
      padding-left: 8rem;
    }
    .mr-10-sm {
      margin-right: 8rem;
    }
    .pr-10-sm {
      padding-right: 8rem;
    }
    .m-10-sm {
      margin: 8rem;
    }
    .p-10-sm {
      padding: 8rem;
    }
    .mrl-10-sm {
      margin-inline: 8rem;
    }
    .prl-10-sm {
      padding-inline: 8rem;
    }
    .mtb-10-sm {
      margin-block: 8rem;
    }
    .ptb-10-sm {
      padding-block: 8rem;
    }
  }
  @media screen and (width >= 768px) {
    .mt-0-med {
      margin-top: 0;
    }
    .pt-0-med {
      padding-top: 0;
    }
    .mb-0-med {
      margin-bottom: 0;
    }
    .pb-0-med {
      padding-bottom: 0;
    }
    .ml-0-med {
      margin-left: 0;
    }
    .pl-0-med {
      padding-left: 0;
    }
    .mr-0-med {
      margin-right: 0;
    }
    .pr-0-med {
      padding-right: 0;
    }
    .m-0-med {
      margin: 0;
    }
    .p-0-med {
      padding: 0;
    }
    .mrl-0-med {
      margin-inline: 0;
    }
    .prl-0-med {
      padding-inline: 0;
    }
    .mtb-0-med {
      margin-block: 0;
    }
    .ptb-0-med {
      padding-block: 0;
    }
    .mt-1-med {
      margin-top: 0.8rem;
    }
    .pt-1-med {
      padding-top: 0.8rem;
    }
    .mb-1-med {
      margin-bottom: 0.8rem;
    }
    .pb-1-med {
      padding-bottom: 0.8rem;
    }
    .ml-1-med {
      margin-left: 0.8rem;
    }
    .pl-1-med {
      padding-left: 0.8rem;
    }
    .mr-1-med {
      margin-right: 0.8rem;
    }
    .pr-1-med {
      padding-right: 0.8rem;
    }
    .m-1-med {
      margin: 0.8rem;
    }
    .p-1-med {
      padding: 0.8rem;
    }
    .mrl-1-med {
      margin-inline: 0.8rem;
    }
    .prl-1-med {
      padding-inline: 0.8rem;
    }
    .mtb-1-med {
      margin-block: 0.8rem;
    }
    .ptb-1-med {
      padding-block: 0.8rem;
    }
    .mt-2-med {
      margin-top: 1.6rem;
    }
    .pt-2-med {
      padding-top: 1.6rem;
    }
    .mb-2-med {
      margin-bottom: 1.6rem;
    }
    .pb-2-med {
      padding-bottom: 1.6rem;
    }
    .ml-2-med {
      margin-left: 1.6rem;
    }
    .pl-2-med {
      padding-left: 1.6rem;
    }
    .mr-2-med {
      margin-right: 1.6rem;
    }
    .pr-2-med {
      padding-right: 1.6rem;
    }
    .m-2-med {
      margin: 1.6rem;
    }
    .p-2-med {
      padding: 1.6rem;
    }
    .mrl-2-med {
      margin-inline: 1.6rem;
    }
    .prl-2-med {
      padding-inline: 1.6rem;
    }
    .mtb-2-med {
      margin-block: 1.6rem;
    }
    .ptb-2-med {
      padding-block: 1.6rem;
    }
    .mt-3-med {
      margin-top: 2.4rem;
    }
    .pt-3-med {
      padding-top: 2.4rem;
    }
    .mb-3-med {
      margin-bottom: 2.4rem;
    }
    .pb-3-med {
      padding-bottom: 2.4rem;
    }
    .ml-3-med {
      margin-left: 2.4rem;
    }
    .pl-3-med {
      padding-left: 2.4rem;
    }
    .mr-3-med {
      margin-right: 2.4rem;
    }
    .pr-3-med {
      padding-right: 2.4rem;
    }
    .m-3-med {
      margin: 2.4rem;
    }
    .p-3-med {
      padding: 2.4rem;
    }
    .mrl-3-med {
      margin-inline: 2.4rem;
    }
    .prl-3-med {
      padding-inline: 2.4rem;
    }
    .mtb-3-med {
      margin-block: 2.4rem;
    }
    .ptb-3-med {
      padding-block: 2.4rem;
    }
    .mt-4-med {
      margin-top: 3.2rem;
    }
    .pt-4-med {
      padding-top: 3.2rem;
    }
    .mb-4-med {
      margin-bottom: 3.2rem;
    }
    .pb-4-med {
      padding-bottom: 3.2rem;
    }
    .ml-4-med {
      margin-left: 3.2rem;
    }
    .pl-4-med {
      padding-left: 3.2rem;
    }
    .mr-4-med {
      margin-right: 3.2rem;
    }
    .pr-4-med {
      padding-right: 3.2rem;
    }
    .m-4-med {
      margin: 3.2rem;
    }
    .p-4-med {
      padding: 3.2rem;
    }
    .mrl-4-med {
      margin-inline: 3.2rem;
    }
    .prl-4-med {
      padding-inline: 3.2rem;
    }
    .mtb-4-med {
      margin-block: 3.2rem;
    }
    .ptb-4-med {
      padding-block: 3.2rem;
    }
    .mt-5-med {
      margin-top: 4rem;
    }
    .pt-5-med {
      padding-top: 4rem;
    }
    .mb-5-med {
      margin-bottom: 4rem;
    }
    .pb-5-med {
      padding-bottom: 4rem;
    }
    .ml-5-med {
      margin-left: 4rem;
    }
    .pl-5-med {
      padding-left: 4rem;
    }
    .mr-5-med {
      margin-right: 4rem;
    }
    .pr-5-med {
      padding-right: 4rem;
    }
    .m-5-med {
      margin: 4rem;
    }
    .p-5-med {
      padding: 4rem;
    }
    .mrl-5-med {
      margin-inline: 4rem;
    }
    .prl-5-med {
      padding-inline: 4rem;
    }
    .mtb-5-med {
      margin-block: 4rem;
    }
    .ptb-5-med {
      padding-block: 4rem;
    }
    .mt-6-med {
      margin-top: 4.8rem;
    }
    .pt-6-med {
      padding-top: 4.8rem;
    }
    .mb-6-med {
      margin-bottom: 4.8rem;
    }
    .pb-6-med {
      padding-bottom: 4.8rem;
    }
    .ml-6-med {
      margin-left: 4.8rem;
    }
    .pl-6-med {
      padding-left: 4.8rem;
    }
    .mr-6-med {
      margin-right: 4.8rem;
    }
    .pr-6-med {
      padding-right: 4.8rem;
    }
    .m-6-med {
      margin: 4.8rem;
    }
    .p-6-med {
      padding: 4.8rem;
    }
    .mrl-6-med {
      margin-inline: 4.8rem;
    }
    .prl-6-med {
      padding-inline: 4.8rem;
    }
    .mtb-6-med {
      margin-block: 4.8rem;
    }
    .ptb-6-med {
      padding-block: 4.8rem;
    }
    .mt-7-med {
      margin-top: 5.6rem;
    }
    .pt-7-med {
      padding-top: 5.6rem;
    }
    .mb-7-med {
      margin-bottom: 5.6rem;
    }
    .pb-7-med {
      padding-bottom: 5.6rem;
    }
    .ml-7-med {
      margin-left: 5.6rem;
    }
    .pl-7-med {
      padding-left: 5.6rem;
    }
    .mr-7-med {
      margin-right: 5.6rem;
    }
    .pr-7-med {
      padding-right: 5.6rem;
    }
    .m-7-med {
      margin: 5.6rem;
    }
    .p-7-med {
      padding: 5.6rem;
    }
    .mrl-7-med {
      margin-inline: 5.6rem;
    }
    .prl-7-med {
      padding-inline: 5.6rem;
    }
    .mtb-7-med {
      margin-block: 5.6rem;
    }
    .ptb-7-med {
      padding-block: 5.6rem;
    }
    .mt-8-med {
      margin-top: 6.4rem;
    }
    .pt-8-med {
      padding-top: 6.4rem;
    }
    .mb-8-med {
      margin-bottom: 6.4rem;
    }
    .pb-8-med {
      padding-bottom: 6.4rem;
    }
    .ml-8-med {
      margin-left: 6.4rem;
    }
    .pl-8-med {
      padding-left: 6.4rem;
    }
    .mr-8-med {
      margin-right: 6.4rem;
    }
    .pr-8-med {
      padding-right: 6.4rem;
    }
    .m-8-med {
      margin: 6.4rem;
    }
    .p-8-med {
      padding: 6.4rem;
    }
    .mrl-8-med {
      margin-inline: 6.4rem;
    }
    .prl-8-med {
      padding-inline: 6.4rem;
    }
    .mtb-8-med {
      margin-block: 6.4rem;
    }
    .ptb-8-med {
      padding-block: 6.4rem;
    }
    .mt-9-med {
      margin-top: 7.2rem;
    }
    .pt-9-med {
      padding-top: 7.2rem;
    }
    .mb-9-med {
      margin-bottom: 7.2rem;
    }
    .pb-9-med {
      padding-bottom: 7.2rem;
    }
    .ml-9-med {
      margin-left: 7.2rem;
    }
    .pl-9-med {
      padding-left: 7.2rem;
    }
    .mr-9-med {
      margin-right: 7.2rem;
    }
    .pr-9-med {
      padding-right: 7.2rem;
    }
    .m-9-med {
      margin: 7.2rem;
    }
    .p-9-med {
      padding: 7.2rem;
    }
    .mrl-9-med {
      margin-inline: 7.2rem;
    }
    .prl-9-med {
      padding-inline: 7.2rem;
    }
    .mtb-9-med {
      margin-block: 7.2rem;
    }
    .ptb-9-med {
      padding-block: 7.2rem;
    }
    .mt-10-med {
      margin-top: 8rem;
    }
    .pt-10-med {
      padding-top: 8rem;
    }
    .mb-10-med {
      margin-bottom: 8rem;
    }
    .pb-10-med {
      padding-bottom: 8rem;
    }
    .ml-10-med {
      margin-left: 8rem;
    }
    .pl-10-med {
      padding-left: 8rem;
    }
    .mr-10-med {
      margin-right: 8rem;
    }
    .pr-10-med {
      padding-right: 8rem;
    }
    .m-10-med {
      margin: 8rem;
    }
    .p-10-med {
      padding: 8rem;
    }
    .mrl-10-med {
      margin-inline: 8rem;
    }
    .prl-10-med {
      padding-inline: 8rem;
    }
    .mtb-10-med {
      margin-block: 8rem;
    }
    .ptb-10-med {
      padding-block: 8rem;
    }
  }
  @media screen and (width >= 992px) {
    .mt-0-lg {
      margin-top: 0;
    }
    .pt-0-lg {
      padding-top: 0;
    }
    .mb-0-lg {
      margin-bottom: 0;
    }
    .pb-0-lg {
      padding-bottom: 0;
    }
    .ml-0-lg {
      margin-left: 0;
    }
    .pl-0-lg {
      padding-left: 0;
    }
    .mr-0-lg {
      margin-right: 0;
    }
    .pr-0-lg {
      padding-right: 0;
    }
    .m-0-lg {
      margin: 0;
    }
    .p-0-lg {
      padding: 0;
    }
    .mrl-0-lg {
      margin-inline: 0;
    }
    .prl-0-lg {
      padding-inline: 0;
    }
    .mtb-0-lg {
      margin-block: 0;
    }
    .ptb-0-lg {
      padding-block: 0;
    }
    .mt-1-lg {
      margin-top: 0.8rem;
    }
    .pt-1-lg {
      padding-top: 0.8rem;
    }
    .mb-1-lg {
      margin-bottom: 0.8rem;
    }
    .pb-1-lg {
      padding-bottom: 0.8rem;
    }
    .ml-1-lg {
      margin-left: 0.8rem;
    }
    .pl-1-lg {
      padding-left: 0.8rem;
    }
    .mr-1-lg {
      margin-right: 0.8rem;
    }
    .pr-1-lg {
      padding-right: 0.8rem;
    }
    .m-1-lg {
      margin: 0.8rem;
    }
    .p-1-lg {
      padding: 0.8rem;
    }
    .mrl-1-lg {
      margin-inline: 0.8rem;
    }
    .prl-1-lg {
      padding-inline: 0.8rem;
    }
    .mtb-1-lg {
      margin-block: 0.8rem;
    }
    .ptb-1-lg {
      padding-block: 0.8rem;
    }
    .mt-2-lg {
      margin-top: 1.6rem;
    }
    .pt-2-lg {
      padding-top: 1.6rem;
    }
    .mb-2-lg {
      margin-bottom: 1.6rem;
    }
    .pb-2-lg {
      padding-bottom: 1.6rem;
    }
    .ml-2-lg {
      margin-left: 1.6rem;
    }
    .pl-2-lg {
      padding-left: 1.6rem;
    }
    .mr-2-lg {
      margin-right: 1.6rem;
    }
    .pr-2-lg {
      padding-right: 1.6rem;
    }
    .m-2-lg {
      margin: 1.6rem;
    }
    .p-2-lg {
      padding: 1.6rem;
    }
    .mrl-2-lg {
      margin-inline: 1.6rem;
    }
    .prl-2-lg {
      padding-inline: 1.6rem;
    }
    .mtb-2-lg {
      margin-block: 1.6rem;
    }
    .ptb-2-lg {
      padding-block: 1.6rem;
    }
    .mt-3-lg {
      margin-top: 2.4rem;
    }
    .pt-3-lg {
      padding-top: 2.4rem;
    }
    .mb-3-lg {
      margin-bottom: 2.4rem;
    }
    .pb-3-lg {
      padding-bottom: 2.4rem;
    }
    .ml-3-lg {
      margin-left: 2.4rem;
    }
    .pl-3-lg {
      padding-left: 2.4rem;
    }
    .mr-3-lg {
      margin-right: 2.4rem;
    }
    .pr-3-lg {
      padding-right: 2.4rem;
    }
    .m-3-lg {
      margin: 2.4rem;
    }
    .p-3-lg {
      padding: 2.4rem;
    }
    .mrl-3-lg {
      margin-inline: 2.4rem;
    }
    .prl-3-lg {
      padding-inline: 2.4rem;
    }
    .mtb-3-lg {
      margin-block: 2.4rem;
    }
    .ptb-3-lg {
      padding-block: 2.4rem;
    }
    .mt-4-lg {
      margin-top: 3.2rem;
    }
    .pt-4-lg {
      padding-top: 3.2rem;
    }
    .mb-4-lg {
      margin-bottom: 3.2rem;
    }
    .pb-4-lg {
      padding-bottom: 3.2rem;
    }
    .ml-4-lg {
      margin-left: 3.2rem;
    }
    .pl-4-lg {
      padding-left: 3.2rem;
    }
    .mr-4-lg {
      margin-right: 3.2rem;
    }
    .pr-4-lg {
      padding-right: 3.2rem;
    }
    .m-4-lg {
      margin: 3.2rem;
    }
    .p-4-lg {
      padding: 3.2rem;
    }
    .mrl-4-lg {
      margin-inline: 3.2rem;
    }
    .prl-4-lg {
      padding-inline: 3.2rem;
    }
    .mtb-4-lg {
      margin-block: 3.2rem;
    }
    .ptb-4-lg {
      padding-block: 3.2rem;
    }
    .mt-5-lg {
      margin-top: 4rem;
    }
    .pt-5-lg {
      padding-top: 4rem;
    }
    .mb-5-lg {
      margin-bottom: 4rem;
    }
    .pb-5-lg {
      padding-bottom: 4rem;
    }
    .ml-5-lg {
      margin-left: 4rem;
    }
    .pl-5-lg {
      padding-left: 4rem;
    }
    .mr-5-lg {
      margin-right: 4rem;
    }
    .pr-5-lg {
      padding-right: 4rem;
    }
    .m-5-lg {
      margin: 4rem;
    }
    .p-5-lg {
      padding: 4rem;
    }
    .mrl-5-lg {
      margin-inline: 4rem;
    }
    .prl-5-lg {
      padding-inline: 4rem;
    }
    .mtb-5-lg {
      margin-block: 4rem;
    }
    .ptb-5-lg {
      padding-block: 4rem;
    }
    .mt-6-lg {
      margin-top: 4.8rem;
    }
    .pt-6-lg {
      padding-top: 4.8rem;
    }
    .mb-6-lg {
      margin-bottom: 4.8rem;
    }
    .pb-6-lg {
      padding-bottom: 4.8rem;
    }
    .ml-6-lg {
      margin-left: 4.8rem;
    }
    .pl-6-lg {
      padding-left: 4.8rem;
    }
    .mr-6-lg {
      margin-right: 4.8rem;
    }
    .pr-6-lg {
      padding-right: 4.8rem;
    }
    .m-6-lg {
      margin: 4.8rem;
    }
    .p-6-lg {
      padding: 4.8rem;
    }
    .mrl-6-lg {
      margin-inline: 4.8rem;
    }
    .prl-6-lg {
      padding-inline: 4.8rem;
    }
    .mtb-6-lg {
      margin-block: 4.8rem;
    }
    .ptb-6-lg {
      padding-block: 4.8rem;
    }
    .mt-7-lg {
      margin-top: 5.6rem;
    }
    .pt-7-lg {
      padding-top: 5.6rem;
    }
    .mb-7-lg {
      margin-bottom: 5.6rem;
    }
    .pb-7-lg {
      padding-bottom: 5.6rem;
    }
    .ml-7-lg {
      margin-left: 5.6rem;
    }
    .pl-7-lg {
      padding-left: 5.6rem;
    }
    .mr-7-lg {
      margin-right: 5.6rem;
    }
    .pr-7-lg {
      padding-right: 5.6rem;
    }
    .m-7-lg {
      margin: 5.6rem;
    }
    .p-7-lg {
      padding: 5.6rem;
    }
    .mrl-7-lg {
      margin-inline: 5.6rem;
    }
    .prl-7-lg {
      padding-inline: 5.6rem;
    }
    .mtb-7-lg {
      margin-block: 5.6rem;
    }
    .ptb-7-lg {
      padding-block: 5.6rem;
    }
    .mt-8-lg {
      margin-top: 6.4rem;
    }
    .pt-8-lg {
      padding-top: 6.4rem;
    }
    .mb-8-lg {
      margin-bottom: 6.4rem;
    }
    .pb-8-lg {
      padding-bottom: 6.4rem;
    }
    .ml-8-lg {
      margin-left: 6.4rem;
    }
    .pl-8-lg {
      padding-left: 6.4rem;
    }
    .mr-8-lg {
      margin-right: 6.4rem;
    }
    .pr-8-lg {
      padding-right: 6.4rem;
    }
    .m-8-lg {
      margin: 6.4rem;
    }
    .p-8-lg {
      padding: 6.4rem;
    }
    .mrl-8-lg {
      margin-inline: 6.4rem;
    }
    .prl-8-lg {
      padding-inline: 6.4rem;
    }
    .mtb-8-lg {
      margin-block: 6.4rem;
    }
    .ptb-8-lg {
      padding-block: 6.4rem;
    }
    .mt-9-lg {
      margin-top: 7.2rem;
    }
    .pt-9-lg {
      padding-top: 7.2rem;
    }
    .mb-9-lg {
      margin-bottom: 7.2rem;
    }
    .pb-9-lg {
      padding-bottom: 7.2rem;
    }
    .ml-9-lg {
      margin-left: 7.2rem;
    }
    .pl-9-lg {
      padding-left: 7.2rem;
    }
    .mr-9-lg {
      margin-right: 7.2rem;
    }
    .pr-9-lg {
      padding-right: 7.2rem;
    }
    .m-9-lg {
      margin: 7.2rem;
    }
    .p-9-lg {
      padding: 7.2rem;
    }
    .mrl-9-lg {
      margin-inline: 7.2rem;
    }
    .prl-9-lg {
      padding-inline: 7.2rem;
    }
    .mtb-9-lg {
      margin-block: 7.2rem;
    }
    .ptb-9-lg {
      padding-block: 7.2rem;
    }
    .mt-10-lg {
      margin-top: 8rem;
    }
    .pt-10-lg {
      padding-top: 8rem;
    }
    .mb-10-lg {
      margin-bottom: 8rem;
    }
    .pb-10-lg {
      padding-bottom: 8rem;
    }
    .ml-10-lg {
      margin-left: 8rem;
    }
    .pl-10-lg {
      padding-left: 8rem;
    }
    .mr-10-lg {
      margin-right: 8rem;
    }
    .pr-10-lg {
      padding-right: 8rem;
    }
    .m-10-lg {
      margin: 8rem;
    }
    .p-10-lg {
      padding: 8rem;
    }
    .mrl-10-lg {
      margin-inline: 8rem;
    }
    .prl-10-lg {
      padding-inline: 8rem;
    }
    .mtb-10-lg {
      margin-block: 8rem;
    }
    .ptb-10-lg {
      padding-block: 8rem;
    }
  }
  @media screen and (width >= 1024px) {
    .mt-0-xlg {
      margin-top: 0;
    }
    .pt-0-xlg {
      padding-top: 0;
    }
    .mb-0-xlg {
      margin-bottom: 0;
    }
    .pb-0-xlg {
      padding-bottom: 0;
    }
    .ml-0-xlg {
      margin-left: 0;
    }
    .pl-0-xlg {
      padding-left: 0;
    }
    .mr-0-xlg {
      margin-right: 0;
    }
    .pr-0-xlg {
      padding-right: 0;
    }
    .m-0-xlg {
      margin: 0;
    }
    .p-0-xlg {
      padding: 0;
    }
    .mrl-0-xlg {
      margin-inline: 0;
    }
    .prl-0-xlg {
      padding-inline: 0;
    }
    .mtb-0-xlg {
      margin-block: 0;
    }
    .ptb-0-xlg {
      padding-block: 0;
    }
    .mt-1-xlg {
      margin-top: 0.8rem;
    }
    .pt-1-xlg {
      padding-top: 0.8rem;
    }
    .mb-1-xlg {
      margin-bottom: 0.8rem;
    }
    .pb-1-xlg {
      padding-bottom: 0.8rem;
    }
    .ml-1-xlg {
      margin-left: 0.8rem;
    }
    .pl-1-xlg {
      padding-left: 0.8rem;
    }
    .mr-1-xlg {
      margin-right: 0.8rem;
    }
    .pr-1-xlg {
      padding-right: 0.8rem;
    }
    .m-1-xlg {
      margin: 0.8rem;
    }
    .p-1-xlg {
      padding: 0.8rem;
    }
    .mrl-1-xlg {
      margin-inline: 0.8rem;
    }
    .prl-1-xlg {
      padding-inline: 0.8rem;
    }
    .mtb-1-xlg {
      margin-block: 0.8rem;
    }
    .ptb-1-xlg {
      padding-block: 0.8rem;
    }
    .mt-2-xlg {
      margin-top: 1.6rem;
    }
    .pt-2-xlg {
      padding-top: 1.6rem;
    }
    .mb-2-xlg {
      margin-bottom: 1.6rem;
    }
    .pb-2-xlg {
      padding-bottom: 1.6rem;
    }
    .ml-2-xlg {
      margin-left: 1.6rem;
    }
    .pl-2-xlg {
      padding-left: 1.6rem;
    }
    .mr-2-xlg {
      margin-right: 1.6rem;
    }
    .pr-2-xlg {
      padding-right: 1.6rem;
    }
    .m-2-xlg {
      margin: 1.6rem;
    }
    .p-2-xlg {
      padding: 1.6rem;
    }
    .mrl-2-xlg {
      margin-inline: 1.6rem;
    }
    .prl-2-xlg {
      padding-inline: 1.6rem;
    }
    .mtb-2-xlg {
      margin-block: 1.6rem;
    }
    .ptb-2-xlg {
      padding-block: 1.6rem;
    }
    .mt-3-xlg {
      margin-top: 2.4rem;
    }
    .pt-3-xlg {
      padding-top: 2.4rem;
    }
    .mb-3-xlg {
      margin-bottom: 2.4rem;
    }
    .pb-3-xlg {
      padding-bottom: 2.4rem;
    }
    .ml-3-xlg {
      margin-left: 2.4rem;
    }
    .pl-3-xlg {
      padding-left: 2.4rem;
    }
    .mr-3-xlg {
      margin-right: 2.4rem;
    }
    .pr-3-xlg {
      padding-right: 2.4rem;
    }
    .m-3-xlg {
      margin: 2.4rem;
    }
    .p-3-xlg {
      padding: 2.4rem;
    }
    .mrl-3-xlg {
      margin-inline: 2.4rem;
    }
    .prl-3-xlg {
      padding-inline: 2.4rem;
    }
    .mtb-3-xlg {
      margin-block: 2.4rem;
    }
    .ptb-3-xlg {
      padding-block: 2.4rem;
    }
    .mt-4-xlg {
      margin-top: 3.2rem;
    }
    .pt-4-xlg {
      padding-top: 3.2rem;
    }
    .mb-4-xlg {
      margin-bottom: 3.2rem;
    }
    .pb-4-xlg {
      padding-bottom: 3.2rem;
    }
    .ml-4-xlg {
      margin-left: 3.2rem;
    }
    .pl-4-xlg {
      padding-left: 3.2rem;
    }
    .mr-4-xlg {
      margin-right: 3.2rem;
    }
    .pr-4-xlg {
      padding-right: 3.2rem;
    }
    .m-4-xlg {
      margin: 3.2rem;
    }
    .p-4-xlg {
      padding: 3.2rem;
    }
    .mrl-4-xlg {
      margin-inline: 3.2rem;
    }
    .prl-4-xlg {
      padding-inline: 3.2rem;
    }
    .mtb-4-xlg {
      margin-block: 3.2rem;
    }
    .ptb-4-xlg {
      padding-block: 3.2rem;
    }
    .mt-5-xlg {
      margin-top: 4rem;
    }
    .pt-5-xlg {
      padding-top: 4rem;
    }
    .mb-5-xlg {
      margin-bottom: 4rem;
    }
    .pb-5-xlg {
      padding-bottom: 4rem;
    }
    .ml-5-xlg {
      margin-left: 4rem;
    }
    .pl-5-xlg {
      padding-left: 4rem;
    }
    .mr-5-xlg {
      margin-right: 4rem;
    }
    .pr-5-xlg {
      padding-right: 4rem;
    }
    .m-5-xlg {
      margin: 4rem;
    }
    .p-5-xlg {
      padding: 4rem;
    }
    .mrl-5-xlg {
      margin-inline: 4rem;
    }
    .prl-5-xlg {
      padding-inline: 4rem;
    }
    .mtb-5-xlg {
      margin-block: 4rem;
    }
    .ptb-5-xlg {
      padding-block: 4rem;
    }
    .mt-6-xlg {
      margin-top: 4.8rem;
    }
    .pt-6-xlg {
      padding-top: 4.8rem;
    }
    .mb-6-xlg {
      margin-bottom: 4.8rem;
    }
    .pb-6-xlg {
      padding-bottom: 4.8rem;
    }
    .ml-6-xlg {
      margin-left: 4.8rem;
    }
    .pl-6-xlg {
      padding-left: 4.8rem;
    }
    .mr-6-xlg {
      margin-right: 4.8rem;
    }
    .pr-6-xlg {
      padding-right: 4.8rem;
    }
    .m-6-xlg {
      margin: 4.8rem;
    }
    .p-6-xlg {
      padding: 4.8rem;
    }
    .mrl-6-xlg {
      margin-inline: 4.8rem;
    }
    .prl-6-xlg {
      padding-inline: 4.8rem;
    }
    .mtb-6-xlg {
      margin-block: 4.8rem;
    }
    .ptb-6-xlg {
      padding-block: 4.8rem;
    }
    .mt-7-xlg {
      margin-top: 5.6rem;
    }
    .pt-7-xlg {
      padding-top: 5.6rem;
    }
    .mb-7-xlg {
      margin-bottom: 5.6rem;
    }
    .pb-7-xlg {
      padding-bottom: 5.6rem;
    }
    .ml-7-xlg {
      margin-left: 5.6rem;
    }
    .pl-7-xlg {
      padding-left: 5.6rem;
    }
    .mr-7-xlg {
      margin-right: 5.6rem;
    }
    .pr-7-xlg {
      padding-right: 5.6rem;
    }
    .m-7-xlg {
      margin: 5.6rem;
    }
    .p-7-xlg {
      padding: 5.6rem;
    }
    .mrl-7-xlg {
      margin-inline: 5.6rem;
    }
    .prl-7-xlg {
      padding-inline: 5.6rem;
    }
    .mtb-7-xlg {
      margin-block: 5.6rem;
    }
    .ptb-7-xlg {
      padding-block: 5.6rem;
    }
    .mt-8-xlg {
      margin-top: 6.4rem;
    }
    .pt-8-xlg {
      padding-top: 6.4rem;
    }
    .mb-8-xlg {
      margin-bottom: 6.4rem;
    }
    .pb-8-xlg {
      padding-bottom: 6.4rem;
    }
    .ml-8-xlg {
      margin-left: 6.4rem;
    }
    .pl-8-xlg {
      padding-left: 6.4rem;
    }
    .mr-8-xlg {
      margin-right: 6.4rem;
    }
    .pr-8-xlg {
      padding-right: 6.4rem;
    }
    .m-8-xlg {
      margin: 6.4rem;
    }
    .p-8-xlg {
      padding: 6.4rem;
    }
    .mrl-8-xlg {
      margin-inline: 6.4rem;
    }
    .prl-8-xlg {
      padding-inline: 6.4rem;
    }
    .mtb-8-xlg {
      margin-block: 6.4rem;
    }
    .ptb-8-xlg {
      padding-block: 6.4rem;
    }
    .mt-9-xlg {
      margin-top: 7.2rem;
    }
    .pt-9-xlg {
      padding-top: 7.2rem;
    }
    .mb-9-xlg {
      margin-bottom: 7.2rem;
    }
    .pb-9-xlg {
      padding-bottom: 7.2rem;
    }
    .ml-9-xlg {
      margin-left: 7.2rem;
    }
    .pl-9-xlg {
      padding-left: 7.2rem;
    }
    .mr-9-xlg {
      margin-right: 7.2rem;
    }
    .pr-9-xlg {
      padding-right: 7.2rem;
    }
    .m-9-xlg {
      margin: 7.2rem;
    }
    .p-9-xlg {
      padding: 7.2rem;
    }
    .mrl-9-xlg {
      margin-inline: 7.2rem;
    }
    .prl-9-xlg {
      padding-inline: 7.2rem;
    }
    .mtb-9-xlg {
      margin-block: 7.2rem;
    }
    .ptb-9-xlg {
      padding-block: 7.2rem;
    }
    .mt-10-xlg {
      margin-top: 8rem;
    }
    .pt-10-xlg {
      padding-top: 8rem;
    }
    .mb-10-xlg {
      margin-bottom: 8rem;
    }
    .pb-10-xlg {
      padding-bottom: 8rem;
    }
    .ml-10-xlg {
      margin-left: 8rem;
    }
    .pl-10-xlg {
      padding-left: 8rem;
    }
    .mr-10-xlg {
      margin-right: 8rem;
    }
    .pr-10-xlg {
      padding-right: 8rem;
    }
    .m-10-xlg {
      margin: 8rem;
    }
    .p-10-xlg {
      padding: 8rem;
    }
    .mrl-10-xlg {
      margin-inline: 8rem;
    }
    .prl-10-xlg {
      padding-inline: 8rem;
    }
    .mtb-10-xlg {
      margin-block: 8rem;
    }
    .ptb-10-xlg {
      padding-block: 8rem;
    }
  }
  @media screen and (width >= 1200px) {
    .mt-0-xxlg {
      margin-top: 0;
    }
    .pt-0-xxlg {
      padding-top: 0;
    }
    .mb-0-xxlg {
      margin-bottom: 0;
    }
    .pb-0-xxlg {
      padding-bottom: 0;
    }
    .ml-0-xxlg {
      margin-left: 0;
    }
    .pl-0-xxlg {
      padding-left: 0;
    }
    .mr-0-xxlg {
      margin-right: 0;
    }
    .pr-0-xxlg {
      padding-right: 0;
    }
    .m-0-xxlg {
      margin: 0;
    }
    .p-0-xxlg {
      padding: 0;
    }
    .mrl-0-xxlg {
      margin-inline: 0;
    }
    .prl-0-xxlg {
      padding-inline: 0;
    }
    .mtb-0-xxlg {
      margin-block: 0;
    }
    .ptb-0-xxlg {
      padding-block: 0;
    }
    .mt-1-xxlg {
      margin-top: 0.8rem;
    }
    .pt-1-xxlg {
      padding-top: 0.8rem;
    }
    .mb-1-xxlg {
      margin-bottom: 0.8rem;
    }
    .pb-1-xxlg {
      padding-bottom: 0.8rem;
    }
    .ml-1-xxlg {
      margin-left: 0.8rem;
    }
    .pl-1-xxlg {
      padding-left: 0.8rem;
    }
    .mr-1-xxlg {
      margin-right: 0.8rem;
    }
    .pr-1-xxlg {
      padding-right: 0.8rem;
    }
    .m-1-xxlg {
      margin: 0.8rem;
    }
    .p-1-xxlg {
      padding: 0.8rem;
    }
    .mrl-1-xxlg {
      margin-inline: 0.8rem;
    }
    .prl-1-xxlg {
      padding-inline: 0.8rem;
    }
    .mtb-1-xxlg {
      margin-block: 0.8rem;
    }
    .ptb-1-xxlg {
      padding-block: 0.8rem;
    }
    .mt-2-xxlg {
      margin-top: 1.6rem;
    }
    .pt-2-xxlg {
      padding-top: 1.6rem;
    }
    .mb-2-xxlg {
      margin-bottom: 1.6rem;
    }
    .pb-2-xxlg {
      padding-bottom: 1.6rem;
    }
    .ml-2-xxlg {
      margin-left: 1.6rem;
    }
    .pl-2-xxlg {
      padding-left: 1.6rem;
    }
    .mr-2-xxlg {
      margin-right: 1.6rem;
    }
    .pr-2-xxlg {
      padding-right: 1.6rem;
    }
    .m-2-xxlg {
      margin: 1.6rem;
    }
    .p-2-xxlg {
      padding: 1.6rem;
    }
    .mrl-2-xxlg {
      margin-inline: 1.6rem;
    }
    .prl-2-xxlg {
      padding-inline: 1.6rem;
    }
    .mtb-2-xxlg {
      margin-block: 1.6rem;
    }
    .ptb-2-xxlg {
      padding-block: 1.6rem;
    }
    .mt-3-xxlg {
      margin-top: 2.4rem;
    }
    .pt-3-xxlg {
      padding-top: 2.4rem;
    }
    .mb-3-xxlg {
      margin-bottom: 2.4rem;
    }
    .pb-3-xxlg {
      padding-bottom: 2.4rem;
    }
    .ml-3-xxlg {
      margin-left: 2.4rem;
    }
    .pl-3-xxlg {
      padding-left: 2.4rem;
    }
    .mr-3-xxlg {
      margin-right: 2.4rem;
    }
    .pr-3-xxlg {
      padding-right: 2.4rem;
    }
    .m-3-xxlg {
      margin: 2.4rem;
    }
    .p-3-xxlg {
      padding: 2.4rem;
    }
    .mrl-3-xxlg {
      margin-inline: 2.4rem;
    }
    .prl-3-xxlg {
      padding-inline: 2.4rem;
    }
    .mtb-3-xxlg {
      margin-block: 2.4rem;
    }
    .ptb-3-xxlg {
      padding-block: 2.4rem;
    }
    .mt-4-xxlg {
      margin-top: 3.2rem;
    }
    .pt-4-xxlg {
      padding-top: 3.2rem;
    }
    .mb-4-xxlg {
      margin-bottom: 3.2rem;
    }
    .pb-4-xxlg {
      padding-bottom: 3.2rem;
    }
    .ml-4-xxlg {
      margin-left: 3.2rem;
    }
    .pl-4-xxlg {
      padding-left: 3.2rem;
    }
    .mr-4-xxlg {
      margin-right: 3.2rem;
    }
    .pr-4-xxlg {
      padding-right: 3.2rem;
    }
    .m-4-xxlg {
      margin: 3.2rem;
    }
    .p-4-xxlg {
      padding: 3.2rem;
    }
    .mrl-4-xxlg {
      margin-inline: 3.2rem;
    }
    .prl-4-xxlg {
      padding-inline: 3.2rem;
    }
    .mtb-4-xxlg {
      margin-block: 3.2rem;
    }
    .ptb-4-xxlg {
      padding-block: 3.2rem;
    }
    .mt-5-xxlg {
      margin-top: 4rem;
    }
    .pt-5-xxlg {
      padding-top: 4rem;
    }
    .mb-5-xxlg {
      margin-bottom: 4rem;
    }
    .pb-5-xxlg {
      padding-bottom: 4rem;
    }
    .ml-5-xxlg {
      margin-left: 4rem;
    }
    .pl-5-xxlg {
      padding-left: 4rem;
    }
    .mr-5-xxlg {
      margin-right: 4rem;
    }
    .pr-5-xxlg {
      padding-right: 4rem;
    }
    .m-5-xxlg {
      margin: 4rem;
    }
    .p-5-xxlg {
      padding: 4rem;
    }
    .mrl-5-xxlg {
      margin-inline: 4rem;
    }
    .prl-5-xxlg {
      padding-inline: 4rem;
    }
    .mtb-5-xxlg {
      margin-block: 4rem;
    }
    .ptb-5-xxlg {
      padding-block: 4rem;
    }
    .mt-6-xxlg {
      margin-top: 4.8rem;
    }
    .pt-6-xxlg {
      padding-top: 4.8rem;
    }
    .mb-6-xxlg {
      margin-bottom: 4.8rem;
    }
    .pb-6-xxlg {
      padding-bottom: 4.8rem;
    }
    .ml-6-xxlg {
      margin-left: 4.8rem;
    }
    .pl-6-xxlg {
      padding-left: 4.8rem;
    }
    .mr-6-xxlg {
      margin-right: 4.8rem;
    }
    .pr-6-xxlg {
      padding-right: 4.8rem;
    }
    .m-6-xxlg {
      margin: 4.8rem;
    }
    .p-6-xxlg {
      padding: 4.8rem;
    }
    .mrl-6-xxlg {
      margin-inline: 4.8rem;
    }
    .prl-6-xxlg {
      padding-inline: 4.8rem;
    }
    .mtb-6-xxlg {
      margin-block: 4.8rem;
    }
    .ptb-6-xxlg {
      padding-block: 4.8rem;
    }
    .mt-7-xxlg {
      margin-top: 5.6rem;
    }
    .pt-7-xxlg {
      padding-top: 5.6rem;
    }
    .mb-7-xxlg {
      margin-bottom: 5.6rem;
    }
    .pb-7-xxlg {
      padding-bottom: 5.6rem;
    }
    .ml-7-xxlg {
      margin-left: 5.6rem;
    }
    .pl-7-xxlg {
      padding-left: 5.6rem;
    }
    .mr-7-xxlg {
      margin-right: 5.6rem;
    }
    .pr-7-xxlg {
      padding-right: 5.6rem;
    }
    .m-7-xxlg {
      margin: 5.6rem;
    }
    .p-7-xxlg {
      padding: 5.6rem;
    }
    .mrl-7-xxlg {
      margin-inline: 5.6rem;
    }
    .prl-7-xxlg {
      padding-inline: 5.6rem;
    }
    .mtb-7-xxlg {
      margin-block: 5.6rem;
    }
    .ptb-7-xxlg {
      padding-block: 5.6rem;
    }
    .mt-8-xxlg {
      margin-top: 6.4rem;
    }
    .pt-8-xxlg {
      padding-top: 6.4rem;
    }
    .mb-8-xxlg {
      margin-bottom: 6.4rem;
    }
    .pb-8-xxlg {
      padding-bottom: 6.4rem;
    }
    .ml-8-xxlg {
      margin-left: 6.4rem;
    }
    .pl-8-xxlg {
      padding-left: 6.4rem;
    }
    .mr-8-xxlg {
      margin-right: 6.4rem;
    }
    .pr-8-xxlg {
      padding-right: 6.4rem;
    }
    .m-8-xxlg {
      margin: 6.4rem;
    }
    .p-8-xxlg {
      padding: 6.4rem;
    }
    .mrl-8-xxlg {
      margin-inline: 6.4rem;
    }
    .prl-8-xxlg {
      padding-inline: 6.4rem;
    }
    .mtb-8-xxlg {
      margin-block: 6.4rem;
    }
    .ptb-8-xxlg {
      padding-block: 6.4rem;
    }
    .mt-9-xxlg {
      margin-top: 7.2rem;
    }
    .pt-9-xxlg {
      padding-top: 7.2rem;
    }
    .mb-9-xxlg {
      margin-bottom: 7.2rem;
    }
    .pb-9-xxlg {
      padding-bottom: 7.2rem;
    }
    .ml-9-xxlg {
      margin-left: 7.2rem;
    }
    .pl-9-xxlg {
      padding-left: 7.2rem;
    }
    .mr-9-xxlg {
      margin-right: 7.2rem;
    }
    .pr-9-xxlg {
      padding-right: 7.2rem;
    }
    .m-9-xxlg {
      margin: 7.2rem;
    }
    .p-9-xxlg {
      padding: 7.2rem;
    }
    .mrl-9-xxlg {
      margin-inline: 7.2rem;
    }
    .prl-9-xxlg {
      padding-inline: 7.2rem;
    }
    .mtb-9-xxlg {
      margin-block: 7.2rem;
    }
    .ptb-9-xxlg {
      padding-block: 7.2rem;
    }
    .mt-10-xxlg {
      margin-top: 8rem;
    }
    .pt-10-xxlg {
      padding-top: 8rem;
    }
    .mb-10-xxlg {
      margin-bottom: 8rem;
    }
    .pb-10-xxlg {
      padding-bottom: 8rem;
    }
    .ml-10-xxlg {
      margin-left: 8rem;
    }
    .pl-10-xxlg {
      padding-left: 8rem;
    }
    .mr-10-xxlg {
      margin-right: 8rem;
    }
    .pr-10-xxlg {
      padding-right: 8rem;
    }
    .m-10-xxlg {
      margin: 8rem;
    }
    .p-10-xxlg {
      padding: 8rem;
    }
    .mrl-10-xxlg {
      margin-inline: 8rem;
    }
    .prl-10-xxlg {
      padding-inline: 8rem;
    }
    .mtb-10-xxlg {
      margin-block: 8rem;
    }
    .ptb-10-xxlg {
      padding-block: 8rem;
    }
  }
  @media screen and (width >= 1400px) {
    .mt-0-xxxlg {
      margin-top: 0;
    }
    .pt-0-xxxlg {
      padding-top: 0;
    }
    .mb-0-xxxlg {
      margin-bottom: 0;
    }
    .pb-0-xxxlg {
      padding-bottom: 0;
    }
    .ml-0-xxxlg {
      margin-left: 0;
    }
    .pl-0-xxxlg {
      padding-left: 0;
    }
    .mr-0-xxxlg {
      margin-right: 0;
    }
    .pr-0-xxxlg {
      padding-right: 0;
    }
    .m-0-xxxlg {
      margin: 0;
    }
    .p-0-xxxlg {
      padding: 0;
    }
    .mrl-0-xxxlg {
      margin-inline: 0;
    }
    .prl-0-xxxlg {
      padding-inline: 0;
    }
    .mtb-0-xxxlg {
      margin-block: 0;
    }
    .ptb-0-xxxlg {
      padding-block: 0;
    }
    .mt-1-xxxlg {
      margin-top: 0.8rem;
    }
    .pt-1-xxxlg {
      padding-top: 0.8rem;
    }
    .mb-1-xxxlg {
      margin-bottom: 0.8rem;
    }
    .pb-1-xxxlg {
      padding-bottom: 0.8rem;
    }
    .ml-1-xxxlg {
      margin-left: 0.8rem;
    }
    .pl-1-xxxlg {
      padding-left: 0.8rem;
    }
    .mr-1-xxxlg {
      margin-right: 0.8rem;
    }
    .pr-1-xxxlg {
      padding-right: 0.8rem;
    }
    .m-1-xxxlg {
      margin: 0.8rem;
    }
    .p-1-xxxlg {
      padding: 0.8rem;
    }
    .mrl-1-xxxlg {
      margin-inline: 0.8rem;
    }
    .prl-1-xxxlg {
      padding-inline: 0.8rem;
    }
    .mtb-1-xxxlg {
      margin-block: 0.8rem;
    }
    .ptb-1-xxxlg {
      padding-block: 0.8rem;
    }
    .mt-2-xxxlg {
      margin-top: 1.6rem;
    }
    .pt-2-xxxlg {
      padding-top: 1.6rem;
    }
    .mb-2-xxxlg {
      margin-bottom: 1.6rem;
    }
    .pb-2-xxxlg {
      padding-bottom: 1.6rem;
    }
    .ml-2-xxxlg {
      margin-left: 1.6rem;
    }
    .pl-2-xxxlg {
      padding-left: 1.6rem;
    }
    .mr-2-xxxlg {
      margin-right: 1.6rem;
    }
    .pr-2-xxxlg {
      padding-right: 1.6rem;
    }
    .m-2-xxxlg {
      margin: 1.6rem;
    }
    .p-2-xxxlg {
      padding: 1.6rem;
    }
    .mrl-2-xxxlg {
      margin-inline: 1.6rem;
    }
    .prl-2-xxxlg {
      padding-inline: 1.6rem;
    }
    .mtb-2-xxxlg {
      margin-block: 1.6rem;
    }
    .ptb-2-xxxlg {
      padding-block: 1.6rem;
    }
    .mt-3-xxxlg {
      margin-top: 2.4rem;
    }
    .pt-3-xxxlg {
      padding-top: 2.4rem;
    }
    .mb-3-xxxlg {
      margin-bottom: 2.4rem;
    }
    .pb-3-xxxlg {
      padding-bottom: 2.4rem;
    }
    .ml-3-xxxlg {
      margin-left: 2.4rem;
    }
    .pl-3-xxxlg {
      padding-left: 2.4rem;
    }
    .mr-3-xxxlg {
      margin-right: 2.4rem;
    }
    .pr-3-xxxlg {
      padding-right: 2.4rem;
    }
    .m-3-xxxlg {
      margin: 2.4rem;
    }
    .p-3-xxxlg {
      padding: 2.4rem;
    }
    .mrl-3-xxxlg {
      margin-inline: 2.4rem;
    }
    .prl-3-xxxlg {
      padding-inline: 2.4rem;
    }
    .mtb-3-xxxlg {
      margin-block: 2.4rem;
    }
    .ptb-3-xxxlg {
      padding-block: 2.4rem;
    }
    .mt-4-xxxlg {
      margin-top: 3.2rem;
    }
    .pt-4-xxxlg {
      padding-top: 3.2rem;
    }
    .mb-4-xxxlg {
      margin-bottom: 3.2rem;
    }
    .pb-4-xxxlg {
      padding-bottom: 3.2rem;
    }
    .ml-4-xxxlg {
      margin-left: 3.2rem;
    }
    .pl-4-xxxlg {
      padding-left: 3.2rem;
    }
    .mr-4-xxxlg {
      margin-right: 3.2rem;
    }
    .pr-4-xxxlg {
      padding-right: 3.2rem;
    }
    .m-4-xxxlg {
      margin: 3.2rem;
    }
    .p-4-xxxlg {
      padding: 3.2rem;
    }
    .mrl-4-xxxlg {
      margin-inline: 3.2rem;
    }
    .prl-4-xxxlg {
      padding-inline: 3.2rem;
    }
    .mtb-4-xxxlg {
      margin-block: 3.2rem;
    }
    .ptb-4-xxxlg {
      padding-block: 3.2rem;
    }
    .mt-5-xxxlg {
      margin-top: 4rem;
    }
    .pt-5-xxxlg {
      padding-top: 4rem;
    }
    .mb-5-xxxlg {
      margin-bottom: 4rem;
    }
    .pb-5-xxxlg {
      padding-bottom: 4rem;
    }
    .ml-5-xxxlg {
      margin-left: 4rem;
    }
    .pl-5-xxxlg {
      padding-left: 4rem;
    }
    .mr-5-xxxlg {
      margin-right: 4rem;
    }
    .pr-5-xxxlg {
      padding-right: 4rem;
    }
    .m-5-xxxlg {
      margin: 4rem;
    }
    .p-5-xxxlg {
      padding: 4rem;
    }
    .mrl-5-xxxlg {
      margin-inline: 4rem;
    }
    .prl-5-xxxlg {
      padding-inline: 4rem;
    }
    .mtb-5-xxxlg {
      margin-block: 4rem;
    }
    .ptb-5-xxxlg {
      padding-block: 4rem;
    }
    .mt-6-xxxlg {
      margin-top: 4.8rem;
    }
    .pt-6-xxxlg {
      padding-top: 4.8rem;
    }
    .mb-6-xxxlg {
      margin-bottom: 4.8rem;
    }
    .pb-6-xxxlg {
      padding-bottom: 4.8rem;
    }
    .ml-6-xxxlg {
      margin-left: 4.8rem;
    }
    .pl-6-xxxlg {
      padding-left: 4.8rem;
    }
    .mr-6-xxxlg {
      margin-right: 4.8rem;
    }
    .pr-6-xxxlg {
      padding-right: 4.8rem;
    }
    .m-6-xxxlg {
      margin: 4.8rem;
    }
    .p-6-xxxlg {
      padding: 4.8rem;
    }
    .mrl-6-xxxlg {
      margin-inline: 4.8rem;
    }
    .prl-6-xxxlg {
      padding-inline: 4.8rem;
    }
    .mtb-6-xxxlg {
      margin-block: 4.8rem;
    }
    .ptb-6-xxxlg {
      padding-block: 4.8rem;
    }
    .mt-7-xxxlg {
      margin-top: 5.6rem;
    }
    .pt-7-xxxlg {
      padding-top: 5.6rem;
    }
    .mb-7-xxxlg {
      margin-bottom: 5.6rem;
    }
    .pb-7-xxxlg {
      padding-bottom: 5.6rem;
    }
    .ml-7-xxxlg {
      margin-left: 5.6rem;
    }
    .pl-7-xxxlg {
      padding-left: 5.6rem;
    }
    .mr-7-xxxlg {
      margin-right: 5.6rem;
    }
    .pr-7-xxxlg {
      padding-right: 5.6rem;
    }
    .m-7-xxxlg {
      margin: 5.6rem;
    }
    .p-7-xxxlg {
      padding: 5.6rem;
    }
    .mrl-7-xxxlg {
      margin-inline: 5.6rem;
    }
    .prl-7-xxxlg {
      padding-inline: 5.6rem;
    }
    .mtb-7-xxxlg {
      margin-block: 5.6rem;
    }
    .ptb-7-xxxlg {
      padding-block: 5.6rem;
    }
    .mt-8-xxxlg {
      margin-top: 6.4rem;
    }
    .pt-8-xxxlg {
      padding-top: 6.4rem;
    }
    .mb-8-xxxlg {
      margin-bottom: 6.4rem;
    }
    .pb-8-xxxlg {
      padding-bottom: 6.4rem;
    }
    .ml-8-xxxlg {
      margin-left: 6.4rem;
    }
    .pl-8-xxxlg {
      padding-left: 6.4rem;
    }
    .mr-8-xxxlg {
      margin-right: 6.4rem;
    }
    .pr-8-xxxlg {
      padding-right: 6.4rem;
    }
    .m-8-xxxlg {
      margin: 6.4rem;
    }
    .p-8-xxxlg {
      padding: 6.4rem;
    }
    .mrl-8-xxxlg {
      margin-inline: 6.4rem;
    }
    .prl-8-xxxlg {
      padding-inline: 6.4rem;
    }
    .mtb-8-xxxlg {
      margin-block: 6.4rem;
    }
    .ptb-8-xxxlg {
      padding-block: 6.4rem;
    }
    .mt-9-xxxlg {
      margin-top: 7.2rem;
    }
    .pt-9-xxxlg {
      padding-top: 7.2rem;
    }
    .mb-9-xxxlg {
      margin-bottom: 7.2rem;
    }
    .pb-9-xxxlg {
      padding-bottom: 7.2rem;
    }
    .ml-9-xxxlg {
      margin-left: 7.2rem;
    }
    .pl-9-xxxlg {
      padding-left: 7.2rem;
    }
    .mr-9-xxxlg {
      margin-right: 7.2rem;
    }
    .pr-9-xxxlg {
      padding-right: 7.2rem;
    }
    .m-9-xxxlg {
      margin: 7.2rem;
    }
    .p-9-xxxlg {
      padding: 7.2rem;
    }
    .mrl-9-xxxlg {
      margin-inline: 7.2rem;
    }
    .prl-9-xxxlg {
      padding-inline: 7.2rem;
    }
    .mtb-9-xxxlg {
      margin-block: 7.2rem;
    }
    .ptb-9-xxxlg {
      padding-block: 7.2rem;
    }
    .mt-10-xxxlg {
      margin-top: 8rem;
    }
    .pt-10-xxxlg {
      padding-top: 8rem;
    }
    .mb-10-xxxlg {
      margin-bottom: 8rem;
    }
    .pb-10-xxxlg {
      padding-bottom: 8rem;
    }
    .ml-10-xxxlg {
      margin-left: 8rem;
    }
    .pl-10-xxxlg {
      padding-left: 8rem;
    }
    .mr-10-xxxlg {
      margin-right: 8rem;
    }
    .pr-10-xxxlg {
      padding-right: 8rem;
    }
    .m-10-xxxlg {
      margin: 8rem;
    }
    .p-10-xxxlg {
      padding: 8rem;
    }
    .mrl-10-xxxlg {
      margin-inline: 8rem;
    }
    .prl-10-xxxlg {
      padding-inline: 8rem;
    }
    .mtb-10-xxxlg {
      margin-block: 8rem;
    }
    .ptb-10-xxxlg {
      padding-block: 8rem;
    }
  }
  @media screen and (width >= 1600px) {
    .mt-0-xxxxlg {
      margin-top: 0;
    }
    .pt-0-xxxxlg {
      padding-top: 0;
    }
    .mb-0-xxxxlg {
      margin-bottom: 0;
    }
    .pb-0-xxxxlg {
      padding-bottom: 0;
    }
    .ml-0-xxxxlg {
      margin-left: 0;
    }
    .pl-0-xxxxlg {
      padding-left: 0;
    }
    .mr-0-xxxxlg {
      margin-right: 0;
    }
    .pr-0-xxxxlg {
      padding-right: 0;
    }
    .m-0-xxxxlg {
      margin: 0;
    }
    .p-0-xxxxlg {
      padding: 0;
    }
    .mrl-0-xxxxlg {
      margin-inline: 0;
    }
    .prl-0-xxxxlg {
      padding-inline: 0;
    }
    .mtb-0-xxxxlg {
      margin-block: 0;
    }
    .ptb-0-xxxxlg {
      padding-block: 0;
    }
    .mt-1-xxxxlg {
      margin-top: 0.8rem;
    }
    .pt-1-xxxxlg {
      padding-top: 0.8rem;
    }
    .mb-1-xxxxlg {
      margin-bottom: 0.8rem;
    }
    .pb-1-xxxxlg {
      padding-bottom: 0.8rem;
    }
    .ml-1-xxxxlg {
      margin-left: 0.8rem;
    }
    .pl-1-xxxxlg {
      padding-left: 0.8rem;
    }
    .mr-1-xxxxlg {
      margin-right: 0.8rem;
    }
    .pr-1-xxxxlg {
      padding-right: 0.8rem;
    }
    .m-1-xxxxlg {
      margin: 0.8rem;
    }
    .p-1-xxxxlg {
      padding: 0.8rem;
    }
    .mrl-1-xxxxlg {
      margin-inline: 0.8rem;
    }
    .prl-1-xxxxlg {
      padding-inline: 0.8rem;
    }
    .mtb-1-xxxxlg {
      margin-block: 0.8rem;
    }
    .ptb-1-xxxxlg {
      padding-block: 0.8rem;
    }
    .mt-2-xxxxlg {
      margin-top: 1.6rem;
    }
    .pt-2-xxxxlg {
      padding-top: 1.6rem;
    }
    .mb-2-xxxxlg {
      margin-bottom: 1.6rem;
    }
    .pb-2-xxxxlg {
      padding-bottom: 1.6rem;
    }
    .ml-2-xxxxlg {
      margin-left: 1.6rem;
    }
    .pl-2-xxxxlg {
      padding-left: 1.6rem;
    }
    .mr-2-xxxxlg {
      margin-right: 1.6rem;
    }
    .pr-2-xxxxlg {
      padding-right: 1.6rem;
    }
    .m-2-xxxxlg {
      margin: 1.6rem;
    }
    .p-2-xxxxlg {
      padding: 1.6rem;
    }
    .mrl-2-xxxxlg {
      margin-inline: 1.6rem;
    }
    .prl-2-xxxxlg {
      padding-inline: 1.6rem;
    }
    .mtb-2-xxxxlg {
      margin-block: 1.6rem;
    }
    .ptb-2-xxxxlg {
      padding-block: 1.6rem;
    }
    .mt-3-xxxxlg {
      margin-top: 2.4rem;
    }
    .pt-3-xxxxlg {
      padding-top: 2.4rem;
    }
    .mb-3-xxxxlg {
      margin-bottom: 2.4rem;
    }
    .pb-3-xxxxlg {
      padding-bottom: 2.4rem;
    }
    .ml-3-xxxxlg {
      margin-left: 2.4rem;
    }
    .pl-3-xxxxlg {
      padding-left: 2.4rem;
    }
    .mr-3-xxxxlg {
      margin-right: 2.4rem;
    }
    .pr-3-xxxxlg {
      padding-right: 2.4rem;
    }
    .m-3-xxxxlg {
      margin: 2.4rem;
    }
    .p-3-xxxxlg {
      padding: 2.4rem;
    }
    .mrl-3-xxxxlg {
      margin-inline: 2.4rem;
    }
    .prl-3-xxxxlg {
      padding-inline: 2.4rem;
    }
    .mtb-3-xxxxlg {
      margin-block: 2.4rem;
    }
    .ptb-3-xxxxlg {
      padding-block: 2.4rem;
    }
    .mt-4-xxxxlg {
      margin-top: 3.2rem;
    }
    .pt-4-xxxxlg {
      padding-top: 3.2rem;
    }
    .mb-4-xxxxlg {
      margin-bottom: 3.2rem;
    }
    .pb-4-xxxxlg {
      padding-bottom: 3.2rem;
    }
    .ml-4-xxxxlg {
      margin-left: 3.2rem;
    }
    .pl-4-xxxxlg {
      padding-left: 3.2rem;
    }
    .mr-4-xxxxlg {
      margin-right: 3.2rem;
    }
    .pr-4-xxxxlg {
      padding-right: 3.2rem;
    }
    .m-4-xxxxlg {
      margin: 3.2rem;
    }
    .p-4-xxxxlg {
      padding: 3.2rem;
    }
    .mrl-4-xxxxlg {
      margin-inline: 3.2rem;
    }
    .prl-4-xxxxlg {
      padding-inline: 3.2rem;
    }
    .mtb-4-xxxxlg {
      margin-block: 3.2rem;
    }
    .ptb-4-xxxxlg {
      padding-block: 3.2rem;
    }
    .mt-5-xxxxlg {
      margin-top: 4rem;
    }
    .pt-5-xxxxlg {
      padding-top: 4rem;
    }
    .mb-5-xxxxlg {
      margin-bottom: 4rem;
    }
    .pb-5-xxxxlg {
      padding-bottom: 4rem;
    }
    .ml-5-xxxxlg {
      margin-left: 4rem;
    }
    .pl-5-xxxxlg {
      padding-left: 4rem;
    }
    .mr-5-xxxxlg {
      margin-right: 4rem;
    }
    .pr-5-xxxxlg {
      padding-right: 4rem;
    }
    .m-5-xxxxlg {
      margin: 4rem;
    }
    .p-5-xxxxlg {
      padding: 4rem;
    }
    .mrl-5-xxxxlg {
      margin-inline: 4rem;
    }
    .prl-5-xxxxlg {
      padding-inline: 4rem;
    }
    .mtb-5-xxxxlg {
      margin-block: 4rem;
    }
    .ptb-5-xxxxlg {
      padding-block: 4rem;
    }
    .mt-6-xxxxlg {
      margin-top: 4.8rem;
    }
    .pt-6-xxxxlg {
      padding-top: 4.8rem;
    }
    .mb-6-xxxxlg {
      margin-bottom: 4.8rem;
    }
    .pb-6-xxxxlg {
      padding-bottom: 4.8rem;
    }
    .ml-6-xxxxlg {
      margin-left: 4.8rem;
    }
    .pl-6-xxxxlg {
      padding-left: 4.8rem;
    }
    .mr-6-xxxxlg {
      margin-right: 4.8rem;
    }
    .pr-6-xxxxlg {
      padding-right: 4.8rem;
    }
    .m-6-xxxxlg {
      margin: 4.8rem;
    }
    .p-6-xxxxlg {
      padding: 4.8rem;
    }
    .mrl-6-xxxxlg {
      margin-inline: 4.8rem;
    }
    .prl-6-xxxxlg {
      padding-inline: 4.8rem;
    }
    .mtb-6-xxxxlg {
      margin-block: 4.8rem;
    }
    .ptb-6-xxxxlg {
      padding-block: 4.8rem;
    }
    .mt-7-xxxxlg {
      margin-top: 5.6rem;
    }
    .pt-7-xxxxlg {
      padding-top: 5.6rem;
    }
    .mb-7-xxxxlg {
      margin-bottom: 5.6rem;
    }
    .pb-7-xxxxlg {
      padding-bottom: 5.6rem;
    }
    .ml-7-xxxxlg {
      margin-left: 5.6rem;
    }
    .pl-7-xxxxlg {
      padding-left: 5.6rem;
    }
    .mr-7-xxxxlg {
      margin-right: 5.6rem;
    }
    .pr-7-xxxxlg {
      padding-right: 5.6rem;
    }
    .m-7-xxxxlg {
      margin: 5.6rem;
    }
    .p-7-xxxxlg {
      padding: 5.6rem;
    }
    .mrl-7-xxxxlg {
      margin-inline: 5.6rem;
    }
    .prl-7-xxxxlg {
      padding-inline: 5.6rem;
    }
    .mtb-7-xxxxlg {
      margin-block: 5.6rem;
    }
    .ptb-7-xxxxlg {
      padding-block: 5.6rem;
    }
    .mt-8-xxxxlg {
      margin-top: 6.4rem;
    }
    .pt-8-xxxxlg {
      padding-top: 6.4rem;
    }
    .mb-8-xxxxlg {
      margin-bottom: 6.4rem;
    }
    .pb-8-xxxxlg {
      padding-bottom: 6.4rem;
    }
    .ml-8-xxxxlg {
      margin-left: 6.4rem;
    }
    .pl-8-xxxxlg {
      padding-left: 6.4rem;
    }
    .mr-8-xxxxlg {
      margin-right: 6.4rem;
    }
    .pr-8-xxxxlg {
      padding-right: 6.4rem;
    }
    .m-8-xxxxlg {
      margin: 6.4rem;
    }
    .p-8-xxxxlg {
      padding: 6.4rem;
    }
    .mrl-8-xxxxlg {
      margin-inline: 6.4rem;
    }
    .prl-8-xxxxlg {
      padding-inline: 6.4rem;
    }
    .mtb-8-xxxxlg {
      margin-block: 6.4rem;
    }
    .ptb-8-xxxxlg {
      padding-block: 6.4rem;
    }
    .mt-9-xxxxlg {
      margin-top: 7.2rem;
    }
    .pt-9-xxxxlg {
      padding-top: 7.2rem;
    }
    .mb-9-xxxxlg {
      margin-bottom: 7.2rem;
    }
    .pb-9-xxxxlg {
      padding-bottom: 7.2rem;
    }
    .ml-9-xxxxlg {
      margin-left: 7.2rem;
    }
    .pl-9-xxxxlg {
      padding-left: 7.2rem;
    }
    .mr-9-xxxxlg {
      margin-right: 7.2rem;
    }
    .pr-9-xxxxlg {
      padding-right: 7.2rem;
    }
    .m-9-xxxxlg {
      margin: 7.2rem;
    }
    .p-9-xxxxlg {
      padding: 7.2rem;
    }
    .mrl-9-xxxxlg {
      margin-inline: 7.2rem;
    }
    .prl-9-xxxxlg {
      padding-inline: 7.2rem;
    }
    .mtb-9-xxxxlg {
      margin-block: 7.2rem;
    }
    .ptb-9-xxxxlg {
      padding-block: 7.2rem;
    }
    .mt-10-xxxxlg {
      margin-top: 8rem;
    }
    .pt-10-xxxxlg {
      padding-top: 8rem;
    }
    .mb-10-xxxxlg {
      margin-bottom: 8rem;
    }
    .pb-10-xxxxlg {
      padding-bottom: 8rem;
    }
    .ml-10-xxxxlg {
      margin-left: 8rem;
    }
    .pl-10-xxxxlg {
      padding-left: 8rem;
    }
    .mr-10-xxxxlg {
      margin-right: 8rem;
    }
    .pr-10-xxxxlg {
      padding-right: 8rem;
    }
    .m-10-xxxxlg {
      margin: 8rem;
    }
    .p-10-xxxxlg {
      padding: 8rem;
    }
    .mrl-10-xxxxlg {
      margin-inline: 8rem;
    }
    .prl-10-xxxxlg {
      padding-inline: 8rem;
    }
    .mtb-10-xxxxlg {
      margin-block: 8rem;
    }
    .ptb-10-xxxxlg {
      padding-block: 8rem;
    }
  }
  .termsfeed-com---nb-simple {
    font-family: "Montserrat", sans-serif;
    inset: auto auto 1.5rem 1.5rem;
    background-color: color-mix(in srgb, #005361, white 90%);
    border: 2px solid #005361;
    color: #005361;
    width: calc(94vw + 0.5rem);
    max-width: none;
  }
  @media screen and (width >= 768px) {
    .termsfeed-com---nb-simple {
      width: 76vw;
    }
  }
  #open_preferences_center {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    border: 1px solid #005361;
    border-radius: 50%;
    background-color: #fff;
    color: #005361;
    inset: auto auto 2rem 2rem;
    width: 4.8rem;
    height: 4.8rem;
    z-index: 10;
  }
  #open_preferences_center .cc-tooltip {
    content: "Update Cookies Preferences";
    position: absolute;
    inset-inline-start: 110%;
    width: max-content;
    background-color: #fff;
    border: 1px solid #005361;
    padding: 0.5em;
    font-weight: 400;
    font-size: 1.4rem;
    text-decoration: none;
    color: #292929;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.4s;
  }
  #open_preferences_center:hover, #open_preferences_center:focus-visible {
    color: #005361;
  }
  #open_preferences_center:hover .cc-tooltip, #open_preferences_center:focus-visible .cc-tooltip {
    opacity: 1;
    visibility: visible;
  }
  .termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox + label {
    color: #fff;
  }
  .cc-nb-buttons-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
  }
  .termsfeed-com---nb .cc-nb-okagree,
  .termsfeed-com---nb .cc-nb-reject,
  .termsfeed-com---nb .cc-nb-changep {
    padding: 0.5em 1em;
    margin-right: 0;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .termsfeed-com---nb .cc-nb-okagree,
  .termsfeed-com---nb .cc-nb-reject,
  .termsfeed-com---nb .cc-nb-changep {
    font-size: clamp(1.4rem, 0.25vw + 1.31rem, 1.6rem) !important;
  }
  .termsfeed-com---palette-dark .cc-nb-title,
  .termsfeed-com---palette-dark .cc-nb-text {
    color: #005361;
  }
  .termsfeed-com---palette-dark .cc-nb-title a,
  .termsfeed-com---palette-dark .cc-nb-text a {
    color: #005361;
  }
  .termsfeed-com---palette-dark .cc-nb-title {
    text-transform: uppercase;
    font-weight: 800;
  }
  .termsfeed-com---palette-dark .cc-nb-text {
    font-size: clamp(1.4rem, 0.25vw + 1.31rem, 1.6rem) !important;
  }
  .termsfeed-com---palette-dark .cc-nb-okagree,
  .termsfeed-com---palette-dark .cc-nb-reject,
  .termsfeed-com---palette-dark .cc-nb-changep,
  .termsfeed-com---palette-dark .cc-cp-foot-save {
    color: #292929;
    border: 1px solid #005361;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
  }
  .termsfeed-com---palette-dark .cc-nb-okagree:hover, .termsfeed-com---palette-dark .cc-nb-okagree:focus-visible,
  .termsfeed-com---palette-dark .cc-nb-reject:hover,
  .termsfeed-com---palette-dark .cc-nb-reject:focus-visible,
  .termsfeed-com---palette-dark .cc-nb-changep:hover,
  .termsfeed-com---palette-dark .cc-nb-changep:focus-visible,
  .termsfeed-com---palette-dark .cc-cp-foot-save:hover,
  .termsfeed-com---palette-dark .cc-cp-foot-save:focus-visible {
    color: #005361;
    background-color: #ffffff;
  }
  .termsfeed-com---palette-dark .cc-nb-okagree {
    color: #ffffff;
    background-color: #005361;
  }
  .termsfeed-com---palette-dark .cc-nb-reject {
    background-color: #005361;
  }
  .termsfeed-com---palette-dark .cc-nb-changep {
    background-color: #005361;
  }
  .termsfeed-com---palette-dark {
    font-family: "Montserrat", sans-serif;
  }
  .termsfeed-com---palette-dark .cc-pc-head,
  .termsfeed-com---palette-dark .cc-cp-foot {
    background: #005361;
  }
  .termsfeed-com---palette-dark .cc-cp-foot {
    border-top-color: color-mix(in srgb, #005361, black 80%);
  }
  .termsfeed-com---palette-dark .cc-cp-body-content-entry {
    background: color-mix(in srgb, #005361, white 20%);
    height: 100%;
  }
  @media screen and (width >= 576px) {
    .termsfeed-com---palette-dark .cc-cp-body-tabs {
      min-width: 20rem;
    }
  }
  .termsfeed-com---palette-dark .cc-cp-body-tabs-item button {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    color: #005361;
  }
  .termsfeed-com---palette-dark .cc-cp-body-tabs-item[active=true] button {
    background: color-mix(in srgb, #005361, white 10%);
    color: #ffffff;
  }
  .termsfeed-com---palette-dark .cc-cp-foot-save {
    background: #005361;
    color: #005361;
  }
  .termsfeed-com---palette-dark .cc-pc-head-close {
    font-size: 1.8rem;
  }
  @media only print {
    :root {
      --print-font: system-ui;
      --gap: 3rem;
      --clr-primary: #0153a0;
      --clr-link: #b700ff;
    }
    @page {
      size: letter portrait;
      margin: 0.5in;
    }
    html,
    body {
      margin: 0;
      padding: 0;
    }
    body {
      font-family: var(--print-font) !important;
      font-size: 16px;
      line-height: 1.5;
      color: #000;
    }
    aside,
    .header-navigation,
    .site-header,
    .site-footer,
    .primary-navigation,
    .breadcrumb,
    button,
    #back-to-top,
    #mask,
    #loading,
    .hide-for-print,
    [class*=doc-],
    .pdf-alert,
    .table-scroll,
    .print-page,
    #termsfeed-com---nb,
    #open_preferences_center {
      display: none !important;
    }
    .show-for-print {
      display: block;
    }
    .content-wrapper {
      inline-size: 100%;
      margin: 0;
    }
    .main-content {
      margin: 0;
      padding: 0;
    }
    .wrapper,
    .inner-wrapper {
      margin: 0;
      padding: 0;
      max-inline-size: none !important;
    }
    .content-header {
      max-inline-size: none !important;
      display: block !important;
      place-items: start !important;
      border-radius: none !important;
      margin-block-end: 2.4rem !important;
      block-size: auto !important;
    }
    .content-header .header-title {
      margin-block-end: 0 !important;
      padding-block-end: 0 !important;
      background-color: transparent !important;
    }
    .content-header .header-title h1 {
      background-color: transparent !important;
      backdrop-filter: none !important;
    }
    .content-header picture {
      display: none !important;
    }
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
      font-family: var(--print-font) !important;
      padding: 0 !important;
      margin: 0 0 0.45em !important;
      color: #000 !important;
      border: none;
      background: none;
    }
    h1,
    .h1 {
      font-size: 3.8rem !important;
      padding: 0 0 0.5em !important;
    }
    h2,
    .h2 {
      font-size: 3rem !important;
    }
    h3,
    .h3,
    .subtitle {
      font-size: 2.4rem;
    }
    h4,
    .h4,
    .subtitle {
      font-size: 2rem !important;
    }
    h5,
    .h5 {
      font-size: 1.5rem;
    }
    p,
    li {
      color: #000;
      page-break-before: auto;
    }
    ul:not([class]) {
      list-style: disc;
      margin-inline-start: 2rem;
      padding-inline-start: 2rem;
    }
    ul:not([class]) li {
      margin-bottom: 0;
      padding-inline-start: 0;
      list-style-image: none;
    }
    ul:not([class]) li::marker {
      font-size: 1em;
    }
    ul:not([class]) ul {
      list-style: circle;
    }
    .small-text {
      font-size: 80%;
    }
    .large-text {
      font-size: 120%;
    }
    table {
      margin: 0 0 20px;
      page-break-after: auto;
    }
    table.striped tbody tr:nth-child(2n+2) {
      background-color: #e6e6e6 !important;
    }
    table caption {
      font-family: var(--print-font) !important;
      font-size: 20px !important;
      font-weight: bold !important;
      padding: 0 !important;
      margin: 0 0 0.45em !important;
      color: #000 !important;
      border: none !important;
      background: none !important;
    }
    table thead th {
      background-color: #b1b1b1 !important;
      color: #000 !important;
      font-weight: bold !important;
      margin: 0 !important;
      font-size: 16px !important;
      line-height: 1.125 !important;
      border: 1px solid #000 !important;
    }
    table tbody tr {
      border: none !important;
    }
    table tbody th,
    table tbody td {
      line-height: 1.125;
      vertical-align: top;
      border: 1px solid #000 !important;
    }
    table tbody th {
      font-weight: bold !important;
    }
    hr {
      border-top-color: #000;
    }
    .button {
      border: none !important;
      padding: 0 !important;
      text-align: left !important;
      background-color: transparent !important;
      font-family: var(--print-font) !important;
    }
    .row {
      position: relative;
      gap: var(--gap) !important;
    }
    .row > .column {
      padding: 0.75rem 0;
    }
    .row > [class*=span] {
      max-inline-size: 100%;
      flex-basis: 100%;
    }
    article > .row [class*=span], article > .wrapper > .row [class*=span] {
      flex: 0 0 100% !important;
      max-inline-size: none !important;
      padding: 0;
    }
    .span1 {
      flex: 0 0 calc(8.3333333333% - var(--gap) / 2);
      max-inline-size: 8.3333333333%;
    }
    form .span1, table .span1 {
      flex: none;
      inline-size: 8.3333333333%;
    }
    .span2 {
      flex: 0 0 calc(16.6666666667% - var(--gap) / 2);
      max-inline-size: 16.6666666667%;
    }
    form .span2, table .span2 {
      flex: none;
      inline-size: 16.6666666667%;
    }
    .span3 {
      flex: 0 0 calc(25% - var(--gap) / 2);
      max-inline-size: 25%;
    }
    form .span3, table .span3 {
      flex: none;
      inline-size: 25%;
    }
    .span4 {
      flex: 0 0 calc(33.3333333333% - var(--gap) / 2);
      max-inline-size: 33.3333333333%;
    }
    form .span4, table .span4 {
      flex: none;
      inline-size: 33.3333333333%;
    }
    .span5 {
      flex: 0 0 calc(41.6666666667% - var(--gap) / 2);
      max-inline-size: 41.6666666667%;
    }
    form .span5, table .span5 {
      flex: none;
      inline-size: 41.6666666667%;
    }
    .span6 {
      flex: 0 0 calc(50% - var(--gap) / 2);
      max-inline-size: 50%;
    }
    form .span6, table .span6 {
      flex: none;
      inline-size: 50%;
    }
    .span7 {
      flex: 0 0 calc(58.3333333333% - var(--gap) / 2);
      max-inline-size: 58.3333333333%;
    }
    form .span7, table .span7 {
      flex: none;
      inline-size: 58.3333333333%;
    }
    .span8 {
      flex: 0 0 calc(66.6666666667% - var(--gap) / 2);
      max-inline-size: 66.6666666667%;
    }
    form .span8, table .span8 {
      flex: none;
      inline-size: 66.6666666667%;
    }
    .span9 {
      flex: 0 0 calc(75% - var(--gap) / 2);
      max-inline-size: 75%;
    }
    form .span9, table .span9 {
      flex: none;
      inline-size: 75%;
    }
    .span10 {
      flex: 0 0 calc(83.3333333333% - var(--gap) / 2);
      max-inline-size: 83.3333333333%;
    }
    form .span10, table .span10 {
      flex: none;
      inline-size: 83.3333333333%;
    }
    .span11 {
      flex: 0 0 calc(91.6666666667% - var(--gap) / 2);
      max-inline-size: 91.6666666667%;
    }
    form .span11, table .span11 {
      flex: none;
      inline-size: 91.6666666667%;
    }
    .span12 {
      flex: 0 0 100%;
      max-inline-size: 100%;
    }
    form .span12, table .span12 {
      flex: none;
      inline-size: 100%;
    }
    .print-fw {
      inline-size: 100%;
      max-inline-size: none;
      flex: none;
    }
    a {
      text-decoration: underline !important;
      font-weight: normal !important;
      text-transform: none !important;
      display: inline-block !important;
      color: var(--clr-link) !important;
    }
    a:not([href*=mailto], [href*=tel])::after {
      content: " [" attr(href) "] ";
      text-decoration: none !important;
      text-transform: none !important;
      color: #0000ff;
      font-size: 1.6rem;
    }
    details summary {
      font-family: var(--print-font);
    }
    details summary::before {
      display: none;
    }
    details > .detail-content {
      display: block;
      overflow: auto;
      padding: 0;
    }
    [class*=mt-],
    [class*=mb-] {
      margin-block: 0;
    }
    [class*=pt-],
    [class*=pb-] {
      padding-block: 0;
    }
    .page-break {
      page-break-before: always;
      margin-block-end: 5px;
    }
  }
}
/*# sourceMappingURL=styles.css.map */
