/**
 * @file
 * Product landing page section styles.
 */

.node--type-dew-product-landing .node__container {
  max-width: none;
  padding: 0;
}

.node--type-dew-product-landing.node--view-mode-full .field {
  margin-bottom: 0;
}

.page-node-type-dew-product-landing .main-content > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.page-node-type-dew-product-landing .main-content__container > .row {
  margin-left: 0;
  margin-right: 0;
}

.page-node-type-dew-product-landing .main-content__container > .row > section {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.page-node-type-dew-product-landing .main-content__full-width {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.page-node-type-dew-product-landing .main-content__section {
  padding-bottom: 0;
  padding-top: 0;
}

.page-node-type-dew-product-landing .block-local-tasks-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 34px;
  padding-right: 34px;
  width: 100%;
}

.node--type-dew-product-landing .node__header {
  display: none;
}

.dew-product-landing {
  --dew-button-bg: #0875d1;
  --dew-button-border: #005eac;
  --dew-button-hover-bg: #0067bb;
  color: #08223a;
}

.dew-product-hero {
  --dew-hero-image: none;
  background-color: #061c31;
  background-image: var(--dew-hero-image);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  min-height: 640px;
  position: relative;
}

.dew-product-hero__overlay {
  background:
    linear-gradient(90deg, rgba(4, 20, 35, 0.98) 0%, rgba(4, 20, 35, 0.88) 30%, rgba(4, 20, 35, 0.42) 58%, rgba(4, 20, 35, 0.08) 100%),
    linear-gradient(180deg, rgba(4, 20, 35, 0.18) 0%, rgba(4, 20, 35, 0.38) 100%);
  inset: 0;
  position: absolute;
}

.dew-product-hero__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  min-height: 640px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.dew-product-hero__breadcrumb {
  padding-top: 30px;
}

.dew-product-hero__breadcrumb .breadcrumb {
  background: transparent;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.dew-product-hero__breadcrumb .breadcrumb__items {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.dew-product-hero__breadcrumb .breadcrumb__item {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  margin-right: 8px;
  vertical-align: top;
}

.dew-product-hero__breadcrumb .breadcrumb__item,
.dew-product-hero__breadcrumb .breadcrumb__item a {
  color: rgba(255, 255, 255, 0.86);
}

.dew-product-hero__breadcrumb .breadcrumb__item a:hover,
.dew-product-hero__breadcrumb .breadcrumb__item a:focus {
  color: #ffffff;
}

.dew-product-hero__breadcrumb .breadcrumb__item .breadcrumb__item-separator {
  color: rgba(255, 255, 255, 0.72);
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  margin-right: 8px;
  vertical-align: middle;
}

.dew-product-hero__breadcrumb .breadcrumb__item:first-child .breadcrumb__item-separator {
  display: none;
}

.dew-product-hero__content {
  max-width: 660px;
  padding: 46px 0 72px;
}

.dew-product-hero__eyebrow {
  color: #1896e8;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.dew-product-hero__heading {
  color: #ffffff;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.dew-product-hero__summary {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 24px;
}

.dew-product-hero__body {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 30px;
}

.dew-product-hero__summary p,
.dew-product-hero__body p {
  margin: 0 0 16px;
}

.dew-product-hero__summary p:last-child,
.dew-product-hero__body p:last-child {
  margin-bottom: 0;
}

.dew-product-hero__cta {
  align-items: center;
  background: var(--dew-button-bg);
  border: 1px solid var(--dew-button-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 18px;
  justify-content: space-between;
  line-height: 1.2;
  min-height: 42px;
  min-width: 290px;
  padding: 0 18px 0 22px;
  text-transform: uppercase;
}

.dew-product-hero__cta:hover,
.dew-product-hero__cta:focus {
  background: var(--dew-button-hover-bg);
  border-color: #004f91;
  color: #ffffff;
  text-decoration: none;
}

.dew-product-hero__cta .fas {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  display: inline-flex;
  font-size: 14px;
  height: 40px;
  line-height: 1;
  margin-left: auto;
  padding-left: 17px;
}

.page-node-type-dew-product-landing .dew-product-landing .dew-product-hero a.dew-product-hero__cta,
.page-node-type-dew-product-landing .dew-product-landing .dew-product-hero a.dew-product-hero__cta:visited {
  background: var(--dew-button-bg);
  background-color: var(--dew-button-bg);
  background-image: none;
  border: 1px solid var(--dew-button-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.page-node-type-dew-product-landing .dew-product-landing .dew-product-hero a.dew-product-hero__cta:hover,
.page-node-type-dew-product-landing .dew-product-landing .dew-product-hero a.dew-product-hero__cta:focus,
.page-node-type-dew-product-landing .dew-product-landing .dew-product-hero a.dew-product-hero__cta:active {
  background: var(--dew-button-hover-bg);
  background-color: var(--dew-button-hover-bg);
  background-image: none;
  border-color: #004f91;
  color: #ffffff;
}

.page-node-type-dew-product-landing .dew-product-landing .dew-product-hero a.dew-product-hero__cta .fas {
  color: #ffffff;
}

.dew-product-jump-nav {
  background: #EEEEEE;
  border-bottom: 1px solid #d8e0e8;
  color: #08223a;
}

.dew-product-jump-nav__container {
  align-items: center;
  display: flex;
  gap: 28px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  min-height: 82px;
  padding-left: 34px;
  padding-right: 34px;
  width: 100%;
}

.dew-product-jump-nav__label {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.dew-product-jump-nav__items {
  align-items: stretch;
  display: flex;
  flex: 1 1 auto;
  gap: 14px;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dew-product-jump-nav__item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dew-product-jump-nav__link,
.dew-product-jump-nav__link:visited {
  align-items: center;
  color: #08223a;
  display: flex;
  gap: 10px;
  height: 100%;
  justify-content: center;
  min-height: 54px;
  padding: 8px 10px;
  text-decoration: none;
}

.dew-product-jump-nav__link:hover,
.dew-product-jump-nav__link:focus {
  color: #0875d1;
  text-decoration: none;
}

.dew-product-jump-nav__icon {
  align-items: center;
  color: #08223a;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 26px;
  height: 30px;
  line-height: 1;
  justify-content: center;
  width: 34px;
}

.dew-product-jump-nav__link:hover .dew-product-jump-nav__icon,
.dew-product-jump-nav__link:focus .dew-product-jump-nav__icon {
  color: #0875d1;
}

.dew-product-jump-nav__text {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  color: #08223a;
}

.dew-product-survivability {
  --dew-survivability-bg: none;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 16%, #fbfcfd 19%, #f4f7f9 22%, #e8eef2 25%, #d6e0e7 28%, #becbd5 31%, #9dadbb 34%, #7890a1 37%, #546f83 40%, #314f66 43%, #18354c 46%, #08243b 49%, #031b2f 53%, #031b2f 100%);
  color: #08223a;
  overflow: hidden;
  position: relative;
}

.dew-product-survivability__container {
  background: transparent;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.38fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px 0px;
}

.dew-product-survivability__container::before {
  background-image: var(--dew-survivability-bg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  inset: 0 0 0 auto;
  opacity: 0.86;
  pointer-events: none;
  position: absolute;
  width: 72%;
  z-index: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 14%, #000000 30%, #000000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 14%, #000000 30%, #000000 100%);
}

.dew-product-survivability__intro {
  align-self: center;
  background: transparent;
  padding: 10px 34px;
  position: relative;
  z-index: 1;
}

.dew-product-survivability__intro::after {
  display: none;
}

.dew-product-survivability__eyebrow {
  color: #0875d1;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.dew-product-survivability__heading {
  color: #08223a;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.dew-product-survivability__body {
  color: #27394a;
  font-size: 15px;
  line-height: 1.58;
  max-width: 520px;
}

.dew-product-survivability__body p {
  margin: 0 0 12px;
}

.dew-product-survivability__body p:last-child {
  margin-bottom: 0;
}

.dew-product-survivability__features {
  align-items: stretch;
  background: transparent;
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
  padding: 52px 34px;
  position: relative;
  z-index: 1;
}

.dew-product-survivability-feature {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  padding: 0 30px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.dew-product-survivability-feature:first-child {
  border-left: 0;
}

.dew-product-survivability-feature__icon {
  color: #ffffff;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 20px;
}

.dew-product-survivability-feature__title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.dew-product-survivability-feature__summary {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.45;
}

.dew-product-survivability-feature__summary p {
  margin: 0;
  font-size: 15px;
}

.dew-product-vehicle-armour {
  background: #ffffff;
  color: #08223a;
}

.dew-product-vehicle-armour__container {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) 360px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 42px 34px 46px;
  width: 100%;
}

.dew-product-vehicle-armour__main {
  min-width: 0;
}

.dew-product-vehicle-armour__heading {
  color: #08223a;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.dew-product-vehicle-armour__subheading {
  color: #0875d1;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 14px;
}

.dew-product-vehicle-armour__body {
  color: #1c2d3f;
  font-size: 15px;
  line-height: 1.58;
  max-width: 900px;
}

.dew-product-vehicle-armour__body p,
.dew-product-vehicle-armour__footer-text p {
  margin: 0;
}

.dew-product-vehicle-armour__cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.dew-product-vehicle-card {
  background: #f2f4f6;
  min-width: 0;
  padding: 30px 26px 28px;
  position: relative;
}

.dew-product-vehicle-card::after {
  background: #b9c4ce;
  bottom: 24px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 38px;
}

.dew-product-vehicle-card__icon {
  color: #08223a;
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 18px;
}

.dew-product-vehicle-card__title {
  color: #08223a;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.dew-product-vehicle-card__body {
  color: #1c2d3f;
  font-size: 14px;
  line-height: 1.52;
  padding-bottom: 32px;
}

.dew-product-vehicle-card__body p {
  margin: 0 0 12px;
}

.dew-product-vehicle-card__body p:last-child,
.dew-product-vehicle-card__body ul:last-child {
  margin-bottom: 0;
}

.dew-product-vehicle-card__body ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.dew-product-vehicle-card__body li {
  margin-bottom: 7px;
}

.dew-product-vehicle-armour__footer-text {
  color: #1c2d3f;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 22px;
}

.dew-product-vehicle-armour__aside {
  min-width: 0;
  padding-top: 4px;
}

.dew-product-vehicle-armour__image {
  display: block;
  height: auto;
  margin-bottom: 26px;
  width: 100%;
  object-fit: cover;
  max-height: 290px;
}

.dew-product-vehicle-armour__capabilities-title {
  color: #0875d1;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.dew-product-vehicle-armour__capability-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dew-product-vehicle-armour__capability {
  align-items: center;
  color: #08223a;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.dew-product-vehicle-armour__capability-icon {
  color: #08223a;
  flex: 0 0 22px;
  font-size: 18px;
  text-align: center;
}

.dew-product-vehicle-armour__cta {
  align-items: center;
  background: var(--dew-button-bg);
  color: #ffffff !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 26px;
  line-height: 1;
  margin-top: 10px;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.dew-product-vehicle-armour__cta:visited,
.dew-product-vehicle-armour__cta:hover,
.dew-product-vehicle-armour__cta:focus {
  background: var(--dew-button-hover-bg);
  color: #ffffff;
  text-decoration: none;
}

.dew-product-spall-liners {
  background: #031b2f;
  color: #ffffff;
}

.dew-product-spall-liners__container {
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(260px, 0.78fr) minmax(360px, 1.08fr) minmax(260px, 0.72fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  min-height: 360px;
  padding: 46px 34px 44px;
  width: 100%;
}

.dew-product-spall-liners__intro {
  min-width: 0;
}

.dew-product-spall-liners__heading {
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.dew-product-spall-liners__subheading {
  color: #1896e8;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 16px;
}

.dew-product-spall-liners__body,
.dew-product-spall-liners__bullets {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.55;
}

.dew-product-spall-liners__body p,
.dew-product-spall-liners__bullets p {
  margin: 0 0 12px;
}

.dew-product-spall-liners__bullets ul {
  margin: 0;
  padding-left: 18px;
}

.dew-product-spall-liners__bullets li {
  margin-bottom: 6px;
}

.dew-product-spall-liners__diagram {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 190px;
  min-width: 0;
}

.dew-product-spall-liners__image {
  display: block;
  filter: saturate(0.85) brightness(0.88);
  height: auto;
  max-height: 260px;
  object-fit: contain;
  width: 100%;
}

.dew-product-spall-liners__labels {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dew-product-spall-liners__label {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 28px;
  min-height: 22px;
  position: relative;
  text-transform: uppercase;
}

.dew-product-spall-liners__label::before {
  background: rgba(255, 255, 255, 0.82);
  content: "";
  height: 1px;
  margin-right: 12px;
  width: 48px;
}

.dew-product-spall-liners__label:nth-child(3) {
  color: #1896e8;
}

.dew-product-spall-liners__label:last-child {
  margin-bottom: 0;
}

.dew-product-spall-liners__callout {
  align-self: center;
  border-left: 1px solid rgba(255, 255, 255, 0.42);
  color: rgba(255, 255, 255, 0.9);
  display: grid;
  gap: 22px;
  grid-template-columns: 36px minmax(0, 1fr);
  line-height: 1.65;
  min-width: 0;
  padding-left: 34px;
}

.dew-product-spall-liners__callout-icon {
  color: rgba(255, 255, 255, 0.88);
  font-size: 30px;
  line-height: 1;
  margin-top: 4px;
}

.dew-product-spall-liners__callout-body {
  font-size: 15px;
}

.dew-product-spall-liners__callout-body p {
  margin: 0;
}

.dew-product-integrated-armour {
  background: #ffffff;
  color: #08223a;
}

.dew-product-integrated-armour__container {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(280px, 0.62fr) minmax(480px, 1.1fr) 280px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 38px 34px 34px;
  width: 100%;
}

.dew-product-integrated-armour__content {
  min-width: 0;
}

.dew-product-integrated-armour__heading {
  color: #08223a;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.dew-product-integrated-armour__subheading {
  color: #0875d1;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 10px;
}

.dew-product-integrated-armour__body {
  color: #1c2d3f;
  font-size: 13px;
  line-height: 1.45;
}

.dew-product-integrated-armour__body p {
  margin: 0 0 12px;
}

.dew-product-integrated-armour__checklist {
  color: #08223a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.dew-product-integrated-armour__checklist ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.dew-product-integrated-armour__checklist li {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}

.dew-product-integrated-armour__checklist li::before {
  color: #0875d1;
  content: "\2713";
  font-weight: 800;
  left: 0;
  position: absolute;
  top: 0;
}

.dew-product-integrated-armour__process {
  background: transparent;
  box-shadow: 0 12px 26px rgba(8, 34, 58, 0.14);
  min-width: 0;
}

.dew-product-integrated-armour__steps {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0px;
}

.dew-product-integrated-armour__step {
  align-items: center;
  border-right: 2px solid #d7e0e8;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 0;
  padding: 20px 9px;
  position: relative;
  text-align: center;
}

.dew-product-integrated-armour__step:last-child {
  border-right: 0;
}

.dew-product-integrated-armour__step:not(:last-child)::after {
  color: #0875d1;
  content: "\203A";
  font-size: 25px;
  font-weight: 800;
  line-height: 0.5;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}

.dew-product-integrated-armour__step-icon {
  align-items: center;
  color: #08223a;
  display: inline-flex;
  font-size: 20px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  width: 38px !important;
}

.dew-product-integrated-armour__step-label {
  color: #08223a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.dew-product-integrated-armour__process-footer {
  background: #f3f5f7;
  color: #08223a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  padding: 16px;
  text-align: center;
}

.dew-product-integrated-armour__process-footer p {
  margin: 0;
}

.dew-product-integrated-armour__image {
  display: block;
  height: 260px;
  object-fit: cover;
  width: 100%;
}

.dew-product-domains {
  background: #ffffff;
  color: #08223a;
  margin-bottom: 2px;
}

.dew-product-domains__heading {
  color: #08223a;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0;
  padding: 0 34px 18px;
  text-align: center;
  text-transform: uppercase;
}

.dew-product-domains__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 100%;
}

.dew-product-domain-tile {
  background: #031b2f;
  border-right: 2px solid #ffffff;
  min-height: 350px;
  overflow: hidden;
  position: relative;
}

.dew-product-domain-tile:last-child {
  border-right: 0;
}

.dew-product-domain-tile__image {
  display: block;
  filter: saturate(0.85);
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.dew-product-domain-tile__overlay {
  background: linear-gradient(180deg, rgba(3, 27, 47, 0.08) 0%, rgba(3, 27, 47, 0.48) 42%, #01090c 100%), linear-gradient(90deg, rgba(3, 27, 47, 0.25) 0%, rgba(3, 27, 47, 0.12) 100%);
  inset: 0;
  position: absolute;
}

.dew-product-domain-tile__content {
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 0 24px 26px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.dew-product-domain-tile__icon {
  color: #ffffff;
  display: block;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 12px;
}

.dew-product-domain-tile__title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.dew-product-domain-tile__body {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.42;
}

.dew-product-domain-tile__body p {
  margin: 0;
}

.dew-product-final-cta {
  background: #06162D;
  color: #ffffff;
}

.dew-product-final-cta__container {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin: 0 auto;
  max-width: 1440px;
  padding: 42px 34px;
}

.dew-product-final-cta__primary {
  padding-right: 56px;
}

.dew-product-final-cta__heading {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.dew-product-final-cta__body {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.55;
  max-width: 520px;
}

.dew-product-final-cta__body p {
  margin: 0;
}

.dew-product-final-cta__button {
  align-items: center;
  background: #0875d1;
  border: 1px solid #1d8ef0;
  color: #ffffff !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 24px;
  line-height: 1;
  margin-top: 22px;
  padding: 15px 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.dew-product-final-cta__button:hover,
.dew-product-final-cta__button:focus {
  background: #0b83e8;
  border-color: #48a8f4;
  color: #ffffff !important;
  text-decoration: none;
}

.dew-product-final-cta__resources {
  border-left: 1px solid rgba(255, 255, 255, 0.42);
  padding-left: 42px;
}

.dew-product-final-cta__resources-heading {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.dew-product-final-cta__resource-list {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.dew-product-final-cta__resource-item {
  border-left: 1px solid rgba(255, 255, 255, 0.26);
  min-width: 0;
  padding: 0 24px;
}

.dew-product-final-cta__resource-item:first-child {
  border-left: 0;
  padding-left: 0;
}

.dew-product-final-cta__resource-link {
  color: #ffffff;
  display: inline-flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 800;
  gap: 14px;
  line-height: 1.25;
  text-decoration: none;
  align-items: center;
}

.dew-product-final-cta__resource-link:hover,
.dew-product-final-cta__resource-link:focus {
  color: #ffffff;
  text-decoration: none;
}

.dew-product-final-cta__resource-icon {
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
}

.dew-product-final-cta__resource-label {
  display: block;
  max-width: 130px;
  color: #fff;
}

@media (max-width: 991px) {
  .dew-product-hero,
  .dew-product-hero__container {
    min-height: 560px;
  }

  .dew-product-hero__overlay {
    background: linear-gradient(90deg, rgba(4, 20, 35, 0.96) 0%, rgba(4, 20, 35, 0.86) 55%, rgba(4, 20, 35, 0.45) 100%);
  }

  .dew-product-hero__content {
    max-width: 600px;
    padding: 70px 0 64px;
  }

  .dew-product-hero__heading {
    font-size: 42px;
  }

  .dew-product-jump-nav__container {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .dew-product-jump-nav__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .dew-product-survivability {
    background: #031b2f;
  }

  .dew-product-survivability__container {
    grid-template-columns: 1fr;
  }

  .dew-product-survivability__intro {
    background: #ffffff;
  }

  .dew-product-survivability__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 36px 24px;
  }

  .dew-product-survivability-feature {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding: 26px 18px;
  }

  .dew-product-survivability-feature:nth-child(-n + 2) {
    border-top: 0;
  }

  .dew-product-vehicle-armour__container,
  .dew-product-spall-liners__container {
    grid-template-columns: 1fr;
  }

  .dew-product-vehicle-armour__cards {
    grid-template-columns: 1fr;
  }

  .dew-product-spall-liners__diagram {
    grid-template-columns: minmax(0, 1fr);
  }

  .dew-product-spall-liners__labels {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dew-product-spall-liners__label {
    margin-bottom: 0;
  }

  .dew-product-spall-liners__callout {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
    padding-left: 0;
    padding-top: 28px;
  }

  .dew-product-integrated-armour__container {
    grid-template-columns: 1fr;
  }

  .dew-product-integrated-armour__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dew-product-integrated-armour__step {
    border-bottom: 1px solid #d7e0e8;
    min-height: 118px;
    padding: 18px;
  }

  .dew-product-integrated-armour__step:nth-child(2n) {
    border-right: 0;
  }

  .dew-product-integrated-armour__step:not(:last-child)::after {
    display: none;
  }

  .dew-product-integrated-armour__image {
    height: auto;
    max-height: 320px;
  }

  .dew-product-domains__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dew-product-domain-tile {
    min-height: 240px;
  }

  .dew-product-final-cta__container {
    grid-template-columns: 1fr;
  }

  .dew-product-final-cta__primary {
    padding-right: 0;
  }

  .dew-product-final-cta__resources {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
    margin-top: 34px;
    padding-left: 0;
    padding-top: 30px;
  }

  .dew-product-final-cta__resource-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 28px;
  }

  .dew-product-final-cta__resource-item:nth-child(2n + 1) {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .dew-product-hero {
    background-position: center;
  }

  .dew-product-hero,
  .dew-product-hero__container {
    min-height: 520px;
  }

  .dew-product-hero__overlay {
    background: rgba(4, 20, 35, 0.86);
  }

  .dew-product-hero__content {
    padding: 48px 0;
  }

  .dew-product-hero__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-node-type-dew-product-landing .block-local-tasks-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dew-product-jump-nav__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dew-product-jump-nav__items {
    grid-template-columns: 1fr;
  }

  .dew-product-jump-nav__link {
    justify-content: flex-start;
  }

  .dew-product-hero__heading {
    font-size: 34px;
  }

  .dew-product-hero__summary,
  .dew-product-hero__body {
    font-size: 15px;
  }

  .dew-product-survivability__intro {
    padding: 34px 20px;
  }

  .dew-product-survivability__heading {
    font-size: 26px;
  }

  .dew-product-survivability__features {
    grid-template-columns: 1fr;
    padding: 18px 20px;
  }

  .dew-product-survivability-feature,
  .dew-product-survivability-feature:nth-child(-n + 2) {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .dew-product-survivability-feature:first-child {
    border-top: 0;
  }

  .dew-product-vehicle-armour__container,
  .dew-product-spall-liners__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dew-product-vehicle-armour__heading,
  .dew-product-spall-liners__heading {
    font-size: 24px;
  }

  .dew-product-spall-liners__labels {
    grid-template-columns: 1fr;
  }

  .dew-product-spall-liners__callout {
    grid-template-columns: 1fr;
  }

  .dew-product-integrated-armour__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dew-product-integrated-armour__heading {
    font-size: 24px;
  }

  .dew-product-integrated-armour__steps {
    grid-template-columns: 1fr;
  }

  .dew-product-integrated-armour__step {
    border-right: 0;
  }

  .dew-product-domains__heading {
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dew-product-domains__grid {
    grid-template-columns: 1fr;
  }

  .dew-product-final-cta__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dew-product-final-cta__heading {
    font-size: 24px;
  }

  .dew-product-final-cta__resource-list {
    grid-template-columns: 1fr;
  }

  .dew-product-final-cta__resource-item,
  .dew-product-final-cta__resource-item:nth-child(2n + 1) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding: 20px 0 0;
  }

  .dew-product-final-cta__resource-item:first-child {
    border-top: 0;
    padding-top: 0;
  }
}
