.deline-packaging-page-template {
  margin: 0 auto;
  padding: 0;
}

.deline-packaging-page-hero {
  --deline-hero-gradient-start: rgba(31, 142, 198, 0.78);
  --deline-hero-gradient-end: rgba(105, 195, 91, 0.78);
  --deline-hero-gradient-angle: 110deg;
  --deline-hero-background-image: none;
  background-color: #1f2f38;
  background-image: linear-gradient(var(--deline-hero-gradient-angle), var(--deline-hero-gradient-start), var(--deline-hero-gradient-end)), var(--deline-hero-background-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  margin-bottom: clamp(5.75rem, 10vw, 8.25rem);
  min-height: clamp(440px, 45vh, 720px);
  position: relative;
}

.deline-packaging-page-hero__inner {
  margin: 0 auto;
  max-width: 1320px;
  min-height: inherit;
  padding: clamp(1.2rem, 2.2vw, 2rem) clamp(1rem, 3vw, 2.4rem) clamp(3.75rem, 7vw, 5.75rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.deline-packaging-page-hero__tabs {
  background: #f4f5f4;
  border: 1px solid rgba(24, 51, 73, 0.06);
  border-radius: 14px;
  bottom: clamp(-2.5rem, -5vw, -1.75rem);
  box-shadow: 0 12px 24px rgba(13, 33, 51, 0.14);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  left: 50%;
  margin: 0;
  max-width: 1320px;
  padding: clamp(0.55rem, 1.3vw, 1rem);
  position: absolute;
  transform: translateX(-50%);
  width: min(calc(100% - 2.5rem), 1320px);
  z-index: 4;
  list-style: none;
}

.deline-packaging-page-hero__tab-item {
  margin: 0;
  padding: 0;
}

.deline-packaging-page-hero__tab {
  align-items: center;
  border: 0;
  color: #4f5458;
  display: flex;
  font-size: clamp(0.75rem, 1.35vw, 1rem);
  font-weight: 600;
  gap: clamp(0.75rem, 1.35vw, 1.35rem);
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: 1.12;
  min-height: clamp(32px, 9.8vw, 64px);
  padding: clamp(0.9rem, 1.2vw, 1.4rem) clamp(0.85rem, 1.9vw, 1.9rem);
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
  width: 100%;
}

.deline-packaging-page-hero__tab-item + .deline-packaging-page-hero__tab-item {
  border-left: 1px solid rgba(89, 191, 71, 0.62);
}

.deline-packaging-page-hero__tab::before {
  background: #e5ebe1;
  border-radius: 50%;
  color: #59bf47;
  content: "\f0c0";
  display: inline-flex;
  flex: 0 0 clamp(20px, 4.5vw, 33px);
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-size: clamp(10px, 1.6vw, 16px);
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  height: clamp(20px, 4.5vw, 33px);
  justify-content: center;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  align-items: center;
}

.deline-packaging-page-hero__tab-item:nth-child(1) .deline-packaging-page-hero__tab::before {
  content: "\f559";
}

.deline-packaging-page-hero__tab-item:nth-child(2) .deline-packaging-page-hero__tab::before {
  content: "\f0c3";
}

.deline-packaging-page-hero__tab-item:nth-child(3) .deline-packaging-page-hero__tab::before {
  content: "\f041";
}

.deline-packaging-page-hero__tab:hover,
.deline-packaging-page-hero__tab:focus-visible,
.deline-packaging-page-hero__tab.is-active {

  color: #36434e;
}

.deline-packaging-page-hero__content {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

.deline-packaging-page-hero__eyebrow {
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1.2rem, 2.3vw, 2rem);
  font-weight: 500;
  margin: 0;
}

.deline-packaging-page-hero__title {
  color: #ffffff;
  font-size: clamp(2.3rem, 6.4vw, 5.2rem);
  font-weight: 700;
  line-height: 0.98;
  margin: 0.35em 0 0;
  text-wrap: balance;
}

.deline-packaging-page-hero__button-wrap {
  margin: 1.9rem 0 0;
}

.deline-packaging-page-hero__button {
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0.92rem 2.1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.deline-packaging-page-hero__button:hover,
.deline-packaging-page-hero__button:focus-visible {
  background: #ffffff;
  color: #20456a;
}

.deline-packaging-page-template__content {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 1rem 3rem;
}

@media (max-width: 991px) {
  .deline-packaging-page-hero {
    margin-bottom: 2.5rem;
    min-height: auto;
  }

  .deline-packaging-page-hero__tabs {
    bottom: auto;
    display: grid;
    grid-template-columns: 1fr;
    left: auto;
    margin: 1.8rem auto 0;
    max-width: 680px;
    position: relative;
    transform: none;
    width: min(calc(100% - 3.5rem), 680px);
    transform: translateY(100%);
  }

  .deline-packaging-page-hero__content {
    margin: 0 auto;
    text-align: center;
  }

  .deline-packaging-page-hero__tab {
    font-size: 1.15rem;
    justify-content: flex-start;
  }

  .deline-packaging-page-hero__tab-item + .deline-packaging-page-hero__tab-item {
    border-left: 0;
    border-top: 1px solid rgba(89, 191, 71, 0.62);
  }
}

@media (max-width: 640px) {
  .deline-packaging-page-hero__tab {
    font-size: 0.75rem;
    min-height: 32px;
    padding: 0.3rem 0.3rem;
  }

  .deline-packaging-page-hero__button {
    width: 100%;
    justify-content: center;
  }
}
