.mobileconf2022-thumbnail {
  z-index: 3;
  display: none;
  position: absolute;
}

.mobileconf2022-parent {
  z-index: 999999;
  position: fixed;
  inset: auto 20px 20px auto;
  width: min(490px, calc(100vw - 40px));
  max-width: calc(100vw - 40px);
  transform: translateX(110%);
  transition: 0s all cubic-bezier(.23, 1, .32, 1);
}

.mobileconf2022-parent.js-mobileconf2022-parent {
  max-width: none;
  display: block;
}

.mobileconf2022-parent.js-mobileconf2022-parent.d-none {
  display: block;
}

.mobileconf2022-parent.hide {
  display: none;
}

.mobileconf2022-parent.smoothanimate {
  transition: 0.5s all cubic-bezier(.23, 1, .32, 1);
}

.mobileconf2022-parent.awake {
  transition: 0.5s all cubic-bezier(.23, 1, .32, 1);
  transform: translateX(0%);
}

.image-57 {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.link-block-42 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px -10px #00000080;
}

.link-block-42.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.mobileconf-2022-close-parent {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  inset: 0 0 auto auto;
}

.mobileconf-2022-close-parent.js-mobileconf-btn,
.image-parent {
  display: block;
}

.div-block-403 {
  z-index: 2;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.mobileconf-2022-close-parent {
  cursor: pointer !important;
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #000 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  line-height: 1 !important;
}

.mobileconf-2022-close-parent img {
  width: 14px !important;
  height: 14px !important;
  object-fit: contain !important;
  display: block !important;
}

@media screen and (min-width: 768px) {
  .mobileconf2022-parent.smoothanimate:hover,
  .mobileconf2022-parent.smoothanimate:focus {
    bottom: 25px;
  }
}

@media screen and (max-width: 479px) {
  .mobileconf2022-parent.js-mobileconf2022-parent {
    bottom: 10px;
    right: 10px;
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
  }
}
