:root {
  --pm-mobile-blue: #4778c8;
  --pm-mobile-blue-strong: #356dbd;
  --pm-mobile-ink: #071d33;
  --pm-mobile-muted: #52657f;
  --pm-mobile-line: #d8e5f8;
  --pm-mobile-bg: #f7faff;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  scroll-padding-top: 112px;
}

body.pm-platform-responsive {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip !important;
  background-color: var(--pm-mobile-bg);
}

body.pm-platform-responsive,
body.pm-platform-responsive *,
body.pm-platform-responsive *::before,
body.pm-platform-responsive *::after {
  box-sizing: border-box;
}

body.pm-platform-responsive img,
body.pm-platform-responsive svg,
body.pm-platform-responsive video,
body.pm-platform-responsive canvas {
  max-width: 100%;
  height: auto;
}

body.pm-platform-responsive iframe {
  max-width: 100%;
}

body.pm-platform-responsive input,
body.pm-platform-responsive select,
body.pm-platform-responsive textarea,
body.pm-platform-responsive button {
  max-width: 100%;
  font-family: inherit;
}

body.pm-platform-responsive h1,
body.pm-platform-responsive h2,
body.pm-platform-responsive h3,
body.pm-platform-responsive h4,
body.pm-platform-responsive p,
body.pm-platform-responsive a,
body.pm-platform-responsive button,
body.pm-platform-responsive label,
body.pm-platform-responsive strong,
body.pm-platform-responsive span {
  overflow-wrap: anywhere;
}

body.pm-platform-responsive .site-main-v1 header:not(.pm-platform-header),
body.pm-platform-responsive main header:not(.pm-platform-header) {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  flex-wrap: wrap !important;
}

.pm-platform-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 10000 !important;
  width: 100% !important;
  height: 96px !important;
  min-height: 96px !important;
  margin: 0 !important;
  padding: 12px clamp(24px, 5.7vw, 96px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  flex-flow: row nowrap !important;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pm-mobile-line) !important;
  box-shadow: 0 8px 24px rgba(18, 41, 88, .05) !important;
}

.pm-platform-header .brand,
.pm-platform-header .pm-brand,
.pm-platform-header .pm-site-brand,
.pm-platform-header .pm-standard-brand {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
  color: var(--pm-mobile-ink) !important;
  text-decoration: none !important;
}

.pm-platform-header .brand img,
.pm-platform-header .pm-brand img,
.pm-platform-header .pm-site-brand img,
.pm-platform-header .pm-standard-brand img {
  width: 54px !important;
  height: 54px !important;
  flex: 0 0 54px !important;
  object-fit: contain !important;
}

