:root {
    --font-xl: 45px;
    --font-lg: 40px;
    --font-md: 35px;
    --btn-font-size: 18px;
    --body-font-size: 16px;
    --base-size: 16px;
    --size-18: 18px;
    --size-20: 20px;
    --size-25: 25px;
    --size-30: 30px;
    --size-32: 32px;
    --size-35: 35px;
    --size-40: 40px;
    --body-font-weight: 400;
    --body-line-height: 1.5;
    --font-aloevera-display: Arial, Helvetica, sans-serif
        /*Dinamit*/
    ;
    --font-urbanist: Arial, Helvetica, sans-serif
        /*'DM Sans'*/
    ;
    --font-light: 300;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: bold;
    --border-width: 1px;
    --btn-color: #ddd;
    --link-color: #15023A;
    --white: #fff;
    --sky-blue: #B3C1DC80;
    --secondary-color: #DD3429;
    --primary-color: #15023A;
    --gray-color: #EAEAEA;
    --border-radius: .375rem;
    --border-radius-sm: .25rem;
    --border-radius-lg: .5rem;
    --border-radius-xl: 1rem;
    --border-radius-xxl: 2rem;
    --border-radius-xxxl: 18px;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400px
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block;
}

*,
::after,
::before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: var(--font-urbanist);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    color: var(--body-color);
    text-align: var(--body-text-align);
    background-color: var(--body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #fff0;
    text-rendering: optimizeLegibility;
    background-size: 100% 100%
}

p {
    font-family: var(--font-urbanist);
    margin-top: 0;
    margin-bottom: 1rem
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--border-width) solid;
    opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
    font-family: var(--font-aloevera-display);
    font-weight: var(--font-bold)
}

.space-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.space-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.space-bottom-80 {
    padding-bottom: 80px
}

.p-1 {
    padding: 1rem
}

.p-2 {
    padding: 1.5rem
}

.p-3 {
    padding: 2rem
}

.pt-10 {
    padding-top: 10px
}

.pt-1 {
    padding-top: 1rem
}

.pb-1 {
    padding-bottom: 1rem
}

.pt-3 {
    padding-top: 3rem
}

.pt-2 {
    padding-top: 2rem
}

.pb-2 {
    padding-bottom: 2rem
}

.pb-3 {
    padding-bottom: 3rem
}

.pl-1 {
    padding-left: 1rem
}

.pl-2 {
    padding-left: 1.5rem
}

.pr-1 {
    padding-right: 1rem
}

.pr-2 {
    padding-right: 1.5rem
}

.medium {
    font-weight: var(--font-medium)
}

.semibold {
    font-weight: var(--font-semibold)
}

.text-20 {
    font-size: var(--size-18)
}

.text-25 {
    font-size: var(--size-25)
}

.text-30 {
    font-size: var(--size-30)
}

h2,
.text-32 {
    font-size: var(--size-32)
}

.text-35 {
    font-size: var(--size-40)
}

.text-45 {
    font-size: var(--size-40)
}

.text-55 {
    font-size: var(--size-40)
}

.dark {
    color: var(--primary-color)
}

.text-center {
    text-align: center
}

.pull-top {
    margin-top: -60px
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --gutter-x: 1.5rem;
    --gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--gutter-x) * .5);
    padding-left: calc(var(--gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

.btn {
    min-height: 45px;
    --btn-padding-x: 1.55rem;
    --btn-padding-y: .575rem;
    font-family: var(--font-urbanist);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    -border-width: var(--border-width);
    border-color: #fff0;
    border-radius: var(--border-radius-xxl);
    display: inline-flex;
    align-items: center;
    padding: var(--btn-padding-y) var(--btn-padding-x);
    color: var(--btn-color);
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-transform: capitalize;
    border: var(--btn-border-width) solid var(--btn-border-color);
    background-color: var(--btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-primary {
    color: #fff;
    background: var(--primary-color);
    border-width: 0;
    border-radius: 40px
}

.btn-primary:hover {
    background: var(--secondary-color);
    color: var(--white)
}

.btn-white-hover:hover {
    background: var(--white);
    color: var(--primary-color)
}

.btn-secondary {
    color: var(--white);
    background: var(--secondary-color);
    border-width: 0;
    border-radius: 40px
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: var(--primary-color);
    color: var(--white)
}

/* Page-title gradient: navy through violet into the brand red.
   color: is set first as the fallback - background-clip:text works by making
   the text transparent, so without it a browser that ignores the clip would
   render the heading invisible rather than plain navy. */
.title-gradient {
    color: var(--primary-color);
    background-image: linear-gradient(97deg, #15023A 0%, #340295 58%, #DD3429 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
    .title-gradient {
        background-image: none;
        -webkit-text-fill-color: currentColor;
        color: var(--primary-color)
    }
}

/* gradients usually drop out in print, which would leave a blank heading */
@media print {
    .title-gradient {
        background-image: none;
        -webkit-text-fill-color: currentColor;
        color: var(--primary-color)
    }
}

/* Header mega menu: labelled columns instead of one long list.
   Selectors are deliberately specific: #navbar li .large-menu li {width:33.33%}
   and .m-icon {min-width:40px} appear later in this file, so equal specificity
   would lose. No nested <ul> here either - the mobile accordion JS calls
   find('ul').slideUp() and would hide the columns. */
#navbar li .dropdowm-menu1.large-menu.mega-grid {
    min-width: 1020px;
    padding: 32px 36px
}

#navbar li .dropdowm-menu1.large-menu.mega-grid.cols-3 {
    min-width: 760px
}

#navbar li .dropdowm-menu1.large-menu.mega-grid li.mega-cols {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px 26px;
    align-items: start;
    padding: 0;
    margin: 0
}

#navbar li .dropdowm-menu1.large-menu.mega-grid.cols-3 li.mega-cols {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

#navbar li .dropdowm-menu1.large-menu.mega-grid .mm-col {
    min-width: 0
}

#navbar li .dropdowm-menu1.large-menu.mega-grid .mm-col h4 {
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8B8399
}

