@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap");

@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url("../../../../fonts/HelveticaNeueBold.otf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  color: #ffffff;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

body.body--bg-blurred {
  position: relative;
  isolation: isolate;
}

body.body--bg-blurred::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(20px) brightness(0.65);
  transform: scale(1.08);
}

body.body--bg-blurred::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

main {
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}

footer {
  position: relative;
  z-index: 0;
}

hr {
  border-color: rgba(0, 0, 0, 0.05);
  opacity: 1;
  margin: 0;
}

.mowpodPodcastTitle-text,
.mowpodPodcastTitle-subtext {
  font-family: 'HelveticaNeue';
}

.mowpodPodcastTitle-text {
  padding-top: 10px;
}

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

  .container-fluid,
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  color: #3c7743;
  text-transform: uppercase;
}

h1 {
  font-size: 72px;
  line-height: 1.20;
  font-weight: 800;
  margin-bottom: 2rem;
}

h1:last-child {
  margin-bottom: 0;
}

h2 {
  font-size: 56px;
  line-height: 1.20;
  font-weight: 800;
  margin-bottom: 0;
}

h2:last-child {
  margin-bottom: 0;
}

h2.custom-underline {
  position: relative;
  display: inline-block;
}

h2.custom-underline::before {
  height: 8px;
}

h3 {
  font-size: 48px;
  line-height: 1.20;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

h3:last-child {
  margin-bottom: 0;
}

h4 {
  font-size: 36px;
  line-height: 1.20;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

h4:last-child {
  margin-bottom: 0;
}

h5 {
  font-size: 30px;
  line-height: 1.20;
  font-weight: 600;
  margin-bottom: 1rem;
}

h5:last-child {
  margin-bottom: 0;
}

p {
  font-size: 24px;
  line-height: 1.75;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.5rem;
}

p:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: 600;
  color: #000000;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  p.text-sub-heading {
    font-size: 18px;
  }
}

button.btn {
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #000000;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: 0.2s ease;
}

button.btn:focus, button.btn:focus-visible, button.btn:active {
  box-shadow: none;
}

button.btn:disabled {
  opacity: 1;
}

button.btn:hover {
  color: #000000;
}

button.btn.btn-primary {
  color: #000000;
  background: #3c7743;
  border-color: #3c7743;
}

button.btn.btn-primary:hover {
  color: #000000;
  background: rgba(60, 119, 67, 0.95);
  border-color: rgba(60, 119, 67, 0.95);
}

section.section.hero-banner {
  background-color: transparent;
}

section.section.hero-banner img {
  max-width: 100%;
  object-fit: contain;
}

section.section.hero-banner .image-logo {
  max-width: 100%;
  height: auto;
  max-height: 400px;
  position: relative;
  margin-top: 30px;
}

section.section.hero-banner .image-arrow {
  max-width: 390px;
  width: auto;
  height: auto;
  transform: none;
  margin-top: 0;
}

section.section.hero-banner .main-text p {
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
  -webkit-text-stroke: 1px #000000;
  paint-order: stroke fill;
  max-width: 820px;
  margin: 0 auto;
  font-weight: 600;
  font-family: 'HelveticaNeue';
  position: relative;
  z-index: 1;
}

section.section.hero-banner .apple-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}

section.section.hero-banner .apple-link svg.arrow {
  max-width: 115px;
  position: absolute;
  left: -90px;
  bottom: 70px;
  fill: #ffffff;
}

section.section.hero-banner .apple-link svg.arrow path {
  stroke: #000000;
  stroke-width: 2px;
}

@media screen and (max-width: 630px) {
  section.section.hero-banner .apple-link svg.arrow {
    max-width: 100px;
    left: -54px;
  }
}

@media screen and (max-width: 470px) {
  section.section.hero-banner .apple-link svg.arrow {
    max-width: 81px;
    left: -11px;
    bottom: 35px;
  }
}

section.section.hero-banner .apple-link .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

section.section.hero-banner .apple-link .arrow-wrapper {
  transform: translateX(20px);
}

section.section.hero-banner .apple-link .image-arrow-text {
  display: flex;
  flex-direction: column;
  margin: 0 auto 0.5rem;
  width: 400px;
  color: #ffffff;
  -webkit-text-stroke: 1px #000000;
  paint-order: stroke fill;
  transform: translateX(20px) rotate(-5deg);
}

@media screen and (max-width: 630px) {
  section.section.hero-banner .apple-link .image-arrow-text {
    width: 375px;
  }
}

@media screen and (max-width: 550px) {
  section.section.hero-banner .apple-link .image-arrow-text {
    width: 335px;
  }
}

@media screen and (max-width: 470px) {
  section.section.hero-banner .apple-link .image-arrow-text {
    width: 295px;
  }
}

