
.turbo-progress-bar {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    height: 3px;
    background: #0076ff;
    z-index: 9999;
    transition:
        width 300ms ease-out,
        opacity 150ms 150ms ease-in;
    transform: translate3d(0, 0, 0);
}



[dark-scroll]::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

[dark-scroll]::-webkit-scrollbar-track-piece {
    background-color: #2b2b2b;
    border: 1px solid #1d1d1d;
}

[dark-scroll]::-webkit-scrollbar-thumb {
    height: 10px;
    background-color: #4d4d4d;
}
[dark-scroll]::-webkit-scrollbar-thumb:hover {
    background-color: #5a5a5a;
}

/* LOAD PROGRESS */

.turbolinks-progress-bar {
    height: 3px;
    background-color: #ff6250;
}

/* GROUPING */

[data-id].ui-selecting {
    box-shadow: inset 0 0 0 1px #4285f4 !important;
}
[data-id].ui-selected {
    box-shadow: inset 0 0 0 1px #4285f4 !important;
}

/* CURSOR */

body[mode='comments'] * {
    cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjkxNjQ4IDIzLjQxMDlDNS40OTE1MyAyMi45ODg3IDUuOTMxNzkgMjIuMzkzNSA2LjIzMjggMjEuNjQwN0M0Ljc5MDY5IDE5LjczODMgNCAxNy4zOTMzIDQgMTQuOTk3NUM0IDguOTM0MSA4LjkzMjgyIDQgMTUuMDAyMiA0QzIxLjA3MTcgNCAyNiA4LjkzOTE5IDI2IDE1LjAwMjVDMjYgMjEuMDY1OSAyMS4wNjcyIDI2IDE0Ljk5NzggMjZDMTIuOTg5NiAyNiAxMS4wMzUzIDI1LjQ1NTcgOS4zMjM2NyAyNC40MjMxQzguNDI5NjUgMjQuOTU3MiA3LjQxNDM0IDI1LjIyNjggNi4zMDAxOCAyNS4yMjY4QzUuOTU0MjYgMjUuMjI2OCA1LjU5OTM1IDI1LjIwMTQgNS4yNTM0MiAyNS4xNDU0QzQuOTAzIDI1LjA4OTUgNC42Mjg5NiAyNC44MDQ2IDQuNTUyNTggMjQuNDE4QzQuNDc2MjEgMjQuMDI2NCA0LjYxOTk3IDIzLjYyOTYgNC45MTY0OCAyMy40MTA5WiIgZmlsbD0iI0ZGNjI1MCIvPgo8L3N2Zz4K')
        0 24,
        auto !important;
}

body[mode='code'] [data-id]:not(.hidden) {
    cursor: default;
}

/* default node state */

body[mode='code'] [data-id]:not(.hidden), body[mode='comments'] [data-id]:not(.hidden) {
    pointer-events: all;
}

/* is_image */

body[mode='code'] [data-id].is_image [data-id], body[mode='comments'] [data-id].is_image [data-id] {
    pointer-events: none !important;
}

/* without a data-id or ignored */

[data-id].ignore,body[mode='code'] *:not([data-id]) {
    pointer-events: none !important;
}
/* disable transforms for ignored elements */


body[mode='code'] [data-id]:hover{
    transform: none !important;
}

/* ANIMA BUTTONS */
.an-button {
    position: relative;
    height: 28px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    white-space: nowrap;
    transition-property: all;
    transition-duration: 100ms;
    appearance: none;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
    border-width: 0;
}

.an-button > div {
    width: 100%;
}

.an-button.primary {
    background: #ff6250;
    color: #ffffff;
}

.an-button.primary:hover:not(:disabled) {
    background: #e2412e;
}

.an-button.secondary {
    background: transparent;
    border: 1px solid #ff6250;
    color: #ff6250;
}

.an-button.secondary:hover:not(:disabled) {
    color: #ffffff;
    background: #ff6250;
}

.an-button.rounded {
    border-radius: 100px;
}

.an-button:disabled {
    opacity: 0.5;
}

.an-button:disabled {
    cursor: default;
}

.an-button:active,
.an-button:focus {
    outline: none;
}


