body {
  background:#ccc;
  padding:0;
  margin:0;
}

#link{
  width:728px;
  height:90px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:728px;
  height:90px;
  display:box;
  border:1px solid #00AEEF;
  background-color: #00AEEF ;
  box-sizing: border-box;
}

img, svg {
  position: absolute;
}

#all{
  visibility: hidden;
}

#bg-1{
  position: absolute;
  background: rgb(213,244,255);
  background: radial-gradient(ellipse, rgba(213,244,255,1) 0%, rgba(0,174,239,1) 100%);
  width: 728px;
  height: 90px;
}

#bg-2{
  fill:#00AEEF
}

#bg-2{
  position: absolute;
  left: -20px;
  top: -339px;
  width: 768px;
  height: 768px;
}

#bg-3, #bg-4{
  background-color: #00AEEF;
  position: absolute;
  width:728px;
  height:90px;
}

#bg-3{
  left:364px
}

#bg-4{
  top:115px
}

#btn{

  font-family: 'Nunito', sans-serif;

  position: absolute;
  display: block;
  top: 20px;
  left: 625px;
  border-radius: 20px;
  color: white;
  text-align: center;
  line-height: 14px;
  font-weight: 700;
  font-size: 16px;

  padding:10px 15px;

  background: rgb(253,53,1);
  background: linear-gradient(0deg, rgba(253,53,1,1) 0%, rgba(253,144,1,1) 100%);

}

a > #btn{

  box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
  transition: top .2s, box-shadow .1s;
  
}

a:hover > #btn{
    top: 15px;
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.4);
}

a:active > #btn{
    top: 20px;
    box-shadow: 0px 2px 5px 8px rgba(0,0,0,0.3);
}

#img-1{
  position: absolute;
  left: 260px;
  top: 1px;
  height:88px
}

#img-2{
  position: absolute;
  left: 260px;
  top: 1px;
  height: 88px;
}

#img-3{
  position: absolute;
  left: 250px;
  top: 2px;
  height: 84px;
}

.line{
  font-family: 'Nunito', sans-serif;
  color:white;
  font-size: 19px;
  line-height: 22px;
  font-weight: 800;
  width:150px;
  text-align: center;
}

#text-1{
  left:350px;
  top: 22px;
  position: absolute;
}

#text-1 > .line {
  width:300px
}

#text-2{
  left:300px;
  top: 10px;
  position: absolute;
}

#text-2 > .line {
  width:400px
}

#text-3{
  left:300px;
  top: 22px;
  position: absolute;
}

#text-3 > .line {
  width:400px
}

#text-4{
  top: 10px;
  left:320px;
  position: absolute;
}

#text-4 > .line {
  width:300px
}

#logo{
  left: 26px;
  top: 20px;
  width:132px
}



