
#stacks_in_9 {
}

#stacks_in_17 {
}
.video-layer.stacks_in_18[data-state="loading"] .video-layer__message,
.video-layer.stacks_in_18[data-state="error"] .video-layer__message {
  position: relative;
  inset: auto;
  box-sizing: border-box;
  min-height: 104px;
}

.video-layer.stacks_in_18 .video-layer__message[hidden] {
  display: none;
}

.video-layer.stacks_in_18 {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--video-layer-radius);
  background: transparent;
}

.video-layer.stacks_in_18[data-background="False"] {
  aspect-ratio: var(--video-layer-ratio);
  height: auto;
}

.video-layer.stacks_in_18[data-background="True"] {
  aspect-ratio: auto;
  height: auto;
  min-height: var(--video-layer-min-height);
  border-radius: 0;
}

.video-layer.stacks_in_18 .video-layer__media,
.video-layer.stacks_in_18 .video-layer__editor {
  position: absolute;
  inset: 0;
}

.video-layer.stacks_in_18 iframe,
.video-layer.stacks_in_18 video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.video-layer.stacks_in_18[data-background="False"] video {
  object-fit: contain;
  object-position: center;
}

.video-layer.stacks_in_18[data-background="True"] video {
  object-fit: cover;
  object-position: center;
}

.video-layer.stacks_in_18 .video-layer__slice {
  position: relative;
  box-sizing: border-box;
  min-height: inherit;
  z-index: 2;
  display: grid;
  align-content: start;
  justify-items: stretch;
  padding: 0;
  pointer-events: none;
}

.video-layer.stacks_in_18 .video-layer__slice[data-center="1"] {
  align-content: center;
}

.video-layer.stacks_in_18 .video-layer__slice > * {
  pointer-events: auto;
}

.video-layer.stacks_in_18 .video-layer__message {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #dce8f6;
  font: 600 14px/1.45 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}

.video-layer.stacks_in_18 .video-layer__message[hidden] {
  display: none;
}

.video-layer.stacks_in_18 .video-layer__editor {
  --livido-preview-ink: #ffffff;
  --livido-preview-muted: #b8b8b8;
  --livido-preview-accent: #4e48f9;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 0;
  color: var(--livido-preview-ink);
  background: #181818;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
  font-family: inherit;
  pointer-events: none;
}

.video-layer.stacks_in_18 .video-layer__editor-heading {
  position: absolute;
  top: 16px;
  right: 18px;
  left: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.video-layer.stacks_in_18 .video-layer__editor-name {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -.02em;
  line-height: 1;
}

.video-layer.stacks_in_18 .video-layer__editor-name svg {
  display: block;
  width: 24px;
  height: 24px;
}

.video-layer.stacks_in_18 .video-layer__editor-mode {
  color: var(--livido-preview-muted);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
}

.video-layer.stacks_in_18 .video-layer__editor-play {
  box-sizing: border-box;
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(10, 10, 10, .8);
  border: 1px solid rgba(255, 255, 255, .2);
}

.video-layer.stacks_in_18 .video-layer__editor-play--center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: clamp(60px, 7vw, 82px);
  height: clamp(60px, 7vw, 82px);
  border: 1px solid rgba(255, 255, 255, .35);
  color: var(--livido-preview-ink);
  background: rgba(10, 10, 10, .8);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
  transform: translate(-50%, -50%);
}

.video-layer.stacks_in_18 .video-layer__editor-chrome {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 1;
  box-sizing: border-box;
  padding: 12px;
  border: 0;
  background: transparent;
}

.video-layer.stacks_in_18 .video-layer__editor-progress {
  display: block;
  height: 3px;
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .24);
}

.video-layer.stacks_in_18 .video-layer__editor-progress i {
  display: block;
  width: 28%;
  height: 100%;
  border-radius: inherit;
  background: var(--livido-preview-accent);
}

