/* HOTFIX158: product-card illustrations with protected copy area. */
.home2-product{isolation:isolate}
.home2-product>.home2-product-kicker,
.home2-product>h3,
.home2-product>p,
.home2-product>.home2-product-link{position:relative;z-index:3}
.home2-product-picture{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center;
  pointer-events:none;
  user-select:none;
}
.home2-product::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
}
.home2-product-storage::after{background:linear-gradient(90deg,#e6ebdf 0 45%,rgba(230,235,223,.98) 55%,rgba(230,235,223,.12) 78%,transparent 100%)}
.home2-product-transfer::after{background:linear-gradient(90deg,#eee3d3 0 47%,rgba(238,227,211,.98) 57%,rgba(238,227,211,.12) 80%,transparent 100%)}
.home2-product-online::after{background:linear-gradient(90deg,#e4ebe7 0 49%,rgba(228,235,231,.98) 59%,rgba(228,235,231,.14) 82%,transparent 100%)}
.home2-product-notes::after{background:linear-gradient(90deg,#ebe6f0 0 49%,rgba(235,230,240,.98) 59%,rgba(235,230,240,.14) 82%,transparent 100%)}
.home2-product-apps::after{background:linear-gradient(90deg,#f0dfd5 0 49%,rgba(240,223,213,.98) 59%,rgba(240,223,213,.14) 82%,transparent 100%)}
.home2-product-storage>h3,.home2-product-storage>p{max-width:58%}
.home2-product-transfer>h3,.home2-product-transfer>p{max-width:61%}
.home2-product-online>h3,.home2-product-online>p,
.home2-product-notes>h3,.home2-product-notes>p,
.home2-product-apps>h3,.home2-product-apps>p{max-width:67%}

@media(max-width:760px){
  .home2-product-picture{object-position:center bottom}
  .home2-product-storage>h3,.home2-product-storage>p,
  .home2-product-transfer>h3,.home2-product-transfer>p,
  .home2-product-online>h3,.home2-product-online>p,
  .home2-product-notes>h3,.home2-product-notes>p,
  .home2-product-apps>h3,.home2-product-apps>p{max-width:100%}
  .home2-product-storage::after{background:linear-gradient(180deg,#e6ebdf 0 46%,rgba(230,235,223,.98) 60%,rgba(230,235,223,.12) 84%,transparent 100%)}
  .home2-product-transfer::after{background:linear-gradient(180deg,#eee3d3 0 46%,rgba(238,227,211,.98) 60%,rgba(238,227,211,.12) 84%,transparent 100%)}
  .home2-product-online::after{background:linear-gradient(180deg,#e4ebe7 0 48%,rgba(228,235,231,.98) 62%,rgba(228,235,231,.14) 85%,transparent 100%)}
  .home2-product-notes::after{background:linear-gradient(180deg,#ebe6f0 0 48%,rgba(235,230,240,.98) 62%,rgba(235,230,240,.14) 85%,transparent 100%)}
  .home2-product-apps::after{background:linear-gradient(180deg,#f0dfd5 0 48%,rgba(240,223,213,.98) 62%,rgba(240,223,213,.14) 85%,transparent 100%)}
}
