@media (min-width: 0em) {
  .nav_links {
  display: none;
  flex-wrap: nowrap;
  position: absolute;
  white-space: nowrap;
  flex-direction: column;
  }
}

@media (min-width: 480px) {
  .nav_links {
  display: flex;
  font-size: 13px;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  }
}

@media (min-width: 0em) {
  .logo {
  width: 100%;
  }
}

.logo-wrapper {
  width: 32px;
}

@media (min-width: 0em) {
  .logo-wrapper {
  width: 32px;
  height: 32px;
  display: flex;
  }
}

@media (min-width: 480px) {
  .logo-wrapper {
  width: 32px;
  }
}

.navigation {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  display: flex;
  position: sticky;
  align-items: center;
  padding-left: var(--space-4xs);
  justify-content: space-between;
  background-color: #ffffff;
}

@media (min-width: 0em) {
  .navigation {
  display: flex;
  }
}

@media (min-width: 480px) {
  .navigation {
  z-index: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: var(--space-s);
  padding-right: var(--space-s);
  justify-content: space-between;
  background-color: #ffffff;
  }
}

.btn-primary {
  color: #ffffff;
  padding: var(--space-4xs) var(--space-2xs);
  background-color: var(--primary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (min-width: 0em) {
  .btn-primary {
  gap: var(--space-4xs);
  color: #ffffff;
  display: flex;
  font-size: var(--text-xs);
  align-self: center;
  align-items: center;
  white-space: nowrap;
  justify-self: auto;
  justify-content: center;
  }
}

@media (min-width: 480px) {
  .btn-primary {
  color: #ffffff;
  display: flex;
  font-size: 13px;
  padding: var(--space-4xs) var(--space-2xs);
  flex-direction: column;
  background-color: var(--primary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  }
}

.hero {
  display: flex;
  min-height: 800px;
  object-fit: cover;
  flex-direction: row;
  background-size: cover;
  background-color: var(--primary-5);
  background-image: url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w2560.webp");
  background-image: image-set(url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w64.webp") 0.06x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w320.webp") 0.31x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w640.webp") 0.63x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w1024.webp") 1x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w1600.webp") 1.56x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w2048.webp") 2x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w2560.webp") 2.5x);
  background-repeat: no-repeat;
  background-position: top right;
}

@media (min-width: 0em) {
  .hero {
  height: 600px;
  min-height: 0;
  background-size: cover;
  background-image: url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w2560.webp");
  background-image: image-set(url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w64.webp") 0.06x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w320.webp") 0.31x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w640.webp") 0.63x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w1024.webp") 1x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w1600.webp") 1.56x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w2048.webp") 2x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w2560.webp") 2.5x);
  background-position: 75%;
  }
}

@media (min-width: 480px) {
  .hero {
  height: 80vh;
  background-image: url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w2560.webp");
  background-image: image-set(url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w64.webp") 0.06x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w320.webp") 0.31x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w640.webp") 0.63x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w1024.webp") 1x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w1600.webp") 1.56x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w2048.webp") 2x, url("/uploads/Q9Zspy4DJMQIu7ZZSktEG-Image-w2560.webp") 2.5x);
  background-repeat: no-repeat;
  background-position: 80% 0;
  }
}

.container {
  gap: var(--space-4xs);
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  padding: var(--space-3xs) var(--space-s) var(--space-2xl);
  margin-right: auto;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 0em) {
  .container {
  width: 100%;
  max-width: 1200px;
  align-items: center;
  background-size: cover;
  background-position: 78% 0;
  }
}

@media (min-width: 480px) {
  .container {
  gap: var(--space-2xs);
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  }
}

.heading-1 {
  color: #ffffff;
  display: flex;
  font-size: var(--text-xl);
  max-width: 450px;
  text-align: left;
  font-family: var(--font-primary);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: var(--space-2xs);
  letter-spacing: -0.0125rem;
}

@media (min-width: 0em) {
  .heading-1 {
  width: 100%;
  font-size: var(--text-m);
  max-width: 100%;
  text-align: center;
  }
}

@media (min-width: 480px) {
  .heading-1 {
  font-size: var(--text-xl);
  text-align: center;
  }
}

@media (min-width: 768px) {
  .heading-1 {
  font-size: var(--text-xl);
  text-align: left;
  }
}

@media (min-width: 1280px) {
  .heading-1 {
  font-size: var(--text-2xl);
  }
}

@media (min-width: 0em) {
  .body {
  font-family: "Figtree", sans-serif;
  background-color: #f6f7f8;
  }
}

@media (min-width: 0em) {
  .content-wrapper {
  max-width: 1440px;
  background-color: #f6f7f8;
  }
}

.buttons {
  gap: var(--space-4xs);
  display: flex;
  margin-top: var(--space-xs);
  align-items: center;
}

@media (min-width: 0em) {
  .buttons {
  flex-direction: column;
  }
}

@media (min-width: 480px) {
  .buttons {
  font-size: var(--text-xs);
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
  }
}

@media (min-width: 768px) {
  .buttons {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  }
}

.btn {
  color: var(--primary);
  padding: var(--space-4xs) var(--space-2xs);
  border-top-color: var(--primary);
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: var(--primary);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: var(--primary);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: var(--primary);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (min-width: 0em) {
  .btn {
  color: #ffffff;
  display: flex;
  }
}

@media (min-width: 480px) {
  .btn {
  font-size: var(--text-xs);
  }
}

@media (min-width: 768px) {
  .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  }
}

.sub-heading {
  color: #fff;
}

@media (min-width: 0em) {
  .sub-heading {
  text-align: center;
  }
}

@media (min-width: 480px) {
  .sub-heading {
  text-align: center;
  }
}

@media (min-width: 768px) {
  .sub-heading {
  text-align: left;
  }
}

.footer {
  display: flex;
}

@media (min-width: 0em) {
  .footer {
  background-color: #f6f7f8;
  }
}

.footer-column {
  width: 100%;
  display: flex;
  font-size: 14px;
  line-height: 1.8;
  flex-direction: column;
}

@media (min-width: 480px) {
  .footer-column {
  width: 100%;
  flex-direction: column;
  }
}

.hero-description {
  color: #ffffff;
}

@media (min-width: 480px) {
  .hero-description {
  color: #ffffff;
  width: 50%;
  }
}

@media (min-width: 0em) {
  .sermons {
  width: 100%;
  }
}

@media (min-width: 0em) {
  .w-full {
  width: 100%;
  }
}

@media (min-width: 480px) {
  .footer-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  }
}

@media (min-width: 480px) {
  .hero-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .hero-wrapper {
  max-width: 420px;
  }
}

@media (min-width: 1024px) {
  .hero-wrapper {
  max-width: 440px;
  }
}

@media (min-width: 1280px) {
  .hero-wrapper {
  max-width: 530px;
  }
}