.editor-styles-wrapper .wp-block-logogen-theme3-marquee::-webkit-scrollbar {
    display: none !important;
}

.editor-styles-wrapper .wp-block-logogen-theme3-marquee {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

.editor-styles-wrapper .lg3-hero-section h1,
.editor-styles-wrapper .lg3-hero-section p,
.editor-styles-wrapper .lg3-services-intro h2,
.editor-styles-wrapper .lg3-services-intro p,
.editor-styles-wrapper .lg3-pricing-intro h2,
.editor-styles-wrapper .lg3-pricing-intro p,
.editor-styles-wrapper .lg3-faq-intro h2,
.editor-styles-wrapper .lg3-faq-intro p,
.editor-styles-wrapper .lg3-cta-bottom h2,
.editor-styles-wrapper .lg3-cta-middle h2,
.editor-styles-wrapper .lg3-testimonials-intro h2,
.editor-styles-wrapper .lg3-testimonials-intro p {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.editor-styles-wrapper .lg3-licenses-sticky h2,
.editor-styles-wrapper .lg3-licenses-sticky p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}

.lg3-marquee-container {
    animation: lg3-marquee 30s linear infinite;
    display: flex;
    width: max-content;
}

.lg3-marquee-container.lg3-reverse {
    animation: lg3-marquee-reverse 35s linear infinite;
}

.lg3-marquee-container:hover {
    animation-play-state: paused !important;
}

@keyframes lg3-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes lg3-marquee-reverse {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.lg3-faq-details > summary {
    list-style: none;
}

.lg3-faq-details > summary::-webkit-details-marker {
    display: none;
}

.lg3-faq-details[open] summary ~ * {
    animation: lg3-sweep 0.3s ease-in-out;
}

@keyframes lg3-sweep {
    0% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.editor-styles-wrapper .wp-block-logogen-theme3-cta-reviews .lg3-reviews-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
    height: auto !important;
    min-height: auto !important;
}

.editor-styles-wrapper .wp-block-logogen-theme3-cta-reviews .lg3-test-slide {
    background-color: #0d0d0f !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 1.5rem !important;
    opacity: 1 !important;
    padding: 2rem !important;
    position: relative !important;
    visibility: visible !important;
    z-index: 1 !important;
}

.editor-styles-wrapper #lg3-prev-btn,
.editor-styles-wrapper #lg3-next-btn,
.editor-styles-wrapper #lg3-prev-btn-mob,
.editor-styles-wrapper #lg3-next-btn-mob {
    display: none !important;
}

.wp-block-logogen-theme3-pricing ul {
    display: flex;
    flex-direction: column;
    gap: 1rem !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.wp-block-logogen-theme3-pricing ul li {
    align-items: flex-start !important;
    color: #d1d5db !important;
    display: flex !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    gap: 0.75rem !important;
    line-height: 1.25rem !important;
    margin: 0 !important;
    text-align: left !important;
}

.wp-block-logogen-theme3-pricing ul li strong,
.wp-block-logogen-theme3-pricing ul li b {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.wp-block-logogen-theme3-pricing .lg3-card-standard .lg3-active-list li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%236366f1' viewBox='0 0 24 24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 1.25rem;
    margin-top: 0.125rem;
    width: 1.25rem;
}

.wp-block-logogen-theme3-pricing .lg3-card-pro .lg3-active-list li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23818cf8' viewBox='0 0 24 24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 1.25rem;
    margin-top: 0.125rem;
    width: 1.25rem;
}

.wp-block-logogen-theme3-pricing .lg3-inactive-list li {
    opacity: 0.4 !important;
}

.wp-block-logogen-theme3-pricing .lg3-inactive-list li,
.wp-block-logogen-theme3-pricing .lg3-inactive-list li span,
.wp-block-logogen-theme3-pricing .lg3-inactive-list li text {
    color: #4b5563 !important;
    text-decoration: line-through !important;
}

.wp-block-logogen-theme3-pricing .lg3-inactive-list li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234b5563' viewBox='0 0 24 24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 18L18 6M6 6l12 12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 1.25rem;
    margin-top: 0.125rem;
    width: 1.25rem;
}

.wp-block-logogen-theme3-licenses ul {
    column-gap: 2rem !important;
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    row-gap: 1.25rem !important;
    width: 100% !important;
}

