#cloud-area-container {
  background-image: linear-gradient(109.6deg, #00a1b0 11.2%, #004c56 91.1%);
  overflow: hidden;
}
#cloud-area-container #tagline-container {
  padding-top: 31px;
}
#cloud-area-container #tagline-container #tagline #tagline-icon {
  width: 200px;
  height: 45px;
  margin: 0 auto;
}
#cloud-area-container #tagline-container #tagline #tagline-text {
  font-size: 2.5rem;
  line-height: 1.225;
  font-weight: 600;
  letter-spacing: 0.004em;
  margin: 0 auto;
  margin-top: 6px;
  max-width: 600px;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 30px 0 30px;
}
#cloud-area-container #cloud-area {
  overflow: hidden;
}
#cloud-area-container #cloud-area #cloud-area-clouds-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#cloud-area-container #cloud-area #cloud-area-clouds-container .cloud-area-clouds {
  width: 600px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#cloud-area-container .marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  height: 107px;
  width: 2884px;
}
#cloud-area-container .marquee img {
  display: inline-block;
  width: 1442px;
  height: 107px;
  position: absolute;
}
#cloud-area-container .marquee.marqueeslow img {
  -webkit-animation: marquee 60s linear infinite;
          animation: marquee 60s linear infinite;
}
#cloud-area-container .marquee.marqueeslower img {
  -webkit-animation: marquee 90s linear infinite;
          animation: marquee 90s linear infinite;
}
#cloud-area-container .marquee.marqueeslowest img {
  -webkit-animation: marquee 120s linear infinite;
          animation: marquee 120s linear infinite;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}/*# sourceMappingURL=brand-functions.css.map */