#navbar li .dropdowm-menu1.large-menu.mega-grid .mm-col a {
    display: flex;
    align-items: center;
    gap: 13px;
    width: auto;
    min-width: 0;
    padding: 10px 10px;
    margin: 0 0 2px -10px;
    border-radius: 10px;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--primary-color);
    white-space: normal
}

#navbar li .dropdowm-menu1.large-menu.mega-grid .mm-col a:hover,
#navbar li .dropdowm-menu1.large-menu.mega-grid .mm-col a:focus {
    background: #F3F1F7;
    color: var(--primary-color)
}

/* the round 40px icon chip is for the old list layout, not this one */
#navbar li .dropdowm-menu1.large-menu.mega-grid .mm-col a .m-icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    margin-right: 0;
    background: transparent;
    border-radius: 0
}

#navbar li .dropdowm-menu1.large-menu.mega-grid .mm-col a .m-icon img,
#navbar li .dropdowm-menu1.large-menu.mega-grid .mm-col a .m-icon svg {
    width: 22px;
    height: 22px;
    min-width: 22px
}

/* .cont sets font-weight:600, which Arial renders as bold - reset it here
   or every label in the panel comes out heavy */
#navbar li .dropdowm-menu1.large-menu.mega-grid .mm-col a .cont {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    min-width: 0;
    font-weight: 400
}

/* Centre the panel on the header rather than on the trigger, and keep a gap
   below the bar. Anchored to .site-header-in so a wide panel cannot run off
   the viewport the way a trigger-anchored one does. */
@media (min-width: 992px) {
    .site-header-in {
        position: relative
    }

    #navbar .sub-menu-1 > li.has-dropdown {
        position: static
    }

    #navbar .sub-menu-1 > li > span {
        white-space: nowrap
    }

    #navbar li .dropdowm-menu1.large-menu.mega-grid,
    #navbar li.has-dropdown .dropdowm-menu1.large-menu.mega-grid.open {
        left: 50%;
        right: auto;
        transform: translateX(calc(-50% + var(--panel-shift, 0px)));
        -webkit-transform: translateX(calc(-50% + var(--panel-shift, 0px)));
        top: calc(100% + 14px);
        max-width: calc(100vw - 48px);
        /* the notch offset is written to --panel-shift; animating transform
           would mean measuring the panel mid-flight */
        transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
        border-radius: 18px;
        box-shadow: 0 18px 44px rgba(21, 2, 58, .13)
    }
}

    /* notch tying the panel to the item that opened it; --arrow-x is set
       per-open by scripts.js because the panel is centred on the header */
    #navbar li .dropdowm-menu1.large-menu.mega-grid::after {
        content: "";
        position: absolute;
        top: -9px;
        left: var(--arrow-x, 50%);
        width: 18px;
        height: 18px;
        background: #fff;
        border-left: 1px solid #E6E4F0;
        border-top: 1px solid #E6E4F0;
        border-radius: 5px 0 0 0;
        transform: translateX(-50%) rotate(45deg);
        -webkit-transform: translateX(-50%) rotate(45deg)
    }

    /* mark the open trigger without introducing a new accent colour */
    #navbar .sub-menu-1 > li.has-dropdown.is-open > span {
        font-weight: 600
    }

    /* the caret is two borders already rotated 45deg, so flipping it up is
       -135deg, not 180deg - 180 leaves it pointing sideways */
    #navbar .sub-menu-1 > li.has-dropdown.is-open > span .fa-angle-down {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-bottom: -2px
    }

@media (max-width: 991px) {
    #navbar li .dropdowm-menu1.large-menu.mega-grid,
    #navbar li .dropdowm-menu1.large-menu.mega-grid.cols-3 {
        min-width: 0;
        padding: 8px
    }

    #navbar li .dropdowm-menu1.large-menu.mega-grid li.mega-cols,
    #navbar li .dropdowm-menu1.large-menu.mega-grid.cols-3 li.mega-cols {
        grid-template-columns: 1fr;
        gap: 14px
    }
}

/* Site-wide announcement bar - content in config/promo_banner.php */
.promo-banner {
    background: var(--primary-color);
    color: var(--white);
    width: 100%
}

/* colour is set explicitly: the global `p` rule would otherwise win over
   the inherited white and print dark text on the dark bar */
.promo-banner-inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px 16px;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    color: var(--white)
}

.promo-banner-inner strong {
    font-weight: 700;
    color: var(--white)
}

.promo-banner-inner span {
    color: var(--white);
    opacity: .9
}

.promo-banner-inner a {
    color: var(--white);
    margin-left: 6px;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap
}

.promo-banner-inner a:hover,
.promo-banner-inner a:focus {
    color: var(--white);
    text-decoration-thickness: 2px
}

@media (max-width: 767px) {
    .promo-banner-inner {
        padding: 9px 16px;
        font-size: 13.5px
    }
}

/* Marketplace as a quiet outline, so the trial button is the only filled
   pill in the row. Ranks: Marketplace (light) < Book a demo (defined
   border) < Start free trial (filled). */
.btn-hdr-ghost {
    background: var(--white);
    color: var(--primary-color);
    border: 1px solid #DCD8E6;
    border-radius: 40px
}

