.peitho-slide {
  width: 1280px;
  height: 720px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 64px 84px 72px;
  background: #13151a;
  color: #f4f4ef;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.lt-kicker {
  margin: 0 0 36px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #ffd803;
}

.lt h1 {
  margin: 0;
  font-size: 66px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-break: strict;
  word-break: auto-phrase;
}

.lt h1::after {
  content: "";
  display: block;
  width: 108px;
  height: 12px;
  margin-top: 30px;
  background: #ffd803;
}

.lt-body {
  margin-top: 44px;
  min-height: 0;
  overflow: hidden;
}

.slot-body {
  font-size: 31px;
  line-height: 1.55;
  color: #c9cbd1;
  line-break: strict;
  word-break: auto-phrase;
}

.slot-body p {
  margin: 0 0 20px;
  max-width: 34em;
}

.slot-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slot-body li {
  margin: 0 0 18px;
  padding-left: 34px;
  position: relative;
}

.slot-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 14px;
  height: 14px;
  background: #ffd803;
}