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

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

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

#bg-wrap {
  height: 90px;
  overflow: hidden;
  position: absolute;
  width: 728px;
}

#bg-hl {
  color: #3F8DF3;
  font-size: 18px;
  font-weight: 700;
  left: 249px;
  letter-spacing: -0.3px;
  line-height: 22px;
  position: absolute;
  top: 4px;
}

#bg-name {
  font-size: 22px;
  font-weight: 700;
  left: 248px;
  letter-spacing: -0.3px;
  line-height: 27px;
  position: absolute;
  top: 24px;
}

#bg-text {
  font-size: 16px;
  font-weight: 400;
  left: 249px;
  letter-spacing: -0.3px;
  line-height: 19px;
  position: absolute;
  top: 51px;
}

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

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

#bg-reviews-text {
  color: #242424;
  font-size: 8px;
  line-height: 14px;
  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: 538px;
  letter-spacing: -0.3px;
  position: absolute;
  top: 27px;
  width: 132px;
}

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

#bg-curtis-wrap {
  border: 1px solid #AAAAA8;
  box-sizing: border-box;
  height: 80px;
  left: 76px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  width: 127px;
}

#bg-curtis {
  height: 80px;
}

#bg-arrow-prev,
#bg-arrow-next {
  align-items: center;
  background: #84B6F7;
  border-radius: 9px;
  display: flex;
  height: 18px;
  justify-content: center;
  position: absolute;
  top: 46px;
  width: 18px;
}

#bg-arrow-prev {
  left: 67px;
}

#bg-arrow-next {
  left: 194px;
  transform: rotate(180deg);
}

.arrow {
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  height: 5px;
  transform: rotate(135deg) translate(-1px, -1px);
  width: 5px;
}

#bg-sold-text {
  color: #242424;
  font-size: 36px;
  font-weight: 800;
  left: 79px;
  opacity: 0;
  position: absolute;
  top: 32px;
  transform: rotate(-22deg);
}

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

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

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

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

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

#logo-full {
  left: 592px;
  top: 6px;
  width: 114px;
}

#end-hl {
  font-size: 24px;
  font-weight: 800;
  left: 46px;
  letter-spacing: -0.3px;
  line-height: 29px;
  position: absolute;
  top: 14px;
  white-space: nowrap;
}

#end-tl {
  font-size: 18px;
  font-weight: 400;
  left: 46px;
  letter-spacing: -0.3px;
  line-height: 22px;
  position: absolute;
  top: 47px;
  white-space: nowrap;
}

#end-cta {
  align-items: center;
  background: #FEEB29;
  border: 2px solid #242424;
  border-radius: 14px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  left: 593px;
  letter-spacing: -0.3px;
  position: absolute;
  top: 38px;
  white-space: nowrap;
  width: 112px;
}

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

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

#end-terms {
  font-size: 8px;
  font-weight: 400;
  left: 593px;
  letter-spacing: -0.3px;
  line-height: 10px;
  position: absolute;
  text-align: center;
  top: 69px;
  white-space: nowrap;
  width: 112px;
}

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