.video-layer.stacks_in_18 .video-layer__editor-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.video-layer.stacks_in_18 .video-layer__editor-time {
  flex: 0 0 auto;
  padding: 0 4px;
  color: var(--livido-preview-muted);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.video-layer.stacks_in_18 .video-layer__editor-title,
.video-layer.stacks_in_18 .video-layer__editor-custom-logo {
  position: absolute;
  top: 62px;
  left: 20px;
  right: 66px;
  z-index: 1;
}

.video-layer.stacks_in_18 .video-layer__editor-title {
  color: var(--livido-preview-ink);
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.3;
}

.video-layer.stacks_in_18 .video-layer__editor-custom-logo {
  top: auto;
  right: auto;
  bottom: 104px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  color: var(--livido-preview-muted);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.video-layer.stacks_in_18 .video-layer__editor-share {
  position: absolute;
  top: 56px;
  right: 18px;
  z-index: 1;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--livido-preview-ink);
  background: rgba(10, 10, 10, .8);
}

.video-layer.stacks_in_18 .video-layer__editor-share svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.video-layer.stacks_in_18 .video-layer__editor-play svg,
.video-layer.stacks_in_18 .video-layer__editor-control svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.video-layer.stacks_in_18 .video-layer__editor-play svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

.video-layer.stacks_in_18 .video-layer__editor-play--center svg {
  width: 30px;
  height: 30px;
  margin-left: 3px;
}

.video-layer.stacks_in_18 .video-layer__editor-control {
  display: grid;
  flex: 0 0 26px;
  width: 26px;
  height: 30px;
  place-items: center;
  color: var(--livido-preview-ink);
  border-radius: 6px;
  background: rgba(10, 10, 10, .8);
}

.video-layer.stacks_in_18 .video-layer__editor-text-control {
  flex: 0 0 auto;
  padding: 4px 3px;
  color: var(--livido-preview-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.video-layer.stacks_in_18 .video-layer__editor-spacer {
  flex: 1 1 auto;
}

.video-layer.stacks_in_18 .video-layer__editor-brand {
  flex: 0 0 auto;
  margin: 0 4px 0 2px;
  color: var(--livido-preview-ink);
  font-size: 13px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
}



#stacks_in_19 {
}

#stacks_in_22 {
}

#stacks_in_36 {
}
.video-layer.stacks_in_37[data-state="loading"] .video-layer__message,
.video-layer.stacks_in_37[data-state="error"] .video-layer__message {
  position: relative;
  inset: auto;
  box-sizing: border-box;
  min-height: 104px;
}

.video-layer.stacks_in_37 .video-layer__message[hidden] {
  display: none;
}

.video-layer.stacks_in_37 {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--video-layer-radius);
  background: transparent;
}

.video-layer.stacks_in_37[data-background="False"] {
  aspect-ratio: var(--video-layer-ratio);
  height: auto;
}

.video-layer.stacks_in_37[data-background="True"] {
  aspect-ratio: auto;
  height: auto;
  min-height: var(--video-layer-min-height);
  border-radius: 0;
}

.video-layer.stacks_in_37 .video-layer__media,
.video-layer.stacks_in_37 .video-layer__editor {
  position: absolute;
  inset: 0;
}

.video-layer.stacks_in_37 iframe,
.video-layer.stacks_in_37 video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.video-layer.stacks_in_37[data-background="False"] video {
  object-fit: contain;
  object-position: center;
}

.video-layer.stacks_in_37[data-background="True"] video {
  object-fit: cover;
  object-position: center;
}

.video-layer.stacks_in_37 .video-layer__slice {
  position: relative;
  box-sizing: border-box;
  min-height: inherit;
  z-index: 2;
  display: grid;
  align-content: start;
  justify-items: stretch;
  padding: 0;
  pointer-events: none;
}

.video-layer.stacks_in_37 .video-layer__slice[data-center="1"] {
  align-content: center;
}

.video-layer.stacks_in_37 .video-layer__slice > * {
  pointer-events: auto;
}

.video-layer.stacks_in_37 .video-layer__message {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #dce8f6;
  font: 600 14px/1.45 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}

.video-layer.stacks_in_37 .video-layer__message[hidden] {
  display: none;
}

.video-layer.stacks_in_37 .video-layer__editor {
  --livido-preview-ink: #ffffff;
  --livido-preview-muted: #b8b8b8;
  --livido-preview-accent: #4e48f9;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 0;
  color: var(--livido-preview-ink);
  background: #181818;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
  font-family: inherit;
  pointer-events: none;
}

.video-layer.stacks_in_37 .video-layer__editor-heading {
  position: absolute;
  top: 16px;
  right: 18px;
  left: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.video-layer.stacks_in_37 .video-layer__editor-name {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -.02em;
  line-height: 1;
}

.video-layer.stacks_in_37 .video-layer__editor-name svg {
  display: block;
  width: 24px;
  height: 24px;
}

.video-layer.stacks_in_37 .video-layer__editor-mode {
  color: var(--livido-preview-muted);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
}

.video-layer.stacks_in_37 .video-layer__editor-play {
  box-sizing: border-box;
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(10, 10, 10, .8);
  border: 1px solid rgba(255, 255, 255, .2);
}

.video-layer.stacks_in_37 .video-layer__editor-play--center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: clamp(60px, 7vw, 82px);
  height: clamp(60px, 7vw, 82px);
  border: 1px solid rgba(255, 255, 255, .35);
  color: var(--livido-preview-ink);
  background: rgba(10, 10, 10, .8);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
  transform: translate(-50%, -50%);
}

