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

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

#bg-curtis-1-wrap {
  box-sizing: border-box;
  height: 327px;
  left: -20px;
  overflow: hidden;
  position: absolute;
  top: 3px;
  width: 272px;
}

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

#bg-curtis-2-wrap {
  box-sizing: border-box;
  height: 222px;
  left: 14px;
  overflow: hidden;
  position: absolute;
  top: 14px;
  visibility: hidden;
  width: 116px;
}

#bg-curtis-2 {
  left: 0;
  position: absolute;
  top: 0;
  width: 116px;
}

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

#hl-1,
#hl-2 {
  font-size: 26px;
  font-weight: 800;
  left: 145px;
  letter-spacing: -0.3px;
  line-height: 28px;
  position: absolute;
  top: 50px;
}

#hl-2 {
  left: 120px;
  visibility: hidden;
}

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

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

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

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

#bg-hl {
  color: #3F8DF3;
  font-size: 34px;
  font-weight: 700;
  left: 140px;
  letter-spacing: -0.3px;
  line-height: 34px;
  position: absolute;
  top: 46px;
  visibility: hidden;
}

#bg-name {
  font-size: 21px;
  font-weight: 700;
  left: 140px;
  letter-spacing: -0.3px;
  line-height: 25px;
  position: absolute;
  top: 123px;
  visibility: hidden;
}

#bg-text-1,
#bg-text-2 {
  font-size: 14px;
  font-weight: 700;
  left: 140px;
  letter-spacing: -0.3px;
  line-height: 17px;
  position: absolute;
  top: 151px;
  visibility: hidden;
}

#bg-text-2 {
  font-weight: 400;
  top: 171px;
}

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

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

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

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

#logo-full {
  bottom: 184px;
  left: 22px;
  width: 150px;
}

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

#end-cta {
  align-items: center;
  background: #FEEB29;
  border: 2px solid #242424;
  border-radius: 18px;
  bottom: 34px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  left: 22px;
  letter-spacing: -0.3px;
  position: absolute;
  white-space: nowrap;
  width: 132px;
}

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

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

#end-terms {
  bottom: 18px;
  font-size: 9px;
  font-weight: 400;
  left: 24px;
  letter-spacing: -0.3px;
  line-height: 11px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  width: 132px;
}

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