@media (min-width: 768px) {
    .wp-block-logogen-theme3-licenses ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

.wp-block-logogen-theme3-licenses ul li {
    align-items: flex-start !important;
    color: #d1d5db !important;
    display: flex !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    gap: 0.75rem !important;
    line-height: 1.5rem !important;
    margin: 0 !important;
    text-align: left !important;
}

.wp-block-logogen-theme3-licenses ul li strong,
.wp-block-logogen-theme3-licenses ul li b {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.wp-block-logogen-theme3-licenses .lg3-active-list li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%236366f1' viewBox='0 0 24 24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 1.5rem;
    margin-top: 0.125rem;
    width: 1.5rem;
}

.wp-block-logogen-theme3-licenses .lg3-inactive-list li {
    opacity: 0.6 !important;
}

.wp-block-logogen-theme3-licenses .lg3-inactive-list li,
.wp-block-logogen-theme3-licenses .lg3-inactive-list li span,
.wp-block-logogen-theme3-licenses .lg3-inactive-list li text {
    color: #6b7280 !important;
    text-decoration: line-through !important;
}

.wp-block-logogen-theme3-licenses .lg3-inactive-list li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ef4444' viewBox='0 0 24 24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 18L18 6M6 6l12 12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 1.5rem;
    margin-top: 0.125rem;
    width: 1.5rem;
}

.lg-inline-logogen-theme3-hero-logogen-theme3-hero-1 {
    background-color: #030303 !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    max-width: 100% !important;
    overflow: hidden;
    width: 100% !important;
}

.lg-inline-logogen-theme3-hero-logogen-theme3-hero-2 {
    background-color: #030303;
}

.lg-inline-logogen-theme3-hero-logogen-theme3-hero-3 {
    background-color: rgba(79, 70, 229, 0.2);
}

.lg-inline-logogen-theme3-hero-logogen-theme3-hero-4 {
    border-color: #0d0d0f;
}

.lg-inline-logogen-theme3-hero-logogen-theme3-hero-5 {
    border-color: #0d0d0f;
}

.lg-inline-logogen-theme3-hero-logogen-theme3-hero-6 {
    background-color: #4f46e5;
    border-color: #0d0d0f;
}

