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

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

#banner {
  background: #FFFFFF;
  color: #242424;
  height: 600px;
  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;
}

#endcard {
  background: #FEEB29;
  bottom: 0;
  border-radius: 32px 0 0 0;
  height: 394px;
  position: absolute;
  right: 0;
  width: 299px;
}

#logo-full {
  font-size: 16px;
  font-weight: 800;
  left: 24px;
  position: absolute;
  top: 226px;
  width: 158px;
}

#hl-1,
#hl-2,
#hl-3,
#hl-4 {
  font-size: 36px;
  font-weight: 800;
  left: 26px;
  letter-spacing: -0.3px;
  line-height: 45px;
  position: absolute;
  top: 330px;
  transform: translateX(25px);
  visibility: hidden;
}

#plus-icon {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.27);
  border-radius: 24px;
  height: 48px;
  left: 134px;
  overflow: hidden;
  position: absolute;
  top: 312px;
  width: 48px;
}

#logo-pc {
  left: 28px;
  position: absolute;
  top: 0;
  transform: translateY(-174px);
  visibility: hidden;
  width: 244px;
}

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

#end-hl {
  font-size: 42px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 12px;
}

#end-tl {
  font-size: 20px;
  line-height: 23px;
}

#cta {
  align-items: center;
  background: #FFFFFF;
  border: 3px solid #242424;
  border-radius: 22px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  left: 26px;
  letter-spacing: -0.3px;
  line-height: 18px;
  padding: 0px 42px;
  position: absolute;
  text-align: center;
  top: 468px;
}

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

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