.btn-hdr-ghost:hover,
.btn-hdr-ghost:focus {
    background: #F3F1F7;
    color: var(--primary-color);
    border-color: #C9C3D8
}

/* the global .btn-primary:hover flips to brand red; in the header keep it
   to a plain darker navy instead */
.right-elements .btn-primary:hover,
.right-elements .btn-primary:focus,
.right-elements .btn-trial:hover,
.right-elements .btn-trial:focus {
    background: #2A0F5E;
    color: var(--white)
}

/* Header action row: Log in (text) | Book a demo (outline) | trial (filled).
   Sized a little tighter than the default .btn so four actions plus the
   language switcher still fit on one row at 1280px. */
.btn-hdr-outline {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 40px
}

.btn-hdr-outline:hover,
.btn-hdr-outline:focus {
    background: var(--primary-color);
    color: var(--white)
}

@media (min-width: 992px) {
    .right-elements .btn {
        font-size: 16px;
        min-height: 42px;
        --btn-padding-x: 1.15rem
    }

    .right-elements .btn-textlink {
        --btn-padding-x: .5rem
    }

    .right-elements ul {
        gap: 8px !important
    }
}

/* Header: log-in as a plain text link so the trial button stands alone */
.btn-textlink {
    background: transparent;
    color: var(--primary-color);
    border-width: 0;
    box-shadow: none;
    padding-left: .5rem;
    padding-right: .5rem
}

.btn-textlink:hover,
.btn-textlink:focus {
    background: transparent;
    color: var(--secondary-color);
    text-decoration: underline
}

/* Hero CTA pair: outline demo button + reassurance line */
.btn-hero-outline {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 40px
}

.btn-hero-outline:hover,
.btn-hero-outline:focus {
    background: var(--primary-color);
    color: var(--white)
}

.hero-cta-note {
    color: var(--primary-color);
    opacity: .7
}

@media (max-width: 767px) {
    .hero-cta-row {
        justify-content: center
    }

    .hero-cta-note {
        text-align: center
    }
}

.btn-sky {
    background: var(--white);
    color: var(--primary-color);
    border-width: 0;
    border-radius: 40px
}

.btn-sky:hover,
.btn-sky:focus,
.btn-sky:active {
    background: var(--secondary-color);
    color: var(--white)
}

.btn-border {
    background: var(--white);
    color: var(--primary-color);
    box-shadow: 0 0 1px #000;
    border-radius: 40px
}

.btn-border:hover,
.btn-border:focus,
.btn-border:active {
    background: var(--gray-color);
    color: var(--primary-color)
}

.btn-sm {
    line-height: 1
}

.btn-text {
    position: relative;
    overflow: hidden
}

.text,
.hover-text {
    transition: transform 1.5s cubic-bezier(.16, 1, .3, 1);
    width: 100%;
    display: block
}

.btn-text .text,
.btn-text .hover-text {
    transform: translateY(0%)
}

.hover-text {
    position: absolute;
    left: 0
}

.btn-text .hover-text {
    bottom: -200%
}

.btn:hover .btn-text .hover-text,
.btn:hover .btn-text .text {
    transform: translateY(-200%)
}

.button,
.button:visited,
.cost a,
button,
button:visited,
input[type="button"],
input[type="button"]:visited,
input[type="reset"],
input[type="reset"]:visited,
input[type="submit"],
input[type="submit"]:visited {
    background-color: #007aff;
    border: 1px solid #007aff;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: var(--font-urbanist);
    font-size: 1em;
    font-weight: 500;
    line-height: 1.75em;
    margin-top: 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    transition: all .25s ease 0;
    white-space: nowrap;
    -webkit-appearance: button
}

.flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.justify-between {
    justify-content: space-between
}

.justify-center {
    justify-content: center
}

.justify-end {
    justify-content: end
}

.align-center {
    align-items: center
}

.align-end {
    align-items: end
}

.unstyled {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.gap-10 {
    gap: 10px
}

.gap-15 {
    gap: 15px
}

.gap-20 {
    gap: 20px
}

.gap-30 {
    gap: 30px
}

.overlay {
    position: fixed
}

.gradient-rounded {
    background: linear-gradient(90deg, #15023a33 0%, #249a4133 25%, #e6312533 50%, #f6670133 75%, #14419b33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15023A", endColorstr="#14419B", GradientType=1);
    padding: 1px;
    border-radius: 80px
}

.gradient-rounded-light {
    background: linear-gradient(90deg, #ffcf4e33 0%, #aac9fc33 25%, #f5f5f533 50%, #ffcf4e33 82%, #aac9fc33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcf4e", endColorstr="#aac9fc", GradientType=1);
    padding: 1px;
    border-radius: 80px
}

.rounded-light {
    padding: 1px;
    border-radius: 80px
}

.site-header-in {
    padding: 10px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.navbar {
    background: 0 0;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 99;
    border-bottom: none !important;
    padding-bottom: 4px;
    left: 0;
    padding-top: 0
}

.navbar-brand {
    display: inline-block;
    width: 130px;
    height: 30px;
}

.navbar-header img {
    max-width: 124px !important
}

#navbar .sub-menu-1 {
    margin: 0;
    padding: 0
}

.site-header .sub-menu-1 li {
    color: var(--link-color);
    padding: 8px 6px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-family: var(--font-urbanist)
}

.site-header .sub-menu-1 li span {
    cursor: pointer
}

.site-header .sub-menu-1 li>a {
    font-family: var(--font-urbanist);
    color: var(--link-color);
    text-decoration: none;
    font-size: var(--base-size)
}

.site-header .sub-menu-1 li>span:hover,
.site-header .sub-menu-1 li>a:hover {
    color: var(--secondary-color)
}

#navbar li .large-menu li a {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    white-space: normal
}

.m-icon {
    display: flex;
    min-width: 40px;
    min-height: 40px;
    margin-right: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #15023a2b
}

.m-icon img {
    width: 21px;
    height: auto
}

#navbar li .dropdowm-menu1 li a span {
    font-weight: 300;
    font-size: 14px;
    display: block
}

#navbar li .fa-angle-down {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    margin-bottom: 3px;
    margin-left: 4px
}

