:host {
  display: block;
  width: calc(100%);
  margin-left: -1rem;
  font-size: 62.5%;
  --bs-font-sans-serif: "Gotham", sans-serif;
  --bs-menu-font-sans-serif: "Gotham Medium", sans-serif;
  --bs-body-font-family: "Gotham", sans-serif;
  --bs-body-font-size: 2.2rem;
  --bs-body-line-height: 2.7rem;
  --bs-body-font-weight: 400;
  --bs-body-color: #295698;
  --bs-body-bg: #fff;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-opacity: 1;
  --theme-font-headings: "Gotham", sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.scri-shadow-scope {
  color: #295698;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
}
.scri-shadow-visibility {
  visibility: hidden;
}
.scri-shadow-visibility.scri-shadow-visibility-visible {
  visibility: visible;
}
.scri-shadow-visibility.scri-shadow-visibility-hidden {
  visibility: hidden;
}
.scri-shadow-scope a {
  color: inherit;
  text-decoration: none;
}
.scri-shadow-scope a:hover,
.scri-shadow-scope a:focus {
  text-decoration: none;
}
.scri-shadow-scope .page-footer__description .wrapper {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.scri-shadow-scope .page-footer,
.scri-shadow-scope .page-footer__description,
.scri-shadow-scope .footerwrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
}
.scri-shadow-scope .footer--col ul li:last-child {
  padding-bottom: 0 !important;
}
.scri-shadow-scope .footer--col.address p {
  font-size: 1.1rem !important;
  line-height: 1.5rem !important;
  margin-bottom: 0.2rem !important;
}
@media screen and (max-width: 64em) {
  .scri-shadow-scope .footerwrapper {
    padding-left: 30px !important;
    padding-right: 20px !important;
  }
  .scri-shadow-scope .page-footer__social-icons {
    position: relative !important;
    right: auto !important;
    margin-top: 20px !important;
  }
  .scri-shadow-scope .footer--col {
    text-align: left;
    display: inline-flex;
    width: 48%;
  }
  .scri-shadow-scope .footer--col.address {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .scri-shadow-scope .corp-logo-mobile img {
    margin-left: 0;
  }
  .scri-shadow-scope .footerwrapper .socialTitle {
    text-align: left !important;
  }
  .scri-shadow-scope #footerShareIcons {
    justify-content: left;
  }
  .scri-shadow-scope .page-footer .copyright {
    display: block !important;
    position: static !important;
    text-align: left !important;
    margin: 24px 35px 0 !important;
    padding-bottom: 16px !important;
    color: #fff !important;
  }
}
@media screen and (max-width: 48em) {
  .scri-shadow-scope {
    font-size: 1rem !important;
    line-height: 2.1rem !important;
  }
  .scri-shadow-scope p {
    line-height: 1rem;
  }
  .scri-shadow-scope .footerwrapper {
    font-size: 1rem !important;
    line-height: 1.5rem;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 0 !important;
  }
  .scri-shadow-scope .footerwrapper .socialTitle {
    font-size: 1rem !important;
  }
  .scri-shadow-scope .page-footer .copyright {
    font-size: 1rem !important;
    display: block !important;
    position: static !important;
    color: #fff !important;
  }
}
