/* Globals */
html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Inter', Arial, sans-serif;
  margin: 0;
  padding: 0;
}

#banner {
  background: #FFFFFF;
  color: #242424;
  height: 250px;
  overflow: hidden;
  position: absolute;
  user-select: none;
  visibility: hidden;
  width: 300px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#bg-img {
  left: 0;
  position: absolute;
  top: 0;
  width: 1200px;
}

#whiteout {
  background: #FFFFFF;
  height: 250px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 300px;
}

#endcard {
  background: #FEEB29;
  border-radius: 0 0 16px 0;
  height: 43px;
  left: 0;
  position: absolute;
  top: 0;
  width: 43px;
}

#logo-checkmark,
#logo-full {
  font-size: 14px;
  font-weight: 800;
  left: 9px;
  position: absolute;
  top: 9px;
  width: 24px;
}

#logo-full {
  left: 19px;
  top: 19px;
  transform: translateX(-25px);
  visibility: hidden;
  width: 101px;
}

#hl-1,
#hl-2,
#hl-3,
#hl-4 {
  align-items: center;
  background: rgba(254, 235, 41, 0.9);
  border-radius: 12px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.27);
  display: flex;
  font-size: 19px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: -0.3px;
  line-height: 20px;
  padding: 7px 28px 7px 18px;
  position: absolute;
  text-align: center;
  transform: scale(0.2);
  transform-origin: right center;
  visibility: hidden;
}

#hl-1 {
  right: 40px;
  top: 150px;
}

#hl-2 {
  right: 36px;
  top: 33px;
}

#hl-3 {
  right: 145px;
  top: 141px;
}

#hl-4 {
  right: 29px;
  top: 101px;
}

#plus-icon {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.27);
  border-radius: 16px;
  height: 32px;
  left: 245px;
  overflow: hidden;
  position: absolute;
  top: 162px;
  transform: scale(0);
  transform-origin: center center;
  width: 32px;
}

#logo-pc {
  left: -5px;
  position: absolute;
  top: 188px;
  transform: translateX(-25px);
  visibility: hidden;
  width: 139px;
}

#end-text-wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  left: 19px;
  letter-spacing: -0.3px;
  position: absolute;
  text-align: left;
  top: 59px;
  transform: translateX(-25px);
  visibility: hidden;
}

#end-hl {
  font-size: 33px;
  font-weight: 800;
  line-height: 33px;
  margin-bottom: 5px;
}

#end-tl {
  font-size: 16px;
  line-height: 21px;
}

#cta {
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #242424;
  border-radius: 18px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  left: 150px;
  letter-spacing: -0.3px;
  line-height: 16px;
  padding: 0px 32px;
  position: absolute;
  text-align: center;
  top: 190px;
  transform: translateX(-25px);
  visibility: hidden;
}

#cta:focus {
  border: 2px solid #3F8DF3;
}

#click-tag {
  border: 1px solid #242424;
  box-sizing: border-box;
  cursor: pointer;
  height: 250px;
  position: absolute;
  width: 300px;
}