.video-layer.stacks_in_37 .video-layer__editor-chrome {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 1;
  box-sizing: border-box;
  padding: 12px;
  border: 0;
  background: transparent;
}

.video-layer.stacks_in_37 .video-layer__editor-progress {
  display: block;
  height: 3px;
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .24);
}

.video-layer.stacks_in_37 .video-layer__editor-progress i {
  display: block;
  width: 28%;
  height: 100%;
  border-radius: inherit;
  background: var(--livido-preview-accent);
}

.video-layer.stacks_in_37 .video-layer__editor-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.video-layer.stacks_in_37 .video-layer__editor-time {
  flex: 0 0 auto;
  padding: 0 4px;
  color: var(--livido-preview-muted);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.video-layer.stacks_in_37 .video-layer__editor-title,
.video-layer.stacks_in_37 .video-layer__editor-custom-logo {
  position: absolute;
  top: 62px;
  left: 20px;
  right: 66px;
  z-index: 1;
}

.video-layer.stacks_in_37 .video-layer__editor-title {
  color: var(--livido-preview-ink);
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.3;
}

.video-layer.stacks_in_37 .video-layer__editor-custom-logo {
  top: auto;
  right: auto;
  bottom: 104px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  color: var(--livido-preview-muted);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.video-layer.stacks_in_37 .video-layer__editor-share {
  position: absolute;
  top: 56px;
  right: 18px;
  z-index: 1;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--livido-preview-ink);
  background: rgba(10, 10, 10, .8);
}

.video-layer.stacks_in_37 .video-layer__editor-share svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.video-layer.stacks_in_37 .video-layer__editor-play svg,
.video-layer.stacks_in_37 .video-layer__editor-control svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.video-layer.stacks_in_37 .video-layer__editor-play svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

.video-layer.stacks_in_37 .video-layer__editor-play--center svg {
  width: 30px;
  height: 30px;
  margin-left: 3px;
}

.video-layer.stacks_in_37 .video-layer__editor-control {
  display: grid;
  flex: 0 0 26px;
  width: 26px;
  height: 30px;
  place-items: center;
  color: var(--livido-preview-ink);
  border-radius: 6px;
  background: rgba(10, 10, 10, .8);
}

.video-layer.stacks_in_37 .video-layer__editor-text-control {
  flex: 0 0 auto;
  padding: 4px 3px;
  color: var(--livido-preview-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.video-layer.stacks_in_37 .video-layer__editor-spacer {
  flex: 1 1 auto;
}

.video-layer.stacks_in_37 .video-layer__editor-brand {
  flex: 0 0 auto;
  margin: 0 4px 0 2px;
  color: var(--livido-preview-ink);
  font-size: 13px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
}



#stacks_in_25 {
}
.video-layer.stacks_in_26[data-state="loading"] .video-layer__message,
.video-layer.stacks_in_26[data-state="error"] .video-layer__message {
  position: relative;
  inset: auto;
  box-sizing: border-box;
  min-height: 104px;
}

.video-layer.stacks_in_26 .video-layer__message[hidden] {
  display: none;
}

.video-layer.stacks_in_26 {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--video-layer-radius);
  background: transparent;
}

.video-layer.stacks_in_26[data-background="False"] {
  aspect-ratio: var(--video-layer-ratio);
  height: auto;
}

.video-layer.stacks_in_26[data-background="True"] {
  aspect-ratio: auto;
  height: auto;
  min-height: var(--video-layer-min-height);
  border-radius: 0;
}

.video-layer.stacks_in_26 .video-layer__media,
.video-layer.stacks_in_26 .video-layer__editor {
  position: absolute;
  inset: 0;
}

.video-layer.stacks_in_26 iframe,
.video-layer.stacks_in_26 video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.video-layer.stacks_in_26[data-background="False"] video {
  object-fit: contain;
  object-position: center;
}

.video-layer.stacks_in_26[data-background="True"] video {
  object-fit: cover;
  object-position: center;
}

.video-layer.stacks_in_26 .video-layer__slice {
  position: relative;
  box-sizing: border-box;
  min-height: inherit;
  z-index: 2;
  display: grid;
  align-content: start;
  justify-items: stretch;
  padding: 0;
  pointer-events: none;
}

.video-layer.stacks_in_26 .video-layer__slice[data-center="1"] {
  align-content: center;
}

.video-layer.stacks_in_26 .video-layer__slice > * {
  pointer-events: auto;
}

.video-layer.stacks_in_26 .video-layer__message {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #dce8f6;
  font: 600 14px/1.45 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}

.video-layer.stacks_in_26 .video-layer__message[hidden] {
  display: none;
}

.video-layer.stacks_in_26 .video-layer__editor {
  --livido-preview-ink: #ffffff;
  --livido-preview-muted: #b8b8b8;
  --livido-preview-accent: #4e48f9;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 0;
  color: var(--livido-preview-ink);
  background: #181818;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
  font-family: inherit;
  pointer-events: none;
}

.video-layer.stacks_in_26 .video-layer__editor-heading {
  position: absolute;
  top: 16px;
  right: 18px;
  left: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.video-layer.stacks_in_26 .video-layer__editor-name {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -.02em;
  line-height: 1;
}

.video-layer.stacks_in_26 .video-layer__editor-name svg {
  display: block;
  width: 24px;
  height: 24px;
}

.video-layer.stacks_in_26 .video-layer__editor-mode {
  color: var(--livido-preview-muted);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
}

.video-layer.stacks_in_26 .video-layer__editor-play {
  box-sizing: border-box;
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(10, 10, 10, .8);
  border: 1px solid rgba(255, 255, 255, .2);
}

.video-layer.stacks_in_26 .video-layer__editor-play--center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: clamp(60px, 7vw, 82px);
  height: clamp(60px, 7vw, 82px);
  border: 1px solid rgba(255, 255, 255, .35);
  color: var(--livido-preview-ink);
  background: rgba(10, 10, 10, .8);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
  transform: translate(-50%, -50%);
}

.video-layer.stacks_in_26 .video-layer__editor-chrome {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 1;
  box-sizing: border-box;
  padding: 12px;
  border: 0;
  background: transparent;
}

.video-layer.stacks_in_26 .video-layer__editor-progress {
  display: block;
  height: 3px;
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .24);
}

