.iconset {
  width: 0;
  height: 0;
  position: absolute;
}

.icon {
  fill: currentColor;
  width: 26px;
  height: 26px;
  display: inline-block;
}

.icon--small {
  width: 12px;
  height: 12px;
}

.sb-hr {
  color: #fff;
  opacity: .75;
  width: 90%;
  max-width: 100%;
  height: 40px;
  margin: 20px auto;
  overflow: hidden;
}

.sb-hr.fade:before {
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
  background: linear-gradient(to right, #fff0 0%, currentColor 25% 100%);
}

.sb-hr.fade:after {
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
  background: linear-gradient(to right, currentColor 0% 75%, #fff0 100%);
}

.sb-hr:before {
  left: 0;
}

.sb-hr:after {
  right: 0;
}

.sb-hr:before, .sb-hr:after {
  content: "";
  background-color: currentColor;
  width: calc(50% - 35px);
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
}

.sb-hr .icon-sb-mark {
  width: 100%;
  height: 100%;
}

.sbf-fill-white {
  fill: #fff !important;
}

.sbf-fill-black {
  fill: #353535 !important;
}

.sbf-fill-blue-200 {
  fill: #cde5ff !important;
}

.sbf-fill-blue-400 {
  fill: #3588c8 !important;
}

.sbf-fill-blue-500 {
  fill: #005595 !important;
}

.sbf-fill-green-400 {
  fill: #93c45b !important;
}

.sbf-fill-green-500 {
  fill: #11a05b !important;
}

.sbf-fill-green-600 {
  fill: #63883d !important;
}

.sbf-fill-green-700 {
  fill: #1c6b3d !important;
}

.sbf-fill-yellow-200 {
  fill: #f3d36e !important;
}

.sbf-fill-gray-500 {
  fill: #6e6e6e !important;
}

.sbf-fill-red-200 {
  fill: #cd2617 !important;
}

.sbf-fill-purple-400 {
  fill: #562363 !important;
}

.sbf-box-shadow {
  box-shadow: 0 0 12px #0000001a !important;
}

.sbf-box-shadow-0 {
  box-shadow: none !important;
}

.sbf-border {
  border: 1px solid #d8d8d8 !important;
}

.sbf-border--top {
  border-top: 1px solid #d8d8d8 !important;
}

.sbf-border--right {
  border-right: 1px solid #d8d8d8 !important;
}

.sbf-border--bottom {
  border-bottom: 1px solid #d8d8d8 !important;
}

.sbf-border--left {
  border-left: 1px solid #d8d8d8 !important;
}

.sbf-border-0 {
  border: 0 !important;
}

.sbf-border--top-0 {
  border-top: 0 !important;
}

.sbf-border--right-0 {
  border-right: 0 !important;
}

.sbf-border--bottom-0 {
  border-bottom: 0 !important;
}

.sbf-border--left-0 {
  border-left: 0 !important;
}

.sbf-border-radius-4 {
  border-radius: 4px !important;
}

.sbf-border-radius-8 {
  border-radius: 8px !important;
}

.sbf-border-radius-0-4 {
  border-radius: 0 0 4px 4px !important;
}

.sbf-border-radius-4-0 {
  border-radius: 4px 4px 0 0 !important;
}

.sbf-content-left {
  text-align: left !important;
}

.sbf-content-center {
  text-align: center !important;
}

.sbf-content-right {
  text-align: right !important;
}

.sbf-content-nowrap {
  white-space: nowrap !important;
}

.sbf-content-lowercase {
  text-transform: lowercase !important;
}

.sbf-content-bold {
  font-weight: 700 !important;
}

.sbf-content-medium, .sbf-fw-500 {
  font-weight: 500 !important;
}

.sbf-fw-600 {
  font-weight: 600 !important;
}

.sbf-content-normal {
  font-weight: 400 !important;
}

.sbf-content-italic {
  font-style: italic !important;
}

.sbf-fs-normal {
  font-style: normal !important;
}

.sbf-content-uppercase {
  text-transform: uppercase !important;
}

.sbf-content-pink {
  color: #81254a !important;
}

.sbf-content-purple {
  color: #562363 !important;
}

.sbf-content-blue {
  color: #005595 !important;
}

.sbf-content-green {
  color: #1c6b3d !important;
}

.sbf-content-orange {
  color: #c95000 !important;
}

.sbf-content-dark {
  color: #353535 !important;
}

.sbf-content-light {
  color: #fff !important;
}

.sbf-display-flex {
  display: flex !important;
}

.sbf-flex-row {
  flex-direction: row !important;
}

.sbf-flex-column {
  flex-direction: column !important;
}

.sbf-flex-grow-1 {
  flex-grow: 1 !important;
}

.sbf-flex-grow-0 {
  flex-grow: 0 !important;
}

.sbf-justify-content-start {
  justify-content: flex-start !important;
}

.sbf-justify-content-end {
  justify-content: flex-end !important;
}

.sbf-justify-content-center {
  justify-content: center !important;
}

.sbf-align-items-start {
  align-items: flex-start !important;
}

.sbf-align-items-end {
  align-items: flex-end !important;
}

.sbf-align-items-center {
  align-items: center !important;
}

.sbf-align-items-stretch {
  align-items: stretch !important;
}

.sbf-align-self-start {
  align-self: flex-start !important;
}

.sbf-align-self-end {
  align-self: flex-end !important;
}

.sbf-align-self-center {
  align-self: center !important;
}

.sbf-align-self-stretch {
  align-self: stretch !important;
}

.sbf-bg-brand-blue {
  background-color: #005595 !important;
}

.sbf-bg-brand-green {
  background-color: #63883d !important;
}

.sbf-bg-blue-200 {
  background-color: #cde5ff !important;
}

.sbf-bg-yellow-200 {
  background-color: #f3d36e !important;
}

.sbf-bg-green-300 {
  background-color: #d3e3c2 !important;
}

.sbf-bg-green-400 {
  background-color: #93c45b !important;
}

.sbf-bg-green-700 {
  background-color: #1c6b3d !important;
}

.sbf-bg-pink-200 {
  background-color: #fac7e1 !important;
}

.sbf-bg-pink-400 {
  background-color: #81254a !important;
}

.sbf-bg-purple-200 {
  background-color: #e2c3ea !important;
}

.sbf-bg-red-200 {
  background-color: #cd2617 !important;
}

.sbf-bg-orange-200 {
  background-color: #f4ba6c !important;
}

.sbf-bg-gray-100 {
  background-color: #f5f5f5 !important;
}

.sbf-bg-gray-200 {
  background-color: #e5e5e5 !important;
}

.sbf-sr-only {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.sbf-sr-only:focus {
  width: auto !important;
  height: auto !important;
  padding: inherit !important;
  margin: inherit !important;
  clip: auto !important;
  white-space: normal !important;
  position: static !important;
  overflow: visible !important;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.sr-only-focusable:focus {
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}

.sbf-social-share {
  z-index: 6;
  display: inline-block;
}

.sbf-social-share .share-button {
  margin: 0;
}

.sbf-social-share .share-button svg {
  width: 16px;
  height: 16px;
  color: unset;
  margin: 0 0 -2px 4px;
}

.sbf-social-share .share-button.button svg {
  margin: -2px 0 0 4px;
}

.sbf-social-share .dropdown {
  opacity: var(--sbf-opacity-0);
  text-align: left;
  border-radius: var(--sbf-border-radius-4);
  border: solid var(--sbf-border-width-1) var(--sbf-palette-gray-300);
  background: var(--sbf-palette-white);
  transition: margin .3s, opacity .3s, overlay .3s allow-discrete, display .3s allow-discrete;
  margin: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 5px 10px #3535351a;
}

.sbf-social-share .dropdown svg {
  vertical-align: top;
  width: 20px;
  height: 16px;
  color: var(--sbf-palette-black);
  margin: 0 6px 0 0;
  top: 2px;
}

.sbf-social-share .dropdown .facebook svg, .sbf-social-share .dropdown .copy svg {
  color: var(--sbf-palette-blue-500);
}

.sbf-social-share .dropdown .linkedin svg {
  color: var(--sbf-palette-blue-400);
}

.sbf-social-share .dropdown .communicate svg, .sbf-social-share .dropdown .mail svg {
  color: var(--sbf-palette-green-700);
}

.sbf-social-share .dropdown a {
  font-weight: var(--sbf-font-weight-500);
  color: var(--sbf-palette-black);
  padding: 12px;
  text-decoration: none;
  display: block;
}

.sbf-social-share .dropdown a:hover, .sbf-social-share .dropdown a:focus {
  background: var(--sbf-palette-gray-100);
}

.sbf-social-share.active .dropdown {
  opacity: var(--sbf-opacity-100);
  margin: 4px 0 0;
  display: block;
}

@starting-style {
  .sbf-social-share.active .dropdown {
    opacity: var(--sbf-opacity-0);
    margin: 0;
  }
}

.sbf-social-share--compact {
  width: 44px;
  height: 44px;
}

.sbf-social-share--compact--display-right .dropdown {
  left: unset;
  right: 0;
}

.sbf-social-share--compact--display-left .dropdown {
  left: 0;
  right: unset;
}

.sbf-social-share--compact--display-right-left .dropdown {
  right: 0;
  left: unset;
}

@media (min-width: 760px) {
  .sbf-social-share--compact--display-right-left .dropdown {
    right: unset;
    left: 0;
  }
}

.sbf-social-share--compact .dropdown {
  width: max-content;
}

.sbf-social-share--compact .share-button {
  border-radius: var(--sbf-border-radius-pill);
  border: solid var(--sbf-border-width-2) var(--sbf-palette-gray-300);
  background: var(--sbf-palette-white);
  width: 100%;
  height: 100%;
  padding: 8px;
  display: block;
  box-shadow: 0 4px 4px #00000040;
}

.sbf-social-share--compact .share-button svg {
  margin: 2px 0 0 2px;
}

.sbf-card[data-card-theme="green-accent"] {
  --sbf-card-accent: var(--sbf-palette-green-700);
  --sbf-card-bg: var(--sbf-palette-green-300);
  --sbf-card-text: inherit;
}

.sbf-card[data-card-theme="blue-accent"] {
  --sbf-card-accent: var(--sbf-palette-blue-500);
  --sbf-card-bg: var(--sbf-palette-blue-200);
  --sbf-card-text: inherit;
}

.sbf-card[data-card-theme="pink-accent"] {
  --sbf-card-accent: var(--sbf-palette-pink-400);
  --sbf-card-bg: var(--sbf-palette-pink-200);
  --sbf-card-text: inherit;
}

.sbf-card[data-card-theme="purple-accent"] {
  --sbf-card-accent: var(--sbf-palette-purple-400);
  --sbf-card-bg: var(--sbf-palette-purple-200);
  --sbf-card-text: inherit;
}

.sbf-card[data-card-theme="yellow-accent"] {
  --sbf-card-accent: var(--sbf-palette-yellow-300);
  --sbf-card-bg: var(--sbf-palette-yellow-200);
  --sbf-card-text: inherit;
}

.sbf-card[data-card-theme="white-solid"] {
  --sbf-card-accent: none;
  --sbf-card-bg: var(--sbf-palette-white);
  --sbf-card-text: var(--sbf-palette-black);
}

.sbf-card[data-card-theme="gray-solid"] {
  --sbf-card-accent: none;
  --sbf-card-bg: var(--sbf-palette-gray-100);
  --sbf-card-text: var(--sbf-palette-black);
}

.sbf-card[data-card-theme="red-light-solid"] {
  --sbf-card-accent: none;
  --sbf-card-bg: var(--sbf-palette-red-100);
  --sbf-card-text: var(--sbf-palette-black);
}

.sbf-card[data-card-theme="green-solid"] {
  --sbf-card-accent: none;
  --sbf-card-bg: var(--sbf-palette-green-400);
  --sbf-card-text: var(--sbf-palette-black);
}

.sbf-card[data-card-theme="green-light-solid"] {
  --sbf-card-accent: none;
  --sbf-card-bg: var(--sbf-palette-green-300);
  --sbf-card-text: var(--sbf-palette-black);
}

.sbf-card[data-card-theme="green-dark-solid"] {
  --sbf-card-accent: none;
  --sbf-card-bg: var(--sbf-palette-green-700);
  --sbf-card-text: var(--sbf-palette-white);
}

.sbf-card[data-card-theme="blue-light-solid"] {
  --sbf-card-accent: none;
  --sbf-card-bg: var(--sbf-palette-blue-200);
  --sbf-card-text: var(--sbf-palette-black);
}

.sbf-card[data-card-theme="blue-dark-solid"] {
  --sbf-card-accent: none;
  --sbf-card-bg: var(--sbf-palette-blue-500);
  --sbf-card-text: var(--sbf-palette-white);
}

.sbf-card[data-card-theme="pink-light-solid"] {
  --sbf-card-accent: none;
  --sbf-card-bg: var(--sbf-palette-pink-200);
  --sbf-card-text: var(--sbf-palette-black);
}

.sbf-card[data-card-theme="pink-dark-solid"] {
  --sbf-card-accent: none;
  --sbf-card-bg: var(--sbf-palette-pink-400);
  --sbf-card-text: var(--sbf-palette-white);
}

.sbf-card[data-card-theme="purple-light-solid"] {
  --sbf-card-accent: none;
  --sbf-card-bg: var(--sbf-palette-purple-200);
  --sbf-card-text: var(--sbf-palette-black);
}

.sbf-card[data-card-theme="purple-dark-solid"] {
  --sbf-card-accent: none;
  --sbf-card-bg: var(--sbf-palette-purple-400);
  --sbf-card-text: var(--sbf-palette-white);
}

.sbf-card[data-card-theme="yellow-solid"] {
  --sbf-card-accent: none;
  --sbf-card-bg: var(--sbf-palette-yellow-200);
  --sbf-card-text: var(--sbf-palette-black);
}

.sbf-card[data-card-theme="orange-solid"] {
  --sbf-card-accent: none;
  --sbf-card-bg: var(--sbf-palette-orange-200);
  --sbf-card-text: var(--sbf-palette-black);
}

.sbf-card[data-card-border="bottom-green"] {
  border: 1px solid #d8d8d8 !important;
  border-bottom: 4px solid #11a05b !important;
}

.sbf-card[data-card-border="bottom-blue"] {
  border: 1px solid #d8d8d8 !important;
  border-bottom: 4px solid #3588c8 !important;
}

.sbf-card[data-card-border="bottom-purple"] {
  border: 1px solid #d8d8d8 !important;
  border-bottom: 4px solid #a66eae !important;
}

.sbf-card[data-card-border="bottom-orange"] {
  border: 1px solid #d8d8d8 !important;
  border-bottom: 4px solid #e58424 !important;
}

.sbf-card[data-card-border="bottom-pink"] {
  border: 1px solid #d8d8d8 !important;
  border-bottom: 4px solid #c07493 !important;
}

.sbf-card[data-card-border="bottom-yellow"] {
  border: 1px solid #d8d8d8 !important;
  border-bottom: 4px solid #e9af1f !important;
}

.sbf-card[data-card-border="bottom-light-green"] {
  border: 1px solid #d8d8d8 !important;
  border-bottom: 4px solid #93c45b !important;
}

.sbf-card[data-card-border="top-orange"] {
  border: 1px solid #d8d8d8 !important;
  border-top: 4px solid #e58424 !important;
}

.sbf-card[data-card-border="top-green"] {
  border: 1px solid #d8d8d8 !important;
  border-top: 4px solid #11a05b !important;
}

.sbf-card[data-card-border="top-light-green"] {
  border: 1px solid #d8d8d8 !important;
  border-top: 4px solid #93c45b !important;
}

.sbf-card[data-card-border="top-blue"] {
  border: 1px solid #d8d8d8 !important;
  border-top: 4px solid #3588c8 !important;
}

.sbf-card[data-card-border="top-purple"] {
  border: 1px solid #d8d8d8 !important;
  border-top: 4px solid #a66eae !important;
}

.sbf-card[data-card-border="top-brand-blue"] {
  border: 1px solid #d8d8d8 !important;
  border-top: 4px solid #005595 !important;
}

.sbf-card[data-card-border="top-dark-green"] {
  border: 1px solid #d8d8d8 !important;
  border-top: 4px solid #1c6b3d !important;
}

.sbf-card[data-card-border="top-brand-green"] {
  border: 1px solid #d8d8d8 !important;
  border-top: 4px solid #63883d !important;
}

.sbf-card[data-card-border="top-light-blue"] {
  border: 1px solid #d8d8d8 !important;
  border-top: 4px solid #70bfff !important;
}

.sbf-card[data-card-border="left-dark-green"] {
  border: 1px solid #d8d8d8 !important;
  border-left: 4px solid #1c6b3d !important;
}

.sbf-card[data-card-border="left-brand-blue"] {
  border: 1px solid #d8d8d8 !important;
  border-left: 4px solid #005595 !important;
}

.sbf-card[data-card-border="left-purple"] {
  border: 1px solid #d8d8d8 !important;
  border-left: 4px solid #562363 !important;
}

.sbf-card[data-card-border="left-red"] {
  border: 1px solid #d8d8d8 !important;
  border-left: 4px solid #cd2617 !important;
}

.sbf-card {
  height: 100%;
  color: var(--sbf-card-text, var(--sbf-palette-black));
  background-color: var(--sbf-card-bg, var(--sbf-palette-white));
  border-radius: var(--sbf-border-radius-4);
  flex-direction: column;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #3535351a;
}

.sbf-card:is(figure) {
  margin: 0;
}

.sbf-card .sbf-card__image {
  height: 12.5rem;
  min-height: 12.5rem;
  position: relative;
}

.sbf-card .sbf-card__image--large {
  height: 12.5rem;
  min-height: 12.5rem;
}

@media (min-width: 900px) {
  .sbf-card .sbf-card__image--large {
    height: 15.5rem;
    min-height: 15.5rem;
  }
}

.sbf-card .sbf-card__image > .sbf-ce-section {
  width: 100%;
  height: 100%;
}

.sbf-card .sbf-card__image img:not(.sbf-card__image--avatar) {
  object-fit: cover;
  border-radius: var(--sbf-border-radius-4) var(--sbf-border-radius-4) 0 0;
  width: 100%;
  height: 100%;
}

.sbf-card .sbf-card__image img.sbf-card__image--avatar {
  z-index: 1;
  border: solid var(--sbf-border-width-5) var(--sbf-palette-white);
  border-radius: var(--sbf-border-radius-round);
  aspect-ratio: 1;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -40px;
  left: 24px;
}

@media (min-width: 480px) {
  .sbf-card .sbf-card__image img.sbf-card__image--avatar {
    width: 80px;
    height: 80px;
  }
}

.sbf-card .sbf-card__icon {
  width: 48px;
  height: 48px;
}

.sbf-card .sbf-card__icon--small {
  width: 26px;
  height: 26px;
}

.sbf-card .sbf-card__icon--medium {
  width: 34px;
  height: 34px;
}

.sbf-card .sbf-card__image-bg {
  border: solid var(--sbf-border-width-2) var(--sbf-palette-white);
  border-radius: var(--sbf-border-radius-round);
  z-index: 2;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
}

.sbf-card .sbf-card__icon-bg {
  border-radius: var(--sbf-border-radius-round);
  z-index: 2;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: absolute;
  top: -40px;
}

.sbf-card .sbf-card__icon-bg--pink {
  background-color: var(--sbf-palette-pink-400);
  border: solid var(--sbf-border-width-3) var(--sbf-palette-pink-300);
}

.sbf-card .sbf-card__icon-bg--blue {
  background-color: var(--sbf-palette-blue-500);
  border: solid var(--sbf-border-width-3) var(--sbf-palette-blue-400);
}

.sbf-card .sbf-card__icon-bg--green {
  background-color: var(--sbf-palette-green-700);
  border: solid var(--sbf-border-width-3) var(--sbf-palette-green-500);
}

.sbf-card .sbf-card__icon-bg--yellow {
  background-color: var(--sbf-palette-gold-300);
  border: solid var(--sbf-border-width-3) var(--sbf-palette-yellow-300);
}

.sbf-card .sbf-card__icon-bg--purple {
  background-color: var(--sbf-palette-purple-400);
  border: solid var(--sbf-border-width-3) var(--sbf-palette-purple-300);
}

.sbf-card .sbf-card__image-container, .sbf-card .sbf-card__icon-container {
  justify-content: center;
  display: flex;
}

.sbf-card hr {
  border-color: #0000;
  border-width: var(--sbf-border-width-1);
  background: #d8d8d8;
  margin: 8px 0 24px;
}

.sbf-card:has(.sbf-card__icon-container) {
  gap: var(--sbf-space-20);
}

.sbf-card:has(.sbf-card__image-container) {
  gap: var(--sbf-space-80);
}

.sbf-card .sbf-card__body {
  padding: var(--sbf-space-28);
  background-color: inherit;
  flex-direction: column;
  flex: auto;
  display: flex;
}

.sbf-card .sbf-card__body figure {
  margin: 0;
}

.sbf-card .sbf-card__body:has(.sbf-card__icon), .sbf-card .sbf-card__body:has(.sbf-card__button), .sbf-card .sbf-card__body:has(.sbf-card__link), .sbf-card .sbf-card__body:has(cite) {
  gap: var(--sbf-space-20);
}

.sbf-card .sbf-card__image + .sbf-card__body {
  border-radius: 0 0 var(--sbf-border-radius-4) var(--sbf-border-radius-4);
  border: 1px solid var(--sbf-palette-gray-300);
  padding: var(--sbf-space-28);
}

.sbf-card .sbf-card__image + .sbf-card__body figure {
  gap: var(--sbf-space-24);
  flex-direction: column;
  flex: auto;
  display: flex;
}

.sbf-card .sbf-card__image + .sbf-card__body:has(figure) {
  padding-top: var(--sbf-space-48);
}

@media (min-width: 480px) {
  .sbf-card .sbf-card__image + .sbf-card__body:has(figure) {
    padding-top: var(--sbf-space-60);
  }
}

.sbf-card a:not(.sbf-button, .sbf-card__button) {
  color: #005595;
}

.sbf-card a:not(.sbf-button, .sbf-card__button):hover, .sbf-card a:not(.sbf-button, .sbf-card__button):active {
  color: #002949;
}

.sbf-card a:not(.sbf-button, .sbf-card__button) {
  font-weight: var(--sbf-font-weight-700);
  text-decoration: underline;
}

.sbf-card a:not(.sbf-button, .sbf-card__button) svg {
  width: 16px;
  height: 16px;
  margin: 0 0 0 var(--sbf-space-8);
  vertical-align: middle;
}

.sbf-card .sbf-form {
  margin: var(--sbf-space-8) 0;
}

.sbf-card .inline-input {
  font-family: var(--sbf-font-family-sans);
  cursor: text;
  margin: 0 12px 0 0;
  padding: 12px 0;
  font-size: 1em;
  font-weight: normal;
  line-height: normal;
  display: inline-block;
  position: relative;
}

.sbf-card .inline-input input, .sbf-card .inline-input textarea, .sbf-card .inline-input select {
  width: 100%;
  font-size: 1em;
  font-family: var(--sbf-font-family-sans);
  color: var(--sbf-palette-black);
  border-radius: var(--sbf-border-radius-4);
  background: var(--sbf-palette-white);
  border: 1px solid var(--sbf-palette-gray-400);
  box-shadow: none;
  appearance: none;
  padding: 1em;
}

.sbf-card .inline-input input[type="number"], .sbf-card .inline-input textarea[type="number"], .sbf-card .inline-input select[type="number"] {
  appearance: none;
  -moz-appearance: textfield;
}

.sbf-card .inline-input input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.sbf-card .inline-input input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.sbf-card .inline-input textarea[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.sbf-card .inline-input textarea[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.sbf-card .inline-input select[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.sbf-card .inline-input select[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.sbf-card .inline-input input:focus, .sbf-card .inline-input textarea:focus, .sbf-card .inline-input select:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.sbf-card .inline-input select {
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='7'%20viewBox='0%200%2014%207'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14%200L7.2807%207L0%200L14%200Z'%20fill='%23979797'/%3e%3c/svg%3e") right 1rem center / .6rem no-repeat;
  background-color: var(--sbf-palette-white);
  cursor: pointer;
}

.sbf-card .inline-input input, .sbf-card .inline-input select {
  height: 54px;
  min-height: 54px;
}

.sbf-card .inline-input label {
  font-size: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
  cursor: text;
  transform-origin: 0;
  pointer-events: none;
  transition: transform .2s ease-out;
  position: absolute;
  top: 1.75em;
  left: 1em;
  transform: scale(.8) translate(-1em, -3em);
}

.sbf-card .inline-input.empty label {
  color: var(--sbf-palette-gray-500);
  transform: none;
}

.sbf-card .inline-input.currency-usd input {
  padding: 10px 63px 10px 30px;
}

.sbf-card .inline-input.currency-usd input::-webkit-input-placeholder {
  color: var(--sbf-palette-blue-500);
}

.sbf-card .inline-input.currency-usd input::placeholder {
  color: var(--sbf-palette-blue-500);
}

.sbf-card .inline-input.currency-usd input:placeholder-shown {
  color: var(--sbf-palette-blue-500);
}

.sbf-card .inline-input.currency-usd input:-ms-placeholder-shown {
  color: var(--sbf-palette-blue-500);
}

.sbf-card .inline-input.currency-usd label {
  padding-left: 0;
}

.sbf-card .inline-input.empty.currency-usd label {
  padding-left: .4em;
}

.sbf-card .inline-input.invalid input, .sbf-card .inline-input.invalid select {
  border: 1px solid var(--sbf-palette-red-200);
}

.sbf-card .inline-input.invalid.empty label {
  color: var(--sbf-palette-red-200);
  padding-left: 24px;
}

.sbf-card .inline-input.invalid.empty label:before {
  content: "!";
  background-color: var(--sbf-palette-red-200);
  color: var(--sbf-palette-white);
  border-radius: var(--sbf-border-radius-round);
  width: 15px;
  line-height: 15px;
  font-weight: var(--sbf-font-weight-700);
  text-align: center;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
}

.sbf-card .inline-input .email-checker {
  z-index: 1002;
  white-space: nowrap;
  background-color: #fff;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.45;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.sbf-card .inline-input .email-checker__label {
  display: flex;
  overflow: hidden;
}

.sbf-card .inline-input .email-checker__result {
  cursor: pointer;
  text-overflow: ellipsis;
  font-weight: var(--sbf-font-weight-600);
  direction: rtl;
  margin-left: .2em;
  padding: 0;
  text-decoration: underline;
  overflow: hidden;
}

.sbf-card .inline-input .email-checker__result:focus-visible {
  outline-offset: -2px;
}

.sbf-card .inline-input .email-checker__close {
  cursor: pointer;
  height: 14px;
  margin-top: 2px;
  margin-left: 3px;
  padding: 0;
  display: inline-block;
}

.sbf-card .inline-input .icon {
  color: var(--sbf-palette-gray-500);
}

.sbf-card .inline-input ::-webkit-input-placeholder {
  color: var(--sbf-palette-gray-500);
}

.sbf-card .inline-input :-moz-placeholder-shown {
  color: var(--sbf-palette-gray-500);
}

.sbf-card .inline-input ::-moz-placeholder {
  color: var(--sbf-palette-gray-500);
}

.sbf-card .inline-input :-ms-placeholder-shown {
  color: var(--sbf-palette-gray-500);
}

.sbf-card .inline-input .inline-input__button {
  background: none;
  border: 0;
  outline: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 18px;
  right: 0;
}

.sbf-card .inline-input .inline-input__button .inline-input__button-search-icon {
  width: 17px;
  height: 17px;
}

.sbf-card .inline-input {
  width: 100%;
  margin: 0;
}

.sbf-card .sbf-card__button {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #005595;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #005595;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.sbf-card .sbf-card__button:hover, .sbf-card .sbf-card__button:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #003862;
  border-color: #003862;
}

.sbf-card .sbf-card__button:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.sbf-card .sbf-card__button.disabled, .sbf-card .sbf-card__button[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.sbf-card .sbf-card__button.disabled:hover, .sbf-card .sbf-card__button.disabled:focus, .sbf-card .sbf-card__button[disabled]:hover, .sbf-card .sbf-card__button[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #005595;
  border-color: #005595;
}

.sbf-card .sbf-card__button {
  font-size: var(--sbf-font-size-18);
  text-align: center;
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
  text-decoration: none;
}

.sbf-card .sbf-card__button--small {
  font-size: var(--sbf-font-size-16);
  line-height: var(--sbf-line-height-sm);
  padding: 12px;
}

.sbf-card .sbf-card__button--blue {
  background-color: var(--sbf-palette-blue-500);
  border-color: var(--sbf-palette-blue-500);
}

.sbf-card .sbf-card__button--blue:hover, .sbf-card .sbf-card__button--blue:focus {
  background-color: #003862;
  border-color: #003862;
}

.sbf-card .sbf-card__button--orange {
  background-color: var(--sbf-palette-orange-500);
  border-color: var(--sbf-palette-orange-500);
}

.sbf-card .sbf-card__button--orange:hover, .sbf-card .sbf-card__button--orange:focus {
  background-color: #963c00;
  border-color: #963c00;
}

.sbf-card .sbf-card__button--green {
  background-color: var(--sbf-palette-green-700);
  border-color: var(--sbf-palette-green-700);
}

.sbf-card .sbf-card__button--green:hover, .sbf-card .sbf-card__button--green:focus {
  background-color: #114326;
  border-color: #114326;
}

.sbf-card .sbf-card__button--brown {
  background-color: var(--sbf-palette-brown-200);
  border-color: var(--sbf-palette-brown-200);
}

.sbf-card .sbf-card__button--brown:hover, .sbf-card .sbf-card__button--brown:focus {
  background-color: #6c2e20;
  border-color: #6c2e20;
}

.sbf-card .sbf-card__button--light-yellow {
  background-color: var(--sbf-palette-yellow-200);
  border-color: var(--sbf-palette-yellow-200);
  color: var(--sbf-palette-black);
}

.sbf-card .sbf-card__button--light-yellow:hover, .sbf-card .sbf-card__button--light-yellow:focus {
  color: var(--sbf-palette-black);
  background-color: #efc53f;
  border-color: #efc53f;
}

.sbf-card .sbf-card__button--light-green {
  background-color: var(--sbf-palette-green-400);
  border-color: var(--sbf-palette-green-400);
  color: var(--sbf-palette-black);
}

.sbf-card .sbf-card__button--light-green:hover, .sbf-card .sbf-card__button--light-green:focus {
  color: var(--sbf-palette-black);
  background-color: #7aae3e;
  border-color: #7aae3e;
}

.sbf-card .sbf-card__button--light-blue {
  background-color: var(--sbf-palette-blue-200);
  border-color: var(--sbf-palette-blue-200);
  color: var(--sbf-palette-black);
}

.sbf-card .sbf-card__button--light-blue:hover, .sbf-card .sbf-card__button--light-blue:focus {
  color: var(--sbf-palette-black);
  background-color: #9acaff;
  border-color: #9acaff;
}

.sbf-card .sbf-card__button--dark-pink {
  background-color: var(--sbf-palette-pink-400);
  border-color: var(--sbf-palette-pink-400);
}

.sbf-card .sbf-card__button--dark-pink:hover, .sbf-card .sbf-card__button--dark-pink:focus {
  background-color: #591a33;
  border-color: #591a33;
}

.sbf-card .sbf-card__button--purple {
  background-color: var(--sbf-palette-purple-400);
  border-color: var(--sbf-palette-purple-400);
}

.sbf-card .sbf-card__button--purple:hover, .sbf-card .sbf-card__button--purple:focus {
  background-color: #35163d;
  border-color: #35163d;
}

.sbf-card .sbf-card__content {
  gap: var(--sbf-space-8);
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}

.sbf-card .sbf-card__heading {
  letter-spacing: -.015em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.16667;
}

.sbf-card .sbf-card__tag {
  font-family: var(--sbf-font-family-sans);
  font-size: var(--sbf-font-size-16);
  font-weight: var(--sbf-font-weight-700);
  letter-spacing: var(--sbf-letter-spacing-xl);
  line-height: var(--sbf-line-height-sm);
  text-transform: uppercase;
  color: var(--sbf-palette-black);
  margin: 0;
}

.sbf-card .sbf-card__copy {
  letter-spacing: normal;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
}

.sbf-card .sbf-card__button, .sbf-card .sbf-card__heading, .sbf-card .sbf-card__tag, .sbf-card .sbf-card__copy, .sbf-card .sbf-card__copy--serif, .sbf-card .sbf-card__copy--quote-sans, .sbf-card .sbf-card__copy--quote-serif, .sbf-card blockquote {
  margin: 0;
}

.sbf-card .sbf-card__copy--quote-sans {
  letter-spacing: -.01em;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  font-style: italic;
  line-height: 1.33333;
}

@media (min-width: 760px) {
  .sbf-card .sbf-card__copy--quote-sans {
    letter-spacing: -.01em;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.25;
  }
}

.sbf-card .sbf-card__copy--serif {
  letter-spacing: .005em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

.sbf-card .sbf-card__copy--quote-serif {
  letter-spacing: -.01em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  font-style: italic;
  line-height: 1.33333;
}

@media (min-width: 760px) {
  .sbf-card .sbf-card__copy--quote-serif {
    letter-spacing: -.005em;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.25;
  }
}

.sbf-card .sbf-card__heading {
  text-wrap: balance;
}

.sbf-card .sbf-card__address {
  font-style: normal;
}

.sbf-card .sbf-card__footer:has(.sbf-card__button):has(.sbf-card__link) {
  align-items: flex-start;
  gap: var(--sbf-space-16);
  flex-direction: column;
  display: flex;
}

@media (min-width: 900px) {
  .sbf-card .sbf-card__footer:has(.sbf-card__button):has(.sbf-card__link) {
    align-items: center;
    gap: var(--sbf-space-20);
    flex-direction: row;
  }
}

.sbf-card .sbf-card__footer:is(cite) .sbf-card__heading {
  letter-spacing: -.008em;
  margin: 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
}

@media (min-width: 760px) {
  .sbf-card .sbf-card__footer:is(cite) .sbf-card__heading {
    letter-spacing: -.015em;
    margin: 0;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.16667;
  }
}

.sbf-card .sbf-card__footer:is(cite) .sbf-card__copy {
  letter-spacing: normal;
  margin: 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
  line-height: 1.28571;
}

.sbf-card[data-content-align="left"] .sbf-card__body, .sbf-card[data-content-align="left"] .sbf-card__content, .sbf-card[data-content-align="left"] .sbf-card__footer {
  text-align: left;
  align-items: flex-start;
}

.sbf-card[data-content-align="center"] .sbf-card__body, .sbf-card[data-content-align="center"] .sbf-card__content, .sbf-card[data-content-align="center"] .sbf-card__footer {
  text-align: center;
  align-items: center;
}

.sbf-card[data-content-align="right"] .sbf-card__body, .sbf-card[data-content-align="right"] .sbf-card__content, .sbf-card[data-content-align="right"] .sbf-card__footer {
  text-align: right;
  align-items: flex-end;
}

.sbf-card .sbf-card__section {
  margin: 0 0 var(--sbf-space-12) 0;
}

.sbf-card .sbf-card__section .sbf-card__section-heading {
  letter-spacing: -.008em;
  align-items: center;
  gap: var(--sbf-space-8);
  margin: 0 0 4px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
  display: flex;
}

.sbf-card .sbf-card__section .sbf-card__section-heading > .sbf-card__icon {
  width: 14px;
  height: 20px;
}

.sbf-card .sbf-card__section .sbf-card__section-copy {
  letter-spacing: normal;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
}

.sbf-card .sbf-card__section .sbf-card__address, .sbf-card .sbf-card__section .sbf-card__section-copy {
  padding: 0 0 0 var(--sbf-space-24);
  margin: 0;
}

.sbf-card:not(:has(.sbf-card__image)) .sbf-card__body {
  border-radius: var(--sbf-border-radius-4);
}

.sbf-card--bg-transparent {
  box-shadow: none;
  background: none;
}

.sbf-card--bg-transparent .sbf-card__image img {
  border-radius: var(--sbf-border-radius-4);
}

.sbf-card--bg-transparent .sbf-card__image + .sbf-card__body {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: transparent transparent var(--sbf-palette-gray-300) transparent;
  background-color: #0000;
  border-radius: 0;
  padding: 16px 0 24px;
}

@media (min-width: 480px) {
  .sbf-card--bg-transparent .sbf-card__image + .sbf-card__body {
    padding: 20px 0 28px;
  }
}

.sbf-card--has-light-bg .sbf-card__body {
  color: var(--sbf-palette-black);
}

.sbf-card--has-light-bg .sbf-card__body a:not(.sbf-card__button), .sbf-card--has-light-bg .sbf-card__link {
  color: #353535;
}

.sbf-card--has-light-bg .sbf-card__body a:not(.sbf-card__button):hover, .sbf-card--has-light-bg .sbf-card__link:hover, .sbf-card--has-light-bg .sbf-card__body a:not(.sbf-card__button):active, .sbf-card--has-light-bg .sbf-card__link:active {
  color: #0f0f0f;
}

.sbf-card--has-dark-bg .sbf-card__body {
  color: var(--sbf-palette-white);
}

.sbf-card--has-dark-bg .sbf-card__link {
  color: #fff;
}

.sbf-card--has-dark-bg .sbf-card__link:hover, .sbf-card--has-dark-bg .sbf-card__link:active {
  color: #d9d9d9;
}

.sbf-card--landscape {
  border-radius: var(--sbf-border-radius-4);
}

@media (min-width: 480px) and (max-width: 760px) {
  .sbf-card--landscape {
    max-width: 360px;
    margin: 0 auto;
  }
}

@media (min-width: 760px) {
  .sbf-card--landscape {
    flex-direction: row;
  }

  .sbf-card--landscape .sbf-card__image {
    height: auto;
    min-height: auto;
  }
}

.sbf-card--landscape .sbf-card__image img:not(.sbf-card__image--avatar) {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

@media (min-width: 760px) {
  .sbf-card--landscape .sbf-card__image img:not(.sbf-card__image--avatar) {
    border-radius: var(--sbf-border-radius-4) 0 0 var(--sbf-border-radius-4);
  }
}

.sbf-card--landscape .sbf-card__image + .sbf-card__body {
  border: none;
}

@media (min-width: 760px) {
  .sbf-card--landscape .sbf-card__image + .sbf-card__body {
    border-radius: 0 var(--sbf-border-radius-4) var(--sbf-border-radius-4) 0;
    padding: var(--sbf-fluid-space-xl);
  }

  .sbf-card--landscape .sbf-card__image, .sbf-card--landscape .sbf-card__body {
    flex: 50%;
  }

  .sbf-card--landscape .sbf-card__body {
    padding: var(--sbf-fluid-space-xl);
  }
}

.sbf-card--landscape .sbf-card__body .sbf-card__heading {
  font-family: var(--sbf-font-family-sans);
  font-size: var(--sbf-fluid-font-size-step-2);
  font-weight: var(--sbf-font-weight-700);
  letter-spacing: var(--sbf-letter-spacing-md);
  line-height: var(--sbf-line-height-xs);
  color: var(--sbf-palette-black);
  margin: 0;
}

.sbf-card--landscape .sbf-card__body:has(.sbf-card__button) {
  gap: var(--sbf-fluid-space-md-lg);
}

@media (min-width: 760px) {
  .sbf-card--landscape .sbf-card__body:has(.sbf-card__button) {
    gap: var(--sbf-space-24);
  }
}

.sbf-card--landscape .sbf-card__content {
  gap: var(--sbf-fluid-space-xs-sm);
}

.sbf-card--landscape .sbf-card__content .sbf-card__extended {
  display: none;
}

@media (min-width: 760px) {
  .sbf-card--landscape .sbf-card__content .sbf-card__extended {
    gap: var(--sbf-fluid-space-xs-sm);
    flex-direction: column;
    display: flex;
  }
}

.sbf-card-grid {
  grid-template-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.sbf-card-grid .sbf-card-grid__item {
  grid-column: auto / span 1;
  width: auto;
  margin: 0;
}

@media (min-width: 480px) and (max-width: 760px) {
  .sbf-card-grid .sbf-card-grid__item {
    max-width: 360px;
    margin: 0 auto;
  }
}

@media (min-width: 600px) {
  .sbf-card-grid--two {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 760px) {
  .sbf-card-grid--three {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1080px) {
  .sbf-card-grid--three {
    grid-template-columns: repeat(3, 1fr);
  }
}

.sbf-card-grid--four {
  grid-gap: var(--sbf-space-20);
}

@media (min-width: 760px) {
  .sbf-card-grid--four {
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  }
}

.sbf-card-grid--gap-small {
  gap: var(--sbf-space-16);
}

.sbf-card-grid--gap-medium {
  gap: var(--sbf-space-24);
}

.sbf-card-grid--gap-large {
  gap: var(--sbf-space-32);
}

.sbf-card-grid--gap-xlarge {
  gap: var(--sbf-fluid-space-lg);
}

.sbf-card-grid--gap-xxlarge {
  gap: var(--sbf-space-48);
}

.sbf-card-grid--row-gap-medium {
  row-gap: var(--sbf-space-24);
}

.sbf-card-grid--row-gap-xxlarge {
  row-gap: var(--sbf-space-64);
}

.sbf-card-grid--row-gap-xxxlarge {
  row-gap: var(--sbf-space-104);
}

ul {
  margin: 0;
  list-style-type: none;
}

.overlays-container {
  -webkit-overflow-scrolling: touch;
  display: none;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

@media (min-width: 760px) {
  .overlays-container {
    overflow-y: auto;
  }
}

.overlays-container li .plus {
  background: #93c45b;
  border: 4px #93c45b;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translate(0, -50%);
}

.overlay {
  color: #353535;
  z-index: 5;
  background: #fff;
  border-radius: 4px;
  min-width: 200px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  display: none;
  position: absolute;
}

.overlay.fullscreen {
  -webkit-overflow-scrolling: touch;
  color: #353535;
  z-index: -1;
  opacity: 0;
  background: #f5f5f5;
  width: 500px;
  max-width: 100%;
  margin: auto;
  padding: 35px 35px 64px;
  transition: transform .3s, opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(20%);
}

.overlay.fullscreen:after {
  display: none;
}

.overlay.fullscreen + .overlay__mask {
  z-index: 10;
  background: #0009;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.overlay.fullscreen a {
  text-decoration: none;
}

.overlay.fullscreen h1 {
  color: #f5f5f5;
  letter-spacing: -.5px;
  margin: .67em 0;
  font-size: 1.2em;
}

@media (max-width: 759px) {
  .overlay.fullscreen {
    bottom: 0;
    overflow-y: auto;
  }
}

@media (min-width: 760px) {
  .overlay.fullscreen {
    margin-top: 80px;
  }

  .overlay.fullscreen.overlay--large {
    margin-top: 115px;
  }

  .overlay.fullscreen {
    max-width: 80%;
  }

  .overlay.fullscreen h1 {
    font-size: 1.5em;
  }
}

.overlay.fullscreen.is-blocked {
  overflow: hidden;
}

.overlay.fullscreen.is-blocked:before {
  content: "";
  z-index: 12;
  background: #00000080;
  position: absolute;
  inset: -20px 0 0;
}

@media (max-width: 760px) {
  .overlay.fullscreen.is-blocked:before {
    height: 1000%;
  }
}

.overlay.fullscreen.no-padding {
  padding: 0;
}

.overlay.overlay--large {
  width: 780px;
  padding: 0 24px 48px;
}

.overlay.overlay--large .overlay__heading, .overlay.overlay--large .overlay__dark {
  margin: 0 -24px 35px;
  padding: 20px 34px;
}

@media (min-width: 480px) {
  .overlay.overlay--large {
    padding: 0 40px 48px;
  }

  .overlay.overlay--large .overlay__heading, .overlay.overlay--large .overlay__dark {
    margin: 0 -40px 35px;
  }
}

@media (min-width: 760px) {
  .overlay.overlay--large {
    padding: 0 48px 48px;
  }

  .overlay.overlay--large .overlay__heading, .overlay.overlay--large .overlay__dark {
    margin: -35px -48px 35px;
    padding: 35px 48px;
  }
}

.overlay.overlay--xlarge {
  width: 900px;
  padding: 0 24px 48px;
}

.overlay.overlay--xlarge .overlay__heading, .overlay.overlay--xlarge .overlay__dark {
  margin: 0 -24px 35px;
  padding: 20px 34px;
}

@media (min-width: 480px) {
  .overlay.overlay--xlarge {
    padding: 0 34px 48px;
  }

  .overlay.overlay--xlarge .overlay__heading, .overlay.overlay--xlarge .overlay__dark {
    margin: 0 -34px 35px;
  }
}

@media (min-width: 760px) {
  .overlay.overlay--xlarge {
    padding: 0 48px 48px;
  }

  .overlay.overlay--xlarge .overlay__heading, .overlay.overlay--xlarge .overlay__dark {
    margin: 0 -48px 35px;
    padding: 35px 48px;
  }
}

.overlay .white-list {
  background: #fff;
}

.overlay:after {
  content: "";
  z-index: -1;
  background-color: #fff;
  border: 10px solid #fff;
  border-color: #fff #fff #0000 #0000;
  margin-left: -5px;
  position: absolute;
  top: -9px;
  right: 6%;
  transform: rotate(-45deg);
}

.overlay .inline-input {
  width: 100%;
}

.overlay .empty {
  color: #353535;
}

.overlay .button {
  border-radius: var(--sbf-border-radius-4);
  color: #353535;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #353535;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #f5f5f5;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.overlay .button:hover, .overlay .button:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #353535;
  border-color: #353535;
}

.overlay .button:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.overlay .button.disabled, .overlay .button[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.overlay .button.disabled:hover, .overlay .button.disabled:focus, .overlay .button[disabled]:hover, .overlay .button[disabled]:focus {
  color: #353535;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #f5f5f5;
  border-color: #353535;
}

.overlay .button {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  margin: 16px 8px;
  padding: 16px;
  line-height: 1.15em;
}

.overlay .button--blue {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #005595;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #005595;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.overlay .button--blue:hover, .overlay .button--blue:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #003862;
  border-color: #003862;
}

.overlay .button--blue:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.overlay .button--blue.disabled, .overlay .button--blue[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.overlay .button--blue.disabled:hover, .overlay .button--blue.disabled:focus, .overlay .button--blue[disabled]:hover, .overlay .button--blue[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #005595;
  border-color: #005595;
}

.overlay .button--blue {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.overlay .center {
  text-align: center;
}

.overlay__close {
  display: block;
}

@media (min-width: 760px) {
  .overlay__close {
    display: none;
  }
}

.overlay hr {
  border: none;
  width: 100%;
  height: 24px;
  margin: 20px 8px 20px 0;
  padding: 0;
  transform: scale(.6);
}

.overlay__close {
  z-index: 10005;
  color: #fff;
  text-align: center;
  background: #000000b3;
  border-bottom: none;
  border-bottom-left-radius: 16px;
  width: 40px;
  height: 40px;
  padding: 6px 12px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
}

.overlay__close:hover {
  color: #fffc;
}

.overlay--shown {
  display: block;
}

.overlay.fullscreen.overlay--shown {
  opacity: 1;
  z-index: 11;
  transform: translateY(0);
}

.overlay__heading, .overlay__dark {
  text-align: center;
  background: #353535;
  border-radius: 4px;
  margin: -35px -35px 35px;
  padding: 35px;
}

@media (max-width: 759px) {
  .overlay__heading, .overlay__dark {
    margin-bottom: 35px;
  }
}

.overlay--large .overlay__heading, .overlay--large .overlay__dark {
  margin: 0 -24px 35px;
}

@media (min-width: 480px) {
  .overlay--large .overlay__heading, .overlay--large .overlay__dark {
    margin: 0 -40px 35px;
  }
}

.overlay.fullscreen.no-padding .overlay__heading {
  margin: 0 0 35px;
  padding: 35px;
}

.overlays-mask {
  opacity: .75;
  z-index: 1000;
  background: #000;
  position: fixed;
  inset: 0;
}

.overlay__content p {
  margin-bottom: 14px;
}

.sbf-toast {
  gap: var(--sbf-space-16);
  visibility: hidden;
  background: var(--sbf-palette-white);
  min-width: fit-content;
  color: var(--sbf-palette-black);
  z-index: 9999999;
  opacity: var(--sbf-opacity-0);
  border-radius: var(--sbf-border-radius-4);
  margin: 0 auto;
  padding: 16px;
  transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  display: flex;
  position: fixed;
  bottom: 30px;
  transform: translateX(-50%);
  box-shadow: 0 4px 12px #0000004d;
}

.sbf-toast .sbf-toast__icon {
  width: 23px;
  height: 23px;
}

.sbf-toast .sbf-toast__copy {
  letter-spacing: normal;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

.sbf-toast .sbf-toast__wrap-word {
  overflow-wrap: anywhere;
}

.sbf-toast--success {
  background: var(--sbf-state-success-light);
  border-left: solid var(--sbf-border-width-4) var(--sbf-palette-green-500);
}

.sbf-toast--info {
  background: var(--sbf-state-info-light);
  border-left: solid var(--sbf-border-width-4) var(--sbf-palette-blue-500);
}

.sbf-toast--critical {
  background: var(--sbf-state-critical-light);
  border-left: solid var(--sbf-border-width-4) var(--sbf-palette-red-200);
}

.sbf-toast--warning {
  background: var(--sbf-state-warning-light);
  border-left: solid var(--sbf-border-width-4) var(--sbf-palette-yellow-300);
}

.sbf-toast--align-center {
  left: 50%;
}

.sbf-toast.js-show {
  visibility: visible;
  opacity: var(--sbf-opacity-100);
}

.sbf-badge {
  letter-spacing: normal;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
  line-height: 1.28571;
}

.sbf-badge[data-badge-theme="blue"] {
  --sbf-badge-bg: var(--sbf-palette-blue-100);
  --sbf-badge-text: var(--sbf-palette-blue-500);
}

.sbf-badge[data-badge-theme="green"] {
  --sbf-badge-bg: var(--sbf-palette-green-200);
  --sbf-badge-text: var(--sbf-palette-green-700);
}

.sbf-badge[data-badge-theme="yellow"] {
  --sbf-badge-bg: var(--sbf-palette-yellow-200);
  --sbf-badge-text: var(--sbf-palette-black);
}

.sbf-badge[data-badge-theme="pink"] {
  --sbf-badge-bg: var(--sbf-palette-pink-100);
  --sbf-badge-text: var(--sbf-palette-pink-400);
}

.sbf-badge[data-badge-theme="purple"] {
  --sbf-badge-bg: var(--sbf-palette-purple-100);
  --sbf-badge-text: var(--sbf-palette-purple-400);
}

.sbf-badge[data-badge-theme="orange"] {
  --sbf-badge-bg: var(--sbf-palette-orange-200);
  --sbf-badge-text: var(--sbf-palette-black);
}

.sbf-badge[data-badge-theme="red"] {
  --sbf-badge-bg: var(--sbf-palette-red-100);
  --sbf-badge-text: var(--sbf-palette-red-200);
}

.sbf-badge[data-badge-theme="gold"] {
  --sbf-badge-bg: var(--sbf-palette-gold-200);
  --sbf-badge-text: var(--sbf-palette-black);
}

.sbf-badge[data-badge-theme="gray"] {
  --sbf-badge-bg: var(--sbf-palette-gray-200);
  --sbf-badge-text: var(--sbf-palette-black);
}

.sbf-badge {
  border-radius: var(--sbf-border-radius-4);
  padding: var(--sbf-space-4) var(--sbf-space-8);
  font-weight: var(--sbf-font-weight-700);
  letter-spacing: var(--sbf-letter-spacing-xl);
  text-transform: uppercase;
  background: var(--sbf-badge-bg, var(--sbf-palette-gray-300));
  color: var(--sbf-badge-text, var(--sbf-palette-black));
  text-decoration: none;
}

.sbf-badge:has(.sbf-badge__icon) {
  justify-content: center;
  align-items: center;
  gap: var(--sbf-space-4);
  display: flex;
}

.sbf-badge .sbf-badge__icon {
  width: 16px;
  height: 16px;
}

.sbf-toggletip__close-button, .sbf-tooltip-button, .sbf-toggletip-button {
  cursor: pointer;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  text-decoration: none;
}

.sbf-toggletip__close-button svg, .sbf-tooltip-button svg, .sbf-toggletip-button svg {
  width: 100%;
  height: 100%;
}

.sbf-toggletip__close-button:focus, .sbf-tooltip-button:focus, .sbf-toggletip-button:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.sbf-tooltip, .sbf-toggletip {
  cursor: pointer;
  -webkit-text-decoration-color: var(--sbf-palette-blue-500);
  text-decoration-color: var(--sbf-palette-blue-500);
  text-underline-offset: 18%;
  text-decoration-thickness: calc(1em / 10);
  display: inline-block;
  position: relative;
  text-decoration-line: underline !important;
  text-decoration-style: dotted !important;
}

.sbf-tooltip.sbf-badge, .sbf-toggletip.sbf-badge {
  text-underline-offset: 0 !important;
  text-decoration: none !important;
}

.sbf-tooltip-button, .sbf-toggletip-button {
  background: none;
}

.sbf-tooltip-link, .sbf-toggletip-link {
  font-weight: var(--sbf-font-weight-600);
}

.sbf-tooltip-link--blue-500, .sbf-toggletip-link--blue-500 {
  color: #005595;
}

.sbf-tooltip-link--blue-500:hover, .sbf-toggletip-link--blue-500:hover, .sbf-tooltip-link--blue-500:active, .sbf-toggletip-link--blue-500:active {
  color: #002949;
}

.sbf-tooltip-link--yellow-200, .sbf-toggletip-link--yellow-200 {
  color: #f3d36e;
}

.sbf-tooltip-link--yellow-200:hover, .sbf-toggletip-link--yellow-200:hover, .sbf-tooltip-link--yellow-200:active, .sbf-toggletip-link--yellow-200:active {
  color: #edbe27;
}

.sbf-tooltip__element, .sbf-toggletip__element {
  padding: var(--sbf-space-16);
  text-align: left;
  border-radius: var(--sbf-border-radius-8);
  z-index: 10003;
  cursor: auto;
  background-color: var(--tooltip-bg);
  width: max-content;
  max-width: 320px;
  color: var(--tooltip-text);
  flex-direction: column;
  font-weight: normal;
  display: flex;
  position: absolute;
  box-shadow: 0 4px 12px #00000026;
}

@media (min-width: 480px) {
  .sbf-tooltip__element, .sbf-toggletip__element {
    max-width: 350px;
  }
}

.sbf-tooltip__element--light, .sbf-toggletip__element--light {
  --tooltip-bg: #fff;
  --tooltip-text: #353535;
  --tooltip-link-color: #005595;
  --tooltip-link-hover-color: #002949;
  --tooltip-btn-bg: #e5e5e5;
  --tooltip-btn-hover: #ccc;
  --tooltip-arrow-color: #fff;
}

.sbf-tooltip__element--dark, .sbf-toggletip__element--dark {
  --tooltip-bg: #353535;
  --tooltip-text: #fff;
  --tooltip-link-color: #f3d36e;
  --tooltip-link-hover-color: #edbe27;
  --tooltip-btn-bg: #6e6e6e;
  --tooltip-btn-hover: #555;
  --tooltip-arrow-color: #353535;
}

.sbf-tooltip__element a, .sbf-toggletip__element a {
  color: var(--tooltip-link-color);
  font-weight: var(--sbf-font-weight-600);
  text-decoration: underline;
}

.sbf-tooltip__element a:hover, .sbf-tooltip__element a:active, .sbf-tooltip__element a:focus, .sbf-toggletip__element a:hover, .sbf-toggletip__element a:active, .sbf-toggletip__element a:focus {
  color: var(--tooltip-link-hover-color);
}

.sbf-tooltip__element ul, .sbf-toggletip__element ul {
  margin: 0;
  list-style: none;
}

.sbf-tooltip__element .sbf-tooltip__element-arrow, .sbf-tooltip__element .sbf-toggletip__element-arrow, .sbf-toggletip__element .sbf-tooltip__element-arrow, .sbf-toggletip__element .sbf-toggletip__element-arrow {
  z-index: 10003;
  background-color: var(--tooltip-arrow-color);
  width: 12px;
  height: 12px;
  position: absolute;
  transform: rotate(45deg);
}

.sbf-tooltip__content, .sbf-toggletip__content {
  letter-spacing: normal;
  gap: var(--sbf-space-4);
  flex-direction: column;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
  line-height: 1.28571;
  display: flex;
}

.sbf-tooltip__content a, .sbf-toggletip__content a {
  font-weight: var(--sbf-font-weight-600);
  text-decoration: underline;
}

.sbf-tooltip__copy, .sbf-toggletip__copy {
  margin: 0;
}

.sbf-tooltip__content {
  gap: var(--sbf-space-8);
}

.sbf-toggletip__element .sbf-toggletip__content .sbf-toggletip__content__link {
  color: var(--tooltip-link-color);
  font-weight: var(--sbf-font-weight-600);
  text-decoration: underline;
}

.sbf-toggletip__element .sbf-toggletip__content .sbf-toggletip__content__link:hover, .sbf-toggletip__element .sbf-toggletip__content .sbf-toggletip__content__link:active, .sbf-toggletip__element .sbf-toggletip__content .sbf-toggletip__content__link:focus {
  color: var(--tooltip-link-hover-color);
}

.sbf-toggletip__element .sbf-toggletip__footer a {
  color: var(--tooltip-link-color);
  font-weight: var(--sbf-font-weight-600);
  text-decoration: underline;
}

.sbf-toggletip__element .sbf-toggletip__footer a:hover, .sbf-toggletip__element .sbf-toggletip__footer a:active, .sbf-toggletip__element .sbf-toggletip__footer a:focus {
  color: var(--tooltip-link-hover-color);
}

.sbf-toggletip__heading {
  letter-spacing: -.008em;
  margin: 0 0 8px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
}

.sbf-toggletip__heading:has(.sbf-toggletip__close-button) {
  justify-content: space-between;
  align-items: center;
  gap: var(--sbf-space-24);
  display: flex;
}

.sbf-toggletip__footer {
  margin: var(--sbf-space-16) 0 0 0;
}

.sbf-toggletip__footer a {
  gap: var(--sbf-space-4);
  align-items: center;
  display: flex;
}

.sbf-toggletip__footer a svg {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 0 0 0 var(--sbf-space-4);
}

.sbf-toggletip__close-button {
  background: var(--tooltip-btn-bg);
  border-radius: var(--sbf-border-radius-4);
}

.sbf-toggletip__close-button:hover {
  background: var(--tooltip-btn-hover);
}

.sbf-toggletip__element, .sbf-tooltip-template {
  display: none;
}

.photos {
  background-color: #353535;
  padding-top: 16px;
}

.gallery-photo a {
  border-bottom: none;
}

.gallery-photo img {
  width: 100%;
}

.button-container.loading {
  visibility: hidden;
}

#photo-overlay {
  text-align: center;
}

#photo-overlay .prev-button, #photo-overlay .next-button {
  text-indent: -999em;
  border-bottom: none;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: -20px;
}

#photo-overlay .prev-button {
  background: url("data:image/png;base64,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") no-repeat;
  right: 50px;
}

#photo-overlay .next-button {
  background: url("data:image/png;base64,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") no-repeat;
  right: 15px;
}

#photo-overlay #photo-div {
  cursor: pointer;
  background-color: #353535;
  position: absolute;
  inset: 50px 20px;
}

#photo-overlay #photo-overlay-left-margin {
  background-color: #353535;
  width: 20px;
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 0;
}

#photo-overlay #photo-overlay-right-margin {
  background-color: #353535;
  width: 20px;
  position: absolute;
  top: 50px;
  bottom: 50px;
  right: 0;
}

#photo-overlay #photo-overlay-bottom-margin {
  background-color: #353535;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#photo-overlay-caption {
  color: #fff;
  text-align: center;
  background-color: #353535;
  width: 100%;
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#photo-overlay #photo-counter {
  color: #fff;
  text-align: left;
  background-color: #353535;
  height: 50px;
  padding-top: .618rem;
  padding-left: .618rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#photo-overlay img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}

.rect_container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.rect_image {
  width: 100%;
  display: block;
}

.rect {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sbf-button--light-blue {
  border-radius: var(--sbf-border-radius-4);
  color: #353535;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #cde5ff;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #cde5ff;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.sbf-button--light-blue:hover, .sbf-button--light-blue:focus {
  color: #353535;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #9acaff;
  border-color: #9acaff;
}

.sbf-button--light-blue:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.sbf-button--light-blue.disabled, .sbf-button--light-blue[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.sbf-button--light-blue.disabled:hover, .sbf-button--light-blue.disabled:focus, .sbf-button--light-blue[disabled]:hover, .sbf-button--light-blue[disabled]:focus {
  color: #353535;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #cde5ff;
  border-color: #cde5ff;
}

.sbf-button--light-blue {
  font-size: var(--sbf-font-size-18);
  color: #353535;
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.sbf-button--light-green {
  border-radius: var(--sbf-border-radius-4);
  color: #353535;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #93c45b;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #93c45b;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.sbf-button--light-green:hover, .sbf-button--light-green:focus {
  color: #353535;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #7aae3e;
  border-color: #7aae3e;
}

.sbf-button--light-green:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.sbf-button--light-green.disabled, .sbf-button--light-green[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.sbf-button--light-green.disabled:hover, .sbf-button--light-green.disabled:focus, .sbf-button--light-green[disabled]:hover, .sbf-button--light-green[disabled]:focus {
  color: #353535;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #93c45b;
  border-color: #93c45b;
}

.sbf-button--light-green {
  font-size: var(--sbf-font-size-18);
  color: #353535;
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.sbf-button--yellow {
  border-radius: var(--sbf-border-radius-4);
  color: #353535;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #f3d36e;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #f3d36e;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.sbf-button--yellow:hover, .sbf-button--yellow:focus {
  color: #353535;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #efc53f;
  border-color: #efc53f;
}

.sbf-button--yellow:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.sbf-button--yellow.disabled, .sbf-button--yellow[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.sbf-button--yellow.disabled:hover, .sbf-button--yellow.disabled:focus, .sbf-button--yellow[disabled]:hover, .sbf-button--yellow[disabled]:focus {
  color: #353535;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #f3d36e;
  border-color: #f3d36e;
}

.sbf-button--yellow {
  font-size: var(--sbf-font-size-18);
  color: #353535;
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.sbf-button--orange {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #c95000;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #c95000;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.sbf-button--orange:hover, .sbf-button--orange:focus {
  color: #353535;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #963c00;
  border-color: #963c00;
}

.sbf-button--orange:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.sbf-button--orange.disabled, .sbf-button--orange[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.sbf-button--orange.disabled:hover, .sbf-button--orange.disabled:focus, .sbf-button--orange[disabled]:hover, .sbf-button--orange[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #c95000;
  border-color: #c95000;
}

.sbf-button--orange {
  font-size: var(--sbf-font-size-18);
  color: #353535;
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.sbf-button--blue {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #005595;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #005595;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.sbf-button--blue:hover, .sbf-button--blue:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #003862;
  border-color: #003862;
}

.sbf-button--blue:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.sbf-button--blue.disabled, .sbf-button--blue[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.sbf-button--blue.disabled:hover, .sbf-button--blue.disabled:focus, .sbf-button--blue[disabled]:hover, .sbf-button--blue[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #005595;
  border-color: #005595;
}

.sbf-button--blue {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.sbf-button--green {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #1c6b3d;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #1c6b3d;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.sbf-button--green:hover, .sbf-button--green:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #114326;
  border-color: #114326;
}

.sbf-button--green:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.sbf-button--green.disabled, .sbf-button--green[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.sbf-button--green.disabled:hover, .sbf-button--green.disabled:focus, .sbf-button--green[disabled]:hover, .sbf-button--green[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #1c6b3d;
  border-color: #1c6b3d;
}

.sbf-button--green {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.sbf-button {
  text-align: center;
  margin: 0;
}

.button-container {
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  display: flex;
}

@media (min-width: 480px) {
  .button-container {
    flex-direction: row;
  }
}

body {
  background-color: #f5f5f5;
  font-size: 16px;
}

body.sbf-ce-editor .section-intro .sbf-ce-section, body.sbf-ce-editor .section-highlights .sbf-ce-section, body.sbf-ce-editor .section-whos-involved .sbf-ce-section {
  outline: 1px dotted #353535 !important;
}

main a {
  color: #005595;
}

main a:hover, main a:active {
  color: #002949;
}

main a {
  font-weight: 600;
  text-decoration: underline;
}

.sub-heading {
  letter-spacing: -.0001em;
  margin: 20px 0 8px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.287rem;
  font-weight: 500;
  line-height: 1.16667;
}

@media (min-width: 480px) {
  .sub-heading {
    margin: 32px 0 16px;
    font-size: 1.5rem;
  }
}

.sb-hr {
  display: none;
}

@media (min-width: 760px) {
  .sb-hr {
    color: #fff;
    fill: #fff;
    opacity: .75;
    max-width: 416px;
    height: 40px;
    margin: 28px auto;
    display: block;
    overflow: hidden;
  }
}

.section-hero {
  color: #fff;
  background: #353535 url("/fa/min/assets/section-hero-bg-62cd2125.jpg");
  padding: 64px 16px;
}

@media (min-width: 760px) {
  .section-hero {
    padding: 60px 0;
  }
}

.section-hero h1 {
  letter-spacing: -.025em;
  max-width: 30ch;
  margin: 0 auto 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.125;
}

@media (min-width: 760px) {
  .section-hero h1 {
    letter-spacing: -.035em;
    margin: 0 auto;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 3.75em;
    font-weight: 700;
    line-height: 1.08333;
  }
}

.section-hero .section-container {
  text-align: center;
}

.section-hero .section-container img {
  border: 3px solid #fff;
  width: 200px;
  height: 200px;
  margin: 0 0 0 52px;
  box-shadow: 2px -1px 4px #0000004d;
}

@media (min-width: 600px) {
  .section-hero .section-container img {
    width: 308px;
    height: 308px;
  }
}

.section-hero .section-container .flex-container {
  justify-content: center;
  gap: 12px;
  display: flex;
}

.section-hero .section-container .sbf-social-share--compact {
  align-self: flex-end;
}

.section-hero .section-hero__cover {
  height: 100%;
  display: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}

.section-hero .section-hero__cover img {
  visibility: hidden;
  min-width: 100%;
  min-height: 100%;
}

.section-hero .section-hero__cover .section-hero__cover__overlay {
  background: #0000008c;
  position: absolute;
  inset: 0;
}

.section-hero .download-form {
  color: #f3d36e;
}

.section-hero .download-form:hover, .section-hero .download-form:active {
  color: #edbe27;
}

.section-hero .download-form {
  margin: 20px 0 0;
  font-weight: 600;
  display: inline-block;
}

.section-hero .download-form svg {
  width: 14px;
  height: 16px;
  margin: 0 8px 8px 0;
  top: 2px;
}

.section-hero .hero-fund__give-by {
  justify-content: center;
  margin: 20px 0 0;
  display: flex;
}

.section-hero .hero-fund__give-by p {
  margin: 0;
}

.section-hero .hero-fund__give-by ul {
  gap: 8px;
  margin: 0 0 0 4px;
  list-style-type: none;
  display: flex;
}

.section-hero .hero-fund__give-by ul a {
  color: #f3d36e;
}

.section-hero .hero-fund__give-by ul a:hover, .section-hero .hero-fund__give-by ul a:active {
  color: #edbe27;
}

.section-hero .hero-fund__give-by ul a {
  font-weight: 600;
  text-decoration: underline;
}

.section-hero .hero-fund__give-by p, .section-hero .hero-fund__give-by a {
  letter-spacing: normal;
  margin: 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
}

.section-intro {
  background: #f5f5f5;
  padding: 50px 16px;
}

@media (min-width: 900px) {
  .section-intro {
    padding: 100px 16px;
  }
}

.section-intro .section-container {
  max-width: 1080px;
  margin: 0 auto;
}

.section-intro .flex-container {
  flex-direction: column;
  gap: 36px;
  display: flex;
}

@media (min-width: 900px) {
  .section-intro .flex-container {
    flex-direction: row;
    gap: 72px;
  }
}

.section-intro .flex-container .flex-item-1, .section-intro .flex-container .flex-item-2 {
  flex-basis: 50%;
}

@media (min-width: 900px) {
  .section-intro .flex-container .flex-item-1 {
    flex-basis: 41%;
  }

  .section-intro .flex-container .flex-item-2 {
    flex-basis: 59%;
  }
}

.section-intro p:not(.lead) {
  letter-spacing: normal;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 760px) {
  .section-intro p:not(.lead) {
    letter-spacing: normal;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.125em;
    line-height: 1.33333;
  }
}

.section-intro p:last-of-type {
  margin: 0;
}

.section-intro .lead {
  letter-spacing: .005em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

@media (min-width: 760px) {
  .section-intro .lead {
    letter-spacing: -.0015em;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.5em;
    line-height: 1.25;
  }
}

.section-intro h2 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section-intro h2 {
    letter-spacing: -.025em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

.section-intro h2, .section-intro .lead {
  margin: 0 0 16px;
}

.section-intro .section-intro__short-description {
  letter-spacing: normal;
  color: #fff;
  text-align: left;
  background: #1c6b3d;
  margin: 0 0 36px;
  padding: 22px 18px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.375;
}

@media (min-width: 900px) {
  .section-intro .section-intro__short-description {
    margin: 0 0 48px;
  }
}

.section-intro .section-intro__stats-year {
  text-align: center;
  color: #fff;
  background: #1c6b3d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.section-intro .section-intro__stats-amount {
  letter-spacing: -.005em;
  color: #1c6b3d;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25;
}

.section-intro .section-intro__stats-content {
  letter-spacing: normal;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
}

.section-intro .section-intro__stats-current-year, .section-intro .section-intro__stats-previous-year {
  margin: 0 0 32px;
}

.section-intro .section-intro__stats-totals svg {
  fill: #1c6b3d;
  width: 49px;
  height: 40px;
}

.section-intro .section-intro__stats-totals .raised-since-when:before {
  content: " ";
  display: inline;
}

.section-intro .section-intro__stats-totals .raised-since-when > div {
  display: inline;
}

.section-intro .section-intro__stats.flex-container--stats {
  flex-direction: row;
  align-items: center;
  gap: 12px;
  display: flex;
}

.section-get-involved {
  background: #f5f5f5;
  padding: 50px 16px 24px;
}

@media (min-width: 760px) {
  .section-get-involved {
    padding: 80px 16px 60px;
  }
}

.section-get-involved .section-container {
  max-width: 1080px;
  margin: 0 auto;
}

.section-get-involved.entity-empty {
  padding: 32px 16px 24px;
}

@media (min-width: 760px) {
  .section-get-involved.entity-empty {
    padding: 32px 16px 60px;
  }
}

.section-get-involved.donors-empty {
  background: #fff;
}

.section-get-involved.entity-empty.donors-empty {
  background: #f5f5f5;
}

.section-get-involved h2 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section-get-involved h2 {
    letter-spacing: -.025em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

.section-get-involved h2 {
  text-align: center;
  margin: 0;
}

.section-get-involved ul {
  margin: 24px 0;
}

@media (min-width: 760px) {
  .section-get-involved ul {
    margin: 36px 0 56px;
  }
}

.section-get-involved .sbf-button {
  width: 100%;
}

.section-get-involved .email-link {
  letter-spacing: normal;
  text-align: center;
  margin: 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.33333;
}

@media (min-width: 760px) {
  .section-get-involved .email-link {
    letter-spacing: -.005em;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 1.25;
  }
}

.section-highlights {
  background: #fff;
  padding: 50px 16px;
}

@media (min-width: 760px) {
  .section-highlights {
    padding: 80px 16px;
  }
}

.section-highlights .section-container {
  max-width: 1080px;
  margin: 0 auto;
}

.section-highlights h2 {
  letter-spacing: -.025em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section-highlights h2 {
    letter-spacing: -.025em;
    margin: 0 0 32px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

.section-money {
  background: url("/fa/min/assets/section-money-bg-0226ab99.jpg") bottom / cover no-repeat;
  padding: 50px 16px;
}

@media (min-width: 760px) {
  .section-money {
    padding: 100px 16px;
  }
}

.section-money .section-container {
  max-width: 1080px;
  margin: 0 auto;
}

.section-money h2 {
  letter-spacing: -.025em;
  margin: 0 0 16px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section-money h2 {
    letter-spacing: -.025em;
    margin: 0 0 16px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

.section-money .content-container {
  color: #fff;
  text-align: center;
  max-width: 90ch;
  margin: 0 auto;
}

.section-money .content-container .lead, .section-money .content-container p {
  letter-spacing: normal;
  text-wrap: pretty;
  margin: 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 760px) {
  .section-money .content-container .lead, .section-money .content-container p {
    letter-spacing: normal;
    margin: 0;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.125em;
    line-height: 1.33333;
  }
}

.section-money .content-container p:not(:first-of-type) {
  margin: 20px 0 0;
}

.section-money .content-container a:not(.sbf-button) {
  color: #f3d36e;
}

.section-money .content-container a:not(.sbf-button):hover, .section-money .content-container a:not(.sbf-button):active {
  color: #edbe27;
}

.section-money .content-container .sbf-button {
  margin: 44px 0 0;
}

.section-photos {
  color: #fff;
  text-align: center;
  background: url("/fa/min/assets/section-photos-bg-5ed2565d.jpg") bottom / cover no-repeat;
  padding: 50px 16px;
}

@media (min-width: 760px) {
  .section-photos {
    padding: 80px 16px;
  }
}

.section-photos .photo-gallery {
  z-index: 2;
}

.section-photos .photo-gallery div {
  border: 3px solid #fff;
}

.section-photos .section-photos__overlay {
  opacity: .8;
  background-color: #353535;
  display: block;
  position: absolute;
  inset: 0;
}

.section-photos .section-container {
  max-width: 880px;
  margin: 0 auto;
}

.section-photos .button-container {
  margin: 36px 0 0;
}

.section-photos .sbf-button--yellow {
  margin: 0 auto;
}

.section-photos .sbf-button--yellow svg {
  width: 16px;
  height: 16px;
  margin: 0 4px 4px 0;
}

.section-photos h2 {
  letter-spacing: -.025em;
  margin: 0 0 12px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section-photos h2 {
    letter-spacing: -.025em;
    margin: 0 0 12px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

.section-photos p {
  letter-spacing: normal;
  color: #fff;
  max-width: 60ch;
  margin: 0 auto 36px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

.section-photos h2, .section-photos p {
  z-index: 2;
  text-align: center;
}

.section-whos-involved {
  color: #353535;
  background-color: #f5f5f5;
  background-image: url("/fa/min/assets/section-whos-involved-bg-68be2894.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-whos-involved .sb-hr {
  display: none;
}

.section-whos-involved.entity-empty.donors-empty {
  background: #f5f5f5;
}

.section-whos-involved.entity-empty.donors-empty .section-container {
  padding: 32px 16px;
}

@media (min-width: 760px) {
  .section-whos-involved.entity-empty.donors-empty .section-container {
    padding: 80px 16px 30px;
  }
}

.section-whos-involved.entity-empty.donors-empty .sb-hr {
  fill: #353535;
  max-width: 700px;
  margin: 16px auto;
  display: block;
}

.section-whos-involved.entity-empty.donors-empty .sb-hr:before, .section-whos-involved.entity-empty.donors-empty .sb-hr:after {
  background: #353535;
}

.section-whos-involved .section-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 16px;
}

@media (min-width: 760px) {
  .section-whos-involved .section-container {
    padding: 80px 16px;
  }
}

.section-whos-involved .content-container {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.section-whos-involved .content-container h2 {
  letter-spacing: -.025em;
  margin: 0 0 8px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section-whos-involved .content-container h2 {
    letter-spacing: -.025em;
    margin: 0 0 12px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

.section-whos-involved .content-container p {
  letter-spacing: normal;
  text-wrap: pretty;
  margin: 0 0 40px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 760px) {
  .section-whos-involved .content-container p {
    letter-spacing: normal;
    margin: 0 0 48px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.125em;
    line-height: 1.33333;
  }
}

.section-whos-involved .entity-container {
  margin: 0 0 48px;
}

.section-whos-involved .entity-container .entity-header {
  background: #353535;
  padding: 18px 16px;
}

@media (min-width: 760px) {
  .section-whos-involved .entity-container .entity-header {
    padding: 33px 45px;
  }
}

.section-whos-involved .entity-container .entity-header h2 {
  letter-spacing: -.015em;
  margin: 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 760px) {
  .section-whos-involved .entity-container .entity-header h2 {
    letter-spacing: -.025em;
    margin: 0;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1.16667;
  }
}

.section-whos-involved .entity-container .entity-header h2 {
  color: #fff;
}

.section-whos-involved .entity-container .entity-body {
  background: #fff;
  border-radius: 0 0 3px 3px;
  padding: 0 24px;
  box-shadow: 0 1px 3px #0000004d;
}

@media (min-width: 760px) {
  .section-whos-involved .entity-container .entity-body {
    padding: 0 44px;
  }
}

.section-whos-involved .entity-container .entity-item {
  text-align: left;
  border-top: thin solid #d8d8d8;
  padding: 17.5px 0;
}

.section-whos-involved .entity-container .entity-item .sbf-button {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #005595;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #005595;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.section-whos-involved .entity-container .entity-item .sbf-button:hover, .section-whos-involved .entity-container .entity-item .sbf-button:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #003862;
  border-color: #003862;
}

.section-whos-involved .entity-container .entity-item .sbf-button:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.section-whos-involved .entity-container .entity-item .sbf-button.disabled, .section-whos-involved .entity-container .entity-item .sbf-button[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.section-whos-involved .entity-container .entity-item .sbf-button.disabled:hover, .section-whos-involved .entity-container .entity-item .sbf-button.disabled:focus, .section-whos-involved .entity-container .entity-item .sbf-button[disabled]:hover, .section-whos-involved .entity-container .entity-item .sbf-button[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #005595;
  border-color: #005595;
}

.section-whos-involved .entity-container .entity-item .sbf-button {
  font-size: var(--sbf-font-size-16);
  min-width: initial;
  letter-spacing: .5px;
  width: 100%;
  margin: 0 0 10px;
  padding: 8px;
  font-size: 14px;
  line-height: 18px;
}

.section-whos-involved .entity-container .entity-card {
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
}

.section-whos-involved .entity-container .entity-card .avatar {
  width: 70px;
  margin: 0;
}

.section-whos-involved .entity-container .entity-card .avatar ul.actions, .section-whos-involved .entity-container .entity-card .avatar .sbf-button, .section-whos-involved .entity-container .entity-card .avatar img {
  width: 70px;
}

.section-whos-involved .entity-container .entity-card .info {
  flex: 1;
  padding: 0;
}

.section-whos-involved .entity-container .entity-card .info .name {
  letter-spacing: normal;
  margin: 4px 0 8px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  line-height: 1.33333;
  display: block;
}

@media (min-width: 760px) {
  .section-whos-involved .entity-container .entity-card .info .name {
    letter-spacing: -.005em;
    margin: 4px 0 8px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 1.25;
  }
}

.section-whos-involved .entity-container .entity-card ul.meta li, .section-whos-involved .entity-container .entity-card ul.meta span {
  letter-spacing: normal;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
}

.section-whos-involved .entity-container .entity-card ul.meta li {
  margin: 0 0 4px;
}

.section-whos-involved .entity-container .entity-card ul.meta span {
  color: #6e6e6e;
  margin: 0;
  font-weight: 500;
  display: flex;
}

.section-whos-involved .entity-container .entity-card ul.meta i {
  width: 16px;
  margin: 0 4px 0 0;
  font-size: 14px;
  line-height: 17.5px;
}

@media (min-width: 760px) {
  .section-whos-involved .entity-container .entity-card ul.meta i {
    font-size: 16px;
    line-height: 20px;
  }
}

.section-whos-involved .entity-container .entity-card .entity-stats {
  flex: 100%;
}

@media (min-width: 760px) {
  .section-whos-involved .entity-container .entity-card .entity-stats {
    flex: 1;
  }

  .section-whos-involved .entity-container .entity-stats {
    width: 37.5%;
    display: inline-block;
  }
}

.section-whos-involved .entity-container .entity-stats p {
  letter-spacing: -.005em;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.25;
}

@media (min-width: 760px) {
  .section-whos-involved .entity-container .entity-stats p {
    text-align: right;
  }
}

.section-whos-involved .entity-container .entity-stats p span {
  color: #353535;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.section-whos-involved .entity-container .entity-stats .entity-stats__raised {
  color: #1c6b3d;
}

.section-whos-involved .entity-container .entity-stats .entity-stats__count {
  color: #c95000;
  border-top: thin solid #e5e5e5;
  font-weight: 600;
}

.section-whos-involved .button-container .sbf-button {
  margin: 0 auto;
}

.section-donors {
  background: #fff;
  padding: 50px 16px;
}

@media (min-width: 760px) {
  .section-donors {
    padding: 80px 16px;
  }
}

.section-donors .section-container {
  max-width: 1080px;
  margin: 0 auto;
}

.section-donors h2 {
  letter-spacing: -.025em;
  text-align: center;
  margin: 0 0 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section-donors h2 {
    letter-spacing: -.025em;
    margin: 0 0 36px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

.section-donors .donors-category {
  margin: 0 0 24px;
}

@media (min-width: 760px) {
  .section-donors .donors-category {
    margin: 0 0 32px;
  }
}

.section-donors .donors-category .donors-category__header {
  letter-spacing: -.008em;
  margin: 0 0 8px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
}

@media (min-width: 760px) {
  .section-donors .donors-category .donors-category__header {
    letter-spacing: -.015em;
    margin: 0 0 12px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.4;
  }
}

.section-donors .donors-category .donors-category__header {
  display: block;
}

.section-donors .donors-category .donors-category__list {
  letter-spacing: normal;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  flex-flow: column wrap;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
  display: flex;
}

@media (min-width: 760px) {
  .section-donors .donors-category .donors-category__list {
    flex-direction: row;
    column-gap: 48px;
  }
}

.section-donors .donors-category .donors-category__list li {
  text-align: left;
  text-overflow: ellipsis;
  flex: 1;
  margin: 12px 0;
  list-style: none;
  overflow: hidden;
}

@media (min-width: 760px) {
  .section-donors .donors-category .donors-category__list li {
    white-space: nowrap;
    flex: 0 0 20%;
  }
}

.section-donors .button-container {
  margin: 40px 0 0;
}

@media (min-width: 760px) {
  .section-donors .button-container {
    margin: 60px 0 0;
  }
}

.section-donors .button-container .sbf-button {
  margin: 0 auto;
}

.overlay.overlay--large.hero-fund-private-event-check-overlay {
  height: unset;
}

.overlay.overlay--large.hero-fund-private-event-check-overlay .overlay__heading {
  margin: 0 -24px 35px;
}

@media (min-width: 480px) {
  .overlay.overlay--large.hero-fund-private-event-check-overlay .overlay__heading {
    margin: 0 -40px 35px;
  }
}

@media (min-width: 760px) {
  .overlay.overlay--large.hero-fund-private-event-check-overlay .overlay__heading {
    margin: 0 -48px 35px;
  }
}

.overlay.overlay--large.hero-fund-private-event-check-overlay .overlay__heading h1 {
  line-height: 1.25;
}

.overlay.overlay--large.hero-fund-private-event-check-overlay p, .overlay.overlay--large.hero-fund-private-event-check-overlay .overlay-buttons {
  padding: 0;
}

.overlay.overlay--large.hero-fund-private-event-check-overlay p {
  letter-spacing: normal;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
}

.overlay.overlay--large.hero-fund-private-event-check-overlay .overlay-buttons {
  text-align: center;
}

.overlay.overlay--large.hero-fund-private-event-check-overlay .cancel {
  color: #005595;
  box-shadow: none;
  background-color: #fff;
  border-color: #005595;
  margin: 0;
}

.overlay.overlay--large.hero-fund-private-event-check-overlay .cancel:hover, .overlay.overlay--large.hero-fund-private-event-check-overlay .cancel:active, .overlay.overlay--large.hero-fund-private-event-check-overlay .cancel:focus {
  color: #fff;
  background-color: #005595;
  border-color: #005595;
}

.overlay.overlay--large.hero-fund-private-event-check-overlay .save {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #005595;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #005595;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.overlay.overlay--large.hero-fund-private-event-check-overlay .save:hover, .overlay.overlay--large.hero-fund-private-event-check-overlay .save:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #003862;
  border-color: #003862;
}

.overlay.overlay--large.hero-fund-private-event-check-overlay .save:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.overlay.overlay--large.hero-fund-private-event-check-overlay .save.disabled, .overlay.overlay--large.hero-fund-private-event-check-overlay .save[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.overlay.overlay--large.hero-fund-private-event-check-overlay .save.disabled:hover, .overlay.overlay--large.hero-fund-private-event-check-overlay .save.disabled:focus, .overlay.overlay--large.hero-fund-private-event-check-overlay .save[disabled]:hover, .overlay.overlay--large.hero-fund-private-event-check-overlay .save[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #005595;
  border-color: #005595;
}

.overlay.overlay--large.hero-fund-private-event-check-overlay .save {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.photo-box-outline {
  min-width: 100%;
  min-height: 24px;
}

.photo-gallery.photo-box-edit {
  border: 1px dotted #fff;
}

.photo-gallery.photo-box-edit:active {
  border-width: 2px;
}

.photo-gallery div {
  cursor: pointer;
  background: #fff;
  border: 4px solid #fff;
  width: 160px;
  height: 160px;
  margin: 12px;
  display: inline-block;
}

.photo-gallery div img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

#photo-overlay {
  padding: 0;
}

#photo-overlay #photo-counter {
  position: relative;
}

#photo-overlay #photo-div {
  width: 100%;
  padding: 24px 64px 64px;
  position: relative;
  inset: 0;
}

#photo-overlay #photo-div img {
  position: relative;
  top: 0;
  left: 0;
}

.embed-responsive {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.embed-responsive:before {
  content: "";
  display: block;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.embed-responsive-21by9:before {
  padding-top: 42.8571%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

.embed-responsive {
  z-index: 2;
  border-radius: 3px;
  max-width: 475px;
  height: 800px;
  max-height: 267px;
  margin: 44px auto 0;
}

@media (min-width: 480px) {
  .embed-responsive {
    max-width: 575px;
    max-height: 323px;
    margin: 52px auto 0;
  }
}
