.container-bg {
  background: #fff url(/wp-content/plugins/woocommerce/assets/img/cb_tea_top.png) no-repeat fixed;
  background-size: cover;
  position: relative;
}
.container-bg .bg-text {
  color: #fff;
  font-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-main {
  /*text-align: center;

    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .3s;*/
}
.page-main .page-title {
  font-weight: 500;
  color: #fff;
  font-size: 32px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.media-container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 200px 0 100px 0;
}
.media-container .video-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.media-container .video-wrap video {
  height: 100%;
  display: block;
}
.media-container .message-wrap {
  width: 1200px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  padding: 20px 120px;
  border-radius: 40px;
}
.message-container {
  color: #fff;
}
.message-container .side {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.message-container .side .left-side {
  width: calc(50% - 30px);
}
.message-container .side .right-side {
  width: calc(50% - 30px);
}
.message-container .side .head {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.message-container .side .head .title {
  font-size: 24px;
}
.message-container .side .head .desc {
  font-size: 14px;
  margin-top: 20px;
}
.message-container .side .body .fqa {
  font-size: 16px;
}
.message-container .side .body .fqa li {
  margin-bottom: 30px;
  overflow: hidden;
}
.message-container .side .body .fqa li .question {
  font-size: 16px;
}
.message-container .side .body .fqa li .answers {
  padding-top: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 30px;
}
.message-container .side .body .fqa li.show {
  height: calc(20px + var(--_height));
}
.message-container .side .body .fqa li.show .answers {
  opacity: 1;
}
.message-container .side .body .form-main .form-group {
  display: flex;
  margin-bottom: 48px;
}
.message-container .side .body .form-main .form-group label {
  font-size: 14px;
  width: 80px;
  padding-top: 10px;
}
.message-container .side .body .form-main .form-group .form-control {
  width: 370px;
  height: 40px;
  border: 1px solid #fff;
  flex-shrink: 0;
  padding: 0 12px;
  background-color: transparent;
  color: #fff;
  border-radius: 6px;
}
.message-container .side .body .form-main .form-group .form-control::placeholder {
  color: #fff;
}
.message-container .side .body .form-main .form-group .form-textarea {
  height: 123px;
  padding: 10px 26px;
}
.message-container .side .body .form-main .form-group .form-btn {
  width: 100%;
  height: 48px;
  background: #C1C1C1;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 48px;
}
.message-container .side .body .form-main .form-group .activate-btn {
  background: #000;
  color: #fff;
}
