.columns[data-v-cb891f4c] {
  padding: 20px;
  column-width: 100px;
  -moz-column-width: 100px;
  /* Firefox */
  -webkit-column-width: 100px;
  /* Safari and Chrome */
}
.column[data-v-cb891f4c] {
  position: relative;
}
.column .box[data-v-cb891f4c] {
  color: #fff;
}
.column .box .title[data-v-cb891f4c] {
  color: #fff;
}
.app-content[data-v-cb891f4c] {
  width: 80%;
  margin: 0 auto;
  height: 30%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-header[data-v-cb891f4c] {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}
.app-download-container[data-v-cb891f4c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  width: 70%;
  padding-top: 10px;
  margin-top: 120px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.app-download-title[data-v-cb891f4c] {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto;
}
.app-download-down[data-v-cb891f4c] {
  margin-top: 14px;
}
.app-download-item[data-v-cb891f4c] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180px;
  margin-bottom: 50px;
  cursor: pointer;
}
.item-platform[data-v-cb891f4c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 135px;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f5f8;
  border-radius: 50%;
}
.item-platform[data-v-cb891f4c]:hover {
  background-image: "/static/images/platform/cloud_download.png";
}
.main-container[data-v-cb891f4c] {
  border-radius: 4px;
  min-width: 1100px;
  width: 100%;
  padding: 20px;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  overflow: auto;
  left: 0;
  margin-bottom: 0;
  position: relative;
  margin-top: 50px;
  height: calc(100vh - 100px);
  -webkit-box-shadow: 0 4px 32px 0 rgba(88, 88, 88, 0.1);
          box-shadow: 0 4px 32px 0 rgba(88, 88, 88, 0.1);
}
.buttons-group[data-v-cb891f4c] {
  margin: 0 auto;
  width: 100%;
  height: 80px;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
footer[data-v-cb891f4c] {
  height: 100px;
  margin: 20px 0px 20px 0px;
  background-color: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap/wrap-reverse;
      flex-wrap: wrap/wrap-reverse;
}
.foot-container .content.has-text-centered section[data-v-cb891f4c] {
  text-align: center;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap/wrap-reverse;
      flex-wrap: wrap/wrap-reverse;
  align-items: center;
}
.foot-container .content.has-text-centered img[data-v-cb891f4c] {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 13px;
}
