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

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

#banner {
  background: #FEEB29;
  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;
}

#hl-1,
#hl-2 {
  color: #242424;
  font-size: 23px;
  font-weight: 800;
  left: 52px;
  letter-spacing: -0.3px;
  line-height: 28px;
  position: absolute;
  top: 33px;
}

#hl-2 {
  left: 376px;
}

#search-bar {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #9B9797;
  border-radius: 4px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 17px;
  height: 28px;
  left: 177px;
  line-height: 21px;
  padding-left: 9px;
  position: absolute;
  top: 32px;
  width: 188px;
}

#search-icon {
  height: 15px;
  margin-right: 12px;
  width: 15px;
}

#endcard {
  background: #FEEB29;
  height: 90px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 728px;
}

#logo-full {
  font-size: 16px;
  font-weight: 800;
  left: 601px;
  position: absolute;
  top: 14px;
  width: 102px;
}

#end-hl-1,
#end-hl-2 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.3px;
  left: 52px;
  line-height: 34px;
  position: absolute;
  top: 27px;
  transform: translateX(-24px);
  visibility: hidden;
  white-space: nowrap;
}

#end-hl-2 {
  top: 10px;
}

#end-offer {
  font-size: 16px;
  left: 331px;
  letter-spacing: -0.3px;
  line-height: 19px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 9px;
  transform: translateX(-24px);
  visibility: hidden;
  white-space: nowrap;
}

#end-offer li {
  margin-bottom: 7px;
  white-space: nowrap;
}

#end-cta {
  align-items: center;
  background: #FFFFFF;
  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: 596px;
  letter-spacing: -0.3px;
  position: absolute;
  top: 46px;
  white-space: nowrap;
  width: 111px;
}

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

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