diff --git a/themes/memmachine/assets/css/styles.css b/themes/memmachine/assets/css/styles.css index 6187c47..216b954 100644 --- a/themes/memmachine/assets/css/styles.css +++ b/themes/memmachine/assets/css/styles.css @@ -365,6 +365,7 @@ header nav ul li a:hover { justify-content: center; margin: 32px 0 48px; } + .hero-chat { padding: 31px; margin-bottom: 96px; @@ -1635,6 +1636,36 @@ footer p { transform: translateX(-50%); } } + +@media screen and (max-width: 800px) { +.hero-btn > div { + display: flex; + flex-direction: column; + gap: 16px; + align-items: center; + } + .hero-btn a { + margin: 0 !important; + width: 90vw; + max-width: 350px; + } + + .ready-section { + display: flex; + flex-direction: column; + align-items: center; + } + .ready-section .btn { + margin: 0 !important; + width: 90vw; + max-width: 350px; + display: block; + } + .ready-section a.btn + a.btn { + margin-top: 16px !important; + } +} + @media screen and (max-width: 430px) { .title { font-size: 38px; @@ -2067,4 +2098,4 @@ footer p { font-family: serif; line-height: 1; pointer-events: none; -} +} \ No newline at end of file diff --git a/themes/memmachine/layouts/404.html b/themes/memmachine/layouts/404.html index 4d62ff7..0183cb3 100644 --- a/themes/memmachine/layouts/404.html +++ b/themes/memmachine/layouts/404.html @@ -11,19 +11,17 @@
-

+

404.

-

Page not found

-

+

Page not found

+

Oops! It seems you've ventured into uncharted territory. Let's guide you back on the right path.

Back to homepage
diff --git a/themes/memmachine/layouts/_partials/blog-card.html b/themes/memmachine/layouts/_partials/blog-card.html index 30ea83f..1634868 100644 --- a/themes/memmachine/layouts/_partials/blog-card.html +++ b/themes/memmachine/layouts/_partials/blog-card.html @@ -1,4 +1,4 @@ -
+
{{/* Robust Featured Image Logic */}} {{ $image_path := .Params.featured_image }} diff --git a/themes/memmachine/layouts/_partials/blog-sidebar.html b/themes/memmachine/layouts/_partials/blog-sidebar.html index b035a1f..ef0ee89 100644 --- a/themes/memmachine/layouts/_partials/blog-sidebar.html +++ b/themes/memmachine/layouts/_partials/blog-sidebar.html @@ -1,22 +1,22 @@
{{/* --- RECENT POSTS --- */}} -

+

Recent Posts

-
+
{{ $recent_posts := where site.RegularPages "Section" "blog" | first 3 }} {{ range $recent_posts }} - + {{ .Title }} {{ end }}
{{/* --- CATEGORIES --- */}} -

+

Categories

-
+
{{ range $category, $pages := site.Taxonomies.categories }} {{ $url := printf "/categories/%s/" ($category | urlize) }} @@ -26,10 +26,10 @@

{{/* --- TAGS --- */}} -

+

Tags

-
+
{{ range $tag, $pages := site.Taxonomies.tags }} {{ $url := printf "/tags/%s/" ($tag | urlize) }} diff --git a/themes/memmachine/layouts/_partials/brand-logos.html b/themes/memmachine/layouts/_partials/brand-logos.html index 6033bb6..ba2df63 100644 --- a/themes/memmachine/layouts/_partials/brand-logos.html +++ b/themes/memmachine/layouts/_partials/brand-logos.html @@ -1,7 +1,7 @@
-
+

Used by Developers at

  • brand
  • diff --git a/themes/memmachine/layouts/_partials/faq.html b/themes/memmachine/layouts/_partials/faq.html index 770790c..eac29da 100644 --- a/themes/memmachine/layouts/_partials/faq.html +++ b/themes/memmachine/layouts/_partials/faq.html @@ -1,6 +1,6 @@
    -
    +

    Frequently Asked Questions

    @@ -15,7 +15,7 @@

    Frequently Asked Questions

    {{/* Dynamically calculate the animation duration for a staggered effect */}} {{ $duration := add 200 (mul $index 100) }} -
    +

    @@ -13,7 +13,7 @@

    -
    +

    Open Source

    For developers building locally.

    $0/ forever

    @@ -32,7 +32,7 @@

    $0/ forever

    -
    +

    Pro pro

    For teams building production-ready agents.

    $79/mo

    @@ -52,7 +52,7 @@

    $79/mo

    -
    +

    Enterprise

    For organizations requiring advanced security and support.

    Custom

    diff --git a/themes/memmachine/layouts/_partials/ready-section.html b/themes/memmachine/layouts/_partials/ready-section.html index b64767f..c386daa 100644 --- a/themes/memmachine/layouts/_partials/ready-section.html +++ b/themes/memmachine/layouts/_partials/ready-section.html @@ -1,6 +1,6 @@
    -
    +

    Ready to Begin?

    @@ -10,22 +10,22 @@

    Ready to Begin?

    Start Building Try the Playground Let's Chat on Discord
    diff --git a/themes/memmachine/layouts/community.html b/themes/memmachine/layouts/community.html index 6820ab3..f867ccc 100644 --- a/themes/memmachine/layouts/community.html +++ b/themes/memmachine/layouts/community.html @@ -4,7 +4,7 @@ =========================================================-->
    -
    +

    @@ -122,7 +122,7 @@

    Find Your Place in the Community

    -
    +

    Join the Conversation

    @@ -132,7 +132,7 @@

    Join the Conversation

    {{ end }}
    -
    +

    Contribute Code

    @@ -142,7 +142,7 @@

    Contribute Code

    {{ end }}
    -
    +

    Report a Bug or Request a Feature

    @@ -152,7 +152,7 @@

    Report a Bug or Request a Feature

    {{ end }}
    -
    +

    Improve the Docs

    diff --git a/themes/memmachine/layouts/contact.html b/themes/memmachine/layouts/contact.html index a2721fe..bfb4e6f 100644 --- a/themes/memmachine/layouts/contact.html +++ b/themes/memmachine/layouts/contact.html @@ -4,7 +4,7 @@ =========================================================-->
    -
    +

    @@ -22,11 +22,11 @@

    -
    +

    Get in Touch

    -
    +
    logo

    OpenAI presented Assistify with a range of challenging tasks, featuring tight latency requirements, substantial ambiguity, and instances of incorrect answers. In turn, Assistify collaborated closely to tailor their QA systems to our specific requirements.

    @@ -43,7 +43,7 @@
    Trusted by the world's most ambitious teams
    -
    +

    Quick Responses Await!

    Connect with us! Feel free to ask any questions or share your thoughts...

    diff --git a/themes/memmachine/layouts/conversations.html b/themes/memmachine/layouts/conversations.html index 4a33a1e..751d3d5 100644 --- a/themes/memmachine/layouts/conversations.html +++ b/themes/memmachine/layouts/conversations.html @@ -6,7 +6,7 @@
    -
    +

    {{ .Title }}

    @@ -22,7 +22,7 @@

    TAGS =========================================================-->
    -
    +
    @@ -44,7 +44,7 @@

    Tags

    -
    +
    @@ -80,7 +80,7 @@

    Integrations

    =========================================================-->
    -
    +
    diff --git a/themes/memmachine/layouts/examples.html b/themes/memmachine/layouts/examples.html index d33496d..c150386 100644 --- a/themes/memmachine/layouts/examples.html +++ b/themes/memmachine/layouts/examples.html @@ -4,7 +4,7 @@ =========================================================-->
    -
    +

    @@ -25,7 +25,7 @@

    @@ -36,7 +36,7 @@

    Powerful examples

    {{/* Loop through each item in data/examples.yaml */}} {{ range site.Data.examples }}
    -
    +
    diff --git a/themes/memmachine/layouts/examples2.html b/themes/memmachine/layouts/examples2.html index 85a9823..2ed4e44 100644 --- a/themes/memmachine/layouts/examples2.html +++ b/themes/memmachine/layouts/examples2.html @@ -4,7 +4,7 @@ =========================================================-->
    -
    +

    @@ -25,7 +25,7 @@

    -
    +

    Boost with All-Knowing AI Assistant

    @@ -107,7 +107,7 @@

    MemMachine Agent 8:42 PM

    }} {{ range $examples }} -
    +
    {{ if eq .orientation "left" }}
    diff --git a/themes/memmachine/layouts/integrations.html b/themes/memmachine/layouts/integrations.html index 702516d..1b30041 100644 --- a/themes/memmachine/layouts/integrations.html +++ b/themes/memmachine/layouts/integrations.html @@ -4,7 +4,7 @@ =========================================================-->
    -
    +

    @@ -25,7 +25,7 @@

    @@ -36,7 +36,7 @@

    Powerful Integrations

    {{/* Loop through each item in data/integrations.yaml */}} {{ range site.Data.integrations }}
    -
    +
    diff --git a/themes/memmachine/layouts/list.html b/themes/memmachine/layouts/list.html index 10ba796..9fb436b 100644 --- a/themes/memmachine/layouts/list.html +++ b/themes/memmachine/layouts/list.html @@ -2,7 +2,7 @@
    -
    +

    @@ -22,7 +22,7 @@

    -
    +

    diff --git a/themes/memmachine/layouts/privacy-policy.html b/themes/memmachine/layouts/privacy-policy.html index c92a4bf..6c14e2c 100644 --- a/themes/memmachine/layouts/privacy-policy.html +++ b/themes/memmachine/layouts/privacy-policy.html @@ -4,7 +4,7 @@ =========================================================-->
    -
    +

    @@ -22,7 +22,7 @@

    POLICY =========================================================-->
    -
    +
    @@ -31,8 +31,6 @@

    class="nav-link {{ if eq $index 0 }}active{{ end }}" data-bs-toggle="pill" data-bs-target="#pill-{{ $index }}" - data-aos="fade-up" - data-aos-duration="1000" > {{ $section.title }} @@ -47,10 +45,10 @@

    id="pill-{{ $index }}" role="tabpanel" > -

    +

    {{ $section.title }}

    -
    +
    {{ $section.content | safeHTML }}
    diff --git a/themes/memmachine/layouts/taxonomy.html b/themes/memmachine/layouts/taxonomy.html index 1d685c0..6542952 100644 --- a/themes/memmachine/layouts/taxonomy.html +++ b/themes/memmachine/layouts/taxonomy.html @@ -4,7 +4,7 @@ =========================================================-->
    -
    +

    @@ -24,7 +24,7 @@

    TERMS LIST =========================================================-->
    -
    +
    diff --git a/themes/memmachine/layouts/term.html b/themes/memmachine/layouts/term.html index 708b9f9..461ed60 100644 --- a/themes/memmachine/layouts/term.html +++ b/themes/memmachine/layouts/term.html @@ -4,7 +4,7 @@ =========================================================-->
    -
    +

    @@ -24,7 +24,7 @@

    INSIGHTS =========================================================-->
    -
    +
    {{/* Loop through the pages for this term and render a card for each */}} diff --git a/themes/memmachine/public/categories/index.html b/themes/memmachine/public/categories/index.html deleted file mode 100644 index 4fcda36..0000000 --- a/themes/memmachine/public/categories/index.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - -Categories | My New Hugo Site - - - - - - - - -
    - -
    -
    -
    -
    - logo -
    -
    - -
    -
    -
    - - - -
    - Get Started -
    -
    -
    -
    - -
    -
    - -

    Categories

    - - - -
    -
    - -
    -
    -
    - logo -

    - Step into the future of effortless assistance, where innovation - meets simplicity. -

    -
    -
    -
    -
    -
    -
    -
    - -
    - - diff --git a/themes/memmachine/public/categories/index.xml b/themes/memmachine/public/categories/index.xml deleted file mode 100644 index b977d5f..0000000 --- a/themes/memmachine/public/categories/index.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - Categories on My New Hugo Site - http://localhost:1313/categories/ - Recent content in Categories on My New Hugo Site - Hugo - en-US - - - diff --git a/themes/memmachine/public/favicon.ico b/themes/memmachine/public/favicon.ico deleted file mode 100644 index 67f8b77..0000000 Binary files a/themes/memmachine/public/favicon.ico and /dev/null differ diff --git a/themes/memmachine/public/img/.DS_Store b/themes/memmachine/public/img/.DS_Store deleted file mode 100644 index b976d24..0000000 Binary files a/themes/memmachine/public/img/.DS_Store and /dev/null differ diff --git a/themes/memmachine/public/img/Img8.png b/themes/memmachine/public/img/Img8.png deleted file mode 100644 index 4466772..0000000 Binary files a/themes/memmachine/public/img/Img8.png and /dev/null differ diff --git a/themes/memmachine/public/img/bg.svg b/themes/memmachine/public/img/bg.svg deleted file mode 100644 index 4aea9de..0000000 --- a/themes/memmachine/public/img/bg.svg +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/blog-details.png b/themes/memmachine/public/img/blog-details.png deleted file mode 100644 index 1d619a1..0000000 Binary files a/themes/memmachine/public/img/blog-details.png and /dev/null differ diff --git a/themes/memmachine/public/img/blog1.png b/themes/memmachine/public/img/blog1.png deleted file mode 100644 index f1c4cc2..0000000 Binary files a/themes/memmachine/public/img/blog1.png and /dev/null differ diff --git a/themes/memmachine/public/img/blog2.png b/themes/memmachine/public/img/blog2.png deleted file mode 100644 index d64fddc..0000000 Binary files a/themes/memmachine/public/img/blog2.png and /dev/null differ diff --git a/themes/memmachine/public/img/blog3.png b/themes/memmachine/public/img/blog3.png deleted file mode 100644 index 4e4c9c7..0000000 Binary files a/themes/memmachine/public/img/blog3.png and /dev/null differ diff --git a/themes/memmachine/public/img/blog4.png b/themes/memmachine/public/img/blog4.png deleted file mode 100644 index 92dbe04..0000000 Binary files a/themes/memmachine/public/img/blog4.png and /dev/null differ diff --git a/themes/memmachine/public/img/blog5.png b/themes/memmachine/public/img/blog5.png deleted file mode 100644 index 53c0252..0000000 Binary files a/themes/memmachine/public/img/blog5.png and /dev/null differ diff --git a/themes/memmachine/public/img/blog6.png b/themes/memmachine/public/img/blog6.png deleted file mode 100644 index 6ec1dd9..0000000 Binary files a/themes/memmachine/public/img/blog6.png and /dev/null differ diff --git a/themes/memmachine/public/img/blog7.png b/themes/memmachine/public/img/blog7.png deleted file mode 100644 index dbe31d7..0000000 Binary files a/themes/memmachine/public/img/blog7.png and /dev/null differ diff --git a/themes/memmachine/public/img/blog8.png b/themes/memmachine/public/img/blog8.png deleted file mode 100644 index 4466772..0000000 Binary files a/themes/memmachine/public/img/blog8.png and /dev/null differ diff --git a/themes/memmachine/public/img/brand/1.png b/themes/memmachine/public/img/brand/1.png deleted file mode 100644 index 9e7f857..0000000 Binary files a/themes/memmachine/public/img/brand/1.png and /dev/null differ diff --git a/themes/memmachine/public/img/brand/2.png b/themes/memmachine/public/img/brand/2.png deleted file mode 100644 index 7a844cb..0000000 Binary files a/themes/memmachine/public/img/brand/2.png and /dev/null differ diff --git a/themes/memmachine/public/img/brand/3.png b/themes/memmachine/public/img/brand/3.png deleted file mode 100644 index 6ecfd19..0000000 Binary files a/themes/memmachine/public/img/brand/3.png and /dev/null differ diff --git a/themes/memmachine/public/img/brand/4.png b/themes/memmachine/public/img/brand/4.png deleted file mode 100644 index 9df679e..0000000 Binary files a/themes/memmachine/public/img/brand/4.png and /dev/null differ diff --git a/themes/memmachine/public/img/brand/5.png b/themes/memmachine/public/img/brand/5.png deleted file mode 100644 index 489f550..0000000 Binary files a/themes/memmachine/public/img/brand/5.png and /dev/null differ diff --git a/themes/memmachine/public/img/brand/6.png b/themes/memmachine/public/img/brand/6.png deleted file mode 100644 index bb35696..0000000 Binary files a/themes/memmachine/public/img/brand/6.png and /dev/null differ diff --git a/themes/memmachine/public/img/check.svg b/themes/memmachine/public/img/check.svg deleted file mode 100644 index 6ac1761..0000000 --- a/themes/memmachine/public/img/check.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/themes/memmachine/public/img/favicon.ico b/themes/memmachine/public/img/favicon.ico deleted file mode 100644 index 1afd7da..0000000 Binary files a/themes/memmachine/public/img/favicon.ico and /dev/null differ diff --git a/themes/memmachine/public/img/feature-bg.svg b/themes/memmachine/public/img/feature-bg.svg deleted file mode 100644 index 0a105d4..0000000 --- a/themes/memmachine/public/img/feature-bg.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/footer-bg.svg b/themes/memmachine/public/img/footer-bg.svg deleted file mode 100644 index fc26c24..0000000 --- a/themes/memmachine/public/img/footer-bg.svg +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/hero-bg.svg b/themes/memmachine/public/img/hero-bg.svg deleted file mode 100644 index 402e774..0000000 --- a/themes/memmachine/public/img/hero-bg.svg +++ /dev/null @@ -1,317 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/1.svg b/themes/memmachine/public/img/icon/1.svg deleted file mode 100644 index 222522e..0000000 --- a/themes/memmachine/public/img/icon/1.svg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/10.svg b/themes/memmachine/public/img/icon/10.svg deleted file mode 100644 index 15a1471..0000000 --- a/themes/memmachine/public/img/icon/10.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/11.svg b/themes/memmachine/public/img/icon/11.svg deleted file mode 100644 index 15be87b..0000000 --- a/themes/memmachine/public/img/icon/11.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/12.svg b/themes/memmachine/public/img/icon/12.svg deleted file mode 100644 index b93d71c..0000000 --- a/themes/memmachine/public/img/icon/12.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/13.svg b/themes/memmachine/public/img/icon/13.svg deleted file mode 100644 index 3243bce..0000000 --- a/themes/memmachine/public/img/icon/13.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/14.svg b/themes/memmachine/public/img/icon/14.svg deleted file mode 100644 index 135ec78..0000000 --- a/themes/memmachine/public/img/icon/14.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/15.svg b/themes/memmachine/public/img/icon/15.svg deleted file mode 100644 index 0804559..0000000 --- a/themes/memmachine/public/img/icon/15.svg +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/16.svg b/themes/memmachine/public/img/icon/16.svg deleted file mode 100644 index 842b7cc..0000000 --- a/themes/memmachine/public/img/icon/16.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/17.svg b/themes/memmachine/public/img/icon/17.svg deleted file mode 100644 index 83ce123..0000000 --- a/themes/memmachine/public/img/icon/17.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/18.svg b/themes/memmachine/public/img/icon/18.svg deleted file mode 100644 index a627e86..0000000 --- a/themes/memmachine/public/img/icon/18.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/19.svg b/themes/memmachine/public/img/icon/19.svg deleted file mode 100644 index ffa19f4..0000000 --- a/themes/memmachine/public/img/icon/19.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/2.svg b/themes/memmachine/public/img/icon/2.svg deleted file mode 100644 index 84995d2..0000000 --- a/themes/memmachine/public/img/icon/2.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/20.svg b/themes/memmachine/public/img/icon/20.svg deleted file mode 100644 index 66aa250..0000000 --- a/themes/memmachine/public/img/icon/20.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/21.svg b/themes/memmachine/public/img/icon/21.svg deleted file mode 100644 index 700d60d..0000000 --- a/themes/memmachine/public/img/icon/21.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/22.svg b/themes/memmachine/public/img/icon/22.svg deleted file mode 100644 index 0627078..0000000 --- a/themes/memmachine/public/img/icon/22.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/23.svg b/themes/memmachine/public/img/icon/23.svg deleted file mode 100644 index da06608..0000000 --- a/themes/memmachine/public/img/icon/23.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/24.svg b/themes/memmachine/public/img/icon/24.svg deleted file mode 100644 index b43e674..0000000 --- a/themes/memmachine/public/img/icon/24.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/25.svg b/themes/memmachine/public/img/icon/25.svg deleted file mode 100644 index d7fa844..0000000 --- a/themes/memmachine/public/img/icon/25.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/26.svg b/themes/memmachine/public/img/icon/26.svg deleted file mode 100644 index f0e3243..0000000 --- a/themes/memmachine/public/img/icon/26.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/27.svg b/themes/memmachine/public/img/icon/27.svg deleted file mode 100644 index 75ec2a6..0000000 --- a/themes/memmachine/public/img/icon/27.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/3.svg b/themes/memmachine/public/img/icon/3.svg deleted file mode 100644 index 42eda60..0000000 --- a/themes/memmachine/public/img/icon/3.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/4.svg b/themes/memmachine/public/img/icon/4.svg deleted file mode 100644 index 2a73fa4..0000000 --- a/themes/memmachine/public/img/icon/4.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/5.svg b/themes/memmachine/public/img/icon/5.svg deleted file mode 100644 index fffb954..0000000 --- a/themes/memmachine/public/img/icon/5.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/6.svg b/themes/memmachine/public/img/icon/6.svg deleted file mode 100644 index 2859f50..0000000 --- a/themes/memmachine/public/img/icon/6.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/7.svg b/themes/memmachine/public/img/icon/7.svg deleted file mode 100644 index bedbe6e..0000000 --- a/themes/memmachine/public/img/icon/7.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/8.svg b/themes/memmachine/public/img/icon/8.svg deleted file mode 100644 index fbb4738..0000000 --- a/themes/memmachine/public/img/icon/8.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/icon/9.svg b/themes/memmachine/public/img/icon/9.svg deleted file mode 100644 index 1fae276..0000000 --- a/themes/memmachine/public/img/icon/9.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/logo.svg b/themes/memmachine/public/img/logo.svg deleted file mode 100644 index c8545a9..0000000 --- a/themes/memmachine/public/img/logo.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/minus.svg b/themes/memmachine/public/img/minus.svg deleted file mode 100644 index c3390e4..0000000 --- a/themes/memmachine/public/img/minus.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/memmachine/public/img/plus.svg b/themes/memmachine/public/img/plus.svg deleted file mode 100644 index c61f3e4..0000000 --- a/themes/memmachine/public/img/plus.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/memmachine/public/img/pro-btn.svg b/themes/memmachine/public/img/pro-btn.svg deleted file mode 100644 index d40cc6e..0000000 --- a/themes/memmachine/public/img/pro-btn.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/solution.svg b/themes/memmachine/public/img/solution.svg deleted file mode 100644 index 3329345..0000000 --- a/themes/memmachine/public/img/solution.svg +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/memmachine/public/img/user-assistify.svg b/themes/memmachine/public/img/user-assistify.svg deleted file mode 100644 index 47ab7d8..0000000 --- a/themes/memmachine/public/img/user-assistify.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/themes/memmachine/public/img/user.svg b/themes/memmachine/public/img/user.svg deleted file mode 100644 index 31d57d4..0000000 --- a/themes/memmachine/public/img/user.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/themes/memmachine/public/index.html b/themes/memmachine/public/index.html deleted file mode 100644 index 8b4c5bf..0000000 --- a/themes/memmachine/public/index.html +++ /dev/null @@ -1,1619 +0,0 @@ - - - - - - - - - - - -My New Hugo Site - - - - - - - - -
    - -
    -
    -
    -
    - logo -
    -
    - -
    -
    -
    - - - -
    - Get Started -
    -
    -
    -
    - -
    -
    - -
    - - -

    Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat -pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim -excepteur excepteur pariatur nostrud qui irure ullamco.

    - - - - -
    -
    -
    -
    -
    -

    - Craft an AI Assistant
    - in Minutes! -

    -

    - Rapidly Develop a Tailored AI Assistant with OpenAI's GPT-3.5: - Seamlessly Connect to Resources and Upload Files for - Comprehensive Assistance. -

    - -
    -
    -
    -
    - - -
    -
    -
    -
    -
    -
    -
    - - -
    -
    -
    -
    -
    -

    Preferred by Teams at

    -
      -
    • - brand -
    • -
    • - brand -
    • -
    • - brand -
    • -
    • - brand -
    • -
    • - brand -
    • -
    • - brand -
    • -
    -
    -
    -
    -
    -
    - - -
    -
    -
    -
    -
    -

    - Elevate Your Productivity to New Heights -

    -
    -
    -
    -
    -
    -
    - icon -

    Skilled Companion

    -

    - Save time with automated information retrieval, eliminating - the need for manual searches or team inquiries. -

    -
    -
    -
    -
    -
    -
    - icon -

    Service Bot

    -

    - Link integrations, sync spreadsheets, or upload documents to - instantly engage with the chatbot. -

    -
    -
    -
    -
    -
    -
    - icon -

    Smart Helper

    -

    - Your assistant learns from your responses and grows more - intelligent, evolving into your ultimate "know-it-all" - helper. -

    -
    -
    -
    -
    -
    -
    -
    - - -
    -
    -
    -
    -
    -

    - Your All-in-One Intelligent AI Assistant Solution -

    -
    -
    -
    -
    -
    -
    - solution -
    -
    -

    Seamless Integrations

    -

    - Effortlessly connect tools, databases, or import files. - Assistify ensures compatibility with various platforms - and file formats for a seamless experience. -

    - Learn more -
    -
    -
    -
    -
    -
    -
    -
    -

    Customized for Every Need

    -

    - Craft dedicated assistants for teams, projects, or - workflows. Boost team efficiency by 90% with tailored - data access for each assistant. -

    - Learn more -
    -
    -
    -
    - check -
    -

    Marketing

    -

    - Chat assistant for the marketing & paid ads team. -

    -
    -
    -
    - check -
    -

    Sales

    -

    Chat assistant for the Sales teams.

    -
    -
    -
    - check -
    -

    Finance

    -

    - Chat assistant for the Finance & Accounting teams. -

    -
    -
    -
    - check -
    -

    Engineering

    -

    - Chat assistant for the Product & engineering - teams. -

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - user -
    -

    Jane Cooper 8:42 PM

    -

    - Hello team! Currently tackling year-end - accounting, and I've noticed a gap in our - invoices from MasterCard. Could someone assist - me in locating these missing invoices? -

    -
    -
    -
    - user -
    -

    Assistify AI 8:42 PM

    -

    Hey, I found two invoices for MasterCard

    -
      -
    1. Invoice #MC-2023-00100
    2. -
    3. Invoice #MC-2023-00101
    4. -
    -

    - They are located the archived section to - Xero.com/archived i hope this helps! let me know - if you need any additional info on these - invoices. -

    -
    -
    -
    - user -
    -

    Jane Cooper 8:42 PM

    -

    Awesome!

    -
    -
    -
    -
    -
    -
    -

    Assistance Everywhere

    -

    - Integrate Assistify into your favorite applications with - our versatile options. From Slack to support apps, - Zapier, Email software, and beyond – Assistify is ready - to assist wherever you need it. -

    - Learn more -
    -
    -
    -
    -
    -
    -
    -
    -

    Effortlessly Manage Data Access

    -

    - Our intuitive system allows for easy customization, - ensuring your assistant aligns perfectly with the unique - demands of different scenarios. -

    - Learn more -
    -
    -
    -
    -

    - - - - - - - - - - - - - Github -

    -
      -
    • Releases: 2
    • -
    • Repositories: 3
    • -
    • Pull requests: 19
    • -
    • Issues: 47
    • -
    -
    -
    -

    - - - - - - - - - - - - - - - Shopify -

    -
      -
    • Orders: 432
    • -
    • Customers: 294
    • -
    • Inventory: 65
    • -
    • Products: 34
    • -
    -
    -
    -

    - - - - - - - - - - - - - - - Salesforce -

    -
      -
    • Invoices: 289
    • -
    • Customers: 177
    • -
    • Expenses: 34
    • -
    • Issues: 2
    • -
    -
    -
    -

    - - - - - - - - - - - - Intercom -

    -
      -
    • Documents: 56
    • -
    • Database: 3
    • -
    • Reminders: 179
    • -
    • Sheets: 19
    • -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - -
    -
    -
    -
    -
    -

    Select a Pricing Plan

    -
    - - -
    -
    -
    -
    -
    -
    -
    -

    Starter

    -

    Perfect for individuals.

    -

    $9/m

    -

    Pause or cancel anytime

    -
    - - -
    -
      -
    • - - - - - - - - - - Team members: 1 -
    • -
    • - - - - - - - - Users: Unlimited -
    • -
    • - - - - - - - - Integrations: Unlimited -
    • -
    • - - - - - - - - Total message: 150 -
    • -
    • - - - - - - - - Assistants: 2 -
    • -
    -
    -
    -
    -
    -
    -
    -

    - Business pro -

    -

    Perfect for small businesses.

    -

    $9/m

    -

    Pause or cancel anytime

    -
    - - -
    -
      -
    • - - - - - - - - - - Team members: 3 -
    • -
    • - - - - - - - - Users: Unlimited -
    • -
    • - - - - - - - - Integrations: Unlimited -
    • -
    • - - - - - - - - Total message: 650 -
    • -
    • - - - - - - - - Assistants: 5 -
    • -
    -
    -
    -
    -
    -
    -
    -

    Professional

    -

    Perfect for larger businesses.

    -

    $9/m

    -

    Pause or cancel anytime

    -
    - - -
    -
      -
    • - - - - - - - - - - Team members: 1 -
    • -
    • - - - - - - - - Users: Unlimited -
    • -
    • - - - - - - - - Integrations: Unlimited -
    • -
    • - - - - - - - - Total message: 1650 -
    • -
    • - - - - - - - - Assistants: 12 -
    • -
    -
    -
    -
    -
    -
    -
    -
    - - -
    -
    -
    -
    -
    -

    Frequently Asked Questions

    -
    -
    -
    -

    - -

    -
    -
    - Create as many assistants as you need! Enjoy unlimited - flexibility by connecting each assistant to unique - integrations and data sources. This allows them to cater - to various teams, employees, or specific use cases - seamlessly, with no restrictions. -
    -
    -
    -
    -
    -
    -

    - -

    -
    -
    - Create as many assistants as you need! Enjoy unlimited - flexibility by connecting each assistant to unique - integrations and data sources. This allows them to cater - to various teams, employees, or specific use cases - seamlessly, with no restrictions. -
    -
    -
    -
    -
    -
    -

    - -

    -
    -
    - Create as many assistants as you need! Enjoy unlimited - flexibility by connecting each assistant to unique - integrations and data sources. This allows them to cater - to various teams, employees, or specific use cases - seamlessly, with no restrictions. -
    -
    -
    -
    -
    -
    -

    - -

    -
    -
    - Create as many assistants as you need! Enjoy unlimited - flexibility by connecting each assistant to unique - integrations and data sources. This allows them to cater - to various teams, employees, or specific use cases - seamlessly, with no restrictions. -
    -
    -
    -
    -
    -
    -

    - -

    -
    -
    - Create as many assistants as you need! Enjoy unlimited - flexibility by connecting each assistant to unique - integrations and data sources. This allows them to cater - to various teams, employees, or specific use cases - seamlessly, with no restrictions. -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - -
    -
    -
    -

    - Receive The Best Insights -

    -
    -
    -
    -
    -
    - - - - - Enhance Personalization with
    - AI-Driven CRM Emails -
    -

    - Imagine a salesperson who boosted their engagement rates - by using customer insights and AI-driven personalization - tools and chatbots, transforming their email marketing - approach overnight. -

    - -
    -
    -
    -
    -
    -
    - -
    -
    Kathryn Murphy
    - - - -

    - June 10, 2024 -

    -
    - - The Transformative Power of AI
    - in Sales Forecasting -
    -

    - Imagine a salesperson who boosted their engagement rates - by using customer insights and AI-driven personalization - tools and chatbots, transforming their email marketing - approach overnight. -

    - -
    -
    -
    -
    -
    -
    - View More -
    -
    -
    -
    - - -
    -
    -
    -
    -
    -

    Ready to Begin?

    -

    - Embark on the journey of creating your very own AI-powered - assistant effortlessly. -

    - Get Started -
    -
    -
    -
    -
    - -
    -
    - -
    -
    -
    - logo -

    - Step into the future of effortless assistance, where innovation - meets simplicity. -

    -
    -
    -
    -
    -
    -
    -
    - -
    - - diff --git a/themes/memmachine/public/index.xml b/themes/memmachine/public/index.xml deleted file mode 100644 index 9f91bcb..0000000 --- a/themes/memmachine/public/index.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - Home on My New Hugo Site - http://localhost:1313/ - Recent content in Home on My New Hugo Site - Hugo - en-US - Wed, 15 Mar 2023 11:00:00 -0700 - - - Post 3 - http://localhost:1313/posts/post-3/ - Wed, 15 Mar 2023 11:00:00 -0700 - http://localhost:1313/posts/post-3/ - <p>Occaecat aliqua consequat laborum ut ex aute aliqua culpa quis irure esse magna dolore quis. Proident fugiat labore eu laboris officia Lorem enim. Ipsum occaecat cillum ut tempor id sint aliqua incididunt nisi incididunt reprehenderit. Voluptate ad minim sint est aute aliquip esse occaecat tempor officia qui sunt. Aute ex ipsum id ut in est velit est laborum incididunt. Aliqua qui id do esse sunt eiusmod id deserunt eu nostrud aute sit ipsum. Deserunt esse cillum Lorem non magna adipisicing mollit amet consequat.</p> - - - Post 2 - http://localhost:1313/posts/post-2/ - Wed, 15 Feb 2023 10:00:00 -0700 - http://localhost:1313/posts/post-2/ - <p>Anim eiusmod irure incididunt sint cupidatat. Incididunt irure irure irure nisi ipsum do ut quis fugiat consectetur proident cupidatat incididunt cillum. Dolore voluptate occaecat qui mollit laborum ullamco et. Ipsum laboris officia anim laboris culpa eiusmod ex magna ex cupidatat anim ipsum aute. Mollit aliquip occaecat qui sunt velit ut cupidatat reprehenderit enim sunt laborum. Velit veniam in officia nulla adipisicing ut duis officia.</p> <p>Exercitation voluptate irure in irure tempor mollit Lorem nostrud ad officia. Velit id fugiat occaecat do tempor. Sit officia Lorem aliquip eu deserunt consectetur. Aute proident deserunt in nulla aliquip dolore ipsum Lorem ut cupidatat consectetur sit sint laborum. Esse cupidatat sit sint sunt tempor exercitation deserunt. Labore dolor duis laborum est do nisi ut veniam dolor et nostrud nostrud.</p> - - - Post 1 - http://localhost:1313/posts/post-1/ - Sun, 15 Jan 2023 09:00:00 -0700 - http://localhost:1313/posts/post-1/ - <p>Tempor proident minim aliquip reprehenderit dolor et ad anim Lorem duis sint eiusmod. Labore ut ea duis dolor. Incididunt consectetur proident qui occaecat incididunt do nisi Lorem. Tempor do laborum elit laboris excepteur eiusmod do. Eiusmod nisi excepteur ut amet pariatur adipisicing Lorem.</p> <p>Occaecat nulla excepteur dolore excepteur duis eiusmod ullamco officia anim in voluptate ea occaecat officia. Cillum sint esse velit ea officia minim fugiat. Elit ea esse id aliquip pariatur cupidatat id duis minim incididunt ea ea. Anim ut duis sunt nisi. Culpa cillum sit voluptate voluptate eiusmod dolor. Enim nisi Lorem ipsum irure est excepteur voluptate eu in enim nisi. Nostrud ipsum Lorem anim sint labore consequat do.</p> - - - diff --git a/themes/memmachine/public/js/main.23cd0c7d837263b9eaeb96ee2d9ccfa2969daa3fa00fa1c1fe8701a9b87251a1.js b/themes/memmachine/public/js/main.23cd0c7d837263b9eaeb96ee2d9ccfa2969daa3fa00fa1c1fe8701a9b87251a1.js deleted file mode 100644 index 4e24393..0000000 --- a/themes/memmachine/public/js/main.23cd0c7d837263b9eaeb96ee2d9ccfa2969daa3fa00fa1c1fe8701a9b87251a1.js +++ /dev/null @@ -1 +0,0 @@ -(()=>{console.log("This site was generated by Hugo.");})(); diff --git a/themes/memmachine/public/js/main.988415909d15a3bbacecf5df926e1eede300f9454d185605745970bb55439a43.js b/themes/memmachine/public/js/main.988415909d15a3bbacecf5df926e1eede300f9454d185605745970bb55439a43.js deleted file mode 100644 index c306af5..0000000 --- a/themes/memmachine/public/js/main.988415909d15a3bbacecf5df926e1eede300f9454d185605745970bb55439a43.js +++ /dev/null @@ -1,12 +0,0 @@ -(()=>{var Fr=Object.create;var _s=Object.defineProperty;var Br=Object.getOwnPropertyDescriptor;var qr=Object.getOwnPropertyNames;var Vr=Object.getPrototypeOf,Yr=Object.prototype.hasOwnProperty;var vs=(r,a)=>()=>(a||r((a={exports:{}}).exports,a),a.exports);var Xr=(r,a,c,d)=>{if(a&&typeof a=="object"||typeof a=="function")for(let f of qr(a))!Yr.call(r,f)&&f!==c&&_s(r,f,{get:()=>a[f],enumerable:!(d=Br(a,f))||d.enumerable});return r};var bs=(r,a,c)=>(c=r!=null?Fr(Vr(r)):{},Xr(a||!r||!r.__esModule?_s(c,"default",{value:r,enumerable:!0}):c,r));var ys=vs((Pi,$i)=>{(function(r,a){typeof Pi=="object"&&typeof $i<"u"?$i.exports=a():typeof define=="function"&&define.amd?define(a):(r=typeof globalThis<"u"?globalThis:r||self).bootstrap=a()})(Pi,function(){"use strict";let r=new Map,a={set(i,e,t){r.has(i)||r.set(i,new Map);let n=r.get(i);n.has(e)||n.size===0?n.set(e,t):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(n.keys())[0]}.`)},get:(i,e)=>r.has(i)&&r.get(i).get(e)||null,remove(i,e){if(!r.has(i))return;let t=r.get(i);t.delete(e),t.size===0&&r.delete(i)}},c="transitionend",d=i=>(i&&window.CSS&&window.CSS.escape&&(i=i.replace(/#([^\s"#']+)/g,(e,t)=>`#${CSS.escape(t)}`)),i),f=i=>{i.dispatchEvent(new Event(c))},w=i=>!(!i||typeof i!="object")&&(i.jquery!==void 0&&(i=i[0]),i.nodeType!==void 0),I=i=>w(i)?i.jquery?i[0]:i:typeof i=="string"&&i.length>0?document.querySelector(d(i)):null,y=i=>{if(!w(i)||i.getClientRects().length===0)return!1;let e=getComputedStyle(i).getPropertyValue("visibility")==="visible",t=i.closest("details:not([open])");if(!t)return e;if(t!==i){let n=i.closest("summary");if(n&&n.parentNode!==t||n===null)return!1}return e},T=i=>!i||i.nodeType!==Node.ELEMENT_NODE||!!i.classList.contains("disabled")||(i.disabled!==void 0?i.disabled:i.hasAttribute("disabled")&&i.getAttribute("disabled")!=="false"),O=i=>{if(!document.documentElement.attachShadow)return null;if(typeof i.getRootNode=="function"){let e=i.getRootNode();return e instanceof ShadowRoot?e:null}return i instanceof ShadowRoot?i:i.parentNode?O(i.parentNode):null},D=()=>{},C=i=>{i.offsetHeight},L=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,z=[],W=()=>document.documentElement.dir==="rtl",Z=i=>{var e;e=()=>{let t=L();if(t){let n=i.NAME,s=t.fn[n];t.fn[n]=i.jQueryInterface,t.fn[n].Constructor=i,t.fn[n].noConflict=()=>(t.fn[n]=s,i.jQueryInterface)}},document.readyState==="loading"?(z.length||document.addEventListener("DOMContentLoaded",()=>{for(let t of z)t()}),z.push(e)):e()},J=(i,e=[],t=i)=>typeof i=="function"?i(...e):t,je=(i,e,t=!0)=>{if(!t)return void J(i);let n=(l=>{if(!l)return 0;let{transitionDuration:h,transitionDelay:p}=window.getComputedStyle(l),v=Number.parseFloat(h),b=Number.parseFloat(p);return v||b?(h=h.split(",")[0],p=p.split(",")[0],1e3*(Number.parseFloat(h)+Number.parseFloat(p))):0})(e)+5,s=!1,o=({target:l})=>{l===e&&(s=!0,e.removeEventListener(c,o),J(i))};e.addEventListener(c,o),setTimeout(()=>{s||f(e)},n)},Ce=(i,e,t,n)=>{let s=i.length,o=i.indexOf(e);return o===-1?!t&&n?i[s-1]:i[0]:(o+=t?1:-1,n&&(o=(o+s)%s),i[Math.max(0,Math.min(o,s-1))])},Ie=/[^.]*(?=\..*)\.|.*/,le=/\..*/,Ye=/::\d+$/,Fe={},Q=1,ce={mouseenter:"mouseover",mouseleave:"mouseout"},E=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function _(i,e){return e&&`${e}::${Q++}`||i.uidEvent||Q++}function H(i){let e=_(i);return i.uidEvent=e,Fe[e]=Fe[e]||{},Fe[e]}function G(i,e,t=null){return Object.values(i).find(n=>n.callable===e&&n.delegationSelector===t)}function P(i,e,t){let n=typeof e=="string",s=n?t:e||t,o=Pe(i);return E.has(o)||(o=i),[n,s,o]}function ue(i,e,t,n,s){if(typeof e!="string"||!i)return;let[o,l,h]=P(e,t,n);e in ce&&(l=(k=>function(A){if(!A.relatedTarget||A.relatedTarget!==A.delegateTarget&&!A.delegateTarget.contains(A.relatedTarget))return k.call(this,A)})(l));let p=H(i),v=p[h]||(p[h]={}),b=G(v,l,o?t:null);if(b)return void(b.oneOff=b.oneOff&&s);let g=_(l,e.replace(Ie,"")),M=o?function(S,k,A){return function x(Y){let K=S.querySelectorAll(k);for(let{target:j}=Y;j&&j!==this;j=j.parentNode)for(let F of K)if(F===j)return Je(Y,{delegateTarget:j}),x.oneOff&&u.off(S,Y.type,k,A),A.apply(j,[Y])}}(i,t,l):function(S,k){return function A(x){return Je(x,{delegateTarget:S}),A.oneOff&&u.off(S,x.type,k),k.apply(S,[x])}}(i,l);M.delegationSelector=o?t:null,M.callable=l,M.oneOff=s,M.uidEvent=g,v[g]=M,i.addEventListener(h,M,o)}function Se(i,e,t,n,s){let o=G(e[t],n,s);o&&(i.removeEventListener(t,o,!!s),delete e[t][o.uidEvent])}function ve(i,e,t,n){let s=e[t]||{};for(let[o,l]of Object.entries(s))o.includes(n)&&Se(i,e,t,l.callable,l.delegationSelector)}function Pe(i){return i=i.replace(le,""),ce[i]||i}let u={on(i,e,t,n){ue(i,e,t,n,!1)},one(i,e,t,n){ue(i,e,t,n,!0)},off(i,e,t,n){if(typeof e!="string"||!i)return;let[s,o,l]=P(e,t,n),h=l!==e,p=H(i),v=p[l]||{},b=e.startsWith(".");if(o===void 0){if(b)for(let g of Object.keys(p))ve(i,p,g,e.slice(1));for(let[g,M]of Object.entries(v)){let S=g.replace(Ye,"");h&&!e.includes(S)||Se(i,p,l,M.callable,M.delegationSelector)}}else{if(!Object.keys(v).length)return;Se(i,p,l,o,s?t:null)}},trigger(i,e,t){if(typeof e!="string"||!i)return null;let n=L(),s=null,o=!0,l=!0,h=!1;e!==Pe(e)&&n&&(s=n.Event(e,t),n(i).trigger(s),o=!s.isPropagationStopped(),l=!s.isImmediatePropagationStopped(),h=s.isDefaultPrevented());let p=Je(new Event(e,{bubbles:o,cancelable:!0}),t);return h&&p.preventDefault(),l&&i.dispatchEvent(p),p.defaultPrevented&&s&&s.preventDefault(),p}};function Je(i,e={}){for(let[t,n]of Object.entries(e))try{i[t]=n}catch{Object.defineProperty(i,t,{configurable:!0,get:()=>n})}return i}function Xe(i){if(i==="true")return!0;if(i==="false")return!1;if(i===Number(i).toString())return Number(i);if(i===""||i==="null")return null;if(typeof i!="string")return i;try{return JSON.parse(decodeURIComponent(i))}catch{return i}}function _e(i){return i.replace(/[A-Z]/g,e=>`-${e.toLowerCase()}`)}let ee={setDataAttribute(i,e,t){i.setAttribute(`data-bs-${_e(e)}`,t)},removeDataAttribute(i,e){i.removeAttribute(`data-bs-${_e(e)}`)},getDataAttributes(i){if(!i)return{};let e={},t=Object.keys(i.dataset).filter(n=>n.startsWith("bs")&&!n.startsWith("bsConfig"));for(let n of t){let s=n.replace(/^bs/,"");s=s.charAt(0).toLowerCase()+s.slice(1,s.length),e[s]=Xe(i.dataset[n])}return e},getDataAttribute:(i,e)=>Xe(i.getAttribute(`data-bs-${_e(e)}`))};class he{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}_getConfig(e){return e=this._mergeConfigObj(e),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}_configAfterMerge(e){return e}_mergeConfigObj(e,t){let n=w(t)?ee.getDataAttribute(t,"config"):{};return{...this.constructor.Default,...typeof n=="object"?n:{},...w(t)?ee.getDataAttributes(t):{},...typeof e=="object"?e:{}}}_typeCheckConfig(e,t=this.constructor.DefaultType){for(let[s,o]of Object.entries(t)){let l=e[s],h=w(l)?"element":(n=l)==null?`${n}`:Object.prototype.toString.call(n).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(o).test(h))throw new TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${s}" provided type "${h}" but expected type "${o}".`)}var n}}class te extends he{constructor(e,t){super(),(e=I(e))&&(this._element=e,this._config=this._getConfig(t),a.set(this._element,this.constructor.DATA_KEY,this))}dispose(){a.remove(this._element,this.constructor.DATA_KEY),u.off(this._element,this.constructor.EVENT_KEY);for(let e of Object.getOwnPropertyNames(this))this[e]=null}_queueCallback(e,t,n=!0){je(e,t,n)}_getConfig(e){return e=this._mergeConfigObj(e,this._element),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}static getInstance(e){return a.get(I(e),this.DATA_KEY)}static getOrCreateInstance(e,t={}){return this.getInstance(e)||new this(e,typeof t=="object"?t:null)}static get VERSION(){return"5.3.2"}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(e){return`${e}${this.EVENT_KEY}`}}let ne=i=>{let e=i.getAttribute("data-bs-target");if(!e||e==="#"){let t=i.getAttribute("href");if(!t||!t.includes("#")&&!t.startsWith("."))return null;t.includes("#")&&!t.startsWith("#")&&(t=`#${t.split("#")[1]}`),e=t&&t!=="#"?d(t.trim()):null}return e},m={find:(i,e=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(e,i)),findOne:(i,e=document.documentElement)=>Element.prototype.querySelector.call(e,i),children:(i,e)=>[].concat(...i.children).filter(t=>t.matches(e)),parents(i,e){let t=[],n=i.parentNode.closest(e);for(;n;)t.push(n),n=n.parentNode.closest(e);return t},prev(i,e){let t=i.previousElementSibling;for(;t;){if(t.matches(e))return[t];t=t.previousElementSibling}return[]},next(i,e){let t=i.nextElementSibling;for(;t;){if(t.matches(e))return[t];t=t.nextElementSibling}return[]},focusableChildren(i){let e=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map(t=>`${t}:not([tabindex^="-"])`).join(",");return this.find(e,i).filter(t=>!T(t)&&y(t))},getSelectorFromElement(i){let e=ne(i);return e&&m.findOne(e)?e:null},getElementFromSelector(i){let e=ne(i);return e?m.findOne(e):null},getMultipleElementsFromSelector(i){let e=ne(i);return e?m.find(e):[]}},re=(i,e="hide")=>{let t=`click.dismiss${i.EVENT_KEY}`,n=i.NAME;u.on(document,t,`[data-bs-dismiss="${n}"]`,function(s){if(["A","AREA"].includes(this.tagName)&&s.preventDefault(),T(this))return;let o=m.getElementFromSelector(this)||this.closest(`.${n}`);i.getOrCreateInstance(o)[e]()})},Le=".bs.alert",$e=`close${Le}`,Me=`closed${Le}`;class B extends te{static get NAME(){return"alert"}close(){if(u.trigger(this._element,$e).defaultPrevented)return;this._element.classList.remove("show");let e=this._element.classList.contains("fade");this._queueCallback(()=>this._destroyElement(),this._element,e)}_destroyElement(){this._element.remove(),u.trigger(this._element,Me),this.dispose()}static jQueryInterface(e){return this.each(function(){let t=B.getOrCreateInstance(this);if(typeof e=="string"){if(t[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);t[e](this)}})}}re(B,"close"),Z(B);let R='[data-bs-toggle="button"]';class oe extends te{static get NAME(){return"button"}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle("active"))}static jQueryInterface(e){return this.each(function(){let t=oe.getOrCreateInstance(this);e==="toggle"&&t[e]()})}}u.on(document,"click.bs.button.data-api",R,i=>{i.preventDefault();let e=i.target.closest(R);oe.getOrCreateInstance(e).toggle()}),Z(oe);let de=".bs.swipe",It=`touchstart${de}`,Cs=`touchmove${de}`,Ls=`touchend${de}`,Ms=`pointerdown${de}`,Ds=`pointerup${de}`,Ns={endCallback:null,leftCallback:null,rightCallback:null},js={endCallback:"(function|null)",leftCallback:"(function|null)",rightCallback:"(function|null)"};class Pt extends he{constructor(e,t){super(),this._element=e,e&&Pt.isSupported()&&(this._config=this._getConfig(t),this._deltaX=0,this._supportPointerEvents=!!window.PointerEvent,this._initEvents())}static get Default(){return Ns}static get DefaultType(){return js}static get NAME(){return"swipe"}dispose(){u.off(this._element,de)}_start(e){this._supportPointerEvents?this._eventIsPointerPenTouch(e)&&(this._deltaX=e.clientX):this._deltaX=e.touches[0].clientX}_end(e){this._eventIsPointerPenTouch(e)&&(this._deltaX=e.clientX-this._deltaX),this._handleSwipe(),J(this._config.endCallback)}_move(e){this._deltaX=e.touches&&e.touches.length>1?0:e.touches[0].clientX-this._deltaX}_handleSwipe(){let e=Math.abs(this._deltaX);if(e<=40)return;let t=e/this._deltaX;this._deltaX=0,t&&J(t>0?this._config.rightCallback:this._config.leftCallback)}_initEvents(){this._supportPointerEvents?(u.on(this._element,Ms,e=>this._start(e)),u.on(this._element,Ds,e=>this._end(e)),this._element.classList.add("pointer-event")):(u.on(this._element,It,e=>this._start(e)),u.on(this._element,Cs,e=>this._move(e)),u.on(this._element,Ls,e=>this._end(e)))}_eventIsPointerPenTouch(e){return this._supportPointerEvents&&(e.pointerType==="pen"||e.pointerType==="touch")}static isSupported(){return"ontouchstart"in document.documentElement||navigator.maxTouchPoints>0}}let Ue=".bs.carousel",Wi=".data-api",kt="next",ut="prev",dt="left",$t="right",Is=`slide${Ue}`,ni=`slid${Ue}`,Ps=`keydown${Ue}`,$s=`mouseenter${Ue}`,zs=`mouseleave${Ue}`,Hs=`dragstart${Ue}`,Ws=`load${Ue}${Wi}`,Rs=`click${Ue}${Wi}`,Ri="carousel",zt="active",Fi=".active",Bi=".carousel-item",Fs=Fi+Bi,Bs={ArrowLeft:$t,ArrowRight:dt},qs={interval:5e3,keyboard:!0,pause:"hover",ride:!1,touch:!0,wrap:!0},Vs={interval:"(number|boolean)",keyboard:"boolean",pause:"(string|boolean)",ride:"(boolean|string)",touch:"boolean",wrap:"boolean"};class ft extends te{constructor(e,t){super(e,t),this._interval=null,this._activeElement=null,this._isSliding=!1,this.touchTimeout=null,this._swipeHelper=null,this._indicatorsElement=m.findOne(".carousel-indicators",this._element),this._addEventListeners(),this._config.ride===Ri&&this.cycle()}static get Default(){return qs}static get DefaultType(){return Vs}static get NAME(){return"carousel"}next(){this._slide(kt)}nextWhenVisible(){!document.hidden&&y(this._element)&&this.next()}prev(){this._slide(ut)}pause(){this._isSliding&&f(this._element),this._clearInterval()}cycle(){this._clearInterval(),this._updateInterval(),this._interval=setInterval(()=>this.nextWhenVisible(),this._config.interval)}_maybeEnableCycle(){this._config.ride&&(this._isSliding?u.one(this._element,ni,()=>this.cycle()):this.cycle())}to(e){let t=this._getItems();if(e>t.length-1||e<0)return;if(this._isSliding)return void u.one(this._element,ni,()=>this.to(e));let n=this._getItemIndex(this._getActive());if(n===e)return;let s=e>n?kt:ut;this._slide(s,t[e])}dispose(){this._swipeHelper&&this._swipeHelper.dispose(),super.dispose()}_configAfterMerge(e){return e.defaultInterval=e.interval,e}_addEventListeners(){this._config.keyboard&&u.on(this._element,Ps,e=>this._keydown(e)),this._config.pause==="hover"&&(u.on(this._element,$s,()=>this.pause()),u.on(this._element,zs,()=>this._maybeEnableCycle())),this._config.touch&&Pt.isSupported()&&this._addTouchEventListeners()}_addTouchEventListeners(){for(let t of m.find(".carousel-item img",this._element))u.on(t,Hs,n=>n.preventDefault());let e={leftCallback:()=>this._slide(this._directionToOrder(dt)),rightCallback:()=>this._slide(this._directionToOrder($t)),endCallback:()=>{this._config.pause==="hover"&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout(()=>this._maybeEnableCycle(),500+this._config.interval))}};this._swipeHelper=new Pt(this._element,e)}_keydown(e){if(/input|textarea/i.test(e.target.tagName))return;let t=Bs[e.key];t&&(e.preventDefault(),this._slide(this._directionToOrder(t)))}_getItemIndex(e){return this._getItems().indexOf(e)}_setActiveIndicatorElement(e){if(!this._indicatorsElement)return;let t=m.findOne(Fi,this._indicatorsElement);t.classList.remove(zt),t.removeAttribute("aria-current");let n=m.findOne(`[data-bs-slide-to="${e}"]`,this._indicatorsElement);n&&(n.classList.add(zt),n.setAttribute("aria-current","true"))}_updateInterval(){let e=this._activeElement||this._getActive();if(!e)return;let t=Number.parseInt(e.getAttribute("data-bs-interval"),10);this._config.interval=t||this._config.defaultInterval}_slide(e,t=null){if(this._isSliding)return;let n=this._getActive(),s=e===kt,o=t||Ce(this._getItems(),n,s,this._config.wrap);if(o===n)return;let l=this._getItemIndex(o),h=g=>u.trigger(this._element,g,{relatedTarget:o,direction:this._orderToDirection(e),from:this._getItemIndex(n),to:l});if(h(Is).defaultPrevented||!n||!o)return;let p=!!this._interval;this.pause(),this._isSliding=!0,this._setActiveIndicatorElement(l),this._activeElement=o;let v=s?"carousel-item-start":"carousel-item-end",b=s?"carousel-item-next":"carousel-item-prev";o.classList.add(b),C(o),n.classList.add(v),o.classList.add(v),this._queueCallback(()=>{o.classList.remove(v,b),o.classList.add(zt),n.classList.remove(zt,b,v),this._isSliding=!1,h(ni)},n,this._isAnimated()),p&&this.cycle()}_isAnimated(){return this._element.classList.contains("slide")}_getActive(){return m.findOne(Fs,this._element)}_getItems(){return m.find(Bi,this._element)}_clearInterval(){this._interval&&(clearInterval(this._interval),this._interval=null)}_directionToOrder(e){return W()?e===dt?ut:kt:e===dt?kt:ut}_orderToDirection(e){return W()?e===ut?dt:$t:e===ut?$t:dt}static jQueryInterface(e){return this.each(function(){let t=ft.getOrCreateInstance(this,e);if(typeof e!="number"){if(typeof e=="string"){if(t[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);t[e]()}}else t.to(e)})}}u.on(document,Rs,"[data-bs-slide], [data-bs-slide-to]",function(i){let e=m.getElementFromSelector(this);if(!e||!e.classList.contains(Ri))return;i.preventDefault();let t=ft.getOrCreateInstance(e),n=this.getAttribute("data-bs-slide-to");return n?(t.to(n),void t._maybeEnableCycle()):ee.getDataAttribute(this,"slide")==="next"?(t.next(),void t._maybeEnableCycle()):(t.prev(),void t._maybeEnableCycle())}),u.on(window,Ws,()=>{let i=m.find('[data-bs-ride="carousel"]');for(let e of i)ft.getOrCreateInstance(e)}),Z(ft);let xt=".bs.collapse",Ys=`show${xt}`,Xs=`shown${xt}`,Us=`hide${xt}`,Ks=`hidden${xt}`,Qs=`click${xt}.data-api`,si="show",pt="collapse",Ht="collapsing",Gs=`:scope .${pt} .${pt}`,oi='[data-bs-toggle="collapse"]',Zs={parent:null,toggle:!0},Js={parent:"(null|element)",toggle:"boolean"};class mt extends te{constructor(e,t){super(e,t),this._isTransitioning=!1,this._triggerArray=[];let n=m.find(oi);for(let s of n){let o=m.getSelectorFromElement(s),l=m.find(o).filter(h=>h===this._element);o!==null&&l.length&&this._triggerArray.push(s)}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return Zs}static get DefaultType(){return Js}static get NAME(){return"collapse"}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let e=[];if(this._config.parent&&(e=this._getFirstLevelChildren(".collapse.show, .collapse.collapsing").filter(s=>s!==this._element).map(s=>mt.getOrCreateInstance(s,{toggle:!1}))),e.length&&e[0]._isTransitioning||u.trigger(this._element,Ys).defaultPrevented)return;for(let s of e)s.hide();let t=this._getDimension();this._element.classList.remove(pt),this._element.classList.add(Ht),this._element.style[t]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;let n=`scroll${t[0].toUpperCase()+t.slice(1)}`;this._queueCallback(()=>{this._isTransitioning=!1,this._element.classList.remove(Ht),this._element.classList.add(pt,si),this._element.style[t]="",u.trigger(this._element,Xs)},this._element,!0),this._element.style[t]=`${this._element[n]}px`}hide(){if(this._isTransitioning||!this._isShown()||u.trigger(this._element,Us).defaultPrevented)return;let e=this._getDimension();this._element.style[e]=`${this._element.getBoundingClientRect()[e]}px`,C(this._element),this._element.classList.add(Ht),this._element.classList.remove(pt,si);for(let t of this._triggerArray){let n=m.getElementFromSelector(t);n&&!this._isShown(n)&&this._addAriaAndCollapsedClass([t],!1)}this._isTransitioning=!0,this._element.style[e]="",this._queueCallback(()=>{this._isTransitioning=!1,this._element.classList.remove(Ht),this._element.classList.add(pt),u.trigger(this._element,Ks)},this._element,!0)}_isShown(e=this._element){return e.classList.contains(si)}_configAfterMerge(e){return e.toggle=!!e.toggle,e.parent=I(e.parent),e}_getDimension(){return this._element.classList.contains("collapse-horizontal")?"width":"height"}_initializeChildren(){if(!this._config.parent)return;let e=this._getFirstLevelChildren(oi);for(let t of e){let n=m.getElementFromSelector(t);n&&this._addAriaAndCollapsedClass([t],this._isShown(n))}}_getFirstLevelChildren(e){let t=m.find(Gs,this._config.parent);return m.find(e,this._config.parent).filter(n=>!t.includes(n))}_addAriaAndCollapsedClass(e,t){if(e.length)for(let n of e)n.classList.toggle("collapsed",!t),n.setAttribute("aria-expanded",t)}static jQueryInterface(e){let t={};return typeof e=="string"&&/show|hide/.test(e)&&(t.toggle=!1),this.each(function(){let n=mt.getOrCreateInstance(this,t);if(typeof e=="string"){if(n[e]===void 0)throw new TypeError(`No method named "${e}"`);n[e]()}})}}u.on(document,Qs,oi,function(i){(i.target.tagName==="A"||i.delegateTarget&&i.delegateTarget.tagName==="A")&&i.preventDefault();for(let e of m.getMultipleElementsFromSelector(this))mt.getOrCreateInstance(e,{toggle:!1}).toggle()}),Z(mt);var fe="top",be="bottom",ye="right",pe="left",Wt="auto",gt=[fe,be,ye,pe],et="start",_t="end",qi="clippingParents",ri="viewport",vt="popper",Vi="reference",ai=gt.reduce(function(i,e){return i.concat([e+"-"+et,e+"-"+_t])},[]),li=[].concat(gt,[Wt]).reduce(function(i,e){return i.concat([e,e+"-"+et,e+"-"+_t])},[]),Yi="beforeRead",Xi="read",Ui="afterRead",Ki="beforeMain",Qi="main",Gi="afterMain",Zi="beforeWrite",Ji="write",en="afterWrite",tn=[Yi,Xi,Ui,Ki,Qi,Gi,Zi,Ji,en];function ze(i){return i?(i.nodeName||"").toLowerCase():null}function we(i){if(i==null)return window;if(i.toString()!=="[object Window]"){var e=i.ownerDocument;return e&&e.defaultView||window}return i}function tt(i){return i instanceof we(i).Element||i instanceof Element}function Te(i){return i instanceof we(i).HTMLElement||i instanceof HTMLElement}function ci(i){return typeof ShadowRoot<"u"&&(i instanceof we(i).ShadowRoot||i instanceof ShadowRoot)}let hi={name:"applyStyles",enabled:!0,phase:"write",fn:function(i){var e=i.state;Object.keys(e.elements).forEach(function(t){var n=e.styles[t]||{},s=e.attributes[t]||{},o=e.elements[t];Te(o)&&ze(o)&&(Object.assign(o.style,n),Object.keys(s).forEach(function(l){var h=s[l];h===!1?o.removeAttribute(l):o.setAttribute(l,h===!0?"":h)}))})},effect:function(i){var e=i.state,t={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,t.popper),e.styles=t,e.elements.arrow&&Object.assign(e.elements.arrow.style,t.arrow),function(){Object.keys(e.elements).forEach(function(n){var s=e.elements[n],o=e.attributes[n]||{},l=Object.keys(e.styles.hasOwnProperty(n)?e.styles[n]:t[n]).reduce(function(h,p){return h[p]="",h},{});Te(s)&&ze(s)&&(Object.assign(s.style,l),Object.keys(o).forEach(function(h){s.removeAttribute(h)}))})}},requires:["computeStyles"]};function He(i){return i.split("-")[0]}var it=Math.max,Rt=Math.min,bt=Math.round;function ui(){var i=navigator.userAgentData;return i!=null&&i.brands&&Array.isArray(i.brands)?i.brands.map(function(e){return e.brand+"/"+e.version}).join(" "):navigator.userAgent}function nn(){return!/^((?!chrome|android).)*safari/i.test(ui())}function yt(i,e,t){e===void 0&&(e=!1),t===void 0&&(t=!1);var n=i.getBoundingClientRect(),s=1,o=1;e&&Te(i)&&(s=i.offsetWidth>0&&bt(n.width)/i.offsetWidth||1,o=i.offsetHeight>0&&bt(n.height)/i.offsetHeight||1);var l=(tt(i)?we(i):window).visualViewport,h=!nn()&&t,p=(n.left+(h&&l?l.offsetLeft:0))/s,v=(n.top+(h&&l?l.offsetTop:0))/o,b=n.width/s,g=n.height/o;return{width:b,height:g,top:v,right:p+b,bottom:v+g,left:p,x:p,y:v}}function di(i){var e=yt(i),t=i.offsetWidth,n=i.offsetHeight;return Math.abs(e.width-t)<=1&&(t=e.width),Math.abs(e.height-n)<=1&&(n=e.height),{x:i.offsetLeft,y:i.offsetTop,width:t,height:n}}function sn(i,e){var t=e.getRootNode&&e.getRootNode();if(i.contains(e))return!0;if(t&&ci(t)){var n=e;do{if(n&&i.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function Be(i){return we(i).getComputedStyle(i)}function eo(i){return["table","td","th"].indexOf(ze(i))>=0}function Ke(i){return((tt(i)?i.ownerDocument:i.document)||window.document).documentElement}function Ft(i){return ze(i)==="html"?i:i.assignedSlot||i.parentNode||(ci(i)?i.host:null)||Ke(i)}function on(i){return Te(i)&&Be(i).position!=="fixed"?i.offsetParent:null}function Ot(i){for(var e=we(i),t=on(i);t&&eo(t)&&Be(t).position==="static";)t=on(t);return t&&(ze(t)==="html"||ze(t)==="body"&&Be(t).position==="static")?e:t||function(n){var s=/firefox/i.test(ui());if(/Trident/i.test(ui())&&Te(n)&&Be(n).position==="fixed")return null;var o=Ft(n);for(ci(o)&&(o=o.host);Te(o)&&["html","body"].indexOf(ze(o))<0;){var l=Be(o);if(l.transform!=="none"||l.perspective!=="none"||l.contain==="paint"||["transform","perspective"].indexOf(l.willChange)!==-1||s&&l.willChange==="filter"||s&&l.filter&&l.filter!=="none")return o;o=o.parentNode}return null}(i)||e}function fi(i){return["top","bottom"].indexOf(i)>=0?"x":"y"}function Ct(i,e,t){return it(i,Rt(e,t))}function rn(i){return Object.assign({},{top:0,right:0,bottom:0,left:0},i)}function an(i,e){return e.reduce(function(t,n){return t[n]=i,t},{})}let ln={name:"arrow",enabled:!0,phase:"main",fn:function(i){var e,t=i.state,n=i.name,s=i.options,o=t.elements.arrow,l=t.modifiersData.popperOffsets,h=He(t.placement),p=fi(h),v=[pe,ye].indexOf(h)>=0?"height":"width";if(o&&l){var b=function(X,V){return rn(typeof(X=typeof X=="function"?X(Object.assign({},V.rects,{placement:V.placement})):X)!="number"?X:an(X,gt))}(s.padding,t),g=di(o),M=p==="y"?fe:pe,S=p==="y"?be:ye,k=t.rects.reference[v]+t.rects.reference[p]-l[p]-t.rects.popper[v],A=l[p]-t.rects.reference[p],x=Ot(o),Y=x?p==="y"?x.clientHeight||0:x.clientWidth||0:0,K=k/2-A/2,j=b[M],F=Y-g[v]-b[S],N=Y/2-g[v]/2+K,$=Ct(j,N,F),q=p;t.modifiersData[n]=((e={})[q]=$,e.centerOffset=$-N,e)}},effect:function(i){var e=i.state,t=i.options.element,n=t===void 0?"[data-popper-arrow]":t;n!=null&&(typeof n!="string"||(n=e.elements.popper.querySelector(n)))&&sn(e.elements.popper,n)&&(e.elements.arrow=n)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function wt(i){return i.split("-")[1]}var to={top:"auto",right:"auto",bottom:"auto",left:"auto"};function cn(i){var e,t=i.popper,n=i.popperRect,s=i.placement,o=i.variation,l=i.offsets,h=i.position,p=i.gpuAcceleration,v=i.adaptive,b=i.roundOffsets,g=i.isFixed,M=l.x,S=M===void 0?0:M,k=l.y,A=k===void 0?0:k,x=typeof b=="function"?b({x:S,y:A}):{x:S,y:A};S=x.x,A=x.y;var Y=l.hasOwnProperty("x"),K=l.hasOwnProperty("y"),j=pe,F=fe,N=window;if(v){var $=Ot(t),q="clientHeight",X="clientWidth";$===we(t)&&Be($=Ke(t)).position!=="static"&&h==="absolute"&&(q="scrollHeight",X="scrollWidth"),(s===fe||(s===pe||s===ye)&&o===_t)&&(F=be,A-=(g&&$===N&&N.visualViewport?N.visualViewport.height:$[q])-n.height,A*=p?1:-1),s!==pe&&(s!==fe&&s!==be||o!==_t)||(j=ye,S-=(g&&$===N&&N.visualViewport?N.visualViewport.width:$[X])-n.width,S*=p?1:-1)}var V,se=Object.assign({position:h},v&&to),Ee=b===!0?function(Ne,me){var ke=Ne.x,xe=Ne.y,ie=me.devicePixelRatio||1;return{x:bt(ke*ie)/ie||0,y:bt(xe*ie)/ie||0}}({x:S,y:A},we(t)):{x:S,y:A};return S=Ee.x,A=Ee.y,p?Object.assign({},se,((V={})[F]=K?"0":"",V[j]=Y?"0":"",V.transform=(N.devicePixelRatio||1)<=1?"translate("+S+"px, "+A+"px)":"translate3d("+S+"px, "+A+"px, 0)",V)):Object.assign({},se,((e={})[F]=K?A+"px":"",e[j]=Y?S+"px":"",e.transform="",e))}let pi={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(i){var e=i.state,t=i.options,n=t.gpuAcceleration,s=n===void 0||n,o=t.adaptive,l=o===void 0||o,h=t.roundOffsets,p=h===void 0||h,v={placement:He(e.placement),variation:wt(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:s,isFixed:e.options.strategy==="fixed"};e.modifiersData.popperOffsets!=null&&(e.styles.popper=Object.assign({},e.styles.popper,cn(Object.assign({},v,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:l,roundOffsets:p})))),e.modifiersData.arrow!=null&&(e.styles.arrow=Object.assign({},e.styles.arrow,cn(Object.assign({},v,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:p})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}};var Bt={passive:!0};let mi={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(i){var e=i.state,t=i.instance,n=i.options,s=n.scroll,o=s===void 0||s,l=n.resize,h=l===void 0||l,p=we(e.elements.popper),v=[].concat(e.scrollParents.reference,e.scrollParents.popper);return o&&v.forEach(function(b){b.addEventListener("scroll",t.update,Bt)}),h&&p.addEventListener("resize",t.update,Bt),function(){o&&v.forEach(function(b){b.removeEventListener("scroll",t.update,Bt)}),h&&p.removeEventListener("resize",t.update,Bt)}},data:{}};var io={left:"right",right:"left",bottom:"top",top:"bottom"};function qt(i){return i.replace(/left|right|bottom|top/g,function(e){return io[e]})}var no={start:"end",end:"start"};function hn(i){return i.replace(/start|end/g,function(e){return no[e]})}function gi(i){var e=we(i);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function _i(i){return yt(Ke(i)).left+gi(i).scrollLeft}function vi(i){var e=Be(i),t=e.overflow,n=e.overflowX,s=e.overflowY;return/auto|scroll|overlay|hidden/.test(t+s+n)}function un(i){return["html","body","#document"].indexOf(ze(i))>=0?i.ownerDocument.body:Te(i)&&vi(i)?i:un(Ft(i))}function Lt(i,e){var t;e===void 0&&(e=[]);var n=un(i),s=n===((t=i.ownerDocument)==null?void 0:t.body),o=we(n),l=s?[o].concat(o.visualViewport||[],vi(n)?n:[]):n,h=e.concat(l);return s?h:h.concat(Lt(Ft(l)))}function bi(i){return Object.assign({},i,{left:i.x,top:i.y,right:i.x+i.width,bottom:i.y+i.height})}function dn(i,e,t){return e===ri?bi(function(n,s){var o=we(n),l=Ke(n),h=o.visualViewport,p=l.clientWidth,v=l.clientHeight,b=0,g=0;if(h){p=h.width,v=h.height;var M=nn();(M||!M&&s==="fixed")&&(b=h.offsetLeft,g=h.offsetTop)}return{width:p,height:v,x:b+_i(n),y:g}}(i,t)):tt(e)?function(n,s){var o=yt(n,!1,s==="fixed");return o.top=o.top+n.clientTop,o.left=o.left+n.clientLeft,o.bottom=o.top+n.clientHeight,o.right=o.left+n.clientWidth,o.width=n.clientWidth,o.height=n.clientHeight,o.x=o.left,o.y=o.top,o}(e,t):bi(function(n){var s,o=Ke(n),l=gi(n),h=(s=n.ownerDocument)==null?void 0:s.body,p=it(o.scrollWidth,o.clientWidth,h?h.scrollWidth:0,h?h.clientWidth:0),v=it(o.scrollHeight,o.clientHeight,h?h.scrollHeight:0,h?h.clientHeight:0),b=-l.scrollLeft+_i(n),g=-l.scrollTop;return Be(h||o).direction==="rtl"&&(b+=it(o.clientWidth,h?h.clientWidth:0)-p),{width:p,height:v,x:b,y:g}}(Ke(i)))}function fn(i){var e,t=i.reference,n=i.element,s=i.placement,o=s?He(s):null,l=s?wt(s):null,h=t.x+t.width/2-n.width/2,p=t.y+t.height/2-n.height/2;switch(o){case fe:e={x:h,y:t.y-n.height};break;case be:e={x:h,y:t.y+t.height};break;case ye:e={x:t.x+t.width,y:p};break;case pe:e={x:t.x-n.width,y:p};break;default:e={x:t.x,y:t.y}}var v=o?fi(o):null;if(v!=null){var b=v==="y"?"height":"width";switch(l){case et:e[v]=e[v]-(t[b]/2-n[b]/2);break;case _t:e[v]=e[v]+(t[b]/2-n[b]/2)}}return e}function Et(i,e){e===void 0&&(e={});var t=e,n=t.placement,s=n===void 0?i.placement:n,o=t.strategy,l=o===void 0?i.strategy:o,h=t.boundary,p=h===void 0?qi:h,v=t.rootBoundary,b=v===void 0?ri:v,g=t.elementContext,M=g===void 0?vt:g,S=t.altBoundary,k=S!==void 0&&S,A=t.padding,x=A===void 0?0:A,Y=rn(typeof x!="number"?x:an(x,gt)),K=M===vt?Vi:vt,j=i.rects.popper,F=i.elements[k?K:M],N=function(me,ke,xe,ie){var We=ke==="clippingParents"?function(U){var ge=Lt(Ft(U)),Oe=["absolute","fixed"].indexOf(Be(U).position)>=0&&Te(U)?Ot(U):U;return tt(Oe)?ge.filter(function(Ge){return tt(Ge)&&sn(Ge,Oe)&&ze(Ge)!=="body"}):[]}(me):[].concat(ke),Re=[].concat(We,[xe]),At=Re[0],ae=Re.reduce(function(U,ge){var Oe=dn(me,ge,ie);return U.top=it(Oe.top,U.top),U.right=Rt(Oe.right,U.right),U.bottom=Rt(Oe.bottom,U.bottom),U.left=it(Oe.left,U.left),U},dn(me,At,ie));return ae.width=ae.right-ae.left,ae.height=ae.bottom-ae.top,ae.x=ae.left,ae.y=ae.top,ae}(tt(F)?F:F.contextElement||Ke(i.elements.popper),p,b,l),$=yt(i.elements.reference),q=fn({reference:$,element:j,strategy:"absolute",placement:s}),X=bi(Object.assign({},j,q)),V=M===vt?X:$,se={top:N.top-V.top+Y.top,bottom:V.bottom-N.bottom+Y.bottom,left:N.left-V.left+Y.left,right:V.right-N.right+Y.right},Ee=i.modifiersData.offset;if(M===vt&&Ee){var Ne=Ee[s];Object.keys(se).forEach(function(me){var ke=[ye,be].indexOf(me)>=0?1:-1,xe=[fe,be].indexOf(me)>=0?"y":"x";se[me]+=Ne[xe]*ke})}return se}function so(i,e){e===void 0&&(e={});var t=e,n=t.placement,s=t.boundary,o=t.rootBoundary,l=t.padding,h=t.flipVariations,p=t.allowedAutoPlacements,v=p===void 0?li:p,b=wt(n),g=b?h?ai:ai.filter(function(k){return wt(k)===b}):gt,M=g.filter(function(k){return v.indexOf(k)>=0});M.length===0&&(M=g);var S=M.reduce(function(k,A){return k[A]=Et(i,{placement:A,boundary:s,rootBoundary:o,padding:l})[He(A)],k},{});return Object.keys(S).sort(function(k,A){return S[k]-S[A]})}let pn={name:"flip",enabled:!0,phase:"main",fn:function(i){var e=i.state,t=i.options,n=i.name;if(!e.modifiersData[n]._skip){for(var s=t.mainAxis,o=s===void 0||s,l=t.altAxis,h=l===void 0||l,p=t.fallbackPlacements,v=t.padding,b=t.boundary,g=t.rootBoundary,M=t.altBoundary,S=t.flipVariations,k=S===void 0||S,A=t.allowedAutoPlacements,x=e.options.placement,Y=He(x),K=p||(Y!==x&&k?function(U){if(He(U)===Wt)return[];var ge=qt(U);return[hn(U),ge,hn(ge)]}(x):[qt(x)]),j=[x].concat(K).reduce(function(U,ge){return U.concat(He(ge)===Wt?so(e,{placement:ge,boundary:b,rootBoundary:g,padding:v,flipVariations:k,allowedAutoPlacements:A}):ge)},[]),F=e.rects.reference,N=e.rects.popper,$=new Map,q=!0,X=j[0],V=0;V=0,ke=me?"width":"height",xe=Et(e,{placement:se,boundary:b,rootBoundary:g,altBoundary:M,padding:v}),ie=me?Ne?ye:pe:Ne?be:fe;F[ke]>N[ke]&&(ie=qt(ie));var We=qt(ie),Re=[];if(o&&Re.push(xe[Ee]<=0),h&&Re.push(xe[ie]<=0,xe[We]<=0),Re.every(function(U){return U})){X=se,q=!1;break}$.set(se,Re)}if(q)for(var At=function(U){var ge=j.find(function(Oe){var Ge=$.get(Oe);if(Ge)return Ge.slice(0,U).every(function(Jt){return Jt})});if(ge)return X=ge,"break"},ae=k?3:1;ae>0&&At(ae)!=="break";ae--);e.placement!==X&&(e.modifiersData[n]._skip=!0,e.placement=X,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function mn(i,e,t){return t===void 0&&(t={x:0,y:0}),{top:i.top-e.height-t.y,right:i.right-e.width+t.x,bottom:i.bottom-e.height+t.y,left:i.left-e.width-t.x}}function gn(i){return[fe,ye,be,pe].some(function(e){return i[e]>=0})}let _n={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(i){var e=i.state,t=i.name,n=e.rects.reference,s=e.rects.popper,o=e.modifiersData.preventOverflow,l=Et(e,{elementContext:"reference"}),h=Et(e,{altBoundary:!0}),p=mn(l,n),v=mn(h,s,o),b=gn(p),g=gn(v);e.modifiersData[t]={referenceClippingOffsets:p,popperEscapeOffsets:v,isReferenceHidden:b,hasPopperEscaped:g},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":b,"data-popper-escaped":g})}},vn={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(i){var e=i.state,t=i.options,n=i.name,s=t.offset,o=s===void 0?[0,0]:s,l=li.reduce(function(b,g){return b[g]=function(M,S,k){var A=He(M),x=[pe,fe].indexOf(A)>=0?-1:1,Y=typeof k=="function"?k(Object.assign({},S,{placement:M})):k,K=Y[0],j=Y[1];return K=K||0,j=(j||0)*x,[pe,ye].indexOf(A)>=0?{x:j,y:K}:{x:K,y:j}}(g,e.rects,o),b},{}),h=l[e.placement],p=h.x,v=h.y;e.modifiersData.popperOffsets!=null&&(e.modifiersData.popperOffsets.x+=p,e.modifiersData.popperOffsets.y+=v),e.modifiersData[n]=l}},yi={name:"popperOffsets",enabled:!0,phase:"read",fn:function(i){var e=i.state,t=i.name;e.modifiersData[t]=fn({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}},bn={name:"preventOverflow",enabled:!0,phase:"main",fn:function(i){var e=i.state,t=i.options,n=i.name,s=t.mainAxis,o=s===void 0||s,l=t.altAxis,h=l!==void 0&&l,p=t.boundary,v=t.rootBoundary,b=t.altBoundary,g=t.padding,M=t.tether,S=M===void 0||M,k=t.tetherOffset,A=k===void 0?0:k,x=Et(e,{boundary:p,rootBoundary:v,padding:g,altBoundary:b}),Y=He(e.placement),K=wt(e.placement),j=!K,F=fi(Y),N=F==="x"?"y":"x",$=e.modifiersData.popperOffsets,q=e.rects.reference,X=e.rects.popper,V=typeof A=="function"?A(Object.assign({},e.rects,{placement:e.placement})):A,se=typeof V=="number"?{mainAxis:V,altAxis:V}:Object.assign({mainAxis:0,altAxis:0},V),Ee=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,Ne={x:0,y:0};if($){if(o){var me,ke=F==="y"?fe:pe,xe=F==="y"?be:ye,ie=F==="y"?"height":"width",We=$[F],Re=We+x[ke],At=We-x[xe],ae=S?-X[ie]/2:0,U=K===et?q[ie]:X[ie],ge=K===et?-X[ie]:-q[ie],Oe=e.elements.arrow,Ge=S&&Oe?di(Oe):{width:0,height:0},Jt=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},os=Jt[ke],rs=Jt[xe],ei=Ct(0,q[ie],Ge[ie]),jr=j?q[ie]/2-ae-ei-os-se.mainAxis:U-ei-os-se.mainAxis,Ir=j?-q[ie]/2+ae+ei+rs+se.mainAxis:ge+ei+rs+se.mainAxis,Ni=e.elements.arrow&&Ot(e.elements.arrow),Pr=Ni?F==="y"?Ni.clientTop||0:Ni.clientLeft||0:0,as=(me=Ee?.[F])!=null?me:0,$r=We+Ir-as,ls=Ct(S?Rt(Re,We+jr-as-Pr):Re,We,S?it(At,$r):At);$[F]=ls,Ne[F]=ls-We}if(h){var cs,zr=F==="x"?fe:pe,Hr=F==="x"?be:ye,ht=$[N],ti=N==="y"?"height":"width",hs=ht+x[zr],us=ht-x[Hr],ji=[fe,pe].indexOf(Y)!==-1,ds=(cs=Ee?.[N])!=null?cs:0,fs=ji?hs:ht-q[ti]-X[ti]-ds+se.altAxis,ps=ji?ht+q[ti]+X[ti]-ds-se.altAxis:us,ms=S&&ji?function(Wr,Rr,Ii){var gs=Ct(Wr,Rr,Ii);return gs>Ii?Ii:gs}(fs,ht,ps):Ct(S?fs:hs,ht,S?ps:us);$[N]=ms,Ne[N]=ms-ht}e.modifiersData[n]=Ne}},requiresIfExists:["offset"]};function oo(i,e,t){t===void 0&&(t=!1);var n,s,o=Te(e),l=Te(e)&&function(g){var M=g.getBoundingClientRect(),S=bt(M.width)/g.offsetWidth||1,k=bt(M.height)/g.offsetHeight||1;return S!==1||k!==1}(e),h=Ke(e),p=yt(i,l,t),v={scrollLeft:0,scrollTop:0},b={x:0,y:0};return(o||!o&&!t)&&((ze(e)!=="body"||vi(h))&&(v=(n=e)!==we(n)&&Te(n)?{scrollLeft:(s=n).scrollLeft,scrollTop:s.scrollTop}:gi(n)),Te(e)?((b=yt(e,!0)).x+=e.clientLeft,b.y+=e.clientTop):h&&(b.x=_i(h))),{x:p.left+v.scrollLeft-b.x,y:p.top+v.scrollTop-b.y,width:p.width,height:p.height}}function ro(i){var e=new Map,t=new Set,n=[];function s(o){t.add(o.name),[].concat(o.requires||[],o.requiresIfExists||[]).forEach(function(l){if(!t.has(l)){var h=e.get(l);h&&s(h)}}),n.push(o)}return i.forEach(function(o){e.set(o.name,o)}),i.forEach(function(o){t.has(o.name)||s(o)}),n}var yn={placement:"bottom",modifiers:[],strategy:"absolute"};function wn(){for(var i=arguments.length,e=new Array(i),t=0;tNumber.parseInt(t,10)):typeof e=="function"?t=>e(t,this._element):e}_getPopperConfig(){let e={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return(this._inNavbar||this._config.display==="static")&&(ee.setDataAttribute(this._menu,"popper","static"),e.modifiers=[{name:"applyStyles",enabled:!1}]),{...e,...J(this._config.popperConfig,[e])}}_selectMenuItem({key:e,target:t}){let n=m.find(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",this._menu).filter(s=>y(s));n.length&&Ce(n,t,e===Tn,!n.includes(t)).focus()}static jQueryInterface(e){return this.each(function(){let t=De.getOrCreateInstance(this,e);if(typeof e=="string"){if(t[e]===void 0)throw new TypeError(`No method named "${e}"`);t[e]()}})}static clearMenus(e){if(e.button===2||e.type==="keyup"&&e.key!=="Tab")return;let t=m.find(go);for(let n of t){let s=De.getInstance(n);if(!s||s._config.autoClose===!1)continue;let o=e.composedPath(),l=o.includes(s._menu);if(o.includes(s._element)||s._config.autoClose==="inside"&&!l||s._config.autoClose==="outside"&&l||s._menu.contains(e.target)&&(e.type==="keyup"&&e.key==="Tab"||/input|select|option|textarea|form/i.test(e.target.tagName)))continue;let h={relatedTarget:s._element};e.type==="click"&&(h.clickEvent=e),s._completeHide(h)}}static dataApiKeydownHandler(e){let t=/input|textarea/i.test(e.target.tagName),n=e.key==="Escape",s=[co,Tn].includes(e.key);if(!s&&!n||t&&!n)return;e.preventDefault();let o=this.matches(st)?this:m.prev(this,st)[0]||m.next(this,st)[0]||m.findOne(st,e.delegateTarget.parentNode),l=De.getOrCreateInstance(o);if(s)return e.stopPropagation(),l.show(),void l._selectMenuItem(e);l._isShown()&&(e.stopPropagation(),l.hide(),o.focus())}}u.on(document,kn,st,De.dataApiKeydownHandler),u.on(document,kn,Yt,De.dataApiKeydownHandler),u.on(document,An,De.clearMenus),u.on(document,mo,De.clearMenus),u.on(document,An,st,function(i){i.preventDefault(),De.getOrCreateInstance(this).toggle()}),Z(De);let xn="backdrop",On="show",Cn=`mousedown.bs.${xn}`,Ao={className:"modal-backdrop",clickCallback:null,isAnimated:!1,isVisible:!0,rootElement:"body"},ko={className:"string",clickCallback:"(function|null)",isAnimated:"boolean",isVisible:"boolean",rootElement:"(element|string)"};class Ln extends he{constructor(e){super(),this._config=this._getConfig(e),this._isAppended=!1,this._element=null}static get Default(){return Ao}static get DefaultType(){return ko}static get NAME(){return xn}show(e){if(!this._config.isVisible)return void J(e);this._append();let t=this._getElement();this._config.isAnimated&&C(t),t.classList.add(On),this._emulateAnimation(()=>{J(e)})}hide(e){this._config.isVisible?(this._getElement().classList.remove(On),this._emulateAnimation(()=>{this.dispose(),J(e)})):J(e)}dispose(){this._isAppended&&(u.off(this._element,Cn),this._element.remove(),this._isAppended=!1)}_getElement(){if(!this._element){let e=document.createElement("div");e.className=this._config.className,this._config.isAnimated&&e.classList.add("fade"),this._element=e}return this._element}_configAfterMerge(e){return e.rootElement=I(e.rootElement),e}_append(){if(this._isAppended)return;let e=this._getElement();this._config.rootElement.append(e),u.on(e,Cn,()=>{J(this._config.clickCallback)}),this._isAppended=!0}_emulateAnimation(e){je(e,this._getElement(),this._config.isAnimated)}}let Xt=".bs.focustrap",xo=`focusin${Xt}`,Oo=`keydown.tab${Xt}`,Mn="backward",Co={autofocus:!0,trapElement:null},Lo={autofocus:"boolean",trapElement:"element"};class Dn extends he{constructor(e){super(),this._config=this._getConfig(e),this._isActive=!1,this._lastTabNavDirection=null}static get Default(){return Co}static get DefaultType(){return Lo}static get NAME(){return"focustrap"}activate(){this._isActive||(this._config.autofocus&&this._config.trapElement.focus(),u.off(document,Xt),u.on(document,xo,e=>this._handleFocusin(e)),u.on(document,Oo,e=>this._handleKeydown(e)),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,u.off(document,Xt))}_handleFocusin(e){let{trapElement:t}=this._config;if(e.target===document||e.target===t||t.contains(e.target))return;let n=m.focusableChildren(t);n.length===0?t.focus():this._lastTabNavDirection===Mn?n[n.length-1].focus():n[0].focus()}_handleKeydown(e){e.key==="Tab"&&(this._lastTabNavDirection=e.shiftKey?Mn:"forward")}}let Nn=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",jn=".sticky-top",Ut="padding-right",In="margin-right";class Si{constructor(){this._element=document.body}getWidth(){let e=document.documentElement.clientWidth;return Math.abs(window.innerWidth-e)}hide(){let e=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,Ut,t=>t+e),this._setElementAttributes(Nn,Ut,t=>t+e),this._setElementAttributes(jn,In,t=>t-e)}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,Ut),this._resetElementAttributes(Nn,Ut),this._resetElementAttributes(jn,In)}isOverflowing(){return this.getWidth()>0}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(e,t,n){let s=this.getWidth();this._applyManipulationCallback(e,o=>{if(o!==this._element&&window.innerWidth>o.clientWidth+s)return;this._saveInitialAttribute(o,t);let l=window.getComputedStyle(o).getPropertyValue(t);o.style.setProperty(t,`${n(Number.parseFloat(l))}px`)})}_saveInitialAttribute(e,t){let n=e.style.getPropertyValue(t);n&&ee.setDataAttribute(e,t,n)}_resetElementAttributes(e,t){this._applyManipulationCallback(e,n=>{let s=ee.getDataAttribute(n,t);s!==null?(ee.removeDataAttribute(n,t),n.style.setProperty(t,s)):n.style.removeProperty(t)})}_applyManipulationCallback(e,t){if(w(e))t(e);else for(let n of m.find(e,this._element))t(n)}}let Ae=".bs.modal",Mo=`hide${Ae}`,Do=`hidePrevented${Ae}`,Pn=`hidden${Ae}`,$n=`show${Ae}`,No=`shown${Ae}`,jo=`resize${Ae}`,Io=`click.dismiss${Ae}`,Po=`mousedown.dismiss${Ae}`,$o=`keydown.dismiss${Ae}`,zo=`click${Ae}.data-api`,zn="modal-open",Hn="show",Ti="modal-static",Ho={backdrop:!0,focus:!0,keyboard:!0},Wo={backdrop:"(boolean|string)",focus:"boolean",keyboard:"boolean"};class ot extends te{constructor(e,t){super(e,t),this._dialog=m.findOne(".modal-dialog",this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new Si,this._addEventListeners()}static get Default(){return Ho}static get DefaultType(){return Wo}static get NAME(){return"modal"}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){this._isShown||this._isTransitioning||u.trigger(this._element,$n,{relatedTarget:e}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(zn),this._adjustDialog(),this._backdrop.show(()=>this._showElement(e)))}hide(){this._isShown&&!this._isTransitioning&&(u.trigger(this._element,Mo).defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove(Hn),this._queueCallback(()=>this._hideModal(),this._element,this._isAnimated())))}dispose(){u.off(window,Ae),u.off(this._dialog,Ae),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new Ln({isVisible:!!this._config.backdrop,isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new Dn({trapElement:this._element})}_showElement(e){document.body.contains(this._element)||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0;let t=m.findOne(".modal-body",this._dialog);t&&(t.scrollTop=0),C(this._element),this._element.classList.add(Hn),this._queueCallback(()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,u.trigger(this._element,No,{relatedTarget:e})},this._dialog,this._isAnimated())}_addEventListeners(){u.on(this._element,$o,e=>{e.key==="Escape"&&(this._config.keyboard?this.hide():this._triggerBackdropTransition())}),u.on(window,jo,()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()}),u.on(this._element,Po,e=>{u.one(this._element,Io,t=>{this._element===e.target&&this._element===t.target&&(this._config.backdrop!=="static"?this._config.backdrop&&this.hide():this._triggerBackdropTransition())})})}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide(()=>{document.body.classList.remove(zn),this._resetAdjustments(),this._scrollBar.reset(),u.trigger(this._element,Pn)})}_isAnimated(){return this._element.classList.contains("fade")}_triggerBackdropTransition(){if(u.trigger(this._element,Do).defaultPrevented)return;let e=this._element.scrollHeight>document.documentElement.clientHeight,t=this._element.style.overflowY;t==="hidden"||this._element.classList.contains(Ti)||(e||(this._element.style.overflowY="hidden"),this._element.classList.add(Ti),this._queueCallback(()=>{this._element.classList.remove(Ti),this._queueCallback(()=>{this._element.style.overflowY=t},this._dialog)},this._dialog),this._element.focus())}_adjustDialog(){let e=this._element.scrollHeight>document.documentElement.clientHeight,t=this._scrollBar.getWidth(),n=t>0;if(n&&!e){let s=W()?"paddingLeft":"paddingRight";this._element.style[s]=`${t}px`}if(!n&&e){let s=W()?"paddingRight":"paddingLeft";this._element.style[s]=`${t}px`}}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(e,t){return this.each(function(){let n=ot.getOrCreateInstance(this,e);if(typeof e=="string"){if(n[e]===void 0)throw new TypeError(`No method named "${e}"`);n[e](t)}})}}u.on(document,zo,'[data-bs-toggle="modal"]',function(i){let e=m.getElementFromSelector(this);["A","AREA"].includes(this.tagName)&&i.preventDefault(),u.one(e,$n,n=>{n.defaultPrevented||u.one(e,Pn,()=>{y(this)&&this.focus()})});let t=m.findOne(".modal.show");t&&ot.getInstance(t).hide(),ot.getOrCreateInstance(e).toggle(this)}),re(ot),Z(ot);let qe=".bs.offcanvas",Wn=".data-api",Ro=`load${qe}${Wn}`,Rn="show",Fn="showing",Bn="hiding",qn=".offcanvas.show",Fo=`show${qe}`,Bo=`shown${qe}`,qo=`hide${qe}`,Vn=`hidePrevented${qe}`,Yn=`hidden${qe}`,Vo=`resize${qe}`,Yo=`click${qe}${Wn}`,Xo=`keydown.dismiss${qe}`,Uo={backdrop:!0,keyboard:!0,scroll:!1},Ko={backdrop:"(boolean|string)",keyboard:"boolean",scroll:"boolean"};class Ve extends te{constructor(e,t){super(e,t),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get Default(){return Uo}static get DefaultType(){return Ko}static get NAME(){return"offcanvas"}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){this._isShown||u.trigger(this._element,Fo,{relatedTarget:e}).defaultPrevented||(this._isShown=!0,this._backdrop.show(),this._config.scroll||new Si().hide(),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add(Fn),this._queueCallback(()=>{this._config.scroll&&!this._config.backdrop||this._focustrap.activate(),this._element.classList.add(Rn),this._element.classList.remove(Fn),u.trigger(this._element,Bo,{relatedTarget:e})},this._element,!0))}hide(){this._isShown&&(u.trigger(this._element,qo).defaultPrevented||(this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add(Bn),this._backdrop.hide(),this._queueCallback(()=>{this._element.classList.remove(Rn,Bn),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._config.scroll||new Si().reset(),u.trigger(this._element,Yn)},this._element,!0)))}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_initializeBackDrop(){let e=!!this._config.backdrop;return new Ln({className:"offcanvas-backdrop",isVisible:e,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:e?()=>{this._config.backdrop!=="static"?this.hide():u.trigger(this._element,Vn)}:null})}_initializeFocusTrap(){return new Dn({trapElement:this._element})}_addEventListeners(){u.on(this._element,Xo,e=>{e.key==="Escape"&&(this._config.keyboard?this.hide():u.trigger(this._element,Vn))})}static jQueryInterface(e){return this.each(function(){let t=Ve.getOrCreateInstance(this,e);if(typeof e=="string"){if(t[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);t[e](this)}})}}u.on(document,Yo,'[data-bs-toggle="offcanvas"]',function(i){let e=m.getElementFromSelector(this);if(["A","AREA"].includes(this.tagName)&&i.preventDefault(),T(this))return;u.one(e,Yn,()=>{y(this)&&this.focus()});let t=m.findOne(qn);t&&t!==e&&Ve.getInstance(t).hide(),Ve.getOrCreateInstance(e).toggle(this)}),u.on(window,Ro,()=>{for(let i of m.find(qn))Ve.getOrCreateInstance(i).show()}),u.on(window,Vo,()=>{for(let i of m.find("[aria-modal][class*=show][class*=offcanvas-]"))getComputedStyle(i).position!=="fixed"&&Ve.getOrCreateInstance(i).hide()}),re(Ve),Z(Ve);let Xn={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},Qo=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),Go=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i,Zo=(i,e)=>{let t=i.nodeName.toLowerCase();return e.includes(t)?!Qo.has(t)||!!Go.test(i.nodeValue):e.filter(n=>n instanceof RegExp).some(n=>n.test(t))},Jo={allowList:Xn,content:{},extraClass:"",html:!1,sanitize:!0,sanitizeFn:null,template:"
    "},er={allowList:"object",content:"object",extraClass:"(string|function)",html:"boolean",sanitize:"boolean",sanitizeFn:"(null|function)",template:"string"},tr={entry:"(string|element|function|null)",selector:"(string|element)"};class ir extends he{constructor(e){super(),this._config=this._getConfig(e)}static get Default(){return Jo}static get DefaultType(){return er}static get NAME(){return"TemplateFactory"}getContent(){return Object.values(this._config.content).map(e=>this._resolvePossibleFunction(e)).filter(Boolean)}hasContent(){return this.getContent().length>0}changeContent(e){return this._checkContent(e),this._config.content={...this._config.content,...e},this}toHtml(){let e=document.createElement("div");e.innerHTML=this._maybeSanitize(this._config.template);for(let[s,o]of Object.entries(this._config.content))this._setContent(e,o,s);let t=e.children[0],n=this._resolvePossibleFunction(this._config.extraClass);return n&&t.classList.add(...n.split(" ")),t}_typeCheckConfig(e){super._typeCheckConfig(e),this._checkContent(e.content)}_checkContent(e){for(let[t,n]of Object.entries(e))super._typeCheckConfig({selector:t,entry:n},tr)}_setContent(e,t,n){let s=m.findOne(n,e);s&&((t=this._resolvePossibleFunction(t))?w(t)?this._putElementInTemplate(I(t),s):this._config.html?s.innerHTML=this._maybeSanitize(t):s.textContent=t:s.remove())}_maybeSanitize(e){return this._config.sanitize?function(t,n,s){if(!t.length)return t;if(s&&typeof s=="function")return s(t);let o=new window.DOMParser().parseFromString(t,"text/html"),l=[].concat(...o.body.querySelectorAll("*"));for(let h of l){let p=h.nodeName.toLowerCase();if(!Object.keys(n).includes(p)){h.remove();continue}let v=[].concat(...h.attributes),b=[].concat(n["*"]||[],n[p]||[]);for(let g of v)Zo(g,b)||h.removeAttribute(g.nodeName)}return o.body.innerHTML}(e,this._config.allowList,this._config.sanitizeFn):e}_resolvePossibleFunction(e){return J(e,[this])}_putElementInTemplate(e,t){if(this._config.html)return t.innerHTML="",void t.append(e);t.textContent=e.textContent}}let nr=new Set(["sanitize","allowList","sanitizeFn"]),Ai="fade",Kt="show",Un=".modal",Kn="hide.bs.modal",Mt="hover",ki="focus",sr={AUTO:"auto",TOP:"top",RIGHT:W()?"left":"right",BOTTOM:"bottom",LEFT:W()?"right":"left"},or={allowList:Xn,animation:!0,boundary:"clippingParents",container:!1,customClass:"",delay:0,fallbackPlacements:["top","right","bottom","left"],html:!1,offset:[0,6],placement:"top",popperConfig:null,sanitize:!0,sanitizeFn:null,selector:!1,template:'',title:"",trigger:"hover focus"},rr={allowList:"object",animation:"boolean",boundary:"(string|element)",container:"(string|element|boolean)",customClass:"(string|function)",delay:"(number|object)",fallbackPlacements:"array",html:"boolean",offset:"(array|string|function)",placement:"(string|function)",popperConfig:"(null|object|function)",sanitize:"boolean",sanitizeFn:"(null|function)",selector:"(string|boolean)",template:"string",title:"(string|element|function)",trigger:"string"};class rt extends te{constructor(e,t){if(En===void 0)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");super(e,t),this._isEnabled=!0,this._timeout=0,this._isHovered=null,this._activeTrigger={},this._popper=null,this._templateFactory=null,this._newContent=null,this.tip=null,this._setListeners(),this._config.selector||this._fixTitle()}static get Default(){return or}static get DefaultType(){return rr}static get NAME(){return"tooltip"}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(){this._isEnabled&&(this._activeTrigger.click=!this._activeTrigger.click,this._isShown()?this._leave():this._enter())}dispose(){clearTimeout(this._timeout),u.off(this._element.closest(Un),Kn,this._hideModalHandler),this._element.getAttribute("data-bs-original-title")&&this._element.setAttribute("title",this._element.getAttribute("data-bs-original-title")),this._disposePopper(),super.dispose()}show(){if(this._element.style.display==="none")throw new Error("Please use show on visible elements");if(!this._isWithContent()||!this._isEnabled)return;let e=u.trigger(this._element,this.constructor.eventName("show")),t=(O(this._element)||this._element.ownerDocument.documentElement).contains(this._element);if(e.defaultPrevented||!t)return;this._disposePopper();let n=this._getTipElement();this._element.setAttribute("aria-describedby",n.getAttribute("id"));let{container:s}=this._config;if(this._element.ownerDocument.documentElement.contains(this.tip)||(s.append(n),u.trigger(this._element,this.constructor.eventName("inserted"))),this._popper=this._createPopper(n),n.classList.add(Kt),"ontouchstart"in document.documentElement)for(let o of[].concat(...document.body.children))u.on(o,"mouseover",D);this._queueCallback(()=>{u.trigger(this._element,this.constructor.eventName("shown")),this._isHovered===!1&&this._leave(),this._isHovered=!1},this.tip,this._isAnimated())}hide(){if(this._isShown()&&!u.trigger(this._element,this.constructor.eventName("hide")).defaultPrevented){if(this._getTipElement().classList.remove(Kt),"ontouchstart"in document.documentElement)for(let e of[].concat(...document.body.children))u.off(e,"mouseover",D);this._activeTrigger.click=!1,this._activeTrigger[ki]=!1,this._activeTrigger[Mt]=!1,this._isHovered=null,this._queueCallback(()=>{this._isWithActiveTrigger()||(this._isHovered||this._disposePopper(),this._element.removeAttribute("aria-describedby"),u.trigger(this._element,this.constructor.eventName("hidden")))},this.tip,this._isAnimated())}}update(){this._popper&&this._popper.update()}_isWithContent(){return!!this._getTitle()}_getTipElement(){return this.tip||(this.tip=this._createTipElement(this._newContent||this._getContentForTemplate())),this.tip}_createTipElement(e){let t=this._getTemplateFactory(e).toHtml();if(!t)return null;t.classList.remove(Ai,Kt),t.classList.add(`bs-${this.constructor.NAME}-auto`);let n=(s=>{do s+=Math.floor(1e6*Math.random());while(document.getElementById(s));return s})(this.constructor.NAME).toString();return t.setAttribute("id",n),this._isAnimated()&&t.classList.add(Ai),t}setContent(e){this._newContent=e,this._isShown()&&(this._disposePopper(),this.show())}_getTemplateFactory(e){return this._templateFactory?this._templateFactory.changeContent(e):this._templateFactory=new ir({...this._config,content:e,extraClass:this._resolvePossibleFunction(this._config.customClass)}),this._templateFactory}_getContentForTemplate(){return{".tooltip-inner":this._getTitle()}}_getTitle(){return this._resolvePossibleFunction(this._config.title)||this._element.getAttribute("data-bs-original-title")}_initializeOnDelegatedTarget(e){return this.constructor.getOrCreateInstance(e.delegateTarget,this._getDelegateConfig())}_isAnimated(){return this._config.animation||this.tip&&this.tip.classList.contains(Ai)}_isShown(){return this.tip&&this.tip.classList.contains(Kt)}_createPopper(e){let t=J(this._config.placement,[this,e,this._element]),n=sr[t.toUpperCase()];return wi(this._element,e,this._getPopperConfig(n))}_getOffset(){let{offset:e}=this._config;return typeof e=="string"?e.split(",").map(t=>Number.parseInt(t,10)):typeof e=="function"?t=>e(t,this._element):e}_resolvePossibleFunction(e){return J(e,[this._element])}_getPopperConfig(e){let t={placement:e,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:`.${this.constructor.NAME}-arrow`}},{name:"preSetPlacement",enabled:!0,phase:"beforeMain",fn:n=>{this._getTipElement().setAttribute("data-popper-placement",n.state.placement)}}]};return{...t,...J(this._config.popperConfig,[t])}}_setListeners(){let e=this._config.trigger.split(" ");for(let t of e)if(t==="click")u.on(this._element,this.constructor.eventName("click"),this._config.selector,n=>{this._initializeOnDelegatedTarget(n).toggle()});else if(t!=="manual"){let n=t===Mt?this.constructor.eventName("mouseenter"):this.constructor.eventName("focusin"),s=t===Mt?this.constructor.eventName("mouseleave"):this.constructor.eventName("focusout");u.on(this._element,n,this._config.selector,o=>{let l=this._initializeOnDelegatedTarget(o);l._activeTrigger[o.type==="focusin"?ki:Mt]=!0,l._enter()}),u.on(this._element,s,this._config.selector,o=>{let l=this._initializeOnDelegatedTarget(o);l._activeTrigger[o.type==="focusout"?ki:Mt]=l._element.contains(o.relatedTarget),l._leave()})}this._hideModalHandler=()=>{this._element&&this.hide()},u.on(this._element.closest(Un),Kn,this._hideModalHandler)}_fixTitle(){let e=this._element.getAttribute("title");e&&(this._element.getAttribute("aria-label")||this._element.textContent.trim()||this._element.setAttribute("aria-label",e),this._element.setAttribute("data-bs-original-title",e),this._element.removeAttribute("title"))}_enter(){this._isShown()||this._isHovered?this._isHovered=!0:(this._isHovered=!0,this._setTimeout(()=>{this._isHovered&&this.show()},this._config.delay.show))}_leave(){this._isWithActiveTrigger()||(this._isHovered=!1,this._setTimeout(()=>{this._isHovered||this.hide()},this._config.delay.hide))}_setTimeout(e,t){clearTimeout(this._timeout),this._timeout=setTimeout(e,t)}_isWithActiveTrigger(){return Object.values(this._activeTrigger).includes(!0)}_getConfig(e){let t=ee.getDataAttributes(this._element);for(let n of Object.keys(t))nr.has(n)&&delete t[n];return e={...t,...typeof e=="object"&&e?e:{}},e=this._mergeConfigObj(e),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}_configAfterMerge(e){return e.container=e.container===!1?document.body:I(e.container),typeof e.delay=="number"&&(e.delay={show:e.delay,hide:e.delay}),typeof e.title=="number"&&(e.title=e.title.toString()),typeof e.content=="number"&&(e.content=e.content.toString()),e}_getDelegateConfig(){let e={};for(let[t,n]of Object.entries(this._config))this.constructor.Default[t]!==n&&(e[t]=n);return e.selector=!1,e.trigger="manual",e}_disposePopper(){this._popper&&(this._popper.destroy(),this._popper=null),this.tip&&(this.tip.remove(),this.tip=null)}static jQueryInterface(e){return this.each(function(){let t=rt.getOrCreateInstance(this,e);if(typeof e=="string"){if(t[e]===void 0)throw new TypeError(`No method named "${e}"`);t[e]()}})}}Z(rt);let ar={...rt.Default,content:"",offset:[0,8],placement:"right",template:'',trigger:"click"},lr={...rt.DefaultType,content:"(null|string|element|function)"};class Qt extends rt{static get Default(){return ar}static get DefaultType(){return lr}static get NAME(){return"popover"}_isWithContent(){return this._getTitle()||this._getContent()}_getContentForTemplate(){return{".popover-header":this._getTitle(),".popover-body":this._getContent()}}_getContent(){return this._resolvePossibleFunction(this._config.content)}static jQueryInterface(e){return this.each(function(){let t=Qt.getOrCreateInstance(this,e);if(typeof e=="string"){if(t[e]===void 0)throw new TypeError(`No method named "${e}"`);t[e]()}})}}Z(Qt);let xi=".bs.scrollspy",cr=`activate${xi}`,Qn=`click${xi}`,hr=`load${xi}.data-api`,Tt="active",Oi="[href]",Gn=".nav-link",ur=`${Gn}, .nav-item > ${Gn}, .list-group-item`,dr={offset:null,rootMargin:"0px 0px -25%",smoothScroll:!1,target:null,threshold:[.1,.5,1]},fr={offset:"(number|null)",rootMargin:"string",smoothScroll:"boolean",target:"element",threshold:"array"};class Dt extends te{constructor(e,t){super(e,t),this._targetLinks=new Map,this._observableSections=new Map,this._rootElement=getComputedStyle(this._element).overflowY==="visible"?null:this._element,this._activeTarget=null,this._observer=null,this._previousScrollData={visibleEntryTop:0,parentScrollTop:0},this.refresh()}static get Default(){return dr}static get DefaultType(){return fr}static get NAME(){return"scrollspy"}refresh(){this._initializeTargetsAndObservables(),this._maybeEnableSmoothScroll(),this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(let e of this._observableSections.values())this._observer.observe(e)}dispose(){this._observer.disconnect(),super.dispose()}_configAfterMerge(e){return e.target=I(e.target)||document.body,e.rootMargin=e.offset?`${e.offset}px 0px -30%`:e.rootMargin,typeof e.threshold=="string"&&(e.threshold=e.threshold.split(",").map(t=>Number.parseFloat(t))),e}_maybeEnableSmoothScroll(){this._config.smoothScroll&&(u.off(this._config.target,Qn),u.on(this._config.target,Qn,Oi,e=>{let t=this._observableSections.get(e.target.hash);if(t){e.preventDefault();let n=this._rootElement||window,s=t.offsetTop-this._element.offsetTop;if(n.scrollTo)return void n.scrollTo({top:s,behavior:"smooth"});n.scrollTop=s}}))}_getNewObserver(){let e={root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin};return new IntersectionObserver(t=>this._observerCallback(t),e)}_observerCallback(e){let t=l=>this._targetLinks.get(`#${l.target.id}`),n=l=>{this._previousScrollData.visibleEntryTop=l.target.offsetTop,this._process(t(l))},s=(this._rootElement||document.documentElement).scrollTop,o=s>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=s;for(let l of e){if(!l.isIntersecting){this._activeTarget=null,this._clearActiveClass(t(l));continue}let h=l.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(o&&h){if(n(l),!s)return}else o||h||n(l)}}_initializeTargetsAndObservables(){this._targetLinks=new Map,this._observableSections=new Map;let e=m.find(Oi,this._config.target);for(let t of e){if(!t.hash||T(t))continue;let n=m.findOne(decodeURI(t.hash),this._element);y(n)&&(this._targetLinks.set(decodeURI(t.hash),t),this._observableSections.set(t.hash,n))}}_process(e){this._activeTarget!==e&&(this._clearActiveClass(this._config.target),this._activeTarget=e,e.classList.add(Tt),this._activateParents(e),u.trigger(this._element,cr,{relatedTarget:e}))}_activateParents(e){if(e.classList.contains("dropdown-item"))m.findOne(".dropdown-toggle",e.closest(".dropdown")).classList.add(Tt);else for(let t of m.parents(e,".nav, .list-group"))for(let n of m.prev(t,ur))n.classList.add(Tt)}_clearActiveClass(e){e.classList.remove(Tt);let t=m.find(`${Oi}.${Tt}`,e);for(let n of t)n.classList.remove(Tt)}static jQueryInterface(e){return this.each(function(){let t=Dt.getOrCreateInstance(this,e);if(typeof e=="string"){if(t[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);t[e]()}})}}u.on(window,hr,()=>{for(let i of m.find('[data-bs-spy="scroll"]'))Dt.getOrCreateInstance(i)}),Z(Dt);let at=".bs.tab",pr=`hide${at}`,mr=`hidden${at}`,gr=`show${at}`,_r=`shown${at}`,vr=`click${at}`,br=`keydown${at}`,yr=`load${at}`,wr="ArrowLeft",Zn="ArrowRight",Er="ArrowUp",Jn="ArrowDown",Ci="Home",es="End",lt="active",ts="fade",Li="show",is=".dropdown-toggle",Mi=`:not(${is})`,ns='[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',Di=`.nav-link${Mi}, .list-group-item${Mi}, [role="tab"]${Mi}, ${ns}`,Sr=`.${lt}[data-bs-toggle="tab"], .${lt}[data-bs-toggle="pill"], .${lt}[data-bs-toggle="list"]`;class ct extends te{constructor(e){super(e),this._parent=this._element.closest('.list-group, .nav, [role="tablist"]'),this._parent&&(this._setInitialAttributes(this._parent,this._getChildren()),u.on(this._element,br,t=>this._keydown(t)))}static get NAME(){return"tab"}show(){let e=this._element;if(this._elemIsActive(e))return;let t=this._getActiveElem(),n=t?u.trigger(t,pr,{relatedTarget:e}):null;u.trigger(e,gr,{relatedTarget:t}).defaultPrevented||n&&n.defaultPrevented||(this._deactivate(t,e),this._activate(e,t))}_activate(e,t){e&&(e.classList.add(lt),this._activate(m.getElementFromSelector(e)),this._queueCallback(()=>{e.getAttribute("role")==="tab"?(e.removeAttribute("tabindex"),e.setAttribute("aria-selected",!0),this._toggleDropDown(e,!0),u.trigger(e,_r,{relatedTarget:t})):e.classList.add(Li)},e,e.classList.contains(ts)))}_deactivate(e,t){e&&(e.classList.remove(lt),e.blur(),this._deactivate(m.getElementFromSelector(e)),this._queueCallback(()=>{e.getAttribute("role")==="tab"?(e.setAttribute("aria-selected",!1),e.setAttribute("tabindex","-1"),this._toggleDropDown(e,!1),u.trigger(e,mr,{relatedTarget:t})):e.classList.remove(Li)},e,e.classList.contains(ts)))}_keydown(e){if(![wr,Zn,Er,Jn,Ci,es].includes(e.key))return;e.stopPropagation(),e.preventDefault();let t=this._getChildren().filter(s=>!T(s)),n;if([Ci,es].includes(e.key))n=t[e.key===Ci?0:t.length-1];else{let s=[Zn,Jn].includes(e.key);n=Ce(t,e.target,s,!0)}n&&(n.focus({preventScroll:!0}),ct.getOrCreateInstance(n).show())}_getChildren(){return m.find(Di,this._parent)}_getActiveElem(){return this._getChildren().find(e=>this._elemIsActive(e))||null}_setInitialAttributes(e,t){this._setAttributeIfNotExists(e,"role","tablist");for(let n of t)this._setInitialAttributesOnChild(n)}_setInitialAttributesOnChild(e){e=this._getInnerElement(e);let t=this._elemIsActive(e),n=this._getOuterElement(e);e.setAttribute("aria-selected",t),n!==e&&this._setAttributeIfNotExists(n,"role","presentation"),t||e.setAttribute("tabindex","-1"),this._setAttributeIfNotExists(e,"role","tab"),this._setInitialAttributesOnTargetPanel(e)}_setInitialAttributesOnTargetPanel(e){let t=m.getElementFromSelector(e);t&&(this._setAttributeIfNotExists(t,"role","tabpanel"),e.id&&this._setAttributeIfNotExists(t,"aria-labelledby",`${e.id}`))}_toggleDropDown(e,t){let n=this._getOuterElement(e);if(!n.classList.contains("dropdown"))return;let s=(o,l)=>{let h=m.findOne(o,n);h&&h.classList.toggle(l,t)};s(is,lt),s(".dropdown-menu",Li),n.setAttribute("aria-expanded",t)}_setAttributeIfNotExists(e,t,n){e.hasAttribute(t)||e.setAttribute(t,n)}_elemIsActive(e){return e.classList.contains(lt)}_getInnerElement(e){return e.matches(Di)?e:m.findOne(Di,e)}_getOuterElement(e){return e.closest(".nav-item, .list-group-item")||e}static jQueryInterface(e){return this.each(function(){let t=ct.getOrCreateInstance(this);if(typeof e=="string"){if(t[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);t[e]()}})}}u.on(document,vr,ns,function(i){["A","AREA"].includes(this.tagName)&&i.preventDefault(),T(this)||ct.getOrCreateInstance(this).show()}),u.on(window,yr,()=>{for(let i of m.find(Sr))ct.getOrCreateInstance(i)}),Z(ct);let Qe=".bs.toast",Tr=`mouseover${Qe}`,Ar=`mouseout${Qe}`,kr=`focusin${Qe}`,xr=`focusout${Qe}`,Or=`hide${Qe}`,Cr=`hidden${Qe}`,Lr=`show${Qe}`,Mr=`shown${Qe}`,ss="hide",Gt="show",Zt="showing",Dr={animation:"boolean",autohide:"boolean",delay:"number"},Nr={animation:!0,autohide:!0,delay:5e3};class Nt extends te{constructor(e,t){super(e,t),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get Default(){return Nr}static get DefaultType(){return Dr}static get NAME(){return"toast"}show(){u.trigger(this._element,Lr).defaultPrevented||(this._clearTimeout(),this._config.animation&&this._element.classList.add("fade"),this._element.classList.remove(ss),C(this._element),this._element.classList.add(Gt,Zt),this._queueCallback(()=>{this._element.classList.remove(Zt),u.trigger(this._element,Mr),this._maybeScheduleHide()},this._element,this._config.animation))}hide(){this.isShown()&&(u.trigger(this._element,Or).defaultPrevented||(this._element.classList.add(Zt),this._queueCallback(()=>{this._element.classList.add(ss),this._element.classList.remove(Zt,Gt),u.trigger(this._element,Cr)},this._element,this._config.animation)))}dispose(){this._clearTimeout(),this.isShown()&&this._element.classList.remove(Gt),super.dispose()}isShown(){return this._element.classList.contains(Gt)}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout(()=>{this.hide()},this._config.delay)))}_onInteraction(e,t){switch(e.type){case"mouseover":case"mouseout":this._hasMouseInteraction=t;break;case"focusin":case"focusout":this._hasKeyboardInteraction=t}if(t)return void this._clearTimeout();let n=e.relatedTarget;this._element===n||this._element.contains(n)||this._maybeScheduleHide()}_setListeners(){u.on(this._element,Tr,e=>this._onInteraction(e,!0)),u.on(this._element,Ar,e=>this._onInteraction(e,!1)),u.on(this._element,kr,e=>this._onInteraction(e,!0)),u.on(this._element,xr,e=>this._onInteraction(e,!1))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(e){return this.each(function(){let t=Nt.getOrCreateInstance(this,e);if(typeof e=="string"){if(t[e]===void 0)throw new TypeError(`No method named "${e}"`);t[e](this)}})}}return re(Nt),Z(Nt),{Alert:B,Button:oe,Carousel:ft,Collapse:mt,Dropdown:De,Modal:ot,Offcanvas:Ve,Popover:Qt,ScrollSpy:Dt,Tab:ct,Toast:Nt,Tooltip:rt}})});var ws=vs((jt,zi)=>{(function(r,a){typeof jt=="object"&&typeof zi=="object"?zi.exports=a():typeof define=="function"&&define.amd?define([],a):typeof jt=="object"?jt.AOS=a():r.AOS=a()})(jt,function(){return function(r){function a(d){if(c[d])return c[d].exports;var f=c[d]={exports:{},id:d,loaded:!1};return r[d].call(f.exports,f,f.exports,a),f.loaded=!0,f.exports}var c={};return a.m=r,a.c=c,a.p="dist/",a(0)}([function(r,a,c){"use strict";function d(P){return P&&P.__esModule?P:{default:P}}var f=Object.assign||function(P){for(var ue=1;ue0&&arguments[0]!==void 0&&arguments[0];if(P&&(Ye=!0),Ye)return le=(0,je.default)(le,Q),(0,Z.default)(le,Q.once),le},E=function(){le=(0,Ie.default)(),ce()},_=function(){le.forEach(function(P,ue){P.node.removeAttribute("data-aos"),P.node.removeAttribute("data-aos-easing"),P.node.removeAttribute("data-aos-duration"),P.node.removeAttribute("data-aos-delay")})},H=function(P){return P===!0||P==="mobile"&&z.default.mobile()||P==="phone"&&z.default.phone()||P==="tablet"&&z.default.tablet()||typeof P=="function"&&P()===!0},G=function(P){return Q=f(Q,P),le=(0,Ie.default)(),H(Q.disable)||Fe?_():(document.querySelector("body").setAttribute("data-aos-easing",Q.easing),document.querySelector("body").setAttribute("data-aos-duration",Q.duration),document.querySelector("body").setAttribute("data-aos-delay",Q.delay),Q.startEvent==="DOMContentLoaded"&&["complete","interactive"].indexOf(document.readyState)>-1?ce(!0):Q.startEvent==="load"?window.addEventListener(Q.startEvent,function(){ce(!0)}):document.addEventListener(Q.startEvent,function(){ce(!0)}),window.addEventListener("resize",(0,O.default)(ce,Q.debounceDelay,!0)),window.addEventListener("orientationchange",(0,O.default)(ce,Q.debounceDelay,!0)),window.addEventListener("scroll",(0,y.default)(function(){(0,Z.default)(le,Q.once)},Q.throttleDelay)),Q.disableMutationObserver||(0,C.default)("[data-aos]",E),le)};r.exports={init:G,refresh:ce,refreshHard:E}},function(r,a){},,,,,function(r,a){(function(c){"use strict";function d(_,H,G){function P(R){var oe=ee,de=he;return ee=he=void 0,Le=R,ne=_.apply(de,oe)}function ue(R){return Le=R,m=setTimeout(Pe,H),$e?P(R):ne}function Se(R){var oe=R-re,de=R-Le,It=H-oe;return Me?ce(It,te-de):It}function ve(R){var oe=R-re,de=R-Le;return re===void 0||oe>=H||oe<0||Me&&de>=te}function Pe(){var R=E();return ve(R)?u(R):void(m=setTimeout(Pe,Se(R)))}function u(R){return m=void 0,B&&ee?P(R):(ee=he=void 0,ne)}function Je(){m!==void 0&&clearTimeout(m),Le=0,ee=re=he=m=void 0}function Xe(){return m===void 0?ne:u(E())}function _e(){var R=E(),oe=ve(R);if(ee=arguments,he=this,re=R,oe){if(m===void 0)return ue(re);if(Me)return m=setTimeout(Pe,H),P(re)}return m===void 0&&(m=setTimeout(Pe,H)),ne}var ee,he,te,ne,m,re,Le=0,$e=!1,Me=!1,B=!0;if(typeof _!="function")throw new TypeError(D);return H=T(H)||0,w(G)&&($e=!!G.leading,Me="maxWait"in G,te=Me?Q(T(G.maxWait)||0,H):te,B="trailing"in G?!!G.trailing:B),_e.cancel=Je,_e.flush=Xe,_e}function f(_,H,G){var P=!0,ue=!0;if(typeof _!="function")throw new TypeError(D);return w(G)&&(P="leading"in G?!!G.leading:P,ue="trailing"in G?!!G.trailing:ue),d(_,H,{leading:P,maxWait:H,trailing:ue})}function w(_){var H=typeof _>"u"?"undefined":O(_);return!!_&&(H=="object"||H=="function")}function I(_){return!!_&&(typeof _>"u"?"undefined":O(_))=="object"}function y(_){return(typeof _>"u"?"undefined":O(_))=="symbol"||I(_)&&Fe.call(_)==L}function T(_){if(typeof _=="number")return _;if(y(_))return C;if(w(_)){var H=typeof _.valueOf=="function"?_.valueOf():_;_=w(H)?H+"":H}if(typeof _!="string")return _===0?_:+_;_=_.replace(z,"");var G=Z.test(_);return G||J.test(_)?je(_.slice(2),G?2:8):W.test(_)?C:+_}var O=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(_){return typeof _}:function(_){return _&&typeof Symbol=="function"&&_.constructor===Symbol&&_!==Symbol.prototype?"symbol":typeof _},D="Expected a function",C=NaN,L="[object Symbol]",z=/^\s+|\s+$/g,W=/^[-+]0x[0-9a-f]+$/i,Z=/^0b[01]+$/i,J=/^0o[0-7]+$/i,je=parseInt,Ce=(typeof c>"u"?"undefined":O(c))=="object"&&c&&c.Object===Object&&c,Ie=(typeof self>"u"?"undefined":O(self))=="object"&&self&&self.Object===Object&&self,le=Ce||Ie||Function("return this")(),Ye=Object.prototype,Fe=Ye.toString,Q=Math.max,ce=Math.min,E=function(){return le.Date.now()};r.exports=f}).call(a,function(){return this}())},function(r,a){(function(c){"use strict";function d(E,_,H){function G(B){var R=_e,oe=ee;return _e=ee=void 0,re=B,te=E.apply(oe,R)}function P(B){return re=B,ne=setTimeout(ve,_),Le?G(B):te}function ue(B){var R=B-m,oe=B-re,de=_-R;return $e?Q(de,he-oe):de}function Se(B){var R=B-m,oe=B-re;return m===void 0||R>=_||R<0||$e&&oe>=he}function ve(){var B=ce();return Se(B)?Pe(B):void(ne=setTimeout(ve,ue(B)))}function Pe(B){return ne=void 0,Me&&_e?G(B):(_e=ee=void 0,te)}function u(){ne!==void 0&&clearTimeout(ne),re=0,_e=m=ee=ne=void 0}function Je(){return ne===void 0?te:Pe(ce())}function Xe(){var B=ce(),R=Se(B);if(_e=arguments,ee=this,m=B,R){if(ne===void 0)return P(m);if($e)return ne=setTimeout(ve,_),G(m)}return ne===void 0&&(ne=setTimeout(ve,_)),te}var _e,ee,he,te,ne,m,re=0,Le=!1,$e=!1,Me=!0;if(typeof E!="function")throw new TypeError(O);return _=y(_)||0,f(H)&&(Le=!!H.leading,$e="maxWait"in H,he=$e?Fe(y(H.maxWait)||0,_):he,Me="trailing"in H?!!H.trailing:Me),Xe.cancel=u,Xe.flush=Je,Xe}function f(E){var _=typeof E>"u"?"undefined":T(E);return!!E&&(_=="object"||_=="function")}function w(E){return!!E&&(typeof E>"u"?"undefined":T(E))=="object"}function I(E){return(typeof E>"u"?"undefined":T(E))=="symbol"||w(E)&&Ye.call(E)==C}function y(E){if(typeof E=="number")return E;if(I(E))return D;if(f(E)){var _=typeof E.valueOf=="function"?E.valueOf():E;E=f(_)?_+"":_}if(typeof E!="string")return E===0?E:+E;E=E.replace(L,"");var H=W.test(E);return H||Z.test(E)?J(E.slice(2),H?2:8):z.test(E)?D:+E}var T=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(E){return typeof E}:function(E){return E&&typeof Symbol=="function"&&E.constructor===Symbol&&E!==Symbol.prototype?"symbol":typeof E},O="Expected a function",D=NaN,C="[object Symbol]",L=/^\s+|\s+$/g,z=/^[-+]0x[0-9a-f]+$/i,W=/^0b[01]+$/i,Z=/^0o[0-7]+$/i,J=parseInt,je=(typeof c>"u"?"undefined":T(c))=="object"&&c&&c.Object===Object&&c,Ce=(typeof self>"u"?"undefined":T(self))=="object"&&self&&self.Object===Object&&self,Ie=je||Ce||Function("return this")(),le=Object.prototype,Ye=le.toString,Fe=Math.max,Q=Math.min,ce=function(){return Ie.Date.now()};r.exports=d}).call(a,function(){return this}())},function(r,a){"use strict";function c(y,T){var O=new w(d);I=T,O.observe(f.documentElement,{childList:!0,subtree:!0,removedNodes:!0})}function d(y){y&&y.forEach(function(T){var O=Array.prototype.slice.call(T.addedNodes),D=Array.prototype.slice.call(T.removedNodes),C=O.concat(D).filter(function(L){return L.hasAttribute&&L.hasAttribute("data-aos")}).length;C&&I()})}Object.defineProperty(a,"__esModule",{value:!0});var f=window.document,w=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver,I=function(){};a.default=c},function(r,a){"use strict";function c(D,C){if(!(D instanceof C))throw new TypeError("Cannot call a class as a function")}function d(){return navigator.userAgent||navigator.vendor||window.opera||""}Object.defineProperty(a,"__esModule",{value:!0});var f=function(){function D(C,L){for(var z=0;zf.position?f.node.classList.add("aos-animate"):typeof y<"u"&&(y==="false"||!I&&y!=="true")&&f.node.classList.remove("aos-animate")},d=function(f,w){var I=window.pageYOffset,y=window.innerHeight;f.forEach(function(T,O){c(T,y+I,w)})};a.default=d},function(r,a,c){"use strict";function d(y){return y&&y.__esModule?y:{default:y}}Object.defineProperty(a,"__esModule",{value:!0});var f=c(12),w=d(f),I=function(y,T){return y.forEach(function(O,D){O.node.classList.add("aos-init"),O.position=(0,w.default)(O.node,T.offset)}),y};a.default=I},function(r,a,c){"use strict";function d(y){return y&&y.__esModule?y:{default:y}}Object.defineProperty(a,"__esModule",{value:!0});var f=c(13),w=d(f),I=function(y,T){var O=0,D=0,C=window.innerHeight,L={offset:y.getAttribute("data-aos-offset"),anchor:y.getAttribute("data-aos-anchor"),anchorPlacement:y.getAttribute("data-aos-anchor-placement")};switch(L.offset&&!isNaN(L.offset)&&(D=parseInt(L.offset)),L.anchor&&document.querySelectorAll(L.anchor)&&(y=document.querySelectorAll(L.anchor)[0]),O=(0,w.default)(y).top,L.anchorPlacement){case"top-bottom":break;case"center-bottom":O+=y.offsetHeight/2;break;case"bottom-bottom":O+=y.offsetHeight;break;case"top-center":O+=C/2;break;case"bottom-center":O+=C/2+y.offsetHeight;break;case"center-center":O+=C/2+y.offsetHeight/2;break;case"top-top":O+=C;break;case"bottom-top":O+=y.offsetHeight+C;break;case"center-top":O+=y.offsetHeight/2+C}return L.anchorPlacement||L.offset||isNaN(T)||(D=T),O+D};a.default=I},function(r,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var c=function(d){for(var f=0,w=0;d&&!isNaN(d.offsetLeft)&&!isNaN(d.offsetTop);)f+=d.offsetLeft-(d.tagName!="BODY"?d.scrollLeft:0),w+=d.offsetTop-(d.tagName!="BODY"?d.scrollTop:0),d=d.offsetParent;return{top:w,left:f}};a.default=c},function(r,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var c=function(d){return d=d||document.querySelectorAll("[data-aos]"),Array.prototype.map.call(d,function(f){return{node:f}})};a.default=c}])})});var ma=bs(ys()),ga=bs(ws());var Ur="1.1.14";function Ss(r,a,c){return Math.max(r,Math.min(a,c))}function Kr(r,a,c){return(1-c)*r+c*a}function Qr(r,a,c,d){return Kr(r,a,1-Math.exp(-c*d))}function Gr(r,a){return(r%a+a)%a}var Zr=class{isRunning=!1;value=0;from=0;to=0;currentTime=0;lerp;duration;easing;onUpdate;advance(r){if(!this.isRunning)return;let a=!1;if(this.duration&&this.easing){this.currentTime+=r;let c=Ss(0,this.currentTime/this.duration,1);a=c>=1;let d=a?1:this.easing(c);this.value=this.from+(this.to-this.from)*d}else this.lerp?(this.value=Qr(this.value,this.to,this.lerp*60,r),Math.round(this.value)===this.to&&(this.value=this.to,a=!0)):(this.value=this.to,a=!0);a&&this.stop(),this.onUpdate?.(this.value,a)}stop(){this.isRunning=!1}fromTo(r,a,{lerp:c,duration:d,easing:f,onStart:w,onUpdate:I}){this.from=this.value=r,this.to=a,this.lerp=c,this.duration=d,this.easing=f,this.currentTime=0,this.isRunning=!0,w?.(),this.onUpdate=I}};function Jr(r,a){let c;return function(...d){let f=this;clearTimeout(c),c=setTimeout(()=>{c=void 0,r.apply(f,d)},a)}}var ea=class{constructor(r,a,{autoResize:c=!0,debounce:d=250}={}){this.wrapper=r,this.content=a,c&&(this.debouncedResize=Jr(this.resize,d),this.wrapper instanceof Window?window.addEventListener("resize",this.debouncedResize,!1):(this.wrapperResizeObserver=new ResizeObserver(this.debouncedResize),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(this.debouncedResize),this.contentResizeObserver.observe(this.content)),this.resize()}width=0;height=0;scrollHeight=0;scrollWidth=0;debouncedResize;wrapperResizeObserver;contentResizeObserver;destroy(){this.wrapperResizeObserver?.disconnect(),this.contentResizeObserver?.disconnect(),this.wrapper===window&&this.debouncedResize&&window.removeEventListener("resize",this.debouncedResize,!1)}resize=()=>{this.onWrapperResize(),this.onContentResize()};onWrapperResize=()=>{this.wrapper instanceof Window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)};onContentResize=()=>{this.wrapper instanceof Window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)};get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}},Ts=class{events={};emit(r,...a){let c=this.events[r]||[];for(let d=0,f=c.length;d{this.events[r]=this.events[r]?.filter(c=>a!==c)}}off(r,a){this.events[r]=this.events[r]?.filter(c=>a!==c)}destroy(){this.events={}}},Es=100/6,Ze={passive:!1},ta=class{constructor(r,a={wheelMultiplier:1,touchMultiplier:1}){this.element=r,this.options=a,window.addEventListener("resize",this.onWindowResize,!1),this.onWindowResize(),this.element.addEventListener("wheel",this.onWheel,Ze),this.element.addEventListener("touchstart",this.onTouchStart,Ze),this.element.addEventListener("touchmove",this.onTouchMove,Ze),this.element.addEventListener("touchend",this.onTouchEnd,Ze)}touchStart={x:0,y:0};lastDelta={x:0,y:0};window={width:0,height:0};emitter=new Ts;on(r,a){return this.emitter.on(r,a)}destroy(){this.emitter.destroy(),window.removeEventListener("resize",this.onWindowResize,!1),this.element.removeEventListener("wheel",this.onWheel,Ze),this.element.removeEventListener("touchstart",this.onTouchStart,Ze),this.element.removeEventListener("touchmove",this.onTouchMove,Ze),this.element.removeEventListener("touchend",this.onTouchEnd,Ze)}onTouchStart=r=>{let{clientX:a,clientY:c}=r.targetTouches?r.targetTouches[0]:r;this.touchStart.x=a,this.touchStart.y=c,this.lastDelta={x:0,y:0},this.emitter.emit("scroll",{deltaX:0,deltaY:0,event:r})};onTouchMove=r=>{let{clientX:a,clientY:c}=r.targetTouches?r.targetTouches[0]:r,d=-(a-this.touchStart.x)*this.options.touchMultiplier,f=-(c-this.touchStart.y)*this.options.touchMultiplier;this.touchStart.x=a,this.touchStart.y=c,this.lastDelta={x:d,y:f},this.emitter.emit("scroll",{deltaX:d,deltaY:f,event:r})};onTouchEnd=r=>{this.emitter.emit("scroll",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:r})};onWheel=r=>{let{deltaX:a,deltaY:c,deltaMode:d}=r,f=d===1?Es:d===2?this.window.width:1,w=d===1?Es:d===2?this.window.height:1;a*=f,c*=w,a*=this.options.wheelMultiplier,c*=this.options.wheelMultiplier,this.emitter.emit("scroll",{deltaX:a,deltaY:c,event:r})};onWindowResize=()=>{this.window={width:window.innerWidth,height:window.innerHeight}}},ia=class{_isScrolling=!1;_isStopped=!1;_isLocked=!1;_preventNextNativeScrollEvent=!1;_resetVelocityTimeout=null;isTouching;time=0;userData={};lastVelocity=0;velocity=0;direction=0;options;targetScroll;animatedScroll;animate=new Zr;emitter=new Ts;dimensions;virtualScroll;constructor({wrapper:r=window,content:a=document.documentElement,eventsTarget:c=r,smoothWheel:d=!0,syncTouch:f=!1,syncTouchLerp:w=.075,touchInertiaMultiplier:I=35,duration:y,easing:T=le=>Math.min(1,1.001-Math.pow(2,-10*le)),lerp:O=.1,infinite:D=!1,orientation:C="vertical",gestureOrientation:L="vertical",touchMultiplier:z=1,wheelMultiplier:W=1,autoResize:Z=!0,prevent:J,virtualScroll:je,overscroll:Ce=!0,__experimental__naiveDimensions:Ie=!1}={}){window.lenisVersion=Ur,(!r||r===document.documentElement||r===document.body)&&(r=window),this.options={wrapper:r,content:a,eventsTarget:c,smoothWheel:d,syncTouch:f,syncTouchLerp:w,touchInertiaMultiplier:I,duration:y,easing:T,lerp:O,infinite:D,gestureOrientation:L,orientation:C,touchMultiplier:z,wheelMultiplier:W,autoResize:Z,prevent:J,virtualScroll:je,overscroll:Ce,__experimental__naiveDimensions:Ie},this.dimensions=new ea(r,a,{autoResize:Z}),this.updateClassName(),this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener("scroll",this.onNativeScroll,!1),this.options.wrapper.addEventListener("pointerdown",this.onPointerDown,!1),this.virtualScroll=new ta(c,{touchMultiplier:z,wheelMultiplier:W}),this.virtualScroll.on("scroll",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener("scroll",this.onNativeScroll,!1),this.options.wrapper.removeEventListener("pointerdown",this.onPointerDown,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.cleanUpClassName()}on(r,a){return this.emitter.on(r,a)}off(r,a){return this.emitter.off(r,a)}setScroll(r){this.isHorizontal?this.rootElement.scrollLeft=r:this.rootElement.scrollTop=r}onPointerDown=r=>{r.button===1&&this.reset()};onVirtualScroll=r=>{if(typeof this.options.virtualScroll=="function"&&this.options.virtualScroll(r)===!1)return;let{deltaX:a,deltaY:c,event:d}=r;if(this.emitter.emit("virtual-scroll",{deltaX:a,deltaY:c,event:d}),d.ctrlKey||d.lenisStopPropagation)return;let f=d.type.includes("touch"),w=d.type.includes("wheel");if(this.isTouching=d.type==="touchstart"||d.type==="touchmove",this.options.syncTouch&&f&&d.type==="touchstart"&&!this.isStopped&&!this.isLocked){this.reset();return}let I=a===0&&c===0,y=this.options.gestureOrientation==="vertical"&&c===0||this.options.gestureOrientation==="horizontal"&&a===0;if(I||y)return;let T=d.composedPath();T=T.slice(0,T.indexOf(this.rootElement));let O=this.options.prevent;if(T.find(z=>z instanceof HTMLElement&&(typeof O=="function"&&O?.(z)||z.hasAttribute?.("data-lenis-prevent")||f&&z.hasAttribute?.("data-lenis-prevent-touch")||w&&z.hasAttribute?.("data-lenis-prevent-wheel"))))return;if(this.isStopped||this.isLocked){d.preventDefault();return}if(!(this.options.syncTouch&&f||this.options.smoothWheel&&w)){this.isScrolling="native",this.animate.stop(),d.lenisStopPropagation=!0;return}let D=c;this.options.gestureOrientation==="both"?D=Math.abs(c)>Math.abs(a)?c:a:this.options.gestureOrientation==="horizontal"&&(D=a),(!this.options.overscroll||this.options.infinite||this.options.wrapper!==window&&(this.animatedScroll>0&&this.animatedScroll0||this.animatedScroll===this.limit&&c<0))&&(d.lenisStopPropagation=!0),d.preventDefault();let C=f&&this.options.syncTouch,L=f&&d.type==="touchend"&&Math.abs(D)>5;L&&(D=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+D,{programmatic:!1,...C?{lerp:L?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}})};resize(){this.dimensions.resize(),this.animatedScroll=this.targetScroll=this.actualScroll,this.emit()}emit(){this.emitter.emit("scroll",this)}onNativeScroll=()=>{if(this._resetVelocityTimeout!==null&&(clearTimeout(this._resetVelocityTimeout),this._resetVelocityTimeout=null),this._preventNextNativeScrollEvent){this._preventNextNativeScrollEvent=!1;return}if(this.isScrolling===!1||this.isScrolling==="native"){let r=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity,this.velocity=this.animatedScroll-r,this.direction=Math.sign(this.animatedScroll-r),this.isScrolling="native",this.emit(),this.velocity!==0&&(this._resetVelocityTimeout=setTimeout(()=>{this.lastVelocity=this.velocity,this.velocity=0,this.isScrolling=!1,this.emit()},400))}};reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity=0,this.animate.stop()}start(){this.isStopped&&(this.isStopped=!1,this.reset())}stop(){this.isStopped||(this.isStopped=!0,this.animate.stop(),this.reset())}raf(r){let a=r-(this.time||r);this.time=r,this.animate.advance(a*.001)}scrollTo(r,{offset:a=0,immediate:c=!1,lock:d=!1,duration:f=this.options.duration,easing:w=this.options.easing,lerp:I=this.options.lerp,onStart:y,onComplete:T,force:O=!1,programmatic:D=!0,userData:C}={}){if(!((this.isStopped||this.isLocked)&&!O)){if(typeof r=="string"&&["top","left","start"].includes(r))r=0;else if(typeof r=="string"&&["bottom","right","end"].includes(r))r=this.limit;else{let L;if(typeof r=="string"?L=document.querySelector(r):r instanceof HTMLElement&&r?.nodeType&&(L=r),L){if(this.options.wrapper!==window){let W=this.rootElement.getBoundingClientRect();a-=this.isHorizontal?W.left:W.top}let z=L.getBoundingClientRect();r=(this.isHorizontal?z.left:z.top)+this.animatedScroll}}if(typeof r=="number"){if(r+=a,r=Math.round(r),this.options.infinite?D&&(this.targetScroll=this.animatedScroll=this.scroll):r=Ss(0,r,this.limit),r===this.targetScroll){y?.(this),T?.(this);return}if(this.userData=C??{},c){this.animatedScroll=this.targetScroll=r,this.setScroll(this.scroll),this.reset(),this.preventNextNativeScrollEvent(),this.emit(),T?.(this),this.userData={};return}D||(this.targetScroll=r),this.animate.fromTo(this.animatedScroll,r,{duration:f,easing:w,lerp:I,onStart:()=>{d&&(this.isLocked=!0),this.isScrolling="smooth",y?.(this)},onUpdate:(L,z)=>{this.isScrolling="smooth",this.lastVelocity=this.velocity,this.velocity=L-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=L,this.setScroll(this.scroll),D&&(this.targetScroll=L),z||this.emit(),z&&(this.reset(),this.emit(),T?.(this),this.userData={},this.preventNextNativeScrollEvent())}})}}}preventNextNativeScrollEvent(){this._preventNextNativeScrollEvent=!0,requestAnimationFrame(()=>{this._preventNextNativeScrollEvent=!1})}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.options.__experimental__naiveDimensions?this.isHorizontal?this.rootElement.scrollWidth-this.rootElement.clientWidth:this.rootElement.scrollHeight-this.rootElement.clientHeight:this.dimensions.limit[this.isHorizontal?"x":"y"]}get isHorizontal(){return this.options.orientation==="horizontal"}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?Gr(this.animatedScroll,this.limit):this.animatedScroll}get progress(){return this.limit===0?1:this.scroll/this.limit}get isScrolling(){return this._isScrolling}set isScrolling(r){this._isScrolling!==r&&(this._isScrolling=r,this.updateClassName())}get isStopped(){return this._isStopped}set isStopped(r){this._isStopped!==r&&(this._isStopped=r,this.updateClassName())}get isLocked(){return this._isLocked}set isLocked(r){this._isLocked!==r&&(this._isLocked=r,this.updateClassName())}get isSmooth(){return this.isScrolling==="smooth"}get className(){let r="lenis";return this.isStopped&&(r+=" lenis-stopped"),this.isLocked&&(r+=" lenis-locked"),this.isScrolling&&(r+=" lenis-scrolling"),this.isScrolling==="smooth"&&(r+=" lenis-smooth"),r}updateClassName(){this.cleanUpClassName(),this.rootElement.className=`${this.rootElement.className} ${this.className}`.trim()}cleanUpClassName(){this.rootElement.className=this.rootElement.className.replace(/lenis(-\w+)?/g,"").trim()}};globalThis.Lenis=ia;var na=document.querySelector(".mobile-menu-open-icon"),sa=document.querySelector(".mobile-menu-close-icon"),oa=document.querySelector(".mobile-menu");function ks(){oa.classList.toggle("show-menu")}na.addEventListener("click",ks);sa.addEventListener("click",ks);window.onload=function(){ra("monthly",document.querySelector(".pricing-tab button.active"))};function ra(r,a){a&&a.classList&&(document.querySelectorAll(".pricing-tab button").forEach(f=>f.classList.remove("active")),a.classList.add("active"),document.querySelectorAll(".pricing-item").forEach(f=>{let w=f.getAttribute("data-monthly-price"),I=f.getAttribute("data-yearly-price"),y=f.querySelector("h4 span"),T=f.querySelector("h4 sub");r==="monthly"?(y.textContent=w,T.textContent="/m"):r==="yearly"&&(y.textContent=I,T.textContent="/y")}))}document.addEventListener("DOMContentLoaded",function(){let r=document.getElementById("toggleSearch"),a=document.getElementById("searchBar");r.addEventListener("click",function(c){c.preventDefault(),a.classList.toggle("hidden")}),document.addEventListener("click",function(c){a.contains(c.target)||r.contains(c.target)||a.classList.add("hidden")})});var ii=document.getElementById("chatList"),Hi=document.getElementById("userInput"),aa=document.getElementById("sendButton");if(ii){let a=function(){r.forEach(f=>c(f))},c=function(f){let w=document.createElement("div");w.className="hero-chat-item",w.innerHTML=` - ${f.sender} -
    -

    ${f.sender} ${f.time}

    -

    ${f.text}

    -
    - `,ii.appendChild(w),w.classList.add("fade-in"),ii.scrollTop=ii.scrollHeight},d=function(){let f=Hi.value;if(f){let w=new Date().toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"});c({sender:"You",time:w,text:f}),Hi.value="",setTimeout(()=>{c({sender:"Assistify",time:w,text:"Free quote limit reached. Please upgrade for unlimited access."})},500)}},r=[{sender:"You",time:"1:17 PM",text:"What was the revenue generated during the Black Friday Sale 2022 campaign?"},{sender:"Assistify",time:"1:17 PM",text:"The revenue generated during the Black Friday Sale 2022 campaign was $20,000."},{sender:"You",time:"1:18 PM",text:"What was the open rate for the Black Friday Sale 2022 campaign?"},{sender:"Assistify",time:"1:18 PM",text:"The open rate for the Black Friday Sale 2022 campaign was 25%."}];a(),aa.addEventListener("click",()=>{d()}),Hi.addEventListener("keypress",f=>{f.key==="Enter"&&d()})}var la=new Lenis;function xs(r){la.raf(r),requestAnimationFrame(xs)}requestAnimationFrame(xs);var As=document.querySelector(".percentage-bar");function Os(){if(As){let r=window.scrollY,a=document.documentElement.scrollHeight,c=window.innerHeight,d=Math.floor(r/(a-c)*100)+"%";As.style.width=d}}window.addEventListener("scroll",Os);window.addEventListener("load",Os);AOS.init({duration:600,offset:200,easing:"ease-in-out",delay:100,once:!1,mirror:!1,anchorPlacement:"top-center"});})(); -/*! - * Bootstrap v5.3.2 (https://getbootstrap.com/) - * Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */ diff --git a/themes/memmachine/public/js/main.js b/themes/memmachine/public/js/main.js deleted file mode 100644 index dd7dc87..0000000 --- a/themes/memmachine/public/js/main.js +++ /dev/null @@ -1,4 +0,0 @@ -(() => { - // - console.log("This site was generated by Hugo."); -})(); diff --git a/themes/memmachine/public/js/main.js.map b/themes/memmachine/public/js/main.js.map deleted file mode 100644 index ef854af..0000000 --- a/themes/memmachine/public/js/main.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["file:///home/steve/website/memmachine/themes/memmachine/assets/js/main.js"],"sourcesContent":["console.log('This site was generated by Hugo.');\n"],"mappings":";;AAAA,UAAQ,IAAI,kCAAkC;","names":[]} \ No newline at end of file diff --git a/themes/memmachine/public/posts/index.html b/themes/memmachine/public/posts/index.html deleted file mode 100644 index b1ec5c8..0000000 --- a/themes/memmachine/public/posts/index.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - -Posts | My New Hugo Site - - - - - - - - -
    - -
    -
    -
    -
    - logo -
    -
    - -
    -
    -
    - - - -
    - Get Started -
    -
    -
    -
    - -
    -
    - -

    Posts

    -

    Tempor est exercitation ad qui pariatur quis adipisicing aliquip nisi ea consequat ipsum occaecat. Nostrud consequat ullamco laboris fugiat esse esse adipisicing velit laborum ipsum incididunt ut enim. Dolor pariatur nulla quis fugiat dolore excepteur. Aliquip ad quis aliqua enim do consequat.

    - - -

    Post 3

    -

    Occaecat aliqua consequat laborum ut ex aute aliqua culpa quis irure esse magna dolore quis. Proident fugiat labore eu laboris officia Lorem enim. Ipsum occaecat cillum ut tempor id sint aliqua incididunt nisi incididunt reprehenderit. Voluptate ad minim sint est aute aliquip esse occaecat tempor officia qui sunt. Aute ex ipsum id ut in est velit est laborum incididunt. Aliqua qui id do esse sunt eiusmod id deserunt eu nostrud aute sit ipsum. Deserunt esse cillum Lorem non magna adipisicing mollit amet consequat.

    - -

    Post 2

    -

    Anim eiusmod irure incididunt sint cupidatat. Incididunt irure irure irure nisi ipsum do ut quis fugiat consectetur proident cupidatat incididunt cillum. Dolore voluptate occaecat qui mollit laborum ullamco et. Ipsum laboris officia anim laboris culpa eiusmod ex magna ex cupidatat anim ipsum aute. Mollit aliquip occaecat qui sunt velit ut cupidatat reprehenderit enim sunt laborum. Velit veniam in officia nulla adipisicing ut duis officia.

    -

    Exercitation voluptate irure in irure tempor mollit Lorem nostrud ad officia. Velit id fugiat occaecat do tempor. Sit officia Lorem aliquip eu deserunt consectetur. Aute proident deserunt in nulla aliquip dolore ipsum Lorem ut cupidatat consectetur sit sint laborum. Esse cupidatat sit sint sunt tempor exercitation deserunt. Labore dolor duis laborum est do nisi ut veniam dolor et nostrud nostrud.

    - -

    Post 1

    -

    Tempor proident minim aliquip reprehenderit dolor et ad anim Lorem duis sint eiusmod. Labore ut ea duis dolor. Incididunt consectetur proident qui occaecat incididunt do nisi Lorem. Tempor do laborum elit laboris excepteur eiusmod do. Eiusmod nisi excepteur ut amet pariatur adipisicing Lorem.

    -

    Occaecat nulla excepteur dolore excepteur duis eiusmod ullamco officia anim in voluptate ea occaecat officia. Cillum sint esse velit ea officia minim fugiat. Elit ea esse id aliquip pariatur cupidatat id duis minim incididunt ea ea. Anim ut duis sunt nisi. Culpa cillum sit voluptate voluptate eiusmod dolor. Enim nisi Lorem ipsum irure est excepteur voluptate eu in enim nisi. Nostrud ipsum Lorem anim sint labore consequat do.

    - - -
    -
    - -
    -
    -
    - logo -

    - Step into the future of effortless assistance, where innovation - meets simplicity. -

    -
    -
    -
    -
    -
    -
    -
    - -
    - - diff --git a/themes/memmachine/public/posts/index.xml b/themes/memmachine/public/posts/index.xml deleted file mode 100644 index 38e365a..0000000 --- a/themes/memmachine/public/posts/index.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - Posts on My New Hugo Site - http://localhost:1313/posts/ - Recent content in Posts on My New Hugo Site - Hugo - en-US - Wed, 15 Mar 2023 11:00:00 -0700 - - - Post 3 - http://localhost:1313/posts/post-3/ - Wed, 15 Mar 2023 11:00:00 -0700 - http://localhost:1313/posts/post-3/ - <p>Occaecat aliqua consequat laborum ut ex aute aliqua culpa quis irure esse magna dolore quis. Proident fugiat labore eu laboris officia Lorem enim. Ipsum occaecat cillum ut tempor id sint aliqua incididunt nisi incididunt reprehenderit. Voluptate ad minim sint est aute aliquip esse occaecat tempor officia qui sunt. Aute ex ipsum id ut in est velit est laborum incididunt. Aliqua qui id do esse sunt eiusmod id deserunt eu nostrud aute sit ipsum. Deserunt esse cillum Lorem non magna adipisicing mollit amet consequat.</p> - - - Post 2 - http://localhost:1313/posts/post-2/ - Wed, 15 Feb 2023 10:00:00 -0700 - http://localhost:1313/posts/post-2/ - <p>Anim eiusmod irure incididunt sint cupidatat. Incididunt irure irure irure nisi ipsum do ut quis fugiat consectetur proident cupidatat incididunt cillum. Dolore voluptate occaecat qui mollit laborum ullamco et. Ipsum laboris officia anim laboris culpa eiusmod ex magna ex cupidatat anim ipsum aute. Mollit aliquip occaecat qui sunt velit ut cupidatat reprehenderit enim sunt laborum. Velit veniam in officia nulla adipisicing ut duis officia.</p> <p>Exercitation voluptate irure in irure tempor mollit Lorem nostrud ad officia. Velit id fugiat occaecat do tempor. Sit officia Lorem aliquip eu deserunt consectetur. Aute proident deserunt in nulla aliquip dolore ipsum Lorem ut cupidatat consectetur sit sint laborum. Esse cupidatat sit sint sunt tempor exercitation deserunt. Labore dolor duis laborum est do nisi ut veniam dolor et nostrud nostrud.</p> - - - Post 1 - http://localhost:1313/posts/post-1/ - Sun, 15 Jan 2023 09:00:00 -0700 - http://localhost:1313/posts/post-1/ - <p>Tempor proident minim aliquip reprehenderit dolor et ad anim Lorem duis sint eiusmod. Labore ut ea duis dolor. Incididunt consectetur proident qui occaecat incididunt do nisi Lorem. Tempor do laborum elit laboris excepteur eiusmod do. Eiusmod nisi excepteur ut amet pariatur adipisicing Lorem.</p> <p>Occaecat nulla excepteur dolore excepteur duis eiusmod ullamco officia anim in voluptate ea occaecat officia. Cillum sint esse velit ea officia minim fugiat. Elit ea esse id aliquip pariatur cupidatat id duis minim incididunt ea ea. Anim ut duis sunt nisi. Culpa cillum sit voluptate voluptate eiusmod dolor. Enim nisi Lorem ipsum irure est excepteur voluptate eu in enim nisi. Nostrud ipsum Lorem anim sint labore consequat do.</p> - - - diff --git a/themes/memmachine/public/posts/post-1/index.html b/themes/memmachine/public/posts/post-1/index.html deleted file mode 100644 index 4d758d2..0000000 --- a/themes/memmachine/public/posts/post-1/index.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - -Post 1 | My New Hugo Site - - - - - - - - -
    - -
    -
    -
    -
    - logo -
    -
    - -
    -
    -
    - - - -
    - Get Started -
    -
    -
    -
    - -
    -
    - -

    Post 1

    - - - - - -

    Tempor proident minim aliquip reprehenderit dolor et ad anim Lorem duis sint eiusmod. Labore ut ea duis dolor. Incididunt consectetur proident qui occaecat incididunt do nisi Lorem. Tempor do laborum elit laboris excepteur eiusmod do. Eiusmod nisi excepteur ut amet pariatur adipisicing Lorem.

    -

    Occaecat nulla excepteur dolore excepteur duis eiusmod ullamco officia anim in voluptate ea occaecat officia. Cillum sint esse velit ea officia minim fugiat. Elit ea esse id aliquip pariatur cupidatat id duis minim incididunt ea ea. Anim ut duis sunt nisi. Culpa cillum sit voluptate voluptate eiusmod dolor. Enim nisi Lorem ipsum irure est excepteur voluptate eu in enim nisi. Nostrud ipsum Lorem anim sint labore consequat do.

    - - -
    -
    Tags:
    - -
    - - -
    -
    - -
    -
    -
    - logo -

    - Step into the future of effortless assistance, where innovation - meets simplicity. -

    -
    -
    -
    -
    -
    -
    -
    - -
    - - diff --git a/themes/memmachine/public/posts/post-2/index.html b/themes/memmachine/public/posts/post-2/index.html deleted file mode 100644 index fa055e9..0000000 --- a/themes/memmachine/public/posts/post-2/index.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - -Post 2 | My New Hugo Site - - - - - - - - -
    - -
    -
    -
    -
    - logo -
    -
    - -
    -
    -
    - - - -
    - Get Started -
    -
    -
    -
    - -
    -
    - -

    Post 2

    - - - - - -

    Anim eiusmod irure incididunt sint cupidatat. Incididunt irure irure irure nisi ipsum do ut quis fugiat consectetur proident cupidatat incididunt cillum. Dolore voluptate occaecat qui mollit laborum ullamco et. Ipsum laboris officia anim laboris culpa eiusmod ex magna ex cupidatat anim ipsum aute. Mollit aliquip occaecat qui sunt velit ut cupidatat reprehenderit enim sunt laborum. Velit veniam in officia nulla adipisicing ut duis officia.

    -

    Exercitation voluptate irure in irure tempor mollit Lorem nostrud ad officia. Velit id fugiat occaecat do tempor. Sit officia Lorem aliquip eu deserunt consectetur. Aute proident deserunt in nulla aliquip dolore ipsum Lorem ut cupidatat consectetur sit sint laborum. Esse cupidatat sit sint sunt tempor exercitation deserunt. Labore dolor duis laborum est do nisi ut veniam dolor et nostrud nostrud.

    - - -
    -
    Tags:
    - -
    - - -
    -
    - -
    -
    -
    - logo -

    - Step into the future of effortless assistance, where innovation - meets simplicity. -

    -
    -
    -
    -
    -
    -
    -
    - -
    - - diff --git a/themes/memmachine/public/posts/post-3/bryce-canyon.jpg b/themes/memmachine/public/posts/post-3/bryce-canyon.jpg deleted file mode 100644 index 9a923be..0000000 Binary files a/themes/memmachine/public/posts/post-3/bryce-canyon.jpg and /dev/null differ diff --git a/themes/memmachine/public/posts/post-3/index.html b/themes/memmachine/public/posts/post-3/index.html deleted file mode 100644 index 2fa1f14..0000000 --- a/themes/memmachine/public/posts/post-3/index.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - -Post 3 | My New Hugo Site - - - - - - - - -
    - -
    -
    -
    -
    - logo -
    -
    - -
    -
    -
    - - - -
    - Get Started -
    -
    -
    -
    - -
    -
    - -

    Post 3

    - - - - - -

    Occaecat aliqua consequat laborum ut ex aute aliqua culpa quis irure esse magna dolore quis. Proident fugiat labore eu laboris officia Lorem enim. Ipsum occaecat cillum ut tempor id sint aliqua incididunt nisi incididunt reprehenderit. Voluptate ad minim sint est aute aliquip esse occaecat tempor officia qui sunt. Aute ex ipsum id ut in est velit est laborum incididunt. Aliqua qui id do esse sunt eiusmod id deserunt eu nostrud aute sit ipsum. Deserunt esse cillum Lorem non magna adipisicing mollit amet consequat.

    -

    Bryce Canyon National Park

    -

    Sit excepteur do velit veniam mollit in nostrud laboris incididunt ea. Amet eu cillum ut reprehenderit culpa aliquip labore laborum amet sit sit duis. Laborum id proident nostrud dolore laborum reprehenderit quis mollit nulla amet veniam officia id id. Aliquip in deserunt qui magna duis qui pariatur officia sunt deserunt.

    - - -
    -
    Tags:
    - -
    - - -
    -
    - -
    -
    -
    - logo -

    - Step into the future of effortless assistance, where innovation - meets simplicity. -

    -
    -
    -
    -
    -
    -
    -
    - -
    - - diff --git a/themes/memmachine/public/sitemap.xml b/themes/memmachine/public/sitemap.xml deleted file mode 100644 index c34aa52..0000000 --- a/themes/memmachine/public/sitemap.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - http://localhost:1313/tags/blue/ - 2023-03-15T11:00:00-07:00 - - http://localhost:1313/tags/green/ - 2023-03-15T11:00:00-07:00 - - http://localhost:1313/posts/post-3/ - 2023-03-15T11:00:00-07:00 - - http://localhost:1313/tags/red/ - 2023-03-15T11:00:00-07:00 - - http://localhost:1313/tags/ - 2023-03-15T11:00:00-07:00 - - http://localhost:1313/posts/post-2/ - 2023-02-15T10:00:00-07:00 - - http://localhost:1313/posts/post-1/ - 2023-01-15T09:00:00-07:00 - - http://localhost:1313/posts/ - 2023-01-01T08:30:00-07:00 - - http://localhost:1313/ - 2023-01-01T08:00:00-07:00 - - http://localhost:1313/categories/ - - diff --git a/themes/memmachine/public/tags/blue/index.html b/themes/memmachine/public/tags/blue/index.html deleted file mode 100644 index f81fcd0..0000000 --- a/themes/memmachine/public/tags/blue/index.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - -Blue | My New Hugo Site - - - - - - - - -
    - -
    -
    -
    -
    - logo -
    -
    - -
    -
    -
    - - - -
    - Get Started -
    -
    -
    -
    - -
    -
    - -

    Blue

    - - -

    Post 3

    - - -
    -
    - -
    -
    -
    - logo -

    - Step into the future of effortless assistance, where innovation - meets simplicity. -

    -
    -
    -
    -
    -
    -
    -
    - -
    - - diff --git a/themes/memmachine/public/tags/blue/index.xml b/themes/memmachine/public/tags/blue/index.xml deleted file mode 100644 index c04f634..0000000 --- a/themes/memmachine/public/tags/blue/index.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - Blue on My New Hugo Site - http://localhost:1313/tags/blue/ - Recent content in Blue on My New Hugo Site - Hugo - en-US - Wed, 15 Mar 2023 11:00:00 -0700 - - - Post 3 - http://localhost:1313/posts/post-3/ - Wed, 15 Mar 2023 11:00:00 -0700 - http://localhost:1313/posts/post-3/ - <p>Occaecat aliqua consequat laborum ut ex aute aliqua culpa quis irure esse magna dolore quis. Proident fugiat labore eu laboris officia Lorem enim. Ipsum occaecat cillum ut tempor id sint aliqua incididunt nisi incididunt reprehenderit. Voluptate ad minim sint est aute aliquip esse occaecat tempor officia qui sunt. Aute ex ipsum id ut in est velit est laborum incididunt. Aliqua qui id do esse sunt eiusmod id deserunt eu nostrud aute sit ipsum. Deserunt esse cillum Lorem non magna adipisicing mollit amet consequat.</p> - - - diff --git a/themes/memmachine/public/tags/green/index.html b/themes/memmachine/public/tags/green/index.html deleted file mode 100644 index 3c6e78a..0000000 --- a/themes/memmachine/public/tags/green/index.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - -Green | My New Hugo Site - - - - - - - - -
    - -
    -
    -
    -
    - logo -
    -
    - -
    -
    -
    - - - -
    - Get Started -
    -
    -
    -
    - -
    -
    - -

    Green

    - - -

    Post 3

    - -

    Post 2

    - - -
    -
    - -
    -
    -
    - logo -

    - Step into the future of effortless assistance, where innovation - meets simplicity. -

    -
    -
    -
    -
    -
    -
    -
    - -
    - - diff --git a/themes/memmachine/public/tags/green/index.xml b/themes/memmachine/public/tags/green/index.xml deleted file mode 100644 index 5ddfe5e..0000000 --- a/themes/memmachine/public/tags/green/index.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - Green on My New Hugo Site - http://localhost:1313/tags/green/ - Recent content in Green on My New Hugo Site - Hugo - en-US - Wed, 15 Mar 2023 11:00:00 -0700 - - - Post 3 - http://localhost:1313/posts/post-3/ - Wed, 15 Mar 2023 11:00:00 -0700 - http://localhost:1313/posts/post-3/ - <p>Occaecat aliqua consequat laborum ut ex aute aliqua culpa quis irure esse magna dolore quis. Proident fugiat labore eu laboris officia Lorem enim. Ipsum occaecat cillum ut tempor id sint aliqua incididunt nisi incididunt reprehenderit. Voluptate ad minim sint est aute aliquip esse occaecat tempor officia qui sunt. Aute ex ipsum id ut in est velit est laborum incididunt. Aliqua qui id do esse sunt eiusmod id deserunt eu nostrud aute sit ipsum. Deserunt esse cillum Lorem non magna adipisicing mollit amet consequat.</p> - - - Post 2 - http://localhost:1313/posts/post-2/ - Wed, 15 Feb 2023 10:00:00 -0700 - http://localhost:1313/posts/post-2/ - <p>Anim eiusmod irure incididunt sint cupidatat. Incididunt irure irure irure nisi ipsum do ut quis fugiat consectetur proident cupidatat incididunt cillum. Dolore voluptate occaecat qui mollit laborum ullamco et. Ipsum laboris officia anim laboris culpa eiusmod ex magna ex cupidatat anim ipsum aute. Mollit aliquip occaecat qui sunt velit ut cupidatat reprehenderit enim sunt laborum. Velit veniam in officia nulla adipisicing ut duis officia.</p> <p>Exercitation voluptate irure in irure tempor mollit Lorem nostrud ad officia. Velit id fugiat occaecat do tempor. Sit officia Lorem aliquip eu deserunt consectetur. Aute proident deserunt in nulla aliquip dolore ipsum Lorem ut cupidatat consectetur sit sint laborum. Esse cupidatat sit sint sunt tempor exercitation deserunt. Labore dolor duis laborum est do nisi ut veniam dolor et nostrud nostrud.</p> - - - diff --git a/themes/memmachine/public/tags/index.html b/themes/memmachine/public/tags/index.html deleted file mode 100644 index 84e1f31..0000000 --- a/themes/memmachine/public/tags/index.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - -Tags | My New Hugo Site - - - - - - - - -
    - -
    -
    -
    -
    - logo -
    -
    - -
    -
    -
    - - - -
    - Get Started -
    -
    -
    -
    - -
    -
    - -

    Tags

    - - -

    Blue

    - -

    Green

    - -

    Red

    - - -
    -
    - -
    -
    -
    - logo -

    - Step into the future of effortless assistance, where innovation - meets simplicity. -

    -
    -
    -
    -
    -
    -
    -
    - -
    - - diff --git a/themes/memmachine/public/tags/index.xml b/themes/memmachine/public/tags/index.xml deleted file mode 100644 index 2bf323e..0000000 --- a/themes/memmachine/public/tags/index.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - Tags on My New Hugo Site - http://localhost:1313/tags/ - Recent content in Tags on My New Hugo Site - Hugo - en-US - Wed, 15 Mar 2023 11:00:00 -0700 - - - Blue - http://localhost:1313/tags/blue/ - Wed, 15 Mar 2023 11:00:00 -0700 - http://localhost:1313/tags/blue/ - - - - Green - http://localhost:1313/tags/green/ - Wed, 15 Mar 2023 11:00:00 -0700 - http://localhost:1313/tags/green/ - - - - Red - http://localhost:1313/tags/red/ - Wed, 15 Mar 2023 11:00:00 -0700 - http://localhost:1313/tags/red/ - - - - diff --git a/themes/memmachine/public/tags/red/index.html b/themes/memmachine/public/tags/red/index.html deleted file mode 100644 index 160f546..0000000 --- a/themes/memmachine/public/tags/red/index.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - -Red | My New Hugo Site - - - - - - - - -
    - -
    -
    -
    -
    - logo -
    -
    - -
    -
    -
    - - - -
    - Get Started -
    -
    -
    -
    - -
    -
    - -

    Red

    - - -

    Post 3

    - -

    Post 2

    - -

    Post 1

    - - -
    -
    - -
    -
    -
    - logo -

    - Step into the future of effortless assistance, where innovation - meets simplicity. -

    -
    -
    -
    -
    -
    -
    -
    - -
    - - diff --git a/themes/memmachine/public/tags/red/index.xml b/themes/memmachine/public/tags/red/index.xml deleted file mode 100644 index 685538d..0000000 --- a/themes/memmachine/public/tags/red/index.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - Red on My New Hugo Site - http://localhost:1313/tags/red/ - Recent content in Red on My New Hugo Site - Hugo - en-US - Wed, 15 Mar 2023 11:00:00 -0700 - - - Post 3 - http://localhost:1313/posts/post-3/ - Wed, 15 Mar 2023 11:00:00 -0700 - http://localhost:1313/posts/post-3/ - <p>Occaecat aliqua consequat laborum ut ex aute aliqua culpa quis irure esse magna dolore quis. Proident fugiat labore eu laboris officia Lorem enim. Ipsum occaecat cillum ut tempor id sint aliqua incididunt nisi incididunt reprehenderit. Voluptate ad minim sint est aute aliquip esse occaecat tempor officia qui sunt. Aute ex ipsum id ut in est velit est laborum incididunt. Aliqua qui id do esse sunt eiusmod id deserunt eu nostrud aute sit ipsum. Deserunt esse cillum Lorem non magna adipisicing mollit amet consequat.</p> - - - Post 2 - http://localhost:1313/posts/post-2/ - Wed, 15 Feb 2023 10:00:00 -0700 - http://localhost:1313/posts/post-2/ - <p>Anim eiusmod irure incididunt sint cupidatat. Incididunt irure irure irure nisi ipsum do ut quis fugiat consectetur proident cupidatat incididunt cillum. Dolore voluptate occaecat qui mollit laborum ullamco et. Ipsum laboris officia anim laboris culpa eiusmod ex magna ex cupidatat anim ipsum aute. Mollit aliquip occaecat qui sunt velit ut cupidatat reprehenderit enim sunt laborum. Velit veniam in officia nulla adipisicing ut duis officia.</p> <p>Exercitation voluptate irure in irure tempor mollit Lorem nostrud ad officia. Velit id fugiat occaecat do tempor. Sit officia Lorem aliquip eu deserunt consectetur. Aute proident deserunt in nulla aliquip dolore ipsum Lorem ut cupidatat consectetur sit sint laborum. Esse cupidatat sit sint sunt tempor exercitation deserunt. Labore dolor duis laborum est do nisi ut veniam dolor et nostrud nostrud.</p> - - - Post 1 - http://localhost:1313/posts/post-1/ - Sun, 15 Jan 2023 09:00:00 -0700 - http://localhost:1313/posts/post-1/ - <p>Tempor proident minim aliquip reprehenderit dolor et ad anim Lorem duis sint eiusmod. Labore ut ea duis dolor. Incididunt consectetur proident qui occaecat incididunt do nisi Lorem. Tempor do laborum elit laboris excepteur eiusmod do. Eiusmod nisi excepteur ut amet pariatur adipisicing Lorem.</p> <p>Occaecat nulla excepteur dolore excepteur duis eiusmod ullamco officia anim in voluptate ea occaecat officia. Cillum sint esse velit ea officia minim fugiat. Elit ea esse id aliquip pariatur cupidatat id duis minim incididunt ea ea. Anim ut duis sunt nisi. Culpa cillum sit voluptate voluptate eiusmod dolor. Enim nisi Lorem ipsum irure est excepteur voluptate eu in enim nisi. Nostrud ipsum Lorem anim sint labore consequat do.</p> - - -