/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-hzj00pc8fq] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-hzj00pc8fq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/ContactForm.razor.rz.scp.css */
.avatar-sm[b-cqtmm9dc9t] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

#contact-form[b-cqtmm9dc9t] {
    max-width: 480px;
    margin: auto;
    font-size: 0.8rem;
}

/* /Components/Pages/Home.razor.rz.scp.css */
.lee-img[b-tu4gxg4p8c] {
    
 
    width: 8rem;
    height: 8rem;
}


.white-popup[b-tu4gxg4p8c] {
    background: #FFF;
    width: auto;
    max-width: 340px;
    background-image: url(/img/all-set.jpg);
    background-repeat: no-repeat;
    background-position: top 30px right 15px
}

@media (min-width: 768px) {
    .white-popup[b-tu4gxg4p8c] {
        background-position: top 20px right 20px
    }
}
/* /Components/Pages/Sections/BannerCTA.razor.rz.scp.css */
section[b-ebgathoc5i] {
    /* background: linear-gradient( to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, #223440 100% ), linear-gradient( rgba(0,0,0,.5), rgba(0,0,0,.5) ), url("/img/bg/bg-orange-blue.png") center/cover no-repeat; */
}
/* /Components/Pages/Sections/FAQs.razor.rz.scp.css */
/* /Components/Pages/Sections/Footer.razor.rz.scp.css */
.footer-links ul > li > a[b-buofc5zo1o] {
    color: silver;
    text-decoration: none;
    line-height: 2rem;
}


section[b-buofc5zo1o] {
    color: white;
    background: linear-gradient( to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, #223440 100% ), linear-gradient( rgba(0,0,0,.5), rgba(0,0,0,.5) ), url("/img/bg/bg-dark-dual-1-3840.png") center no-repeat;
}
/* /Components/Pages/Sections/Hero.razor.rz.scp.css */
section[b-e1k794nhec] {
    color: white;
    /* background: radial-gradient(900px circle at 15% 20%, rgba(68,183,201,0.18), transparent 60%), radial-gradient(900px circle at 85% 25%, rgba(0,119,158,0.20), transparent 55%), radial-gradient(900px circle at 92% 50%, rgba(255,120,50,0.28), transparent 58%), linear-gradient(160deg, rgba(255,120,50,0.30) 0%, rgba(255,120,50,0.18) 26%, transparent 52%), linear-gradient(135deg, #06080B 0%, #071A24 45%, #062B33 100%); */
    background: linear-gradient( to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, #223440 100% ), linear-gradient( rgba(0,0,0,.5), rgba(0,0,0,.5) ), 
    url("/img/bg/bg-dark-dual-3-3840.png")  center no-repeat;
}


.desktop-glow[b-e1k794nhec]::before{
    content:"";
    position:absolute;
    inset:-18px;
    border-radius:24px;
    background:rgba(0, 255, 255, 0.55);
    filter:blur(26px);
    z-index:0;
  }
  .desktop-glow > *[b-e1k794nhec]{
    position:relative;
    z-index:1;
  }
/* /Components/Pages/Sections/HowWeWork.razor.rz.scp.css */

p[b-s782mbnmc9] {
    line-height: 2;
    margin-bottom: 2rem;
}
/* /Components/Pages/Sections/Integrations.razor.rz.scp.css */
.integration-card[b-ei2hqgo1yg] {
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 1rem;
	height: 5.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.integration-logo[b-ei2hqgo1yg] {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}
/* /Components/Pages/Sections/Testimonials.razor.rz.scp.css */
section[b-hrblcv0skk] {
    color: white;
    background: linear-gradient( to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, #223440 100% ), linear-gradient( rgba(0,0,0,.5), rgba(0,0,0,.5) ), url("/img/bg/bg-dark-dual-3-3840.png") center no-repeat;
}



.masonry-columns[b-hrblcv0skk] {
    columns: 3 280px;
    column-gap: 1.5rem;
}

    .masonry-columns > *[b-hrblcv0skk] {
        break-inside: avoid;
        margin-bottom: 1rem;
    }


[b-hrblcv0skk] .testimonial-card {
   
   
 
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}
/* /Components/Pages/Sections/WhatWeDo.razor.rz.scp.css */
section[b-pqnvy9yezu] {
    background-color: #223440;
}

p[b-pqnvy9yezu] {
    line-height: 2;
    margin-bottom: 2rem;
}
/* /Components/Pages/Subcomponents/FAQItem.razor.rz.scp.css */
details > summary[b-ca2jo08our] {
        cursor: pointer;
        list-style: none;
    }

        details > summary[b-ca2jo08our]::-webkit-details-marker {
            display: none;
        }

    details[open] summary span:last-child[b-ca2jo08our] {
        transform: rotate(90deg);
    }
