@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=block");
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sarabun:wght@300&display=swap");
:root {
  font-size: 16px;
}

div.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60%;
  margin-bottom: 40px;
}

i {
  font-style: normal;
  color: #fb96e7;
}

body {
  margin: 2em;
  background-color: #52646B;
}

h1, h2, h3, h4 {
  font-family: Kanit;
  font-weight: 300;
}

p, ol, ul, li {
  font-family: Sarabun;
  font-weight: 300;
  color: #f9c580;
}

p {
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: clamp(3rem, 7.5vw, 7.5rem);
  color: #bdc8cc;
  margin: 0rem 0rem 1rem 0rem;
}

h1 {
  color: #F69CDF;
  font-size: 4rem;
  text-align: center;
}

h2 {
  color: #f9c580;
  font-size: 3.5rem;
  margin: 3rem 0rem 1rem 0rem;
}

h2 i {
  font-style: normal;
  color: #a0b0b6;
}

ul {
  font-size: 3rem;
  line-height: 4.5rem;
  list-style: none;
  margin: 0rem 1rem 1rem 0rem;
}

ul li {
  margin: 0;
  padding: 0;
  color: #b8c3fc;
}

ul li span {
  color: #bdc8cc;
}

ul li::before {
  margin-right: 1rem;
  color: #a0b0b6;
}

ul.qa li {
  color: #bdc8cc;
}

ul ul {
  margin-left: 1rem;
}

.video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
  padding: 0;
  border-radius: 15px;
  background-color: black;
}

u {
  text-decoration: none;
  border-bottom: 3px dotted #a0b0b6;
  line-height: 1.1em;
}

u > em {
  background-color: #a0b0b6;
  color: white;
  white-space: nowrap;
}

u > em:after {
  border-color: transparent transparent #a0b0b6 transparent;
  border-width: 10px;
  margin-left: -10px;
}