section.section.hero-banner .apple-link .image-arrow-text span {
  text-align: center;
  display: inline-block;
  transform: skew(354deg, 0deg);
  letter-spacing: 1px;
  font-family: "Caveat", cursive;
  line-height: clamp(1.35rem, 5vw, 2.5rem);
  font-size: clamp(1.35rem, 4vw + 0.5rem, 2.5rem);
  color: #ffffff;
  -webkit-text-stroke: 1px #000000;
  paint-order: stroke fill;
}

@media screen and (max-width: 767px) {
  section.section.hero-banner .image-logo {
    position: relative;
  }

  section.section.hero-banner .image-arrow {
    width: 70%;
    height: auto;
  }

  section.section.hero-banner .listen-now-text .listen-arrow {
    width: 55px;
  }

  section.section.hero-banner .hero-background {
    height: 150px;
  }
}

section.section {
  background: transparent;
}

section.section.section-dark {
  background: transparent;
  color: #ffffff;
}

section.section.section-dark h1, section.section.section-dark h2, section.section.section-dark h3, section.section.section-dark h4, section.section.section-dark h5 {
  color: #ffffff;
  -webkit-text-stroke: 1px #000000;
  paint-order: stroke fill;
  font-family: 'HelveticaNeue';
}

section.section.section-dark p {
  color: #ffffff;
  -webkit-text-stroke: 1px #000000;
  paint-order: stroke fill;
}

section.section.section-dark b {
  color: #fff;
}

section.section .youtube-icon {
  border-radius: 15px;
}

header .logo img {
  height: 90px;
  width: auto;
}

footer {
  width: 100%;
}

footer .logo img {
  height: 140px;
  width: auto;
}

footer p {
  font-size: 18px;
  font-weight: 900;
  color: #ffffff !important;
  -webkit-text-stroke: 1px #000000;
  paint-order: stroke fill;
  font-family: 'HelveticaNeue-Bold';
}

@media screen and (max-width: 767px) {
  footer {
    padding: 50px 0;
  }

  footer .logo img {
    height: 90px;
  }
}

.block h1, .block h2, .block h3, .block h4, .block h5, .block p {
  margin-bottom: 0;
}

.block.block-player {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 0px 12px rgba(16, 16, 16, 0.6);
  -moz-box-shadow: 0px 0px 0px 12px rgba(16, 16, 16, 0.6);
  box-shadow: 0px 0px 0px 12px rgba(16, 16, 16, 0.6);
}

.block.block-episode .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.block.block-episode .title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
  -webkit-text-stroke: 1px #000000;
  paint-order: stroke fill;
  text-align: center;
  font-family: 'HelveticaNeue';
  padding-top: 1rem;
  width: 85%;
  margin: 0 auto;
}

.block.block-platform {
  transition: 0.2s ease;
}

.block.block-platform:hover {
  transform: scale(1.05);
  filter: brightness(105%);
}

.block.block-platform img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

body,
main,
footer,
h1,
h2,
h3,
h4,
h5,
p,
.main-text p,
.image-arrow-text,
.image-arrow-text span,
.follow-podcast-text,
.block-episode .title,
section.section.section-dark h1,
section.section.section-dark h2,
section.section.section-dark h3,
section.section.section-dark h4,
section.section.section-dark h5,
section.section.section-dark p {
  color: #ffffff !important;
  -webkit-text-stroke: 1px #000000;
  paint-order: stroke fill;
}

.listen-now-text {
  -webkit-text-stroke: 0 !important;
  paint-order: initial;
}

.mowpodPodcastTitle-text,
.mowpodPodcastTitle-subtext {
  -webkit-text-stroke: 0 !important;
  paint-order: initial;
}

.apple-link svg.arrow path {
  fill: #ffffff;
  stroke: #000000;
  stroke-width: 2px;
}

section.section.hero-banner .listen-now-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin: 0;
  color: #ffffff;
}

section.section.hero-banner .listen-now-text .listen-arrow {
  width: 70px;
  height: auto;
  flex-shrink: 0;
  margin-right: 0.25rem;
}

section.section.hero-banner .listen-now-text .listen-arrow path {
  fill: #ffffff;
  stroke: #000000;
  stroke-width: 2px;
}

section.section.hero-banner .listen-now-text .listen-now-text-lines {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: skew(354deg, 0deg);
  color: #ffffff;
  -webkit-text-stroke: 1px #000000;
  paint-order: stroke fill;
}

section.section.hero-banner .listen-now-text .listen-now-text-lines span {
  display: inline-block;
  font-family: "Caveat", cursive;
  letter-spacing: 2px;
  line-height: clamp(1.5rem, 5vw, 2.75rem);
  font-size: clamp(1.5rem, 4vw + 0.5rem, 2.75rem);
  color: #ffffff !important;
  -webkit-text-stroke: 1px #000000 !important;
  paint-order: stroke fill;
}