#navbar li .fa-angle-down:before {
    display: none
}

.dropdowm-menu1 {
    display: none;
    position: absolute;
    left: 0;
    top: 63px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    width: 135px;
    padding: 4px 0;
    box-shadow: 0 20px 20px #0000001a;
    -webkit-box-shadow: 0 20px 20px #0000001a
}

#navbar li .large-menu li a:hover {
    background: #e8edff
}

#navbar li .large-menu li:nth-child(odd) a:hover {
    background-color: #d300001c
}

.cont {
    font-weight: 600
}

.row-flex {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row-flex .col-lg,
.row-flex .col-lg-1,
.row-flex .col-lg-10,
.row-flex .col-lg-11,
.row-flex .col-lg-12,
.row-flex .col-lg-2,
.row-flex .col-lg-3,
.row-flex .col-lg-4,
.row-flex .col-lg-5,
.row-flex .col-lg-6,
.row-flex .col-lg-7,
.row-flex .col-lg-8,
.row-flex .col-lg-9,
.row-flex .col-md,
.row-flex .col-md-1,
.row-flex .col-md-10,
.row-flex .col-md-11,
.row-flex .col-md-12,
.row-flex .col-md-2,
.row-flex .col-md-3,
.row-flex .col-md-4,
.row-flex .col-md-5,
.row-flex .col-md-6,
.row-flex .col-md-7,
.row-flex .col-md-8,
.row-flex .col-md-9,
.row-flex .col-md-auto,
.row-flex .col-sm,
.row-flex .col-sm-1,
.row-flex .col-sm-10,
.row-flex .col-sm-11,
.row-flex .col-sm-12,
.row-flex .col-sm-2,
.row-flex .col-sm-3,
.row-flex .col-sm-4,
.row-flex .col-sm-5,
.row-flex .col-sm-6,
.row-flex .col-sm-7,
.row-flex .col-sm-8,
.row-flex .col-sm-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.overflow-hidden {
    overflow: hidden
}

.white {
    color: var(--white)
}

.white-bg {
    background: var(--white)
}

.white-bg-50 {
    background: #ffffff80
}

.sky-bg {
    background: var(--sky-blue)
}

.sky-bg-light {
    background: var(--white)
}

.sky-bg-light-25 {
    background: var(--white)
}

.radius-18 {
    border-radius: var(--border-radius-xxxl)
}

.radius-10 {
    border-radius: var(--border-radius-lg)
}

.tabs-container-outer {
    /*background:url(../front-images/dashboard-bg.webp) no-repeat;background-size:100% 100%;*/
    /* padding: 50px 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    border-radius: 50px; */
    padding-bottom: 10px;
    margin: 15px;
}

.tabs-container-inner {
    background: transparent;
    border-radius: 26px;
    overflow: hidden;
    max-inline-size: 1135px
}

.tabs-container {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    margin: auto;
    gap: 0;
    background: transparent
}

.banner-tabs {
    display: flex;
    background: #1A0C38;
    border-right: 2px solid #ff5a34
}

.tab-button {
    background: #fff0;
    color: #fff;
    border: none;
    padding: 8px 10px;
    cursor: pointer;
    font-weight: 500;
    transition: background .3s;
    text-align: center;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative
}

.tab-button-action:not(.active):before {
    animation: pulse-border 1500ms ease-out infinite;
    content: "";
    position: absolute;
    right: -16px;
    top: 45%;
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 18px;
    background: #ff5a34;
    border-radius: 50%;
    z-index: 1
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.tab-button.active {
    background: #ffffff1f;
    color: #fff
}

.banner-tab-contents {
    flex: 1;
    min-width: 320px
}

.banner-tab-content {
    background: transparent;
    padding: 0;
    border-radius: 20px;
    text-align: left;
    overflow: hidden;
    transition: opacity .5s ease, max-height .5s ease;
    position: relative;
    max-inline-size: 1240px;
    display: none;
    min-block-size: 100%
}

.banner-tab-content img {
    width: 100%
}

.banner-tab-content.active {
    display: block;
    opacity: 1;
    transition: all 1.5s;
    max-height: inherit;
    overflow: visible
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
    display: none;
    justify-content: center;
    z-index: 3;
    overflow-y: auto;
    padding: 0;
    right: 0
}

.popup {
    background: #fff;
    max-width: 100%;
    width: 100%;
    text-align: center;
    position: relative
}

.close-popup {
    background: none;
    border: none;
    font-size: 40px;
    cursor: pointer;
    color: #000;
    height: auto;
    padding: 0;
    line-height: 1
}

.popup-header {
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    align-items: center;
    padding: 0 25px;
    gap: 15px;
    top: 5px;
    z-index: 2
}

.popup-header h3 {
    font-weight: 600;
    padding-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0
}

.tab-button img {
    height: 30px
}

@supports ((-webkit-clip-path:inset(0 var(--clipPath, 0) 0 var(--clipPath, 0) round 60px)) or (clip-path:inset(0 var(--clipPath, 0) 0 var(--clipPath, 0) round 60px))) {
    .homepageGridSection {
        border-radius: 0;
        -webkit-clip-path: inset(0 var(--clipPath, 0) 0 var(--clipPath, 0) round 60px);
        clip-path: inset(0 var(--clipPath, 0) 0 var(--clipPath, 0) round 60px)
    }
}

.homepageGridSection {
    will-change: clip-path, var(--clipPath)
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px
}

.grid-5 .column-grid:nth-child(2),
.grid-5 .column-grid:nth-child(4) {
    background: #ffffff12
}

.column-grid {
    padding: 20px;
    border-radius: 20px;
    text-align: left;
    position: relative;
    z-index: 1
}

.column-grid h3 {
    font-size: 23px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    font-family: var(--font-urbanist);
    font-weight: var(--font-semibold)
}

.column-grid .rounded-light {
    margin: 10px 0
}

.column-grid .feature {
    background: #ffffff1a;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    --glow-color: #0000;
    position: relative;
    transition: opacity .4s ease;
    -webkit-user-select: none;
    user-select: none
}

.feature:has(span) {
    cursor: pointer;
    position: relative
}

.feature span {
    -webkit-user-select: none;
    user-select: none;
    filter: drop-shadow(0 0 .8rem color-mix(in srgb, var(--glow-color) 40%, transparent))
}

.feature:has(span)::before {
    content: "";
    position: absolute;
    top: 9%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    background: linear-gradient(90deg, #15023a66 0%, #249a4166 25%, #e63125 50%, #f6670166 75%, #14419b66 100%);
    filter: blur(18px);
    z-index: -1;
    opacity: 0;
    transition: opacity 3s ease;
    will-change: opacity
}

.feature:has(span):hover:before {
    opacity: 1;
    transition: opacity .2s ease
}

.trusted-brand {
    margin-bottom: 15px;
    position: relative
}

.trusted-brand a {
    background: #fef9f6;
    border-radius: 90px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px 20px;
    text-decoration: none
}

.trusted-brand a::before {
    content: '';
    position: absolute;
    inset: 14px;
    background: linear-gradient(45deg, #FFCF4E, #FFCF4E, #AAC9FC);
    filter: blur(16px);
    z-index: -1;
    opacity: 0;
    border-radius: 8px;
    transition: opacity 2s ease;
    will-change: opacity;
    left: 12%;
    right: 15%
}

.trusted-brand a:hover {
    background: #fff;
    transition: opacity 2s ease;
    text-decoration: none
}

.trusted-brand a:hover:before {
    opacity: 1
}

.trusted-brand a .text-20 {
    margin-bottom: 0;
    font-weight: 600;
    padding: 0
}

.clients-testimonials .slide {
    width: 364px;
    position: relative
}

.clients-testimonials .slick-track {
    display: flex;
    padding-bottom: 40px
}

.client-testimonial {
    background: #FFF;
    border-radius: 16px;
    position: relative;
    margin: 15px 8px
}

.testimonials-content,
.testimonials-footer {
    padding: 24px
}

.testimonials-content p {
    font-size: 16px;
    line-height: 1.5
}

.testimonials-footer {
    display: flex;
    gap: 15px;
    align-items: center;
    border-top: 1px solid #AAC9FC
}

.testimonials-footer .author {
    font-size: var(--size-25);
    color: var(--primary-color);
    font-weight: var(--font-semibold)
}

.space-app {
    padding: 30px 25px 0
}

.poster-wrap-outer {
    max-height: 440px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative
}

.poster-wrap-outer>img {
    width: 100%
}

.play-video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3
}

.slider-brands .slide {
    margin-right: 26px;
    height: auto
}

.slide-in {
    max-width: 209px;
    height: 62px;
    min-width: 209px;
    background: #FFF;
    border-radius: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px
}

.home-brand .slick-slide {
    margin-right: 15px
}

.slide-in img {
    max-height: 46px
}

.integration-space {
    padding-top: 80px;
    padding-bottom: 20px
}

.frameworks-section .frameworks-container {
    width: 100%;
    position: relative;
    margin-top: -60px;
    overflow: hidden
}

.frameworks-section .frameworks-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    background: linear-gradient(360deg, #15023aff 0%, #e6312500 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none
}

.frameworks-section .framework-row {
    display: grid;
    grid-auto-columns: 119px;
    grid-gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    white-space: nowrap;
    grid-auto-flow: column
}

.frameworks-section .framework-row:nth-child(2n) {
    --row-offset: 36px
}

.frameworks-section .framework-row:nth-child(odd) {
    --row-offset: 12px
}

.framework-card {
    width: 119px;
    height: 119px;
    border-radius: 12px;
    border: 1px solid #aac9fc21;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px;
    --glow-color: #0000;
    opacity: 0;
    transition: opacity .2s ease;
    -webkit-user-select: none;
    user-select: none
}

.framework-card.active {
    opacity: 1
}

.framework-card:has(img) {
    cursor: pointer;
    position: relative
}

.framework-card img {
    -webkit-user-select: none;
    user-select: none
}

.framework-card:has(img):before {
    content: "";
    position: absolute;
    top: 7%;
    left: 7%;
    right: 7%;
    bottom: 7%;
    background-color: var(--glow-color);
    filter: blur(15px);
    z-index: -1;
    opacity: 0;
    transition: opacity 2s ease;
    will-change: opacity
}

.framework-card:has(img):hover:before {
    opacity: .62;
    transition: opacity .2s ease
}

.framework-card:has(img):hover {
    background: #09070763
}

.country-flags {
    background: var(--white);
    padding: 40px 0
}

.slider-language .gradient-rounded {
    margin: 0 10px
}

.slider-language .slide {
    width: 172px;
    padding: 5px 10px;
    background: #fff;
    margin: 0;
    border-radius: 80px;
    display: flex;
    align-items: center;
    font-size: var(--base-size);
    font-weight: var(--font-semibold);
    white-space: nowrap;
    height: auto
}

.slider-language .slide img {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px
}

.dark-radial-bg {
    background: linear-gradient(180deg, #15023aff 0%, #e63125ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15023A", endColorstr="#E63125", GradientType=0)
}

.dark-radial-bg-2 {
    background: linear-gradient(360deg, #15023aff 0%, #e63125ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15023A", endColorstr="#E63125", GradientType=0)
}

.sticky-side .content-contact>img {
    max-width: 250px !important
}

.gradient-text {
    color: #fff0;
    background: linear-gradient(86deg, #dd3429ff 0%, #1a73e8ff 25%, #fbbc04ff 51%, #34a853ff 75%, #15023aff 100%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

#footer {
    background: linear-gradient(360deg, #15023aff 0%, #e63125ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15023A", endColorstr="#E63125", GradientType=0);
    padding-top: 80px
}

#footer h4 {
    font-size: var(--size-25);
    color: var(--white);
    font-weight: var(--font-semibold);
    font-family: var(--font-aloevera-display)
}

#footer ul {
    padding: 0;
    list-style-type: none
}

#footer ul li {
    padding-top: 10px
}

#footer .toggle-body li a {
    color: #fff;
    font-size: 16px;
    font-family: var(--font-urbanist);
    font-weight: 400;
    text-decoration: none
}

#footer .toggle-body li a:hover {
    text-decoration: underline
}

.footer-bottom-bar {
    background: #AAC9FC14;
    border-radius: 90px;
    padding: 20px 30px
}

.footer-bottom-bar .image-wrap {
    background: #fff;
    border-radius: 90px;
    max-width: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px
}

.footer-bottom-bar .image-wrap img {
    width: auto;
    height: auto;
    max-height: 46px
}

.footer-bar {
    border-top: 1px solid #AAC9FC33;
    padding-top: 13px
}

.footer-bar * {
    color: #fff
}

.footer-bar a:hover {
    text-decoration: underline
}

.scroll-hint {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    animation: hintBlink 2s infinite;
    display: block
}

@keyframes hintBlink {

    0%,
    100% {
        opacity: .3
    }

    50% {
        opacity: 1
    }
}

.underline {
    text-decoration: underline
}

.underline:hover {
    text-decoration: none !important
}

.site-header-in img,
#footer img {
    opacity: 1
}

.old-price {
    color: var(--secondary-color);
    font-size: 17px;
    font-weight: 700
}

.price-block .gradient-rounded {
    height: 100%
}

.newprice-section .inner-box .content-box {
    flex: 1;
    flex-direction: column
}

.newprice-section .inner-box .pricelabel {
    flex: 1
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 100%
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px
    }
}

