/* 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 {
  height: 250px;
  overflow: hidden;
  position: absolute;
  width: 300px;
}

#bg-hl {
  color: #3F8DF3;
  font-size: 28px;
  font-weight: 700;
  left: 141px;
  letter-spacing: -0.3px;
  line-height: 26px;
  position: absolute;
  top: 12px;
}

#bg-name {
  font-size: 21px;
  font-weight: 700;
  left: 141px;
  letter-spacing: -0.3px;
  line-height: 24px;
  position: absolute;
  top: 73px;
}

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

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

#bg-reviews-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 141px;
  position: absolute;
  top: 160px;
}

#bg-reviews-stars {
  color: #3F8DF3;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 15px;
}

#bg-reviews-text {
  color: #242424;
  font-size: 8px;
  line-height: 15px;
  margin: 2px 0 0 3px;
}

#bg-cta {
  align-items: center;
  background: #3F8DF3;
  border-radius: 7px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  left: 141px;
  letter-spacing: -0.3px;
  position: absolute;
  top: 195px;
  width: 130px;
}

#bg-curtis-bg {
  background: #E9E9E9;
  height: 226px;
  left: 14px;
  position: absolute;
  top: 12px;
  width: 104px;
}

#bg-sale-circle {
  align-items: center;
  background: #3F8DF3;
  border-radius: 25px;
  color: #FFFFFF;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  height: 49px;
  justify-content: center;
  left: 83px;
  letter-spacing: -0.2px;
  line-height: 18px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  width: 49px;
}

#bg-curtis-wrap {
  height: 218px;
  left: 18px;
  overflow: hidden;
  position: absolute;
  top: 18px;
  width: 182px;
}

#bg-curtis {
  height: 219px;
  transform: translateX(-364px);
}

#bg-sold-text {
  color: #242424;
  font-size: 34px;
  font-weight: 800;
  left: 21px;
  position: absolute;
  top: 98px;
  transform: rotate(-22deg);
  visibility: hidden;
}

#bg-cursor {
  left: -30px;
  position: absolute;
  top: 0;
  transform-origin: top left;
  width: 30px;
}

#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;
}

#endcard {
  border-radius: 0 15px 0 0;
}

#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: 26px;
  left: 23px;
  width: 109px;
}

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

#end-tl {
  bottom: 100px;
  font-size: 21px;
  font-weight: 400;
  left: 24px;
  letter-spacing: -0.3px;
  line-height: 25px;
  position: absolute;
  white-space: nowrap;
}

#end-cta {
  align-items: center;
  background: #FEEB29;
  border: 2px solid #242424;
  border-radius: 19px;
  bottom: 22px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  left: 145px;
  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: 8px;
  font-size: 9px;
  font-weight: 400;
  left: 145px;
  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;
}