<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --body: #292c35;
  --black: #ffffff;
  --white: #161616;
  --theme: #7444FD;
  --theme2: #F9F3EF;
  --theme3: #FAF8FF;
  --title: #f2f4fd;
  --header: #282C32;
  --orange: #3759e0;
  --text: #858585;
  --text2: #cbcbcb;
  --border: #E6E6E6;
  --border-2: #F1F1F1;
  --border-3: #D8D8D8;
  --border-4: #E0E0E0;
  --border-5: #565656;
  --bg-1: #161921;
  --bg-2: #F6F7FF;
}
.text-dark {
    color: var(--title) !important;
}
.intro-wrapper.style1 {
    position: relative;
    border-radius: 50px;
    background: rgba(116, 68, 253, 0.06);
    margin-top: 40px;
}
.advantage-wrapper.style1 {
    border-radius: 50px;
    background: rgba(116, 68, 253, 0.06) !important;
}
.about-wrapper.style1 .about-thumb .absolute-thumb {
    display: none;
}
.counter-box.style1 .counter .counter-number, .counter-box.style1 .counter .plus, .counter-box.style1 .text, .section-title .section-desc, .footer-bottom.style1 .footer-wrapper p, .theme-btn {
    color: var(--black) !important;
}
.theme-btn:hover {
    color: var(--white) !important;
}
.faq-content.style1 .accordion-item .accordion-header .accordion-button {
    color: var(--white) !important;
}
.footer-bottom, .footer-bottom.style1 .footer-wrapper {
    border-top: 0px !important;
}
.about-wrapper.style1 .about-thumb .bg {
    border-radius: 50px !important;
    background: rgba(116, 68, 253, 0.16) !important;
}</pre></body></html>