@media (min-width:1300px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1360px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1360px
    }
}

@media (min-width:992px) {
    .site-header-in {
        padding: 10px 14px 10px 25px
    }

    .navbar-header {
        float: left
    }

    .navbar-toggle-btn {
        display: none;
        border: 0;
        background: #333 !important
    }

    #navbar {
        display: block;
        flex: 1;
        padding-left: 60px
    }

    #navbar .sub-menu-1 {
        display: inline-flex;
        gap: 10px
    }

    .site-header .sub-menu-1 li {
        position: static;
        cursor: default
    }

    #navbar li .dropdowm-menu1 {
        width: auto;
        min-width: 180px;
        padding: 5px;
        border-radius: 16px
    }

    .large-menu {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        -ms-flex-wrap: wrap !important;
        min-width: 410px;
        flex-wrap: wrap !important;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        z-index: -55
    }

    #navbar li.has-dropdown .large-menu.open {
        left: 0;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        opacity: 1;
        z-index: 55;
        visibility: visible
    }

    #navbar li .large-menu li {
        display: flex;
        min-width: 200px;
        margin-top: 1px;
        margin-bottom: 1px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 8px;
        color: #333;
        text-decoration: none;
        width: 33.33%;
        padding-bottom: 0;
        padding-top: 0
    }

    .drop-menu {
        display: none
    }
}

