@font-face {
  font-family: "CharlesModern-Cond";
  src: url("CharlesModern-Cond.ttf");
}

@font-face {
  font-family: "CharlesModern-CondBold";
  src: url("CharlesModern-CondBold.ttf");
}

@font-face {
  font-family: "CharlesModern-Light";
  src: url("CharlesModern-Light.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: CharlesModern-Light;
}

#wrapper {
  position: absolute;
  width: 728px;
  height: 90px;
  overflow: hidden;
  border: 1px solid black;
  padding: 4px;
  display: none;
  z-index: 99;
  cursor: pointer;
}

#logo img {
  width: 100%;
}

#innerBg2,
#innerBg3,
#innerBg4 {
  position: relative;
  left: 735px;
}

#innerBg1 {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f7a800;
}

#innerBg2 {
  width: 100%;
  height: 102%;
  background-color: #64ccc9;
  top: -81px;
}

#innerBg3 {
  width: 100%;
  height: 103%;
  background-color: #4ec1e0;
  top: -163px;
}

#innerBg4 {
  position: absolute;
  width: 100%;
  height: 105%;
  background-color: #ffffff;
  top: 0px;
}

#whiteBarRight {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
  background-color: white;
  z-index: 1;
}

#frame1copy_1,
#frame1copy_2,
#frame1copy_3 {
  letter-spacing: -1px;
  font-size: 31px;
  color: white;
}

#frame1copy_1 {
  position: absolute;
  left: 15px;
  top: 8px;
}

#frame1copy_2 {
  position: absolute;
  left: 74px;
  top: 41px;
}

#frame1copy_3 {
  position: absolute;
  left: 349px;
  top: 41px;
}

#blankLine {
  position: absolute;
  width: 124px;
  height: 63px;
  border: 1px solid white;
  border-left: none;
  border-right: none;
  border-top: none;
  top: 8px;
  left: 219px;
  overflow: hidden;
}

#divLine {
  position: absolute;
  height: 50px;
  border: 1px solid gray;
  border-right: none;
  top: 15px;
  left: 254.5px;
}

#frame2copy_headline {
  position: absolute;
  font-family: CharlesModern-CondBold;
  font-size: 22.5px;
  text-align: center;
  color: #009cdc;
  width: 190px;
  top: 13px;
  left: 29px;
  letter-spacing: 0px;
}

#frame2copy_body {
  position: absolute;
  font-family: CharlesModern-Cond;
  font-size: 13px;
  line-height: 15px;
  color: #26aee4;
  text-align: center;
  top: 60px;
  left: 272px;
  width: 180px;
}

#frame2copy_body sup{
  font-family: 'CharlesModern-CondBold';
  font-size: 6px;
  vertical-align: top;
  position: relative;
  top: -4px;
  left: -3px;
}

#cta_copy {
  position: absolute;
  background-color: #009cdc;
  border: none;
  color: white;
  padding: 6px 9px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  letter-spacing: -0.2px;
  top: 90px;
  left: 464px;
}

#carouselBox{
  position: absolute;
  top: 0px;
  right: -4px;
  overflow: hidden;
  width: 323px;
  height: 134px;
  padding: 1px;
  mask: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 100%);
  z-index: 2;
}

#carousel {
  top: 11px;
  height: 64%;
  left: -20px;
  width: 78%;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
  width: 15%;
  margin: 0;
  padding: 0;
  position: relative;
  flex-shrink: 0;
  color: black;
  font-size: 21px;
  cursor: pointer;
  flex-basis: 15%;
}

.hero {
  width: 100%;
  overflow: hidden;
}

.box img {
  width: 100%;
}

#frame1img img,
#frame2img img,
#frame3img img {
  width: 90%;
  position: absolute;
  top: 90px;
  left: 6px;
}