<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: linear-gradient(202.25deg, #01021e 29.98%, #1d72a7 100%);
  padding: 20px;
  border: 1px solid #7dccff;
  border-radius: 16px;
}

.logo {
  width: 125px;
}

.top {
  display: block !important;
}

.top,
.item {
  padding-top: 20px;
}

.select {
  border: 5px solid #7dccff;
  box-shadow: 0px 4px 21.4px 12px #7dccff4d;
}

.label {
  display: none;
  position: relative;
  top: 0px;
  transform: translateY(60%);
  text-align: center;
  background-color: #7dccff;
  margin: 0 auto;
  margin-top: -20px;
  padding: 6px 18px;
  border-radius: 50px;
  color: #1d1d1d;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1.7%;
  vertical-align: middle;
}

.before {
  border: 5px solid #7dccff;
  box-shadow: 0px 4px 21.4px 12px #7dccff4d;
}

.item-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.first-item-lofo-payment {
  align-items: center;
}

.star {
  background-image: url('data:image/svg+xml,&lt;svg width="25" height="20" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M12.25 15.0667L15.53 17.4533C16.05 17.84 16.7567 17.32 16.5567 16.7067L15.3033 12.8533L18.5433 10.5467C19.0767 10.1733 18.81 9.33335 18.1567 9.33335H14.1833L12.89 5.30668C12.69 4.69335 11.8233 4.69335 11.6233 5.30668L10.3167 9.33335H6.34334C5.69 9.33335 5.42334 10.1733 5.95667 10.5467L9.19667 12.8533L7.94334 16.7067C7.74334 17.32 8.45 17.8267 8.97 17.4533L12.25 15.0667Z" fill="%23FF8800"/&gt;&lt;/svg&gt;');
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  width: 25px;
  height: 25px;
  margin: 0 -3px;
}

.rate {
  align-content: center;
  justify-content: center;
  /* margin-top: 20px; */
}

.rate h3 {
  margin: 0;
}

.payment {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 6px;
  grid-row-gap: 4px;
  /* margin-top: 20px; */
}

.payment-item {
  display: none;
  width: auto;
  height: 24px;
}

.payment-item:nth-child(-n + 5),
.payment-all .payment-item {
  display: block !important;
}

.payment-all .count {
  display: none !important;
}

.count {
  margin-top: 4px;
}

.count::before {
  content: '+';
}

.info {
  text-wrap: nowrap;
  margin: 0 30px;
  text-align: left;
}

.info-content {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.info-icon {
  width: 22px;
  height: 22px;
  align-self: center;
  margin-left: 1rem;
}

.info-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.info-line div {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

.info-line:nth-child(2) div {
  font-weight: 900;
}

.info a {
  background: #7dccff;
  box-shadow: 0px 0px 4px 0px #5700ff40;
  width: 80%;
  height: 32px;
  border-radius: 64px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  border: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -1.7%;
  vertical-align: middle;
  color: #1d1d1d;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info div {
  font-weight: 500;
  font-size: 18px;
  height: auto;
  margin: auto 0;
}

.info-span-special {
  align-items: center;
  gap: 8px;
  margin-left: 20px;
}

.bold {
  font-weight: 700;
  font-size: 28px;
}

.first-item-col {
  gap: 8px;
}

@media (min-width: 730px) {
  .first-item-col {
    /* flex-direction: row;
  align-items: start; */
  }
}

@media (min-width: 1100px) {
  .item {
    align-items: center;
  }

  .first-item-lofo-payment {
    flex-direction: row;
    gap: 30px;
    align-items: start;
  }

  .item-col {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }

  .logo {
    max-width: 140px;
  }
}

@media (max-width: 600px) {
  .info-content {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
  }
  .info-icon {
    width: 22px;
    height: 22px;
    margin-bottom: 0;
  }
  .info-lines {
    align-items: center;
    gap: 6px;
    width: 100%;
  }
  .info-line div {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
  .info a {
    width: 100%;
    font-size: 14px;
    padding: 12px 0.25rem;
    margin-top: 10px;
  }
  .item {
    padding: 20px 14px 14px 14px;
  }
}
</pre></body></html>