@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Montserrat+Alternates:wght@300;400;500;600&display=swap");

:root {
  --esp-indigo: #1C3563;
  --esp-olive: #636B2F;
  --esp-gold: #AD8737;
  --esp-cream: #F4EFE4;
  --esp-ink: #101825;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--esp-ink);
  color: var(--esp-cream);
  font-family: "Montserrat Alternates", sans-serif;
}

.preloader {
  background: var(--esp-indigo);
}

.spinner {
  border-top-color: var(--esp-gold);
}

.header.home-page-five.esp-header {
  background: transparent !important;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.header.home-page-five.esp-header .header-navigation {
  background: rgba(16, 24, 37, 0.18);
  border: 0;
  box-shadow: none;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}

.header.home-page-five.esp-header .header-navigation.stricky-fixed {
  background: rgba(16, 24, 37, 0.88);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
}

.header.home-page-five.esp-header .container .navbar-brand {
  padding-top: 27px;
  padding-bottom: 27px;
}

.esp-brand-logo {
  display: block;
  height: 57px;
  max-width: 299px;
  object-fit: contain;
  width: auto;
}

.esp-footer-brand {
  display: inline-block;
}

.esp-footer-logo {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
}

.header.home-page-five.esp-header .container ul.navigation-box > li > a {
  color: rgba(244, 239, 228, 0.86);
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.header.home-page-five.esp-header .container ul.navigation-box > li.active > a,
.header.home-page-five.esp-header .container ul.navigation-box > li.current > a,
.header.home-page-five.esp-header .container ul.navigation-box > li > a:active,
.header.home-page-five.esp-header .container ul.navigation-box > li > a:focus,
.header.home-page-five.esp-header .container ul.navigation-box > li:hover > a {
  color: var(--esp-gold);
}

.esp-section {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.esp-page-hero {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.esp-section::before,
.esp-section::after,
.esp-page-hero::before,
.esp-page-hero::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.esp-section::before,
.esp-page-hero::before {
  background:
    linear-gradient(90deg, rgba(16, 24, 37, 0.62) 0%, rgba(28, 53, 99, 0.22) 48%, rgba(16, 24, 37, 0.66) 100%),
    radial-gradient(circle at 18% 22%, rgba(173, 135, 55, 0.18), transparent 30%);
  z-index: 1;
}

.esp-section::after,
.esp-page-hero::after {
  background: linear-gradient(180deg, rgba(16, 24, 37, 0.22), rgba(16, 24, 37, 0.36));
  z-index: 2;
}

.esp-inicio {
  background-image: url("../img/espiralika/home-01-desktop.webp");
}

.esp-percepcion {
  background-image: url("../img/espiralika/home-02-desktop.webp");
}

.esp-naturaleza {
  background-image: url("../img/espiralika/home-03-desktop.webp");
}

.esp-raices {
  background-image: url("../img/espiralika/home-04-desktop.webp");
}

.esp-conectar {
  background-image: url("../img/espiralika/home-05-desktop.webp");
}

.esp-page-ecosistema {
  background-image: url("../img/espiralika/raices-estrellas-desktop.webp");
}

.esp-page-alicia {
  background-image: url("../img/espiralika/alicia-ali1-desktop.webp");
}

.esp-page-proceso {
  background-image: url("../img/espiralika/proceso-hero-desktop.webp");
}

.esp-page-blog {
  background-image: url("../img/espiralika/naturaleza-desktop.webp");
}

.esp-cosmos-break {
  background-image: url("../img/espiralika/ecosistema-cosmos-desktop.webp");
}

.esp-alicia-flor-break {
  background-image: url("../img/espiralika/alicia-flor-desktop.webp");
}

.esp-alicia-paisaje-break {
  background-image: url("../img/espiralika/alicia-paisaje-desktop.webp");
}

.esp-alicia-portrait-break {
  background-image: url("../img/espiralika/alicia-ali2-desktop.webp");
}

.esp-proceso-semilla-break {
  background-image: url("../img/espiralika/proceso-semilla-desktop.webp");
}

.esp-proceso-camino-break {
  background-image: url("../img/espiralika/proceso-camino-desktop.webp");
}

.esp-proceso-florecimiento-break {
  background-image: url("../img/espiralika/proceso-florecimiento-desktop.webp");
}

.esp-section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding: 120px 24px 80px;
  position: relative;
  width: 100%;
  z-index: 3;
}

.esp-align-left {
  text-align: left;
}

.esp-align-left h1,
.esp-align-left h2,
.esp-align-left p,
.esp-align-left .esp-cta {
  margin-left: 0;
  margin-right: auto;
}

.esp-align-right {
  text-align: right;
}

.esp-align-right h1,
.esp-align-right h2,
.esp-align-right p,
.esp-align-right .esp-cta {
  margin-left: auto;
  margin-right: 0;
}

.esp-kicker {
  color: var(--esp-gold);
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.18em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.esp-section h1,
.esp-section h2,
.esp-page-hero h1 {
  color: var(--esp-cream);
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0;
  max-width: 760px;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

.esp-section h1 {
  font-size: 58px;
  line-height: 1.16;
}

.esp-page-hero h1 {
  font-size: 54px;
  line-height: 1.18;
}

.esp-section h2 {
  font-size: 46px;
  line-height: 1.22;
}

.esp-section p,
.esp-page-hero p {
  color: rgba(244, 239, 228, 0.88);
  font-size: 20px;
  line-height: 1.75;
  margin-top: 24px;
  max-width: 560px;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
}

.esp-cta {
  border: 1px solid rgba(173, 135, 55, 0.82);
  color: var(--esp-cream);
  display: inline-block;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  line-height: 1;
  margin-top: 36px;
  padding: 18px 34px;
  text-transform: uppercase;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.esp-cta:hover,
.esp-cta:focus {
  background: var(--esp-gold);
  border-color: var(--esp-gold);
  color: var(--esp-ink);
}

.esp-note {
  color: rgba(244, 239, 228, 0.55) !important;
  font-size: 12px !important;
  letter-spacing: 0.08em;
  margin-top: 16px !important;
  text-transform: uppercase;
}

.esp-footer {
  background: var(--esp-ink);
  padding-bottom: 64px;
  padding-top: 72px;
}

.esp-footer .footer-logo {
  text-decoration: none;
}

.site-footer.home-page-three.esp-footer .social a {
  background: transparent;
  border: 1px solid rgba(244, 239, 228, 0.18);
  color: rgba(244, 239, 228, 0.78);
}

.esp-footer.home-page-three .social a::after {
  display: none;
}

.esp-footer.home-page-three .social a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.site-footer.home-page-three.esp-footer .social a:hover {
  background: var(--esp-gold);
  border-color: var(--esp-gold);
  color: var(--esp-ink);
}

.esp-footer p.copy-text {
  color: rgba(244, 239, 228, 0.64);
  font-family: "Montserrat Alternates", sans-serif;
}

.esp-content-section {
  background: var(--esp-ink);
  padding: 110px 0;
}

.esp-muted-band {
  background:
    linear-gradient(120deg, rgba(28, 53, 99, 0.26), rgba(99, 107, 47, 0.12)),
    var(--esp-ink);
}

.esp-content-section .container {
  max-width: 1140px;
}

.esp-narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

.esp-content-section h2,
.esp-content-section h3 {
  color: var(--esp-cream);
  font-family: "Cinzel", serif;
  font-weight: 400;
  margin: 0;
}

.esp-content-section h2 {
  font-size: 42px;
  line-height: 1.22;
}

.esp-content-section h3 {
  font-size: 28px;
  line-height: 1.32;
}

.esp-content-section p {
  color: rgba(244, 239, 228, 0.78);
  font-size: 18px;
  line-height: 1.9;
  margin: 0 0 22px;
}

.esp-content-section .esp-kicker {
  margin-bottom: 20px;
}

.esp-content-intro p:first-child {
  color: var(--esp-gold);
  font-family: "Cinzel", serif;
  font-size: 30px;
  line-height: 1.35;
}

.esp-two-column {
  align-items: start;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.esp-column-reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.esp-pull {
  color: var(--esp-gold) !important;
  font-family: "Cinzel", serif;
  font-size: 32px !important;
  line-height: 1.3 !important;
  margin: 30px 0 !important;
}

.esp-soft {
  color: rgba(244, 239, 228, 0.66) !important;
}

.esp-image-break {
  align-items: center;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-height: 78vh;
  position: relative;
}

.esp-image-break::before {
  background:
    linear-gradient(90deg, rgba(16, 24, 37, 0.76), rgba(16, 24, 37, 0.18), rgba(16, 24, 37, 0.78)),
    radial-gradient(circle at 55% 42%, rgba(173, 135, 55, 0.18), transparent 34%);
  content: "";
  inset: 0;
  position: absolute;
}

.esp-image-break-inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 90px 24px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.esp-image-break p {
  color: var(--esp-cream);
  font-family: "Cinzel", serif;
  font-size: 42px;
  line-height: 1.25;
  margin: 0;
  max-width: 720px;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.4);
}

.esp-image-break .esp-image-kicker {
  color: var(--esp-gold);
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.55;
  margin-bottom: 18px;
  max-width: 560px;
  text-transform: uppercase;
}

.esp-editorial-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.esp-editorial-grid article {
  border-left: 1px solid rgba(173, 135, 55, 0.45);
  padding-left: 30px;
}

.esp-editorial-grid h3 {
  margin-bottom: 26px;
}

.esp-word-field {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.esp-word-field span {
  border: 1px solid rgba(173, 135, 55, 0.36);
  color: rgba(244, 239, 228, 0.82);
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 10px 14px;
  text-transform: uppercase;
}

.esp-final-band {
  background:
    linear-gradient(180deg, rgba(16, 24, 37, 0.7), rgba(28, 53, 99, 0.34)),
    var(--esp-ink);
  text-align: center;
}

.esp-final-band h2 {
  font-size: 40px;
  line-height: 1.28;
  margin-bottom: 30px;
}

.esp-final-band .esp-cta {
  margin-top: 24px;
}

.esp-phase-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
}

.esp-phase-card {
  border-top: 1px solid rgba(173, 135, 55, 0.5);
  padding-top: 26px;
}

.esp-phase-card span {
  color: var(--esp-gold);
  display: block;
  font-size: 12px;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.esp-phase-card h3 {
  color: var(--esp-cream);
  font-family: "Cinzel", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.28;
  margin: 0 0 18px;
}

.esp-phase-card p {
  color: rgba(244, 239, 228, 0.72);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.esp-blog-body {
  background: var(--esp-ink);
}

.esp-blog-section {
  background:
    linear-gradient(180deg, rgba(28, 53, 99, 0.18), rgba(16, 24, 37, 0)),
    var(--esp-ink);
}

.esp-blog-layout {
  align-items: start;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.esp-blog-list {
  display: grid;
  gap: 30px;
}

.esp-blog-card {
  border-top: 1px solid rgba(173, 135, 55, 0.36);
  display: grid;
  gap: 28px;
  grid-template-columns: 220px minmax(0, 1fr);
  padding-top: 30px;
}

.esp-blog-card-image {
  aspect-ratio: 1;
  background: rgba(244, 239, 228, 0.06);
  display: block;
  overflow: hidden;
}

.esp-blog-card-image img,
.esp-post-featured img,
.esp-post-body img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.esp-blog-meta {
  color: var(--esp-gold) !important;
  font-size: 12px !important;
  letter-spacing: 0.08em;
  line-height: 1.5 !important;
  margin: 0 0 12px !important;
  text-transform: uppercase;
}

.esp-blog-card h2 {
  font-size: 29px;
  line-height: 1.24;
  margin-bottom: 16px;
}

.esp-blog-card h2 a,
.esp-blog-side-block a,
.esp-post-body a,
.esp-blog-back,
.esp-post-nav a {
  color: inherit;
  text-decoration: none;
}

.esp-blog-card h2 a:hover,
.esp-blog-side-block a:hover,
.esp-post-body a:hover,
.esp-blog-back:hover,
.esp-post-nav a:hover {
  color: var(--esp-gold);
}

.esp-blog-card p {
  color: rgba(244, 239, 228, 0.74);
  font-size: 16px;
  line-height: 1.78;
  margin-bottom: 18px;
}

.esp-blog-link,
.esp-blog-back {
  color: var(--esp-gold);
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.esp-blog-sidebar {
  position: sticky;
  top: 118px;
}

.esp-blog-side-block {
  border-top: 1px solid rgba(173, 135, 55, 0.36);
  padding: 26px 0 8px;
}

.esp-blog-side-block + .esp-blog-side-block {
  margin-top: 22px;
}

.esp-blog-side-block h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.esp-blog-side-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.esp-blog-side-block li {
  color: rgba(244, 239, 228, 0.72);
  font-size: 14px;
  line-height: 1.55;
  padding: 8px 0;
}

.esp-blog-side-block li span {
  color: var(--esp-gold);
  float: right;
}

.esp-post-hero {
  background:
    linear-gradient(180deg, rgba(16, 24, 37, 0.78), rgba(16, 24, 37, 0.95)),
    url("../img/espiralika/naturaleza-desktop.webp") center center / cover;
  padding: 170px 0 80px;
}

.esp-post-hero h1 {
  color: var(--esp-cream);
  font-family: "Cinzel", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.18;
  margin: 16px 0 0;
  max-width: 900px;
}

.esp-post-featured {
  margin-top: -42px;
  position: relative;
  z-index: 3;
}

.esp-post-featured img {
  aspect-ratio: 16 / 8;
  max-height: 620px;
}

.esp-post-section {
  padding-top: 70px;
}

.esp-post-body {
  margin: 0 auto;
  max-width: 780px;
}

.esp-post-body p,
.esp-post-body li,
.esp-post-body div {
  color: rgba(244, 239, 228, 0.82);
  font-size: 18px;
  line-height: 1.9;
}

.esp-post-body p {
  margin: 0 0 24px;
}

.esp-post-body h2,
.esp-post-body h3,
.esp-post-body h4 {
  color: var(--esp-cream);
  font-family: "Cinzel", serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 40px 0 18px;
}

.esp-post-body blockquote {
  border-left: 1px solid rgba(173, 135, 55, 0.66);
  margin: 34px 0;
  padding: 8px 0 8px 28px;
}

.esp-post-body blockquote p {
  color: var(--esp-gold);
  font-family: "Cinzel", serif;
  font-size: 26px;
  line-height: 1.5;
}

.esp-post-body img {
  height: auto;
  margin: 34px 0;
}

.esp-post-body img[src*="emoji.php"],
.esp-post-body img.emoji,
.esp-post-body img.wp-smiley {
  display: inline-block;
  height: 1em;
  margin: 0 0.08em;
  object-fit: contain;
  vertical-align: -0.12em;
  width: 1em;
}

.esp-post-nav {
  align-items: stretch;
  border-top: 1px solid rgba(173, 135, 55, 0.36);
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  margin: 64px auto 0;
  max-width: 980px;
  padding-top: 30px;
}

.esp-post-nav a {
  color: rgba(244, 239, 228, 0.8);
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.esp-post-nav a span {
  color: var(--esp-cream);
  display: inline-block;
  font-family: "Cinzel", serif;
  font-size: 20px;
  letter-spacing: 0;
  margin-top: 6px;
  text-transform: none;
}

.esp-post-nav-index {
  border: 1px solid rgba(173, 135, 55, 0.62);
  padding: 13px 18px;
  text-align: center;
}

.esp-post-nav-next {
  text-align: right;
}

.scroll-to-top {
  background: var(--esp-gold);
  color: var(--esp-ink);
}

@media (min-width: 768px) {
  .header.home-page-five.esp-header .main-navigation {
    display: block !important;
    height: auto !important;
  }
}

@supports (background-attachment: fixed) {
  .esp-section,
  .esp-page-hero {
    background-attachment: fixed;
  }
}

@media (max-width: 1199px) {
  .esp-section h1 {
    font-size: 50px;
  }

  .esp-page-hero h1 {
    font-size: 46px;
  }

  .esp-section h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .header.home-page-five.esp-header .header-navigation {
    background: rgba(16, 24, 37, 0.86);
  }

  .header.home-page-five.esp-header .container .navbar-brand {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .esp-brand-logo {
    height: 49px;
    max-width: 260px;
  }

  .esp-section,
  .esp-page-hero {
    background-attachment: scroll;
  }

  .esp-section-inner {
    padding-top: 110px;
  }
}

@media (max-width: 767px) {
  .esp-inicio {
    background-image: url("../img/espiralika/home-01-mobile.webp");
  }

  .esp-percepcion {
    background-image: url("../img/espiralika/home-02-mobile.webp");
  }

  .esp-naturaleza {
    background-image: url("../img/espiralika/home-03-mobile.webp");
  }

  .esp-raices {
    background-image: url("../img/espiralika/home-04-mobile.webp");
  }

  .esp-conectar {
    background-image: url("../img/espiralika/home-05-mobile.webp");
  }

  .esp-page-ecosistema {
    background-image: url("../img/espiralika/raices-estrellas-mobile.webp");
  }

  .esp-page-alicia {
    background-image: url("../img/espiralika/alicia-ali1-mobile.webp");
  }

  .esp-page-proceso {
    background-image: url("../img/espiralika/proceso-hero-mobile.webp");
  }

  .esp-page-blog,
  .esp-post-hero {
    background-image:
      linear-gradient(180deg, rgba(16, 24, 37, 0.62), rgba(16, 24, 37, 0.92)),
      url("../img/espiralika/naturaleza-mobile.webp");
  }

  .esp-cosmos-break {
    background-image: url("../img/espiralika/ecosistema-cosmos-mobile.webp");
  }

  .esp-alicia-flor-break {
    background-image: url("../img/espiralika/alicia-flor-mobile.webp");
  }

  .esp-alicia-paisaje-break {
    background-image: url("../img/espiralika/alicia-paisaje-mobile.webp");
  }

  .esp-alicia-portrait-break {
    background-image: url("../img/espiralika/alicia-ali2-mobile.webp");
  }

  .esp-proceso-semilla-break {
    background-image: url("../img/espiralika/proceso-semilla-mobile.webp");
  }

  .esp-proceso-camino-break {
    background-image: url("../img/espiralika/proceso-camino-mobile.webp");
  }

  .esp-proceso-florecimiento-break {
    background-image: url("../img/espiralika/proceso-florecimiento-mobile.webp");
  }

  .esp-section::before,
  .esp-page-hero::before {
    background:
      linear-gradient(180deg, rgba(16, 24, 37, 0.44) 0%, rgba(16, 24, 37, 0.38) 42%, rgba(16, 24, 37, 0.82) 100%),
      radial-gradient(circle at 30% 12%, rgba(173, 135, 55, 0.14), transparent 32%);
  }

  .header.home-page-five.esp-header .header-navigation,
  .header.home-page-five.esp-header .header-navigation.stricky-fixed {
    background: rgba(16, 24, 37, 0.92);
  }

  .header.home-page-five.esp-header .container {
    display: block;
  }

  .header.home-page-five.esp-header .container .navbar-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .header.home-page-five.esp-header .container .navbar-brand {
    order: 1;
    padding-bottom: 14px;
    padding-top: 14px;
    text-align: left;
  }

  .header.home-page-five.esp-header .esp-menu-toggle {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(244, 239, 228, 0.34);
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 42px;
    justify-content: center;
    margin: 0;
    order: 2;
    padding: 0;
    position: static;
    transform: none;
    width: 42px;
  }

  .header.home-page-five.esp-header .esp-menu-toggle .icon-bar {
    background: var(--esp-cream);
    border-radius: 0;
    display: block;
    height: 2px;
    width: 18px;
  }

  .header.home-page-five.esp-header .main-navigation {
    border: 0;
    box-shadow: none;
    clear: both;
    padding: 0 !important;
    width: 100%;
  }

  .header.home-page-five.esp-header .main-navigation.collapse {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  .header.home-page-five.esp-header .main-navigation.collapse.in {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }

  .header.home-page-five.esp-header .container ul.navigation-box {
    border: 0;
    display: block;
    margin: 0;
    padding: 4px 0 16px;
    white-space: normal;
    width: 100%;
  }

  .header.home-page-five.esp-header .container ul.navigation-box > li {
    float: none;
    padding: 0;
  }

  .header.home-page-five.esp-header .container ul.navigation-box > li + li {
    margin-left: 0;
  }

  .header.home-page-five.esp-header .container ul.navigation-box > li > a {
    background: transparent !important;
    display: block;
    font-size: 12px;
    line-height: 1;
    padding: 11px 0;
  }

  .esp-section,
  .esp-page-hero {
    align-items: flex-end;
    min-height: 100svh;
  }

  .esp-content-section {
    padding: 74px 0;
  }

  .esp-content-section h2,
  .esp-final-band h2 {
    font-size: 30px;
    line-height: 1.26;
  }

  .esp-content-section h3 {
    font-size: 24px;
  }

  .esp-content-section p {
    font-size: 16px;
    line-height: 1.78;
  }

  .esp-content-intro p:first-child,
  .esp-pull {
    font-size: 25px !important;
  }

  .esp-two-column,
  .esp-column-reverse,
  .esp-editorial-grid,
  .esp-phase-grid,
  .esp-blog-layout,
  .esp-blog-card,
  .esp-post-nav {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .esp-blog-sidebar {
    position: static;
  }

  .esp-blog-card-image {
    aspect-ratio: 4 / 3;
  }

  .esp-blog-card h2 {
    font-size: 24px;
  }

  .esp-post-hero {
    padding: 132px 0 62px;
  }

  .esp-post-hero h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .esp-post-featured {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .esp-post-featured img {
    aspect-ratio: 4 / 3;
  }

  .esp-post-body p,
  .esp-post-body li,
  .esp-post-body div {
    font-size: 16px;
    line-height: 1.78;
  }

  .esp-post-body blockquote p {
    font-size: 24px;
  }

  .esp-post-nav,
  .esp-post-nav-next {
    text-align: left;
  }

  .esp-phase-grid {
    margin-top: 38px;
  }

  .esp-image-break {
    background-attachment: scroll;
    min-height: 70vh;
  }

  .esp-image-break p {
    font-size: 30px;
    line-height: 1.28;
  }

  .esp-image-break .esp-image-kicker {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .esp-editorial-grid article {
    padding-left: 22px;
  }

  .esp-section-inner {
    padding: 120px 22px 74px;
  }

  .esp-align-left,
  .esp-align-right {
    text-align: left;
  }

  .esp-align-left h1,
  .esp-align-left h2,
  .esp-align-left p,
  .esp-align-left .esp-cta,
  .esp-align-right h1,
  .esp-align-right h2,
  .esp-align-right p,
  .esp-align-right .esp-cta {
    margin-left: 0;
    margin-right: auto;
  }

  .esp-section h1 {
    font-size: 34px;
    line-height: 1.18;
  }

  .esp-page-hero h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .esp-section h2 {
    font-size: 30px;
    line-height: 1.24;
  }

  .esp-section p {
    font-size: 16px;
    line-height: 1.65;
  }

  .esp-kicker {
    font-size: 12px;
  }

  .esp-footer {
    padding-top: 56px;
  }
}
