.material-paper,
.material-paint,
.material-ink,
.material-wash {
  isolation: isolate;
}
.material-paper:not(.absolute):not(.fixed):not(.sticky),.material-paint:not(.absolute):not(.fixed):not(.sticky),.material-ink:not(.absolute):not(.fixed):not(.sticky),.material-wash:not(.absolute):not(.fixed):not(.sticky){position:relative}

.material-paper::before,
.material-paint::before,
.material-ink::after,
.material-wash::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  z-index: 1;
}

.material-paper::before {
  background-image: var(--material-texture, url("/vi/services/website-development/styles/item/telecom-network-network-protocol/preview/assets/paper-grain.webp"));
  background-size: var(--material-size, 256px);
  mix-blend-mode: multiply;
  opacity: var(--material-opacity, .12);
}

.material-paint::before {
  background-image: var(--material-texture, url("/vi/services/website-development/styles/item/telecom-network-network-protocol/preview/assets/paint-streak.webp"));
  background-size: var(--material-size, 420px 170px);
  mix-blend-mode: var(--material-blend, soft-light);
  opacity: var(--material-opacity, .2);
}

.material-ink::after {
  background-image: var(--material-texture, url("/vi/services/website-development/styles/item/telecom-network-network-protocol/preview/assets/ink-dropout.webp"));
  background-size: var(--material-size, 190px);
  mix-blend-mode: screen;
  opacity: var(--material-opacity, .055);
}

.material-wash::after {
  background: var(--wash-color, rgba(38, 116, 161, .55));
  mix-blend-mode: var(--material-blend, color);
  opacity: var(--material-opacity, .85);
}

.material-paper > *,
.material-paint > *,
.material-ink > *,
.material-wash > * {
  position: relative;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
