.elementor-kit-330{--e-global-color-primary:#050505;--e-global-color-secondary:#006AA7;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FECC02;--e-global-color-fe19756:#1A1A1C;--e-global-color-8098dcd:#BDBDBD;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:900;color:#BDBDBD;font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;line-height:1.7em;}.elementor-kit-330 button,.elementor-kit-330 input[type="button"],.elementor-kit-330 input[type="submit"],.elementor-kit-330 .elementor-button{background-color:#FECC02;font-family:"Inter", Sans-serif;font-size:14px;font-weight:700;letter-spacing:0.5px;color:#050505;border-radius:999px 999px 999px 999px;padding:16px 30px 16px 30px;}.elementor-kit-330 button:hover,.elementor-kit-330 button:focus,.elementor-kit-330 input[type="button"]:hover,.elementor-kit-330 input[type="button"]:focus,.elementor-kit-330 input[type="submit"]:hover,.elementor-kit-330 input[type="submit"]:focus,.elementor-kit-330 .elementor-button:hover,.elementor-kit-330 .elementor-button:focus{background-color:#FFFFFF;color:#050505;}.elementor-kit-330 e-page-transition{background-color:#FFBC7D;}.elementor-kit-330 h1{color:#FFFFFF;font-family:"Inter", Sans-serif;font-size:90px;font-weight:900;line-height:1.05em;letter-spacing:-1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
   MOBILE FIXES
   Clean copy-and-replace CSS
   ========================================================= */

/* =========================
   MOBILE CAROUSEL
   ========================= */
@media (max-width: 767px) {

  html,
  body {
    overflow-x: hidden !important;
  }

  .mu-home-loop-carousel,
  .mu-home-loop-carousel .swiper,
  .mu-home-loop-carousel .swiper-container {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .mu-home-loop-carousel .swiper-wrapper {
    align-items: stretch !important;
  }

  .mu-home-loop-carousel .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    display: flex !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  .mu-home-loop-carousel .swiper-button-prev,
  .mu-home-loop-carousel .swiper-button-next {
    display: none !important;
  }

  .mu-home-loop-carousel .e-loop-item,
  .mu-home-loop-carousel .elementor-element,
  .mu-home-loop-carousel .e-con,
  .mu-home-loop-carousel .podcast-card {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .mu-home-loop-carousel .e-loop-item {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin: 0 auto !important;
  }

  .mu-home-loop-carousel .e-loop-item > *,
  .mu-home-loop-carousel .podcast-card {
    width: 100% !important;
  }

  .mu-home-loop-carousel img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
  }

  .mu-home-loop-carousel .elementor-widget-image,
  .mu-home-loop-carousel .elementor-widget-theme-post-featured-image {
    width: 100% !important;
  }

  .mu-home-loop-carousel h1,
  .mu-home-loop-carousel h2,
  .mu-home-loop-carousel h3 {
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
}

/* =========================
   MOBILE HEADER
   REQUIRED CLASSES:
   Desktop outer container: mu-desktop-header
   Mobile outer container:  mu-mobile-header
   Left inner container:    mu-mobile-header__left
   Right inner container:   mu-mobile-header__right
   Logo IMAGE WIDGET:       mu-mobile-logo-widget
   Menu BUTTON WIDGET:      mu-mobile-toggle
   ========================= */
@media (max-width: 767px) {

  .mu-desktop-header {
    display: none !important;
  }

  .mu-mobile-header,
  .mu-mobile-header *,
  .mu-mobile-header *::before,
  .mu-mobile-header *::after {
    box-sizing: border-box !important;
  }

  .mu-mobile-header {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    align-content: center !important;

    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    min-height: 56px !important;

    margin: 12px 12px 0 12px !important;
    padding: 8px 10px 8px 12px !important;

    /* glass effect */
    background: rgba(7, 10, 16, 0.52) !important;
    -webkit-backdrop-filter: blur(16px) saturate(135%) !important;
    backdrop-filter: blur(16px) saturate(135%) !important;

    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 999px !important;
    box-shadow:
      0 14px 34px rgba(0, 0, 0, 0.24),
      inset 0 1px 0 rgba(255,255,255,0.06) !important;

    overflow: hidden !important;
    position: relative !important;
    z-index: 20 !important;
  }

  .mu-mobile-header::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: inherit !important;
    background:
      linear-gradient(
        135deg,
        rgba(255,255,255,0.06) 0%,
        rgba(255,255,255,0.015) 38%,
        rgba(255,255,255,0.00) 100%
      ) !important;
    pointer-events: none !important;
  }

  .mu-mobile-header__left,
  .mu-mobile-header__right {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    min-width: 0 !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .mu-mobile-header__left {
    flex: 1 1 auto !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
  }

  .mu-mobile-header__right {
    flex: 0 0 auto !important;
    justify-content: flex-end !important;
    margin-left: 10px !important;
  }

  .mu-mobile-header .elementor-element,
  .mu-mobile-header .elementor-widget,
  .mu-mobile-header .elementor-widget-container,
  .mu-mobile-header .e-con,
  .mu-mobile-header .e-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .mu-mobile-logo-widget,
  .mu-mobile-logo-widget .elementor-widget-container,
  .mu-mobile-logo-widget .elementor-image,
  .mu-mobile-logo-widget .elementor-image a {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    line-height: 0 !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .mu-mobile-logo-widget img {
    display: block !important;
    width: 150px !important;
    max-width: 150px !important;
    height: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    object-fit: contain !important;
  }

  .mu-mobile-toggle,
  .mu-mobile-toggle .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .mu-mobile-toggle .elementor-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 9px 14px !important;

    background: rgba(255,255,255,0.92) !important;
    color: #050505 !important;
    border: 1px solid rgba(255,255,255,0.45) !important;
    border-radius: 999px !important;
    box-shadow:
      0 6px 18px rgba(0,0,0,0.12),
      inset 0 1px 0 rgba(255,255,255,0.65) !important;

    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  .mu-mobile-toggle .elementor-button:hover,
  .mu-mobile-toggle .elementor-button:focus {
    background: rgba(255,255,255,0.96) !important;
    color: #050505 !important;
  }
}/* End custom CSS */