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

body {
  font-family: 'Inter', Helvetica, 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-wrap {
  background: #E9E9E9;
  height: 600px;
  overflow: hidden;
  position: absolute;
  width: 300px;
}

#bg-cindy-1-wrap {
  box-sizing: border-box;
  height: 563px;
  left: -58px;
  overflow: hidden;
  position: absolute;
  top: 122px;
  width: 400px;
}

#bg-cindy-1 {
  width: 100%;
}

#bg-cindy-2-wrap {
  box-sizing: border-box;
  height: 260px;
  left: 20px;
  overflow: hidden;
  position: absolute;
  top: 153px;
  visibility: hidden;
  width: 260px;
}

#bg-cindy-2 {
  left: 0;
  position: absolute;
  top: 0;
  width: 260px;
}

#sold-text {
  color: #FFFFFF;
  font-size: 80px;
  font-weight: 800;
  left: 20px;
  line-height: 97px;
  opacity: 0;
  position: absolute;
  top: 86px;
  transform: rotate(-22deg);
}

#hl-1,
#hl-2 {
  font-size: 29px;
  font-weight: 800;
  left: 0;
  letter-spacing: -0.3px;
  line-height: 29px;
  position: absolute;
  text-align: center;
  top: 45px;
  width: 300px;
}

#hl-2 {
  visibility: hidden;
}

#bg-mask-top {
  background: #FFFFFF;
  height: 153px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-153px);
  width: 300px;
}

#bg-mask-right {
  background: #FFFFFF;
  height: 600px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(20px);
  width: 20px;
}

#bg-mask-bottom {
  background: #FFFFFF;
  bottom: 0;
  height: 187px;
  left: 0;
  position: absolute;
  transform: translateY(187px);
  width: 300px;
}

#bg-mask-left {
  background: #FFFFFF;
  height: 600px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-20px);
  width: 20px;
}

#bg-hl {
  color: #3F8DF3;
  font-size: 54px;
  font-weight: 700;
  left: 0;
  letter-spacing: -0.3px;
  line-height: 54px;
  position: absolute;
  text-align: center;
  top: 25px;
  visibility: hidden;
  width: 300px;
}

#bg-name {
  font-size: 30px;
  font-weight: 700;
  left: 0;
  letter-spacing: -0.3px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  top: 429px;
  visibility: hidden;
  width: 300px;
}

#bg-text-1,
#bg-text-2 {
  font-size: 22px;
  font-weight: 700;
  left: 0;
  letter-spacing: -0.3px;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 468px;
  visibility: hidden;
  width: 300px;
}

#bg-text-2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  top: 499px;
}

#greyout {
  background: #AAAAA5;
  height: 600px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 300px;
}

#logo-checkmark-wrap,
#endcard {
  background: #F9F8F6;
  border-radius: 0 18px 0 0;
  bottom: 0;
  height: 52px;
  left: 0;
  overflow: hidden;
  position: absolute;
  transform-origin: bottom left;
  width: 52px;
}

#logo-checkmark-wrap {
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
  will-change: filter;
}

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

#logo-full {
  bottom: 514px;
  left: 29px;
  width: 150px;
}

#end-hl {
  bottom: 284px;
  font-size: 33px;
  font-weight: 800;
  left: 30px;
  letter-spacing: -0.3px;
  line-height: 42px;
  position: absolute;
  white-space: nowrap;
}

#end-cta {
  align-items: center;
  background: #FEEB29;
  border: 3px solid #242424;
  border-radius: 22px;
  bottom: 142px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  left: 29px;
  letter-spacing: -0.3px;
  position: absolute;
  white-space: nowrap;
  width: 160px;
}

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

#end-cta-text {
  margin: 0 0 0 3px;
}

#end-terms {
  bottom: 122px;
  font-size: 11px;
  font-weight: 400;
  left: 29px;
  letter-spacing: -0.3px;
  line-height: 13px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  width: 160px;
}

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