/*
 * Site Components
 * Desktop-first component and section styles for the mirrored site.
 * Generated by scripts/split-shared-css.mjs
 */

.button {
  background-color: var(--background-color--background-secondary);
  pointer-events: auto;
  color: var(--text-color--text-primary);
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  vertical-align: baseline;
  object-fit: fill;
  border-radius: 4rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1.75rem;
  font-family: Realist, sans-serif;
  font-weight: 500;
  transition: all 0.3s;
  display: inline;
}

.button:hover {
  background-color: var(--base-color-brand--white);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.button.is-small.is-block {
  display: block;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--background-color--background-secondary);
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
}

.button.is-secondary:hover {
  border-color: var(--background-color--background-primary);
  background-color: var(--background-color--background-primary);
}

.button.is-secondary.is-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary.is-small {
  margin-top: 27px;
  margin-left: auto;
  position: relative;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-alternate {
  background-color: var(--background-color--background-primary);
  color: var(--base-color-brand--next-generation-sable);
}

.button.is-alternate:hover {
  background-color: var(--background-color--background-secondary);
}

.button.is-outline.is-alternate {
  border-color: var(--text-color--text-alternate);
  color: var(--text-color--text-alternate);
}

.button.is-outline.is-alternate:hover {
  border-color: var(--link-color--link-primary);
  color: var(--link-color--link-primary);
  background-color: #0000;
}

.button.is-outline.is-alternate.is-small {
  display: inline-block;
}

.button.is-outline {
  border: 1px solid var(--background-color--background-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-outline:hover {
  border-color: var(--link-color--link-primary);
  color: var(--link-color--link-primary);
}

.button.is-oneday {
  margin-left: 0;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.button.is-easter_orange {
  color: var(--text-color--text-alternate);
  background-color: #ff4f00;
}

.button.is-easter_yellow {
  background-color: #fee90a;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.text-weight-medium {
  font-family: Realist, sans-serif;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: clip;
}

.button-group.cta70,
.button-group.is-stretch,
.button-group.is-home-hero {
  justify-content: flex-start;
  align-items: stretch;
}

.button-group.is-centered {
  justify-content: center;
  align-items: center;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container-medium {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 0.5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: 0.125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: 0.25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: 0.25rem;
  padding: 0.25rem 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.nav_left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_logo {
  justify-content: flex-start;
  align-items: center;
  min-height: 2.5rem;
  max-height: 2.5rem;
  display: flex;
}

.section_home_cta {
  position: relative;
}

.cta70_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background-color--background-alternate);
  max-width: 70rem;
  color: var(--text-color--text-alternate);
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta70_content {
  padding: 2rem 4rem 2rem 2rem;
}

.cta70_image-wrapper {
  margin-right: 2rem;
  position: relative;
}

.cta70_image {
  max-width: 80%;
  max-height: 22rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-embed-xsmall {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.is-white {
  color: var(--base-color-brand--white);
}

.line-divider {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px;
}

.nav1 {
  z-index: 999;
  color: var(--text-color--text-alternate);
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.nav1_wrapper {
  z-index: 1;
  justify-content: space-between;
  padding: 1rem 2.5rem;
  display: flex;
  position: relative;
}

.nav1_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav1_link {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-bottom: -2px;
  font-family: Realist, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.2s;
}

.nav1_link:hover {
  border-bottom-color: var(--background-color--background-secondary);
  color: var(--link-color--link-primary);
}

.nav1_link-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav1_hamburger-wrapper {
  grid-column-gap: 0.1rem;
  grid-row-gap: 0.1rem;
  border-width: 0.125rem;
  border-color: var(--text-color--text-alternate);
  cursor: pointer;
  border-radius: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: -0.875rem;
  padding: 0.5rem;
  display: flex;
}

.nav1_hamburger {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav1_hamburger-line {
  background-color: var(--background-color--background-primary);
  width: 1.25rem;
  height: 0.125rem;
}

.nav1_menu-card {
  z-index: 1;
  background-color: var(--background-color--background-alternate);
  max-width: 45rem;
  height: 100%;
  max-height: 100vh;
  color: var(--text-color--text-alternate);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 5rem 3rem 3rem;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.nav1_menu-close-wrapper {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: 6rem;
  height: 5rem;
  padding: 1rem 3.15rem 1rem 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav1_menu-link {
  border-bottom: 2px solid #0000;
  font-size: 1.1rem;
  font-weight: 300;
  transition: border-color 0.2s;
  display: flex;
}

.nav1_menu-link:hover {
  border-bottom-color: var(--text-color--text-alternate);
}

.nav1_menu-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  min-width: 32rem;
  display: grid;
}

.nav1_menu-link-heading {
  color: var(--base-color-brand--multisite-gray);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-family:
    Realist Wide,
    sans-serif;
  font-size: 0.875rem;
}

.nav1_menu-links-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav1_menu-card-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav1_menu {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0% -16px 0% 0%;
}

.nav1_menu-overlay {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.nav1_menu-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

.home-hero_component {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.home-hero_background-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.background-video_welcome {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero_content {
  z-index: 5;
  color: var(--text-color--text-alternate);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section_visit-locations {
  overflow: clip;
}

.text-style-eyebrow {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: Realist, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}

.text-style-eyebrow.is-text-shadow {
  text-shadow: 0 1px 3px #87878780;
}

.text-style-eyebrow.is-easter {
  opacity: 0.7;
}

.locations-item {
  width: 100%;
  height: 100%;
  color: var(--text-color--text-alternate);
  text-align: center;
  background-color: #322f30;
  border: 1px solid #454545;
  border-radius: 2rem;
  flex-flow: column;
  flex: 1;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.locations-item_image-wrapper {
  object-fit: cover;
  flex: 1;
  min-height: 12rem;
  max-height: 12rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-absolute-easter {
  object-fit: cover;
  background-image: url("../../_external/d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.location-item_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem 1rem;
  display: flex;
}

.location-item_content-top {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.locations-card_heading-wrapper {
  border-bottom: 1px none var(--base-color-brand--multisite-gray);
  flex-flow: column;
  margin-bottom: 0.75rem;
  padding-bottom: 0.25rem;
  display: flex;
}

.locations-card_heading-wrapper.is-dark {
  border-bottom-color: #373737;
}

.locations-card_heading {
  color: #aba7a5;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
}

.locations-card_time-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: wrap;
  display: flex;
}

.location-card_time {
  background-color: var(--background-color--background-tertiary);
  border-radius: 3rem;
  padding: 0.25rem 0.75rem;
}

.location-card_time.is-dark {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  font-size: 0.875rem;
  font-weight: 500;
}

.background-card {
  z-index: 1;
  background-color: var(--base-color-brand--next-generation-sable);
  height: 40rem;
  max-height: 65vh;
  color: var(--text-color--text-alternate);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: clip;
}

.background-card.is-square {
  aspect-ratio: 1;
  height: auto;
}

.background-card.is-widescreen {
  aspect-ratio: 16 / 9;
  height: auto;
  max-height: none;
}

.background-card_background-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-card_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-card_image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.divider {
  background-color: var(--background-color--background-alternate);
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.divider.is-small {
  width: 5rem;
}

.divider.is-alternate {
  background-color: var(--base-color-brand--multisite-gray);
}

.divider.is-secondary {
  background-color: var(--background-color--background-secondary);
}

.divider.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

._4-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-card_content-top {
  max-width: 25rem;
  padding: 2rem 5rem 2rem 2rem;
}

.heading-wrapper {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.heading-wrapper.text-align-center {
  text-align: center;
}

.background-card_content-bottom {
  padding: 2rem;
  display: flex;
}

.background-card_button {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #00000080;
  font-family: Realist, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}

.apollos_search-bar {
  min-width: 30rem;
}

.section {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.section.background-color-alternate,
.section.background-color-alternate-copy,
.section.background-color-alternate-copy {
  text-align: left;
}

.background-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-card_arrow-wrapper {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: 1rem;
  left: auto;
  right: 1rem;
  overflow: hidden;
}

.background-card_arrow {
  width: 3rem;
  height: 3rem;
  color: var(--text-color--text-secondary);
}

.background-card_button-underline {
  background-color: var(--background-color--background-secondary);
  width: 100%;
  height: 0.125rem;
}

.background-card_button-wrapper {
  align-self: flex-start;
  overflow: hidden;
}

.background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-image.home-leadership {
  object-position: 50% 60%;
}

.footer_component {
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
}

.footer_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.footer_link-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 320px;
  display: flex;
}

.div-block-5 {
  display: flex;
}

.footer5_link-list {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer5_link-list.spacer {
  display: none;
}

.div-block-7 {
  grid-column-gap: 0.7rem;
  grid-row-gap: 0.7rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.footer5_link-header {
  color: var(--text-color--text-secondary);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family:
    Realist Wide,
    sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
}

.footer5_link {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
}

.footer5_link:hover {
  color: var(--background-color--background-secondary);
}

.footer5_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer5_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer5_credit-text {
  font-size: 0.875rem;
}

.footer5_legal-link {
  color: inherit;
  font-size: 0.875rem;
  text-decoration: underline;
}

.footer5_social-icons {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer5_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.home-hero_heading {
  letter-spacing: 0.175em;
  text-transform: uppercase;
  font-family:
    Realist Wide,
    sans-serif;
  font-size: 1.68rem;
  font-weight: 700;
}

.nav1_apollos-search {
  flex: 1;
  max-width: 31rem;
}

.background_component {
  color: var(--text-color--text-alternate);
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.background_component.is-header {
  padding-top: 40svh;
}

.background_component.is-bigger {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.blur-card {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: auto;
  max-width: 40rem;
  color: var(--text-color--text-alternate);
  background-color: #00000069;
  border: 1px solid #474747;
  border-radius: 1.5rem;
  flex: 0 auto;
  padding: 2rem;
  position: relative;
}

.background-overlay {
  background-image:
    linear-gradient(180deg, #211d1e, #12121200 61%),
    radial-gradient(
      circle farthest-corner at 0% 100%,
      var(--background-color--background-alternate) 16%,
      #231f2000 50%
    );
  position: absolute;
  inset: 0%;
}

.background-overlay.is-all {
  background-image: radial-gradient(
    circle farthest-corner at 50% 100%,
    #231f2000 25%,
    var(--background-color--background-alternate) 86%
  );
}

.background-overlay.is-kb {
  background-image:
    radial-gradient(
      circle farthest-corner at 50% 100%,
      #231f2000,
      var(--base-color-brand--next-generation-sable)
    ),
    linear-gradient(
      180deg,
      var(--base-color-brand--next-generation-sable),
      #231f2000
    );
}

.swiper {
  position: static;
  overflow: hidden;
}

.swiper.swiper-locations,
.swiper.swiper-events,
.swiper.swiper-youtube,
.swiper.swiper-staff,
.swiper.swiper-steps,
.swiper.swiper-testimonials,
.swiper.swiper-posts {
  overflow: visible;
}

.swiper.swiper-groups {
  cursor: grab;
  overflow: visible;
}

.swiper.swiper-teams,
.swiper.swiper-test,
.swiper.swiper-nextsteps-connected {
  overflow: visible;
}

.swiper-wrapper {
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.swiper-slide {
  flex-flow: row;
  flex: none;
  overflow: hidden;
}

.ll-item {
  border-radius: 1.25rem;
  flex-flow: column;
  height: 85%;
  display: flex;
  overflow: hidden;
}

.ll-item.is-easter {
  color: var(--text-color--text-alternate);
  background-color: #ff4f00;
  border-radius: 0;
  padding: 1.25rem;
}

.ll_image-wrapper {
  width: 100%;
  height: 260px;
  min-height: 15rem;
  position: relative;
}

.ll_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #262626;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  min-height: 25rem;
  padding: 2rem;
  display: flex;
}

.ll_content-wrapper.is-staff {
  min-height: 0;
}

.ll_content-wrapper.is-christmas {
  min-height: auto;
}

.ll_content-wrapper.is-easter {
  background-color: #fbdf9700;
  min-height: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.75rem;
  padding-left: 0;
}

.ll_content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.ll_address-text {
  font-size: 1rem;
}

.ll_address-link {
  grid-column-gap: 6px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.2s;
  display: flex;
}

.ll_address-link:hover {
  color: var(--link-color--link-primary);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.ll_service-times-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: #2e2e2e;
  border: 1px solid #424242;
  border-radius: 1rem;
  flex-flow: column;
  margin-bottom: 0.5rem;
  padding: 0.75rem;
  display: flex;
}

.app-cta_icons {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 40px;
  display: block;
}

.swiper_arrow-wrapper {
  background-color: var(--background-color--background-secondary);
  width: 3rem;
  height: 3rem;
  color: var(--text-color--text-primary);
  cursor: pointer;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper_nav-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  margin-bottom: 8rem;
  display: flex;
}

.swiper_nav-wrapper.is-serveday {
  margin-bottom: 4rem;
}

.home-hero_content-wrapper {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.home-hero_soap-wrapper {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--text-color--text-alternate);
  background-color: #00000069;
  border: 1px solid #474747;
  border-radius: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.7rem 1.25rem;
  transition: border-color 0.3s;
  display: flex;
}

.home-hero_soap-wrapper:hover {
  border-color: #fff;
}

.home-hero_soap-button {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: background-color 0.2s;
  display: flex;
}

.home-hero_soap-button:hover {
  background-color: var(--background-color--background-primary);
}

.align-right {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.soap-heading {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

.soap-heading.is-small {
  font-size: 0.7rem;
}

.background-spacer {
  height: 12rem;
}

.background-card_heading {
  text-shadow: 0 3px 10px #00000026;
  font-family: Realist, sans-serif;
}

.content-wrapper {
  z-index: 9;
  position: relative;
}

.tag {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border-style: none;
  border-width: 1px;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  white-space: nowrap;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  display: flex;
}

.banner-blur {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--text-color--text-alternate);
  background-color: #00000069;
  border: 1px solid #474747;
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  display: flex;
  position: relative;
}

.banner-blur.is-center {
  justify-content: center;
  align-items: center;
}

.layout133_image-wrapper {
  border-radius: 1.25rem;
  flex: 1 0 30%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.layout133_item {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.layout133_text-wrapper {
  flex-flow: column;
  flex: auto;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.layout133_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout133_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spacer-eyebrow {
  height: 1.25rem;
}

.grow-background-card_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grow-background-card_overlay {
  background-color: #231f204d;
  position: absolute;
  inset: 0%;
}

.grow-background-card_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grow-background-card_hover-content {
  display: none;
}

.grow-background-card_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grow-background-card_card {
  width: 50%;
  height: 100%;
  min-height: 60vh;
  color: var(--text-color--text-alternate);
  border-radius: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  padding: 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.grow-background-card_card-content-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grow-background-card_card-content {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 26rem;
  position: relative;
}

.grow-background-card_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.accordion_bottom {
  font-family: Realist, sans-serif;
  overflow: hidden;
}

.accordion_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.accordion_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.accordion_accordion {
  border-bottom: 1px solid var(--base-color-brand--multisite-gray);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Realist, sans-serif;
}

.layout58_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.layout58_item-list {
  grid-column-gap: 8rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.layout58_item-text-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link_directions {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.link_directions:hover {
  text-decoration: underline;
}

.icon-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-wrapper:hover {
  text-decoration: underline;
}

.padding-section-huge {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.staff_image-wrapper-copy {
  background-color: var(--base-color-brand--inspiration-gray);
  width: 100%;
  height: 20rem;
  min-height: 20rem;
  position: relative;
}

.spacer-xsmall-2 {
  width: 100%;
  padding-top: 1rem;
}

.layout493_tab-link {
  opacity: 0.4;
  color: var(--base-color-brand--white);
  background-color: #0000;
  padding: 1rem 0;
}

.layout493_tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.give-methods_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.layout461_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.layout461_content-left {
  flex-direction: column;
  display: flex;
}

.layout461_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.layout461_content-right {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  margin-left: 7.5%;
  margin-right: 7.5%;
  display: flex;
}

.js-player {
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.layout264_list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout264_list.is-four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.layout264_component {
  z-index: 1;
  position: relative;
}

.layout264_item-icon-wrapper {
  display: inline-block;
}

.layout264_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.layout264_item.is-flex {
  justify-content: space-between;
  align-items: flex-start;
}

.swiper-item {
  flex-flow: column;
  display: flex;
}

.stats26_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.stats26_item {
  background-color: #2a2829;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.stats26_number {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}

.stats26_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.header-logo {
  width: 10rem;
}

.card-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-grid._2-col {
  grid-template-columns: 1fr 1fr;
}

.background_component-header {
  text-shadow: 0 1px 15px #0003;
}

.nav_banner-wrapper {
  z-index: 9;
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  background-color: var(--base-color-brand--visa-gold);
  width: 100vw;
  color: var(--text-color--text-primary);
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.nav_banner-wrapper.is-navbar-spacer,
.empty-state {
  display: none;
}

.blog_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, min-content) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-tag-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.post_grid-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.post_social-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 4rem;
}

.post-time_read {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  display: flex;
}

.blog_date-time-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 3rem;
  display: flex;
}

.post-time_date {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  display: flex;
}

.text-size-medium-4 {
  font-size: 1.25rem;
}

.spacer-large-3 {
  padding-top: 3rem;
}

.spacer-medium-5 {
  width: 100%;
  padding-top: 2rem;
}

.button-group-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group-6.stretch {
  justify-content: flex-start;
  align-items: stretch;
}

.text-size-medium-5 {
  font-size: 1.25rem;
}

.spacer-large-4 {
  padding-top: 3rem;
}

.text-size-medium-6 {
  font-size: 1.25rem;
}

.spacer-large-5 {
  padding-top: 3rem;
}

.text-size-medium-7 {
  font-size: 1.25rem;
}

.spacer-large-6 {
  padding-top: 3rem;
}

.article-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.visit-header_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.about-header_bottom-content-wrapper {
  z-index: 9;
  max-width: 70rem;
  color: var(--text-color--text-alternate);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog_background-wrapper {
  min-height: 28rem;
  position: absolute;
  inset: 0% 0% auto;
}

.blog_background-overlay {
  z-index: 1;
  background-image: linear-gradient(
    180deg,
    var(--base-color-brand--next-generation-sable),
    #fff0 19%,
    #fff0 71%,
    var(--base-color-brand--white)
  );
  position: absolute;
  inset: 0%;
}

.blog_main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog_main-image-wrapper {
  z-index: 1;
  aspect-ratio: 16 / 9;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.blog_content-wrapper {
  z-index: 2;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog_heading-wrapper {
  color: var(--text-color--text-alternate);
}

.section_about-header {
  position: relative;
}

.about-header_component {
  z-index: 2;
  color: var(--text-color--text-alternate);
  position: relative;
}

.section_header-background {
  position: relative;
}

.section_header-background.text-color-alternate {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-color: #231f20;
  background-clip: border-box;
}

.header-background_content {
  z-index: 1;
  position: relative;
}

.header-background_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header-background_overlay {
  z-index: 1;
  background-image:
    radial-gradient(
      circle farthest-corner at 50% 100%,
      #231f2000,
      var(--base-color-brand--next-generation-sable)
    ),
    linear-gradient(180deg, #231f2078, #231f2000 31%);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-background_background-image {
  z-index: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-shadow {
  text-shadow: 0 0 10px #231f2026;
}

.text-shadow.heading-style-h2 {
  font-family: Realist, sans-serif;
}

.section_watch-header {
  position: relative;
}

.header-background_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 40vh;
  display: flex;
}

.header-background_component.is-mobile-give {
  min-height: 10vh;
}

.grid_split {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.split_image-wrapper {
  aspect-ratio: 1;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
}

.split_content-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.split_content-wrapper.is-right {
  justify-content: flex-start;
  align-items: center;
}

.split_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40rem;
  display: flex;
}

.section_header3,
.section_kb-mission {
  position: relative;
}

.section_watch-channels,
.section_groups-type.background-color-alternate {
  overflow: hidden;
}

._3-col-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_serve-teams {
  overflow: hidden;
}

.overlay-transition-top {
  background-image:
    radial-gradient(
      circle farthest-corner at 50% 100%,
      #231f2000,
      var(--base-color-brand--next-generation-sable)
    ),
    linear-gradient(
      180deg,
      var(--base-color-brand--next-generation-sable) 1%,
      #231f2000 40%
    );
  position: absolute;
  inset: 0%;
}

.ll_text {
  font-size: 1.25rem;
}

.articles_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.section_serve-story {
  position: relative;
}

.card2_component {
  height: 100%;
  color: var(--text-color--text-primary);
  border-radius: 1.5rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.card2_top {
  position: relative;
}

.card2_bottom {
  background-color: var(--base-color-brand--inspiration-gray);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.card2_bottom.is-dark {
  color: var(--link-color--link-alternate);
  background-color: #303030;
}

.card2_image-wrapper {
  min-height: 15rem;
  position: relative;
}

.card2_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.articles_cms-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.fs-checkbox-filter {
  z-index: 1;
  border-radius: 2rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.fs-checkbox-filter:hover {
  background-color: #ffffff1c;
}

.fs-checkbox-checkbox {
  border: 1px solid var(--base-color-brand--white);
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.fs-checkbox-checkbox:active {
  outline-offset: 0px;
  outline: 3px #fff;
}

.fs-checkbox-checkbox.w--redirected-checked {
  border-color: var(--base-color-brand--visa-gold);
  background-color: var(--base-color-brand--visa-gold);
  background-image: linear-gradient(#0000, #0000);
}

.fs-checkbox-label {
  z-index: 2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
}

.fs-checkbox-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.fs-input {
  height: 3rem;
  color: var(--text-color--text-alternate);
  background-color: #0000;
  border-radius: 2rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}

.fs-input::placeholder {
  color: var(--base-color-brand--multisite-gray);
}

.fs-checkbox-cms-wrapper {
  margin-top: 0.5rem;
}

.card_tag {
  background-color: var(--base-color-brand--white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2rem;
  padding: 0.3rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 500;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.card_tag.is-cms {
  border: 1px solid var(--base-color-brand--inspiration-gray);
  color: var(--base-color-brand--inspiration-gray);
  background-color: #efecea00;
  position: static;
}

.card_tag-cms-list {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card_tag-cms-wrapper {
  width: 100%;
}

.section_blog-more,
.section_home-hero {
  overflow: hidden;
}

.soap_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.soap_card {
  background-color: #252525;
  border-radius: 2rem;
  padding: 2rem;
}

.soap_list-item {
  border-bottom: 1px solid var(--base-color-brand--multisite-gray);
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
}

.soap-today_wrapper {
  border: 1px solid var(--base-color-brand--multisite-gray);
  background-color: #1b1a1a;
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.staff_image-wrapper {
  aspect-ratio: 1;
  background-image: url("../../_external/d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: auto 160%;
  background-attachment: scroll;
  position: relative;
}

.nav1_cms-list {
  grid-column-gap: 4rem;
  grid-row-gap: 0.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 16rem;
  display: grid;
}

.serve-team_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.serve-team_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--text-color--text-alternate);
  background-color: #252525;
  border-radius: 1.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.card_tag-cms-empty {
  display: none;
}

.heading {
  text-align: center;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-2 {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  margin-top: 40px;
  font-weight: 500;
}

.paragraph {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: 200px;
  font-size: 20px;
  display: flex;
  overflow: hidden;
}

.paragraph-2 {
  padding-right: 200px;
}

.paragraph-3 {
  margin-left: 220px;
  margin-right: 220px;
  padding-left: 140px;
  padding-right: 220px;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: start;
  place-items: start;
  min-height: auto;
  display: grid;
}

.image {
  object-fit: contain;
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/673677dccf12bcb8064a6e1a_XMASSPEC23.avif");
  background-position: 0 0;
  background-size: cover;
  position: static;
  overflow: clip;
}

.nav1_light-background {
  background-color: var(--base-color-brand--next-generation-sable);
  background-image: none;
  position: absolute;
  inset: 0%;
}

.rich-text a {
  color: var(--text-color--text-secondary);
  text-decoration: underline;
}

.list-item,
.list-item-2,
.list-item-4 {
  list-style-type: decimal;
}

.list {
  color: var(--text-color--text-alternate);
  list-style-type: square;
}

.list-item-5,
.list-item-6 {
  list-style-type: disc;
}

.list-item-8 {
  list-style-type: square;
}

.list-2,
.list-item-9 {
  list-style-type: disc;
}

.list-3 {
  list-style-type: decimal;
}

.list-item-10,
.list-item-11,
.list-item-12,
.list-item-13,
.list-item-14,
.list-item-15,
.list-item-16,
.list-4 {
  list-style-type: disc;
}

.list-item-17,
.list-item-18,
.list-item-19 {
  list-style-type: decimal;
}

.paragraph-4 {
  color: var(--text-color--text-secondary);
}

.list-item-20,
.list-item-21,
.list-item-22,
.list-item-23,
.list-item-24,
.list-item-25,
.list-item-26,
.list-5 {
  list-style-type: decimal;
}

.list-item-27 {
  color: var(--text-color--text-alternate);
  list-style-type: decimal;
}

.list-item-28,
.list-item-29,
.list-item-30,
.list-item-31,
.list-item-32,
.list-item-33,
.list-item-34,
.list-item-35,
.list-item-36,
.list-item-37,
.list-item-38,
.list-item-39,
.list-item-40,
.list-item-41,
.list-item-42,
.list-item-43,
.list-item-44,
.list-item-45,
.list-item-46 {
  list-style-type: decimal;
}

.paragraph-5 {
  color: var(--text-color--text-alternate);
  text-align: left;
}

.heading-2 {
  color: var(--text-color--text-alternate);
  text-align: center;
}

.list-item-47,
.list-item-48,
.list-item-49 {
  list-style-type: disc;
}

.heading-3 {
  color: var(--text-color--text-secondary);
}

.quick-stack {
  grid-row-gap: 0px;
}

.grid-2 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1.75fr 1fr;
  place-items: stretch center;
  padding-right: 20px;
}

.list-item-50,
.list-item-51,
.list-item-52,
.list-item-53,
.list-item-54,
.list-item-55,
.list-item-56,
.list-item-57,
.list-item-58,
.list-item-59,
.list-item-60,
.list-item-61,
.list-item-62,
.list-item-63,
.list-item-64 {
  list-style-type: disc;
}

.bold-text,
.link {
  text-align: center;
}

.section_swooper {
  overflow: hidden;
}

.icon-embed-xsmall-2,
.icon-embed-xsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer5_link-copy {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
}

.footer5_link-copy:hover {
  color: var(--background-color--background-secondary);
}

.heading-4 {
  font-family:
    Chromatic Condensed Pro,
    Arial,
    sans-serif;
}

.paragraph-6 {
  font-family:
    Bulletin Typewriter Mn,
    Arial,
    sans-serif;
}

.heading-5 {
  font-family:
    Chromatic Condensed Pro,
    Arial,
    sans-serif;
}

.image-2 {
  object-fit: none;
  background-color: #f50;
  position: relative;
}

.heading-6 {
  padding-left: 152px;
}

.heading-7 {
  font-family:
    Chromatic Condensed Pro,
    Arial,
    sans-serif;
}

.paragraph-8,
.paragraph-9 {
  font-family:
    Bulletin Typewriter Mn,
    Arial,
    sans-serif;
}

.list-item-65 {
  font-family: Realist, sans-serif;
}

.collection-item {
  order: -1;
}

.list-item-66,
.list-item-67,
.list-item-68 {
  font-family: Realist, sans-serif;
}

.heading-8 {
  padding-top: 57px;
}

.swiper-slide-copy,
.swiper-slide-copy-copy {
  flex-flow: row;
  flex: none;
  overflow: hidden;
}

.grid-3 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  place-items: center;
}

.header-background_grid-wrapper-delete {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.header-background_grid {
  flex: 1;
}

.section_oneday-wage.background-color-alternate {
  overflow: hidden;
}

.section_oneday-wage.background-color-dark {
  background-color: #000;
  overflow: hidden;
}

.oneday-wage_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.oneday-wage_header-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/67c18274ca39121ef8d096c5_Cyclone Kenneth Food Distribution.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.oneday-wage_header-grid.is-2 {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/67c1827494a8e61a5010601b_472855453_18478797910062822_3686776111711966891_n.webp");
  background-position: 25%;
}

.oneday-wage_header-grid.is-3 {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/67c18274ef89b86c251db78e_451552485_874848961334206_2835530315377712125_n.webp");
}

.oneday-wage_header-grid.is-4 {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/67c1827405b122f96ab8964e_445414023_848509370634832_5887899437760274419_n.webp");
  background-position: 60%;
}

.oneday-wage_header-grid.is-5 {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/67c18274f99fdc447292d1cd_05-01-24-Niger-Well-Story-IMG_0398-scaled.webp");
  background-position: 25%;
}

.oneday-wage_header-grid.is-6 {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/67c1827497a5cddec78353ad_459926653_840890068224035_3595161409879369673_n.webp");
}

.text-size-huge {
  font-size: 2rem;
  line-height: 1.1;
}

.text-size-huge.text-weight-xbold {
  font-weight: 700;
}

.text-size-huge.text-style-serif {
  font-family:
    Georgia,
    Times,
    Times New Roman,
    serif;
}

.text-span-oneday {
  color: #aacfe8;
  font-style: italic;
  font-weight: 500;
}

.header-background_grid-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 34.375rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.oneday-wage_component-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.oneday-wage_component-grid.is-2 {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/67c1827494a8e61a5010601b_472855453_18478797910062822_3686776111711966891_n.webp");
  background-position: 50%;
}

.oneday-wage_component-grid.is-3 {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/67c18274ef89b86c251db78e_451552485_874848961334206_2835530315377712125_n.webp");
}

.oneday-wage_component-grid.is-4 {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/67c1827405b122f96ab8964e_445414023_848509370634832_5887899437760274419_n.webp");
}

.oneday-wage_component-grid.is-5 {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/67c18274f99fdc447292d1cd_05-01-24-Niger-Well-Story-IMG_0398-scaled.webp");
}

.oneday-wage_component-grid.is-6 {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/67c1827497a5cddec78353ad_459926653_840890068224035_3595161409879369673_n.webp");
}

.section_oneday-header-bar {
  height: 350px;
}

.section_oneday-header-bar.background-color-dark {
  height: 35vh;
}

.background-color-dark {
  background-color: #000;
}

.section_oneday-hero.background-color-dark {
  justify-content: flex-start;
  align-items: flex-end;
}

.oneday-hero_component {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 36.25rem;
  padding-top: 25rem;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.oneday-hero_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid var(--base-color-brand--white);
  background-color: #aacfe8;
  border-radius: 1rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.oneday-hero_info-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.oneday-hero_info {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.oneday-hero_globe-wrapper {
  width: 100%;
  max-width: 9.375rem;
}

.text-style-serif {
  font-family:
    Gin Jus,
    Arial,
    sans-serif;
}

.oneday-button-group {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.oneday-button-group.is-centered {
  justify-content: center;
  align-items: flex-start;
  margin-top: 3rem;
}

.oneday_list-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  display: flex;
}

.oneday-give-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.registration_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_easter-hero {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/69a18695478c619c12ac1248_easter-flowers.jpg");
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: cover;
  padding-top: 136px;
  position: relative;
}

.easter-hero_component {
  color: var(--text-color--text-alternate);
  letter-spacing: -4px;
  justify-content: center;
  align-items: center;
  font-family: ohno-fatface-squished, sans-serif;
  font-size: 10rem;
  display: flex;
}

.section_easter-intro {
  color: #231f20;
}

.easter-intro_text {
  text-align: center;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.section_easter-accordion {
  background-color: #fee90a;
}

.easter-accordion_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: 100%;
  color: var(--text-color--text-primary);
  flex-flow: column;
  display: flex;
}

.easter-accordion_text {
  color: #ff4f00;
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Variera, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  display: inline-flex;
}

.section_easter-devo {
  color: var(--text-color--text-alternate);
  background-image:
    linear-gradient(135deg, #f3d893, #f3d89357 23%, #f3d89321 54%, #f3d89300),
    url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/69ac3077a67720f5e6fbe499_raelle-cameron-RTSq4EOBld8-unsplash 1 (1).jpg");
  background-position:
    0 0,
    100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.easter-devo_text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #f3d893;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.easter-devo_title {
  color: #114d9d;
  font-family: Variera, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.section_easter-alive {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/69b178fbd6b9ccc2dce1f756_Easter Content Shoot-32 1.avif");
  background-position: 50%;
  background-size: cover;
}

.easter-alive_text {
  color: var(--text-color--text-alternate);
  text-align: center;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Variera, Arial, sans-serif;
  font-size: clamp(6rem, 8vw, 12rem);
  line-height: 1;
  display: flex;
}

.easter-alive_component {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-3 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nextsteps-purpose_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.soap_4-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.soap_4-grid.is-four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.soap_component {
  z-index: 1;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.soap-text {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  max-width: 45%;
  display: flex;
}

.soap-title_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.section_easter-egghunt {
  color: var(--text-color--text-alternate);
  background-color: #ff4f00;
  background-image:
    url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/69a1a0150cdf2d00368e0c97_easter_flower-3.svg"),
    url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/69a19ff1cc237eb9dd9f8318_easter_flower-2.svg"),
    url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/69a19fc4230c237ccc84aee9_easter_flower-1.svg");
  background-position:
    65% 100%,
    100% 45%,
    6% 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 12%, 12%, 15%;
  overflow: hidden;
}

.paragraph-10 {
  color: var(--link-color--link-alternate);
}

.easter-hunt_title {
  text-align: center;
  max-width: 1158.23px;
  font-family: Variera, Arial, sans-serif;
  font-size: 6rem;
  line-height: 0.8;
  position: relative;
}

.easter-hunt_text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  display: flex;
}

.announcement-banner_spacer {
  height: 8rem;
}

.easter-top-image_wrapper {
  padding-top: 68.2%;
  position: relative;
}

.easter-top_wrapper {
  width: 200px;
  position: absolute;
  inset: -47% 54% auto;
}

.easter-bottom_wrapper {
  width: 200px;
  position: absolute;
  inset: auto -12% -60% auto;
}

.easter-bottom-image_wrapper {
  padding-top: 95.2%;
  position: relative;
}

.text-block-3 {
  font-size: 1.5em;
}

.easter-hunt-text_wrapper {
  max-width: 44rem;
}

.background-card-copy {
  z-index: 1;
  background-color: var(--base-color-brand--next-generation-sable);
  height: 40rem;
  max-height: 65vh;
  color: var(--text-color--text-alternate);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: clip;
}

.background-card-copy.is-square {
  aspect-ratio: 1;
  height: auto;
}

.background-card-copy.is-widescreen {
  aspect-ratio: 16 / 9;
  height: auto;
  max-height: none;
}

.paragraph-11 {
  color: var(--text-color--text-alternate);
}

.sk-nav {
  z-index: 999;
  color: var(--text-color--text-alternate);
  flex-flow: column;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.sk-nav_wrapper {
  z-index: 1;
  background-color: var(--background-color--background-alternate);
  justify-content: space-between;
  padding: 1rem 2.5rem;
  display: flex;
  position: relative;
}

.skrol-nav-test_wrapper {
  z-index: 9999;
  color: var(--link-color--link-alternate);
  flex-flow: column;
  display: flex;
  position: relative;
}

.skrol-nav {
  background-color: #231f2000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: absolute;
  inset: auto 0%;
}

.skrol-nav.dark {
  background-color: var(--background-color--background-alternate);
}

.skrol-noti-test {
  display: none;
}

.skrol-noti {
  text-align: center;
  display: none;
}

.rich-text-block {
  text-align: center;
}

.section_resources.background-color-alternate {
  overflow: hidden;
}

.resources_component {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  display: flex;
}

.resource-group {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.resources_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-top: 3rem;
  padding-bottom: 0;
  display: flex;
}

.event-calendar_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resources-content_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.resources_filters {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  padding-top: 3rem;
  display: flex;
  position: sticky;
  top: 0%;
}

.resources-filter-link_wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  display: flex;
}

.resource-tag {
  display: none;
}

.resources-tags-list_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
}

.resources-tags_list {
  flex-flow: column-reverse;
  display: flex;
}

.resources-tags_item {
  font-size: 1.4rem;
}

.fs-table_instance {
  display: block;
}

.fs-table_instance.is-careers {
  border: 1px solid var(--border-color--border-alternate);
  border-radius: 16px;
}

.fs-table_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.fs-table_table.is-careers {
  border-radius: 9px;
}

.fs-table_head {
  background-color: #f3f3f3;
}

.fs-table_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table_header {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table_header.is-centered {
  text-align: center;
}

.fs-table_header.is-careers {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-table_cell {
  text-align: center;
  border: 1px solid #ddd;
  min-width: 16rem;
  padding: 8px;
}

.fs-table_cell.is-centered {
  text-align: center;
  min-width: 16rem;
}

.fs-table_cell.is-careers {
  text-align: center;
  min-width: 20rem;
}

.managed-missions_group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.missions-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.missions-list_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.missions_filter {
  margin-top: 3rem;
}

.serve-intro_text {
  text-align: center;
  border: 2px solid #2877ea;
  border-radius: 1000px;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 5rem;
  font-weight: 500;
}

.section_serve-hero {
  justify-content: center;
  align-items: center;
  height: 44rem;
  display: flex;
  position: relative;
}

.section_serve-hero.background-color-dark {
  justify-content: flex-start;
  align-items: flex-end;
}

.serve-background_grid-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 44rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.serve-header_background {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/682f111a2972ac3abd5c70eb_serve (3).avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.serve-header_background.is-2 {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/682f111aef6cb2660721f1ce_serve (1).avif");
  background-position: 25%;
}

.serve-header_background.is-3 {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/682f111a0de9fe52118a98a9_serve (2).avif");
}

.serve-header_background.is-4 {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/682f111a16058b1732f2cd77_serve (4).avif");
  background-position: 60%;
}

.serve-header_background.is-5 {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/67c18274f99fdc447292d1cd_05-01-24-Niger-Well-Story-IMG_0398-scaled.webp");
  background-position: 25%;
}

.serve-header_background.is-6 {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/67c1827497a5cddec78353ad_459926653_840890068224035_3595161409879369673_n.webp");
}

.serve-background_overlay {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: #2877ea;
  position: absolute;
  inset: 0%;
}

.serve-background_overlay.is-2 {
  opacity: 0.4;
  mix-blend-mode: screen;
  background-color: #2877ea;
}

.serve-outro_component {
  background-color: #0963ce;
  border-radius: 60px;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 2.5rem 4rem;
}

.serve-outro_top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-serve-hero_text {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  display: flex;
  position: relative;
}

.section-serve-hero_top-text {
  width: 400px;
}

.swiper-slide-copy {
  flex-flow: row;
  flex: none;
  overflow: hidden;
}

.leadership_list {
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.leadership_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.pastor_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.leadership-image_wrapper {
  border-radius: 16px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.image-absolute {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.leadership_location {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  margin-top: 0.75rem;
  display: flex;
}

.leadership-lead_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.leadership-lead-image_wrapper {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/688139ce24833539466c1adb_KETTERLING1.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}

.leadership-lead_text {
  max-width: 45%;
}

.nno-intro_text {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #61b1e8;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 61rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  display: flex;
  position: relative;
}

.section_nno-intro {
  color: var(--text-color--text-primary);
  background-color: #fcea37;
}

.nno-intro_component {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.nno-hosting_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nno-hosting_number {
  color: #fcea37;
  background-color: #61b1e8;
  border-radius: 200rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  display: flex;
}

.nno-hosting_text {
  color: #000;
  border: 2px solid #5171c4;
  flex: 1;
  padding: 1.25rem 2rem;
}

.nno-hosting_text.bacckground-color-blue {
  color: #fff;
  background-color: #5171c4;
}

.nno_divider {
  background-color: #5171c4;
  width: 140px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.section_nno-ideas {
  background-color: #61b1e8;
}

.nno-ideas_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #61b1e8;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  display: grid;
}

.nno-idea_card {
  background-color: var(--base-color-brand--white);
  color: #000;
  border: 3px solid #fcea37;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.container-nno-ideas {
  width: 100%;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
}

.nno-ideas_text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fcea37;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 61rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  display: flex;
}

.nno-cta_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nno-cta_text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fcea37;
  text-align: center;
  flex-flow: column;
  font-weight: 500;
  display: flex;
}

.section_nno-cta {
  background-color: #5373c5;
}

.nno-image_wrapper.is-sacks {
  max-width: 800px;
  position: absolute;
  inset: auto auto -330px -160px;
}

.nno-image_wrapper.is-basket {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -150px;
}

.nno-image_wrapper.is-radio {
  max-width: 400px;
  position: absolute;
  inset: -160px -250px auto auto;
}

.nno-image_wrapper.is-tennis {
  max-width: 80px;
  position: absolute;
  inset: auto -280px 0% auto;
}

.section_tithely-hero {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/6883a649dab5bccb27ab0025_f9af5af7c7a6d02b65d7785ae3faca2a_Asset 2.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  max-height: 750px;
  display: flex;
  position: relative;
}

.tithely-hero_component {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.tithely-hero_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 500px;
  color: var(--text-color--text-alternate);
  flex-flow: column;
  display: flex;
}

.section_tithely-online {
  color: var(--text-color--text-primary);
}

.tithely-online_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.tithely-online_text {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 32rem;
  font-weight: 300;
  display: flex;
  position: relative;
}

.tithely-online_logo {
  width: 100%;
  max-width: 320px;
}

.section_tithely-steps {
  color: var(--text-color--text-primary);
  background-color: #7ed6a9;
  position: relative;
}

.tithely-steps_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem 3rem 5rem;
  display: flex;
  position: relative;
}

.tithely-steps_component.is-light {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.tithely-steps_text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 32rem;
  display: flex;
  position: relative;
}

.tithely-steps_text.is-light {
  max-width: 15rem;
}

.tithely-steps_step-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 434px;
  display: flex;
}

.tithely-steps_step {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tithely-steps_nmbr {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.tithely-online_text-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.tithely-steps_note {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  display: flex;
}

.section_tithely-recurring {
  color: var(--text-color--text-alternate);
  background-color: #7ed6a9;
}

.tithely-recurring_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.tithely-recurring_text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  display: flex;
  position: relative;
}

.section_tithely-steps-bg {
  background-color: var(--background-color--background-primary);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.section_tithely-steps-bg.is-2 {
  background-color: var(--background-color--background-alternate);
  inset: auto 0% 0%;
}

.section_tithely-give {
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
}

.tithely-give_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.tithely-give_text {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 20rem;
  font-weight: 300;
  display: flex;
  position: relative;
}

.tithely-give_text-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.background-color-white {
  background-color: var(--background-color--background-primary);
}

.tithely-give_cards {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tithely-give_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  grid-template-rows: 0.25fr 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tithely-give-card_image {
  border-radius: 1rem;
  width: 100%;
  padding-top: 90%;
  position: relative;
  overflow: hidden;
}

.tithely-give-card_download {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tithely-download_apple,
.tithely-download_google {
  max-width: 45%;
}

.tithely-give-card_title {
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  line-height: 1.2;
  display: flex;
}

.tithely-hero_logo {
  width: 100%;
  max-width: 160px;
}

.div-block-11 {
  border-radius: 20px;
  flex: none;
  max-width: 350px;
  margin-top: -1.5rem;
  margin-bottom: -11.25rem;
  overflow: hidden;
}

.section-3 {
  background-color: var(--base-color-brand--visa-gold);
}

.text-block-4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: var(--text-color--text-primary);
  text-align: center;
  object-fit: fill;
  background-color: #d3b976;
  border-radius: 20px;
  margin-top: -14px;
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
}

.heading-9 {
  padding-top: 0;
}

.link-2 {
  color: inherit;
}

.myc-contact_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.myc-content_text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.myc-content_cta {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.myc-content-cta_wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.myc-divider_max-width {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.myc-content_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.myc-info_text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.myc-info_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.myc-contact_info,
.layout58_list-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  display: flex;
}

.section_text.background-color-alternate {
  position: relative;
}

.section_text.is-21 {
  color: #f7f6f4;
  background-color: #2e3349;
}

.careers-benefits_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.default-text_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 900px;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  margin-top: 1.5rem;
  display: inline-flex;
}

.section_default-image-quote {
  background-image: url("../../_external/d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.default-image-quote_component {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  max-width: 700px;
  color: var(--text-color--text-alternate);
  text-align: center;
  background-color: #221f202e;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  display: flex;
}

.section_careers-centered {
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
}

.careers-centered_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.careers-centered_text {
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.careers-centered_values {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-secondary);
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.15fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.careers-centered_values.is-staff {
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.careers-centered_content {
  width: 100%;
}

.container-regular {
  max-width: 58.75rem;
  margin-left: auto;
  margin-right: auto;
}

.careers-benefits_text {
  text-align: center;
}

.careers-benefits_content {
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.careers-benefits_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.careers-benefits-card_text {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  display: flex;
}

.careers-benefits-card_icon {
  background-color: var(--background-color--background-alternate);
  text-align: center;
  border-radius: 200px;
  flex: none;
  width: 160px;
  height: 160px;
  padding: 2rem;
}

.image-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: static;
}

.careers-cta_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.careers-benefits_text-copy {
  text-align: center;
}

.section_careers-hiring {
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
}

.careers-hiring_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.careers-hiring_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border-color--border-alternate);
  width: 100%;
  color: var(--text-color--text-secondary);
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  display: flex;
}

.careers-hiring_content.is-staff {
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.careers-hiring_text {
  text-align: center;
}

.careers-hiring_timeline {
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.careers-hiring-timeline-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.careers-hiring-timeline-card.is-3 {
  max-width: 447px;
  position: relative;
}

.careers-hiring-timeline-card.is-1 {
  max-width: 300px;
}

.careers-hiring-timeline-card.is-5 {
  max-width: 447px;
}

.careers-hiring-timeline-card.is-2 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 424px;
  margin-left: auto;
}

.careers-hiring-timeline-card_icon {
  background-color: var(--background-color--background-alternate);
  text-align: center;
  border-radius: 200px;
  flex: none;
  width: 92px;
  height: 92px;
}

.careers-hiring-timeline-card_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.careers-hiring-timeline-card_text.is-right {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.careers-hiring-timeline-card_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-right: -16px;
  display: flex;
  position: relative;
}

.careers-hiring-timeline-card_wrapper.is-right {
  margin-left: -16px;
  margin-right: 0;
}

.careers-hiring-timeline-card_dott {
  background-color: var(--background-color--background-secondary);
  border-radius: 200px;
  flex: none;
  width: 32px;
  height: 32px;
  margin-top: 120px;
}

.careers-hiring-timeline_line {
  z-index: 0;
  background-color: var(--background-color--background-primary);
  width: 1px;
  height: 100%;
  position: relative;
}

.careers-centered_culture {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-width: 1px;
  border-color: var(--border-color--border-alternate);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.15fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.careers-centered_culture.is-staff {
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.careers-intro_component {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  max-width: 900px;
  display: flex;
}

.occ-shoebox_timeline {
  grid-column-gap: 0px;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.occ-shoebox-timeline_line {
  z-index: 0;
  background-color: var(--background-color--background-primary);
  width: 1px;
  height: 100%;
  position: relative;
}

.occ-shoebox-timeline-card_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-right: -16px;
  display: flex;
  position: relative;
}

.occ-shoebox-timeline-card_wrapper.is-right {
  flex-flow: row-reverse;
  margin-left: -16px;
  margin-right: 0;
}

.occ-shoebox-timeline-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.occ-shoebox-timeline-card.is-3 {
  max-width: 447px;
  position: relative;
}

.occ-shoebox-timeline-card.is-1 {
  max-width: 500px;
}

.occ-shoebox-timeline-card.is-5 {
  max-width: 447px;
}

.occ-shoebox-timeline-card.is-2 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 424px;
  margin-left: auto;
}

.occ-shoebox-timeline-card_dott {
  background-color: var(--background-color--background-secondary);
  border-radius: 200px;
  flex: none;
  width: 32px;
  height: 32px;
  margin-top: 4px;
}

.occ-shoebox-timeline-card_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.occ-shoebox-timeline-card_text.is-right {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.section_occ-howto {
  background-color: var(--base-color-brand--next-generation-sable);
  color: var(--text-color--text-primary);
  position: relative;
}

.section_occ-howto-bg {
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.section_occ-howto-bg.is-2 {
  background-color: var(--background-color--background-alternate);
  inset: auto 0% 0%;
}

.occ-howto_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--background-color--background-primary);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem 3rem 5rem;
  display: flex;
  position: relative;
}

.occ-howto_component.is-light {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.occ-shoebox_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.oneinvite-resources_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.oneinvite-resources_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.oneinvite-resources_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  display: flex;
  position: relative;
}

.oneinvite-resource-card_image {
  border-radius: 24px;
  padding-top: 116%;
  position: relative;
  overflow: hidden;
}

.oneinvite-resource-card_image.has-border {
  border: 2px solid #000;
}

.oneinvite-resources-card_text {
  z-index: 1;
  border: 1.5px solid var(--base-color-neutral--white);
  width: 90%;
  min-height: 135px;
  color: var(--text-color--text-alternate);
  text-align: right;
  background-color: #514a4f;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  justify-content: flex-end;
  align-items: center;
  margin-right: -1.5px;
  padding: 2rem 3.5rem 2rem 3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  display: none;
  position: absolute;
  inset: auto 0% 10% auto;
}

.oneinvite-resources-card_text.is-purple {
  background-color: #6e39ff;
}

.oneinvite-resources-card_text.is-yellow {
  background-color: #c5cbb0;
}

.oneinvite-resources_content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.resources-title {
  color: var(--text-color--text-secondary);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-left: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

.section-oneinvite_cta {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/68daa2b8cb138101abf38046_cta@2x.avif");
  background-position: 50%;
  background-size: cover;
}

.oneinvite-cta_component {
  min-height: 700px;
}

.oneinvite-cta_text {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  padding-top: 8rem;
  display: flex;
}

.oneinvite-intro_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.oneinvite-intro_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 400px;
  display: flex;
}

.oneinvite-intro-content_wrapper {
  max-width: 450px;
  margin-top: -100px;
}

.oneinvite-intro_text-gold {
  color: var(--text-color--text-secondary);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
}

.fs-checkbox-5_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rangeslider_input {
  display: none;
}

.fs-checkbox-5_dot {
  z-index: 2;
  background-color: #a1a1a1;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.filter_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0.5rem;
  display: grid;
}

.filter-block-label {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.radio_button {
  border: 2px solid #4c4c4c;
  border-radius: 999rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  margin-left: 0;
  margin-right: 0.75rem;
}

.radio_button.w--redirected-checked {
  outline-offset: -1px;
  background-color: #b9fd3b80;
  background-image: none;
  border-width: 4px;
  border-color: #242424;
  outline: 2px solid #b9fd3b;
  box-shadow: 1px 1px 3px #0000;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
}

.radio_button.w--redirected-focus-visible {
  outline-offset: 3px;
  outline: 2px solid #b9fd3b;
}

.filter_form_block {
  width: 18rem;
  margin-bottom: 0;
}

.range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  display: flex;
}

.fs-checkbox-5_button {
  border-radius: 999rem;
  width: 85%;
  height: 85%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.fs-checkbox-5_button:focus-visible,
.fs-checkbox-5_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.filter_list {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.filter_list.is-1-col {
  grid-template-columns: 1fr;
}

.rangeslider_fill {
  background-color: #b9fd3b;
  width: 20%;
  height: 100%;
  position: absolute;
}

.radio_field {
  color: #b7b7b7;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.radio_field:hover {
  color: #e1e1e1;
}

.radio_field.is-list-emptyfacet {
  opacity: 0.5;
}

.filter_search {
  color: #b9fd3b;
  background-color: #242424;
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/68e8ee0fc3d9a2a2508ad29e_search-icon-white.svg");
  background-position: 16px 52%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 1px #000;
  min-height: 4rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 3.25rem;
  font-size: 1rem;
}

.option-results {
  color: #6e30f7;
  display: none;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #242424;
  border-radius: 0.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.rangeslider_track {
  background-color: #4c4c4c;
  border-radius: 999rem;
  width: 96%;
  height: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rangeslider_wrapper {
  align-items: center;
  padding: 1rem 1.5rem;
  display: block;
  position: relative;
}

.radio_color {
  border-radius: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  margin-right: 0.5rem;
}

.radio_color.is-gray {
  background-color: #8d8c8c;
  background-image: linear-gradient(#0000001f, #ffffff1f);
}

.radio_color.is-black {
  background-color: #000;
  margin-right: 0.5rem;
}

.radio_color.is-cream {
  background-color: #ffe198;
  background-image: linear-gradient(#0000001f, #ffffff1f);
}

.radio_color.is-green {
  background-color: #43a247;
  background-image: linear-gradient(#0000001f, #ffffff1f);
}

.radio_color.is-white {
  background-color: #fff;
}

.radio_color.red {
  background-color: #e05058;
  background-image: linear-gradient(#0000001f, #ffffff1f);
}

.radio_color.is-yellow {
  background-color: #f0c435;
  background-image: linear-gradient(#0000001f, #ffffff26);
}

.filter_select {
  color: #fff;
  cursor: pointer;
  background-color: #414141;
  border: 1px #000;
  border-radius: 0.25rem;
  min-height: 3.6rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.filter_block_title {
  font-size: 1.125rem;
  font-weight: 600;
}

.radio_label {
  margin-bottom: 0;
  margin-right: 0.5rem;
}

.fs-checkbox-5_label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.filter_clear-all {
  color: #a1a1a1;
  text-align: center;
  background-color: #414141;
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.filter_clear-all:hover {
  background-color: #4c4c4c;
}

.filter_block_header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.filter_clear {
  color: #a1a1a1;
  background-color: #414141;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  text-decoration: none;
  display: flex;
}

.filter_clear:hover {
  background-color: #4c4c4c;
}

.fs-checkbox-5_wrapper {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  margin-bottom: 0;
  padding: 0.25rem;
  display: flex;
  position: relative;
}

.fs-checkbox-5_mask {
  z-index: 1;
  opacity: 1;
  background-color: #4c4c4c;
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #b9fd3b;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.rangeslider_handle:focus {
  background-color: #b9fd3b;
  width: 1.2rem;
  height: 1.2rem;
}

.filter_facet-count {
  margin-left: auto;
  font-size: 0.875rem;
}

.checkbox_input {
  border: 2px solid #4c4c4c;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  margin-left: 0;
  margin-right: 0.75rem;
}

.checkbox_input.w--redirected-checked {
  background-color: #b9fd3b;
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/68e90032b04dae2f58cc359d_check-icon-black.png");
  background-size: 0.875rem;
  border-color: #b9fd3b;
  box-shadow: 1px 1px 3px #0000;
}

.checkbox_input.w--redirected-focus {
  box-shadow: none;
}

.checkbox_input.w--redirected-focus-visible {
  outline-offset: 3px;
  outline: 2px solid #b9fd3b;
}

.checkbox_field {
  color: #b7b7b7;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.checkbox_field:hover {
  color: #e1e1e1;
}

.checkbox_field.is-list-emptyfacet {
  opacity: 0.5;
}

.checkbox_label {
  margin-right: 0.25rem;
}

.christmas-show_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.locations-hero {
  color: var(--text-color--text-alternate);
  padding-top: 8rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.locations-hero.is-header {
  padding-top: 40svh;
}

.locations-hero.is-bigger {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.locations_background-overlay {
  background-image:
    linear-gradient(180deg, #211d1e, #12121200 61%),
    radial-gradient(
      circle farthest-corner at 0% 100%,
      var(--background-color--background-alternate) 16%,
      #231f2000 50%
    );
  position: absolute;
  inset: 0%;
}

.locations_background-overlay.is-all {
  background-image: radial-gradient(
    circle farthest-corner at 50% 100%,
    #231f2000 25%,
    var(--background-color--background-alternate) 86%
  );
}

.locations_background-overlay.is-kb {
  background-image:
    radial-gradient(
      circle farthest-corner at 50% 100%,
      #231f2000,
      var(--base-color-brand--next-generation-sable)
    ),
    linear-gradient(
      180deg,
      var(--base-color-brand--next-generation-sable),
      #231f2000
    );
}

.blur-card_wrapper {
  display: flex;
}

.christmas-locations_wrapper {
  width: 100%;
}

.christmas-locations_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.christmas-locations_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.christmas-spectacular_image {
  border-radius: 1rem;
  overflow: hidden;
}

.christmas-serve-btn_wrapper {
  margin-top: auto;
}

.christmas-time_wrapper.is-24-dec {
  margin-bottom: 1rem;
}

.mm-card-info_wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  display: flex;
}

.section_21-hero {
  background-color: #3459b4;
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/69456d0f6c25d04a4ded524d_21-days-banner_2026-2.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 44rem;
  display: flex;
  position: relative;
}

.section_21-hero.background-color-dark {
  justify-content: flex-start;
  align-items: flex-end;
}

.section-21-hero_text {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  display: flex;
  position: relative;
}

._21-intro_text {
  text-align: center;
  border: 2px solid #3459b4;
  border-radius: 1000px;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 5rem;
  font-weight: 500;
}

._21-participate_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

._21-participate_intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.section_21-accordion {
  background-color: #f7f6f4;
}

._21-accordion_component {
  flex-flow: column;
  width: 100%;
  display: flex;
}

._21-accordion_text {
  color: #383838;
  text-align: center;
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family:
    Alte Haas,
    Arial,
    sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  display: inline-flex;
}

.bible-reading_cards {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  display: flex;
}

.bible-reading_card {
  width: 100%;
}

.give-btn_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  font-size: 0.95rem;
  display: flex;
}

.easter-hero_image {
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/69ac2f552662a1cf4d57fefe_Easter_Wordmark-Bumper.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52%;
  position: relative;
}

.text-style_easter-script {
  font-family:
    Luminaire Script,
    Arial,
    sans-serif;
  font-weight: 400;
}

.section_nno-hero {
  background-color: #fee90a;
  padding-top: 40.7%;
  position: relative;
}

.section_easter-invite {
  color: var(--text-color--text-alternate);
  background-image: url("../../_external/cdn.prod.website-files.com/6696de90740e44393c25e78f/69ac2b407be235b1e2426148_BlueSky.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.easter-invite_title {
  text-align: center;
  font-family: Variera, Arial, sans-serif;
  font-size: 6rem;
  line-height: 0.8;
  position: relative;
}

.easter-invite_text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  display: flex;
}

.text-style_easter-variera {
  text-transform: uppercase;
  font-family: Variera, Arial, sans-serif;
  font-weight: 400;
}

.easter-resources_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.easter-hero-image_wrapper {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem;
}

.bold-text-2 {
  font-size: clamp(6rem, 8vw, 12rem);
}

.nextsteps-purpose_title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 44.375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.ll_image-wrapper {
  height: 220px;
}

.ll_content-wrapper {
  padding: 1.5rem;
}

.ll-item {
  min-height: 520px;
}
.bcc-leadership-placeholder {
  background: linear-gradient(135deg, #211d1e 0%, #121212 55%, #2b241c 100%);
}
/*HERO IMAGE*/
.bcc-hero-image {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.55)),
    url("../images/bcc-hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.background-card_background-image.is-focus-top {
  object-position: top center;
  object-position: 20% 20%;
  object-position: center top;
  object-position: 30% 1%;
}

/*ABOUT*/

.about-cover-image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-cover-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.pastor-info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pastor-name {
  margin-bottom: 0.35rem;
}

.pastor-title {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  font-weight: 600;
}

.reduced-padding {
  padding: 1.25rem;
}
.reduced-padding-mode {
  padding-top: 1rem;
}

.bcc-two-col-grid {
  grid-template-columns: 1fr 1fr;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.background-image.bcc-about-bg {
  object-position: center center;
}
/*CSS FOR JOIN A SERVE TEAM*/

.bcc-modal-overlay {
  z-index: 9999;
  background: rgba(32, 28, 29, 0.72);
  backdrop-filter: blur(8px);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.bcc-modal-overlay.is-open {
  display: flex;
}

.bcc-modal {
  background: #f8f6f2;
  color: #211d1e;
  border-radius: 1.5rem;
  width: 100%;
  max-width: 42rem;
  padding: 3rem;
  position: relative;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.25);
}

.bcc-modal-close {
  color: #211d1e;
  background: transparent;
  border: 0;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
}

.bcc-modal-header h2 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.bcc-modal-header p {
  color: rgba(33, 29, 30, 0.72);
  font-size: 1.1rem;
  line-height: 1.6;
}

.bcc-serve-form {
  margin-top: 2rem;
}

.bcc-form-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  margin-bottom: 1rem;
}

.bcc-serve-form input,
.bcc-serve-form textarea {
  background: #ffffff;
  border: 1px solid rgba(33, 29, 30, 0.12);
  border-radius: 999px;
  width: 100%;
  min-height: 3.75rem;
  padding: 0 1.5rem;
  color: #211d1e;
  font: inherit;
}

.bcc-serve-form textarea {
  border-radius: 1.5rem;
  min-height: 9rem;
  padding-top: 1.25rem;
  resize: vertical;
  margin-bottom: 1.25rem;
}

.bcc-serve-form input::placeholder,
.bcc-serve-form textarea::placeholder {
  color: rgba(33, 29, 30, 0.55);
}

body.bcc-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .bcc-modal {
    padding: 2rem;
  }

  .bcc-form-grid {
    grid-template-columns: 1fr;
  }
}

/*THANK YOU CSS*/

.thank-you-page {
  background: #211d1e;
  color: #ffffff;
  min-height: 100vh;
}

.thank-you-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.thank-you-card {
  background: #f8f6f2;
  color: #211d1e;
  border-radius: 1.5rem;
  max-width: 42rem;
  width: 100%;
  padding: 4rem 3rem;
  text-align: center;
}

.thank-you-card h1 {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.thank-you-card p {
  color: rgba(33, 29, 30, 0.72);
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.6;
}

.pastor_about {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* .background-image.bcc-leadership-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
} */

.background-image.bcc-leadership-bg {
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

/*MENS MINISTRY CSS*/

/* Men's Ministry Page */
.bcc-main-men {
  color: #fff;
}
/*Global-care*/

.global-gallery-card {
  background-color: var(--background-color--background-primary);
  border-radius: 1.5rem;
  overflow: hidden;
  height: 100%;
}

.global-gallery-image {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  display: block;
}

.global-gallery-content {
  padding: 2rem;
  color: var(--text-color--text-alternate);
}

.global-gallery-content h3 {
  margin-bottom: 0.75rem;
}

.global-gallery-content p {
  color: rgba(255, 255, 255, 0.78);
}

@media screen and (max-width: 767px) {
  .global-gallery-image {
    height: 18rem;
  }

  .global-gallery-content {
    padding: 1.5rem;
  }
}
/*WATCH SECTION*/

.bcc-watch-feature {
  display: grid;
  grid-template-columns: 1.45fr 0.9fr;
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: var(--background-color--background-primary);
  position: relative;
  z-index: 2;
}

.bcc-watch-video {
  position: relative;
  min-height: 34rem;
  background-color: #000;
}

.bcc-watch-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bcc-watch-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  color: var(--text-color--text-primary);
}

.bcc-watch-content h2 {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.bcc-watch-content p {
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .bcc-watch-feature {
    grid-template-columns: 1fr;
  }

  .bcc-watch-video {
    min-height: 26rem;
  }

  .bcc-watch-content {
    padding: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .bcc-watch-video {
    min-height: 18rem;
  }
}
/*WATCH GRID*/

.bcc-message-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.bcc-message-card {
  background-color: var(--background-color--background-secondary);
  border-radius: 1.25rem;
  overflow: hidden;
}

.bcc-message-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #211d1e;
}

.bcc-message-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bcc-message-content {
  padding: 1.5rem;
}

.bcc-message-content h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 991px) {
  .bcc-message-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .bcc-message-grid {
    grid-template-columns: 1fr;
  }
}
