.elementor-699 .elementor-element.elementor-element-b2f8d0e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-699 .elementor-element.elementor-element-b7f60f4{--display:flex;}.elementor-699 .elementor-element.elementor-element-6a8a249{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-699 .elementor-element.elementor-element-cf76320{--display:flex;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-699 .elementor-element.elementor-element-232768f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-699 .elementor-element.elementor-element-232768f:not(.elementor-motion-effects-element-type-background), .elementor-699 .elementor-element.elementor-element-232768f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-699 .elementor-element.elementor-element-ab22843{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-17ab59a *//* ===================================== */
/* PODCAST SECTION */
/* ===================================== */

.vm-podX-section {
  
  padding: 120px 20px;
}

.vm-podX-container {
  max-width: 1200px;
  margin: 0 auto;
}

.vm-podX-grid {
  display: flex;
  align-items: center;
  gap: 80px;
}

/* LEFT IMAGE */

.vm-podX-media {
  flex: 1;
}

.vm-podX-media img {
  width: 100%;
  height: auto;
  display: block;
}

/* RIGHT CONTENT */

.vm-podX-content {
  flex: 1;
  max-width: 520px;
}

.vm-podX-label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--vm-accent);
  margin-bottom: 20px;
}

.vm-podX-title {
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
  color: var(--vm-text);
}

.vm-podX-text {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}


@media (max-width: 992px) {

  .vm-podX-grid {
    flex-direction: column;
    gap: 50px;
  }

  .vm-podX-content {
    max-width: 100%;
    text-align: center;
  }

  .vm-podX-title {
    font-size: 40px;
  }

  .vm-podX-text {
    font-size: 16px;
  }
}

@media (max-width: 576px) {

  .vm-podX-section {
    padding: 80px 20px;
  }

  .vm-podX-title {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7fab17c *//* ==============================
   VM Trusted Logos Section 01
   ============================== */

.vm-trusted-logos-01 {
  padding: 60px 20px;
  box-sizing: border-box;
}

.vm-trusted-logos-01__inner {
  
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 90px;
}

.vm-trusted-logos-01__label {
  flex-shrink: 0;
  font-size: 40px;
  font-weight: 500;
  color: #333333;
}

.vm-trusted-logos-01__logos {
  display: flex;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;
}

.vm-trusted-logos-01__logos img {
  max-height: 60px;
  width: auto;
  opacity: 0.75;
  transition: opacity 0.3s ease;
}

.vm-trusted-logos-01__logos img:hover {
  opacity: 1;
}

/* Tablet */
@media (max-width: 1024px) {
  .vm-trusted-logos-01__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .vm-trusted-logos-01__label {
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .vm-trusted-logos-01 {
    padding: 40px 16px;
  }

  .vm-trusted-logos-01__label {
    font-size: 24px;
  }

  .vm-trusted-logos-01__logos {
    gap: 30px;
  }

  .vm-trusted-logos-01__logos img {
    max-height: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2868296 *//* ===================================== */
/* FEATURED EPISODE SECTION */
/* ===================================== */

.vm-featEp-section {
  
  padding: 120px 20px;
}

.vm-featEp-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Heading */

.vm-featEp-heading {
  font-size: 64px;
  font-weight: 500;
  color: #2f5edc;
  margin-bottom: 100px;
}

/* Media Wrapper */

.vm-featEp-mediaWrap {
  position: relative;
}

/* Teal Accent Background */

.vm-featEp-accent {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 85%;
  height: 90%;
  background: var(--vm-accent);
  z-index: 1;
}

/* Image Box */

.vm-featEp-imageBox {
  position: relative;
  z-index: 2;
}

.vm-featEp-imageBox img {
  width: 100%;
  height: auto;
  display: block;
}

/* Play Button */

.vm-featEp-playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  background: var(--vm-accent);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.3s ease;
}

.vm-featEp-playBtn::after {
  content: "";
  position: absolute;
  left: 36px;
  top: 28px;
  border-left: 22px solid white;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.vm-featEp-playBtn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 992px) {

  .vm-featEp-heading {
    font-size: 44px;
  }

  .vm-featEp-accent {
    top: -25px;
    left: -25px;
  }
}

@media (max-width: 576px) {

  .vm-featEp-section {
    padding: 80px 20px;
  }

  .vm-featEp-heading {
    font-size: 34px;
    margin-bottom: 40px;
  }

  .vm-featEp-playBtn {
    width: 70px;
    height: 70px;
  }

  .vm-featEp-playBtn::after {
    left: 28px;
    top: 22px;
    border-left: 16px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}/* End custom CSS */