<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* modal css start*/
.modal *,
.modal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 25;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all 250ms;
  overflow-x: hidden;
}
.modal-close-button {
  position: absolute;
  z-index: 3;
  top: -20px;
  right: -20px;
  background: url(../images/popup-close.svg);
  background-size: contain;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.modal-show {
  opacity: 1;
  visibility: visible;
  transition: all 500ms;
}
.modal-content {
  border-radius: 12px;
  text-align: center;
  position: relative;
  width: 90%;
  max-width: 1245px;
  height: auto;
  margin: auto;
  background: white;
  padding-bottom: 96px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.modal h2 {
  font-size: 40px;
  font-weight: 700;
}

.modal .large {
  font-size: 28px;
  font-weight: 600;
  margin-top: 16px;
}
@media (max-width: 750px) {
  .modal-content {
    padding: 20px;
    padding-bottom: 0.8rem;
    padding-left: 0.32rem;
    padding-right: 0.32rem;
  }
}

[data-modal-case] .modal-content {
  background: linear-gradient(
    134deg,
    rgba(138, 185, 255, 0.96) 23.17%,
    rgba(184, 184, 255, 0.96) 100%
  );
  color: #fff;
}
[data-modal-case] div.block-center {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
[data-modal-case] .col-2 {
  position: relative;
}
[data-modal-case] .border {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 32px;
}
[data-modal-case] .pill {
  font-size: 1em;
}
[data-modal-success] img {
  margin-bottom: 35px;
}

[data-modal-success] {
  color: #252526;
}

[data-modal-success] .modal-coin-mobile {
  display: none;
}

.modal .modal-coin1 {
  left: 0;
  top: 80px;
}

.modal .modal-coin2 {
  right: 0;
  top: 87px;
}

.modal a,
.modal button {
  cursor: pointer;
}

.modal .modal-br-mobile {
  display: none;
}
[data-modal-success] .btn {
  max-width: 440px;
  background: #635af0;
  border-radius: 8px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1181px) {
  [data-modal-case] div.border {
    width: 46%;
  }
  [data-modal-case] .plus-sign-modal {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 40px;
    top: calc(50% - 34px);
    left: calc(50% - 25px);
  }
}
@media (max-width: 1180px) {
  [data-modal-case] .plus-sign-modal {
    margin-top: -16px;
    margin-bottom: 10px;
  }
}

.modal-bg-mobile {
  display: none;
}

[data-modal-success] .modal-content {
  padding-top: 0;
}

[data-modal-success] .btn {
  margin-top: 48px;
  margin-bottom: 16px;
  width: 100%;
  max-width: 440px;
}
[data-modal-success] .risk-warning {
  font-size: 14px;
}

.modal .btn.cta_chat {
  display: none;
}

.modal-bottom {
  margin-top: 32px;
}

.modal-bottom p {
  font-size: 18px;
}

.modal-bottom p b {
  font-weight: 600;
  color: #5d4fe9;
}

.modal-bottom p {
  margin-bottom: 8px;
}

.done-button {
  width: 2.4rem;
  height: 0.52rem;
  border-radius: 8px;
  background: linear-gradient(92deg, #594ce7 0.92%, #9079f9 98.85%);
  font-size: 20px;
  color: white;
  font-weight: 700;
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
@media (max-width: 750px) {
  .modal-bg-container {
    margin-left: -0.32rem;
    margin-right: -0.32rem;
  }
  .modal-bg-pc {
    display: none;
  }
  .modal-bg-mobile {
    display: block;
    width: 100%;
  }
  .modal h2 {
    font-size: 0.72rem;
  }
  .modal .large {
    font-size: 0.48rem;
  }
  .modal-bottom p {
    font-size: 0.36rem;
    font-weight: 500;
  }
  .done-button {
    height: 1.04rem;
    font-size: 0.32rem;
    width: 100%;
  }
}

.modal .modal-coin {
  position: absolute;
}

.modal .trustpilot-widget {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.btn {
  border: none;
  cursor: pointer;
  font-family: inherit;
}
/* modal css end*/
</pre></body></html>