:root {
  --light-grey: #f7f9fc;
  --black: #0f0e17;
  --white: white;
  --dark-grey: #191821;
  --medium-grey: #27262e;
  --text-color: #797881;
  --off-white-dark: #d8e0f0;
  --brand: #eb5628;
  --transparent: rgba(0, 0, 0, 0);
  --grey: #535259;
  --blue: #4760ff;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--light-grey);
  color: var(--black);
  font-family: DM Sans, sans-serif;
  font-size: 1.35vw;
  font-weight: 400;
  line-height: 1.45;
}

h1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.85em;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.62em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.c-styles {
  width: 100vw;
  height: 100vh;
  padding-left: 9.5vw;
  padding-right: 9.5vw;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.c-styles_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.c-styles_item.is--100vh {
  height: 100vh;
}

.c-html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2vw;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.is--hidden-empty {
  background-color: rgba(0, 0, 0, 0);
  width: 0;
  height: 0;
  padding: 0;
}

.c-nav {
  z-index: 2000;
  background-color: rgba(15, 14, 23, .9);
  justify-content: space-between;
  align-items: center;
  padding-left: 3.8em;
  padding-right: 3.8em;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.c-nav.is--alt {
  width: 100%;
  height: 90px;
  top: -90px;
}

.c-nav_logo-img {
  background-image: url('../images/5Nlogo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11em;
  max-width: none;
  height: 2.5em;
}

.c-nav_button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: .6em;
  padding: .8em 2.2em;
  font-size: 1.1vw;
}

.c-nav_menu {
  justify-content: space-between;
  align-items: center;
  width: 50em;
  display: flex;
}

.c-nav_menu-links {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-nav_link {
  color: var(--white);
  cursor: pointer;
  align-items: center;
  padding: 1.8em 1em;
  display: flex;
  position: relative;
}

.c-nav_link-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 700;
  line-height: .9;
}

.c-nav_icon {
  justify-content: center;
  align-items: center;
  width: .7em;
  height: .3em;
  margin-left: .3em;
  display: flex;
}

.c-svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.c-nav_dropdown {
  height: 0;
  min-height: 0;
  max-height: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-nav_dropdown-list {
  background-color: var(--medium-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 13em;
  display: none;
  position: relative;
}

.c-nav_dropdown-item {
  width: 100%;
}

.c-nav_dropdown-link {
  border-bottom: .12em solid var(--dark-grey);
  color: var(--white);
  width: 100%;
  padding: 1.1em;
  font-weight: 400;
}

.c-nav_dropdown-link:hover {
  background-color: var(--dark-grey);
}

.c-nav_dropdown-text {
  font-size: .8em;
  font-weight: 400;
}

.c-nav_external-link {
  width: 100%;
}

.c-nav_hamburger {
  display: none;
}

.c-section {
  padding: 3em 10vw;
}

.c-section.is--hero {
  z-index: 4;
  background-image: linear-gradient(to right, var(--black), rgba(15, 14, 23, .73) 29%, rgba(15, 14, 23, 0) 52%), linear-gradient(to top, #0f0e17, rgba(15, 14, 23, .89) 21%, rgba(15, 14, 23, 0) 60%);
  align-items: center;
  min-height: 100vh;
  padding-top: 11.1em;
  padding-bottom: 11.1em;
  display: flex;
  position: relative;
}

.c-section.is--footer-spacer {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.c-section.is--events {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.c-section.is--mission {
  width: 100vw;
  padding-top: 4em;
  position: relative;
  overflow: hidden;
}

.c-section.is--homepage {
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.c-section.is--footer {
  border-top: .12em solid var(--off-white-dark);
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 85%;
}

.c-section.is--header {
  background-color: var(--black);
  padding-top: 11em;
  position: relative;
}

.c-section.is--header.is--white {
  background-color: var(--light-grey);
  color: var(--black);
}

.c-section.is--404 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.c-section.is--collection-hide {
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-section.is--media {
  min-height: 60vh;
  padding-top: 8.5em;
}

.c-section.is--popup-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-hero {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.c-button {
  background-color: var(--brand);
  color: var(--white);
  text-align: center;
  border-width: 0;
  border-radius: .6em;
  padding: .9em 1.9em;
}

.c-button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.c-button.is--white {
  background-color: var(--white);
  color: var(--black);
}

.c-button.is--white.is--button-2 {
  margin-top: .6em;
}

.c-button.is--hero-button1 {
  background-color: var(--brand);
  color: var(--white);
  margin-right: 1em;
}

.c-button.is--black {
  background-color: var(--black);
}

.c-button.is--button1 {
  background-color: var(--brand);
  margin-top: .6em;
  margin-right: 1em;
}

.c-button.is--section_button {
  background-color: var(--brand);
  color: var(--white);
  margin-top: 2em;
}

.c-button.is--full-width {
  width: 100%;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  font-size: 1.2em;
  font-weight: 700;
}

.c-button.is--more {
  cursor: pointer;
}

.c-button.is--event-button.is--top {
  margin-top: 2.5em;
}

.c-button.is--share {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.3em;
  margin-top: 3em;
  padding-top: .4em;
  padding-bottom: .4em;
  display: flex;
}

.c-hero_contain {
  overflow: hidden;
}

.c-hero_h1 {
  font-weight: 700;
}

.c-hero_h1-contain {
  margin-bottom: 2em;
  padding-bottom: 1em;
  overflow: hidden;
}

.c-hero_bg-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-bg-vid {
  width: 100%;
  height: 100%;
}

.div-block {
  height: 100%;
}

.c-hero_photo {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-hero_message {
  background-color: rgba(39, 38, 46, .2);
  border-radius: .6em;
  width: 26em;
  margin-bottom: 2em;
  margin-right: 2em;
  padding: 2em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.c-hero_icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5em;
  display: flex;
}

.c-hero_message-title {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .7em;
  display: flex;
}

.is--hero-link {
  border-bottom: .1em solid var(--white);
  color: var(--white);
  -webkit-text-stroke-color: var(--brand);
  font-weight: 400;
}

.c-hero_message-x {
  margin-top: .8em;
  margin-right: .8em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.c-hero_message-icon {
  width: 1.2em;
}

.c-events_link {
  background-color: var(--white);
  color: var(--black);
  border-radius: .6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.c-events_list {
  justify-content: flex-start;
  align-items: stretch;
  width: 180vw;
  margin-top: 5.6em;
  padding-left: 10vw;
  display: flex;
  overflow: hidden;
}

.c-events_img {
  border-top-left-radius: .6em;
  border-top-right-radius: .6em;
  position: relative;
  overflow: hidden;
}

.c-events_img-fill {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
}

.c-events_img-fill._1 {
  background-image: url('../images/Screenshot-2024-03-31-at-11.15.06-AM.png');
  background-position: 0 0;
  background-size: cover;
}

.c-events_img-fill._2 {
  background-image: url('../images/Screenshot-2024-04-02-at-5.21.22â¯PM.png');
  background-position: 0 0;
  background-size: cover;
}

.c-events_img-fill._3 {
  background-image: url('../images/Screenshot-2024-04-02-at-5.15.38â¯PM.png');
  background-position: 0 0;
  background-size: cover;
}

.c-events_content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.1em 2.2em;
  display: flex;
}

.c-events_date-time {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.c-events_date {
  color: var(--text-color);
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.6em;
  font-weight: 400;
  display: flex;
}

.c-event_icon {
  width: 1em;
  margin-right: .5em;
}

.c-events_item {
  width: 40vw;
  min-width: 40vw;
  max-width: 40vw;
  padding-right: 1em;
}

.c-events_wraper {
  width: 100vw;
  margin-left: -10vw;
  overflow: hidden;
}

.c-events_bg {
  z-index: -1;
  background-color: var(--black);
  width: 100vw;
  height: 60%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.c-offset-heading {
  width: 90vw;
  margin-top: 2em;
  margin-left: 10vw;
  padding-right: 10vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.is--display {
  white-space: nowrap;
  font-size: 7em;
  font-style: normal;
  font-weight: 700;
}

.c-large-header {
  width: 100vw;
  max-width: 100vw;
  height: 8em;
  margin-left: -10vw;
  overflow: hidden;
}

.c-large-header.is--page {
  margin-top: 3em;
}

.c-large-header_contain {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.is--display-line {
  background-color: var(--black);
  width: 10em;
  min-width: 10em;
  height: .2em;
  margin-left: 2.8em;
  margin-right: 2.8em;
}

.is--display-line.is--inverted {
  background-color: var(--black);
  filter: invert();
  flex: 0 auto;
}

.c-mission {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5em;
  display: flex;
}

.c-mission_photo {
  background-color: var(--black);
  background-image: url('../images/5Nlogo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: .6em;
  width: 28vw;
  min-width: 26.2vw;
  height: 28vw;
}

.c-mission_content {
  flex-direction: column;
  width: 48vw;
  padding-left: 5.5vw;
}

.is--mission-heading {
  margin-bottom: 1.4em;
}

.c-circle {
  z-index: -1;
  width: auto;
  max-width: none;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.c-sermon {
  color: var(--white);
  background-image: linear-gradient(to top, rgba(15, 14, 23, .77), rgba(15, 14, 23, .69) 28%, rgba(15, 14, 23, 0) 56%);
  border-radius: .6em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 40vw;
  padding: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-sermon_bg {
  z-index: -1;
  background-color: var(--black);
  background-image: url('../images/Screenshot-2024-03-31-at-11.15.06-AM.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .6em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-sermon_tag {
  background-color: rgba(255, 255, 255, .11);
  border-radius: 100vw;
  padding: .6em 1.4em;
  display: inline-block;
}

.c-sermon_title {
  margin-top: .6em;
  margin-bottom: .4em;
}

.is--sermon-tag {
  font-size: .9em;
}

.c-homepage_item {
  width: 100vw;
  min-height: 36vw;
  margin-bottom: 1em;
}

.c-homepage_list {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 6em;
  margin-bottom: 1.5em;
  display: flex;
  position: relative;
}

.c-homepage_link {
  background-color: var(--black);
  border-radius: .6em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.c-homepage_fill {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--white);
  text-align: center;
  background-color: rgba(15, 14, 23, .48);
  border-radius: .6em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 3em;
  display: flex;
  position: relative;
}

.c-footer_top {
  color: var(--black);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.c-footer_info {
  justify-content: flex-start;
  align-items: flex-start;
  width: 52vw;
  min-width: 52vw;
  max-width: 52vw;
  display: flex;
}

.c-footer_item {
  padding-right: 3em;
}

.c-footer_item-title {
  color: var(--black);
  margin-bottom: 1em;
  font-weight: 500;
}

.c-footer_text {
  color: var(--text-color);
  white-space: pre;
  line-height: 2;
}

.c-footer_link {
  color: var(--text-color);
  margin-bottom: .6em;
  font-weight: 400;
  display: block;
}

.c-form_fields {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.c-form_field {
  border-style: solid;
  border-width: .1em 0 .1em .1em;
  border-color: var(--text-color);
  border-radius: .4em 0 0 .4em;
  height: 2.8em;
  min-height: 2.8em;
  max-height: 2.8em;
  margin-bottom: 0;
  padding: .3em 1.5em;
  font-size: 100%;
}

.c-form_field:focus {
  border-color: var(--text-color);
}

.c-form_submit {
  background-color: var(--black);
  border-top-right-radius: .4em;
  border-bottom-right-radius: .4em;
  height: 2.8em;
  min-height: 2.8em;
  max-height: 2.8em;
  padding: .4em 1.6em;
  font-size: 100%;
}

.is--footer_disclaimer {
  margin-top: 1em;
}

.c-form {
  width: 25vw;
  margin-bottom: 0;
}

.c-form_success {
  background-color: var(--light-grey);
  color: var(--black);
  text-align: center;
  border-radius: .4em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em 1.4em;
}

.c-footer_bottom {
  border-top: .12em solid var(--off-white-dark);
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.c-footer_bottom.is--hidden {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.c-footer_privacy-link {
  height: auto;
  font-weight: 400;
  text-decoration: underline;
}

.c-footer_social {
  height: auto;
}

.is--hide-on-published-site {
  height: 0;
}

.c-social_link {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1.4em;
}

.c-social_icon {
  object-fit: contain;
  width: 1.9em;
  height: 1.6em;
}

.c-nav_link-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-nav_menu-scroll {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.c-overflow {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.c-header_img {
  border-radius: .6em;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 5em;
  position: relative;
  overflow: hidden;
}

.c-header_img.square {
  height: auto;
}

.c-header_text {
  color: var(--white);
  white-space: pre-wrap;
}

.c-header_bg {
  z-index: 1;
  background-color: var(--light-grey);
  height: 35%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-header_bg.is--darkest {
  background-color: var(--black);
}

.c-header_content {
  z-index: 2;
  position: relative;
}

.c-content {
  color: var(--white);
  width: 100%;
  min-width: 50%;
  max-width: 100%;
}

.c-content.is--flip {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.c-media {
  width: 100%;
  min-width: 50%;
  max-width: 100%;
  position: relative;
}

.c-contain {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-contain.is--flipped {
  flex-direction: row-reverse;
}

.c-content_contain {
  width: 90%;
}

.c-content_contain.is--full-width-content {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.c-image {
  z-index: 1;
  background-color: var(--black);
  object-fit: cover;
  border-radius: .6em;
  width: 100%;
  max-width: none;
  height: 24em;
  position: relative;
}

.c-image.is--wider {
  z-index: 2;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 50vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.c-image.is--wider.is--reversed-wider {
  border-radius: 0 .6em .6em 0;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.c-video {
  z-index: 1;
  background-color: var(--black);
  border-radius: .6em;
  width: 100%;
  min-width: 100%;
  position: relative;
  overflow: hidden;
}

.c-video.is--wide-vid {
  z-index: 2;
  opacity: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 50vw;
  min-width: 50vw;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.c-video.is--wide-vid.is--reversed-wide-vid {
  border-radius: 0 .6em .6em 0;
  left: auto;
  right: 0%;
}

.c-vid {
  z-index: 1;
  width: 100%;
}

.c-section_hading {
  color: var(--black);
}

.c-section_paragraph {
  color: var(--black);
  margin-top: 1em;
}

.c-three-column_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 84vw;
  display: flex;
}

.c-three-column_item {
  width: 24vw;
  min-width: 24vw;
  margin-top: 3em;
  margin-right: 4vw;
}

.c-three-column_p {
  margin-top: 1em;
}

.is--404 {
  background-color: var(--black);
  color: var(--white);
}

.is--404-heading {
  margin-bottom: 3em;
}

.c-image2 {
  z-index: 1;
  background-color: var(--black);
  object-fit: cover;
  border-radius: 0 .6em .6em 0;
  width: 50vw;
  max-width: none;
  height: 24em;
  margin-left: -10vw;
  position: relative;
}

.c-image2.is---flip {
  border-radius: .6em 0 0 .6em;
  margin-left: 0;
}

.c-image2.is---flip.contain {
  background-color: var(--transparent);
}

.is-1tm {
  color: var(--black);
  margin-top: 1em;
}

.is-1tm.is--title {
  color: var(--brand);
}

.is-1tm.is-white-text {
  color: var(--white);
}

.is--title {
  color: var(--brand);
  margin-top: .4em;
  font-weight: 500;
}

.c-staff_wrap {
  flex-direction: row;
  display: flex;
}

.c-staff_list {
  cursor: grab;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 200vw;
  margin-top: 5.6em;
  margin-bottom: 3em;
  display: flex;
}

.c-staff_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 27.2vw;
  min-width: 27.2vw;
  max-width: 27.2vw;
  padding-right: 1em;
}

.c-staff_card {
  background-color: var(--white);
  border-radius: .6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.c-staff_card.template {
  width: 100%;
}

.c-staff_photo {
  border-top-left-radius: .6em;
  border-top-right-radius: .6em;
  width: 100%;
  height: 32vw;
  position: relative;
  overflow: hidden;
}

.c-staff_info {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.4em 2em;
  font-size: .8em;
}

.c-staff_title {
  color: var(--text-color);
  text-align: left;
  margin-left: 0;
}

.c-staff_name {
  color: #0f0e17;
}

.c-staff_info-contain {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.is--dark {
  background-color: var(--black);
  color: var(--white);
  overflow: visible;
}

.c-groups_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 87vw;
  margin-top: 5.6em;
  margin-bottom: 3em;
  display: flex;
}

.c-groups_item {
  width: 20.3vw;
  min-width: 20.3vw;
  padding-bottom: 1em;
  padding-right: 1em;
}

.c-groups_link {
  background-color: var(--dark-grey);
  color: var(--white);
  text-align: center;
  border-radius: .6em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.8em 1.2em;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.c-groups_link:hover {
  background-color: var(--medium-grey);
}

.brand-color {
  text-align: center;
}

.c-groups_icon {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-groups_heading {
  margin-top: .9em;
}

.c-group_columns {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.5em;
  display: flex;
}

.c-group_column-small {
  background-color: var(--dark-grey);
  border-radius: .6em;
  width: 24vw;
  padding: 3em 1.9em;
  font-size: 80%;
  position: -webkit-sticky;
  position: sticky;
  top: 7vw;
}

.c-group_column-large {
  width: 54.5vw;
}

.c-group_filter-title {
  margin-bottom: 1em;
  font-weight: 500;
}

.c-filter {
  background-color: var(--medium-grey);
  border-radius: .2em;
  width: 100%;
  margin-bottom: 2em;
  position: relative;
}

.c-filter_button {
  color: rgba(255, 255, 255, .8);
  justify-content: space-between;
  align-items: center;
  padding: 1.1em 1.9em;
  display: flex;
  position: relative;
}

.c-filter_list {
  background-color: var(--black);
  color: var(--text-color);
  border-bottom-right-radius: .6em;
  border-bottom-left-radius: .6em;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.c-switch {
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  display: flex;
}

.c-switch_icon {
  width: 1.7em;
}

.c-switch_heading {
  margin-left: .9em;
  font-weight: 500;
}

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

.c-switch_switch {
  border-radius: 100vw;
  justify-content: flex-end;
  width: 3em;
  min-width: 3em;
  margin-left: 1em;
}

.c-switch_fill {
  background-color: var(--text-color);
  border-radius: 100vw;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: .2em;
  display: block;
}

.c-switch_circle {
  background-color: var(--white);
  border-radius: 100vw;
  width: 1.3em;
  height: 1.3em;
}

.c-groups_empty {
  background-color: var(--dark-grey);
  text-align: center;
  border-radius: .6em;
  padding: 1.3em;
}

.c-groups-item_link {
  background-color: var(--dark-grey);
  color: var(--white);
  border-radius: .6em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1.1em;
  padding: .9em 3.2em .9em 1.7em;
  display: flex;
  position: relative;
}

.c-groups_info {
  color: var(--text-color);
  justify-content: flex-start;
  align-items: center;
  margin-right: .6em;
  font-weight: 400;
  display: flex;
}

.c-groups_item-icon {
  color: var(--text-color);
  width: .9em;
  margin-right: .5em;
}

.c-group_info-text {
  white-space: nowrap;
  margin-right: .3em;
}

.c-groups_info-block {
  justify-content: flex-start;
  align-items: center;
  padding-top: .6em;
  display: flex;
}

.c-groups_image {
  background-color: var(--medium-grey);
  background-image: url('../images/user-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39%;
  border-radius: 100vw;
  width: 4.5em;
  height: 4.5em;
  margin-right: 1.2em;
}

.c-groups_img {
  z-index: 1;
  object-fit: cover;
  border-radius: 100vw;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

.c-groups_child {
  width: 1.3em;
  margin-bottom: 1em;
  margin-right: 1em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.c-filter_link {
  color: var(--white);
  text-align: left;
  border: 0 solid #000;
  width: 100%;
  padding: .6em 1.3em;
  font-weight: 400;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.c-filter_link:hover {
  background-color: var(--medium-grey);
  text-align: left;
}

.c-filter_text {
  text-align: left;
}

.c-filter-hide-text {
  font-size: 0;
}

.c-media_header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-media_link {
  margin-left: 1em;
}

.c-media_icon {
  width: 1.6em;
  margin-right: .5em;
}

.c-media_button-flex {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-group_columns2 {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1.5em;
  display: flex;
}

.c-group_left {
  background-color: var(--dark-grey);
  border-radius: .6em;
  width: 54.5vw;
  padding: 3.3em 3.3em 5.4em;
  position: relative;
}

.c-group_right {
  background-color: var(--dark-grey);
  text-align: center;
  border-radius: .6em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24vw;
  padding: 3.3em 2.1em;
  display: flex;
}

.c-group_p {
  color: var(--text-color);
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.c-group_item {
  justify-content: flex-start;
  align-items: center;
  padding-top: .9em;
  display: flex;
}

.c-group_icon {
  width: .9em;
  margin-right: .6em;
}

.is--inline-text {
  margin-right: .3em;
}

.c-child {
  background-color: var(--medium-grey);
  border-top-left-radius: .6em;
  border-bottom-right-radius: .6em;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 1.6em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.c-child_icon {
  width: 1.1em;
  margin-right: .5em;
}

.c-group_img {
  background-color: var(--medium-grey);
  background-image: url('../images/user-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39%;
  border-radius: 100vw;
  width: 6em;
  height: 6em;
}

.c-group-leader_title {
  color: var(--text-color);
  margin-bottom: 2.1em;
}

.c-group_leader-name {
  margin-top: 1em;
  margin-bottom: .3em;
}

.c-popup_bg {
  z-index: 1;
  background-color: rgba(15, 14, 23, .94);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-popup {
  z-index: 3000;
  width: 100vw;
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.c-popup_module {
  background-color: var(--dark-grey);
  border-radius: .6em;
  width: 44vw;
  padding: 2.8em 4em;
  position: relative;
}

.c-popup_p {
  color: var(--text-color);
  margin-top: .5em;
  margin-bottom: 1.4em;
}

.c-popup_form {
  z-index: 5;
  margin-bottom: 0;
  position: relative;
}

.c-popup-form_field {
  background-color: var(--medium-grey);
  color: var(--white);
  border: 0 solid #000;
  border-radius: .6em;
  min-height: 4em;
  margin-bottom: 1em;
  padding: 1em 2em;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.c-popup-form_field:focus {
  color: var(--white);
  background-color: #131216;
}

.c-popup-form_field::placeholder {
  color: var(--text-color);
}

.c-popup_x {
  margin-top: 1.2em;
  margin-right: 1.2em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.c-popup_x-icon {
  width: 1.8em;
}

.c-form_radio {
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.7em;
  padding-left: 1.5em;
  display: flex;
}

.c-form_radio-button {
  border-width: .2em;
  border-color: var(--white);
  width: 1.8em;
  min-width: 1.8em;
  height: 1.8em;
  margin-left: -1.5em;
  margin-right: .6em;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.c-form_radio-button.w--redirected-checked {
  background-color: var(--white);
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.c-form_radio-label {
  color: var(--text-color);
}

.c-form_radios {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5em;
  padding-bottom: 2em;
  display: flex;
}

.c-event_list {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2em;
  display: flex;
}

.c-event_item {
  width: 39.2vw;
  padding-bottom: 1.3em;
}

.c-event_link {
  background-color: var(--dark-grey);
  color: var(--white);
  border-radius: .6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.is--shown-empty {
  background-color: var(--dark-grey);
  text-align: center;
  border-radius: .6em;
  margin-top: 1em;
  padding: 3.6em;
}

.is--white {
  color: var(--white);
  cursor: pointer;
}

.c-even-columns {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2em;
  display: flex;
}

.c-column_even {
  background-color: var(--dark-grey);
  border-radius: .6em;
  width: 39vw;
  padding: 2.9em;
}

.c-event_description {
  color: var(--text-color);
  margin-top: 1em;
  margin-bottom: 1em;
}

.c-events_info {
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.4em;
  padding-top: .9em;
  display: flex;
}

.c-events_icon {
  width: 1.1em;
  margin-right: .8em;
}

.c-event_date-and-time {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-column_even-img {
  background-color: var(--dark-grey);
  border-radius: .6em;
  width: 39vw;
  padding: 0;
}

.c-events_img2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .6em;
}

.is--event-button {
  width: 100%;
  margin-top: 1.5em;
}

.c-sermon_info {
  color: var(--text-color);
  justify-content: flex-start;
  align-items: center;
  margin-right: .8em;
  font-weight: 400;
  display: flex;
}

.c-sermon_info-contain {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5em;
  font-size: .9em;
  display: flex;
}

.c-livestream_card {
  background-color: var(--brand);
  border-radius: .6em;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4em;
  padding: 4.9em 5.8em;
  display: flex;
}

.c-livestream_card-text {
  padding-right: 2em;
}

.c-livestream_title {
  margin-bottom: .3em;
  line-height: 1;
}

.c-sermon_play {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-sermon_button {
  background-color: var(--dark-grey);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  transform: scale(0);
}

.c-sermon_icon {
  width: 26%;
  position: relative;
  right: -2%;
}

.c-sermon_column {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2em;
  display: flex;
}

.c-sermon_video {
  width: 53vw;
}

.c-sermon_info-div {
  background-color: var(--dark-grey);
  border-radius: .6em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 25.6vw;
  padding: 1.8em 2.3em;
  display: flex;
}

.c-share_text {
  color: var(--white);
  justify-content: center;
  align-items: center;
}

.c-share_text.is--2nd-text {
  display: none;
}

.c-share_icon {
  width: 1.3em;
  margin-right: .6em;
}

.c-share_icon.is--check {
  width: 1.7em;
  height: 1.7em;
  display: none;
}

.c-sermon_images {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.7vw;
  display: flex;
}

.c-sermon_img {
  object-fit: cover;
  border-radius: .6em;
  width: 100%;
  height: 100%;
}

.c-sermon_img-contain {
  width: 25.6vw;
  height: 25.6vw;
}

.is--contact_p {
  color: var(--text-color);
  margin-top: .6em;
  margin-bottom: 1em;
}

.c-contact {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.c-contact_left {
  width: 40vw;
  padding-right: 5em;
}

.c-contact_right {
  width: 40vw;
}

.c-contact_img {
  object-fit: cover;
  border-top-left-radius: .6em;
  border-bottom-left-radius: .6em;
  width: 50vw;
  max-width: none;
  height: 30vw;
  margin-top: 2em;
}

.c-contact_stats {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.c-contact_info {
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  margin-bottom: 1em;
  display: flex;
}

.c-contact_icon {
  width: 1em;
  margin-right: .8em;
}

.c-contact_text {
  color: var(--text-color);
  text-align: left;
  white-space: pre;
  font-size: .75em;
  font-weight: 400;
}

.c-contact_form {
  margin-bottom: 0;
  padding-top: 1em;
}

.c-contact_form-field {
  color: var(--black);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: .2em;
  height: 3.9em;
  margin-bottom: .6em;
  padding: 1.1em 1.9em;
}

.c-contact_form-field:focus {
  color: var(--black);
  background-color: #e9ecf1;
}

.c-contact_form-field::placeholder {
  color: var(--text-color);
}

.c-contact_form-field.is--message {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 6.5em;
  margin-bottom: 2em;
}

.c-sermon_link {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-events_image {
  border-radius: .6em;
  height: 140px;
  position: relative;
  overflow: hidden;
}

.c-events_image._1 {
  background-image: none;
}

.c-sermon_content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.4em .5em .4em;
  display: flex;
}

.c-sermon_item {
  width: 25.5vw;
  min-width: 25.5vw;
  margin-right: 1.5vw;
  padding-bottom: 1.3em;
}

.c-sermon_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 107%;
  margin-top: 2em;
  display: flex;
}

.c-homepage_link-photo {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-homepage_link-photo._1 {
  background-image: url('../images/118174515_2607922039425044_7729911273795334802_n.jpg');
  background-position: 0 0;
  background-size: cover;
}

.c-homepage_link-photo._2 {
  background-image: url('../images/118318393_2607877559429492_8490268380528640776_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.c-homepage_link-photo._3 {
  background-image: url('../images/DSC_1930.jpg');
  background-position: 50%;
  background-size: cover;
}

.c-homepage_link-photo._4 {
  background-image: url('../images/353629235_235091922607796_4184889269594422589_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.c-homepage_link-photo._5 {
  background-image: url('../images/414895637_350640704386250_4526197842835121182_n.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.c-homepage_overflow {
  position: relative;
  overflow: hidden;
}

.c-homepage_overflow-heading2 {
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.c-events_img-photo {
  z-index: 1;
  background-image: url('../images/smaller.png');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-events_img-photo.template {
  background-image: none;
}

.c-staff_photo-img {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-header_img-fill {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.c-header_container {
  padding-bottom: .5em;
  overflow: hidden;
}

.background-video {
  width: 100%;
  height: 100%;
}

.collection-list {
  width: 200vw;
  margin-top: 5.6em;
  margin-bottom: 3em;
  display: flex;
}

.collection-item {
  padding-right: 1em;
}

.flex-block {
  flex-flow: column;
}

.collection-list-2 {
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.collection-item-2 {
  width: 200vw;
  padding-right: 2em;
}

.div-block-2 {
  flex-flow: column;
}

.collection-item-3, .collection-list-wrapper {
  flex-direction: row;
  display: flex;
}

.collection-grid {
  grid-column-gap: 1em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5.6em;
  padding-bottom: 3em;
  display: grid;
}

.c-staff_catetag {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-end;
  align-items: center;
  padding-top: .125em;
  padding-bottom: .125em;
  padding-right: .125em;
}

.heading {
  color: var(--black);
}

.heading.is--white-text {
  color: var(--white);
}

.rich-text-block, .paragraph {
  color: var(--black);
  margin-top: 1em;
}

.paragraph.is--white-text {
  color: var(--white);
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.rich-text-block-2, .rich-text-block-3 {
  color: var(--black);
}

.logos-title-large {
  border-bottom: 1px #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-wrapper._1 {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  justify-content: center;
  align-items: center;
}

.clients-image {
  max-width: 15%;
  max-height: 120px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.heading-2, .rich-text_list, .heading-3 {
  color: var(--black);
}

.template-hidden-mask {
  background-color: var(--white);
  overflow: hidden;
}

.body {
  overflow: visible;
}

.initiators-image {
  max-width: 20%;
  max-height: 160px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.gallery-slider-2 {
  border-bottom: 1px #e4ebf3;
  padding: 80px 10vw;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide-2 {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.gallery-slide-wrapper-2 {
  max-width: 30%;
  margin-left: 2%;
  margin-right: 2%;
}

.gallery-slide-image-2 {
  position: relative;
}

.gallery-image-2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: .6em;
  width: 100%;
}

.gallery-slide-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  background-color: var(--transparent);
  color: #1a1b1f;
}

.gallery-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 3.3em;
  }

  .c-nav {
    padding: 1em 2.1em;
  }

  .c-nav_button {
    width: 100%;
    margin-top: 2.2em;
    font-size: 18px;
  }

  .c-nav_menu {
    z-index: 1;
    background-color: var(--black);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .c-nav_menu-links {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .c-nav_link {
    border-bottom: .1em solid var(--dark-grey);
    width: 100%;
    padding-top: .9em;
    padding-bottom: .9em;
    font-size: 20px;
  }

  .c-nav_link.is--dropdown {
    border-bottom-width: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .c-nav_link-text {
    line-height: 1.5;
  }

  .c-nav_icon.is--filter {
    font-size: 1.7em;
  }

  .c-nav_dropdown {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .c-nav_dropdown-list {
    width: 100%;
    height: auto;
    display: block;
    top: 0;
  }

  .c-nav_dropdown-link {
    border-bottom-color: var(--dark-grey);
    background-color: var(--black);
    color: var(--text-color);
    min-height: 3em;
    padding-top: .9em;
    padding-bottom: .9em;
  }

  .c-nav_dropdown-link:hover {
    background-color: var(--black);
  }

  .c-nav_hamburger {
    z-index: 2;
    display: block;
    position: relative;
  }

  .c-section {
    padding: 2em 5vw;
  }

  .c-section.is--hero {
    background-image: linear-gradient(rgba(15, 14, 23, .4), rgba(15, 14, 23, .4)), linear-gradient(to top, #0f0e17, rgba(15, 14, 23, .89) 21%, rgba(15, 14, 23, 0) 60%);
    flex-direction: column;
    justify-content: center;
    padding-top: 8.4em;
    padding-bottom: 3em;
  }

  .c-section.is--footer-spacer {
    height: 2em;
  }

  .c-section.is--mission {
    padding-top: 2em;
  }

  .c-section.is--media {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }

  .c-button:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }

  .c-button.is--white.is--hero-button2, .c-button.is--hero-button1 {
    margin-bottom: 1em;
    margin-left: .5em;
    margin-right: .5em;
  }

  .c-hero_contain {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .c-hero_h1 {
    font-size: 4em;
  }

  .c-hero_h1-contain {
    margin-bottom: 1em;
  }

  .c-hero_message {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
  }

  .c-events_list {
    margin-top: 4em;
    padding-left: 5vw;
  }

  .c-events_content {
    padding: 1.5em 1.2em;
  }

  .c-events_date-time {
    margin-top: .9em;
    display: block;
  }

  .c-events_date {
    margin-top: .7em;
  }

  .c-events_wraper {
    margin-left: -5vw;
  }

  .c-events_bg {
    height: 50%;
  }

  .c-offset-heading {
    width: 95vw;
    margin-top: .5em;
    margin-left: 5vw;
    padding-right: 5vw;
  }

  .is--display {
    font-size: 5em;
  }

  .c-large-header {
    height: 6em;
    margin-left: -5vw;
  }

  .c-mission_photo {
    width: 32vw;
    min-width: 32vw;
    height: 45vw;
  }

  .c-mission_content {
    width: 52vw;
    padding-left: 0;
  }

  .c-sermon {
    min-height: 60vw;
    padding: 1.6em;
  }

  .c-homepage_item {
    width: 100vw;
    min-height: 40vw;
    margin-bottom: 2vw;
  }

  .c-homepage_list {
    margin-top: 4em;
  }

  .c-homepage_fill {
    padding: 1.2em;
  }

  .c-footer_top {
    flex-direction: column;
    justify-content: flex-start;
  }

  .c-footer_info {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .c-form_field, .c-form_submit {
    font-size: 16px;
  }

  .c-form {
    width: 100%;
    margin-top: 3em;
  }

  .c-nav_hamburger_icon {
    width: 2em;
  }

  .c-logo_wrap {
    z-index: 3;
    position: relative;
  }

  .c-nav_link-wrap {
    border-bottom: .1em solid var(--dark-grey);
    justify-content: space-between;
    width: 100%;
    min-height: 3em;
    padding: .9em 1.1em;
  }

  .c-nav_menu-scroll {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 5.9em 3.8em 8.2em;
    overflow: scroll;
  }

  .c-overflow {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .c-header_img {
    height: 60vw;
  }

  .c-content_contain.is--full-width-content {
    width: 80%;
  }

  .c-video.is--wide-vid {
    top: -5%;
  }

  .c-three-column_list {
    width: 93vw;
  }

  .c-three-column_item {
    width: 27vw;
    min-width: 27vw;
  }

  .c-image2 {
    height: 40vw;
    margin-left: -5vw;
  }

  .c-staff_list {
    margin-top: 4em;
    margin-bottom: 2em;
  }

  .c-staff_item {
    width: 31vw;
    min-width: 31vw;
    max-width: 31vw;
  }

  .c-staff_photo {
    height: 38vw;
  }

  .c-groups_list {
    width: 93vw;
    margin-top: 4em;
    margin-bottom: 2em;
  }

  .c-groups_item {
    width: 23vw;
    min-width: 23vw;
    padding-bottom: 2vw;
    padding-right: 2vw;
  }

  .c-groups_link:hover {
    background-color: var(--dark-grey);
  }

  .c-group_columns {
    display: block;
  }

  .c-group_column-small {
    width: 100%;
    margin-bottom: 3em;
    position: relative;
    top: 0;
  }

  .c-group_column-large {
    width: 100%;
  }

  .c-switch_switch {
    width: 4em;
    min-width: 4em;
  }

  .c-switch_fill {
    padding: .4em;
  }

  .c-switch_circle {
    width: 1.4em;
    height: 1.4em;
  }

  .c-group_columns2 {
    display: block;
  }

  .c-group_left {
    width: 100%;
    margin-bottom: 2em;
  }

  .c-group_right {
    width: 100%;
  }

  .c-popup_module {
    width: 70vw;
  }

  .c-event_item {
    width: 44vw;
    padding-bottom: 2.5vw;
  }

  .c-column_even {
    width: 44vw;
  }

  .c-event_date-and-time {
    display: block;
  }

  .c-column_even-img {
    width: 44vw;
  }

  .c-sermon_info-contain {
    display: flex;
  }

  .c-livestream_card {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 2.4em 1.9em;
  }

  .c-livestream_card-text {
    padding-bottom: 1.4em;
    padding-right: 0;
  }

  .c-livestream_title {
    margin-bottom: .2em;
  }

  .c-sermon_video {
    width: 59.5vw;
  }

  .c-sermon_info-div {
    width: 29vw;
  }

  .c-sermon_img-contain {
    width: 29vw;
    height: 29vw;
  }

  .c-contact_left {
    width: 45vw;
    padding-right: 2.2em;
  }

  .c-contact_right {
    width: 45vw;
  }

  .c-contact_img {
    width: 50vw;
    margin-top: 1.3em;
  }

  .c-contact_stats {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
  }

  .c-sermon_item {
    width: 44vw;
    margin-right: 2vw;
  }

  .c-sermon_list {
    width: 103%;
  }

  .collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .gallery-slider-2 {
    border-bottom-style: none;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slide-wrapper-2 {
    max-width: 47%;
    margin-left: 0%;
    margin-right: 6%;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .c-section.is--header {
    padding-top: 9em;
  }

  .c-button.is--share {
    margin-top: 2em;
  }

  .c-hero_h1 {
    font-size: 8vw;
  }

  .c-events_list {
    width: 100vw;
    overflow: scroll;
  }

  .c-events_item {
    width: 70vw;
    min-width: 70vw;
    max-width: 70vw;
  }

  .is--display {
    font-size: 4em;
  }

  .c-large-header {
    height: 5em;
  }

  .is--display-line {
    width: 8em;
    min-width: 8em;
    margin-left: 2em;
    margin-right: 2em;
  }

  .c-mission {
    flex-direction: column-reverse;
    display: flex;
  }

  .c-mission_photo {
    width: 100%;
    min-width: 100%;
    margin-bottom: 3em;
  }

  .c-mission_content {
    width: 100%;
  }

  .c-circle {
    width: 90%;
    height: auto;
  }

  .c-sermon {
    min-height: 80vw;
  }

  .c-homepage_item {
    width: 100%;
    min-height: 40vw;
    margin-bottom: 1em;
  }

  .c-footer_top {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .c-footer_info {
    flex-direction: column;
  }

  .c-footer_item {
    margin-bottom: 2em;
    padding-right: 0;
  }

  .c-form {
    margin-top: 0;
  }

  .c-footer_bottom {
    text-align: center;
    display: block;
  }

  .c-footer_privacy-link {
    margin-top: 2em;
    display: block;
  }

  .c-footer_social {
    margin-top: 1.5em;
  }

  .c-social_link {
    padding-left: .8em;
    padding-right: .8em;
  }

  .c-nav_menu-scroll {
    padding-left: 2em;
    padding-right: 2em;
  }

  .c-overflow {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .c-header_img {
    height: 80vw;
    margin-top: 3em;
  }

  .c-media {
    margin-bottom: 2em;
  }

  .c-contain {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .c-contain.is--flipped {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .c-content_contain {
    width: 100%;
  }

  .c-content_contain.is--full-width-content {
    width: 90%;
  }

  .c-image.is--wider {
    width: 95vw;
  }

  .c-video.is--wide-vid {
    width: 95vw;
    min-width: 95vw;
    top: -3%;
  }

  .c-three-column_list {
    width: 100%;
    display: block;
  }

  .c-three-column_item {
    width: 100%;
    min-width: 100%;
    margin-bottom: 2em;
    margin-right: 0;
  }

  .c-image2 {
    width: 95vw;
    height: 60vw;
  }

  .c-staff_list {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .c-staff_item {
    width: 45vw;
    min-width: 45vw;
    max-width: none;
  }

  .c-staff_photo {
    height: 55vw;
  }

  .c-groups_item {
    width: 30.8vw;
    min-width: 30.8vw;
  }

  .c-groups_info {
    margin-top: .3em;
  }

  .c-groups_info-block {
    padding-top: .4em;
    display: block;
  }

  .c-popup_module {
    width: 100%;
  }

  .c-event_item {
    width: 100%;
    padding-bottom: 5vw;
  }

  .c-even-columns {
    display: block;
  }

  .c-column_even {
    width: 100%;
  }

  .c-column_even-img {
    width: 100%;
    margin-bottom: 5vw;
  }

  .c-sermon_column {
    display: block;
  }

  .c-sermon_video {
    width: 100%;
    margin-bottom: 5vw;
  }

  .c-sermon_info-div {
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .c-sermon_images {
    padding-top: 5vw;
    display: block;
  }

  .c-sermon_img {
    width: 90vw;
    height: 90vw;
    margin-bottom: 5vw;
  }

  .c-sermon_img-contain {
    width: auto;
    height: auto;
  }

  .c-contact {
    display: block;
  }

  .c-contact_left {
    width: 100%;
    padding-right: 0;
  }

  .c-contact_right {
    width: 100%;
    margin-top: 3em;
  }

  .c-contact_img {
    width: 95vw;
    height: 60vw;
  }

  .c-sermon_content {
    padding-bottom: .8em;
  }

  .c-sermon_item {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }

  .c-sermon_list {
    width: 100%;
  }

  .collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-wrapper._1 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .initiators-image {
    max-width: 30%;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .gallery-slider-2 {
    padding: 60px 15px;
  }

  .gallery-slide-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text-2 {
    line-height: 30px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.7em;
  }

  .c-nav {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .c-button.is--white.is--button-2 {
    width: 100%;
    margin-top: 1em;
  }

  .c-button.is--button1 {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .c-button.is--full-width {
    font-size: 1em;
  }

  .c-hero_h1 {
    font-size: 10vw;
  }

  .c-events_item {
    width: 90vw;
    min-width: 90vw;
    max-width: 90vw;
  }

  .is--display {
    font-size: 3em;
  }

  .c-large-header {
    height: 4em;
  }

  .is--display-line {
    width: 6em;
    min-width: 6em;
    height: .13em;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .c-sermon {
    background-image: linear-gradient(rgba(15, 14, 23, .74), rgba(15, 14, 23, .74));
    min-height: 100vw;
    padding: 1.5em;
  }

  .c-sermon_buttons {
    width: 100%;
  }

  .c-sermon_title {
    margin-top: .4em;
    margin-bottom: .4em;
  }

  .c-homepage_item {
    min-height: 70vw;
  }

  .c-nav_menu-scroll {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .c-overflow {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .c-header_img {
    height: 100vw;
  }

  .c-image2 {
    width: 95vw;
  }

  .c-staff_item {
    width: 88vw;
    min-width: 88vw;
  }

  .c-staff_photo {
    height: 100vw;
  }

  .c-groups_list {
    width: 95vw;
  }

  .c-groups_item {
    width: 47vw;
    min-width: 47vw;
    padding-bottom: 4vw;
    padding-right: 4vw;
  }

  .c-groups-item_link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3em 1.3em;
  }

  .c-groups_info {
    justify-content: center;
    margin-top: .5em;
    margin-right: 0;
  }

  .c-groups_info-block {
    text-align: center;
    padding-top: .7em;
  }

  .c-groups_text {
    margin-top: 1.4em;
  }

  .c-groups_image {
    margin-right: 0;
  }

  .c-media_header {
    display: block;
  }

  .c-media_link {
    margin-top: 1em;
    margin-left: 0;
  }

  .c-media_button-flex {
    text-align: left;
  }

  .c-group_left {
    margin-bottom: 1.5em;
    padding-top: 2.4em;
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .c-group_right {
    padding: 1.8em 1.4em 2.6em;
  }

  .c-popup_module {
    padding-left: 2.7em;
    padding-right: 2.7em;
  }

  .c-popup_x {
    margin-top: .8em;
    margin-right: .8em;
  }

  .c-popup_x-icon {
    width: 1.4em;
  }

  .c-form_radio {
    margin-bottom: 1em;
  }

  .c-form_radios {
    padding-bottom: 1em;
    display: block;
  }

  .c-column_even {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .c-livestream_card {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .c-livestream_title {
    margin-bottom: .6em;
    font-size: 1.8em;
  }

  .c-sermon_info-div {
    padding-left: 2em;
    padding-right: 2em;
  }

  .collection-grid {
    grid-template-columns: 1fr;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .logos-title-large {
    border-bottom-style: none;
  }

  .container-2 {
    max-width: none;
  }

  .clients-wrapper._1 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: wrap;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .initiators-image {
    max-width: 40%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }
}

#w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680c8-2a7a6ca6, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680d7-2a7a6ca6, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680e6-2a7a6ca6, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680f5-2a7a6ca6, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68104-2a7a6ca6, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68113-2a7a6ca6, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68122-2a7a6ca6, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68131-2a7a6ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4656670d-4de9-5fc1-a544-757e13dabefa-3972bb83 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_4656670d-4de9-5fc1-a544-757e13dabefe-3972bb83, #w-node-_4656670d-4de9-5fc1-a544-757e13dabf08-3972bb83, #w-node-_4656670d-4de9-5fc1-a544-757e13dabf0d-3972bb83, #w-node-dfa93d0b-bf9f-d669-b540-a1aa6b84bf3a-3972bb83, #w-node-f2aa45cc-0d3c-f949-9298-fb5f1cac41f4-3972bb83, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680c8-3972bb83, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680d7-3972bb83, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680e6-3972bb83, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680f5-3972bb83, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68104-3972bb83, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68113-3972bb83, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68122-3972bb83, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68131-3972bb83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eccf3e6c-870e-2689-1e62-128892cbf630-5b69d990 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-eccf3e6c-870e-2689-1e62-128892cbf634-5b69d990, #w-node-eccf3e6c-870e-2689-1e62-128892cbf63a-5b69d990, #w-node-eccf3e6c-870e-2689-1e62-128892cbf63d-5b69d990, #w-node-eccf3e6c-870e-2689-1e62-128892cbf640-5b69d990, #w-node-eccf3e6c-870e-2689-1e62-128892cbf643-5b69d990, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680c8-5b69d990, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680d7-5b69d990, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680e6-5b69d990, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680f5-5b69d990, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68104-5b69d990, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68113-5b69d990, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68122-5b69d990, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68131-5b69d990 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e1271e9-b684-422b-3213-11afa5564392-1aca1ff6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_7e1271e9-b684-422b-3213-11afa5564396-1aca1ff6, #w-node-_7e1271e9-b684-422b-3213-11afa556439c-1aca1ff6, #w-node-_7e1271e9-b684-422b-3213-11afa556439f-1aca1ff6, #w-node-_7e1271e9-b684-422b-3213-11afa55643a2-1aca1ff6, #w-node-_7e1271e9-b684-422b-3213-11afa55643a5-1aca1ff6, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680c8-1aca1ff6, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680d7-1aca1ff6, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680e6-1aca1ff6, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680f5-1aca1ff6, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68104-1aca1ff6, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68113-1aca1ff6, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68122-1aca1ff6, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68131-1aca1ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_619383b4-2117-b957-261a-f734dcb1365a-6360b9f3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_619383b4-2117-b957-261a-f734dcb1365e-6360b9f3, #w-node-_619383b4-2117-b957-261a-f734dcb13664-6360b9f3, #w-node-_619383b4-2117-b957-261a-f734dcb13667-6360b9f3, #w-node-_619383b4-2117-b957-261a-f734dcb1366a-6360b9f3, #w-node-_619383b4-2117-b957-261a-f734dcb1366d-6360b9f3, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680c8-6360b9f3, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680d7-6360b9f3, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680e6-6360b9f3, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680f5-6360b9f3, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68104-6360b9f3, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68113-6360b9f3, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68122-6360b9f3, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68131-6360b9f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fb9abfd-3d87-ba2e-ccf4-b2fc41831a22-62ccc80d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_6fb9abfd-3d87-ba2e-ccf4-b2fc41831a26-62ccc80d, #w-node-_6fb9abfd-3d87-ba2e-ccf4-b2fc41831a2c-62ccc80d, #w-node-_6fb9abfd-3d87-ba2e-ccf4-b2fc41831a2f-62ccc80d, #w-node-_6fb9abfd-3d87-ba2e-ccf4-b2fc41831a32-62ccc80d, #w-node-_6fb9abfd-3d87-ba2e-ccf4-b2fc41831a35-62ccc80d, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680c8-62ccc80d, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680d7-62ccc80d, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680e6-62ccc80d, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e680f5-62ccc80d, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68104-62ccc80d, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68113-62ccc80d, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68122-62ccc80d, #w-node-c82e3678-2c2e-7536-d68f-a5c7f7e68131-62ccc80d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_4656670d-4de9-5fc1-a544-757e13dabefa-3972bb83, #w-node-eccf3e6c-870e-2689-1e62-128892cbf630-5b69d990, #w-node-_7e1271e9-b684-422b-3213-11afa5564392-1aca1ff6, #w-node-_619383b4-2117-b957-261a-f734dcb1365a-6360b9f3, #w-node-_6fb9abfd-3d87-ba2e-ccf4-b2fc41831a22-62ccc80d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