.lg-inline-logogen-theme3-hero-logogen-theme3-hero-7 {
    background-clip: text;
    background-image: linear-gradient(to right, #818cf8, #a5b4fc);
    color: #a5b4fc;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lg-inline-logogen-theme3-hero-logogen-theme3-hero-8 {
    background-image: linear-gradient(to right, #4f46e5, #818cf8);
}

.lg-inline-logogen-theme3-hero-logogen-theme3-hero-9 {
    background-color: #0d0d0f;
}

.lg-inline-logogen-theme3-hero-logogen-theme3-hero-10 {
    --tw-ring-offset-color: #0d0d0f;
}

.lg-inline-logogen-theme3-gallery-logogen-theme3-gallery-1 {
    background-color: #030303 !important;
    overflow: hidden;
    width: 100vw;
}

.lg-inline-logogen-theme3-gallery-logogen-theme3-gallery-2 {
    background-color: #030303;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.lg-inline-logogen-theme3-gallery-logogen-theme3-gallery-3 {
    background: linear-gradient(to right, #030303, transparent);
}

.lg-inline-logogen-theme3-gallery-logogen-theme3-gallery-4 {
    background: linear-gradient(to left, #030303, transparent);
}

.lg-inline-logogen-theme3-services-logogen-theme3-services-1 {
    background-color: #030303 !important;
    overflow: hidden;
    width: 100vw;
}

.lg-inline-logogen-theme3-services-logogen-theme3-services-2 {
    background-color: #030303;
}

.lg-inline-logogen-theme3-services-logogen-theme3-services-3 {
    background-color: #0d0d0f;
}

.lg-inline-logogen-theme3-services-logogen-theme3-services-4 {
    background-image: linear-gradient(to bottom right, rgba(79, 70, 229, 0.05), transparent);
}

.lg-inline-logogen-theme3-services-logogen-theme3-services-5,
.lg-inline-logogen-theme3-services-logogen-theme3-services-6,
.lg-inline-logogen-theme3-services-logogen-theme3-services-7 {
    background-color: #0d0d0f;
}

.lg-inline-logogen-theme3-pricing-1 {
    background-color: #030303 !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    max-width: 100% !important;
    overflow: hidden;
    width: 100% !important;
}

.lg-inline-logogen-theme3-pricing-2 {
    background-color: #030303;
    border-color: rgba(255, 255, 255, 0.05);
}

.lg-inline-logogen-theme3-pricing-3 {
    background-color: #0d0d0f;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.lg-inline-logogen-theme3-pricing-4 {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lg-inline-logogen-theme3-pricing-5 {
    background-color: #16161a;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lg-inline-logogen-theme3-pricing-6 {
    background-image: linear-gradient(to bottom, #16161a, #0d0d0f);
    border: 1px solid rgba(99, 102, 241, 0.4);
}

.lg-inline-logogen-theme3-pricing-7 {
    background-image: linear-gradient(to right, #818cf8, #4f46e5);
}

.lg-inline-logogen-theme3-pricing-8 {
    background-color: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.3);
    color: #818cf8;
}

.lg-inline-logogen-theme3-pricing-9 {
    background-color: #4f46e5;
}

.lg-inline-logogen-theme3-licenses-1 {
    background-color: #030303 !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow: hidden;
    width: 100vw;
}

.lg-inline-logogen-theme3-licenses-2 {
    background-color: #030303;
    border-color: rgba(255, 255, 255, 0.05);
}

.lg-inline-logogen-theme3-licenses-3 {
    color: #818cf8;
}

.lg-inline-logogen-theme3-licenses-4 {
    background-color: #0d0d0f;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.lg-inline-logogen-theme3-licenses-5 {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lg-inline-logogen-theme3-licenses-6 {
    background-image: linear-gradient(to top right, #16161a, #1c1c24);
    border: 1px solid rgba(99, 102, 241, 0.3);
    box-shadow: 0 0 40px -10px rgba(99, 102, 241, 0.4);
}

.lg-inline-logogen-theme3-licenses-7 {
    background-color: rgba(79, 70, 229, 0.2);
}

.lg-inline-logogen-theme3-licenses-8 {
    background-color: rgba(255, 255, 255, 0.1);
}

.lg-inline-logogen-theme3-reviews-logogen-theme3-reviews-1 {
    background-color: #030303 !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow: hidden;
    width: 100vw;
}

.lg-inline-logogen-theme3-reviews-logogen-theme3-reviews-2 {
    background-image: linear-gradient(to bottom right, #0d0d0f, #16161a);
    border-color: rgba(255, 255, 255, 0.1);
}

.lg-inline-logogen-theme3-reviews-logogen-theme3-reviews-3 {
    background-color: rgba(79, 70, 229, 0.1);
}

.lg-inline-logogen-theme3-reviews-logogen-theme3-reviews-4 {
    background-color: #030303;
    border-color: rgba(255, 255, 255, 0.1);
}

.lg-inline-logogen-theme3-reviews-logogen-theme3-reviews-5 {
    background-image: linear-gradient(to bottom, #030303, rgba(13, 13, 15, 0.3));
    border-color: rgba(255, 255, 255, 0.05);
}

.lg-inline-logogen-theme3-reviews-logogen-theme3-reviews-6,
.lg-inline-logogen-theme3-reviews-logogen-theme3-reviews-7,
.lg-inline-logogen-theme3-reviews-logogen-theme3-reviews-11,
.lg-inline-logogen-theme3-reviews-logogen-theme3-reviews-12 {
    border-color: rgba(255, 255, 255, 0.1);
}

.lg-inline-logogen-theme3-reviews-logogen-theme3-reviews-8,
.lg-inline-logogen-theme3-reviews-logogen-theme3-reviews-10 {
    color: #6366f1;
}

.lg-inline-logogen-theme3-reviews-logogen-theme3-reviews-9 {
    visibility: hidden;
}

.lg-inline-logogen-theme3-faq-logogen-theme3-faq-1 {
    background-color: #030303 !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow: hidden;
    width: 100vw;
}

.lg-inline-logogen-theme3-faq-logogen-theme3-faq-2 {
    background-color: #030303;
    border-color: rgba(255, 255, 255, 0.05);
}

.lg-inline-logogen-theme3-faq-logogen-theme3-faq-3 {
    background-color: #0d0d0f;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.lg-inline-logogen-theme3-faq-logogen-theme3-faq-4 {
    background-color: #030303;
}

.lg-inline-logogen-theme3-faq-logogen-theme3-faq-5 {
    background-image: linear-gradient(to bottom right, #0d0d0f, #16161a);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.lg-inline-logogen-theme3-faq-logogen-theme3-faq-6 {
    background-color: rgba(79, 70, 229, 0.1);
}

.lg-inline-logogen-theme3-faq-logogen-theme3-faq-7 {
    background-color: #030303;
    border-color: rgba(255, 255, 255, 0.1);
}

.lg-inline-logogen-theme3-faq-logogen-theme3-faq-8 {
    --tw-ring-offset-color: #0d0d0f;
}