.pm-platform-header .brand strong,
.pm-platform-header .pm-brand strong,
.pm-platform-header .pm-site-brand strong,
.pm-platform-header .pm-standard-brand strong {
  display: block !important;
  margin: 0 !important;
  color: var(--pm-mobile-ink) !important;
  font-size: 28px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.pm-platform-header .brand small,
.pm-platform-header .brand > div > span,
.pm-platform-header .pm-brand small,
.pm-platform-header .pm-site-brand small,
.pm-platform-header .pm-standard-brand small {
  display: block !important;
  margin-top: 4px !important;
  color: #40516a !important;
  font-size: 14px !important;
  line-height: 1.05 !important;
  font-weight: 650 !important;
  white-space: nowrap !important;
}

.pm-platform-header .nav,
.pm-platform-header .pm-nav,
.pm-platform-header .pm-site-actions,
.pm-platform-header .pm-standard-nav {
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  flex-flow: row nowrap !important;
}

.pm-platform-header .nav a,
.pm-platform-header .pm-nav a,
.pm-platform-header .pm-site-actions a,
.pm-platform-header .pm-standard-nav a {
  width: auto !important;
  min-width: 150px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 22px !important;
  border: 1px solid var(--pm-mobile-line) !important;
  border-radius: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  color: var(--pm-mobile-ink) !important;
  font-size: 19px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.pm-platform-header .nav a.primary,
.pm-platform-header .pm-btn-primary,
.pm-platform-header .pm-primary,
.pm-platform-header .pm-standard-primary,
.pm-platform-header .pm-site-actions a:last-child {
  border-color: var(--pm-mobile-blue) !important;
  background: var(--pm-mobile-blue) !important;
  color: #fff !important;
}

.pm-platform-header .nav a:hover,
.pm-platform-header .pm-nav a:hover,
.pm-platform-header .pm-site-actions a:hover,
.pm-platform-header .pm-standard-nav a:hover {
  border-color: #a9c4e8 !important;
  background: #f5f9ff !important;
  color: #245ea9 !important;
}

.pm-platform-header .nav a.primary:hover,
.pm-platform-header .pm-btn-primary:hover,
.pm-platform-header .pm-primary:hover,
.pm-platform-header .pm-standard-primary:hover,
.pm-platform-header .pm-site-actions a:last-child:hover {
  border-color: var(--pm-mobile-blue-strong) !important;
  background: var(--pm-mobile-blue-strong) !important;
  color: #fff !important;
}

.pm-responsive-table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.pm-responsive-table > table {
  width: 100%;
}

body.pm-platform-responsive .table-wrap {
  max-width: 100%;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

body.pm-platform-responsive .video-frame,
body.pm-platform-responsive iframe[src*="youtube"],
body.pm-platform-responsive iframe[src*="youtu.be"] {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  display: block !important;
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 92px !important;
  }

  body.pm-platform-responsive .site-main-v1 > .container,
  body.pm-platform-responsive > main,
  body.pm-platform-responsive .dash,
  body.pm-platform-responsive .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.pm-platform-responsive .auth-wrap,
  body.pm-platform-responsive .pm-pay-shell,
  body.pm-platform-responsive .hero-grid,
  body.pm-platform-responsive .detail-hero,
  body.pm-platform-responsive .course-pm-top,
  body.pm-platform-responsive .dashboard-grid,
  body.pm-platform-responsive .two-column,
  body.pm-platform-responsive .split-layout {
    width: 100% !important;
    max-width: 680px !important;
    margin-inline: auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.pm-platform-responsive .dash .hero,
  body.pm-platform-responsive .dash .grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.pm-platform-responsive .card,
  body.pm-platform-responsive .pay-card,
  body.pm-platform-responsive .course-card,
  body.pm-platform-responsive .pm-pay-card,
  body.pm-platform-responsive .pm-pay-copy,
  body.pm-platform-responsive .auth-card,
  body.pm-platform-responsive .course-pm-panel,
  body.pm-platform-responsive .course-pm-module {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.pm-platform-responsive .actions,
  body.pm-platform-responsive .links,
  body.pm-platform-responsive .button-row,
  body.pm-platform-responsive .form-actions {
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  body.pm-platform-responsive .actions > *,
  body.pm-platform-responsive .button-row > *,
  body.pm-platform-responsive .form-actions > * {
    min-width: 0 !important;
  }

  body.pm-platform-responsive input:not([type="radio"]):not([type="checkbox"]),
  body.pm-platform-responsive select,
  body.pm-platform-responsive textarea {
    width: 100% !important;
    min-width: 0 !important;
    font-size: 16px !important;
  }

  body.pm-platform-responsive input[type="file"] {
    min-height: 48px;
    padding: 10px;
  }

  body.pm-platform-responsive table {
    min-width: 680px;
  }

  body.pm-platform-responsive .admin-grid,
  body.pm-platform-responsive .admin-cards,
  body.pm-platform-responsive .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.pm-platform-responsive .copy h1,
  body.pm-platform-responsive .pm-pay-copy h1,
  body.pm-platform-responsive .auth-wrap h1 {
    font-size: clamp(36px, 9vw, 52px) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 720px) {
  .pm-platform-header {
    height: 74px !important;
    min-height: 74px !important;
    padding: 9px 13px !important;
    gap: 8px !important;
  }

  .pm-platform-header .brand,
  .pm-platform-header .pm-brand,
  .pm-platform-header .pm-site-brand,
  .pm-platform-header .pm-standard-brand {
    gap: 8px !important;
  }

  .pm-platform-header .brand img,
  .pm-platform-header .pm-brand img,
  .pm-platform-header .pm-site-brand img,
  .pm-platform-header .pm-standard-brand img {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }

  .pm-platform-header .brand strong,
  .pm-platform-header .pm-brand strong,
  .pm-platform-header .pm-site-brand strong,
  .pm-platform-header .pm-standard-brand strong {
    font-size: 20px !important;
  }

  .pm-platform-header .brand small,
  .pm-platform-header .brand > div > span,
  .pm-platform-header .pm-brand small,
  .pm-platform-header .pm-site-brand small,
  .pm-platform-header .pm-standard-brand small {
    display: none !important;
  }

  .pm-platform-header .nav,
  .pm-platform-header .pm-nav,
  .pm-platform-header .pm-site-actions,
  .pm-platform-header .pm-standard-nav {
    gap: 6px !important;
  }

  .pm-platform-header .nav a,
  .pm-platform-header .pm-nav a,
  .pm-platform-header .pm-site-actions a,
  .pm-platform-header .pm-standard-nav a {
    width: auto !important;
    min-width: 0 !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 10px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
  }

  body.pm-platform-responsive .auth-wrap,
  body.pm-platform-responsive .pm-pay-shell {
    padding-top: 22px !important;
    padding-bottom: 42px !important;
  }

  body.pm-platform-responsive .copy,
  body.pm-platform-responsive .pm-pay-copy {
    text-align: left !important;
  }

  body.pm-platform-responsive .card,
  body.pm-platform-responsive .pay-card,
  body.pm-platform-responsive .course-card,
  body.pm-platform-responsive .pm-pay-card,
  body.pm-platform-responsive .auth-card {
    padding: 18px !important;
    border-radius: 8px !important;
  }

  body.pm-platform-responsive .actions,
  body.pm-platform-responsive .button-row,
  body.pm-platform-responsive .form-actions {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  body.pm-platform-responsive .actions > *,
  body.pm-platform-responsive .actions a,
  body.pm-platform-responsive .actions button,
  body.pm-platform-responsive .button-row > *,
  body.pm-platform-responsive .form-actions > *,
  body.pm-platform-responsive button[type="submit"],
  body.pm-platform-responsive .submit,
  body.pm-platform-responsive .pm-submit {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
  }

  body.pm-platform-responsive .admin-grid,
  body.pm-platform-responsive .admin-cards,
  body.pm-platform-responsive .stats-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 390px) {
  .pm-platform-header .brand img,
  .pm-platform-header .pm-brand img,
  .pm-platform-header .pm-site-brand img,
  .pm-platform-header .pm-standard-brand img {
    width: 36px !important;
    height: 36px !important;
    flex-basis: 36px !important;
  }

  .pm-platform-header .brand strong,
  .pm-platform-header .pm-brand strong,
  .pm-platform-header .pm-site-brand strong,
  .pm-platform-header .pm-standard-brand strong {
    font-size: 16px !important;
  }

  .pm-platform-header .nav a,
  .pm-platform-header .pm-nav a,
  .pm-platform-header .pm-site-actions a,
  .pm-platform-header .pm-standard-nav a {
    padding: 0 7px !important;
    font-size: 10.5px !important;
  }

  body.pm-platform-responsive .site-main-v1 > .container,
  body.pm-platform-responsive > main,
  body.pm-platform-responsive .dash,
  body.pm-platform-responsive .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* PM_PLATFORM_MOBILE_V2_START */
.pm-mobile-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid var(--pm-mobile-line);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  background: #fff;
  color: var(--pm-mobile-ink);
  cursor: pointer;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.pm-mobile-menu-toggle span {
  width: 21px;
  height: 2px;
  border-radius: 999px;
  display: block;
  background: currentColor;
  transition: transform .18s ease, opacity .18s ease;
}

.pm-mobile-menu-toggle:focus-visible {
  outline: 3px solid rgba(71, 120, 200, .24);
  outline-offset: 2px;
}

.pm-platform-header.pm-mobile-menu-open .pm-mobile-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.pm-platform-header.pm-mobile-menu-open .pm-mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.pm-platform-header.pm-mobile-menu-open .pm-mobile-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 720px) {
  body.pm-path-home .pm-platform-header {
    height: 142px !important;
    min-height: 142px !important;
    padding: 11px 14px 12px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "brand"
      "clock" !important;
    grid-template-rows: auto auto !important;
    align-content: center !important;
    align-items: center !important;
    justify-items: stretch !important;
    gap: 10px !important;
  }

  body.pm-path-home .pm-platform-header .brand,
  body.pm-path-home .pm-platform-header .pm-brand,
  body.pm-path-home .pm-platform-header .pm-site-brand,
  body.pm-path-home .pm-platform-header .pm-standard-brand {
    grid-area: brand !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 0 !important;
    justify-self: start !important;
  }

  body.pm-path-home .pm-platform-header .clock {
    grid-area: clock !important;
    position: static !important;
    inset: auto !important;
    transform: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 520px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    pointer-events: none !important;
  }

  body.pm-path-home .pm-platform-header .clock-labels,
  body.pm-path-home .pm-platform-header .clock-time {
    width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns:
      minmax(48px, .8fr)
      minmax(52px, .9fr)
      minmax(52px, .9fr)
      minmax(92px, 1.45fr) !important;
    align-items: center !important;
    justify-items: center !important;
    gap: 5px !important;
  }

  body.pm-path-home .pm-platform-header .clock-labels {
    margin: 0 0 5px !important;
    color: #51627d !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 750 !important;
  }

  body.pm-path-home .pm-platform-header .clock-time {
    color: #1f57d6 !important;
    font-size: clamp(19px, 5.8vw, 25px) !important;
    line-height: 1 !important;
    font-weight: 950 !important;
  }

  body.pm-path-home .pm-platform-header .clock-labels span,
  body.pm-path-home .pm-platform-header .clock-time span {
    min-width: 0 !important;
    max-width: 100% !important;
    display: block !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-align: center !important;
  }

  body.pm-path-home .pm-platform-header .nav,
  body.pm-path-home .pm-platform-header .pm-nav,
  body.pm-path-home .pm-platform-header .pm-site-actions,
  body.pm-path-home .pm-platform-header .pm-standard-nav,
  body.pm-path-home .pm-platform-header .pm-mobile-menu-toggle {
    display: none !important;
  }

  body:not(.pm-path-home) .pm-platform-header {
    height: 74px !important;
    min-height: 74px !important;
    padding: 9px 13px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 44px !important;
    grid-template-areas: "mobile-brand mobile-menu" !important;
    grid-template-rows: minmax(0, 1fr) !important;
    align-content: center !important;
    align-items: center !important;
    justify-items: stretch !important;
    gap: 8px !important;
    overflow: visible !important;
  }

  body:not(.pm-path-home) .pm-platform-header > .brand,
  body:not(.pm-path-home) .pm-platform-header > .pm-brand,
  body:not(.pm-path-home) .pm-platform-header > .pm-site-brand,
  body:not(.pm-path-home) .pm-platform-header > .pm-standard-brand,
  body:not(.pm-path-home) .pm-platform-header > .pm-force-brand,
  body:not(.pm-path-home) .pm-platform-header > a:first-child {
    grid-area: mobile-brand !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    justify-self: start !important;
  }

  body:not(.pm-path-home) .pm-platform-header .pm-mobile-menu-toggle {
    grid-area: mobile-menu !important;
    display: inline-flex !important;
    flex: 0 0 44px !important;
    order: 20 !important;
    justify-self: end !important;
  }

  body:not(.pm-path-home) .pm-platform-header .nav,
  body:not(.pm-path-home) .pm-platform-header .pm-nav,
  body:not(.pm-path-home) .pm-platform-header .pm-site-actions,
  body:not(.pm-path-home) .pm-platform-header .pm-standard-nav {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 12px !important;
    left: auto !important;
    z-index: 10020 !important;
    width: min(286px, calc(100vw - 24px)) !important;
    min-width: 0 !important;
    max-height: calc(100vh - 98px) !important;
    margin: 0 !important;
    padding: 10px !important;
    border: 1px solid var(--pm-mobile-line) !important;
    border-radius: 8px !important;
    display: none !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    gap: 8px !important;
    background: #fff !important;
    box-shadow: 0 16px 36px rgba(7, 29, 51, .17) !important;
    overflow-y: auto !important;
  }

  body:not(.pm-path-home) .pm-platform-header.pm-mobile-menu-open .nav,
  body:not(.pm-path-home) .pm-platform-header.pm-mobile-menu-open .pm-nav,
  body:not(.pm-path-home) .pm-platform-header.pm-mobile-menu-open .pm-site-actions,
  body:not(.pm-path-home) .pm-platform-header.pm-mobile-menu-open .pm-standard-nav {
    display: grid !important;
  }

  body:not(.pm-path-home) .pm-platform-header .nav a,
  body:not(.pm-path-home) .pm-platform-header .pm-nav a,
  body:not(.pm-path-home) .pm-platform-header .pm-site-actions a,
  body:not(.pm-path-home) .pm-platform-header .pm-standard-nav a {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    height: 44px !important;
    padding: 0 14px !important;
    border-radius: 7px !important;
    justify-content: flex-start !important;
    font-size: 14px !important;
    text-align: left !important;
  }
}

@media (max-width: 390px) {
  body.pm-path-home .pm-platform-header {
    height: 136px !important;
    min-height: 136px !important;
    padding-inline: 10px !important;
  }

  body.pm-path-home .pm-platform-header .clock-labels,
  body.pm-path-home .pm-platform-header .clock-time {
    grid-template-columns:
      minmax(43px, .78fr)
      minmax(47px, .84fr)
      minmax(47px, .84fr)
      minmax(86px, 1.5fr) !important;
    gap: 3px !important;
  }

  body.pm-path-home .pm-platform-header .clock-time {
    font-size: clamp(17px, 5.7vw, 22px) !important;
  }
}
/* PM_PLATFORM_MOBILE_V2_END */

/* PM_PLATFORM_COMPACT_TOP_V5_START */
body.pm-platform-responsive:not(.pm-platform-admin) > main.hero {
  min-height: auto !important;
  padding-top: 28px !important;
  padding-bottom: 42px !important;
  align-items: start !important;
}

body.pm-platform-responsive.pm-path-home > main.hero {
  min-height: auto !important;
  padding-top: 30px !important;
  padding-bottom: 42px !important;
  align-items: center !important;
}

body.pm-platform-responsive:not(.pm-platform-admin) > main.dash {
  padding-top: 18px !important;
}

body.pm-platform-responsive:not(.pm-platform-admin) > main.auth-wrap {
  padding-top: 24px !important;
}

body.pm-platform-responsive:not(.pm-platform-admin) > section.pm-pay {
  padding-top: 26px !important;
}

body.pm-platform-responsive:not(.pm-platform-admin) .site-main-v1 > .container > .course-v3,
body.pm-platform-responsive:not(.pm-platform-admin) .site-main-v1 > .container > .lesson-v1 {
  padding-top: 18px !important;
}

@media (max-width: 720px) {
  body.pm-platform-responsive:not(.pm-platform-admin) > main.hero,
  body.pm-platform-responsive.pm-path-home > main.hero {
    min-height: auto !important;
    padding-top: 18px !important;
    padding-bottom: 30px !important;
  }

  body.pm-platform-responsive:not(.pm-platform-admin) > main.dash {
    padding-top: 14px !important;
  }

  body.pm-platform-responsive:not(.pm-platform-admin) > main.auth-wrap,
  body.pm-platform-responsive:not(.pm-platform-admin) > section.pm-pay {
    padding-top: 16px !important;
  }

  body.pm-platform-responsive:not(.pm-platform-admin) .site-main-v1 > .container > .course-v3,
  body.pm-platform-responsive:not(.pm-platform-admin) .site-main-v1 > .container > .lesson-v1 {
    padding-top: 14px !important;
  }
}
/* PM_PLATFORM_COMPACT_TOP_V5_END */

/* PM_LIVE_HOME_LAYOUT_V7_START */
/*
 * Live / sahifasi courses_home.html orqali chiqadi. Desktopda body flex
 * konteyner bo'lib, hero qolgan balandlikni egallaydi va footer haqiqiy
 * sahifa pastida qoladi.
 */
@media (min-width: 981px) {
  html {
    min-height: 100% !important;
  }

  body.pm-platform-responsive.pm-path-home {
    min-height: 100svh !important;
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
  }

  body.pm-platform-responsive.pm-path-home > main.hero {
    width: 100% !important;
    min-height: 0 !important;
    flex: 1 0 auto !important;
    padding-top: 64px !important;
    padding-bottom: 42px !important;
    align-items: start !important;
    align-content: start !important;
  }

  body.pm-platform-responsive.pm-path-home > main.hero > .hero-copy,
  body.pm-platform-responsive.pm-path-home > main.hero > .courses,
  body.pm-platform-responsive.pm-path-home > main.hero > .course-shapes {
    align-self: start !important;
  }

  body.pm-platform-responsive.pm-path-home > footer.footer {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    width: 100% !important;
    min-height: 56px !important;
    flex: 0 0 auto !important;
    margin: auto 0 0 !important;
    padding: 10px 18px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    text-align: center !important;
  }
}

@media (max-width: 980px) {
  body.pm-platform-responsive.pm-path-home > main.hero {
    padding-top: 30px !important;
  }

  body.pm-platform-responsive.pm-path-home > footer.footer {
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 16px 22px !important;
    justify-content: center !important;
    text-align: center !important;
  }
}
/* PM_LIVE_HOME_LAYOUT_V7_END */