@media (min-width:576px) {
    .row-flex .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-flex .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-flex .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-flex .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .row-flex .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-flex .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .row-flex .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .row-flex .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .row-flex .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .row-flex .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .row-flex .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .row-flex .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-flex .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .row-flex .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .row-flex .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-flex .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-flex .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .row-flex .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-flex .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .row-flex .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .row-flex .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .row-flex .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .row-flex .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .row-flex .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .row-flex .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-flex .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .row-flex .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .row-flex .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-flex .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-flex .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .row-flex .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-flex .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .row-flex .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .row-flex .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .row-flex .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .row-flex .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .row-flex .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .space-app {
        padding: 40px 35px 0 45px
    }
}

@media (min-width:840px) {
    .frameworks-section .frameworks-container {
        mask-image: linear-gradient(90deg, transparent 0%, #fff 300px, #fff calc(100vw - 300px), transparent 100%)
    }
}

@media (min-width:1080px) {
    .frameworks-section .framework-row:nth-child(2n) {
        --row-offset: 24px
    }

    .frameworks-section .framework-row:nth-child(odd) {
        --row-offset: 28px
    }
}

@media (min-width:768px) {
    .line-middle {
        position: relative
    }

    .line-middle:after {
        content: '';
        top: 25px;
        bottom: 25px;
        width: 1px;
        background: #aac9fc;
        position: absolute;
        left: 45%;
        transform: translateX(-50%);
        z-index: 1
    }

    .text-right-desktop {
        text-align: right
    }
}

@media (min-width:992px) {
    .integration-space {
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    .scroll-hint {
        display: none
    }
}

/*sme discount early bird css*/
.secondary-color {
    color: var(--secondary-color)
}

.hero-label {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #777;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-users {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.hero-users img {
    width: 95px;
}

.hero-users span {
    color: #777;
    font-size: 14px;
}

.discount-section {
    padding: 100px 0;
    background: linear-gradient(180deg, rgba(255, 245, 243, 1) 0%, rgba(255, 255, 255) 45%);
}

.discount-section .container {
    max-width: 1280px;
    margin: auto;
    width: 92%;
}

.section-tag {
    display: block;
    text-align: center;
    font-size: 11px;
    letter-spacing: 3px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.discount-section h2 {
    text-align: center;
    font-size: 42px;
    color: #22124b;
    font-weight: 800;
    margin-bottom: 15px;
}

.section-desc {
    max-width: 620px;
    margin: 0 auto 55px;
    text-align: center;
    color: #6c6c6c;
    line-height: 1.8;
    font-size: 16px;
}

.discount-grid {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    justify-content: center;
    flex-wrap: wrap;
}

.discount-card {
    background: #fff;
    border: 1px solid #e7e7ef;
    border-radius: 14px;
    padding: 30px;
    transition: .35s;
}

.discount-card.active {
    border: 1px solid #3d2c84;
    box-shadow: 0 12px 35px rgba(39, 22, 90, .08);
    background: linear-gradient(180deg, rgba(255, 245, 243, 1) 0%, rgba(255, 245, 243, 0) 45%);
}

.discount-card:hover {
    transform: translateY(-6px);
    border: 1px solid #3d2c84;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    background: linear-gradient(180deg, rgba(255, 245, 243, 1) 0%, rgba(255, 245, 243, 0) 45%);
}

.year {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    color: #888;
    margin-bottom: 18px;
}

.price {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-bottom: 25px;
}

.price strong {
    font-size: 48px;
    line-height: 1;
    color: #22124b;
    font-weight: 800;
}

.price span {
    font-size: 18px;
    margin-bottom: 8px;
    color: #555;
}

.discount-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.discount-card li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.discount-card li::before {
    content: "➜";
    position: absolute;
    left: 0;
    color: #22124b;
    font-size: 12px;
}

.discount-card a {
    text-decoration: none;
    color: #22124b;
    font-weight: 700;
    font-size: 14px;
}

.discount-card a:hover {
    color: #ff5a2f;
}

@media(max-width:992px) {
    .discount-section {
        padding: 60px 0;
    }

    .discount-grid {
        grid-template-columns: 1fr;
    }

    .discount-section h2 {
        font-size: 34px;
    }

}

.section-heading {
    text-align: center;
    max-width: 760px;
    margin: auto auto 70px;
}

.eyebrow-text {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 18px;
}

.section-heading h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 22px;
}

.section-heading p {
    color: #666;
    line-height: 1.8;
}

.team-ai-section {
    background: linear-gradient(180deg, rgba(247, 247, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 100px 0;
}

.solution-wrapper {
    display: flex;
    align-items: center;
    gap: 70px;
}

.tabs {
    width: 45%;
    position: relative;
}

.tab {
    position: relative;
    padding: 22px;
    border-radius: 14px;
    cursor: pointer;
    margin-bottom: 18px;
    transition: .35s;
    border: 1px solid transparent
}

.tab h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.tab p {
    color: #666;
    line-height: 1.6;
    font-size: 15px;
    margin: 0
}

.tab.active {
    background: #fff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
    border: 1px solid #e8e8e8;
}


.tab-content {
    flex: 1;
}

.content {
    display: none;
}

.content.active {
    display: block;
}

.content img {
    width: 100%;
    border-radius: 18px;
    display: block;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .12);
}

@media(max-width:991px) {
    .team-ai-section {
        padding: 60px 0;
    }

    .solution-wrapper {
        flex-direction: column;
    }

    .tabs {
        width: 100%;
    }

    .tabs::after {
        display: none;
    }

    .section-heading h2 {
        font-size: 34px;
    }

}

.testimonial-section {
    padding: 100px 0;
    background: linear-gradient(180deg, rgba(255, 245, 243, 1) 0%, rgb(255, 255, 255) 100%);
    overflow: hidden;
}

.section-title {
    text-align: center;
    margin-bottom: 70px;
}

.section-title .eyebrow {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #6b6b6b;
    margin-bottom: 18px;
    background: transparent
}

.section-title h2 {
    font-size: 48px;
    line-height: 1.15;
    color: #24184d;
    font-weight: 700;
}

.testimonial-wrapper {
    display: flex;
    gap: 30px;
    position: relative;
    align-items: stretch;
}

.testimonial-card {
    flex: 1;
    background: #fff;
    border: 1px solid #e7e2df;
    border-radius: 16px;
    padding: 34px;
    position: relative;
    transition: .35s;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.label {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.quote {
    font-size: 22px;
    line-height: 1.6;
    color: #222;
    margin-bottom: 45px;
}

.author {
    font-size: 15px;
    color: #666;
}

.author strong {
    color: #222;
}

.author span {
    margin-left: 5px;
}

@media(max-width:991px) {
    .testimonial-section {
        padding: 60px 0;
    }

    .testimonial-wrapper {
        flex-direction: column;
    }

    .connector {
        display: none;
    }

    .section-title h2 {
        font-size: 34px;
    }

    .quote {
        font-size: 18px;
    }

}

.startup-program {
    padding: 110px 0;
    background: #faf9f8;
}

.section-title,
.faq-heading {
    text-align: center;
    margin-bottom: 45px;
}

.section-title span,
.faq-heading span {
    display: block;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 12px;
}

.section-title h2,
.faq-heading h2 {
    font-size: 42px;
    color: #21164b;
}

.eligibility-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 90px;
}

.eligibility-card {
    background: #fff;
    border: 1px solid #ece8e5;
    border-radius: 14px;
    padding: 28px;
    transition: .3s;
}

.eligibility-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
}

.eligibility-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #21164b;
}

.eligibility-card p {
    color: #777;
    font-size: 15px;
}

.faq-list {
    max-width: 980px;
    margin: auto;
}

.faq-item {
    border-bottom: 1px solid #e6e6e6;
}

.faq-question {
    width: 100%;
    background: none;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0;
    font-size: 19px;
    font-weight: 600;
    color: #222;
    text-align: left;
    white-space: inherit;
}

.faq-question span {
    font-size: 24px;
    color: #666;
}

.faq-answer {
    display: none;
    padding-bottom: 30px;
}

.faq-answer p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.faq-answer h5 {
    margin-bottom: 15px;
    color: #21164b;
}

.faq-answer ul {
    padding-left: 20px;
}

.faq-answer li {
    margin-bottom: 10px;
    color: #666;
}

.faq-item.active .faq-answer {
    display: block;
}

@media(max-width:991px) {
    .startup-program {
        padding: 60px 0;
    }

    .eligibility-grid {
        grid-template-columns: 1fr;
    }

    .section-title h2,
    .faq-heading h2 {
        font-size: 32px;
    }

    .faq-question {
        font-size: 17px;
    }

}

.resources-section {
    padding: 100px 0;
    background: linear-gradient(180deg, rgba(255, 245, 243, 1) 0%, rgba(255, 245, 243, 0) 100%);
}

.resources-heading {
    margin-bottom: 50px;
}

.resources-heading span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #777;
    margin-bottom: 12px;
}

.resources-heading h2 {
    font-size: 42px;
    color: #24184d;
    font-weight: 700;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.resource-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 28px;
    transition: .35s;
    display: flex;
    flex-direction: column;
    min-height: 270px;
}

.resource-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.card-number {
    font-size: 12px;
    color: #999;
    margin-bottom: 24px;
}

.resource-card h3 {
    font-size: 21px;
    line-height: 1.4;
    color: #24184d;
    margin-bottom: 16px;
}

.resource-card p {
    color: #666;
    line-height: 1.7;
    flex: 1;
}

.resource-card a {
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #24184d;
    font-weight: 600;
    transition: .3s;
}

.resource-card a svg {
    transition: .3s;
}

.resource-card:hover a {
    color: #326cff;
}

.resource-card:hover a svg {
    transform: translateX(6px);
}

@media(max-width:991px) {
    .resources-section {
        padding: 60px 0;
    }

    .resources-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .resources-heading h2 {
        font-size: 34px;
    }

}

@media(max-width:767px) {

    .resources-grid {
        grid-template-columns: 1fr;
    }

}

.cta-section {
    position: relative;
    overflow: hidden;
    padding: 120px 20px;

    align-items: center;
}

@media (min-width: 992px) {
    .cta-section {
        display: flex;
    }
}

.cta-section:before {
    background: radial-gradient(circle, rgba(0, 91, 191, 0.18) 0%, rgba(0, 91, 191, 0) 52%);
    content: '';
    position: absolute;
    left: 50%;
    top: -40%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 0;
    display: block;
}

.cta-section .container {
    position: relative;
    margin: auto;
    min-height: 220px;
}

.cta-content {
    max-width: 620px;
    margin: auto;
    text-align: center;
}

.cta-content span {
    display: block;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 15px;
}

.cta-content h2 {
    font-size: 45px;
    line-height: 1.1;
    color: #22184d;
    margin-bottom: 25px;
}

.cta-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    max-width: 560px;
    margin: auto auto 40px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}


