html,
body,
body *,
.content,
.pages,
.page,
.page-layout,
.page-content,
bodycopy,
column-set,
column-unit,
h1,
h2,
h3,
h4,
p,
div,
span,
a,
i,
b,
strong,
em,
ol,
ul,
li {
  opacity: 1 !important;
  visibility: visible !important;
  color: rgba(0, 0, 0, 0.88) !important;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.88) !important;
  text-shadow: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

html,
body {
  background: #fdfcff !important;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline !important;
}

media-item {
  opacity: 1 !important;
  visibility: visible !important;
}

.cargo-export-media {
  display: block;
  height: auto;
  max-width: 100%;
}

.cargo-export-embed {
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  margin: 0 0 1rem;
  max-width: 100%;
  width: min(100%, 960px);
}
