body.webview-body header,
body.webview-body footer,
body.webview-body section.notice,
body.webview-body .grecaptcha-badge,
body.webview-body section.breadcrumb {
  display: none !important;
}
body.webview-body .mfp-wrap {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
body.webview-body .mfp-wrap .btn {
  background-color: #3d66dd !important;
  color: #ffffff;
}
body.webview-body .mfp-wrap .com-popup .popup-wrapper .popup-facts .row .col-l {
  padding-top: 48px;
}
body.webview-body div.main {
  padding-top: 0 !important;
}
body.webview-body section.tab-nav {
  top: 0;
}
body.webview-body .kv .swiper-container .swiper-wrapper .swiper-slide .bg {
  height: 200px;
}
body.webview-body .kv .swiper-container .swiper-wrapper .swiper-slide .content {
  display: none;
}
body.webview-body .webview-back-to-top-button {
  text-align: center;
  padding-bottom: 40px;
}
body.webview-body .webview-back-to-top-button button {
  background-color: rgb(78, 118, 240);
  color: #fff;
  border-radius: 500px;
  padding: 14px 22px;
  font-size: 1.125rem;
}
body.webview-body section.cta {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 4;
  background-color: rgb(78, 118, 240);
}
body.webview-body section.cta .floating-btn {
  padding: 8px;
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  width: initial;
  transform: none;
  display: flex;
  background-color: transparent;
  align-items: baseline;
  justify-content: space-between;
}
body.webview-body section.cta .floating-btn > a {
  text-shadow: none !important;
  flex: 0 0 33.3333333333%;
  margin: initial !important;
  height: initial;
  display: block;
}
body.webview-body section.cta .floating-btn > a:nth-child(1)::before {
  background-image: url("./webview-cta1-m.svg");
}
body.webview-body section.cta .floating-btn > a:nth-child(2)::before {
  background-image: url("./webview-cta2-m.svg");
}
body.webview-body section.cta .floating-btn > a:nth-child(3)::before {
  background-image: url("./webview-cta3-m.svg");
}
body.webview-body section.cta .floating-btn > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 6px;
}
body.webview-body section.cta .floating-btn > a > .wrapper {
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  transform: none;
  width: initial;
  height: initial;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 65px;
  margin: auto;
}
body.webview-body section.cta .floating-btn > a > .wrapper > span {
  position: relative;
  width: initial;
  height: initial;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
}/*# sourceMappingURL=webview.css.map */