.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  color: #fff;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.div-block-2 {
  margin-left: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.div-block-2:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.div-block-2:active {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.text-block {
  margin-left: 10px;
}

.div-block-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-right: 20px;
  margin-bottom: 40px;
  border-radius: 50%;
}

.div-block-5:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.div-block-5:active {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding: 5px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 97.3%, 0.5);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}

.button:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.button:active {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #f8f8f8;
  box-shadow: 0 -1px 15px -2px rgba(0, 0, 0, 0.1);
}

.text-block-2 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-block-3 {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.5);
}

.heading-copy {
  margin-top: 0px;
  margin-bottom: 0px;
}

.body {
  background-image: url('../images/beijing.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-copy-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.5);
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 50%;
  background-color: #ff8080;
  box-shadow: 0 6px 6px 1px hsla(0, 100%, 75%, 0.5);
}

.div-block-11 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-12 {
  display: none;
}

.div-block-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-2 {
  margin-right: 140px;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #f8f8f8;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  margin-bottom: 40px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-18 {
  display: none;
  padding: 10px 40px;
  border-radius: 5px;
  background-color: #ff8080;
  box-shadow: 0 6px 13px 0 hsla(0, 100%, 75%, 0.5);
  color: #f8f8f8;
  cursor: pointer;
}

.div-block-18:hover {
  background-color: #ff5959;
  box-shadow: 0 12px 13px 0 hsla(0, 100%, 75%, 0.5);
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lottie-animation {
  display: none;
}

.div-block-20 {
  display: block;
}

.div-block-21 {
  width: 36px;
  height: 36px;
}

.div-block-22 {
  display: none;
  width: 36px;
  height: 36px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    cursor: default;
  }

  .div-block-2:hover {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .div-block-2:active {
    background-color: hsla(0, 0%, 100%, 0.1);
  }

  .div-block-5:hover {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .div-block-5:active {
    background-color: hsla(0, 0%, 100%, 0.1);
  }

  .button {
    cursor: default;
  }

  .button:hover {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .button:active {
    background-color: hsla(0, 0%, 100%, 0.1);
  }

  .div-block-18 {
    cursor: default;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    padding-right: 10px;
  }

  .div-block-3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-4 {
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    margin-left: 0px;
  }

  .div-block-5 {
    margin-bottom: 35px;
  }

  .button {
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button {
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-11 {
    margin-right: 10px;
    margin-left: 10px;
  }
}