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

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

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

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

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

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

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

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

.sbf-metric-tile[data-metric-tile-theme="transparent-dark-bg"] {
  --sbf-metric-tile-bg: transparent;
  --sbf-metric-tile-text: var(--sbf-palette-white);
}

.sbf-metric-tile {
  text-align: center;
  border-radius: var(--sbf-border-radius-4);
  background-color: var(--sbf-metric-tile-bg);
  width: 100%;
  color: var(--sbf-metric-tile-text);
  flex-direction: column-reverse;
  padding: 20px 16px;
  display: flex;
}

.sbf-metric-tile[data-metric-tile-theme="transparent-dark-bg"] {
  border: 1px solid var(--sbf-palette-white);
}

.sbf-metric-tile .sbf-metric-tile__heading {
  letter-spacing: -.0001em;
  margin: 0;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.33333;
}

@media (min-width: 760px) {
  .sbf-metric-tile .sbf-metric-tile__heading {
    letter-spacing: -.0001em;
    margin: 0;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.16667;
  }
}

.sbf-metric-tile .sbf-metric-tile__copy {
  letter-spacing: -.025em;
  margin: 0 0 4px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

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

.sbf-metric-tile-grid {
  grid-template-columns: 1fr;
  list-style-type: none;
  display: grid;
}

@media (min-width: 760px) {
  .sbf-metric-tile-grid--two, .sbf-metric-tile-grid--four {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.sbf-metric-tile-grid--gap-small {
  gap: var(--sbf-space-12);
}

.sbf-metric-tile-grid--gap-medium {
  gap: var(--sbf-space-20);
}

header {
  margin: 0;
}

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

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

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

main section {
  color: #fff;
  text-align: center;
}

main a {
  color: #005595;
}

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

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

main ul {
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video-fallback {
  background-image: url("/fa/min/assets/section-hero-fallback-bg-desktop-6d1e2677.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.video-overlay {
  z-index: 1;
  background: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

video {
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
}

@media (min-width: 2600px) {
  video {
    display: none;
  }
}

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

.section-hero img {
  width: 160px;
  height: 160px;
  margin: 0 0 24px;
}

@media (min-width: 760px) {
  .section-hero img {
    width: 209px;
    height: 209px;
    margin: 0 0 46px;
  }
}

.section-hero .content-container {
  z-index: 2;
  max-width: 95ch;
  margin: 0 auto;
  padding: 55px 0 40px;
}

@media (min-width: 760px) {
  .section-hero .content-container {
    padding: 150px 0 145px;
  }
}

.section-hero .content-container p {
  letter-spacing: .005em;
  text-wrap: balance;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.33333;
}

@media (min-width: 760px) {
  .section-hero .content-container p {
    letter-spacing: -.0015em;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.25;
  }
}

.section-hero .content-container p:first-of-type {
  margin: 0;
  font-weight: 400;
}

.section-hero .button-container {
  flex-direction: column;
  justify-content: center;
  margin: 10px 0 0;
  display: flex;
}

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

.section-hero .button-container a {
  max-width: 300px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .section-hero .button-container a {
    margin: 0;
  }
}

.section-hero .button-container span {
  margin: 16px;
  font-weight: 600;
}

.section-thank-you {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 56px 0 38px;
}

@media (min-width: 900px) {
  .section-thank-you {
    padding: 100px 0 68px;
  }
}

.section-thank-you .content-container img, .section-thank-you .content-container svg {
  width: 56px;
  height: 56px;
  margin: 0 0 24px;
}

.section-thank-you .content-container h2 {
  margin: 0 0 8px;
}

.section-thank-you .content-container p {
  letter-spacing: .01em;
  max-width: 45ch;
  margin: 0 auto 24px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 760px) {
  .section-thank-you .content-container p {
    letter-spacing: -.0015em;
    margin: 0 auto 34px;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.5em;
    line-height: 1.25;
  }
}

.section-thank-you.fire-content {
  background-image: url("/fa/min/assets/section-thank-you-fire-bg-9d5e1e0f.jpg");
  background-position: top;
}

@media (min-width: 480px) {
  .section-thank-you.fire-content {
    background-position: center;
  }
}

.section-thank-you.police-content {
  background-image: url("/fa/min/assets/section-thank-you-police-bg-3ae59e28.jpg");
  background-position: top;
}

@media (min-width: 900px) {
  .section-thank-you.police-content {
    background-position: center;
  }
}

.section-thank-you.schools-content {
  background-image: url("/fa/min/assets/section-thank-you-school-bg-4cf48d18.jpg");
  background-position: top;
}

@media (min-width: 900px) {
  .section-thank-you.schools-content {
    background-position: center;
  }
}

.section-thank-you.schools-content p {
  max-width: 48ch;
}

.section-thank-you.dublin-content {
  background-image: url("/fa/min/assets/section-thank-you-dublin-bg-f5ab2ad0.jpg");
  background-position: top;
}

@media (min-width: 900px) {
  .section-thank-you.dublin-content {
    background-position: center;
  }
}

.section-thank-you.dublin-content p {
  max-width: 60ch;
}

.section-thank-you.dublin-content .button-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: flex;
}

@media (min-width: 600px) {
  .section-thank-you.dublin-content .button-container {
    flex-direction: row;
    gap: 18px;
  }
}

.section-thank-you.dublin-content .sbf-button--light-green, .section-thank-you.dublin-content .sbf-button--yellow {
  color: #353535;
  width: 220px;
}

.section-ripple {
  background-color: #005595;
  padding: 60px 0;
}

.section-ripple .content-container h2 {
  margin: 0 0 8px;
}

.section-ripple .content-container p {
  letter-spacing: .01em;
  max-width: 45ch;
  margin: 0 auto 36px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 760px) {
  .section-ripple .content-container p {
    letter-spacing: -.0015em;
    margin: 0 auto 36px;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.5em;
    line-height: 1.25;
  }
}

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

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

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

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

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

.section-ripple .sbf-button {
  font-size: var(--sbf-font-size-18);
  color: #005595;
  border-color: #f5f5f5;
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.section-ripple .sbf-button:hover, .section-ripple .sbf-button:focus {
  color: #005595;
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}

.section-ripple .sbf-button img, .section-ripple .sbf-button svg {
  fill: currentColor;
  width: 18px;
  height: 18px;
  top: 3px;
  left: 5px;
}

.section-impact {
  background-image: url("/fa/min/assets/section-impact-bg-27663cff.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 10px 0;
}

.section-impact .section-container {
  padding: 0;
}

.section-impact .content-container h3 {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.16667;
}

.section-impact .content-container h2, .section-impact .content-container h3 {
  margin: 0;
}

.section-impact .content-container .sub-heading {
  margin: 0 0 36px;
}

.section-impact .content-container p {
  letter-spacing: .01em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

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

.section-impact .content-container time {
  letter-spacing: .005em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.33333;
}

.section-impact .content-container .start-timeline-sub-heading {
  letter-spacing: .005em;
  max-width: 60ch;
  margin: 10px auto 0;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

.section-impact img {
  z-index: 2;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  top: 100px;
}

.section-timeline {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-timeline:after {
  content: "";
  background: #fffc;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 20px;
}

@media (min-width: 1080px) {
  .section-timeline:after {
    left: 50%;
    right: auto;
  }
}

.section-timeline .section-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 56px 0 48px;
}

@media (min-width: 1080px) {
  .section-timeline .section-container {
    padding: 110px 0 56px;
  }
}

.section-timeline .section-timeline__item {
  text-align: left;
}

@media (min-width: 1080px) {
  .section-timeline .section-timeline__item {
    border: none;
    width: 42%;
  }
}

.section-timeline .section-timeline__item time, .section-timeline .section-timeline__item p {
  letter-spacing: .005em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

.section-timeline .section-timeline__item .time-container {
  margin: 0 0 8px;
  font-weight: 600;
}

@media (min-width: 1080px) {
  .section-timeline .section-timeline__item .time-container {
    margin: 0;
  }
}

.section-timeline .section-timeline__item--left {
  margin: 0 20px;
  padding: 20px 20px 20px 0;
}

@media (min-width: 1080px) {
  .section-timeline .section-timeline__item--left {
    border-top: none;
    padding: 20px 20px 34px;
  }

  .section-timeline .section-timeline__item--left .time-container:after {
    content: "";
    background: #fff linear-gradient(to right, currentColor 0% 75%, #fff0 100%);
    width: 110%;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 11%;
  }
}

.section-timeline .section-timeline__item--right {
  margin: 0 20px;
  padding: 20px 20px 20px 0;
}

@media (min-width: 1080px) {
  .section-timeline .section-timeline__item--right {
    padding: 0 20px 34px 107px;
  }

  .section-timeline .section-timeline__item--right .time-container:before {
    content: "";
    background: #fff linear-gradient(to left, currentColor 0% 75%, #fff0 100%);
    width: 52%;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: -53%;
  }
}

.section-timeline .flex-column {
  flex-flow: column wrap;
}

@media (min-width: 1080px) {
  .section-timeline .flex-column {
    display: flex;
  }
}

.section-timeline .flex-column .flex-start {
  align-self: flex-start;
}

.section-timeline .flex-column .flex-end {
  align-self: flex-end;
}

.section-timeline-1 {
  background-image: url("/fa/min/assets/section-timeline-1-bg-a7d0f2d4.jpg");
}

.section-timeline-1:after {
  display: none;
}

@media (min-width: 1080px) {
  .section-timeline-1:after {
    display: block;
  }
}

.section-timeline-1 .section-container {
  padding: 90px 0 56px;
}

@media (min-width: 1080px) {
  .section-timeline-1 .section-container {
    padding: 120px 0 56px;
  }
}

.section-timeline-1 article:first-of-type {
  border-bottom: 1px solid #fff;
}

@media (min-width: 1080px) {
  .section-timeline-1 article:first-of-type {
    border: none;
  }
}

.section-timeline-1 article:nth-child(n+3):before {
  content: "";
  background: #fffc;
  width: 80%;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 1080px) {
  .section-timeline-1 article:nth-child(n+3):before {
    display: none;
  }
}

.section-timeline-1 article:after {
  content: "";
  background: #fffc;
  width: 1px;
  height: 400%;
  position: absolute;
  top: 100%;
  right: 0;
}

@media (min-width: 1080px) {
  .section-timeline-1 article:after {
    display: none;
  }
}

.section-timeline-2 {
  background-image: url("/fa/min/assets/section-timeline-2-bg-7a3c6127.jpg");
}

.section-timeline-3 {
  background-image: url("/fa/min/assets/section-timeline-3-bg-430a8d0e.jpg");
}

.section-timeline-4 {
  background-image: url("/fa/min/assets/section-timeline-4-bg-2d0e6ba1.jpg");
}

.section-timeline-4:after {
  top: auto;
  bottom: 48px;
}

@media (min-width: 1080px) {
  .section-timeline-4:after {
    top: 0;
  }
}

.section-timeline-4 .section-container:after {
  content: "";
  background: #fffc;
  width: 1px;
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

@media (min-width: 1080px) {
  .section-timeline-4 .section-container:after {
    display: none;
  }
}

.section-timeline-4 article:last-of-type:after {
  content: "";
  background: #fffc;
  width: 50%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 1080px) {
  .section-timeline-4 article:last-of-type:after {
    display: none;
  }
}

.section-timeline-2 article:first-of-type, .section-timeline-3 article:first-of-type, .section-timeline-4 article:first-of-type {
  border-top: 1px solid #fff;
}

@media (min-width: 1080px) {
  .section-timeline-2 article:first-of-type, .section-timeline-3 article:first-of-type, .section-timeline-4 article:first-of-type {
    border: none;
  }
}

.section-timeline-2 article:nth-child(n+2):before, .section-timeline-3 article:nth-child(n+2):before, .section-timeline-4 article:nth-child(n+2):before {
  content: "";
  background: #fffc;
  width: 80%;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 1080px) {
  .section-timeline-2 article:nth-child(n+2):before, .section-timeline-3 article:nth-child(n+2):before, .section-timeline-4 article:nth-child(n+2):before {
    display: none;
  }
}

.section-need {
  text-align: center;
  background-image: url("/fa/min/assets/section-need-bg-25472037.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 56px 0 76px;
}

@media (min-width: 900px) {
  .section-need {
    padding: 112px 0 175px;
  }
}

.section-need .section-container {
  z-index: 2;
}

.section-need .display-line {
  height: 44px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

@media (min-width: 900px) {
  .section-need .display-line {
    height: 100px;
  }
}

.section-need .display-line:before {
  content: "";
  background-color: #fff;
  width: 40px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
}

.section-need .display-line:after {
  content: "";
  background: #fffc;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
}

.section-need h2 {
  letter-spacing: -.0001em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section-need h2 {
    letter-spacing: -.0075em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.125;
  }
}

.section-need h2 {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 6px 24px;
  display: inline-block;
}

.section-need h2:before {
  content: "";
  background: #fffc;
  width: 1px;
  height: 186%;
  position: absolute;
  bottom: 100%;
  left: 50%;
}

@media (min-width: 900px) {
  .section-need h2:before {
    height: 198%;
  }
}

.section-need .sub-heading {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.125;
}

@media (min-width: 760px) {
  .section-need .sub-heading {
    letter-spacing: -.035em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 3.125em;
    font-weight: 700;
    line-height: 1.1;
  }
}

@media (min-width: 900px) {
  .section-need .sub-heading {
    letter-spacing: -.035em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 3.75em;
    font-weight: 700;
    line-height: 1.08333;
  }
}

.section-need .sub-heading {
  margin: 0 0 6px;
}

.section-need h4 {
  letter-spacing: -.015em;
  max-width: 30ch;
  margin: 0 auto 4px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.16667;
}

.section-need p {
  letter-spacing: .005em;
  max-width: 35ch;
  margin: 0 auto;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

.section-need img {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 8px 8px;
}

.section-next {
  background-image: url("/fa/min/assets/section-next-bg-541840a5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 56px 0;
}

@media (min-width: 760px) {
  .section-next {
    padding: 76px 0 56px;
  }
}

@media (min-width: 1080px) {
  .section-next {
    padding: 132px 0 80px;
  }
}

.section-next h2 {
  letter-spacing: -.0001em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section-next h2 {
    letter-spacing: -.0075em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.125;
  }
}

.section-next h2 {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 6px 12px;
  display: inline-block;
}

.section-next h2:before {
  content: "";
  background: #fffc;
  width: 1px;
  height: 212%;
  position: absolute;
  bottom: 100%;
  left: 50%;
}

@media (min-width: 900px) {
  .section-next h2:before {
    height: 232%;
  }
}

.section-next .sub-heading {
  letter-spacing: normal;
  margin: 0 auto 16px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

@media (min-width: 760px) {
  .section-next .sub-heading {
    letter-spacing: -.005em;
    margin: 0 auto 42px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 1.25;
  }
}

.section-next .sub-heading {
  max-width: 50ch;
  font-weight: 600;
}

.section-next .card-container {
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
}

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

@media (min-width: 1080px) {
  .section-next .card-container {
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  }
}

.section-next .card-container .card img, .section-next .card-container .card svg {
  width: 50px;
  height: 50px;
  margin: 0 0 14px;
}

.section-next .card-container .card h3 {
  letter-spacing: normal;
  margin: 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

.section-next .card-container .card p {
  letter-spacing: .005em;
  text-wrap: balance;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

.section-choose-impact {
  background-image: url("/fa/min/assets/section-choose-impact-bg-a911e4b4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 56px 0;
}

@media (min-width: 760px) {
  .section-choose-impact {
    padding: 76px 0;
  }
}

@media (min-width: 1080px) {
  .section-choose-impact {
    padding: 110px 0 500px;
  }
}

.section-choose-impact h2 {
  color: #353535;
  margin: 0 0 75px;
}

.section-choose-impact h2 .sbf-ce-section {
  outline: 1px dotted #353535 !important;
}

.section-choose-impact .card-container {
  grid-template-columns: 1fr;
  gap: 80px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
}

@media (min-width: 760px) {
  .section-choose-impact .card-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 90px 20px;
  }
}

@media (min-width: 1080px) {
  .section-choose-impact .card-container {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
  }
}

.section-choose-impact .card-container .card {
  background-color: #35353599;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 62.5px 16px 54px;
  display: flex;
}

.section-choose-impact .card-container .card img {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  margin: 0 auto;
  position: absolute;
  top: -62.5px;
  left: 0;
  right: 0;
}

.section-choose-impact .card-container .card h3 {
  letter-spacing: normal;
  margin: 12px 0 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

.section-choose-impact .card-container .card p {
  letter-spacing: .005em;
  max-width: 30ch;
  margin: 0 auto 24px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

.section-choose-impact .card-container .card a {
  margin: auto auto 0;
}

.section-sponsors {
  color: #353535;
  padding: 56px 0 38px;
}

@media (min-width: 900px) {
  .section-sponsors {
    padding: 100px 0 68px;
  }
}

.section-sponsors .sbf-ce-section {
  outline: 1px dotted #353535 !important;
}

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

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

.section-sponsors hr {
  color: #e5e5e5;
  opacity: .5;
  width: 100%;
  margin: 25px 0 35px;
}

.section-sponsors .sponsor-container {
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  display: flex;
}

@media (min-width: 900px) {
  .section-sponsors .sponsor-container {
    flex-direction: row;
  }
}

.section-sponsors .button-container {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

.section-sponsors .button-container a:first-of-type {
  margin: 0;
}

@media (min-width: 760px) {
  .section-sponsors .button-container a:first-of-type {
    margin: 0 0 10px;
  }
}

.section-sponsors .sponsor {
  padding: 15px 50px;
}

@media (min-width: 900px) {
  .section-sponsors .sponsor {
    padding: 20px 50px;
  }
}

.section-sponsors .sponsor img {
  max-width: 275px;
  max-height: 100px;
}

.section-sponsors .content-container h3 {
  margin: 0;
}

.section-sponsors .content-container span {
  margin: 15px;
  font-weight: 600;
}

.section-dublin-festival {
  flex-direction: column;
  align-items: center;
  padding: 48px 14px 52px;
  display: flex;
}

.section-dublin-festival img {
  width: 350px;
  height: 160px;
}

.section-dublin-festival .sbf-ce-section {
  outline: 1px dotted #353535 !important;
}
