.preach-page,
.podcast-page {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

.preach-page .ms-hero-banner {
  position: relative;
  width: 100%;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  background: #000;
  isolation: isolate;
}

.preach-page .ms-hero-background,
.preach-page .ms-hero-background-empty,
.preach-page .ms-hero-carousel,
.preach-page .ms-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.preach-page .ms-hero-background,
.preach-page .ms-hero-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.preach-page .ms-hero-background-empty {
  background: linear-gradient(135deg, #111 0%, #2c2c2c 100%);
}

.preach-page .ms-hero-carousel .ms-hero-slide {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.preach-page .ms-hero-carousel .ms-hero-slide:first-child {
  opacity: 1;
}

.preach-page .ms-hero-overlay {
  position: absolute;
  inset: 0;
  background: #000;
  z-index: 2;
  pointer-events: none;
}

.preach-page .ms-hero-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 175px 24px 135px;
  text-align: center;
}

.preach-page .ms-hero-content {
  max-width: 760px;
  margin: 0 auto;
}

.preach-page .ms-hero-logo {
  display: block;
  max-width: 170px;
  height: auto;
  margin: 0 auto 40px;
}

.preach-page .ms-hero-content h1 {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: normal;
}

.preach-page .ms-hero-content p {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.62;
}

.preach-page .ms-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  padding: 18px 34px;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #fff;
  transition: all 0.25s ease;
}

.preach-page .ms-hero-button:hover {
  background: transparent;
  color: #fff;
}

.podcast-video {
  padding: 100px 24px;
  background: #fff;
}

.podcast-video__wrapper {
  display: flex;
  width: 100%;
  max-width: 1576px;
  height: 800px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.podcast-video__embed {
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}

.podcast-video__embed iframe,
.podcast-video__embed video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .podcast-video {
    padding: 70px 30px;
  }

  .podcast-video__wrapper {
    height: 650px;
  }
}

@media (max-width: 767px) {
  .podcast-video {
    padding: 50px 20px;
  }

  .podcast-video__wrapper {
    height: auto;
    aspect-ratio: 16/9;
  }
}

.podcast-content {
  padding: 0 24px 100px;
  background: #fff;
}

.podcast-content__container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  color: #4c4c4c;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
}

.podcast-content__container h2,
.podcast-content__container h3,
.podcast-content__container h4 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 800;
  line-height: 1.2;
}

.podcast-content__container p {
  margin: 0 0 24px;
}

@media (max-width: 991px) {
  .preach-page .ms-hero-banner {
    min-height: 560px;
  }

  .preach-page .ms-hero-inner {
    padding: 155px 24px 110px;
  }

  .preach-page .ms-hero-content h1 {
    font-size: 46px;
  }

  .preach-page .ms-hero-content p {
    font-size: 16px;
  }

  .podcast-video {
    padding: 70px 30px;
  }

  .podcast-content {
    padding: 0 30px 70px;
  }
}

@media (max-width: 767px) {
  .podcast-video {
    padding: 50px 20px;
  }

  .podcast-content {
    padding: 0 20px 50px;
  }
}

@media (max-width: 600px) {
  .preach-page .ms-hero-banner {
    min-height: 500px;
  }

  .preach-page .ms-hero-inner {
    padding: 130px 22px 90px;
  }

  .preach-page .ms-hero-content h1 {
    font-size: 38px;
  }
}