.video-layer.stacks_in_26 .video-layer__editor-progress i {
  display: block;
  width: 28%;
  height: 100%;
  border-radius: inherit;
  background: var(--livido-preview-accent);
}

.video-layer.stacks_in_26 .video-layer__editor-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.video-layer.stacks_in_26 .video-layer__editor-time {
  flex: 0 0 auto;
  padding: 0 4px;
  color: var(--livido-preview-muted);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.video-layer.stacks_in_26 .video-layer__editor-title,
.video-layer.stacks_in_26 .video-layer__editor-custom-logo {
  position: absolute;
  top: 62px;
  left: 20px;
  right: 66px;
  z-index: 1;
}

.video-layer.stacks_in_26 .video-layer__editor-title {
  color: var(--livido-preview-ink);
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.3;
}

.video-layer.stacks_in_26 .video-layer__editor-custom-logo {
  top: auto;
  right: auto;
  bottom: 104px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  color: var(--livido-preview-muted);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.video-layer.stacks_in_26 .video-layer__editor-share {
  position: absolute;
  top: 56px;
  right: 18px;
  z-index: 1;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--livido-preview-ink);
  background: rgba(10, 10, 10, .8);
}

.video-layer.stacks_in_26 .video-layer__editor-share svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.video-layer.stacks_in_26 .video-layer__editor-play svg,
.video-layer.stacks_in_26 .video-layer__editor-control svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.video-layer.stacks_in_26 .video-layer__editor-play svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

.video-layer.stacks_in_26 .video-layer__editor-play--center svg {
  width: 30px;
  height: 30px;
  margin-left: 3px;
}

.video-layer.stacks_in_26 .video-layer__editor-control {
  display: grid;
  flex: 0 0 26px;
  width: 26px;
  height: 30px;
  place-items: center;
  color: var(--livido-preview-ink);
  border-radius: 6px;
  background: rgba(10, 10, 10, .8);
}

.video-layer.stacks_in_26 .video-layer__editor-text-control {
  flex: 0 0 auto;
  padding: 4px 3px;
  color: var(--livido-preview-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.video-layer.stacks_in_26 .video-layer__editor-spacer {
  flex: 1 1 auto;
}

.video-layer.stacks_in_26 .video-layer__editor-brand {
  flex: 0 0 auto;
  margin: 0 4px 0 2px;
  color: var(--livido-preview-ink);
  font-size: 13px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
}



#stacks_in_34 {
}

#stacks_in_28 {
}

#stacks_in_13 {
}
