@charset "UTF-8";

.floating-banner .asw-image {
  position: fixed;
  bottom: clamp(67px, 56.544px + 2.79vw, 80px);
  right: clamp(15px, 4vw, 48px);
  width: clamp(40px, 40vw, 260px);
  z-index: 999;
}
.floating-banner .asw-image.-max {
  display: none;
}
.floating-banner .close-btn {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cline%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%2210%22%20y2%3D%2210%22%20stroke%3D%22%2300146E%22%20stroke-width%3D%222%22%3E%3C%2Fline%3E%3Cline%20x1%3D%220%22%20y1%3D%2210%22%20x2%3D%2210%22%20y2%3D%220%22%20stroke%3D%22%2300146E%22%20stroke-width%3D%222%22%3E%3C%2Fline%3E%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 2px solid #00146E;
  border-radius: 100%;
  font-size: 0;
  cursor: pointer;
}
[class*="only-show-"], [class*="only-hidden-"] {
  display: none;
}