.avatar {
    position: absolute;
    width: 111px;
    height: 123px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
    animation: float 5s ease-in-out infinite;
}

.avatar-1 {
    top: 10%;
    left: 10%;
}

.avatar-2 {
    bottom: 5%;
    left: 15%;
    animation-delay: .8s;
    width: 166px;
    height: 183px;
}

.avatar-3 {
    top: 10%;
    right: 10%;
    animation-delay: 1.3s;
    width: 166px;
    height: 183px;
}

.avatar-4 {
    bottom: 5%;
    right: 5%;
    animation-delay: 2s;
    width: 128px;
    height: 142px;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

}

@media(max-width:991px) {

    .cta-content h2 {
        font-size: 40px;
    }

    .avatar {
        width: 70px;
        height: 70px;
    }

    .avatar-1 {
        left: 0;
    }

    .avatar-2 {
        left: 15px;
    }

    .avatar-3 {
        right: 0;
    }

    .avatar-4 {
        right: 10px;
    }

}

@media(max-width:767px) {

    .cta-section {
        padding: 80px 20px;
    }

    .cta-content h2 {
        font-size: 28px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .cta-content p {
        font-size: 16px;
    }

    .avatar {
        /* position: relative; */
        margin: 10px;
    }

    .cta-section .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: auto;
    }

}

@media(min-width:992px) {
    .banner-row-section {
        flex-wrap: nowrap;
        padding-left: 20px;
    }

    .banner-row-section>div {
        flex: 0 0 50% !important;
    }

    .banner-row-section * {
        text-align: left !important;
    }
}