.hotspot {
    position: absolute;
    border: 1px solid #2a9fd8;
    background: rgba(0, 173, 255, 0.54);
    opacity: 0;
    z-index: -1;
    pointer-events:none;
}


          

            @font-face {
                font-family: "Helvetica-Bold";
                font-style: normal;
                font-weight: 700;
                src: url('https://anima-uploads.s3.amazonaws.com/projects/61937676c1b2ee0850725a54/fonts/helvetica-bold.otf') format("opentype");
            }

            @font-face {
                font-family: "Helvetica-Regular";
                font-style: normal;
                font-weight: 400;
                src: url('https://anima-uploads.s3.amazonaws.com/projects/656791b77f52524f6a44afda/fonts/helvetica-regular.otf') format("opentype");
            }
            /* The following line is used to measure usage of this code. You can remove it if you want. */
           


            .screen textarea:focus,
            .screen input:focus {
                outline: none;
            }

            .screen * {
                -webkit-font-smoothing: antialiased;
                box-sizing: border-box;
            }

            .screen div {
                -webkit-text-size-adjust: none;
            }

            .component-wrapper a {
                display: contents;
                pointer-events: auto;
                text-decoration: none;
            }

            .component-wrapper * {
                -webkit-font-smoothing: antialiased;
                box-sizing: border-box;
                pointer-events: none;
            }

            .component-wrapper a *,
            .component-wrapper input,
            .component-wrapper video,
            .component-wrapper iframe {
                pointer-events: auto;
            }

            .component-wrapper.not-ready,
            .component-wrapper.not-ready * {
                visibility: hidden !important;
            }

            .screen a {
                display: contents;
                text-decoration: none;
            }

            .full-width-a {
                width: 100%;
            }

            .full-height-a {
                height: 100%;
            }

            .container-center-vertical {
                align-items: center;
                display: flex;
                flex-direction: row;
                height: 100%;
                pointer-events: none;
            }

            .container-center-vertical > * {
                flex-shrink: 0;
                pointer-events: auto;
            }

            .container-center-horizontal {
                display: flex;
                flex-direction: row;
                justify-content: center;
                pointer-events: none;
                width: 100%;
            }

            .container-center-horizontal > * {
                flex-shrink: 0;
                pointer-events: auto;
            }

            .auto-animated div {
                --z-index: -1;
                opacity: 0;
                position: absolute;
            }

            .auto-animated input {
                --z-index: -1;
                opacity: 0;
                position: absolute;
            }

            .auto-animated .container-center-vertical,
            .auto-animated .container-center-horizontal {
                opacity: 1;
            }

            .overlay-base {
                display: none;
                height: 100%;
                opacity: 0;
                position: fixed;
                top: 0;
                width: 100%;
            }

            .overlay-base.animate-appear {
                align-items: center;
                animation: reveal 0.3s ease-in-out 1 normal forwards;
                display: flex;
                flex-direction: column;
                justify-content: center;
                opacity: 0;
            }

            .overlay-base.animate-disappear {
                animation: reveal 0.3s ease-in-out 1 reverse forwards;
                display: block;
                opacity: 1;
                pointer-events: none;
            }

            .overlay-base.animate-disappear * {
                pointer-events: none;
            }

            @keyframes reveal {
                from {
                    opacity: 0
                }
                to {
                    opacity: 1
                }
            }

            .animate-nodelay {
                animation-delay: 0s;
            }

            .align-self-flex-start {
                align-self: flex-start;
            }

            .align-self-flex-end {
                align-self: flex-end;
            }

            .align-self-flex-center {
                align-self: flex-center;
            }

            .valign-text-middle {
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            .valign-text-bottom {
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
            }

            input:focus {
                outline: none;
            }

            .listeners-active,
            .listeners-active * {
                pointer-events: auto;
            }

            .hidden,
            .hidden * {
                pointer-events: none;
                visibility: hidden;
            }

            .smart-layers-pointers,
            .smart-layers-pointers * {
                pointer-events: auto;
                visibility: visible;
            }

            .listeners-active-click,
            .listeners-active-click * {
                cursor: pointer;
            }

            * {
                box-sizing: border-box;
            }
            :root {
                --backgroundbackground--primary: #ffffff;
                --black: #12141d;
                --black-2: #000000;
                --blue-gembluegem-200: #d5d2ff;
                --blue-gembluegem-300: #9181ff;
                --blue-gembluegem-50: #f2f2ff;
                --blue-gembluegem-600: #5b29fe;
                --border-colors: #eaeff4;
                --caribbean-green: #00b69b;
                --datavislabellabel-primary: #151920;
                --datavislabellabel-secondary: #6e7583;
                --divider-color: #a0b2ce;
                --divider-dark: #eaeff4;
                --gray50: #f9fafb;
                --graygray-300: #cbd5e0;
                --graygray-400: #a0aec0;
                --gre---03: #fafafa;
                --green500: #22c55e;
                --hawkes-blue: #d5ddf8;
                --light-themegraydark-blue-grey: #293447;
                --light-themegraylight-grey: #dfe5ef;
                --light-themegraymedium-blue-grey: #7c8fac;
                --light-themegraypure-white: #ffffff;
                --lightbasechart-subtitle: #00000099;
                --lightbasetooltip: #ffffff;
                --mine-shaft: #2b303466;
                --mirage: #111928;
                --mischka: #d1d5db;
                --santas-gray: #9ca3af;
                --shark: #202224;
                --storm-dust: #606060;
                --tangaroa: #12153c;
                --textdefault-in-field: #999999;
                --texttitle-text: #333333;
                --textwhite: #ffffff;
                --white: #ffffff;
                --white1: #ffffff;
                --whitewhite-10: #feffff;
                --whitewhite-40: #eceef0;
                --x-accent-400: #5a6080;
                --x-primary-900: #0c0b1a;
                --x1600-heatmap: #e73752;
                --x600-heatmap: #39b26f;
                --x800-heatmap: #ffca34;

                --font-size-l: 18px;
                --font-size-m: 16px;
                --font-size-s: 14px;
                --font-size-xl: 36px;
                --font-size-xs: 13.1px;
                --font-size-xxl: 58px;
                --font-size-xxs: 10.3px;

                --font-family-dm_sans: "DM Sans", Helvetica;
                --font-family-helvetica-bold: "Helvetica-Bold", Helvetica;
                --font-family-helvetica-regular: "Helvetica-Regular", Helvetica;
                --font-family-inter: "Inter", Helvetica;
                --font-family-lato: "Lato", Helvetica;
                --font-family-nunito_sans: "Nunito Sans", Helvetica;
                --font-family-plus_jakarta_sans: "Plus Jakarta Sans", Helvetica;
                --font-family-raleway: "Raleway", Helvetica;
            }
            .headings-bold16px {
                font-family: var(--font-family-raleway);
                font-size: var(--font-size-m);
                font-style: normal;
                font-weight: 700;
                letter-spacing: 0px;
            }

            .plusjakartasans-semi-bold-mine-shaft-10-3px {
                color: var(--mine-shaft);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-xxs);
                font-style: normal;
                font-weight: 600;
            }

            .helvetica-bold-mischka-11px {
                color: var(--graygray-300);
                font-family: var(--font-family-helvetica-bold);
                font-size: 11px;
                font-style: normal;
                font-weight: 700;
            }

            .plusjakartasans-semi-bold-comet-14px {
                color: var(--x-accent-400);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-s);
                font-style: normal;
                font-weight: 600;
            }

            .plusjakartasans-semi-bold-titan-white-14px {
                color: var(--blue-gembluegem-50);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-s);
                font-style: normal;
                font-weight: 600;
            }

            .plusjakartasans-normal-black-18px {
               /* color: var(--black-2);*/
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-l);
                font-style: normal;
                font-weight: 400;
            }

            .helvetica-bold-mischka-10px {
                color: var(--graygray-300);
                font-family: var(--font-family-helvetica-bold);
                font-size: 10px;
                font-style: normal;
                font-weight: 700;
            }

            .plusjakartasans-semi-bold-hawkes-blue-22px {
                color: var(--hawkes-blue);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 22px;
                font-style: normal;
                font-weight: 600;
            }

            .plusjakartasans-normal-alabaster-16px {
                color: var(--gray50);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-m);
                font-style: normal;
                font-weight: 400;
            }

            .plusjakartasans-semi-bold-white-13-1px {
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-xs);
                font-style: normal;
                font-weight: 600;
            }

            .plusjakartasans-semi-bold-tangaroa-13-1px {
                color: var(--tangaroa);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-xs);
                font-style: normal;
                font-weight: 600;
            }

            .plusjakartasans-semi-bold-storm-dust-13-1px {
                color: var(--storm-dust);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-xs);
                font-style: normal;
                font-weight: 600;
            }

            .nunitosans-semi-bold-shark-13-1px {
                color: var(--shark);
                font-family: var(--font-family-nunito_sans);
                font-size: var(--font-size-xs);
                font-style: normal;
                font-weight: 600;
            }

            .nunitosans-bold-shark-22-9px {
                color: var(--shark);
                font-family: var(--font-family-nunito_sans);
                font-size: 22.9px;
                font-style: normal;
                font-weight: 700;
            }

            .dmsans-bold-white-14px {
                color: var(--backgroundbackground--primary);
                font-family: var(--font-family-dm_sans);
                font-size: var(--font-size-s);
                font-style: normal;
                font-weight: 700;
            }

            .plusjakartasans-semi-bold-white-16px {
                color: var(--backgroundbackground--primary);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-m);
                font-style: normal;
                font-weight: 600;
            }

            .plusjakartasans-semi-bold-vulcan-14px {
               /* color: var(--black);*/
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-s);
                font-style: normal;
                font-weight: 600;
            }

            .helvetica-regular-normal-mischka-16px {
                color: var(--mischka);
                font-family: var(--font-family-helvetica-regular);
                font-size: var(--font-size-m);
                font-style: normal;
                font-weight: 400;
            }

            .plusjakartasans-semi-bold-caribbean-green-13-1px {
                color: var(--caribbean-green);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-xs);
                font-style: normal;
                font-weight: 600;
            }

            .plusjakartasans-bold-black-58px {
               /* color: var(--black-2);*/
                font-family: var(--font-family-plus_jakarta_sans);
               /* font-size: var(--font-size-xxl);*/
                font-style: normal;
                font-weight: 700;
            }

            .plusjakartasans-medium-purple-heart-18px {
                color: var(--blue-gembluegem-600);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-l);
                font-style: normal;
                font-weight: 500;
            }

            .plusjakartasans-normal-rock-blue-10-4px {
                color: var(--divider-color);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 10.4px;
                font-style: normal;
                font-weight: 400;
            }

            .plusjakartasans-semi-bold-mirage-13-7px {
                color: var(--mirage);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 13.7px;
                font-style: normal;
                font-weight: 600;
            }

            .lato-normal-pale-sky-12-5px {
                color: var(--datavislabellabel-secondary);
                font-family: var(--font-family-lato);
                font-size: 12.5px;
                font-style: normal;
                font-weight: 400;
            }

            .plusjakartasans-bold-mine-shaft-16px {
                color: var(--texttitle-text);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-m);
                font-style: normal;
                font-weight: 700;
            }

            .plusjakartasans-normal-mountain-mist-16px {
                color: var(--textdefault-in-field);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-m);
                font-style: normal;
                font-weight: 400;
            }

            :root {
            }


            /* screen - landing-page */

            .landing-page {
                background-color: var(--backgroundbackground--primary);
                height: 8026px;
                overflow: hidden;
                overflow-x: hidden;
                position: relative;
                width: 1440px;
            }

            .landing-page .section-01-0MUxxh {
                background: radial-gradient(50% 50% at 50% 50%);
                background-color: transparent;
                height: 1079px;
                left: 0px;
                position: absolute;
                top: 0px;
                width: 1440px;
            }

            .landing-page .div-absolute-SxbHQO {
                top: -0px;
            }

            .landing-page .layer_1-SxbHQO {
                height: 1064px;
                left: 0px;
                mix-blend-mode: luminosity;
                top: 0px;
                width: 1440px;
            }

            .landing-page .elokencia-notes-overview-SxbHQO {
                background-color: var(--backgroundbackground--primary);
                border: 12px solid;
                border-color: transparent;
                border-image: radial-gradient() 1;
                border-radius: 30px;
                box-shadow: 0px 31.580671310424805px 126.32268524169922px #0000001a;
                height: 863px;
                left: 118px;
                overflow: hidden;
                position: absolute;
                top: 469px;
                width: 1204px;
            }

            .landing-page .modified-input-form-input-form-1-CuLqHk {
                align-items: flex-start;
                background-color: transparent;
                display: flex;
                flex-direction: column;
                gap: 6.555555820465088px;
                left: 960px;
                min-width: 204.0416717529297px;
                overflow: hidden;
                position: absolute;
                top: 156px;
                width: 204px;
            }

            .landing-page .input-box-lfhS0D {
                background-color: var(--backgroundbackground--primary);
                border: 0.819444477558136px solid;
                border-color: var(--light-themegraylight-grey);
            }

            .landing-page .frame-173-SdCxKq {
                flex: 1;
                flex-grow: 1;
            }

            .landing-page .select-meet-participants-DO9CWp {
                background-color: transparent;
                color: var(--light-themegraydark-blue-grey);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 11.5px;
                font-style: normal;
                font-weight: 400;
                letter-spacing: 0.00px;
                line-height: 16.1px;
                margin-top: -0.82px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .icons-iconsicon-park-soliddown-one-SdCxKq {
                background-color: transparent;
                height: 19.6669921875px;
                position: relative;
                width: 19.66796875px;
            }

            .landing-page .dashboard-CuLqHk {
                color: var(--shark);
                font-size: 24.6px;
                font-weight: 600;
                height: auto;
                left: 93px;
                letter-spacing: -0.25px;
                line-height: 29.5px;
                position: absolute;
                top: 158px;
                width: auto;
            }

            .landing-page .frame-1261152483-CuLqHk {
                background-color: transparent;
                height: 139px;
                left: 919px;
                position: absolute;
                top: 219px;
                width: 246px;
            }

            .landing-page .treated-tasks-wjPnzl {
                position: relative;
            }

            .landing-page .bg-arZPg4 {
                background-color: var(--backgroundbackground--primary);
                border: 0.819444477558136px solid;
                border-color: var(--border-colors);
                border-radius: 4.92px;
                box-shadow: 0px 1.638888955116272px 3.277777910232544px #8c8c8c26;
                height: 141px;
                left: -1px;
                position: absolute;
                top: -1px;
                width: 248px;
            }

            .landing-page .x85-up-from-yesterday-arZPg4 {
                height: 20px;
                left: 20px;
                top: 100px;
                width: 195px;
            }

            .landing-page .x18-up-from-yesterd-N3Cxzs {
                left: 24px;
                top: 2px;
            }

            .landing-page .span0-xuHghC {
            }

            .landing-page .span1-xuHghC {
            }

            .landing-page .span2-xuHghC {
            }

            .landing-page .clipboard-check-outline-yd2fiH {
                background-color: transparent;
                height: 25px;
                left: 12px;
                position: absolute;
                top: 12px;
                width: 25px;
            }

            .landing-page .x2040-PMOAs5 {
                left: 0px;
            }

            .landing-page .frame-1261152484-CuLqHk {
                background-color: transparent;
                height: 139px;
                left: 644px;
                position: absolute;
                top: 219px;
                width: 246px;
            }

            .landing-page .treated-tasks-cyA0Tt {
                position: relative;
            }

            .landing-page .bg-0dxtcy {
                background-color: var(--backgroundbackground--primary);
                border: 0.819444477558136px solid;
                border-color: var(--border-colors);
                border-radius: 4.92px;
                box-shadow: 0px 1.638888955116272px 3.277777910232544px #8c8c8c26;
                height: 141px;
                left: -1px;
                position: absolute;
                top: -1px;
                width: 248px;
            }

            .landing-page .x85-up-from-yesterday-0dxtcy {
                height: 20px;
                left: 20px;
                top: 100px;
                width: 194px;
            }

            .landing-page .x18-up-from-yesterd-dUIKqg {
                left: 24px;
                top: 2px;
            }

            .landing-page .span0-c6xdZw {
            }

            .landing-page .span1-c6xdZw {
            }

            .landing-page .span2-c6xdZw {
            }

            .landing-page .layers-outline-42SEuP {
                background-color: transparent;
                height: 25px;
                left: 12px;
                position: absolute;
                top: 12px;
                width: 25px;
            }

            .landing-page .x2040-62E0JW {
                left: 0px;
            }

            .landing-page .frame-1261152485-CuLqHk {
                background-color: transparent;
                height: 139px;
                left: 369px;
                position: absolute;
                top: 219px;
                width: 246px;
            }

            .landing-page .treated-tasks-qoh9qR {
                position: absolute;
            }

            .landing-page .bg-xYgqwx {
                background-color: var(--backgroundbackground--primary);
                border: 0.819444477558136px solid;
                border-color: var(--border-colors);
                border-radius: 4.92px;
                box-shadow: 0px 1.638888955116272px 3.277777910232544px #8c8c8c26;
                height: 141px;
                left: -1px;
                position: absolute;
                top: -1px;
                width: 248px;
            }

            .landing-page .x85-up-from-yesterday-xYgqwx {
                height: 16px;
                left: 43px;
                top: 102px;
                width: 175px;
            }

            .landing-page .x18-up-from-yesterd-2jaqYK {
                left: 0px;
                top: 0px;
            }

            .landing-page .span0-IDLJ7D {
                color: #f93c65;
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-xs);
                font-style: normal;
                font-weight: 600;
            }

            .landing-page .span1-IDLJ7D {
            }

            .landing-page .span2-IDLJ7D {
            }

            .landing-page .video-cam-outline-RIkWQ6 {
                background-color: transparent;
                height: 25px;
                left: 12px;
                position: absolute;
                top: 12px;
                width: 25px;
            }

            .landing-page .x2040-i7VVJv {
                left: 0px;
            }

            .landing-page .ic-trending-down-24px-qoh9qR {
                background-color: transparent;
                height: 20px;
                left: 20px;
                position: absolute;
                top: 100px;
                width: 20px;
            }

            .landing-page .frame-1261152486-CuLqHk {
                background-color: transparent;
                height: 139px;
                left: 94px;
                position: absolute;
                top: 219px;
                width: 246px;
            }

            .landing-page .treated-tasks-GB9KUG {
                position: relative;
            }

            .landing-page .bg-TwXLjQ {
                background-color: var(--backgroundbackground--primary);
                border: 0.819444477558136px solid;
                border-color: var(--border-colors);
                border-radius: 4.92px;
                box-shadow: 0px 1.638888955116272px 3.277777910232544px #8c8c8c26;
                height: 141px;
                left: -1px;
                position: absolute;
                top: -1px;
                width: 248px;
            }

            .landing-page .x85-up-from-yesterday-TwXLjQ {
                height: 20px;
                left: 20px;
                top: 100px;
                width: 177px;
            }

            .landing-page .x18-up-from-yesterd-YpBAzH {
                left: 24px;
                top: 2px;
            }

            .landing-page .span0-OKHPW5 {
            }

            .landing-page .span1-OKHPW5 {
            }

            .landing-page .span2-OKHPW5 {
            }

            .landing-page .users-group-outline-9neKBe {
                background-color: transparent;
                height: 25px;
                left: 12px;
                position: absolute;
                top: 12px;
                width: 25px;
            }

            .landing-page .x2040-fvPlf4 {
                left: -0px;
            }

            .landing-page .frame-1261152487-CuLqHk {
                background-color: transparent;
                height: 389px;
                left: 94px;
                position: absolute;
                top: 383px;
                width: 1069px;
            }

            .landing-page .sales-details-1kdxtZ {
                background-color: transparent;
                height: 393px;
                left: -2px;
                position: absolute;
                top: -1px;
                width: 1073px;
            }

            .landing-page .frame-1261152489-1kdxtZ {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex-direction: column;
                gap: 4.097222328186035px;
                left: 25px;
                position: absolute;
                top: 25px;
            }

            .landing-page .dashboard-Ki8AJv {
                color: var(--mirage);
                font-size: 22.9px;
                font-weight: 600;
                letter-spacing: -0.23px;
                line-height: 27.5px;
                margin-top: -0.82px;
                position: relative;
                width: fit-content;
            }

            .landing-page .dashboard-SYeW3l {
                color: var(--santas-gray);
                font-size: 14.8px;
                font-weight: 500;
                letter-spacing: 0.00px;
                line-height: 17.7px;
                position: relative;
                width: fit-content;
            }

            .landing-page .frame-1261152488-1kdxtZ {
                background-color: transparent;
                height: 252px;
                left: 25px;
                position: absolute;
                top: 100px;
                width: 1028px;
            }

            .landing-page .units-eOAqDy {
                background-color: transparent;
                height: 242px;
                left: 32px;
                position: absolute;
                top: 10px;
                width: 1019px;
            }

            .landing-page .x40k-oWB9kV {
                background-color: transparent;
                height: auto;
                left: 539px;
                letter-spacing: 0.00px;
                line-height: 14.4px;
                position: absolute;
                text-align: center;
                top: 228px;
                white-space: nowrap;
                width: 43px;
            }

            .landing-page .x45k-oWB9kV {
                background-color: transparent;
                height: auto;
                left: 627px;
                letter-spacing: 0.00px;
                line-height: 14.4px;
                position: absolute;
                text-align: center;
                top: 228px;
                white-space: nowrap;
                width: 67px;
            }

            .landing-page .x50k-oWB9kV {
                background-color: transparent;
                height: auto;
                left: 738px;
                letter-spacing: 0.00px;
                line-height: 14.4px;
                position: absolute;
                text-align: center;
                top: 228px;
                white-space: nowrap;
                width: 49px;
            }

            .landing-page .x55k-oWB9kV {
                background-color: transparent;
                height: auto;
                left: 831px;
                letter-spacing: 0.00px;
                line-height: 14.4px;
                position: absolute;
                text-align: center;
                top: 228px;
                white-space: nowrap;
                width: 54px;
            }

            .landing-page .x60k-oWB9kV {
                background-color: transparent;
                height: auto;
                left: 930px;
                letter-spacing: 0.00px;
                line-height: 14.4px;
                position: absolute;
                text-align: center;
                top: 228px;
                white-space: nowrap;
                width: 56px;
            }

            .landing-page .x5k-oWB9kV {
                background-color: transparent;
                height: auto;
                left: 0px;
                letter-spacing: 0.00px;
                line-height: 14.4px;
                position: absolute;
                text-align: center;
                top: 228px;
                white-space: nowrap;
                width: 38px;
            }

            .landing-page .x10k-oWB9kV {
                background-color: transparent;
                height: auto;
                left: 83px;
                letter-spacing: 0.00px;
                line-height: 14.4px;
                position: absolute;
                text-align: center;
                top: 228px;
                white-space: nowrap;
                width: 45px;
            }

            .landing-page .x15k-oWB9kV {
                background-color: transparent;
                height: auto;
                left: 172px;
                letter-spacing: 0.00px;
                line-height: 14.4px;
                position: absolute;
                text-align: center;
                top: 228px;
                white-space: nowrap;
                width: 33px;
            }

            .landing-page .x20k-oWB9kV {
                background-color: transparent;
                height: auto;
                left: 249px;
                letter-spacing: 0.00px;
                line-height: 14.4px;
                position: absolute;
                text-align: center;
                top: 228px;
                white-space: nowrap;
                width: 31px;
            }

            .landing-page .x25k-oWB9kV {
                background-color: transparent;
                height: auto;
                left: 325px;
                letter-spacing: 0.00px;
                line-height: 14.4px;
                position: absolute;
                text-align: center;
                top: 228px;
                white-space: nowrap;
                width: 22px;
            }

            .landing-page .x35k-oWB9kV {
                background-color: transparent;
                height: auto;
                left: 472px;
                letter-spacing: 0.00px;
                line-height: 14.4px;
                position: absolute;
                text-align: center;
                top: 228px;
                white-space: nowrap;
                width: 23px;
            }

            .landing-page .x30k-oWB9kV {
                background-color: transparent;
                height: auto;
                left: 391px;
                letter-spacing: 0.00px;
                line-height: 14.4px;
                position: absolute;
                text-align: center;
                top: 228px;
                white-space: nowrap;
                width: 36px;
            }

            .landing-page .line-oWB9kV {
                background-color: transparent;
                height: 196px;
                left: -0px;
                mix-blend-mode: normal;
                position: absolute;
                top: 0px;
                width: 996px;
            }

            .landing-page .top-sale-eOAqDy {
                background-color: transparent;
                height: 24px;
                left: 286px;
                position: absolute;
                top: 21px;
                width: 58px;
            }

            .landing-page .combined-shape-KjfJPa {
                background-color: transparent;
                height: 24px;
                left: 0px;
                position: absolute;
                top: 0px;
                width: 56px;
            }

            .landing-page .x64366477-KjfJPa {
                background-color: transparent;
                color: var(--backgroundbackground--primary);
                font-family: var(--font-family-nunito_sans);
                font-size: var(--font-size-xxs);
                font-style: normal;
                font-weight: 700;
                height: auto;
                left: 7px;
                letter-spacing: 0.00px;
                line-height: normal;
                position: absolute;
                text-align: center;
                top: 3px;
                width: auto;
            }

            .landing-page .gradient-eOAqDy {
                left: 32px;
                top: 50px;
                width: 996px;
            }

            .landing-page .ouline-graph-eOAqDy {
                background-color: transparent;
                height: 166px;
                left: 32px;
                position: absolute;
                top: 49px;
                width: 997px;
            }

            .landing-page .ellipse-184-eOAqDy {
                background-color: var(--backgroundbackground--primary);
                border: 1.7111135721206665px solid;
                border-color: var(--blue-gembluegem-600);
                border-radius: 3.85px;
                height: 8px;
                left: 36px;
                position: absolute;
                top: 194px;
                width: 8px;
            }

            .landing-page .ellipse-185-eOAqDy {
                background-color: var(--backgroundbackground--primary);
                border: 1.7111135721206665px solid;
                border-color: var(--blue-gembluegem-600);
                border-radius: 3.85px;
                height: 8px;
                left: 134px;
                position: absolute;
                top: 159px;
                width: 8px;
            }

            .landing-page .ellipse-186-eOAqDy {
                background-color: var(--backgroundbackground--primary);
                border: 1.7111135721206665px solid;
                border-color: var(--blue-gembluegem-600);
                border-radius: 3.85px;
                height: 8px;
                left: 209px;
                position: absolute;
                top: 182px;
                width: 8px;
            }

            .landing-page .ellipse-187-eOAqDy {
                background-color: var(--backgroundbackground--primary);
                border: 1.7111135721206665px solid;
                border-color: var(--blue-gembluegem-600);
                border-radius: 3.85px;
                height: 8px;
                left: 308px;
                position: absolute;
                top: 45px;
                width: 8px;
            }

            .landing-page .ellipse-188-eOAqDy {
                background-color: var(--backgroundbackground--primary);
                border: 1.7111135721206665px solid;
                border-color: var(--blue-gembluegem-600);
                border-radius: 3.85px;
                height: 8px;
                left: 358px;
                position: absolute;
                top: 129px;
                width: 8px;
            }

            .landing-page .ellipse-189-eOAqDy {
                background-color: var(--backgroundbackground--primary);
                border: 1.7111135721206665px solid;
                border-color: var(--blue-gembluegem-600);
                border-radius: 3.85px;
                height: 8px;
                left: 437px;
                position: absolute;
                top: 126px;
                width: 8px;
            }

            .landing-page .ellipse-190-eOAqDy {
                background-color: var(--backgroundbackground--primary);
                border: 1.7111135721206665px solid;
                border-color: var(--blue-gembluegem-600);
                border-radius: 3.85px;
                height: 8px;
                left: 516px;
                position: absolute;
                top: 119px;
                width: 8px;
            }

            .landing-page .ellipse-191-eOAqDy {
                background-color: var(--backgroundbackground--primary);
                border: 1.7111135721206665px solid;
                border-color: var(--blue-gembluegem-600);
                border-radius: 3.85px;
                height: 8px;
                left: 582px;
                position: absolute;
                top: 181px;
                width: 8px;
            }

            .landing-page .ellipse-192-eOAqDy {
                background-color: var(--backgroundbackground--primary);
                border: 1.7111135721206665px solid;
                border-color: var(--blue-gembluegem-600);
                border-radius: 3.85px;
                height: 8px;
                left: 692px;
                position: absolute;
                top: 74px;
                width: 8px;
            }

            .landing-page .ellipse-193-eOAqDy {
                background-color: var(--backgroundbackground--primary);
                border: 1.7111135721206665px solid;
                border-color: var(--blue-gembluegem-600);
                border-radius: 3.85px;
                height: 8px;
                left: 781px;
                position: absolute;
                top: 108px;
                width: 8px;
            }

            .landing-page .ellipse-194-eOAqDy {
                background-color: var(--backgroundbackground--primary);
                border: 1.7111135721206665px solid;
                border-color: var(--blue-gembluegem-600);
                border-radius: 3.85px;
                height: 8px;
                left: 894px;
                position: absolute;
                top: 153px;
                width: 8px;
            }

            .landing-page .ellipse-195-eOAqDy {
                background-color: var(--backgroundbackground--primary);
                border: 1.7111135721206665px solid;
                border-color: var(--blue-gembluegem-600);
                border-radius: 3.85px;
                height: 8px;
                left: 995px;
                position: absolute;
                top: 135px;
                width: 8px;
            }

            .landing-page .x100-eOAqDy {
                line-height: 14.4px;
                text-align: center;
                top: 202px;
                width: 34px;
            }

            .landing-page .x100-9qzRzl {
                line-height: 14.4px;
                text-align: center;
                top: 151px;
                width: 34px;
            }

            .landing-page .x100-lY2EeN {
                line-height: 14.4px;
                text-align: center;
                top: 100px;
                width: 34px;
            }

            .landing-page .x100-AuSwhQ {
                line-height: 14.4px;
                text-align: center;
                top: 50px;
                width: 34px;
            }

            .landing-page .x100-YOwixp {
                line-height: 14.4px;
                text-align: center;
                top: -1px;
                width: 34px;
            }

            .landing-page .modified-input-form-input-form-2-1kdxtZ {
                align-items: flex-start;
                background-color: transparent;
                display: flex;
                flex-direction: column;
                gap: 6.555555820465088px;
                height: 34.41666793823242px;
                left: 923px;
                overflow: hidden;
                position: absolute;
                top: 25px;
                width: 130px;
            }

            .landing-page .input-box-uMZ8ls {
                background: linear-gradient(180deg);
                background-color: transparent;
            }

            .landing-page .frame-173-6AmY8G {
                width: 79.48611450195312px;
            }

            .landing-page .past-365-days-2oAZZB {
                background-color: transparent;
                color: var(--backgroundbackground--primary);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 9.8px;
                font-style: normal;
                font-weight: 600;
                letter-spacing: 0.00px;
                line-height: 13.8px;
                margin-top: -0.82px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .angle-down-outline-6AmY8G {
                background-color: transparent;
                height: 19.6669921875px;
                margin-right: -1.64px;
                position: relative;
                width: 19.66796875px;
            }

            .landing-page .advance-buttons-lables-advance-buttons-CuLqHk {
                align-items: center;
                background-color: var(--gray50);
                border: 0.819444477558136px solid;
                border-color: #e5e7eb;
                border-radius: 3.28px;
                display: inline-flex;
                gap: 3.277777910232544px;
                height: 31px;
                left: 1038px;
                overflow: hidden;
                padding: 0px 13.111111640930176px;
                position: absolute;
                top: 783px;
            }

            .landing-page .left-icon-zWF5Xr {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                position: relative;
            }

            .landing-page .arrow-down-to-bracket-outline-WUhbl0 {
                background-color: transparent;
                height: 19.6669921875px;
                position: relative;
                width: 19.66796875px;
            }

            .landing-page .enter-text-JLxqmX {
                color: #1f2a37;
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 11.5px;
                font-style: normal;
                font-weight: 600;
                letter-spacing: -0.11px;
                line-height: 16.1px;
                margin-top: -0.82px;
            }

            .landing-page .frame-1261152343-CuLqHk {
                background-color: transparent;
                height: 127px;
                left: 0px;
                position: absolute;
                top: 0px;
                width: 1180px;
            }

            .landing-page .space-tab-navigation-8N1502 {
                background-color: transparent;
                height: 52px;
                left: 67px;
                position: absolute;
                top: 75px;
                width: 1113px;
            }

            .landing-page .space-tab-comparison-ABGm8x {
                background-color: var(--backgroundbackground--primary);
                height: 52px;
                left: 0px;
                position: relative;
                top: 0px;
                width: 1113px;
            }

            .landing-page .separator-sULLDH {
                width: 1113px;
            }

            .landing-page .frame-1261152479-sULLDH {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                gap: 4.097222328186035px;
                left: 20px;
                position: absolute;
                top: 0px;
            }

            .landing-page .frame-1261152477-kOdqmT {
                width: 131.11111450195312px;
            }

            .landing-page .text-3gwUxE {
                background-color: transparent;
                color: var(--mischka);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-xs);
                font-style: normal;
                font-weight: 500;
                height: 24px;
                left: 9px;
                letter-spacing: 0.00px;
                line-height: 15.7px;
                position: absolute;
                text-align: center;
                top: 14px;
                width: 112px;
            }

            .landing-page .frame-1261152477-OTPR8H {
                width: 138.48611450195312px;
            }

            .landing-page .text-OmGAIn {
                background-color: transparent;
                color: var(--mischka);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-xs);
                font-style: normal;
                font-weight: 500;
                height: 24px;
                left: 6px;
                letter-spacing: 0.00px;
                line-height: 15.7px;
                position: absolute;
                text-align: center;
                top: 14px;
                width: 126px;
            }

            .landing-page .frame-1261152478-kOdqmT {
                background-color: transparent;
                height: 52.4444465637207px;
                position: relative;
                width: 164.70834350585938px;
            }

            .landing-page .text-rekGii {
                background-color: transparent;
                color: var(--blue-gembluegem-600);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-xs);
                font-style: normal;
                font-weight: 700;
                height: 24px;
                left: 3px;
                letter-spacing: 0.00px;
                line-height: 15.7px;
                position: absolute;
                text-align: center;
                top: 14px;
                width: 154px;
            }

            .landing-page .separator-rekGii {
                width: 165px;
            }

            .landing-page .navbar-8N1502 {
                background-color: var(--backgroundbackground--primary);
                border-bottom-style: solid;
                border-bottom-width: 0.819444477558136px;
                border-color: var(--border-colors);
                border-left-style: none;
                border-right-style: none;
                border-top-style: none;
                height: 75px;
                left: 0px;
                position: absolute;
                top: 0px;
                width: 1180px;
            }

            .landing-page .uicomponents-chips-chips-jTzeS4 {
                align-items: center;
                background-color: transparent;
                border: 0.819444477558136px solid;
                border-color: var(--light-themegraydark-blue-grey);
                border-radius: 81.94px;
                display: inline-flex;
                gap: 6.555555820465088px;
                height: 33px;
                justify-content: center;
                left: 1039px;
                padding: 0px 12.291666984558105px 0px 4.916666507720947px;
                position: absolute;
                top: 21px;
            }

            .landing-page .image-rNJ0z4 {
                background-color: transparent;
                height: 24.58333396911621px;
                position: relative;
                width: 24.58333396911621px;
            }

            .landing-page .text-rNJ0z4 {
                background-color: transparent;
                color: var(--light-themegraydark-blue-grey);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 9.8px;
                font-style: normal;
                font-weight: 400;
                letter-spacing: 0.00px;
                line-height: 13.8px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .icon-rNJ0z4 {
                height: 19.6669921875px;
                width: 19.66796875px;
            }

            .landing-page .frame-1261152319-jTzeS4 {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                gap: 462.16668701171875px;
                left: 88px;
                position: absolute;
                top: 16px;
            }

            .landing-page .frame-1261152317-J1zNkD {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 12.291666984558105px;
                position: relative;
            }

            .landing-page .angle-left-outline-if5Vwx {
                background-color: transparent;
                height: 19.6669921875px;
                position: relative;
                width: 19.66796875px;
            }

            .landing-page .frame-1261152314-if5Vwx {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 4.097222328186035px;
                position: relative;
            }

            .landing-page .frame-1261152316-zM6oey {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 6.555555820465088px;
                position: relative;
            }

            .landing-page .meeting-with-ceo-xYOuu1 {
                color: #111827;
                font-size: var(--font-size-xs);
                letter-spacing: -0.13px;
                line-height: 15.7px;
            }

            .landing-page .frame-1261152315-xYOuu1 {
                align-items: center;
                background: linear-gradient(180deg);
                background-color: transparent;
                border-radius: 23.76px;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 8.19444465637207px;
                justify-content: center;
                padding: 4.916666507720947px 9.833333015441895px;
                position: relative;
            }

            .landing-page .premium-report-x42LWZ {
                background-color: transparent;
                color: var(--backgroundbackground--primary);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 9.8px;
                font-style: normal;
                font-weight: 600;
                letter-spacing: 0.00px;
                line-height: 11.8px;
                margin-top: -0.82px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .frame-1261152302-zM6oey {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 6.555555820465088px;
                position: relative;
            }

            .landing-page .meeting-with-ceo-Iu7uvR {
                color: var(--santas-gray);
                font-size: var(--font-size-xs);
                letter-spacing: 0.00px;
                line-height: 17.0px;
                margin-top: -0.82px;
            }

            .landing-page .frame-1261152301-Iu7uvR {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 4.097222328186035px;
                position: relative;
            }

            .landing-page .frame-1261152299-xai0Ix {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 4.916666507720947px;
                position: relative;
            }

            .landing-page .frame-1261152298-xIVh3c {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 2.4583332538604736px;
                position: relative;
            }

            .landing-page .clock-outline-TrFcBL {
                background-color: transparent;
                height: 16.38888931274414px;
                position: relative;
                width: 16.390625px;
            }

            .landing-page .meeting-with-ceo-TrFcBL {
                color: var(--santas-gray);
                font-size: 9.8px;
                letter-spacing: 0.00px;
                line-height: 12.8px;
            }

            .landing-page .ellipse-181-xIVh3c {
                background-color: var(--santas-gray);
                border-radius: 2.05px;
                height: 4.097222328186035px;
                position: relative;
                width: 4.097222328186035px;
            }

            .landing-page .frame-1261152300-xai0Ix {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 4.916666507720947px;
                position: relative;
            }

            .landing-page .users-outline-FQPysZ {
                background-color: transparent;
                height: 16.38888931274414px;
                position: relative;
                width: 16.390625px;
            }

            .landing-page .meeting-with-ceo-FQPysZ {
                color: var(--santas-gray);
                font-size: 9.8px;
                letter-spacing: 0.00px;
                line-height: 12.8px;
            }

            .landing-page .frame-1261152318-J1zNkD {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 12.291666984558105px;
                position: relative;
            }

            .landing-page .advance-buttons-lables-advance-buttons-G4V9Je {
                background-color: transparent;
                flex: 0 0 auto;
                height: 29.500001907348633px;
                position: relative;
            }

            .landing-page .advance-buttons-lables-advance-buttons-hlROTC {
                background-color: transparent;
                flex: 0 0 auto;
                height: 29.500001907348633px;
                position: relative;
            }

            .landing-page .sidebar-CuLqHk {
                background: radial-gradient(50% 50% at 50% 50%);
                background-color: transparent;
                border-bottom-style: none;
                border-color: var(--border-colors);
                border-left-style: none;
                border-right-style: solid;
                border-right-width: 0.819444477558136px;
                border-top-style: none;
                height: 839px;
                left: 0px;
                overflow: hidden;
                position: absolute;
                top: 0px;
                width: 67px;
            }

            .landing-page .frame-1261152263-wM38KN {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex-direction: column;
                left: 0px;
                position: absolute;
                top: 75px;
            }

            .landing-page .dashboards-J7Y3nh {
                align-items: flex-start;
                background-color: transparent;
                border-bottom-style: solid;
                border-bottom-width: 0.819444477558136px;
                border-color: var(--border-colors);
                border-left-style: none;
                border-right-style: none;
                border-top-style: none;
                display: flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 9.833333015441895px;
                padding: 24.58333396911621px 24.58333396911621px 24.58333396911621px 14.75px;
                position: relative;
                width: 224.5277862548828px;
            }

            .landing-page .frame-1261152181-HeGxyx {
                align-items: flex-start;
                align-self: stretch;
                background-color: transparent;
                display: flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 12.291666984558105px;
                position: relative;
                width: 100%;
            }

            .landing-page .first-side-bar-link-qZYDy3 {
                align-items: flex-start;
                align-self: stretch;
                background-color: transparent;
                display: flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 12.291666984558105px;
                position: relative;
                width: 100%;
            }

            .landing-page .sidebar-home-I3Fv8l {
                align-items: center;
                background-color: transparent;
                border-radius: 3.28px;
                display: flex;
                flex: 0 0 auto;
                gap: 13.111111640930176px;
                margin-left: -0.82px;
                margin-top: -0.82px;
                padding: 8.19444465637207px 9.833333969116211px;
                position: relative;
                width: 177.0000034570694px;
            }

            .landing-page .details-1vx60h {
                flex: 1;
                flex-grow: 1;
                gap: 6.555555820465088px;
            }

            .landing-page .home-outline-6kzC3J {
                background-color: transparent;
                height: 19.6669921875px;
                position: relative;
                width: 19.66796875px;
            }

            .landing-page .sidebar-dashboard-I3Fv8l {
                align-items: center;
                background-color: transparent;
                border-radius: 3.28px;
                display: flex;
                flex: 0 0 auto;
                gap: 4.9166669845581055px;
                margin-bottom: -0.82px;
                margin-left: -0.82px;
                padding: 8.19444465637207px 9.833333969116211px;
                position: relative;
                width: 177.0000034570694px;
            }

            .landing-page .frame-1261152187-C6w9Tn {
                background-color: transparent;
                flex: 0 0 auto;
                position: relative;
            }

            .landing-page .details-C6w9Tn {
                flex: 1;
                flex-grow: 1;
                gap: 6.555555820465088px;
            }

            .landing-page .frame-1261152180-qZYDy3 {
                align-items: flex-start;
                align-self: stretch;
                background-color: transparent;
                display: flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 9.833333015441895px;
                position: relative;
                width: 100%;
            }

            .landing-page .sidebar-capture-live-meeting-U1SD4L {
                align-items: center;
                background-color: transparent;
                border-radius: 3.28px;
                display: flex;
                flex: 0 0 auto;
                gap: 13.111111640930176px;
                margin-left: -0.82px;
                margin-top: -0.82px;
                padding: 8.19444465637207px 9.833333969116211px;
                position: relative;
                width: 177.0000034570694px;
            }

            .landing-page .details-PSEnVi {
                flex: 1;
                flex-grow: 1;
                gap: 6.555555820465088px;
            }

            .landing-page .sidebar-schedulea-meeting-U1SD4L {
                align-items: center;
                background-color: transparent;
                border-radius: 3.28px;
                display: flex;
                flex: 0 0 auto;
                gap: 13.111111640930176px;
                padding: 8.19444465637207px 9.833333969116211px;
                position: relative;
                width: 175.36111450195312px;
            }

            .landing-page .details-Owxbyv {
                flex: 1;
                flex-grow: 1;
                gap: 6.555555820465088px;
            }

            .landing-page .elokencia-notes-list-U1SD4L {
                align-items: flex-start;
                background-color: transparent;
                border: 0.819444477558136px solid;
                border-color: var(--backgroundbackground--primary);
                border-radius: 3.28px;
                display: flex;
                flex: 0 0 auto;
                flex-direction: column;
                margin-left: -0.82px;
                overflow: hidden;
                position: relative;
                width: 37.69444239139557px;
            }

            .landing-page .elokencia-notes-DXAahz {
                align-items: flex-start;
                background-color: transparent;
                display: flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 9.833333969116211px;
                margin-right: -137.67px;
                position: relative;
                width: 175.36111450195312px;
            }

            .landing-page .sidebar-sidebar-xG3KSx {
                align-items: center;
                background: radial-gradient(50% 50% at 50% 50%);
                background-color: transparent;
                border: 0.819444477558136px solid;
                border-color: var(--backgroundbackground--primary);
                display: flex;
                flex: 0 0 auto;
                gap: 13.111111640930176px;
                margin-bottom: -0.82px;
                margin-left: -0.82px;
                margin-right: -0.82px;
                margin-top: -0.82px;
                padding: 8.19444465637207px 9.833333969116211px;
                position: relative;
                width: 177.0000034570694px;
            }

            .landing-page .details-t45u3R {
                flex: 1;
                flex-grow: 1;
                gap: 6.555555820465088px;
            }

            .landing-page .icon-VLyHYp {
                height: 19.666667938232422px;
                margin-bottom: -14032.87px;
                margin-right: -35952.08px;
                width: 19.666667938232422px;
            }

            .landing-page .sidebar-uploads-U1SD4L {
                align-items: center;
                background-color: transparent;
                border-radius: 3.28px;
                display: flex;
                flex: 0 0 auto;
                gap: 13.111111640930176px;
                padding: 8.19444465637207px 9.833333969116211px;
                position: relative;
                width: 175.36111450195312px;
            }

            .landing-page .details-imE0Dr {
                flex: 1;
                flex-grow: 1;
                gap: 6.555555820465088px;
            }

            .landing-page .others-J7Y3nh {
                align-items: flex-start;
                background-color: transparent;
                border: 0px none;
                display: flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 9.833333015441895px;
                padding: 24.58333396911621px 24.58333396911621px 134.38890075683594px 14.75px;
                position: relative;
                width: 224.5277862548828px;
            }

            .landing-page .frame-1261152185-TG8QdR {
                align-items: flex-start;
                align-self: stretch;
                background-color: transparent;
                display: flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 169.625px;
                position: relative;
                width: 100%;
            }

            .landing-page .frame-1261152184-wbg750 {
                align-items: flex-start;
                align-self: stretch;
                background-color: transparent;
                display: flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 9.833333015441895px;
                position: relative;
                width: 100%;
            }

            .landing-page .sidebar-upgrade-RZFK0V {
                border-radius: 3.28px;
                gap: 13.111111640930176px;
                padding: 8.19444465637207px 9.833333969116211px;
                width: 175.36111450195312px;
            }

            .landing-page .details-1U7SQO {
                flex: 1;
                flex-grow: 1;
                gap: 6.555555820465088px;
            }

            .landing-page .icon-dgWszF {
                height: 19.666667938232422px;
                width: 19.666667938232422px;
            }

            .landing-page .success-MTRF9B {
                height: 20px;
                width: 20px;
            }

            .landing-page .sidebar-compare-all-plans-RZFK0V {
                align-items: center;
                background-color: transparent;
                border-radius: 3.28px;
                display: flex;
                flex: 0 0 auto;
                gap: 13.111111640930176px;
                overflow: hidden;
                padding: 8.19444465637207px 9.833333969116211px;
                position: relative;
                width: 175.36111450195312px;
            }

            .landing-page .details-nZBDPA {
                flex: 1;
                flex-grow: 1;
                gap: 6.555555820465088px;
            }

            .landing-page .icon-SaAwcS {
                height: 19.6669921875px;
                width: 19.66796875px;
            }

            .landing-page .line-12-wM38KN {
                background-color: transparent;
                height: 1px;
                left: 0px;
                position: absolute;
                top: 74px;
                width: 67px;
            }

            .landing-page .elokencia-logo-wM38KN {
                background-color: transparent;
                height: 33px;
                left: 16px;
                position: absolute;
                top: 21px;
                width: 51px;
            }

            .landing-page .shape2-SxbHQO {
                height: 885px;
                left: 1145px;
                top: 573px;
                width: 295px;
            }

            .landing-page .shape1-SxbHQO {
                background-color: transparent;
                height: 1195px;
                left: -773px;
                overflow: hidden;
                position: absolute;
                top: -257px;
                transform: rotate(10.27deg);
                width: 1195px;
            }

            .landing-page .rectangle-11psd-9uPxrL {
                background-color: transparent;
                height: 1195px;
                left: 0px;
                position: relative;
                top: -0px;
                width: 1195px;
            }

            .landing-page .clip-path-group-EEPlfc {
                background-color: transparent;
                height: 1035px;
                left: 773px;
                position: absolute;
                top: 257px;
                width: 519px;
            }

            .landing-page .navbar1-SxbHQO {
                background-color: transparent;
                height: 104px;
                left: 0px;
                position: absolute;
                top: 0px;
                width: 1440px;
            }

            .landing-page .frame-1618871163-SxV1fW {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                gap: 390px;
                left: 112px;
                position: relative;
                top: 17px;
            }

            .landing-page .frame-1618871162-xcUCtP {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 35px;
                position: relative;
            }

            .landing-page .elokencia-logo-cZrUz7 {
                background-color: transparent;
                height: 39.5185546875px;
                position: relative;
                width: 175px;
            }

            .landing-page .frame-4-cZrUz7 {
                align-items: center;
                background-color: transparent;
                display: flex;
                gap: 5px;
                position: relative;
                width: 370px;
            }

            .landing-page .frame-1618871161-xcUCtP {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 10px;
                position: relative;
            }

            .landing-page .advance-buttons-lables-advance-buttons-xlq2CT {
                align-items: center;
                background-color: transparent;
                border-radius: 4px;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 4px;
                height: 50px;
                margin-bottom: -1.00px;
                margin-left: -1.00px;
                margin-top: -1.00px;
                overflow: hidden;
                padding: 0px 20px;
                position: relative;
            }

            .landing-page .enter-text-K8yxyw {
                letter-spacing: 0.00px;
                line-height: 19.2px;
                margin-top: -1.00px;
            }

            .landing-page .advance-buttons-lables-advance-buttons-KbM6D2 {
                align-items: center;
                background: radial-gradient(50% 50% at 50% 50%);
                background-color: transparent;
                border: 1px solid;
                border-color: var(--backgroundbackground--primary);
                border-radius: 4px;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 4px;
                height: 50px;
                margin-bottom: -1.00px;
                margin-right: -1.00px;
                margin-top: -1.00px;
                overflow: hidden;
                padding: 0px 20px;
                position: relative;
            }

            .landing-page .enter-text-51I1kw {
                letter-spacing: 0.00px;
                line-height: 19.2px;
                margin-top: -1.00px;
            }

            .landing-page .frame-2972-SxbHQO {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex-direction: column;
                gap: 40px;
                left: 234px;
                position: absolute;
                top: 130px;
            }

            .landing-page .frame-2971-rBxfJV {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 30px;
                position: relative;
            }

            .landing-page .frame-1618872691-PQwxsI {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 20px;
                position: relative;
            }

            .landing-page .unleash-the-power-of-GP7VKF {
                background-color: transparent;
                flex: 0 0 auto;
                position: relative;
                width: 911.1015625px;
            }

            .landing-page .frame-1618872635-GP7VKF {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 30px;
                position: relative;
            }

            .landing-page .elokencia-goes-beyon-EF0vKX {
                background-color: transparent;
                color: var(--gre---03);
                font-family: var(--font-family-inter);
                font-size: var(--font-size-l);
                font-style: normal;
                font-weight: 400;
                height: 58px;
                letter-spacing: 0.00px;
                line-height: 28.8px;
                margin-top: -1.00px;
                opacity: 0.7;
                position: relative;
                text-align: center;
                width: 612px;
            }

            .landing-page .frame-1618872634-EF0vKX {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 24px;
                justify-content: center;
                position: relative;
            }

            .landing-page .advance-buttons-lables-advance-buttons-siHs8C {
                background-color: transparent;
                flex: 0 0 auto;
                height: 48px;
                position: relative;
            }

            .landing-page .advance-buttons-lables-advance-buttons-Z1HZnx {
                align-items: center;
                background: radial-gradient(50% 50% at 50% 50%);
                background-blend-mode: color-dodge;
                background-color: transparent;
                border-radius: 4px;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 4px;
                height: 48px;
                overflow: hidden;
                padding: 0px 20px;
                position: relative;
            }

            .landing-page .enter-text-GZeHVz {
                letter-spacing: 0.00px;
                line-height: 19.2px;
                margin-top: -1.00px;
            }

            .landing-page .unlock-meeting-effic-0MUxxh {
                background-color: transparent;
                height: auto;
                left: 365px;
                letter-spacing: -1.16px;
                line-height: normal;
                position: absolute;
                text-align: center;
                top: 1476px;
                width: auto;
            }

            .landing-page .elokencia-empowers-y-0MUxxh {
                background-color: transparent;
                height: auto;
                left: 399px;
                letter-spacing: 0.00px;
                line-height: 28.5px;
                position: absolute;
                text-align: center;
                top: 1642px;
                width: 643px;
            }

            .landing-page .slider-0MUxxh {
                background-color: transparent;
                height: 772px;
                left: 89px;
                position: absolute;
                top: 1750px;
                width: 1351px;
            }

            .landing-page .elo-pagination-1-2-3-xSvJQ4 {
                background-color: transparent;
                height: 9px;
                left: 537px;
                position: absolute;
                top: 763px;
                width: 187px;
            }

            .landing-page .elo-pagination-qfTg0m {
                background-color: transparent;
                height: 9px;
                left: 0px;
                position: relative;
                top: 0px;
                width: 187px;
            }

            .landing-page .frame-1618872668-kZAYaV {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                gap: 15px;
                left: 0px;
                position: relative;
                top: 0px;
            }

            .landing-page .frame-1618872667-gJoE4W {
                background-color: transparent;
                height: 8.596490859985352px;
                position: relative;
                width: 52.1929817199707px;
            }

            .landing-page .rectangle-34624125-pvpALE {
                background-color: var(--blue-gembluegem-300);
                border-radius: 2.4561402797698975px 2.4561402797698975px 0px 0px;
                height: 9px;
                left: 0px;
                position: relative;
                top: 0px;
                width: 52px;
            }

            .landing-page .frame-1618872666-gJoE4W {
                background-color: transparent;
                height: 8.596490859985352px;
                position: relative;
                width: 52.1929817199707px;
            }

            .landing-page .rectangle-34624126-LSbO6l {
                background-color: var(--blue-gembluegem-50);
                border-radius: 2.4561402797698975px 2.4561402797698975px 0px 0px;
                height: 4px;
                left: 0px;
                position: relative;
                top: 4px;
                width: 52px;
            }

            .landing-page .frame-1618872665-gJoE4W {
                background-color: transparent;
                height: 8.596490859985352px;
                position: relative;
                width: 52.1929817199707px;
            }

            .landing-page .rectangle-34624127-1UAFkJ {
                background-color: var(--blue-gembluegem-50);
                border-radius: 2.4561402797698975px 2.4561402797698975px 0px 0px;
                height: 4px;
                left: 0px;
                position: relative;
                top: 4px;
                width: 52px;
            }

            .landing-page .feauters-xSvJQ4 {
                background-color: transparent;
                height: 763px;
                left: 0px;
                overflow: hidden;
                position: absolute;
                top: 0px;
                width: 1351px;
            }

            .landing-page .frame-1618872661-ThZVPD {
                background-color: transparent;
                height: 726px;
                left: 0px;
                position: relative;
                top: 0px;
                width: 787px;
            }

            .landing-page .frame-1618872653-GlCdmE {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex-direction: column;
                gap: 10px;
                left: 0px;
                position: absolute;
                top: 126px;
            }

            .landing-page .meetings-monitoring-dashboard-cwatWg {
                background-color: transparent;
                letter-spacing: 0.00px;
                line-height: 23.8px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                width: 395px;
            }

            .landing-page .span0-JMEMTK {
            }

            .landing-page .span1-JMEMTK {
                color: var(--blue-gembluegem-600);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-l);
                font-style: normal;
                font-weight: 700;
            }

            .landing-page .frame-1618872652-cwatWg {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 30px;
                position: relative;
            }

            .landing-page .gain-insights-and-im-yYOCqk {
                background-color: transparent;
                color: var(--black-2);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 57.2px;
                font-style: normal;
                font-weight: 700;
                letter-spacing: -1.14px;
                line-height: 63.6px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                width: 495px;
            }

            .landing-page .frame-1618872651-yYOCqk {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 20px;
                position: relative;
            }

            .landing-page .frame-1618872646-dnQjMZ {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 5px;
                position: relative;
            }

            .landing-page .frame-1618872636-lKfh9h {
                height: 26px;
                position: relative;
                width: 26px;
            }

            .landing-page .vector-SViUit {
                height: 11px;
                left: 6px;
                top: 7px;
                width: 13px;
            }

            .landing-page .actionable-insights-lKfh9h {
                background-color: transparent;
                letter-spacing: 0.00px;
                line-height: 39.7px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .frame-1618872647-dnQjMZ {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 5px;
                position: relative;
            }

            .landing-page .frame-1618872642-fUEEaa {
                background-color: var(--blue-gembluegem-50);
                border-radius: 32px;
                height: 26px;
                position: relative;
                width: 26px;
            }

            .landing-page .vector-vHNIid {
                height: 11px;
                left: 6px;
                top: 7px;
                width: 13px;
            }

            .landing-page .engagement-sentiment-analysis-fUEEaa {
                background-color: transparent;
                letter-spacing: 0.00px;
                line-height: 39.7px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .frame-1618872648-dnQjMZ {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 5px;
                position: relative;
            }

            .landing-page .frame-1618872643-1FHB6m {
                background-color: var(--blue-gembluegem-50);
                border-radius: 32px;
                height: 26px;
                position: relative;
                width: 26px;
            }

            .landing-page .vector-PiRd8J {
                height: 11px;
                left: 6px;
                top: 7px;
                width: 13px;
            }

            .landing-page .meeting-performance-over-time-1FHB6m {
                background-color: transparent;
                letter-spacing: 0.00px;
                line-height: 39.7px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .frame-1618872650-dnQjMZ {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 5px;
                position: relative;
            }

            .landing-page .frame-1618872645-tAEH7s {
                background-color: var(--blue-gembluegem-50);
                border-radius: 32px;
                height: 26px;
                position: relative;
                width: 26px;
            }

            .landing-page .vector-nXJnqK {
                height: 11px;
                left: 6px;
                top: 7px;
                width: 13px;
            }

            .landing-page .data-driven-recommendations-tAEH7s {
                background-color: transparent;
                letter-spacing: 0.00px;
                line-height: 39.7px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .advance-buttons-lables-advance-buttons-cwatWg {
                align-items: center;
                background: linear-gradient(180deg);
                background-color: transparent;
                border-radius: 4px;
                display: inline-flex;
                height: 38px;
                justify-content: center;
                overflow: hidden;
                padding: 0px 16px;
                position: relative;
            }

            .landing-page .button-text-6BLxm9 {
                justify-content: center;
            }

            .landing-page .get-started-BTS9GA {
                color: var(--backgroundbackground--primary);
                font-weight: 600;
            }

            .landing-page .frame-1618872641-GlCdmE {
                background-color: transparent;
                height: 726px;
                left: 577px;
                position: absolute;
                top: 0px;
                width: 685px;
            }

            .landing-page .left-side-nzyuPq {
                background-color: transparent;
                height: 526px;
                left: 37px;
                position: absolute;
                top: 81px;
                width: 617px;
            }

            .landing-page .bg-ipHHBy {
                background-color: var(--blue-gembluegem-50);
                border-radius: 30.04px;
                height: 526px;
                left: 0px;
                position: relative;
                top: 0px;
                width: 617px;
            }

            .landing-page .time-series-nzyuPq {
                align-items: center;
                background-color: var(--backgroundbackground--primary);
                border: 1.41796875px solid;
                border-color: var(--blue-gembluegem-300);
                border-radius: 3.78px;
                box-shadow: 0px 0.9453125px 1.890625px #1018280d;
                display: flex;
                flex-direction: column;
                gap: 15.125px;
                height: 295.8828125px;
                left: 0px;
                padding: 15.125px;
                position: absolute;
                top: 0px;
                width: 509px;
            }

            .landing-page .frame-1261152278-A8YJ2x {
                align-items: flex-start;
                align-self: stretch;
                background-color: transparent;
                display: flex;
                flex-direction: column;
                height: 34.03125px;
                position: relative;
                width: 100%;
            }

            .landing-page .chart-title-X1Xx4M {
                color: var(--mirage);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 15.1px;
                font-weight: 600;
                line-height: 18.2px;
                margin-top: -0.95px;
            }

            .landing-page .frame-1261152277-X1Xx4M {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                height: 15.125px;
                justify-content: center;
                position: relative;
            }

            .landing-page .frame-1261152276-1P3wrf {
                height: 18.90625px;
                margin-bottom: -3.78px;
                width: 32.140625px;
            }

            .landing-page .x5-2QV3ie {
                background-color: transparent;
                color: transparent;
                font-family: var(--font-family-helvetica-bold);
                font-size: 11.3px;
                font-style: normal;
                font-weight: 700;
                height: auto;
                left: 0px;
                letter-spacing: 0.00px;
                line-height: 15.9px;
                position: absolute;
                text-align: left;
                top: -1px;
                white-space: nowrap;
                width: auto;
            }

            .landing-page .span0-7pktdC {
                color: var(--green500);
                font-style: normal;
            }

            .landing-page .span1-7pktdC {
                color: var(--graygray-400);
                font-style: normal;
            }

            .landing-page .arrow-up-outline-2QV3ie {
                background-color: transparent;
                height: 12px;
                left: 19px;
                position: absolute;
                top: 2px;
                width: 12px;
            }

            .landing-page .vs-previous-time-period-1P3wrf {
                background-color: transparent;
                color: var(--graygray-400);
                font-family: var(--font-family-helvetica-regular);
                font-size: 11.3px;
                font-style: normal;
                font-weight: 400;
                letter-spacing: 0.00px;
                line-height: 15.9px;
                margin-top: -0.95px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .header-separator-A8YJ2x {
                margin-bottom: -0.05px;
            }

            .landing-page .frame-1261152280-eLGv1e {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 14.1796875px;
                margin-bottom: -7.16px;
                margin-left: -9.34px;
                margin-right: -9.34px;
                position: relative;
            }

            .landing-page .frame-1261152279-6ebx5N {
                background-color: transparent;
                height: 184px;
                position: relative;
                width: 497px;
            }

            .landing-page .dec-pSeSum {
                background-color: transparent;
                height: auto;
                left: 471px;
                letter-spacing: 0.00px;
                line-height: 16.5px;
                position: absolute;
                text-align: left;
                top: 166px;
                white-space: nowrap;
                width: auto;
            }

            .landing-page .nov-pSeSum {
                background-color: transparent;
                height: auto;
                left: 430px;
                letter-spacing: 0.00px;
                line-height: 16.5px;
                position: absolute;
                text-align: left;
                top: 166px;
                white-space: nowrap;
                width: auto;
            }

            .landing-page .oct-pSeSum {
                background-color: transparent;
                height: auto;
                left: 391px;
                letter-spacing: 0.00px;
                line-height: 16.5px;
                position: absolute;
                text-align: left;
                top: 166px;
                white-space: nowrap;
                width: auto;
            }

            .landing-page .sep-pSeSum {
                background-color: transparent;
                height: auto;
                left: 350px;
                letter-spacing: 0.00px;
                line-height: 16.5px;
                position: absolute;
                text-align: left;
                top: 166px;
                white-space: nowrap;
                width: auto;
            }

            .landing-page .aug-pSeSum {
                background-color: transparent;
                height: auto;
                left: 308px;
                letter-spacing: 0.00px;
                line-height: 16.5px;
                position: absolute;
                text-align: left;
                top: 166px;
                white-space: nowrap;
                width: auto;
            }

            .landing-page .jul-pSeSum {
                background-color: transparent;
                height: auto;
                left: 272px;
                letter-spacing: 0.00px;
                line-height: 16.5px;
                position: absolute;
                text-align: left;
                top: 166px;
                white-space: nowrap;
                width: auto;
            }

            .landing-page .jun-pSeSum {
                background-color: transparent;
                height: auto;
                left: 232px;
                letter-spacing: 0.00px;
                line-height: 16.5px;
                position: absolute;
                text-align: left;
                top: 166px;
                white-space: nowrap;
                width: auto;
            }

            .landing-page .may-pSeSum {
                background-color: transparent;
                height: auto;
                left: 190px;
                letter-spacing: 0.00px;
                line-height: 16.5px;
                position: absolute;
                text-align: left;
                top: 166px;
                white-space: nowrap;
                width: auto;
            }

            .landing-page .apr-pSeSum {
                background-color: transparent;
                height: auto;
                left: 151px;
                letter-spacing: 0.00px;
                line-height: 16.5px;
                position: absolute;
                text-align: left;
                top: 166px;
                white-space: nowrap;
                width: auto;
            }

            .landing-page .mar-pSeSum {
                background-color: transparent;
                height: auto;
                left: 111px;
                letter-spacing: 0.00px;
                line-height: 16.5px;
                position: absolute;
                text-align: left;
                top: 166px;
                white-space: nowrap;
                width: auto;
            }

            .landing-page .feb-pSeSum {
                background-color: transparent;
                height: auto;
                left: 71px;
                letter-spacing: 0.00px;
                line-height: 16.5px;
                position: absolute;
                text-align: left;
                top: 166px;
                white-space: nowrap;
                width: auto;
            }

            .landing-page .jan-pSeSum {
                background-color: transparent;
                height: auto;
                left: 32px;
                letter-spacing: 0.00px;
                line-height: 16.5px;
                position: absolute;
                text-align: left;
                top: 166px;
                white-space: nowrap;
                width: auto;
            }

            .landing-page .x0-pSeSum {
                height: auto;
                left: 11px;
                line-height: 15px;
                position: absolute;
                top: 149px;
                width: 6px;
            }

            .landing-page .x100-pSeSum {
                line-height: 15px;
                text-align: left;
                top: 119px;
                width: 17px;
            }

            .landing-page .x200-pSeSum {
                background-color: transparent;
                height: auto;
                left: 0px;
                letter-spacing: 0.00px;
                line-height: 15px;
                position: absolute;
                text-align: left;
                top: 89px;
                white-space: nowrap;
                width: 17px;
            }

            .landing-page .x300-pSeSum {
                background-color: transparent;
                height: auto;
                left: 0px;
                letter-spacing: 0.00px;
                line-height: 15px;
                position: absolute;
                text-align: left;
                top: 59px;
                white-space: nowrap;
                width: 17px;
            }

            .landing-page .x400-pSeSum {
                background-color: transparent;
                height: auto;
                left: 0px;
                letter-spacing: 0.00px;
                line-height: 15px;
                position: absolute;
                text-align: left;
                top: 29px;
                white-space: nowrap;
                width: 17px;
            }

            .landing-page .x500-pSeSum {
                background-color: transparent;
                height: auto;
                left: 0px;
                letter-spacing: 0.00px;
                line-height: 15px;
                position: absolute;
                text-align: left;
                top: -1px;
                white-space: nowrap;
                width: 17px;
            }

            .landing-page .lines-pSeSum {
                height: 150px;
                left: 32px;
                top: 8px;
                width: 464px;
            }

            .landing-page .line-9-46l4Sy {
                background-color: transparent;
                height: 1px;
                left: 0px;
                object-fit: cover;
                position: absolute;
                top: 149px;
                width: 464px;
            }

            .landing-page .line-8-46l4Sy {
                background-color: transparent;
                height: 1px;
                left: 0px;
                object-fit: cover;
                position: absolute;
                top: 119px;
                width: 464px;
            }

            .landing-page .line-7-46l4Sy {
                background-color: transparent;
                height: 1px;
                left: 0px;
                object-fit: cover;
                position: absolute;
                top: 89px;
                width: 464px;
            }

            .landing-page .line-6-46l4Sy {
                background-color: transparent;
                height: 1px;
                left: 0px;
                object-fit: cover;
                position: absolute;
                top: 59px;
                width: 464px;
            }

            .landing-page .line-5-46l4Sy {
                background-color: transparent;
                height: 1px;
                left: 0px;
                object-fit: cover;
                position: absolute;
                top: 29px;
                width: 464px;
            }

            .landing-page .line-4-46l4Sy {
                background-color: transparent;
                height: 1px;
                left: 0px;
                object-fit: cover;
                position: absolute;
                top: -1px;
                width: 464px;
            }

            .landing-page .lines-yl8xSl {
                height: 151px;
                left: 31px;
                top: 7px;
                width: 466px;
            }

            .landing-page .templates-6ebx5N {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 15.125px;
                position: relative;
            }

            .landing-page .t2-MwMumv {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 7.5625px;
                position: relative;
            }

            .landing-page .ellipse-72-HNlGlZ {
                background-color: var(--blue-gembluegem-600);
            }

            .landing-page .total-number-of-conversation-HNlGlZ {
                background-color: transparent;
                color: var(--light-themegraymedium-blue-grey);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 11.3px;
                font-style: normal;
                font-weight: 400;
                letter-spacing: 0.00px;
                line-height: 15.9px;
                margin-top: -0.95px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .t1-MwMumv {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 7.5625px;
                position: relative;
            }

            .landing-page .ellipse-72-cukXDo {
                background-color: #a1b2ce;
            }

            .landing-page .previous-time-period-cukXDo {
                background-color: transparent;
                color: var(--light-themegraymedium-blue-grey);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 11.3px;
                font-style: normal;
                font-weight: 400;
                letter-spacing: 0.00px;
                line-height: 15.9px;
                margin-top: -0.95px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .single-score-nzyuPq {
                align-items: center;
                background-color: var(--backgroundbackground--primary);
                border: 1.41796875px solid;
                border-color: var(--blue-gembluegem-300);
                border-radius: 3.9px;
                box-shadow: 0px 0.9453125px 1.890625px #1018280d;
                display: flex;
                flex-direction: column;
                gap: 15.611595153808594px;
                height: 393.25px;
                left: 239px;
                padding: 15.611595153808594px;
                position: absolute;
                top: 333px;
                width: 446px;
            }

            .landing-page .frame-1261152271-lCrDjE {
                align-items: center;
                align-self: stretch;
                background-color: transparent;
                display: flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 28.359375px;
                justify-content: center;
                margin-bottom: -1.44px;
                position: relative;
                width: 100%;
            }

            .landing-page .chart-title-f7sbSy {
                color: var(--datavislabellabel-primary);
                font-family: var(--font-family-inter);
                font-size: 15.6px;
                font-weight: 400;
                line-height: 23.4px;
                margin-top: -0.98px;
            }

            .landing-page .header-separator-f7sbSy {
                margin-bottom: -0.02px;
            }

            .landing-page .frame-1261152509-OSY6o7 {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 35.921875px;
                justify-content: center;
                margin-left: -25.48px;
                margin-right: -25.48px;
                position: relative;
            }

            .landing-page .donut-chart-L0w1Sq {
                align-items: center;
                background-color: transparent;
                display: flex;
                flex-direction: column;
                gap: 6.624657154083252px;
                height: 251.73696899414062px;
                justify-content: center;
                position: relative;
                width: 465.9342041015625px;
            }

            .landing-page .frame-1261152276-KCFHnI {
                height: 257.6020812988281px;
                margin-bottom: -2.93px;
                margin-top: -2.93px;
                width: 358.2143249511719px;
            }

            .landing-page .layer_1-Xf8YZk {
                height: 231px;
                left: 17px;
                overflow: hidden;
                top: 13px;
                width: 323px;
            }

            .landing-page .group-2j62zR {
                background-color: transparent;
                height: 188px;
                left: 33px;
                position: absolute;
                top: 28px;
                width: 258px;
            }

            .landing-page .vector-2j62zR {
                height: 153px;
                left: 161px;
                top: 0px;
                width: 1px;
            }

            .landing-page .vector-ALxrmu {
                height: 78px;
                left: 0px;
                top: 152px;
                width: 162px;
            }

            .landing-page .vector-CF3uEz {
                height: 78px;
                left: 161px;
                top: 152px;
                width: 162px;
            }

            .landing-page .x5-decisions-2j62zR {
                background-color: transparent;
                height: 9px;
                left: 0px;
                letter-spacing: 0.00px;
                line-height: normal;
                position: absolute;
                text-align: left;
                top: 104px;
                white-space: nowrap;
                width: 65px;
            }

            .landing-page .x10-decisions-2j62zR {
                background-color: transparent;
                height: 9px;
                left: 0px;
                letter-spacing: 0.00px;
                line-height: normal;
                position: absolute;
                text-align: left;
                top: 59px;
                white-space: nowrap;
                width: 86px;
            }

            .landing-page .x15-decisions-2j62zR {
                background-color: transparent;
                height: 9px;
                left: 0px;
                letter-spacing: 0.00px;
                line-height: normal;
                position: absolute;
                text-align: left;
                top: 15px;
                white-space: nowrap;
                width: 65px;
            }

            .landing-page .vector-83-2j62zR {
                background-color: transparent;
                height: 153px;
                left: 58px;
                position: absolute;
                top: 50px;
                width: 143px;
            }

            .landing-page .vector-84-2j62zR {
                background-color: transparent;
                height: 110px;
                left: 80px;
                position: absolute;
                top: 94px;
                width: 187px;
            }

            .landing-page .legend-color-2j62zR {
                background-color: var(--backgroundbackground--primary);
                border: 1.41796875px solid;
                border-color: var(--x600-heatmap);
                border-radius: 16.07px;
                height: 6px;
                left: 78px;
                position: absolute;
                top: 189px;
                width: 6px;
            }

            .landing-page .legend-color-ALxrmu {
                background-color: var(--backgroundbackground--primary);
                border: 1.41796875px solid;
                border-color: var(--x600-heatmap);
                border-radius: 16.07px;
                height: 6px;
                left: 159px;
                position: absolute;
                top: 92px;
                width: 6px;
            }

            .landing-page .legend-color-CF3uEz {
                background-color: var(--backgroundbackground--primary);
                border: 1.41796875px solid;
                border-color: var(--x800-heatmap);
                border-radius: 16.07px;
                height: 6px;
                left: 159px;
                position: absolute;
                top: 48px;
                width: 6px;
            }

            .landing-page .legend-color-DLKovJ {
                background-color: var(--backgroundbackground--primary);
                border: 1.41796875px solid;
                border-color: var(--x800-heatmap);
                border-radius: 16.07px;
                height: 6px;
                left: 55px;
                position: absolute;
                top: 198px;
                width: 6px;
            }

            .landing-page .legend-color-SjtRPY {
                background-color: var(--backgroundbackground--primary);
                border: 1.41796875px solid;
                border-color: var(--x600-heatmap);
                border-radius: 16.07px;
                height: 6px;
                left: 264px;
                position: absolute;
                top: 200px;
                width: 6px;
            }

            .landing-page .vector-82-2j62zR {
                background-color: transparent;
                height: 77px;
                left: 101px;
                position: absolute;
                top: 116px;
                width: 144px;
            }

            .landing-page .legend-color-kGp0PL {
                background-color: var(--backgroundbackground--primary);
                border: 1.41796875px solid;
                border-color: var(--x800-heatmap);
                border-radius: 16.07px;
                height: 6px;
                left: 197px;
                position: absolute;
                top: 168px;
                width: 6px;
            }

            .landing-page .legend-color-m0sYHs {
                background-color: var(--backgroundbackground--primary);
                border: 1.41796875px solid;
                border-color: var(--x1600-heatmap);
                border-radius: 16.07px;
                height: 6px;
                left: 242px;
                position: absolute;
                top: 189px;
                width: 6px;
            }

            .landing-page .legend-color-BmifvG {
                background-color: var(--backgroundbackground--primary);
                border: 1.41796875px solid;
                border-color: var(--x1600-heatmap);
                border-radius: 16.07px;
                height: 6px;
                left: 159px;
                position: absolute;
                top: 114px;
                width: 6px;
            }

            .landing-page .legend-color-XQAExo {
                background-color: var(--backgroundbackground--primary);
                border: 1.41796875px solid;
                border-color: var(--x1600-heatmap);
                border-radius: 16.07px;
                height: 6px;
                left: 99px;
                position: absolute;
                top: 178px;
                width: 6px;
            }

            .landing-page .frame-1261152514-2j62zR {
                background-color: transparent;
                box-shadow: 0px 0px 0px 3.78125px #f4ebff , 0px 0.9453125px 1.890625px #1018280f , 0px 0.9453125px 2.8359375px #1018281a;
                height: 34px;
                left: 20px;
                position: absolute;
                top: 150px;
                width: 119px;
            }

            .landing-page .group-1000002780-QsjsbO {
                background-color: transparent;
                height: 29px;
                left: 1px;
                position: absolute;
                top: 1px;
                width: 116px;
            }

            .landing-page .metric-container-tqWBii {
                align-items: flex-start;
                background-color: var(--backgroundbackground--primary);
                border: 0.47265625px solid;
                border-color: var(--border-colors);
                border-radius: 29.93px;
                display: inline-flex;
                gap: 3.5921874046325684px;
                left: -0px;
                overflow: hidden;
                padding: 2.394791603088379px 7.184374809265137px;
                position: relative;
                top: -0px;
            }

            .landing-page .label-mDaiBC {
                background-color: transparent;
                color: var(--lightbasechart-subtitle);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 9.5px;
                font-style: normal;
                font-weight: 500;
                letter-spacing: 0.00px;
                line-height: normal;
                position: relative;
                text-align: center;
                width: 102.09375px;
            }

            .landing-page .polygon-QsjsbO {
                background-color: transparent;
                height: 5px;
                left: 55px;
                position: absolute;
                top: 30px;
                width: 9px;
            }

            .landing-page .strategic-Xf8YZk {
                background-color: transparent;
                height: 16px;
                left: 143px;
                letter-spacing: -0.14px;
                line-height: 19.1px;
                position: absolute;
                text-align: center;
                top: -9px;
                white-space: nowrap;
                width: 69px;
            }

            .landing-page .informational-Xf8YZk {
                background-color: transparent;
                height: 16px;
                left: -27px;
                letter-spacing: -0.14px;
                line-height: 19.1px;
                position: absolute;
                text-align: center;
                top: 243px;
                white-space: nowrap;
                width: 90px;
            }

            .landing-page .tactical-Xf8YZk {
                background-color: transparent;
                height: 16px;
                left: 324px;
                letter-spacing: -0.14px;
                line-height: 19.1px;
                position: absolute;
                text-align: center;
                top: 243px;
                white-space: nowrap;
                width: 58px;
            }

            .landing-page .line-85-Xf8YZk {
                background-color: transparent;
                height: 1px;
                left: 17px;
                position: absolute;
                top: 130px;
                width: 162px;
            }

            .landing-page .line-86-Xf8YZk {
                background-color: transparent;
                height: 1px;
                left: 17px;
                position: absolute;
                top: 86px;
                width: 162px;
            }

            .landing-page .line-87-Xf8YZk {
                background-color: transparent;
                height: 1px;
                left: 17px;
                position: absolute;
                top: 41px;
                width: 162px;
            }

            .landing-page .frame-1261152508-L0w1Sq {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 15.611595153808594px;
                justify-content: center;
                position: relative;
            }

            .landing-page .frame-1261152289-tv6s5P {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 14.635870933532715px;
                justify-content: center;
                position: relative;
            }

            .landing-page .legend-color-ExOM1d {
                background-color: var(--backgroundbackground--primary);
                border: 2.9271740913391113px solid;
                border-color: var(--x600-heatmap);
                border-radius: 33.17px;
                height: 11.708696365356445px;
                position: relative;
                width: 11.708696365356445px;
            }

            .landing-page .high-yxS05L {
                background-color: transparent;
                letter-spacing: 0.00px;
                line-height: normal;
                margin-top: -1.04px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .frame-1261152290-tv6s5P {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 14.635870933532715px;
                justify-content: center;
                position: relative;
            }

            .landing-page .legend-color-LpkQbF {
                background-color: var(--backgroundbackground--primary);
                border: 2.9271740913391113px solid;
                border-color: var(--x800-heatmap);
                border-radius: 33.17px;
                height: 11.708696365356445px;
                position: relative;
                width: 11.708696365356445px;
            }

            .landing-page .medium-bS7mjF {
                background-color: transparent;
                letter-spacing: 0.00px;
                line-height: normal;
                margin-top: -1.04px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .frame-1261152291-tv6s5P {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 14.635870933532715px;
                justify-content: center;
                position: relative;
            }

            .landing-page .legend-color-xUkPJE {
                background-color: var(--backgroundbackground--primary);
                border: 2.9271740913391113px solid;
                border-color: var(--x1600-heatmap);
                border-radius: 33.17px;
                height: 11.708696365356445px;
                position: relative;
                width: 11.708696365356445px;
            }

            .landing-page .low-rGczL2 {
                background-color: transparent;
                letter-spacing: 0.00px;
                line-height: normal;
                margin-top: -1.04px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .frame-1618872639-nzyuPq {
                background-color: transparent;
                height: 71px;
                left: 87px;
                position: absolute;
                top: 467px;
                width: 71px;
            }

            .landing-page .ellipse-236-xb9Qkz {
                background-color: var(--backgroundbackground--primary);
                border: 2.8359375px solid;
                border-color: var(--blue-gembluegem-50);
                border-radius: 36.87px;
                height: 74px;
                left: -1px;
                position: absolute;
                top: -1px;
                width: 74px;
            }

            .landing-page .image-8-xb9Qkz {
                background-color: transparent;
                height: 35px;
                left: 13px;
                object-fit: cover;
                position: absolute;
                top: 18px;
                width: 38px;
            }

            .landing-page .frame-1618872638-nzyuPq {
                background-color: transparent;
                height: 71px;
                left: 87px;
                position: absolute;
                top: 409px;
                width: 71px;
            }

            .landing-page .ellipse-235-627fMd {
                background-color: var(--backgroundbackground--primary);
                border: 2.8359375px solid;
                border-color: var(--blue-gembluegem-50);
                border-radius: 36.87px;
                height: 74px;
                left: -1px;
                position: absolute;
                top: -1px;
                width: 74px;
            }

            .landing-page .image-7-627fMd {
                background-color: transparent;
                height: 37px;
                left: 17px;
                position: absolute;
                top: 17px;
                width: 38px;
            }

            .landing-page .frame-1618872637-nzyuPq {
                background-color: transparent;
                height: 71px;
                left: 87px;
                position: absolute;
                top: 352px;
                width: 71px;
            }

            .landing-page .ellipse-234-B8q01i {
                background-color: var(--backgroundbackground--primary);
                border: 2.8359375px solid;
                border-color: var(--blue-gembluegem-50);
                border-radius: 36.87px;
                height: 74px;
                left: -1px;
                position: absolute;
                top: -1px;
                width: 74px;
            }

            .landing-page .image-5-B8q01i {
                background-color: transparent;
                height: 31px;
                left: 17px;
                position: absolute;
                top: 20px;
                width: 38px;
            }

            .landing-page .frame-1618872640-nzyuPq {
                background-color: transparent;
                height: 434px;
                left: 121px;
                position: absolute;
                top: 141px;
                width: 466px;
            }

            .landing-page .frame-1618872670-0MUxxh {
                background-color: transparent;
                height: 167px;
                left: 398px;
                position: absolute;
                top: 2592px;
                width: 644px;
            }

             .comparison-dashboard-QHbzNe {
                background-color: transparent;
                height: auto;
                left: 219px;
                letter-spacing: 0.00px;
                line-height: 23.8px;
                position: absolute;
                text-align: left;
                top: -1px;
                width: 206px;
            }

            .track-meeting-progre-QHbzNe {
                background-color: transparent;
                height: auto;
                left: 0px;
                letter-spacing: -1.16px;
                line-height: 63.6px;
                position: absolute;
                text-align: center;
                top: 28px;
                width: 644px;
            }

            .landing-page .frame-1618872675-0MUxxh {
                background-color: transparent;
                height: 946px;
                left: 176px;
                position: absolute;
                top: 2730px;
                width: 1129px;
            }

            .landing-page .frame-1618872671-BrjTRD {
                background-color: transparent;
                height: 946px;
                left: 15px;
                position: absolute;
                top: 0px;
                width: 1057px;
            }

            .landing-page .frame-1618872669-Y6BvgT {
                background-color: transparent;
                height: 946px;
                left: 68px;
                position: absolute;
                top: 0px;
                width: 946px;
            }

            .landing-page .shape-QIx56t {
                height: 949px;
                left: -1px;
                top: -1px;
                width: 949px;
            }

            .landing-page .shape-z02UZl {
                border: 2.70285701751709px dashed;
                border-color: var(--blue-gembluegem-300);
                border-radius: 356.1px;
                height: 712px;
                left: 117px;
                opacity: 0.5;
                top: 117px;
                width: 712px;
            }

            .landing-page .shape-Uz4QDK {
                border: 2.70285701751709px dashed;
                border-color: var(--blue-gembluegem-300);
                border-radius: 227.75px;
                height: 455px;
                left: 245px;
                opacity: 0.5;
                top: 245px;
                width: 455px;
            }

            .landing-page .mac-book-pro-16-Y6BvgT {
                background-color: transparent;
                height: 793px;
                left: 0px;
                object-fit: cover;
                position: absolute;
                top: 76px;
                width: 1057px;
            }

            .landing-page .frame-2897-BrjTRD {
                background-color: var(--backgroundbackground--primary);
                border-radius: 10.59px;
                box-shadow: 0px 5.247018814086914px 78.70528411865234px #00000014;
                height: 102px;
                left: 52px;
                overflow: hidden;
                position: absolute;
                top: 118px;
                width: 279px;
            }

            .landing-page .frame-1618872636-ZB3TDu {
                height: 30px;
                left: 23px;
                position: absolute;
                top: 23px;
                width: 30px;
            }

            .landing-page .vector-EMF795 {
                height: 11px;
                left: 8px;
                top: 9px;
                width: 13px;
            }

            .landing-page .frame-1618872672-BrjTRD {
                background-color: var(--backgroundbackground--primary);
                border-radius: 10.59px;
                box-shadow: 0px 5.247018814086914px 78.70528411865234px #00000014;
                height: 102px;
                left: 850px;
                overflow: hidden;
                position: absolute;
                top: 277px;
                width: 279px;
            }

            .landing-page .frame-1618872636-gMMtaF {
                height: 30px;
                left: 23px;
                position: absolute;
                top: 23px;
                width: 30px;
            }

            .landing-page .vector-0Gm3n4 {
                height: 11px;
                left: 8px;
                top: 9px;
                width: 13px;
            }

            .landing-page .frame-1618872673-BrjTRD {
                background-color: var(--backgroundbackground--primary);
                border-radius: 10.59px;
                box-shadow: 0px 5.247018814086914px 78.70528411865234px #00000014;
                height: 102px;
                left: 0px;
                overflow: hidden;
                position: absolute;
                top: 435px;
                width: 279px;
            }

            .landing-page .frame-1618872636-3pwwL9 {
                height: 30px;
                left: 23px;
                position: absolute;
                top: 23px;
                width: 30px;
            }

            .landing-page .vector-3xCM6Q {
                height: 11px;
                left: 8px;
                top: 9px;
                width: 13px;
            }

            .landing-page .frame-1618872674-BrjTRD {
                background-color: var(--backgroundbackground--primary);
                border-radius: 10.59px;
                box-shadow: 0px 5.247018814086914px 78.70528411865234px #00000014;
                height: 102px;
                left: 793px;
                overflow: hidden;
                position: absolute;
                top: 537px;
                width: 279px;
            }

            .landing-page .frame-1618872636-KYaQSx {
                height: 30px;
                left: 23px;
                position: absolute;
                top: 23px;
                width: 30px;
            }

            .landing-page .vector-6qeVMg {
                height: 11px;
                left: 8px;
                top: 9px;
                width: 13px;
            }

            .landing-page .section-03-0MUxxh {
                align-items: center;
                background-color: transparent;
                display: flex;
                flex-direction: column;
                gap: 40px;
                left: 138px;
                position: absolute;
                top: 3643px;
                width: 1164px;
            }

            .landing-page .heading-2-backed-by-jEJreG {
                background-color: transparent;
                color: transparent;
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-xl);
                font-style: normal;
                font-weight: 600;
                letter-spacing: -0.72px;
                line-height: 43.2px;
                margin-top: -1.00px;
                position: relative;
                text-align: center;
                width: 521px;
            }

            .landing-page .span0-iEzXx5 {
                color: #1d1d20;
                font-style: normal;
                letter-spacing: -0.26px;
            }

            .landing-page .span1-iEzXx5 {
                color: var(--blue-gembluegem-600);
                font-style: normal;
                letter-spacing: -0.26px;
            }

            .landing-page .span2-iEzXx5 {
                color: #1d1d20;
                font-style: normal;
                letter-spacing: -0.26px;
            }

            .landing-page .group-1321314360-jEJreG {
                background-color: transparent;
                height: 103px;
                position: relative;
                width: 1163px;
            }

            .landing-page .image-93-0MUxxh {
                background-color: transparent;
                height: 546px;
                left: 0px;
                position: absolute;
                top: 3989px;
                width: 1439px;
            }

            .landing-page .service-0MUxxh {
                background: radial-gradient(50% 50% at 50% 50%);
                background-color: transparent;
                height: 798px;
                left: 0px;
                position: absolute;
                top: 4585px;
                width: 1440px;
            }

            .landing-page .frame-840-V8z9Si {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex-direction: column;
                gap: 32.71844482421875px;
                justify-content: center;
                left: 179px;
                position: relative;
                top: 98px;
            }

            .landing-page .frame-842-JNk9eh {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 8px;
                position: relative;
            }

            .landing-page .pretitle-FHDngZ {
                align-items: center;
                background-color: #0f0b15;
                border: 0.8179611563682556px solid;
                border-color: transparent;
                border-image: linear-gradient(to bottom) 1;
                border-radius: 31.08px;
                box-shadow: 0px 3.2718446254730225px 40.89805603027344px #9f64ef66 , inset 0px 0px 9.815533638000488px #ffffff33;
                display: flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 8.179611206054688px;
                justify-content: center;
                position: relative;
                width: 94px;
            }

            .landing-page .stroke-Bhwxdq {
                align-self: stretch;
                background-color: transparent;
                height: 21.266990661621094px;
                position: relative;
                width: 100%;
            }

            .landing-page .use-cases-Bhwxdq {
                background-color: transparent;
                color: var(--blue-gembluegem-50);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 12px;
                font-style: normal;
                font-weight: 500;
                height: auto;
                left: 15px;
                letter-spacing: 0.00px;
                line-height: 12px;
                position: absolute;
                text-align: center;
                top: 3px;
                width: 63px;
            }

            .landing-page .frame-841-FHDngZ {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 20px;
                position: relative;
            }

             .drive-success-in-eve-ftzqgS {
                background-color: transparent;
                color: var(--blue-gembluegem-50);
                font-family: var(--font-family-plus_jakarta_sans);
               /* font-size: var(--font-size-xxl);*/
                font-style: normal;
                font-weight: 600;
                letter-spacing: 0.00px;
               /* line-height: 58px;*/
                margin-top: -0.82px;
               /* position: relative;*/
                text-align: center;
                /*width: 829px;*/
            }

            .elokencia-empowers-e-ftzqgS {
                background-color: transparent;
                color: #cac5dc;
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-l);
                font-style: normal;
                font-weight: 400;
                letter-spacing: 0.00px;
                line-height: 25.2px;
                position: relative;
                text-align: center;
               /* width: 642px;*/
            }

            .landing-page .frame-837-JNk9eh {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 19.631067276000977px;
                position: relative;
            }

            .landing-page .frame-1618872679-kZxrwV {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 20px;
                position: relative;
            }

            .landing-page .frame-1618872678-dtjzsH {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 20px;
                position: relative;
            }

            .landing-page .bar-chart-2-PE7qyC {
                background-color: transparent;
                height: 24px;
                position: relative;
                width: 24px;
            }

            .landing-page .sales-PE7qyC {
                background-color: transparent;
                letter-spacing: 0.00px;
                line-height: 26.4px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                width: 248.66018676757812px;
            }

            .landing-page .gradient-14hHHO {
                left: 0px;
                mix-blend-mode: color-dodge;
                top: 0px;
                width: 301px;
            }

            .landing-page .cog-outline-yxsFxv {
                background-color: transparent;
                height: 24px;
                position: relative;
                width: 24px;
            }

            .landing-page .engineering-yxsFxv {
                background-color: transparent;
                letter-spacing: 0.00px;
                line-height: 26.4px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                width: 248.66018676757812px;
            }

            .landing-page .gradient-mbjgJC {
                left: 0px;
                mix-blend-mode: color-dodge;
                top: 0px;
                width: 301px;
            }

            .landing-page .code-fork-outline-9EFDCq {
                background-color: transparent;
                height: 24px;
                position: relative;
                width: 24px;
            }

            .landing-page .consulting-management-9EFDCq {
                background-color: transparent;
                letter-spacing: -1.10px;
                line-height: 26.4px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                width: 264px;
            }

            .landing-page .gradient-LyPQ2l {
                left: 0px;
                mix-blend-mode: color-dodge;
                top: 0px;
                width: 301px;
            }

            .landing-page .frame-1618872677-dtjzsH {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 20px;
                position: relative;
            }

            .landing-page .users-group-outline-3BcEXL {
                background-color: transparent;
                height: 24px;
                position: relative;
                width: 24px;
            }

            .landing-page .recruiting-3BcEXL {
                background-color: transparent;
                letter-spacing: 0.00px;
                line-height: 26.4px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                width: 248.66018676757812px;
            }

            .landing-page .gradient-jFxgei {
                left: 0px;
                mix-blend-mode: color-dodge;
                top: 0px;
                width: 301px;
            }

            .landing-page .dna-outline-xk2S81 {
                background-color: transparent;
                height: 24px;
                position: relative;
                width: 24px;
            }

            .landing-page .healthcare-xk2S81 {
                background-color: transparent;
                letter-spacing: 0.00px;
                line-height: 26.4px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                width: 248.66018676757812px;
            }

            .landing-page .gradient-QTfxng {
                left: 0px;
                mix-blend-mode: color-dodge;
                top: 0px;
                width: 301px;
            }

            .landing-page .open-book-outline-SP7tv8 {
                background-color: transparent;
                height: 24px;
                position: relative;
                width: 24px;
            }

            .landing-page .education-SP7tv8 {
                background-color: transparent;
                letter-spacing: 0.00px;
                line-height: 26.4px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                width: 248.66018676757812px;
            }

            .landing-page .gradient-L72bQh {
                left: 0px;
                mix-blend-mode: color-dodge;
                top: 0px;
                width: 301px;
            }

            .landing-page .frame-1618872692-0MUxxh {
                background-color: var(--backgroundbackground--primary);
                height: 1175px;
                left: 0px;
                overflow: hidden;
                position: absolute;
                top: 5383px;
                width: 1440px;
            }

            .landing-page .frame-1618872693-iOk21Z {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex-direction: column;
                gap: 45px;
                left: 186px;
                position: relative;
                top: 90px;
            }

            .landing-page .frame-1618872680-oQu8Xw {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 20px;
                position: relative;
            }

            .boost-meeting-productivity-with-ai-LxuseY {
                background-color: transparent;
                letter-spacing: -1.16px;
                line-height: normal;
                margin-top: -1.00px;
               /* position: relative;*/
                text-align: center;
               /* width: 539px;*/
            }

            .pricing-is-the-proce-LxuseY {
                background-color: transparent;
                letter-spacing: 0.00px;
                line-height: 28.5px;
               /* position: relative;*/
                text-align: center;
               /* width: 643px;*/
            }

            .landing-page .frame-1261152563-oQu8Xw {
                background-color: transparent;
                height: 697px;
                position: relative;
                width: 1069px;
            }

            .landing-page .card-VxiFZC {
                background-color: var(--backgroundbackground--primary);
                border: 1px solid;
                border-color: var(--border-colors);
                box-shadow: 0px 2px 4px #8c8c8c26;
                gap: 22px;
                height: 515px;
                left: 0px;
                top: 110px;
            }

            .free-HAbD1c {
                background-color: transparent;
                color: var(--x-primary-900);
                font-family: var(--font-family-dm_sans);
                font-size: 28px;
                font-style: normal;
                font-weight: 700;
                height: 33px;
                letter-spacing: 0.00px;
                line-height: 42px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: 201px;
            }

             .limited-starting-with-elokencia-HAbD1c {
                background-color: transparent;
                color: var(--x-accent-400);
                font-family: var(--font-family-dm_sans);
                font-size: var(--font-size-s);
                font-style: normal;
                font-weight: 400;
                letter-spacing: 0.00px;
                line-height: 18.2px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

             .x0-8xDel9 {
                color: var(--x-primary-900);
                font-family: var(--font-family-dm_sans);
                font-size: 48px;
                font-style: normal;
                font-weight: 700;
                height: 42px;
                line-height: 48px;
                margin-top: -1.00px;
                position: relative;
                width: 63px;
            }

            .forever-8xDel9 {
                background-color: transparent;
                color: var(--x-accent-400);
                font-family: var(--font-family-dm_sans);
                font-size: var(--font-size-m);
                font-style: normal;
                font-weight: 400;
                height: 20px;
                letter-spacing: 0.00px;
                line-height: 24px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: 67px;
            }

            .landing-page .text-nXPHrp {
                align-items: flex-start;
                background-color: transparent;
                display: flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 25px;
                justify-content: center;
                margin-right: -5.00px;
                padding: 0px 0px 0px 4px;
                position: relative;
                width: 270px;
            }

             .whats-included-JxxDEC {
                color: var(--x-primary-900);
            }

            .landing-page .point-wChj7i {
                display: flex;
                width: 251px;
            }

            .landing-page .pack-unlimited-plan-title-jncrUC {
                width: 210px;
            }

            .landing-page .point-FvKFa1 {
                display: flex;
                width: 251px;
            }

            .landing-page .pack-unlimited-plan-title-GnmsQB {
                width: 210px;
            }

            .landing-page .point-bicVab {
                display: flex;
                width: 251px;
            }

            .landing-page .pack-unlimited-plan-title-Ys5EH1 {
                width: 210px;
            }

            .landing-page .point-dZh7gm {
                display: inline-flex;
            }

            .landing-page .pack-unlimited-plan-title-fE4vNy {
                width: 187px;
            }

            .landing-page .point-cQdqQd {
                display: inline-flex;
            }

            .landing-page .pack-unlimited-plan-title-EYk5oR {
                width: 187px;
            }

            .landing-page .point-LryXFW {
                display: flex;
                width: 193px;
            }

            .landing-page .pack-unlimited-plan-title-VABxMv {
                margin-right: -43.00px;
                width: 195px;
            }

            .advance-buttons-lables-advance-buttons-rxNHEE {
                align-items: center;
                background-color: var(--blue-gembluegem-50);
                border-radius: 4px;
                display: flex;
                height: 38px;
                justify-content: center;
                overflow: hidden;
                padding: 0px 16px;
                position: relative;
               /* width: 270px;*/
            }

            .landing-page .button-text-NB7VFf {
                justify-content: center;
            }

             .get-started-jrsMmb {
                color: var(--blue-gembluegem-600);
                font-weight: 700;
            }

            .landing-page .card-rJjyxV {
                background-color: var(--backgroundbackground--primary);
                border: 1px solid;
                border-color: var(--border-colors);
                box-shadow: 0px 2px 4px #8c8c8c26;
                gap: 22px;
                height: 515px;
                left: 744px;
                top: 110px;
            }

             .individual-pro-Nhp08d {
                background-color: transparent;
                color: var(--x-primary-900);
                font-family: var(--font-family-dm_sans);
                font-size: 28px;
                font-style: normal;
                font-weight: 700;
                height: 33px;
                letter-spacing: 0.00px;
                line-height: 42px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: 201px;
            }

         .for-individuals-starting-with-elokencia-Nhp08d {
                background-color: transparent;
                color: var(--x-accent-400);
                font-family: var(--font-family-dm_sans);
                font-size: var(--font-size-s);
                font-style: normal;
                font-weight: 400;
                letter-spacing: 0.00px;
                line-height: 18.2px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .x199-PJ4UH4 {
                background-color: transparent;
                color: var(--x-primary-900);
                font-family: var(--font-family-dm_sans);
                font-size: 48px;
                font-style: normal;
                font-weight: 700;
                height: 42px;
                letter-spacing: 0.00px;
                line-height: 48px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: 111px;
            }

             .annualy-PJ4UH4 {
                color: var(--x-accent-400);
            }

            .landing-page .text-PD1rGt {
                align-items: flex-start;
                background-color: transparent;
                display: flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 25px;
                justify-content: center;
                margin-right: -5.00px;
                padding: 0px 0px 0px 4px;
                position: relative;
                width: 270px;
            }

            .landing-page .whats-included-0hjevz {
                color: var(--x-primary-900);
            }

            .landing-page .point-witjST {
                display: flex;
                width: 251px;
            }

            .landing-page .pack-unlimited-plan-title-SgZYzd {
                width: 210px;
            }

            .landing-page .point-PUWXXs {
                display: flex;
                width: 251px;
            }

            .landing-page .pack-unlimited-plan-title-xXacdM {
                width: 210px;
            }

            .landing-page .point-8QdAGX {
                display: flex;
                width: 251px;
            }

            .landing-page .pack-unlimited-plan-title-M5KBpW {
                width: 210px;
            }

            .landing-page .point-ob1XO5 {
                display: inline-flex;
            }

            .landing-page .pack-unlimited-plan-title-KKWT9g {
                width: 187px;
            }

            .landing-page .point-xYyPQc {
                display: inline-flex;
            }

            .landing-page .pack-unlimited-plan-title-FXDWOy {
                width: 187px;
            }

            .landing-page .point-sU6FGq {
                display: flex;
                width: 193px;
            }

            .landing-page .pack-unlimited-plan-title-5n1dMi {
                margin-right: -43.00px;
                width: 195px;
            }

            .landing-page .advance-buttons-lables-advance-buttons-vDAvO4 {
                align-items: center;
                background-color: var(--blue-gembluegem-50);
                border-radius: 4px;
                display: flex;
                height: 38px;
                justify-content: center;
                overflow: hidden;
                padding: 0px 16px;
                position: relative;
                width: 270px;
            }

            .landing-page .button-text-V9r1Nx {
                justify-content: center;
            }

            .landing-page .get-started-moE0KQ {
                color: var(--blue-gembluegem-600);
                font-weight: 700;
            }

            .landing-page .frame-1261152517-VxiFZC {
                background-color: transparent;
                height: 697px;
                left: 372px;
                position: absolute;
                top: 0px;
                width: 365px;
            }

            .landing-page .card-mYHNOB {
                background: radial-gradient(50% 50% at 50% 50%);
                background-color: transparent;
                box-shadow: -4px 14px 32px 5px #3e426f82;
                gap: 32px;
                height: 660px;
                left: 0px;
                top: 37px;
            }

            .enterprise-ImMkir {
                background-color: transparent;
                color: var(--backgroundbackground--primary);
                font-family: var(--font-family-dm_sans);
                font-size: 30px;
                font-style: normal;
                font-weight: 700;
                height: 33px;
                letter-spacing: 0.00px;
                line-height: 45px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: 201px;
            }

            .save-time-and-manage-ImMkir {
                background-color: transparent;
                color: var(--blue-gembluegem-50);
                font-family: var(--font-family-dm_sans);
                font-size: var(--font-size-s);
                font-style: normal;
                font-weight: 400;
                letter-spacing: 0.00px;
                line-height: 18.2px;
                position: relative;
                text-align: left;
                width: fit-content;
            }

            .x499-ltx0j6 {
                background-color: transparent;
                color: var(--backgroundbackground--primary);
                font-family: var(--font-family-dm_sans);
                font-size: 48px;
                font-style: normal;
                font-weight: 700;
                height: 42px;
                letter-spacing: 0.00px;
                line-height: 48px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: 123px;
            }

           .annualy-ltx0j6 {
                color: var(--blue-gembluegem-50);
            }

            .landing-page .text-P2QO5O {
                align-items: flex-start;
                background-color: transparent;
                display: flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 25px;
                justify-content: center;
                margin-right: -5.00px;
                padding: 0px 0px 0px 4px;
                position: relative;
                width: 270px;
            }

             .whats-included-6k5R2L {
                color: var(--backgroundbackground--primary);
            }

            .landing-page .point-bvn4nH {
                display: flex;
                width: 251px;
            }

            .landing-page .pack-unlimited-plan-title-8rFits {
                width: 210px;
            }

            .landing-page .point-usiS1Q {
                display: flex;
                width: 251px;
            }

            .landing-page .pack-unlimited-plan-title-ROLN80 {
                width: 210px;
            }

            .landing-page .point-OZL3cI {
                display: flex;
                width: 251px;
            }

            .landing-page .pack-unlimited-plan-title-Iuo2GB {
                width: 210px;
            }

            .landing-page .point-Uzuh9x {
                display: flex;
                width: 251px;
            }

            .landing-page .pack-unlimited-plan-title-9eyxpi {
                width: 210px;
            }

            .landing-page .point-iwgHA7 {
                display: flex;
                width: 251px;
            }

            .landing-page .pack-unlimited-plan-title-q3uIOV {
                width: 210px;
            }

            .landing-page .point-YA3t1C {
                display: flex;
                width: 251px;
            }

            .landing-page .pack-unlimited-plan-title-MxrtUf {
                width: 210px;
            }

            .landing-page .point-pKs0FS {
                display: flex;
                width: 251px;
            }

            .landing-page .pack-unlimited-plan-title-xGxuCV {
                width: 210px;
            }

            .landing-page .sidebar-upgrade-P2QO5O {
                background: radial-gradient(50% 50% at 50% 50%);
                border: 1px solid;
                border-color: var(--backgroundbackground--primary);
                border-radius: 4px;
                gap: 16px;
                justify-content: center;
                margin-bottom: -4.50px;
                margin-left: -1.00px;
                margin-right: -6.00px;
                padding: 10px 12px;
                width: 272px;
            }

            .landing-page .details-LtwvVs {
                gap: 8px;
                justify-content: center;
                width: 113px;
            }

            .landing-page .icon-IxWzym {
                height: 24px;
                width: 24px;
            }

            .landing-page .success-BPxoYe {
                height: 24px;
                width: 24px;
            }

            .landing-page .upgrade-cnYnq6 {
                background-color: transparent;
                color: var(--backgroundbackground--primary);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-s);
                font-style: normal;
                font-weight: 600;
                letter-spacing: -0.28px;
                line-height: 19.6px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .logo-mYHNOB {
                background-color: transparent;
                height: 80px;
                left: 285px;
                position: absolute;
                top: 0px;
                width: 80px;
            }

            .ellipse-6-kimSrO {
                -webkit-backdrop-filter: blur(56px) brightness(100%);
                backdrop-filter: blur(56px) brightness(100%);
                background: radial-gradient(50% 50% at 50% 50%);
                background-color: transparent;
                border: 1.5px solid;
                border-color: var(--backgroundbackground--primary);
                border-radius: 41.5px;
                height: 55px;
                left: -2px;
                position: absolute;
                top: -2px;
                width: 55px;
            }

            .landing-page .vector-kimSrO {
                height: 27px;
                left: 27px;
                top: 27px;
                width: 27px;
            }

            .landing-page .frame-1618872690-0MUxxh {
                background-color: transparent;
                height: 1468px;
                left: 0px;
                position: absolute;
                top: 6558px;
                width: 1440px;
            }

            .landing-page .frame-1618872689-GahXZw {
                background-color: #f2f2ff99;
                border-bottom-style: none;
                border-color: var(--blue-gembluegem-600);
                border-left-style: none;
                border-right-style: none;
                border-top-style: solid;
                border-top-width: 3px;
                height: 1124px;
                left: 0px;
                overflow: hidden;
                position: absolute;
                top: 0px;
                width: 1440px;
            }

            .landing-page .frame-1618872688-STFji7 {
                background-color: transparent;
                box-shadow: 0px -12px 24px -4px #b9b9b91a , 0px 0px 2px #c7c7c726;
                height: 845px;
                left: 104px;
                position: relative;
                top: 126px;
                width: 1232px;
            }

            .landing-page .container-CtvJBx {
                background: radial-gradient(50% 50% at 50% 50%);
                background-color: transparent;
                width: 1232px;
            }

            .landing-page .frame-1618872687-CtvJBx {
                background-color: transparent;
                height: 381px;
                left: 104px;
                position: absolute;
                top: 104px;
                width: 400px;
            }

            .landing-page .contact-info-D7m6AL {
                height: 182px;
                top: 199px;
                width: 402px;
            }

            .landing-page .maps-street-OiPAEy {
                background-color: transparent;
                height: 24px;
                left: 0px;
                position: absolute;
                top: 158px;
                width: 268px;
            }

            .location-tunis-tunisia-st-199-UDxw8n {
                background-color: transparent;
                color: var(--backgroundbackground--primary);
                font-style: normal;
                font-weight: 700;
                height: auto;
                left: 40px;
                line-height: 22px;
               
                text-align: left;
               
              
                width: auto;
            }

            .landing-page .container-icon-XUfTyg {
                background-color: var(--blue-gembluegem-200);
                border-radius: 12px;
                height: 24px;
                left: 0px;
                position: absolute;
                top: 0px;
                width: 24px;
            }

            .landing-page .container-icon-E2xMpV {
                background-color: var(--blue-gembluegem-300);
                border-radius: 7px;
                height: 14px;
                left: 5px;
                position: absolute;
                top: 5px;
                width: 14px;
            }

            .landing-page .email-OiPAEy {
                background-color: transparent;
                height: 24px;
                left: 0px;
                position: absolute;
                top: 110px;
                width: 258px;
            }

            .email-helloelokenciacom-ZjC0dc {
                background-color: transparent;
                color: var(--backgroundbackground--primary);
                font-style: normal;
                font-weight: 700;
                height: auto;
                left: 39px;
                line-height: 22px;
               
                text-align: left;
              
                white-space: nowrap;
                width: auto;
            }

            .landing-page .container-icon-PxSaa6 {
                background-color: var(--blue-gembluegem-200);
                border-radius: 12px;
                height: 24px;
                left: 0px;
                position: absolute;
                top: 0px;
                width: 24px;
            }

            .landing-page .container-icon-QfxxDy {
                background-color: var(--blue-gembluegem-300);
                border-radius: 7px;
                height: 14px;
                left: 5px;
                position: absolute;
                top: 5px;
                width: 14px;
            }

            .landing-page .phone-number-OiPAEy {
                background-color: transparent;
                height: 24px;
                left: 0px;
                position: absolute;
                top: 62px;
                width: 300px;
            }

             .phone-number-216-22-222-222-LVhwlW {
                background-color: transparent;
                color: var(--backgroundbackground--primary);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-m);
                font-style: normal;
                font-weight: 700;
                height: auto;
                left: 40px;
                letter-spacing: 0.00px;
                line-height: 22px;
               
                text-align: left;
               
                white-space: nowrap;
                width: auto;
            }

            .landing-page .frame-1618872684-LVhwlW {
                background-color: transparent;
                height: 24px;
                left: 0px;
                position: absolute;
                top: 0px;
                width: 24px;
            }

            .landing-page .container-icon-WEitKc {
                background-color: var(--blue-gembluegem-200);
                border-radius: 12px;
                height: 24px;
                left: 0px;
                position: absolute;
                top: 0px;
                width: 24px;
            }

            .landing-page .container-icon-684Sxf {
                background-color: var(--blue-gembluegem-300);
                border-radius: 7px;
                height: 14px;
                left: 5px;
                position: absolute;
                top: 5px;
                width: 14px;
            }

             .contact-info-OiPAEy {
                color: var(--backgroundbackground--primary);
                font-family: var(--font-family-plus_jakarta_sans);
                /*font-size: 24px;*/
                font-style: normal;
                font-weight: 700;
                height: auto;
                letter-spacing: 0.00px;
                line-height: 32.0px;
                text-align: left;
                top: 0px;
               /* width: 400px;*/
            }

           .have-a-project-in-mi-D7m6AL {
                background-color: transparent;
                color: var(--backgroundbackground--primary);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: var(--font-size-m);
                font-style: normal;
                font-weight: 400;
                height: auto;
                left: 0px;
                letter-spacing: 0.00px;
                line-height: 24px;
              
                text-align: left;
                
               /* width: 400px;*/
            }

            .lets-talk-with-us-D7m6AL {
                background-color: transparent;
                color: var(--backgroundbackground--primary);
                font-family: var(--font-family-plus_jakarta_sans);
                /*font-size: 48px;*/
                font-style: normal;
                font-weight: 700;
                height: auto;
                left: 0px;
                letter-spacing: 0.00px;
                line-height: 64.0px;
              /*  position: absolute;*/
                text-align: left;
                top: -1px;
               /* width: 400px;*/
            }

            .landing-page .messages-box-CtvJBx {
                background-color: transparent;
                height: 845px;
                left: 608px;
                position: absolute;
                top: 0px;
                width: 624px;
            }

            .landing-page .container-de0UNG {
                background-color: var(--blue-gembluegem-50);
                width: 624px;
            }

            .landing-page .frame-1618872686-de0UNG {
                background-color: transparent;
                height: 623px;
                left: 64px;
                position: absolute;
                top: 104px;
                width: 472px;
            }

            .landing-page .advance-buttons-lables-advance-buttons-ek7mhW {
                align-items: center;
                background: linear-gradient(180deg);
                background-color: transparent;
                border-radius: 4px;
                display: inline-flex;
                height: 53px;
                justify-content: center;
                left: 302px;
                overflow: hidden;
                padding: 0px 22.178218841552734px;
                position: absolute;
                top: 570px;
            }

            .landing-page .button-text-wetMXF {
                justify-content: center;
            }

            .landing-page .send-messages-DP6KXd {
                background-color: transparent;
                color: var(--backgroundbackground--primary);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 16.6px;
                font-style: normal;
                font-weight: 600;
                letter-spacing: 0.00px;
                line-height: 23.3px;
                margin-top: -1.39px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .messages-ek7mhW {
                height: 264px;
                top: 256px;
                width: 474px;
            }

            .landing-page .messages-esEtcv {
                height: auto;
                letter-spacing: 0.00px;
                line-height: 22px;
                text-align: left;
                top: 0px;
                width: 375px;
            }

            .landing-page .text-box-esEtcv {
                background-color: transparent;
                height: 224px;
                top: 40px;
                width: 474px;
            }

            .landing-page .text-box-yfs415 {
                background-color: var(--whitewhite-10);
                border: 1px solid;
                border-color: var(--whitewhite-40);
                border-radius: 8px;
                height: 224px;
                top: 0px;
                width: 472px;
            }

            .landing-page .write-your-messages-in-here-yfs415 {
                background-color: transparent;
                height: auto;
                left: 15px;
                letter-spacing: 0.00px;
                line-height: 22px;
                position: absolute;
                text-align: left;
                top: 25px;
                width: 253px;
            }

            .landing-page .email-address-ek7mhW {
                height: 96px;
                top: 136px;
                width: 474px;
            }

            .landing-page .email-address-xN4BTX {
                height: auto;
                letter-spacing: 0.00px;
                line-height: 22px;
                text-align: left;
                top: 0px;
                width: 375px;
            }

            .landing-page .text-box-xN4BTX {
                background-color: transparent;
                height: 56px;
                top: 40px;
                width: 474px;
            }

            .landing-page .text-box-Wy4CL5 {
                background-color: var(--whitewhite-10);
                border: 1px solid;
                border-color: var(--whitewhite-40);
                border-radius: 8px;
                height: 56px;
                top: 0px;
                width: 472px;
            }

            .landing-page .input-your-email-address-in-here-Wy4CL5 {
                background-color: transparent;
                height: auto;
                left: 15px;
                letter-spacing: 0.00px;
                line-height: 22px;
                position: absolute;
                text-align: left;
                top: 17px;
                width: 253px;
            }

            .landing-page .full-name-ek7mhW {
                height: 96px;
                width: 474px;
            }

             .full-name-nOJTKI {
                height: auto;
                letter-spacing: 0.00px;
                line-height: 22px;
                text-align: left;
               /* width: 375px;*/
            }

            .landing-page .text-box-nOJTKI {
                background-color: transparent;
                height: 56px;
                top: 40px;
                width: 474px;
            }

            .landing-page .text-box-7blBKv {
                background-color: var(--whitewhite-10);
                border: 1px solid;
                border-color: var(--whitewhite-40);
                border-radius: 8px;
                height: 56px;
                top: 0px;
                width: 472px;
            }

            .landing-page .input-your-full-name-in-here-7blBKv {
                background-color: transparent;
                height: auto;
                left: 15px;
                letter-spacing: 0.00px;
                line-height: 22px;
                position: absolute;
                text-align: left;
                top: 17px;
                width: 253px;
            }

            .landing-page .section-02-GahXZw {
                background: radial-gradient(50% 50% at 50% 50% );
                background-color: transparent;
                border-radius: 12px 12px 0px 0px;
                height: 362px;
                left: 0px;
                overflow: hidden;
                position: absolute;
                top: 1106px;
                width: 1440px;
            }

            .landing-page .layer_1-Sz7E98 {
                height: 362px;
                left: 0px;
                mix-blend-mode: luminosity;
                top: 0px;
                width: 1440px;
            }

            .landing-page .div-absolute-Sz7E98 {
                top: -982px;
                transform: rotate(-180.00deg);
            }

            .landing-page .frame-1618872683-Sz7E98 {
                background-color: transparent;
                height: 262px;
                left: 172px;
                position: absolute;
                top: 78px;
                width: 1097px;
            }

            .landing-page .divcol-HWqaXs {
                left: 622px;
                width: 165px;
            }

            .landing-page .elokencia-N7hxzx {
                background-color: transparent;
                height: 19px;
                left: 20px;
                letter-spacing: 0.00px;
                line-height: 18.7px;
                position: absolute;
                text-align: left;
                top: -1px;
                white-space: nowrap;
                width: 105px;
            }

            .landing-page .list-item-link-media-kit-N7hxzx {
                background-color: transparent;
                height: 26px;
                left: 20px;
                letter-spacing: 0.00px;
                line-height: 27.3px;
                position: absolute;
                text-align: left;
                top: 110px;
                white-space: nowrap;
                width: 145px;
            }

            .landing-page .list-item-link-disclaimer-N7hxzx {
                background-color: transparent;
                height: 26px;
                left: 20px;
                letter-spacing: 0.00px;
                line-height: 27.3px;
                position: absolute;
                text-align: left;
                top: 31px;
                white-space: nowrap;
                width: 75px;
            }

            .landing-page .list-item-link-privacy-policy-N7hxzx {
                background-color: transparent;
                color: var(--mischka);
                font-family: var(--font-family-helvetica-regular);
                font-size: 15.5px;
                font-style: normal;
                font-weight: 400;
                height: 27px;
                left: 20px;
                letter-spacing: 0.00px;
                line-height: 27.3px;
                position: absolute;
                text-align: left;
                top: 70px;
                white-space: nowrap;
                width: 97px;
            }

            .landing-page .divcol-JZAduE {
                left: 808px;
                width: 203px;
            }

            .landing-page .get-connected-OYtnkT {
                background-color: transparent;
                color: var(--backgroundbackground--primary);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 15.5px;
                font-style: normal;
                font-weight: 700;
                height: 19px;
                left: 20px;
                letter-spacing: 0.00px;
                line-height: 18.7px;
                position: absolute;
                text-align: left;
                top: -1px;
                white-space: nowrap;
                width: 135px;
            }

            .landing-page .list-item-link-ecosystem-OYtnkT {
                background-color: transparent;
                color: var(--mischka);
                font-family: var(--font-family-helvetica-regular);
                font-size: 15.8px;
                font-style: normal;
                font-weight: 400;
                height: 26px;
                left: 20px;
                letter-spacing: 0.00px;
                line-height: 27.3px;
                position: absolute;
                text-align: left;
                top: 31px;
                white-space: nowrap;
                width: 107px;
            }

            .landing-page .list-item-link-blog-OYtnkT {
                background-color: transparent;
                height: 26px;
                left: 20px;
                letter-spacing: 0.00px;
                line-height: 27.3px;
                position: absolute;
                text-align: left;
                top: 70px;
                white-space: nowrap;
                width: 33px;
            }

            .landing-page .list-item-link-newsletter-OYtnkT {
                background-color: transparent;
                height: 27px;
                left: 20px;
                letter-spacing: 0.00px;
                line-height: 27.3px;
                position: absolute;
                text-align: left;
                top: 110px;
                white-space: nowrap;
                width: 78px;
            }

            .landing-page .frame-1618872682-HWqaXs {
                background-color: transparent;
                height: 24px;
                left: 1031px;
                position: absolute;
                top: 0px;
                width: 66px;
            }

            .landing-page .button-img-lanrHB {
                background-color: transparent;
                height: 20px;
                left: 0px;
                position: absolute;
                top: 2px;
                width: 19px;
            }

            .landing-page .button-en-lanrHB {
                background-color: transparent;
                color: var(--mischka);
                font-family: var(--font-family-helvetica-regular);
                font-size: 15.9px;
                font-style: normal;
                font-weight: 400;
                height: 24px;
                left: 23px;
                letter-spacing: 0.00px;
                line-height: 24px;
                position: absolute;
                text-align: center;
                top: -1px;
                white-space: nowrap;
                width: 22px;
            }

            .landing-page .button-svg-lanrHB {
                background-color: transparent;
                height: 17px;
                left: 49px;
                position: absolute;
                top: 4px;
                width: 17px;
            }

            .landing-page .frame-1618872681-HWqaXs {
                background-color: transparent;
                height: 158px;
                left: 0px;
                position: absolute;
                top: 0px;
                width: 329px;
            }

            .landing-page .product-by-7XJngZ {
                background-color: transparent;
                color: var(--backgroundbackground--primary);
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 15.8px;
                font-style: normal;
                font-weight: 500;
                height: 16px;
                left: 0px;
                letter-spacing: 0.00px;
                line-height: 16px;
                position: absolute;
                text-align: left;
                top: -1px;
                white-space: nowrap;
                width: 92px;
            }

            .landing-page .link-solana-foundation-svg-7XJngZ {
                background-color: transparent;
                height: 56px;
                left: 0px;
                overflow: hidden;
                position: absolute;
                top: 26px;
                width: 210px;
            }

            .landing-page .elokencia-logo-3eGex5 {
                background-color: transparent;
                height: 47px;
                left: 0px;
                position: absolute;
                top: 0px;
                width: 206px;
            }

            .landing-page .x2024-elokencia-all-rights-reserved-7XJngZ {
                background-color: transparent;
                color: var(--gray50);
                font-family: var(--font-family-helvetica-regular);
                font-size: 15.8px;
                font-style: normal;
                font-weight: 400;
                height: 27px;
                left: 0px;
                letter-spacing: 0.00px;
                line-height: 27.3px;
                position: absolute;
                text-align: left;
                top: 130px;
                white-space: nowrap;
                width: 328px;
            }

            .landing-page .social-links-7XJngZ {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                gap: 13.25px;
                left: 0px;
                position: absolute;
                top: 92px;
            }

            .landing-page .social-icons-UvglFl {
                margin-left: -0.28px;
            }

            .landing-page .frame-23319-UvglFl {
                background-color: transparent;
                height: 27.0517578125px;
                margin-bottom: -0.28px;
                margin-right: -0.28px;
                margin-top: -0.28px;
                position: relative;
                width: 27.0546875px;
            }

            .landing-page .shape2-Sz7E98 {
                height: 362px;
                left: 1014px;
                top: 0px;
                width: 426px;
            }

             .annualy {
                background-color: transparent;
                font-family: var(--font-family-dm_sans);
                font-size: var(--font-size-m);
                font-style: normal;
                font-weight: 400;
                height: 20px;
                letter-spacing: 0.00px;
                line-height: 24px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: 67px;
            }

            .landing-page .auto-layout-label-and-number {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                position: relative;
            }

            .landing-page .button-text {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                position: relative;
            }

            .landing-page .card {
                align-items: flex-start;
                border-radius: 8px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding: 30px;
                position: absolute;
                width: 325px;
            }

            .landing-page .carousel-card {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 8.179611206054688px;
                height: 167px;
                overflow: hidden;
                position: relative;
            }

            .landing-page .carousel-cardbase1 {
                background-color: transparent;
                height: 167px;
                position: relative;
                width: 347px;
            }

            .landing-page .chart-title {
                align-self: stretch;
                background-color: transparent;
                font-style: normal;
                letter-spacing: 0.00px;
                position: relative;
                text-align: left;
            }

            .landing-page .check {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 15px;
                justify-content: center;
                position: relative;
            }

            .landing-page .check-circle-icon {
                background-color: transparent;
                height: 26px;
                position: relative;
                width: 26px;
            }

             .contact-info {
                background-color: transparent;
                left: 0px;
               
            }

            .landing-page .container {
                height: 845px;
                left: 0px;
                position: absolute;
                top: 0px;
            }

            .landing-page .dashboard {
                background-color: transparent;
                font-family: var(--font-family-plus_jakarta_sans);
                font-style: normal;
                text-align: left;
                white-space: nowrap;
            }

            .landing-page .details {
                align-items: center;
                background-color: transparent;
                display: flex;
                position: relative;
            }

            .landing-page .div-absolute {
                background: radial-gradient(50% 50% at 50% 50%);
                background-color: transparent;
                height: 1344px;
                left: 7px;
                mix-blend-mode: normal;
                position: absolute;
                width: 1425px;
            }

            .landing-page .divcol {
                background-color: transparent;
                height: 262px;
                position: absolute;
                top: 0px;
            }

            .landing-page .ellipse-72 {
                border-radius: 4.73px;
                height: 9.453125px;
                position: relative;
                width: 9.453125px;
            }

            .landing-page .email-address {
                background-color: transparent;
                left: 0px;
                position: absolute;
            }

            .landing-page .enter-text {
                background-color: transparent;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .frame-1261152190 {
                align-items: center;
                background-color: transparent;
                display: flex;
                flex: 0 0 auto;
                gap: 8px;
                margin-bottom: -3.50px;
                margin-right: -5.00px;
                position: relative;
                width: 270px;
            }

            .landing-page .frame-1261152276 {
                background-color: transparent;
                position: relative;
            }

            .landing-page .frame-1261152477 {
                background-color: transparent;
                height: 52.4444465637207px;
                position: relative;
            }

            .landing-page .frame-1261152480 {
                background-color: transparent;
                height: 18px;
                left: 20px;
                position: absolute;
                top: 20px;
                width: 140px;
            }

            .landing-page .frame-1261152481 {
                background-color: transparent;
                height: 31px;
                left: 20px;
                position: absolute;
                top: 51px;
                width: 130px;
            }

            .landing-page .frame-1261152482 {
                background-color: transparent;
                height: 49px;
                left: 177px;
                position: absolute;
                top: 20px;
                width: 49px;
            }

            .landing-page .frame-1261152515 {
                align-items: flex-start;
                background-color: transparent;
                display: flex;
                flex: 0 0 auto;
                flex-direction: column;
                justify-content: center;
                margin-right: -5.00px;
                margin-top: -3.50px;
                position: relative;
                width: 270px;
            }

            .landing-page .frame-1261152516 {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 12px;
                justify-content: center;
                position: relative;
            }

            .landing-page .frame-1618872636 {
                background-color: var(--blue-gembluegem-50);
                border-radius: 32px;
            }

            .landing-page .frame-1618872676 {
                align-items: flex-start;
                background-color: transparent;
                display: flex;
                flex: 0 0 auto;
                gap: 7px;
                position: relative;
                width: 295px;
            }

            .landing-page .frame-1618872685 {
                background-color: transparent;
                height: 24px;
                left: 0px;
                position: absolute;
                top: 0px;
                width: 24px;
            }

            .landing-page .frame-173 {
                align-items: center;
                background-color: transparent;
                display: flex;
                gap: 8.19444465637207px;
                position: relative;
            }

            .landing-page .frame-831 {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 15px;
                position: relative;
            }

            .landing-page .frame-835 {
                align-items: flex-start;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 19.631067276000977px;
                margin-right: -0.82px;
                position: relative;
            }

            .landing-page .frame-836 {
                align-items: flex-start;
                background-color: transparent;
                display: flex;
                flex-direction: column;
                gap: 25px;
                left: 26px;
                position: absolute;
                top: 26px;
                width: 294px;
            }

             .full-name {
                background-color: transparent;
                left: 0px;
               
            }

           .get-started {
                background-color: transparent;
                font-family: var(--font-family-plus_jakarta_sans);
                font-size: 12px;
                font-style: normal;
                letter-spacing: 0.00px;
                line-height: 16.8px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .gradient {
                background-color: transparent;
                height: 167px;
                position: absolute;
            }

            .landing-page .group-176 {
                background-color: transparent;
                height: 65px;
                left: 63px;
                position: absolute;
                top: 18px;
                width: 196px;
            }

            .landing-page .header-and-border {
                align-items: flex-start;
                align-self: stretch;
                background-color: transparent;
                display: flex;
                flex: 0 0 auto;
                flex-direction: column;
                gap: 9.453125px;
                position: relative;
                width: 100%;
            }

            .landing-page .header-separator {
                align-self: stretch;
                background-color: transparent;
                height: 1px;
                position: relative;
                width: 100%;
            }

            .landing-page .ic-trending-up-24px {
                background-color: transparent;
                height: 20px;
                left: 0px;
                position: absolute;
                top: 0px;
                width: 20px;
            }

            .landing-page .icon {
                background-color: transparent;
                position: relative;
            }

            .landing-page .icon-1 {
                background-color: transparent;
                height: 19.6669921875px;
                position: relative;
                width: 19.66796875px;
            }

            .landing-page .input-box {
                align-items: center;
                align-self: stretch;
                border-radius: 3.28px;
                display: flex;
                gap: 13.111111640930176px;
                height: 34.41666793823242px;
                padding: 0px 9.833333015441895px;
                position: relative;
                width: 100%;
            }

            .landing-page .jonathan-william-cre {
                background-color: transparent;
                height: 65px;
                left: 0px;
                letter-spacing: -0.14px;
                line-height: 19.6px;
                position: absolute;
                text-align: left;
                top: 0px;
                width: 194px;
            }

            .landing-page .layer_1 {
                background-color: transparent;
                position: absolute;
            }

            .landing-page .legend-item-02 {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 4.171080589294434px;
                min-width: 50.05296325683594px;
                position: relative;
            }

            .landing-page .lines {
                background-color: transparent;
                position: absolute;
            }

            .landing-page .links {
                align-items: flex-start;
                align-self: stretch;
                background-color: transparent;
                display: flex;
                flex: 0 0 auto;
                flex-direction: column;
                position: relative;
                width: 100%;
            }

            .lorem-ipsum-dolor-si {
              /*  -webkit-box-orient: vertical;
                -webkit-line-clamp: 4;
                background-color: transparent;
                display: -webkit-box;
                letter-spacing: 0.00px;
                line-height: 22.4px;
                overflow: hidden;
                position: relative;
                text-align: left;
                text-overflow: ellipsis;*/
                width: 100%;
            }

            .landing-page .meeting-with-ceo {
                background-color: transparent;
                font-family: var(--font-family-plus_jakarta_sans);
                font-style: normal;
                font-weight: 600;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .messages {
                background-color: transparent;
                left: 0px;
                position: absolute;
            }

            .landing-page .nav-heading-default {
                align-items: center;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 10px;
                height: 70px;
                justify-content: center;
                padding: 10px;
                position: relative;
            }

            .landing-page .pack-unlimited-plan-title {
                background-color: transparent;
                height: 19px;
                letter-spacing: -0.14px;
                line-height: 19.6px;
                position: relative;
                text-align: left;
                white-space: nowrap;
            }

            .landing-page .point {
                align-items: center;
                background-color: transparent;
                flex: 0 0 auto;
                gap: 15px;
                position: relative;
            }

            .landing-page .price {
                align-items: flex-end;
                background-color: transparent;
                display: inline-flex;
                flex: 0 0 auto;
                gap: 5px;
                position: relative;
            }

            .landing-page .rectangle {
                background: linear-gradient(180deg);
                background-color: transparent;
                border-radius: 6.56px;
                height: 51px;
                left: -1px;
                position: absolute;
                top: -1px;
                width: 51px;
            }

            .landing-page .separator {
                background-color: transparent;
                height: 2px;
                left: 0px;
                position: absolute;
                top: 51px;
            }

            .landing-page .services {
                background-color: transparent;
                letter-spacing: 0.00px;
                line-height: 18.2px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: fit-content;
            }

            .landing-page .shape {
                background-color: transparent;
                position: absolute;
            }

            .landing-page .shape2 {
                background-color: transparent;
                position: absolute;
            }

            .landing-page .sidebar-upgrade {
                align-items: center;
                background-color: transparent;
                display: flex;
                flex: 0 0 auto;
                overflow: hidden;
                position: relative;
            }

            .landing-page .social-icons {
                background-color: transparent;
                height: 27.0517578125px;
                margin-bottom: -0.28px;
                margin-top: -0.28px;
                position: relative;
                width: 27.0546875px;
            }

            .landing-page .success {
                background-color: transparent;
                left: 0px;
                position: absolute;
                top: 0px;
            }

            .landing-page .text-box {
                left: 0px;
                position: absolute;
            }

            .landing-page .total-pending {
                background-color: transparent;
                height: auto;
                left: 0px;
                letter-spacing: 0.00px;
                line-height: normal;
                mix-blend-mode: normal;
                opacity: 0.7;
                position: absolute;
                text-align: left;
                top: -1px;
                width: 140px;
            }

            .landing-page .treated-tasks {
                background-color: transparent;
                height: 139px;
                left: 0px;
                top: 0px;
                width: 246px;
            }

            .landing-page .txt {
                align-items: flex-start;
                background-color: transparent;
                display: flex;
                flex: 1;
                flex-direction: column;
                flex-grow: 1;
                position: relative;
            }

            .landing-page .vector {
                background-color: transparent;
                position: absolute;
            }

            .whats-included {
                background-color: transparent;
                font-family: var(--font-family-dm_sans);
                font-size: var(--font-size-m);
                font-style: normal;
                font-weight: 700;
                height: 19px;
                letter-spacing: 0.00px;
                line-height: 24px;
                margin-top: -1.00px;
                position: relative;
                text-align: left;
                white-space: nowrap;
                width: 129px;
            }

            .x0 {
                background-color: transparent;
                letter-spacing: 0.00px;
                text-align: left;
                white-space: nowrap;
            }

            .landing-page .x100 {
                background-color: transparent;
                height: auto;
                left: 0px;
                letter-spacing: 0.00px;
                position: absolute;
                white-space: nowrap;
            }

            .landing-page .x18-up-from-yesterd {
                background-color: transparent;
                height: auto;
                letter-spacing: 0.00px;
                line-height: 15.7px;
                position: absolute;
                text-align: left;
                white-space: nowrap;
                width: auto;
            }

            .landing-page .x2040 {
                background-color: transparent;
                height: auto;
                letter-spacing: 0.82px;
                line-height: normal;
                position: absolute;
                text-align: left;
                top: -1px;
                width: 130px;
            }

            .landing-page .x85-up-from-yesterday {
                background-color: transparent;
                position: absolute;
            }
     
            
      
         

            #anima-interface{
                transition: all 0.5s ease-in-out;
            }

            #anima-watermark {
                transition: all 0.5s ease-in-out;
                display: none;
            }
            #anima-watermark-link{
                position: fixed;
                bottom:20px;
                height:30px;
                border-radius: 1000px;
                background: #3B3B3B;
                display:flex;
                align-items:center;
                justify-content:center;
                cursor:pointer;
                user-select:none;
                transition: width 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
                text-decoration:none;
                color:#fff;
                padding:8px 16px 8px 11px;
                font-family:Mulish, sans-serif;
                font-size:12px;
            }
            #anima-watermark-link .text {
                margin-left: 6px;
            }

            .omniview-anima-action-links .link{
                height: 30px;
                width: 30px;
                border-radius: 1000px;
                background: #3B3B3B;
                display:flex;
                align-items:center;
                justify-content:center;
                cursor:pointer;
                user-select:none;
                transition: width 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
                text-decoration:none;
                color:#fff;
            }
            .omniview-anima-action-links #comment-link .text,.omniview-anima-action-links #code-link .text{
                display:none;
                font-size:12px;
                margin-right:5px;
            }
            .omniview-anima-action-links #comment-link:hover,.omniview-anima-action-links #code-link:hover{
                width:105px;
            }
            .omniview-anima-action-links #comment-link.pop-active,.omniview-anima-action-links #code-link.pop-active{
                width:105px;
                background: #FF6250;
            }
            .omniview-anima-action-links #comment-link.pop-active .text,.omniview-anima-action-links #code-link.pop-active .text{
                display:block
            }
            .omniview-anima-action-links #comment-link:hover .text,.omniview-anima-action-links #code-link:hover .text{
                display:block;
            }

            .link.navigation{
                position:fixed;
                left:50%;
                transform:translateX(-50%);
                width:auto;
                height:32px;
                color:#fff;
                font-size:12px;
                cursor:default;
                padding:0 5px;
            }
            .link.navigation .icon{
                margin:0 6px;
                fill:none;
                stroke:currentColor;
                cursor:pointer;
            }
            .link.navigation .icon.disabled{
                opacity:0.5;
                cursor:default;
            }


            .link.navigation .home-icon{
                margin-left:6px;
                fill:currentColor;
                stroke:currentColor;
                cursor:pointer;
            }

            .omniview-anima-action-links .restart{
                height: 30px;
                padding:0 12px;
                background: #3B3B3B;
                border-radius: 1000px;
                display:flex;
                align-items:center;
                justify-content:center;
                cursor:pointer;
                color:#f1f1f1;
                font-size: 12px;
            }

            .omniview-anima-action-links{
                display:flex;
                align-items:center;
                position:fixed;
                bottom:20px;
                right:20px;
                font-family:Mulish, sans-serif;
                transition: all 0.5s ease-in-out;
                opacity:1;
            }

            .omniview-anima-action-links > * + *{
                margin-right: 0;
                margin-left: 10px;
            }

            .idle{
                opacity:0;
                pointer-events:none;
            }

            #popoverOpener {
                position: absolute;
                left: 50%;
                margin-left: -10vw;
                text-align: center;
                top: 45vh;
                width: 20vw;
            }


            .popover {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1060;
                display: none;
                font-family: "sans-serif";
                font-size: 14px;
                background-color: #fff;
                border-radius: 10px;
                box-shadow: 0 5px 10px rgba(0,0,0,.2);
            }

            .popover.top {
                margin-top: -12px
            }

            .popover.right {
                margin-left: 10px
            }

            .popover.bottom {
                margin-top: 10px
            }

            .popover.left {
                margin-left: -10px
            }

            .popover-title {
                padding: 8px 14px;
                margin: 0;
                font-size: 14px;
                background-color: #f7f7f7;
                border-bottom: 1px solid #ebebeb;
                border-radius: 5px 5px 0 0
            }

            .popover-content {
                height: 100%;
                width: 100%;
                display:flex;
                overflow:hidden;
                font-family:Mulish, sans-serif;
            }



            .popover>.arrow,.popover>.arrow:after {
                position: absolute;
                display: block;
                width: 0;
                height: 0;
                border-color: transparent;
                border-style: solid
            }

            .popover>.arrow {
                border-width: 11px
            }

            .popover>.arrow:after {
                content: "";
                border-width: 10px
            }

            .popover.top>.arrow {
                bottom: -11px;
                left: 50%;
                margin-left: -11px;
                border-top-color: #999;
                border-top-color: rgba(0,0,0,.25);
                border-bottom-width: 0
            }

            .popover.top>.arrow:after {
                bottom: 1px;
                margin-left: -10px;
                content: " ";
                border-top-color: #fff;
                border-bottom-width: 0
            }

            .popover.right>.arrow {
                top: 50%;
                left: -11px;
                margin-top: -11px;
                border-right-color: #999;
                border-right-color: rgba(0,0,0,.25);
                border-left-width: 0
            }

            .popover.right>.arrow:after {
                bottom: -10px;
                left: 1px;
                content: " ";
                border-right-color: #fff;
                border-left-width: 0
            }

            .popover.bottom>.arrow {
                top: -11px;
                left: 50%;
                margin-left: -11px;
                border-top-width: 0;
                border-bottom-color: #999;
                border-bottom-color: rgba(0,0,0,.25)
            }

            .popover.bottom>.arrow:after {
                top: 1px;
                margin-left: -10px;
                content: " ";
                border-top-width: 0;
                border-bottom-color: #fff
            }

            .popover.left>.arrow {
                top: 50%;
                right: -11px;
                margin-top: -11px;
                border-right-width: 0;
                border-left-color: #999;
                border-left-color: rgba(0,0,0,.25)
            }

            .popover.left>.arrow:after {
                right: 1px;
                bottom: -10px;
                content: " ";
                border-right-width: 0;
                border-left-color: #fff
            }



            #anima-comment-popover,#anima-code-popover{
                background:#333333;
                color:#fff;
            }

            #anima-comment-popover.top>.arrow,#anima-comment-popover.top>.arrow:after,#anima-code-popover.top>.arrow:after,#anima-code-popover.top>.arrow {
                border-top-color:#333;
            }

            #anima-comment-popover .btn,#anima-code-popover .btn {
                display: flex;
                flex-direction: row;
                align-items: center;
                padding: 6px 20px;
                background: #FF6250;
                color:#fff;
                border-radius: 100px;
                width: max-content;
                text-decoration:none;
            }

            @media screen and (max-width: 550px) {
                #anima-watermark-link {
                    padding: 6px !important;
                }
                #anima-watermark-link .text {
                    display: none !important;
                }
            }

      
