.cmp__ass-section-06[data-v-9e1bbaba] {
  padding: 80px 0;
  overflow: hidden;
  background: rgb(250, 250, 250);
}
.cmp__ass-section-06.white[data-v-9e1bbaba] {
  background: #fff;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-06[data-v-9e1bbaba] {
    padding: 64px 0;
}
}
.cmp__ass-section-06 .responsive__layout[data-v-9e1bbaba] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
.cmp__ass-section-06 .responsive__layout[data-v-9e1bbaba] {
    flex-direction: column;
    align-items: center;
    gap: 0;
}
}
@media screen and (max-width: 1100px) {
.cmp__ass-section-06 .r[data-v-9e1bbaba],
  .cmp__ass-section-06 .l[data-v-9e1bbaba] {
    text-align: center;
}
}
.cmp__ass-section-06 .r .qrcode-wrapper[data-v-9e1bbaba] {
  display: none;
}
@media screen and (max-width: 1100px) {
.cmp__ass-section-06 .r .qrcode-wrapper[data-v-9e1bbaba] {
    display: inline-block;
    margin: 48px 0;
    width: 128px;
    height: 128px;
    padding: 14px;
    background-color: #fff;
}
}
.cmp__ass-section-06 .r .qrcode-wrapper .qrcode[data-v-9e1bbaba] {
  width: 100%;
  height: auto;
}
.cmp__ass-section-06-title[data-v-9e1bbaba] {
  font-size: 42px;
  font-weight: 500;
  line-height: 58.8px;
  color: rgba(13, 13, 13, 0.95);
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-06-title[data-v-9e1bbaba] {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    margin-bottom: 18px;
}
}
.cmp__ass-section-06 p[data-v-9e1bbaba] {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.6);
}
.cmp__ass-section-06-desc[data-v-9e1bbaba] {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
.cmp__ass-section-06-desc[data-v-9e1bbaba] {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.cmp__ass-section-06-desc p[data-v-9e1bbaba] {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
}
.cmp__ass-section-06-social-platform[data-v-9e1bbaba] {
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 1100px) {
.cmp__ass-section-06-social-platform[data-v-9e1bbaba] {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
}
.cmp__ass-section-06-qrcode[data-v-9e1bbaba] {
  position: relative;
}
.cmp__ass-section-06-qrcode.active .cmp__ass-section-06-qrcode-popup[data-v-9e1bbaba] {
  opacity: 1;
  visibility: visible;
}
.cmp__ass-section-06-qrcode-popup[data-v-9e1bbaba] {
  position: absolute;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%);
  width: 128px;
  height: 128px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1100px) {
.cmp__ass-section-06-qrcode-popup[data-v-9e1bbaba] {
    display: none !important;
}
}
.cmp__ass-section-06-qrcode-popup-wrapper[data-v-9e1bbaba] {
  padding: 14px;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
.cmp__ass-section-06-qrcode-popup-wrapper[data-v-9e1bbaba]::after {
  content: "";
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 13px solid rgb(255, 255, 255);
  border-radius: 2px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.cmp__ass-section-06-qrcode-popup-wrapper img[data-v-9e1bbaba] {
  width: 100%;
  height: auto;
}
.cmp__ass-section-06-qrcode-icon[data-v-9e1bbaba] {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 6px;
  padding: 6px 12px;
  gap: 12px;
  cursor: pointer;
}
.cmp__ass-section-06-qrcode-icon img[data-v-9e1bbaba] {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
.cmp__ass-section-06-qrcode-icon img[data-v-9e1bbaba] {
    width: 15px;
    height: 15px;
}
}
.cmp__ass-section-06-qrcode-icon span[data-v-9e1bbaba] {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
}
@media screen and (max-width: 767px) {
.cmp__ass-section-06-qrcode-icon span[data-v-9e1bbaba] {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
}
}