:root {
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223;
    --wp-bound-block-color: var(--wp-block-synced-color);
    --wp-editor-canvas-background: #ddd;
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px
}

@media (min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

.wp-element-button {
    cursor: pointer
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

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

.has-fit-text {
    white-space: nowrap !important
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

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

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

/*# sourceURL=wp-block-library-inline-css */

h1:where(.wp-block-heading).has-background,
h2:where(.wp-block-heading).has-background,
h3:where(.wp-block-heading).has-background,
h4:where(.wp-block-heading).has-background,
h5:where(.wp-block-heading).has-background,
h6:where(.wp-block-heading).has-background {
    padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
    rotate: 180deg
}

.wp-block-columns {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}

.wp-block-columns {
    align-items: normal !important
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width:781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

:where(.wp-block-columns) {
    margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-stretch {
    align-self: stretch
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

:root :where(p.has-background) {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
    rotate: 180deg
}

/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--2-f-3551: #2f3551;
    --wp--preset--color--fcfcfd: #fcfcfd;
    --wp--preset--color--f-4-cced: #f4cced;
    --wp--preset--color--efe-2-a-0: #efe2a0;
    --wp--preset--color--f-3-d-1-c-8: #f3d1c8;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
    --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

/* ===== BrightSecure Multi Mega Menu CSS (bs- prefix) ===== */




.bs-acc-panel a span::after {
    content: none !important;
}

.bs-business-grid a span::after {
    content: none !important;
}

li#menu-item-3371 a span::after {
    content: none !important;
}

/* LANDSCAPE: ensure primary menu & mega menus fully visible (no clipping) */
@media (max-width: 900px) and (orientation: landscape) {

    /* allow header/menu container to expand and not clip */
    header.header,
    .header__menu,
    .header__container,
    #main-navigation-wrapper,
    nav {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    /* make the main menu flexible: try wrapping to new rows first (so items stay visible) */
    #main-menu,
    #main-menu>ul,
    #main-menu>.menu {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 8px !important;
    }

    /* ensure each li doesn't collapse and keeps its content on one line */
    #main-menu>li,
    #main-menu li {
        flex: 0 0 auto !important;
        white-space: nowrap !important;
        min-width: 0 !important;
    }

    /* if wrapping still can't fit (very long), allow horizontal scroll on the menu row */
    /* wrap the actual menu row in a scrollable container — fallback */
    #main-navigation-wrapper {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-behavior: smooth !important;
        white-space: nowrap !important;
    }

    /* make sure the UL doesn't force clipping */
    #main-navigation-wrapper ul {
        display: inline-flex !important;
        flex-wrap: nowrap !important;
    }

    /* MEGA MENU: full height and scrollable in landscape */
    .bs-mega-wrap {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: calc(var(--site-header-height, 50px)) !important;
        /* fallback to 50px if var not set */
        height: calc(100vh - calc(var(--site-header-height, 50px))) !important;
        max-height: calc(100vh - calc(var(--site-header-height, 50px))) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        overflow-x: hidden !important;
        width: 100% !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    /* ensure inner containers don't clip */
    .bs-mega-wrap .menu-sec,
    .bs-mega-wrap .bs-cols,
    .bs-mega-wrap .bs-col,
    .bs-mega-wrap .bs-accordion,
    .bs-mega-wrap .bs-acc-panel,
    .bs-mega-wrap .bs-resources-grid,
    .bs-mega-wrap .bs-company-grid {
        max-height: none !important;
        height: auto !important;
        overflow: visible !important;
    }

    /* If header uses a fixed height via CSS variable, set it (you can tweak 50px) */
    :root {
        --site-header-height: 50px;
    }

    /* small safety: ensure body/html overflow won't hide fixed elements */
    html,
    body {
        height: 100% !important;
        overflow: visible !important;

    }
}

.nav-primary>ul#main-menu li.menu-item a span::after {
    /* content: "\f0de"; */
    font-family: 'dashicons';
    content: "\f142";
    font-size: 15px;
    vertical-align: middle;
}

.menu-sec ul li a span::after {
    content: none !important;
}

li#menu-item-3368:has(.bs-star-wrap[style*="display: block"])>a span::after {
    font-family: 'dashicons';
    content: "\f140" !important;
}

li#menu-item-3369:has(.bs-platform-wrap[style*="display: block"])>a span::after {
    font-family: 'dashicons';
    content: "\f140" !important;
}

li#menu-item-3370:has(.bs-resources-wrap[style*="display: block"])>a span::after {
    font-family: 'dashicons';
    content: "\f140" !important;
}

li#menu-item-3372:has(.bs-company-wrap[style*="display: block"])>a span::after {
    font-family: 'dashicons';
    content: "\f140" !important;
}

li#menu-item-3368:has(.bs-star-wrap[style*="display: block"])>a span {
    color: #fff !important;
}

.bs-mega-common {
    font-family: Inter, system-ui, sans-serif;
}

header.header.header--loaded.header--sticky {
    background: #FCFCFD;
}

header.header.header--loaded {
    background: #FCFCFD;
}

div#main-navigation-wrapper ul#main-menu li span {
    color: #757785;
    font-size: 12px;
    font-weight: 500;
}

div#main-navigation-wrapper ul#main-menu li {
    margin-inline: 17px;
}

li#menu-item-3368:has(.bs-star-wrap[style*="display: block"])>a span {
    color: #fff;
}

.header__actions a.c-btn.c-btn-secondary.c-btn--variation-pink.c-btn--variation-default.c-btn--variation-arrow-right {
    background: #E784D5;
    border-radius: 12px;
}

.header__actions a.c-btn.c-btn-secondary.c-btn--variation-pink.c-btn--variation-default.c-btn--variation-arrow-right svg {
    display: none;
}

.menu-item-star.active-star>a {
    background: linear-gradient(90.17deg, #DE6143 0.3%, #EC9EDD 69.08%);
    color: #fff !important;
    border-radius: 6px;
    padding: 6px 10px;
}

/* Remove STAR highlight whenever ANY mega menu (except STAR) is open */
li#menu-item-3368:has(.bs-star-wrap[style*="display: block"])>a {
    background: linear-gradient(97.95deg, #DE6143 -0.24%, #EC9EDD 93.93%);
    color: #fff !important;
    border-radius: 6px;
    padding: 5px 8px;
}

/* BUT if ANY other mega menu is open → STAR highlight remove */
ul#main-menu:has(.bs-platform-wrap[style*="display: block"]) li#menu-item-3368>a,
ul#main-menu:has(.bs-resources-wrap[style*="display: block"]) li#menu-item-3368>a,
ul#main-menu:has(.bs-company-wrap[style*="display: block"]) li#menu-item-3368>a {
    background: none !important;
    color: inherit !important;
}

/* general mega wrap */
.bs-mega-wrap {
    background: #F1F4F7;
    border: 1px solid rgba(16, 24, 40, 0.06);
    border-radius: 10px;
    box-shadow: 0 12px 36px rgba(16, 24, 40, 0.10);
    padding: 16px;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
    transform-origin: top center;
    animation: bsFade .16s ease both;
}

li#menu-item-3369:has(.bs-platform-wrap[style*="display: block"])>a {
    border: 2px solid #E4CD64;
    border-radius: 12px;
    padding: 5px 8px;
}

li#menu-item-3370:has(.bs-resources-wrap[style*="display: block"])>a {
    border: 2px solid #E48973;
    border-radius: 12px;
    padding: 5px 8px;
}

li#menu-item-3372:has(.bs-company-wrap[style*="display: block"])>a {
    border: 2px solid #E784D5;
    border-radius: 12px;
    padding: 5px 8px;
}

li#menu-item-3377:has(.bs-business-wrap[style*="display: block"])>a {
    border: 2px solid #E784D5;
    border-radius: 12px;
    padding: 5px 8px;
}

ul.bs-res-list li {
    margin-inline: 0px !important;
    padding-inline: 0px;
}

ul.bs-list li {
    margin-inline: 0px !important;
    padding-inline: 0px;
}

.bs-col a {
    display: flex;
    justify-content: space-between;
}

@keyframes bsFade {
    from {
        opacity: 0;
        transform: translateY(-8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* ---------- STAR specific (slightly narrower) ---------- */
.bs-star-wrap {
    width: -webkit-fill-available;
}

.bs-acc-row:nth-child(1) {
    border-top: 0px;
    padding-top: 0px;
}

.bs-star-banner {
    background: linear-gradient(90.2deg, #DE6143 -9.19%, #EC9EDD 89.37%);
    color: #fff;
    padding: 9px 10px;
    border-radius: 0px;
    display: flex;
    flex-flow: row;
    gap: 6px;
    margin-bottom: 14px;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
}

.bs-acc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 8px;
    border-top: 1px solid #D1D2D6;
    cursor: pointer;
}

.menu-sec h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.menu-sec p {
    margin: 4px 0 0 0;
    font-size: 12px !important;
    color: #474A5D !important;
}

.bs-chev {
    font-size: 29px;
    transition: transform .18s ease;
    color: #474A5D;
}

.bs-acc-panel {
    display: none;
    padding: 12px 0;
    width: 98.7%;
    margin: 0 auto;
}

.bs-cols {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.bs-col {
    flex: 1;
}

.bs-col h5 {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 600;
    color: #474A5D;
}

.bs-col p {
    margin: 0;
    font-size: 10px !important;
    color: #474A5D;
    font-weight: 400;
}

.menu-sec h4 {
    color: #2F3551;
    font-size: 16px;
}

.menu-sec {
    width: 85%;
    margin: 0 auto;
}

.bs-star-banner .title {
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
}

.bs-star-banner .desc {
    font-size: 13px;
    font-weight: 500;
}

/* ---------- PLATFORM specific (wider 3-column) ---------- */
ul.bs-list li strong {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #2F3551;
}

.bs-platform-wrap {
    width: -webkit-fill-available;
    padding: 20px;
}

.bs-grid {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.bs-col-wide {
    flex: 1;
    min-width: 0;
}

.bs-col-wide h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid rgba(209, 111, 255, 0.06);
    padding-bottom: 8px;
}

.bs-list {
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none;
}

.bs-list li {
    padding: 12px 6px;
    border-bottom: 1px solid rgba(16, 24, 40, 0.03);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bs-list li a {
    color: inherit;
    text-decoration: none;
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
}

.bs-list li p {
    margin: 0;
    font-size: 13px;
    color: #6b7076;
}

ul li .bs-item-chip {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #474A5D;
}

/* featured block */
.bs-featured {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    min-height: 120px;
    flex-flow: column;
}

.bs-featured .thumb {
    width: -webkit-fill-available;
    height: 250px;
    background: #A3A5AE;
    border-radius: 20px;
    flex: 0 0 auto;
}

.bs-featured .meta {
    flex: 1;
}

.bs-featured .meta h5 {
    margin: 0 0 6px 0;
    font-size: 14px;
    font-weight: 700;
    color: #2F3551;
}

.bs-featured .meta p {
    margin: 0;
    font-size: 12px;
    color: #474A5D;
    font-weight: 400;
}

/* ---------- RESOURCES specific (two-column left list + right featured) ---------- */
ul.bs-res-list li strong {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #2F3551;
}

ul.bs-res-list li p {
    margin: 0;
    font-size: 13px;
    color: #6b7076;
}

.bs-resources-wrap {
    width: -webkit-fill-available;
    padding: 18px;
}

.bs-resources-grid {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.bs-resources-left {
    flex: 1.2;
}

.bs-resources-right {
    flex: 0.8;
}

/* small tweaks for list in resources */
.bs-res-list {
    list-style: none;
    margin: 6px 0 0 0;
    padding: 0;
}

.bs-res-list li {
    padding: 12px 6px;
    border-bottom: 1px solid rgba(16, 24, 40, 0.03);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bs-res-list li a {
    text-decoration: none;
    color: inherit;
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    justify-content: space-between;
}

.bs-res-list li p {
    margin: 0;
    font-size: 13px;
    color: #6b7076;
}

/* ---------- COMPANY specific (two-column simple lists) ---------- */
ul.bs-list li a {
    justify-content: space-between;
}

.bs-company-wrap {
    width: -webkit-fill-available;
    padding: 18px;
}

.bs-company-grid {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.bs-company-grid .bs-col {
    flex: 1;
}

.bs-company-grid h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid rgba(209, 111, 255, 0.06);
    padding-bottom: 8px;
}

/* responsive common */
@media (max-width:1000px) {
    .bs-mega-wrap {
        position: fixed;
        left: 12px;
        right: 12px;
        top: 70px;
        width: auto;
    }

    .bs-grid,
    .bs-cols,
    .bs-resources-grid,
    .bs-company-grid {
        flex-direction: column;
    }

    .bs-featured .thumb {
        width: 100%;
        height: 140px;
    }
}

/* attach helpers */
nav .menu-item-star,
nav .menu-item-platform,
nav .menu-item-resources,
nav .menu-item-company,
nav .menu-item-business-impact {
    position: relative;
}

nav .menu-item-star .bs-star-wrap,
nav .menu-item-platform .bs-platform-wrap,
nav .menu-item-resources .bs-resources-wrap,
nav .menu-item-company .bs-company-wrap,
nav .menu-item-business-impact .bs-business-wrap {
    left: 0;
    top: 100%;
}

/* ================= MOBILE-SPECIFIC: make header like Figma ================= */
@media (max-width: 768px) {
    .nav-primary>ul#main-menu li.menu-item a span::after {
        content: "\f139";
    }

    .menu-sec ul li a span::after {
        content: none !important;
        display: none !important;
    }

    span.chev-icon::after {
        content: none !important;
        display: none !important;
    }

    div#main-navigation-wrapper ul#main-menu li span {
        color: #757785;
        font-size: 12px;
        font-weight: 500;
        display: flex;
        justify-content: space-between !important;
    }

    /* header background white */
    header.header.header--loaded,
    header.header.header--loaded.header--sticky,
    .header__container,
    .header__menu {
        background: #ffffff !important;
    }

    /* Book demo = pink, big pill button centered at bottom of menu */
    .header__actions a.c-btn.c-btn-secondary.c-btn--variation-pink.c-btn--variation-default.c-btn--variation-arrow-right,
    .bs-cta,
    .bs-mega-wrap .book-demo-btn {
        background: linear-gradient(90deg, #F2A6D9, #E884D5) !important;
        color: #ffffff !important;
        border-radius: 12px !important;
        padding: 10px 18px !important;
        text-align: center !important;
        display: inline-block;
        font-weight: 700;
    }

    /* Mega overlay full visible and fixed */
    .bs-mega-wrap {
        position: fixed !important;
        left: 0px !important;
        right: 0px !important;
        top: 5px !important;
        margin: 0 auto !important;
        width: -webkit-fill-available !important;
        z-index: 2147483647 !important;
        max-height: 100% !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        display: none;
        background: #ffffff !important;
        color: #2f3243 !important;
        border-radius: 0px !important;
        padding: 0 !important;
        box-shadow: unset !important;
        border: 0px !important;
        max-height: 100vh !important;
    }

    .bs-mega-wrap.bs-platform-wrap {
        max-height: 500px !important;
        height: 500px !important;
    }

    .bs-mega-wrap.bs-resources-wrap {
        max-height: 190vh !important;
        height: 85vh;
    }

    .bs-mega-wrap.bs-star-wrap {
        max-height: 190vh !important;
        height: 85vh;
    }

    /* container inside overlay to match figma paddings */
    .bs-mega-wrap .menu-sec {
        padding: 12px 7px 20px !important;
        width: 100% !important;
    }

    /* 2) Internal sections must not clip content */
    .bs-mega-wrap .menu-sec,
    .bs-mega-wrap .bs-cols,
    .bs-mega-wrap .bs-col,
    .bs-mega-wrap .bs-accordion,
    .bs-mega-wrap .bs-acc-panel,
    .bs-mega-wrap .bs-resources-grid,
    .bs-mega-wrap .bs-company-grid,
    .bs-mega-wrap .bs-col-wide {
        max-height: none !important;
        height: auto !important;
        overflow: visible !important;
    }

    /* 3) Theme's mobile menu container is LIMITING height — remove that */
    .header__menu.header__menu--has-transition {
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    /* Top gradient bar for STAR item like Figma */
    .bs-mega-wrap .bs-star-top {
        background: linear-gradient(90deg, #DE6143 0%, #EC9EDD 100%);
        color: #ffffff;
        padding: 10px 16px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 700;
    }

    .bs-mega-wrap .bs-star-top .label {
        font-size: 15px;
    }

    .bs-mega-wrap .bs-star-top .chev {
        font-size: 14px;
        opacity: 0.95;
    }

    /* Menu items list style (no p text, separators) */
    .bs-mega-wrap ul,
    .bs-mega-wrap .bs-list,
    .bs-mega-wrap .bs-res-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .bs-mega-wrap li {
        padding: 16px 16px;
        border-bottom: 1px solid rgba(47, 51, 67, 0.06);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* remove all descriptions on mobile */
    .bs-mega-wrap p,
    .bs-mega-wrap .desc,
    .bs-mega-wrap .meta p,
    .bs-mega-wrap .bs-col p,
    .bs-mega-wrap .menu-sec p {
        display: none !important;
    }

    /* STAR menu link in nav: no background and align label to right */
    li#menu-item-3368>a {
        background: none !important;
        box-shadow: none !important;
        border: 0 !important;
        justify-content: space-between !important;
        align-items: center;
        color: inherit !important;
        width: 100%;
    }

    li#menu-item-3368>a span {
        margin-left: 0 !important;
    }

    /* small chevron on right of each menu item */
    .bs-mega-wrap li .bs-item-chip,
    .bs-mega-wrap li .chev-icon {
        width: 22px;
        height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: transparent;
        color: #D1A3D6;
        font-weight: 700;
    }

    /* Book demo button wrapper at bottom of overlay */
    .bs-mega-wrap .menu-footer {
        padding: 16px;
        display: flex;
        justify-content: center;
    }

    .bs-mega-wrap .menu-footer .book-demo-btn {
        width: 85%;
        text-align: center;
    }

    /* Back link / small header row (like your figma) */
    .bs-mega-wrap .mobile-header {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 16px;
    }

    .bs-mega-wrap .mobile-header .back {
        font-size: 14px;
        color: #8b8fa0;
        cursor: pointer;
    }

    .bs-mega-wrap .mobile-header .title {
        flex: 1;
        text-align: left;
        font-weight: 700;
        color: #2f3243;
    }

    /* ensure internal panels are full-width stacked */
    .bs-grid,
    .bs-cols,
    .bs-resources-grid,
    .bs-company-grid {
        flex-direction: column;
    }

    /* featured thumb reduced */
    .bs-featured .thumb {
        height: 120px;
        border-radius: 8px;
    }

    .header__menu {
        padding: 10px 2px !important;
    }

    h4.overview {
        display: none;
    }

    li#menu-item-3369:has(.bs-platform-wrap[style*="display: block"])>a {
        border: 0px !important;
        border-radius: 0px !important;
        padding: 5px 8px;
        text-align: right !important;
        justify-content: flex-end !important;
    }


    .bs-col-wide {
        width: 100% !important;
    }

    .bs-resources-left {
        width: 100% !important;
    }

    .bs-company-grid .bs-col {
        width: 100% !important;
    }

    .bs-mega-wrap.bs-star-wrap .bs-mobile-top {
        border-bottom: 2px solid;
        border-image-source: linear-gradient(90.17deg, #DE6143 0.3%, #EC9EDD 69.08%);
        border-image-slice: 1;
        line-height: 30px;
    }

    .bs-mega-wrap.bs-platform-wrap .bs-mobile-top {
        border-bottom: 2px solid #E4CD64;
        line-height: 30px;
    }

    .bs-mega-wrap.bs-resources-wrap .bs-mobile-top {
        border-bottom: 2px solid #E48973;
        line-height: 30px;
    }

    .bs-mega-wrap.bs-company-wrap .bs-mobile-top {
        border-bottom: 0px;
        line-height: 30px;
    }

    .bs-mega-wrap.bs-resources-wrap a.book-demo-btn {
        background: #E48973 !important;
    }

    .bs-mega-wrap.bs-platform-wrap a.book-demo-btn {
        background: #E4CD64 !important;
    }

    .bs-mega-wrap .menu-footer {
        display: flex;
        justify-content: center;
        padding: 14px 16px;
        border-top: 1px solid rgba(47, 51, 67, 0.04);
        background: transparent;
    }

    .bs-mega-wrap.bs-resources-wrap {
        max-height: 500px !important;
        height: 500px !important;
    }

    .bs-mega-wrap .menu-footer .book-demo-btn {
        width: 92%;
        max-width: 420px;
        display: inline-block;
        text-align: center;
        padding: 12px 16px;
        border-radius: 22px;
        background: linear-gradient(90deg, #F2A6D9 6%, #E884D5 94%) !important;
        color: #ffffff !important;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0 6px 18px rgba(232, 132, 213, 0.12);
    }

}

@media (min-width: 769px) {
    .bs-mobile-top {
        display: none !important;
    }

    .bs-mega-wrap .menu-footer {
        display: none !important;
    }

}

.c-top-bar.header__top-bar {
    display: none;
}

.brightstar-section p {
    font-size: 20px !important;
}

.brightstar-section h1 {
    font-size: 44px !important;
}

p {
    font-size: 18px !important;
}

/* css for Bright Star Away */


.page-id-2833 h1.c-title.c-section-header__title.default {
    font-size: 32px;
}

.page-id-2833 .c-text>:not(:last-child) {
    margin-bottom: 12px;
}

.page-id-2833 .b-form-and-text--layout-reverse .b-form-and-text__entry .c-text {
    color: var(--color-blue-800);
    padding-top: 15px;
}

.page-id-2833 .b-form-and-text__entry {
    flex-direction: column;
    gap: 0px;
    display: flex;
}

.page-id-2833 .b-form-and-text {
    padding-block: 80px;
}

.page-id-2833 .bright-start-away-form h1.c-title.c-section-header__title.default::before {
    content: "";
    width: 166px;
    height: 48px;
    background-image: var(--wpr-bg-07a5a860-d10d-48ac-8d1b-f9ab2a2e849e);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
    vertical-align: middle;
    display: block;
    margin-bottom: 20px;
}

.page-id-2833 .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    margin: 0 0 0 220px;
    padding-top: 30px;
}

.page-id-2833 .b-text-columns__item--variation-colorful {
    position: relative;
    background: linear-gradient(to bottom left, #E25BC5 0%, #E0C550 100%);
    color: #fff;
    border-radius: 32px;
}

.page-id-2833 .c-text.c-text--style-star-in-circle-list ul li {
    color: #fff;
}

.page-id-2833 .b-text-columns__item--variation-gray {
    border: 1px solid var(--color-blue-300);
    background: #F1F4F7;
    border-radius: 32px;
}

.page-id-2833 .b-text-columns__item--variation-gray ul li {
    font-weight: 600;
    color: #474A5D;
}

.page-id-2833 .b-text-columns__item:has(.c-text--style-x-in-circle-list) .c-title {
    color: #474A5D;
}

.page-id-2833 .b-form-and-text__body {
    width: 643px;
}

.page-id-2833 .c-text--style-x-in-circle-list ul li:before {
    background-image: var(--wpr-bg-45f80cfd-bb4b-466f-b2cc-44733717da1d);
}

.page-id-2833 h3.wp-block-heading.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-3b1cdb6fc8db72d967d329dfcbe113fb {
    max-width: 1130px;
    margin: 0 auto;
}


.page-id-2833 .c-background__color {
    background: var(--wpr-bg-581da076-4d7d-4204-b9db-d214e2e9947b);
    background-size: cover;
}

.page-id-2833 .c-cta__col.c-cta__col--media {
    display: none;
}

.page-id-2833 .c-buttons-or-form .c-btn {
    background-color: #EF5737;
}

.page-id-2833 .wp-block-columns.choose-us.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    padding-top: 30px;
    max-width: 1120px;
    margin: 0 auto;
}

.page-id-2833 h3.wp-block-heading.has-text-align-left.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-5ec2598a4acd2121ea7ad483df6143b2 {
    padding-top: 80px;
    max-width: 1120px;
    margin: 0 auto;
}

.page-id-2833 .b-text-columns__item--variation-colorful:before {
    background-image: none;
}

img.wp-image-2920 {
    padding-top: 68px;
}

.page-id-2833 ol.wp-block-list.has-background {
    border: 4px solid transparent;
    border-radius: 24px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(to bottom left, #E25BC5 0%, #E0C550 50%, #DE6143 100%) border-box !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 20px 30px;
    list-style-position: inside;
    width: 382px;
    margin-bottom: 30px;
}

.page-id-2833 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    flex-grow: 1;
}

.page-id-2833 ol.wp-block-list.has-background li {
    border-bottom: 2px solid #D1D2D6;
    padding: 6px 0;
    color: #474A5D;
    text-shadow: 1px 1px 1px #474A5D;
    font-weight: 500;
}

.page-id-2833 p.has-text-color.has-link-color.wp-elements-c53c9c34c0d8f1c37f0260d9b5619e70 {
    width: 382px;
}

ol.wp-block-list.has-background li:last-child {
    border-bottom: none;
}

.page-id-2833 h3.wp-block-heading.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-5bc9bfaa149167e85ce7482b4286c30a {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 80px;
}

.brand img {
    width: 123px !important;
    height: 36px !important;
}

/* css for mobile */

@media (max-width: 768px) {

    .page-id-2833 .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
        padding-left: 15px;
    }

    .page-id-2833 h3.wp-block-heading.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-3b1cdb6fc8db72d967d329dfcbe113fb {
        padding-left: 15px;
    }

    .page-id-2833 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
        padding-left: 15px;
        padding-top: 15px;
    }

    .page-id-2833 h2.c-title.c-section-header__title.default {
        font-size: 28px;
    }

    .page-id-2833 .b-form-and-text {
        padding-bottom: 0px !important;
    }

    .page-id-2833 .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        margin: 0 0 0 0px;
        padding-top: 0px;
    }

    .b-form-and-text__inner {
        display: flex;
        flex-direction: column;
    }

    .page-id-2833 h3.wp-block-heading.has-text-align-left.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-e52b29ddc7d9790721abe9f6effc5b2d {

        padding-left: 15px;
    }

    .brand img {
        width: 123px !important;
        height: 36px !important;
    }

    .page-id-2833 .c-section-header--align-center {
        text-align: left;
        align-items: center;
    }

    h3.wp-block-heading.has-text-align-left.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-5ec2598a4acd2121ea7ad483df6143b2::after {
        content: "";
        width: 343px;
        height: 157px;
        background-image: var(--wpr-bg-748a6316-20af-4e56-bd76-885ae3c22b5e);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
        display: block;
        margin-top: 68px;
        padding-left: 15px;
    }

    h3.wp-block-heading.has-text-align-left.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-5ec2598a4acd2121ea7ad483df6143b2 {
        padding-left: 15px;
    }

    h3.wp-block-heading.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-5bc9bfaa149167e85ce7482b4286c30a {
        padding-left: 15px;
    }

    .page-id-2833 figure.aligncenter.size-large {
        display: none;
    }

    .page-id-2833 .b-testimonials {
        margin-block: inherit;
        margin-top: 80px;
    }

    .page-id-2833 .b-form-and-text__body {
        width: 370px;
    }

    .page-id-2833 h3.wp-block-heading.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-1e0141a2ace3accc6e0c688864c23ebc {
        padding-left: 15px;
    }

    .page-id-2833 ol.wp-block-list.has-background {
        width: 360px;
        margin-top: 30px;
    }

    .page-id-2833 .c-text p:nth-child(4) {
        position: absolute;
        padding-top: 680px;
    }

    .page-id-2833 .c-text p:nth-child(5) {
        position: absolute;
        padding-top: 740px;
    }

    .page-id-2833 .b-logo-slider {
        padding-top: 200px !important;
    }

    .page-id-2833 section#b-form-and-text-434273 {
        padding-top: 0px !important;
    }

    .b-form-and-text__body,
    .b-form-and-text__form {
        width: 100%;
    }

    /* Order for mobile layout */
    .b-form-and-text__body {
        order: 1;
        display: flex;
        flex-direction: column;
    }

    .b-form-and-text__form {
        order: 2;
    }

}


/*css for Author pages */


.page-id-2934 .c-media__element.c-media__element--type-image.c-media__element--all img {
    width: 357px;
    height: 357px;
}

.page-id-2934 .b-side-by-side-text-and-media__body {

    justify-content: flex-start;
}

.page-id-2934 .b-side-by-side-text-and-media__body {
    gap: 0px;
}

.page-id-2940 .c-media__element.c-media__element--type-image.c-media__element--all img {
    width: 357px;
    height: 357px;
}

.page-id-2940 .b-side-by-side-text-and-media__body {

    justify-content: flex-start;
}

.page-id-2940 .b-side-by-side-text-and-media__body {
    gap: 0px;
}

.page-id-2947 .c-media__element.c-media__element--type-image.c-media__element--all img {
    width: 357px;
    height: 357px;
}

.page-id-2947 .b-side-by-side-text-and-media__body {

    justify-content: flex-start;
}

.page-id-2947 .b-side-by-side-text-and-media__body {
    gap: 0px;
}

/*css for bright-vs-invicti-nov-2025 */

.page-id-2916 h3.wp-block-heading.has-text-align-left.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-f541e69b77b0c2df01292b5d447fc07f {
    max-width: 1130px;
    margin: 0 auto;
}

.page-id-2916 .wp-block-columns.choose-us.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    padding-top: 30px;
    max-width: 1120px;
    margin: 0 auto;
}

.page-id-2916 h3.wp-block-heading.has-text-align-left.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-5ec2598a4acd2121ea7ad483df6143b2 {
    padding-top: 80px;
    max-width: 1120px;
    margin: 0 auto;
}

img.wp-image-2729 {
    padding-top: 68px;
}

.page-id-2916 h3.wp-block-heading.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-5bc9bfaa149167e85ce7482b4286c30a {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 80px;
}

.page-id-2916 .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    margin: 0 0 0 220px;
    padding-top: 30px;
}

.page-id-2916 ol.wp-block-list.has-background {
    border: 4px solid transparent;
    border-radius: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 20px 30px;
    list-style-position: inside;
    width: 382px;
    margin-bottom: 30px;
}

.page-id-2916 p.has-text-color.has-link-color.wp-elements-c53c9c34c0d8f1c37f0260d9b5619e70 {
    width: 382px;
}

/* css for ai-driven-code-entrypoint-discovery */
.page-id-2972 .ai-driven-banner .b-side-by-side-text-and-media__col--entry .c-section-header__title.default {
    --title-font-weight: 400 !important;
}

.page-id-2972 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

.page-id-2972 h2.c-title.c-section-header__title.default {
    text-align: left;
    font-size: 40px;
    color: #474A5D !important;
}

.Capabilities {
    padding: 32px;
    border-radius: 24px;
}

.page-id-2972 h3.c-title.c-section-header__title.default {
    font-size: 32px;
    color: #474A5D;
    font-weight: 600 !important;
}

.page-id-2972 .c-text strong {
    color: #474A5D !important;
}

.page-id-2972 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    margin: 0 auto;
    max-width: 1120px;
    padding-top: 52px;
    gap: 50px;
}

.page-id-2972 .our-capibilities p {
    padding-top: 24px;
}

.page-id-2972 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 148px;
}

.page-id-2972 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

.page-id-2972 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

.page-id-2972 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-2972 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

.ai-driven-cta {
    margin-top: 200px;
    margin-bottom: 320px;
	height: auto !important;
}

.page-id-2972 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-2972 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f::before {
    content: "";
    background-image: var(--wpr-bg-bf7d9edb-8f14-4d98-a635-a49903a8caf9);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-2972 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8 {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-2972 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8::before {
    content: "";
    background-image: var(--wpr-bg-d687d2f8-f3cf-44b2-983e-99b97ebd2ffa);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-2972 .Capabilities:nth-child(1):hover {
    background: #EFE2A0 !important;
}

.page-id-2972 .Capabilities:nth-child(2):hover {
    background: #F4CCED !important;
}

.page-id-2972 .use-cases-ai-driven1 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-2972 .use-cases-ai-driven1:hover {
    background: #F4CCED !important;
}

.page-id-2972 .use-cases-ai-driven2:hover {
    background: #F3D1C8 !important;
}

.page-id-2972 .use-cases-ai-driven3:hover {
    background: #EFE2A0 !important;
}

.page-id-2972 .use-cases-ai-driven4:hover {
    background: #F4CCED !important;
}

.page-id-2972 .use-cases-ai-driven2 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-2972 .use-cases-ai-driven3 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-2972 .use-cases-ai-driven4 {
    padding: 32px;
    border-radius: 24px;
}

/*css of mobile for ai-driven-code-entrypoint-discovery  */
@media (max-width: 768px) {
    .page-id-2972 h2.c-title.c-section-header__title.default {
        font-size: 24px;
        color: #2F3551 !important;
        font-weight: 700;
    }

    .comprehensive-visibility p {
        font-size: 16px !important;
    }

    .b-centered-text {
        padding-block: 0px !important;
    }

    .page-id-2972 .Capabilities {
        margin: 16px;
    }

    .page-id-2972 .Capabilities p {
        font-size: 12px !important;
    }

    .page-id-2972 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        gap: 15px;
        padding-top: 15px;
    }

    .page-id-2972 h3.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-2972 .ai-driven-banner .container.c-block__content p {
        text-align: center;
        font-size: 12px !important;
    }

    .page-id-2972 .b-centered-text .c-section-header {
        margin-bottom: -10px !important;
    }

    .page-id-2972 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
        padding-left: 16px;
        padding-top: 0px;
        font-size: 24px !important;
    }

    .page-id-2972 .Capabilities h3 {
        font-size: 20px !important;
    }

    .key-benefits p {
        text-align: center !important;
        font-size: 12px !important;
    }

    .page-id-2972 .our-capibilities p {
        font-size: 12px !important;
    }

    .ai-driven-cta {
        margin-top: 96px;
        margin-bottom: 224px;
    }

    .page-id-2972 .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-2972 .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-2972 .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-2972 .ai-driven-banner .c-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .page-id-2972 h1.c-title.c-section-header__title.default {
        text-align: center;
        font-size: 28px;
    }

    .page-id-2972 .use-cases-ai-driven1 {
        margin: 16px;
    }

    .page-id-2972 .use-cases-ai-driven2 {
        margin: 16px;
    }

    .page-id-2972 .use-cases-ai-driven3 {
        margin: 16px;
    }

    .page-id-2972 .use-cases-ai-driven4 {
        margin: 16px;
    }

    .page-id-2972 .use-cases-ai-driven1 h3 {
        font-size: 20px !important;
    }

    .page-id-2972 .use-cases-ai-driven2 h3 {
        font-size: 20px !important;
    }

    .page-id-2972 .use-cases-ai-driven3 h3 {
        font-size: 20px !important;
    }

    .page-id-2972 .use-cases-ai-driven4 h3 {
        font-size: 20px !important;
    }

    .ai-driven-cta p {
        font-size: 12px !important;
    }

    .page-id-2972 .b-oob.c-background__color,
    .c-background__media {
        top: 50px;
    }
}

/* css for function-level-dynamic-vulnerability-detection-precision-security */
.page-id-2996 .ai-driven-banner .b-side-by-side-text-and-media__col--entry .c-section-header__title.default {
    --title-font-weight: 400 !important;
}

.page-id-2996 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

.page-id-2996 h2.c-title.c-section-header__title.default {
    text-align: left;
    font-size: 40px;
    color: #474A5D !important;
}

.Capabilities {
    padding: 32px;
    border-radius: 24px;
}

.page-id-2996 h3.c-title.c-section-header__title.default {
    font-size: 32px;
    color: #474A5D;
    font-weight: 600 !important;
}

.page-id-2996 .c-text strong {
    color: #474A5D !important;
}

.page-id-2996 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    margin: 0 auto;
    max-width: 1120px;
    padding-top: 52px;
    gap: 50px;
}

.page-id-2996 .our-capibilities p {
    padding-top: 24px;
}

.page-id-2996 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 148px;
}

.page-id-2996 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

.page-id-2996 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

.page-id-2996 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-2996 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

.ai-driven-cta {
    margin-top: 200px;
    margin-bottom: 320px;
	height: auto !important;
}

.page-id-2996 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-2996 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f::before {
    content: "";
    background-image: var(--wpr-bg-a5fdf2fe-e34a-40c5-a95d-780c04dd077b);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-2996 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8 {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-2996 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8::before {
    content: "";
    background-image: var(--wpr-bg-6f9ea4e3-c5c1-4e9f-be7f-d3207d7c609e);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-2996 .Capabilities:nth-child(1):hover {
    background: #EFE2A0 !important;
}

.page-id-2996 .Capabilities:nth-child(2):hover {
    background: #F4CCED !important;
}

.page-id-2996 .use-cases-ai-driven1 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-2996 .use-cases-ai-driven1:hover {
    background: #F4CCED !important;
}

.page-id-2996 .use-cases-ai-driven2:hover {
    background: #F3D1C8 !important;
}

.page-id-2996 .use-cases-ai-driven3:hover {
    background: #EFE2A0 !important;
}

.page-id-2996 .use-cases-ai-driven4:hover {
    background: #F4CCED !important;
}

.page-id-2996 .use-cases-ai-driven2 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-2996 .use-cases-ai-driven3 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-2996 .use-cases-ai-driven4 {
    padding: 32px;
    border-radius: 24px;
}

/*css of mobile for function-level-dynamic-vulnerability-detection-precision-security  */
@media (max-width: 768px) {
    .page-id-2996 h2.c-title.c-section-header__title.default {
        font-size: 24px;
        color: #2F3551 !important;
        font-weight: 700;
    }

    .comprehensive-visibility p {
        font-size: 16px !important;
    }

    .b-centered-text {
        padding-block: 0px !important;
    }

    .page-id-2996 .Capabilities {
        margin: 16px;
    }

    .page-id-2996 .Capabilities p {
        font-size: 12px !important;
    }

    .page-id-2996 .b-centered-text__inner {
        gap: 20px;
    }

    .page-id-2996 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        gap: 15px;
        padding-top: 15px;
    }

    .page-id-2996 h3.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-2996 .ai-driven-banner .container.c-block__content p {
        text-align: center;
        font-size: 12px !important;
    }

    .page-id-2996 .b-centered-text .c-section-header {
        margin-bottom: -10px !important;
    }

    .page-id-2996 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
        padding-left: 16px;
        padding-top: 0px;
        font-size: 24px !important;
    }

    .page-id-2996 .Capabilities h3 {
        font-size: 20px !important;
    }

    .key-benefits p {
        text-align: center !important;
        font-size: 12px !important;
    }

    .page-id-2996 .our-capibilities p {
        font-size: 12px !important;
    }

    .ai-driven-cta {
        margin-top: 96px;
        margin-bottom: 224px;
    }

    .page-id-2996 .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-2996 .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-2996 .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-2996 .ai-driven-banner .c-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .page-id-2996 h1.c-title.c-section-header__title.default {
        text-align: center;
        font-size: 28px;
    }

    .page-id-2996 .use-cases-ai-driven1 {
        margin: 16px;
    }

    .page-id-2996 .use-cases-ai-driven2 {
        margin: 16px;
    }

    .page-id-2996 .use-cases-ai-driven3 {
        margin: 16px;
    }

    .page-id-2996 .use-cases-ai-driven4 {
        margin: 16px;
    }

    .page-id-2996 .use-cases-ai-driven1 h3 {
        font-size: 20px !important;
    }

    .page-id-2996 .use-cases-ai-driven2 h3 {
        font-size: 20px !important;
    }

    .page-id-2996 .use-cases-ai-driven3 h3 {
        font-size: 20px !important;
    }

    .page-id-2996 .use-cases-ai-driven4 h3 {
        font-size: 20px !important;
    }

    .ai-driven-cta p {
        font-size: 12px !important;
    }
}

/* css for ai-powered-remediation-validation-loop-intelligent-fixes*/
.page-id-3005 .ai-driven-banner .b-side-by-side-text-and-media__col--entry .c-section-header__title.default {
    --title-font-weight: 400 !important;
}

.page-id-3005 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

.page-id-3005 h2.c-title.c-section-header__title.default {
    text-align: left;
    font-size: 40px;
    color: #474A5D !important;
}

.page-id-3005 h3.c-title.c-section-header__title.default {
    font-size: 32px;
    color: #474A5D;
    font-weight: 600 !important;
}

.page-id-3005 .c-text strong {
    color: #474A5D !important;
}

.page-id-3005 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    margin: 0 auto;
    max-width: 1120px;
    padding-top: 52px;
    gap: 50px;
}

.page-id-3005 .our-capibilities p {
    padding-top: 24px;
}

.page-id-3005 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 148px;
}

.page-id-3005 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

.page-id-3005 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

.page-id-3005 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-3005 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

.ai-driven-cta {
    margin-top: 120px;
    margin-bottom: 120px;
}

.page-id-3005 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3005 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f::before {
    content: "";
    background-image: var(--wpr-bg-4d14fcf6-f25e-45af-aad8-9d6b65fac95d);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3005 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8 {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3005 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8::before {
    content: "";
    background-image: var(--wpr-bg-2e70ffb2-f4d9-4d3b-bb0b-ef4d6a83654d);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3005 .Capabilities:nth-child(1):hover {
    background: #EFE2A0 !important;
}

.page-id-3005 .Capabilities:nth-child(2):hover {
    background: #F4CCED !important;
}

.page-id-3005 .use-cases-ai-driven1 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3005 .use-cases-ai-driven1:hover {
    background: #F4CCED !important;
}

.page-id-3005 .use-cases-ai-driven2:hover {
    background: #F3D1C8 !important;
}

.page-id-3005 .use-cases-ai-driven3:hover {
    background: #EFE2A0 !important;
}

.page-id-3005 .use-cases-ai-driven4:hover {
    background: #F4CCED !important;
}

.page-id-3005 .use-cases-ai-driven2 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3005 .use-cases-ai-driven3 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3005 .use-cases-ai-driven4 {
    padding: 32px;
    border-radius: 24px;
}

/*css of mobile for ai-powered-remediation-validation-loop-intelligent-fixes  */
@media (max-width: 768px) {
    .page-id-3005 .b-centered-text__inner {
        gap: 20px;
    }

    .page-id-3005 h2.c-title.c-section-header__title.default {
        font-size: 24px;
        color: #2F3551 !important;
        font-weight: 700;
    }

    .comprehensive-visibility p {
        font-size: 16px !important;
    }

    .b-centered-text {
        padding-block: 0px !important;
    }

    .page-id-3005 .Capabilities {
        margin: 16px;
    }

    .page-id-3005 .Capabilities p {
        font-size: 12px !important;
    }

    .page-id-3005 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        gap: 15px;
        padding-top: 15px;
    }

    .page-id-3005 h3.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3005 .ai-driven-banner .container.c-block__content p {
        text-align: center;
        font-size: 12px !important;
    }

    .page-id-3005 .b-centered-text .c-section-header {
        margin-bottom: -10px !important;
    }

    .page-id-3005 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
        padding-left: 16px;
        padding-top: 0px;
        font-size: 24px !important;
    }

    .page-id-3005 .Capabilities h3 {
        font-size: 20px !important;
    }

    .key-benefits p {
        text-align: center !important;
        font-size: 12px !important;
    }

    .page-id-3005 .our-capibilities p {
        font-size: 12px !important;
    }

    .ai-driven-cta {
        margin-top: 96px;
        margin-bottom: 224px;
        padding-bottom: 0px;
    }

    .page-id-3005 .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3005 .key-benefits strong {
        text-align: center !important;
        font-size: 12px !important;
    }

    .page-id-3005 .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3005 .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3005 .ai-driven-banner .c-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .page-id-3005 h1.c-title.c-section-header__title.default {
        text-align: center;
        font-size: 28px;
    }

    .page-id-3005 .use-cases-ai-driven1 {
        margin: 16px;
    }

    .page-id-3005 .use-cases-ai-driven2 {
        margin: 16px;
    }

    .page-id-3005 .use-cases-ai-driven3 {
        margin: 16px;
    }

    .page-id-3005 .use-cases-ai-driven4 {
        margin: 16px;
    }

    .page-id-3005 .use-cases-ai-driven1 h3 {
        font-size: 20px !important;
    }

    .page-id-3005 .use-cases-ai-driven2 h3 {
        font-size: 20px !important;
    }

    .page-id-3005 .use-cases-ai-driven3 h3 {
        font-size: 20px !important;
    }

    .page-id-3005 .use-cases-ai-driven4 h3 {
        font-size: 20px !important;
    }
}

/* css for pull-request-automation */
.page-id-3017 .ai-driven-banner .b-side-by-side-text-and-media__col--entry .c-section-header__title.default {
    --title-font-weight: 400 !important;
}

.page-id-3017 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

.page-id-3017 h2.c-title.c-section-header__title.default {
    text-align: left;
    font-size: 40px;
    color: #474A5D !important;
}

.page-id-3017 h3.c-title.c-section-header__title.default {
    font-size: 32px;
    color: #474A5D;
    font-weight: 600 !important;
}

.page-id-3017 .c-text strong {
    color: #474A5D !important;
}

.page-id-3017 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    margin: 0 auto;
    max-width: 1120px;
    padding-top: 52px;
    gap: 50px;
}

.page-id-3017 .our-capibilities p {
    padding-top: 24px;
}

.page-id-3017 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 148px;
}

.page-id-3017 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

.page-id-3017 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

.page-id-3017 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-3017 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

.ai-driven-cta {
    margin-top: 120px;
    margin-bottom: 120px;
}

.page-id-3017 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3017 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f::before {
    content: "";
    background-image: var(--wpr-bg-9c1b4686-efd8-44f0-97ff-0eedd3a0ea85);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3017 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8 {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3017 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8::before {
    content: "";
    background-image: var(--wpr-bg-26f60555-ab8f-4f30-912a-67a2d83a6876);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3017 .Capabilities:nth-child(1):hover {
    background: #EFE2A0 !important;
}

.page-id-3017 .Capabilities:nth-child(2):hover {
    background: #F4CCED !important;
}

.page-id-3017 .use-cases-ai-driven1 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3017 .use-cases-ai-driven1:hover {
    background: #F4CCED !important;
}

.page-id-3017 .use-cases-ai-driven2:hover {
    background: #F3D1C8 !important;
}

.page-id-3017 .use-cases-ai-driven3:hover {
    background: #EFE2A0 !important;
}

.page-id-3017 .use-cases-ai-driven4:hover {
    background: #F4CCED !important;
}

.page-id-3017 .use-cases-ai-driven2 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3017 .use-cases-ai-driven3 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3017 .use-cases-ai-driven4 {
    padding: 32px;
    border-radius: 24px;
}

/*css of mobile for pull-request-automation  */
@media (max-width: 768px) {
    .page-id-3017 h2.c-title.c-section-header__title.default {
        font-size: 24px;
        color: #2F3551 !important;
        font-weight: 700;
    }

    .page-id-3017 .b-centered-text__inner {
        flex-direction: column;
        gap: 20px;
        display: flex;
    }

    .comprehensive-visibility p {
        font-size: 16px !important;
    }

    .b-centered-text {
        padding-block: 0px !important;
    }

    .page-id-3017 .Capabilities {
        margin: 16px;
    }

    .page-id-3017 .Capabilities p {
        font-size: 12px !important;
    }

    .page-id-3017 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        gap: 15px;
        padding-top: 15px;
    }

    .page-id-3017 h3.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3017 .ai-driven-banner .container.c-block__content p {
        text-align: center;
        font-size: 12px !important;
    }

    .page-id-3017 .b-centered-text .c-section-header {
        margin-bottom: -10px !important;
    }

    .page-id-3017 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
        padding-left: 16px;
        padding-top: 0px;
        font-size: 24px !important;
    }

    .page-id-3017 .Capabilities h3 {
        font-size: 20px !important;
    }

    .key-benefits p {
        text-align: center !important;
        font-size: 12px !important;
    }

    .page-id-3017 .our-capibilities p {
        font-size: 12px !important;
    }

    .ai-driven-cta {
        margin-top: 96px;
        margin-bottom: 224px;
        padding-bottom: 0px;
    }

    .page-id-3017 .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3017 .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3017 .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3017 .ai-driven-banner .c-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .page-id-3017 h1.c-title.c-section-header__title.default {
        text-align: center;
        font-size: 28px;
    }

    .page-id-3017 .use-cases-ai-driven1 {
        margin: 16px;
    }

    .page-id-3017 .use-cases-ai-driven2 {
        margin: 16px;
    }

    .page-id-3017 .use-cases-ai-driven3 {
        margin: 16px;
    }

    .page-id-3017 .use-cases-ai-driven4 {
        margin: 16px;
    }

    .page-id-3017 .use-cases-ai-driven1 h3 {
        font-size: 20px !important;
    }

    .page-id-3017 .use-cases-ai-driven2 h3 {
        font-size: 20px !important;
    }

    .page-id-3017 .use-cases-ai-driven3 h3 {
        font-size: 20px !important;
    }

    .page-id-3017 .use-cases-ai-driven4 h3 {
        font-size: 20px !important;
    }
}

/* css for eliminate-security-tech-debt-automated-remediation-for-a-cleaner-codebase */

.page-id-3028 .ai-driven-banner .b-side-by-side-text-and-media__col--entry .c-section-header__title.default {
    --title-font-weight: 400 !important;
}

.page-id-3028 h2.c-title.c-section-header__title.default {
    text-align: left;
    font-size: 40px;
}

.page-id-3028 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    padding-top: 48px;
}

.page-id-3028 .Capabilities p {
    font-size: 20px;
    padding-top: 24px;
}

.page-id-3028 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3028 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f::before {
    content: "";
    background-image: var(--wpr-bg-d2a151f2-108b-45a1-b480-32578474b7bd);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3028 .eliminate-work1 {
    padding: 24px;
    border-radius: 24px;
    background: #F4CCED;
}

.page-id-3028 .eliminate-work2 {
    padding: 24px;
    border-radius: 24px;
    background: #F3D1C8;
}

.page-id-3028 .eliminate-work3 {
    padding: 24px;
    border-radius: 24px;
}

.page-id-3028 .eliminate-working-step {
    margin-top: 32px !important;
}

.eliminate-work1 p {
    padding-top: 10px !important;
}

.eliminate-work2 p {
    padding-top: 10px !important;
}

.eliminate-work3 p {
    padding-top: 10px !important;
}

.page-id-3028 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8 {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3028 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8::before {
    content: "";
    background-image: var(--wpr-bg-236e8278-3e37-4277-b9c9-debda3ba718c);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3028 .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    max-width: 1120px;
    margin: 0 auto;
    gap: 24px;
}

.page-id-3028 .key-benefits-eliminate .b-side-by-side-text-and-media__body {
    grid-template-columns: none;
}

.page-id-3028 .key-benefits-eliminate .b-side-by-side-text-and-media__body .c-media__image {
    border-radius: 24px !important;
    margin-top: 32px;
}

.page-id-3028 .key-benefits-eliminate .c-background__color {
    border-radius: 32px;
}

.page-id-3028 .key-benefits-eliminate h4.c-title.c-section-header__title.default {
    font-size: 28px;
    text-align: left;
}

.page-id-3028 .key-benefits-eliminate .c-text {
    font-size: 20px;
    color: #757785;
}

.page-id-3028 .key-benefits-eliminate .b-side-by-side-text-and-media {
    height: 560px;
}

.page-id-3028 .key-benefits-eliminate .c-section-header--align-center {
    align-items: flex-start;
}

.page-id-3028 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-dddb239f7f62027b639e23d71fb8c13e {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 128px;
}

.page-id-3028 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-cafe0598ab901075e764fcec1bcf9bbf {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 128px;
}

.page-id-3028 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

.page-id-3028 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

.page-id-3028 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-3028 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

.page-id-3028 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

.page-id-3028 .use-cases-ai-driven1 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3028 .use-cases-ai-driven1:hover {
    background: #F4CCED !important;
}

.page-id-3028 .use-cases-ai-driven2:hover {
    background: #F3D1C8 !important;
}

.page-id-3028 .use-cases-ai-driven3:hover {
    background: #EFE2A0 !important;
}

.page-id-3028 .use-cases-ai-driven4:hover {
    background: #F4CCED !important;
}

.page-id-3028 .use-cases-ai-driven2 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3028 .use-cases-ai-driven3 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3028 .use-cases-ai-driven4 {
    padding: 32px;
    border-radius: 24px;
}

/*css of mobile for eliminate-security-tech-debt-automated-remediation-for-a-cleaner-codebase  */
@media (max-width: 768px) {
    .page-id-3028 .b-centered-text__inner {
        gap: 20px;
    }

    .page-id-3028 h2.c-title.c-section-header__title.default {
        font-size: 24px;
        color: #2F3551 !important;
        font-weight: 700;
    }

    .comprehensive-visibility p {
        font-size: 16px !important;
    }

    .b-centered-text {
        padding-block: 0px !important;
    }

    .page-id-3028 .Capabilities {
        margin: 16px;
    }

    .page-id-3028 .Capabilities p {
        font-size: 12px !important;
    }

    .page-id-3028 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        gap: 15px;
        padding-top: 15px;
    }

    .page-id-3028 h3.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3028 .ai-driven-banner .container.c-block__content p {
        text-align: center;
        font-size: 12px !important;
    }

    .page-id-3028 .b-centered-text .c-section-header {
        margin-bottom: -10px !important;
    }

    .page-id-3028 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-dddb239f7f62027b639e23d71fb8c13e {
        padding-left: 16px;
        padding-top: 10px;
        font-size: 24px !important;
    }

    .page-id-3028 .key-benefits-eliminate .b-side-by-side-text-and-media {
        margin: 16px;
    }

    .page-id-3028 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-cafe0598ab901075e764fcec1bcf9bbf {
        padding-left: 16px;
        padding-bottom: 76px;
        padding-top: 32px;
    }

    .page-id-3028 .Capabilities h3 {
        font-size: 20px !important;
    }

    .key-benefits p {
        text-align: center !important;
        font-size: 12px !important;
    }

    .page-id-3028 .our-capibilities p {
        font-size: 12px !important;
    }

    .ai-driven-cta {
        margin-top: 96px;
        margin-bottom: 224px;
        padding-bottom: 0px;
    }

    .page-id-3028 .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3028 .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3028 .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3028 .ai-driven-banner .c-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .page-id-3028 h1.c-title.c-section-header__title.default {
        text-align: center;
        font-size: 28px;
    }

    .page-id-3028 .key-benefits-eliminate .b-side-by-side-text-and-media {
        height: 446px;
    }

    .page-id-3028 .use-cases-ai-driven1 {
        margin: 16px;
    }

    .page-id-3028 .use-cases-ai-driven2 {
        margin: 16px;
    }

    .page-id-3028 .use-cases-ai-driven3 {
        margin: 16px;
    }

    .page-id-3028 .use-cases-ai-driven4 {
        margin: 16px;
    }

    .page-id-3028 .use-cases-ai-driven1 h3 {
        font-size: 20px !important;
    }

    .page-id-3028 .use-cases-ai-driven2 h3 {
        font-size: 20px !important;
    }

    .page-id-3028 .use-cases-ai-driven3 h3 {
        font-size: 20px !important;
    }

    .page-id-3028 .use-cases-ai-driven4 h3 {
        font-size: 20px !important;
    }
}

/* css for empowering-developers-faster-more-secure-code-delivery */
.ai-driven-banner .b-side-by-side-text-and-media__col--entry .c-section-header__title.default {
    --title-font-weight: 400 !important;
}

h2.c-title.c-section-header__title.default {
    text-align: left;
    font-size: 40px;
}

.wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    padding-top: 48px;
}

.Capabilities p {
    font-size: 20px;
    padding-top: 24px;
}

h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f::before {
    content: "";
    background-image: var(--wpr-bg-2b372052-be69-4c0c-98f0-f182728a077c);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.eliminate-work1 {
    padding: 24px;
    border-radius: 24px;
    background: #F4CCED;
}

.eliminate-work2 {
    padding: 24px;
    border-radius: 24px;
    background: #F3D1C8;
}

.eliminate-work3 {
    padding: 24px;
    border-radius: 24px;
}

.eliminate-working-step {
    margin-top: 32px !important;
}

.eliminate-work1 p {
    padding-top: 10px !important;
}

.eliminate-work2 p {
    padding-top: 10px !important;
}

.eliminate-work3 p {
    padding-top: 10px !important;
}

h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8 {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.Capabilities:nth-child(1):hover {
    background: #EFE2A0 !important;
}

.Capabilities:nth-child(2):hover {
    background: #F4CCED !important;
}

h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8::before {
    content: "";
    background-image: var(--wpr-bg-a49eef58-fafa-49ef-957e-ca54662f428d);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

 .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    max-width: 1120px;
    margin: 0 auto;
    gap: 24px;
}

 .key-benefits-eliminate .b-side-by-side-text-and-media__body {
    grid-template-columns: none;
    gap: 20px;
}

.page-id-7037 .b-side-by-side-text-and-media:first-child {
    margin-block: 0px 70px;
}

 .key-benefits-eliminate .b-side-by-side-text-and-media__body .c-media__image {
    border-radius: 24px !important;
    margin-top: 32px;
}

 .key-benefits-eliminate .c-background__color {
    border-radius: 32px;
}

 .key-benefits-eliminate h4.c-title.c-section-header__title.default {
    font-size: 28px;
    text-align: left;
}

 .key-benefits-eliminate .c-text {
    font-size: 20px;
    color: #757785;
}

 .key-benefits-eliminate .b-side-by-side-text-and-media {
    height: 560px;
}

 .key-benefits-eliminate .c-section-header--align-center {
    align-items: flex-start;
}

 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-dddb239f7f62027b639e23d71fb8c13e {
    max-width: 1120px;
    margin: 0 auto;
    padding: 128px 0PX;
}

 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-cafe0598ab901075e764fcec1bcf9bbf {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 128px;
}

 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

/*css of mobile for empowering-developers-faster-more-secure-code-delivery  */
@media (max-width: 768px) {
     .b-centered-text__inner {
        gap: 20px;
    }

     h2.c-title.c-section-header__title.default {
        font-size: 24px;
        color: #2F3551 !important;
        font-weight: 700;
    }

    .comprehensive-visibility p {
        font-size: 16px !important;
    }

    .b-centered-text {
        padding-block: 0px !important;
    }

     .Capabilities {
        margin: 16px;
    }

     .Capabilities p {
        font-size: 12px !important;
    }

     .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        gap: 15px;
        padding-top: 15px;
    }

     h3.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

     .ai-driven-banner .container.c-block__content p {
        text-align: center;
        font-size: 12px !important;
    }

     .b-centered-text .c-section-header {
        margin-bottom: -10px !important;
    }

     h3.wp-block-heading.has-text-color.has-link-color.wp-elements-dddb239f7f62027b639e23d71fb8c13e {
        font-size: 24px !important;
        padding: 10px 0px 30px 16px !important;
    }

     .key-benefits-eliminate .b-side-by-side-text-and-media {
        margin: 16px;
    }

     h3.wp-block-heading.has-text-color.has-link-color.wp-elements-cafe0598ab901075e764fcec1bcf9bbf {
        font-size: 24px !important;
        padding-bottom: 56px;
        padding-top: 32px;
        padding-left: 16px;
    }

     .Capabilities h3 {
        font-size: 20px !important;
    }

    .key-benefits p {
        text-align: center !important;
        font-size: 12px !important;
    }

     .our-capibilities p {
        font-size: 12px !important;
    }

    .ai-driven-cta {
        margin-top: 96px;
        margin-bottom: 224px;
        padding-bottom: 0px;
		height: auto !important;
    }

     .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

     .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

     .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

     .ai-driven-banner .c-buttons {
        flex-direction: row;
        justify-content: center;
    }

     h1.c-title.c-section-header__title.default {
        text-align: center;
        font-size: 28px;
    }

     .key-benefits-eliminate .b-side-by-side-text-and-media {
        height: 446px;
    }

    .key-benefits-eliminate h4 {
        font-size: 20px !important;
    }

    .key-benefits-eliminate p {
        font-size: 12px !important;
    }
}

/* css fo rapid-ai-compliance-easy-deployment-achieve-ai-compliance-in-minutes */
.page-id-3069 .ai-driven-banner .b-side-by-side-text-and-media__col--entry .c-section-header__title.default {
    --title-font-weight: 400 !important;
}

.page-id-3069 h2.c-title.c-section-header__title.default {
    text-align: left;
    font-size: 40px;
}

.page-id-3069 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    padding-top: 48px;
}

.page-id-3069 .Capabilities p {
    font-size: 20px;
    padding-top: 24px;
}

.page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3069 .wp-block-image {
    margin: 0;
}

.page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f::before {
    content: "";
    background-image: var(--wpr-bg-225fe9c6-d2f5-46b3-8664-d8da812e1075);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3069 .eliminate-work1 {
    padding: 24px;
    border-radius: 24px;
    background: #F4CCED;
}

.page-id-3069 .eliminate-work2 {
    padding: 24px;
    border-radius: 24px;
    background: #F3D1C8;
}

.page-id-3069 .eliminate-work3 {
    padding: 24px;
    border-radius: 24px;
}

.page-id-3069 .eliminate-working-step {
    margin-top: 0px !important;
}

.eliminate-work1 p {
    padding-top: 10px !important;
}

.eliminate-work2 p {
    padding-top: 10px !important;
}

.eliminate-work3 p {
    padding-top: 10px !important;
}

.page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8 {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8::before {
    content: "";
    background-image: var(--wpr-bg-bdc79736-5d72-4ef5-98fe-4c5655ca2002);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 38%;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3069 .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    max-width: 1120px;
    margin: 0 auto;
    gap: 24px;
}

.page-id-3069 .key-benefits-eliminate .b-side-by-side-text-and-media__body {
    grid-template-columns: none;
}

.page-id-3069 .key-benefits-eliminate .b-side-by-side-text-and-media__body .c-media__image {
    border-radius: 24px !important;
    margin-top: 32px;
}

.page-id-3069 .key-benefits-eliminate .c-background__color {
    border-radius: 32px;
}

.page-id-3069 .key-benefits-eliminate h4.c-title.c-section-header__title.default {
    font-size: 28px;
    text-align: left;
}

.page-id-3069 .key-benefits-eliminate .c-text {
    font-size: 20px;
    color: #757785;
}

.page-id-3069 .key-benefits-eliminate .b-side-by-side-text-and-media {
    height: 560px;
}

.page-id-3069 .key-benefits-eliminate .c-section-header--align-center {
    align-items: flex-start;
}

.page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-dddb239f7f62027b639e23d71fb8c13e {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 128px;
}

.page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-cafe0598ab901075e764fcec1bcf9bbf {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 128px;
}

.page-id-3069 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

.page-id-3069 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

.page-id-3069 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-3069 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

.page-id-3069 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

/*css of mobile for rapid-ai-compliance-easy-deployment-achieve-ai-compliance-in-minutes  */
@media (max-width: 768px) {
    .page-id-3069 .b-centered-text__inner {
        gap: 20px;
    }

    .page-id-3069 h2.c-title.c-section-header__title.default {
        font-size: 24px;
        color: #2F3551 !important;
        font-weight: 700;
    }

    .comprehensive-visibility p {
        font-size: 16px !important;
    }

    .b-centered-text {
        padding-block: 0px !important;
    }

    .page-id-3069 .Capabilities {
        margin: 16px;
    }

    .page-id-3069 .Capabilities p {
        font-size: 12px !important;
    }

    .page-id-3069 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        gap: 15px;
        padding-top: 15px;
    }

    .page-id-3069 h3.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3069 .ai-driven-banner .container.c-block__content p {
        text-align: center;
        font-size: 12px !important;
    }

    .page-id-3069 .b-centered-text .c-section-header {
        margin-bottom: -10px !important;
    }

    .page-id-3069 .wp-block-image img {
        display: none;
    }

    .eliminate-works {
        background-image: var(--wpr-bg-198f7279-53f8-46fc-af2a-690e7b95c1cc);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }

    .page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-dddb239f7f62027b639e23d71fb8c13e {
        padding-left: 16px;
        padding-top: 10px;
        font-size: 24px !important;
    }

    .page-id-3069 .key-benefits-eliminate .b-side-by-side-text-and-media {
        margin: 16px;
    }

    .page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-cafe0598ab901075e764fcec1bcf9bbf {
        padding-left: 16px;
        padding-bottom: 96px;
        padding-top: 32px;
    }

    .page-id-3069 .Capabilities h3 {
        font-size: 20px !important;
    }

    .key-benefits p {
        text-align: center !important;
        font-size: 12px !important;
    }

    .page-id-3069 .our-capibilities p {
        font-size: 12px !important;
    }

    .ai-driven-cta {
        margin-top: 96px;
        margin-bottom: 224px;
        padding-bottom: 0px;
		height: auto !important;
    }

    .page-id-3069 .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3069 .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3069 .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3069 .ai-driven-banner .c-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .page-id-3069 h1.c-title.c-section-header__title.default {
        text-align: center;
        font-size: 28px;
    }

    .page-id-3069 .key-benefits-eliminate .b-side-by-side-text-and-media {
        height: 446px;
    }

    .key-benefits-eliminate h4 {
        font-size: 20px !important;
    }

    .key-benefits-eliminate p {
        font-size: 12px !important;
    }

    .page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8::before {
        content: "";
        background-image: var(--wpr-bg-f462ea7e-91f2-41ca-8532-e44445bbf1e5);

        left: 20%;
    }

    .page-id-3069 .b-centered-text {
        padding-block: 10px !important;
    }
}

/* css fo secure-shadow-apis-undocumented-endpoints-unmask-secure */
.page-id-3227 .ai-driven-banner .b-side-by-side-text-and-media__col--entry .c-section-header__title.default {
    --title-font-weight: 400 !important;
}

.page-id-3227 h2.c-title.c-section-header__title.default {
    text-align: left;
    font-size: 40px;
}

.page-id-3227 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    padding-top: 48px;
}

.page-id-3227 .Capabilities p {
    font-size: 20px;
    padding-top: 24px;
}

.page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3227 .wp-block-image {
    margin: 0;
}

.page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f::before {
    content: "";
    background-image: var(--wpr-bg-0f67ae8c-db27-4db3-85eb-42c937731389);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3227 .eliminate-work1 {
    padding: 24px;
    border-radius: 24px;
    background: #F4CCED;
}

.page-id-3227 .eliminate-work2 {
    padding: 24px;
    border-radius: 24px;
    background: #F3D1C8;
}

.page-id-3227 .eliminate-work3 {
    padding: 24px;
    border-radius: 24px;
}

.page-id-3227 .eliminate-working-step {
    margin-top: 0px !important;
}

.eliminate-work1 p {
    padding-top: 10px !important;
}

.eliminate-work2 p {
    padding-top: 10px !important;
}

.eliminate-work3 p {
    padding-top: 10px !important;
}

.page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9a23ea3551149f35d4330e5ab6e1af1c {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9a23ea3551149f35d4330e5ab6e1af1c::before {
    content: "";
    background-image: var(--wpr-bg-5ae4ba9c-5990-4280-bec8-1488d3b29d00);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 19%;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3227 .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    max-width: 1120px;
    margin: 0 auto;
    gap: 24px;
}

.page-id-3227 .key-benefits-eliminate .b-side-by-side-text-and-media__body {
    grid-template-columns: none;
}

.page-id-3227 .key-benefits-eliminate .b-side-by-side-text-and-media__body .c-media__image {
    border-radius: 24px !important;
    margin-top: 32px;
}

.page-id-3227 .key-benefits-eliminate .c-background__color {
    border-radius: 32px;
}

.page-id-3227 .key-benefits-eliminate h4.c-title.c-section-header__title.default {
    font-size: 28px;
    text-align: left;
}

.page-id-3227 .key-benefits-eliminate .c-text {
    font-size: 20px;
    color: #757785;
}

.page-id-3227 .key-benefits-eliminate .b-side-by-side-text-and-media {
    height: 560px;
}

.page-id-3227 .key-benefits-eliminate .c-section-header--align-center {
    align-items: flex-start;
}

.page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-dddb239f7f62027b639e23d71fb8c13e {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 128px;
}

.page-id-3227 .comprehensive-visibility p {
    font-size: 24px;
}

.page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 128px;
}

.page-id-3227 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

.page-id-3227 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

.page-id-3227 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-3227 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

.page-id-3227 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

.page-id-3227 .use-cases-ai-driven1 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3227 .use-cases-ai-driven1:hover {
    background: #F4CCED !important;
}

.page-id-3227 .use-cases-ai-driven2:hover {
    background: #F3D1C8 !important;
}

.page-id-3227 .use-cases-ai-driven3:hover {
    background: #EFE2A0 !important;
}

.page-id-3227 .use-cases-ai-driven4:hover {
    background: #F4CCED !important;
}

.page-id-3227 .use-cases-ai-driven2 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3227 .use-cases-ai-driven3 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3227 .use-cases-ai-driven4 {
    padding: 32px;
    border-radius: 24px;
}

/*css of mobile for secure-shadow-apis-undocumented-endpoints-unmask-secure  */
@media (max-width: 768px) {
    .page-id-3227 .b-centered-text__inner {
        gap: 20px;
    }

    .page-id-3227 h2.c-title.c-section-header__title.default {
        font-size: 24px;
    }

    .comprehensive-visibility p {
        font-size: 16px !important;
    }

    .b-centered-text {
        padding-block: 0px !important;
    }

    .page-id-3227 .Capabilities p {
        font-size: 12px !important;
    }

    .page-id-3227 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        gap: 15px;
        padding-top: 15px;
    }

    .page-id-3227 .Capabilities {
        margin: 16px;
    }

    .page-id-3227 .wp-block-image img {
        display: none;
    }

    .page-id-3227 h3.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3227 .ai-driven-banner .container.c-block__content p {
        text-align: center;
        font-size: 12px !important;
    }

    .page-id-3227 .b-centered-text .c-section-header {
        margin-bottom: -10px !important;
    }

    .page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
        padding-left: 16px;
        padding-top: 32px;
        padding-bottom: 56px;
        font-size: 24px !important;
    }

    .page-id-3227 .key-benefits-eliminate .b-side-by-side-text-and-media {
        margin: 16px;
    }

    .page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-cafe0598ab901075e764fcec1bcf9bbf {
        padding-left: 16px;
        padding-bottom: 96px;
        padding-top: 32px;
    }

    .page-id-3227 .Capabilities h3 {
        font-size: 20px !important;
    }

    .key-benefits p {
        text-align: center !important;
        font-size: 12px !important;
    }

    .page-id-3227 .our-capibilities p {
        font-size: 12px !important;
        padding-top: 10px;
    }

    .ai-driven-cta {
        margin-top: 96px;
        margin-bottom: 224px;
        padding-bottom: 0px;
    }

    .page-id-3227 .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3227 .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3227 .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3227 .ai-driven-banner .c-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .page-id-3227 h1.c-title.c-section-header__title.default {
        text-align: center;
        font-size: 28px;
    }

    .page-id-3227 .key-benefits-eliminate .b-side-by-side-text-and-media {
        height: 446px;
    }

    .key-benefits-eliminate h4 {
        font-size: 20px !important;
    }

    .key-benefits-eliminate p {
        font-size: 12px !important;
    }

    .page-id-3227 .use-cases-ai-driven1 {
        margin: 16px;
    }

    .page-id-3227 .use-cases-ai-driven2 {
        margin: 16px;
    }

    .page-id-3227 .use-cases-ai-driven3 {
        margin: 16px;
    }

    .page-id-3227 .use-cases-ai-driven4 {
        margin: 16px;
    }

    .page-id-3227 .use-cases-ai-driven1 h3 {
        font-size: 20px !important;
    }

    .page-id-3227 .use-cases-ai-driven2 h3 {
        font-size: 20px !important;
    }

    .page-id-3227 .use-cases-ai-driven3 h3 {
        font-size: 20px !important;
    }

    .page-id-3227 .use-cases-ai-driven4 h3 {
        font-size: 20px !important;
    }

    .page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9a23ea3551149f35d4330e5ab6e1af1c::before {
        left: 0;
    }

    .page-id-3227 .b-centered-text {
        padding-block: 10px !important;
    }
}

/* CSS for secure-the-ai-driven-sdlc-faster-the-ai-driven-sdlc-faster */
.page-id-3086 .light-banner {
    height: 800px;
}

.page-id-3086 .light-banner .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-3086 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

.page-id-3086 .light-banner .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #A3A5AE !important;
    padding: 12px 24px;
    border: 1px solid #A3A5AE;
    border-radius: 16px;
}

.page-id-3086 .b-logo-slider {
    padding-top: 92px !important;
    padding-bottom: 128px !important;
}

.drive-heading {
    padding-top: 180px;
}

.page-id-3086 p.has-text-align-center.has-text-color.has-link-color.wp-elements-a0a1514c3bdd1b756a6a411ddfe15194 {
    font-size: 24px !important;
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 20px;
}

.page-id-3086 h3.c-title.c-section-header__subtitle.default {
    font-size: 24px;
    padding-top: 20px;
    color: #474A5D;
}

.page-id-3086 .security-where {
    padding-top: 180px;
}

.page-id-3086 .b-side-by-side-text-and-media__body {
    gap: 170px;
}

.secure-values h2 {
    font-size: 32px !important;
}

.page-id-3086 .wp-block-columns.pipeline.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    margin: 0 0 0 220px;
    padding-top: 30px;
    gap: 20px;
}

.wp-block-columns.drive-value.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    max-width: 1120px;
    margin: 0 auto;
    gap: 20px;
    padding-top: 25px;
}

.drive-value h2 {
    text-align: left !important;
}

.drive-value .c-background__color {
    border-radius: 20px;
}

.drive-value .b-centered-text .c-buttons {
    justify-content: left;
    padding-top: 25px;
}

.drive-value .container.c-block__content {
    padding-top: 25px;
}

.drive-value1 {
    padding: 32px;
    border-radius: 20px !important;
    height: 354px;
}

.drive-value2 {
    padding: 32px;
    border-radius: 20px;
    height: 354px;
}

.page-id-3086 p.has-text-color.has-link-color.wp-elements-f174810377f3db56375f7db0617b39e3 {
    width: 548px !important;
    padding-top: 20px;
}

.page-id-3086 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

.page-id-3086 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-3086 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

.page-id-3086 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

.page-id-3086 a.c-btn.c-btn-primary.c-btn--variation-pink.c-btn--variation-default.c-btn--variation-full-width-on-mobile::after {
    content: '';
    background: var(--wpr-bg-5f9f5f44-75da-42bd-803b-348f7f0e42a4);
    width: 11px;
    height: 12px;
    background-repeat: no-repeat;
}

.page-id-3086 a.c-btn.c-btn-primary.c-btn--variation-pink.c-btn--variation-default::after {
    content: '';
    background: var(--wpr-bg-f6895a24-fb91-4483-a805-ec622f92f22a);
    width: 11px;
    height: 12px;
    background-repeat: no-repeat;
}

/* CSS for mobile secure-the-ai-driven-sdlc-faster-the-ai-driven-sdlc-faster */


@media (max-width: 768px) {
    .page-id-3086 .light-banner {
        height: 600px;
    }

    .light-banner.b-oob {
        padding-top: 30px !important;
    }

    .light-banner p {
        font-size: 12px;
    }

    .page-id-3086 .light-banner .c-buttons {
        flex-direction: row;
    }

    h2.c-title.c-section-header__title.default {
        font-size: 28px;
    }

    .page-id-2862 .b-oob {
        height: 520px;
    }

    .page-id-2862 .b-oob.c-background__color,
    .c-background__media {
        top: 50px;
    }

    .page-id-3086 .b-logo-slider {
        padding-top: 92px !important;
        padding-bottom: 0px !important;
    }

    .page-id-3086 .b-side-by-side-text-and-media__body {
        gap: 0px;
    }

    .page-id-3086 .security-where {
        padding-top: 0px;
    }

    .page-id-3086 h3.c-title.c-section-header__subtitle.default {
        font-size: 16px;
    }

    .page-id-3086 .wp-block-columns.pipeline.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        margin: 0 0 0 0px;
    }

    .page-id-3086 p.has-text-color.has-link-color.wp-elements-f174810377f3db56375f7db0617b39e3 {
        width: 340px !important;
        padding-left: 16px;
        font-size: 12px !important;
    }

    .page-id-3086 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-3e207ce1d829e34d1e9014572ab68c00 {
        font-size: 24px !important;
        padding-left: 16px;
    }

    .security-where h3 {
        font-size: 24px;
    }

    .security-where p {
        font-size: 12px !important;
    }

    .page-id-3086 .wp-block-columns.pipeline.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        flex-direction: column-reverse;
    }

    img.wp-image-3097 {
        padding-left: 16px;
    }

    .drive-heading {
        padding-top: 96px;
        font-size: 24px !important;
    }

    .page-id-3086 p.has-text-align-center.has-text-color.has-link-color.wp-elements-a0a1514c3bdd1b756a6a411ddfe15194 {
        font-size: 16px !important;
    }

    .drive-value2 h2 {
        font-size: 24px !important;
    }

    .drive-value1 h2 {
        font-size: 24px !important;
    }

    .drive-value2 p {
        font-size: 12px !important;
    }

    .drive-value1 p {
        font-size: 12px !important;
    }

    .drive-value2 .c-text strong {
        font-size: 12px !important;
    }

    .drive-value1 .c-text strong {
        font-size: 12px !important;
    }

    .drive-value .b-centered-text .c-buttons {
        align-items: baseline;
    }

    .drive-value1 {
        margin: 16px;
    }

    .drive-value2 {
        margin: 16px;
    }

    .drive-value1 {
        height: 300px;
    }

    .drive-value2 {
        height: 300px;
    }

    .page-id-3086 .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3086 .ai-driven-cta .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3086 .ai-driven-cta .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .secure h1 {
        font-size: 24px !important;
    }

    .page-id-3086 .secure .c-buttons .c-button:nth-child(1) .c-btn {
        width: 287px;
        font-size: 12px;
    }

    .secure {
        border-bottom: 2px solid #EC9EDD;
        padding-bottom: 20px;
    }

    .page-id-3086 .c-buttons .c-button:nth-child(1) .c-btn {

        font-size: 12px;
    }
}

/* css for the-faster-smarter-more-accurate-invicti-alternative page */
body.wp-singular.page-template-default.page.page-id-3332.logged-in.admin-bar.wp-theme-wp-d-theme.no-js.customize-support {
    background: #191D34;
}

.faster-smarter-banner a.c-btn.c-btn-primary.c-btn--variation-orange.c-btn--variation-small {
    background: linear-gradient(43deg, #EF5737 40%, #F44FCA 100%);
    border-radius: 30px;
    padding: 17px 33px;
}

.faster-smarter-banner .c-buttons {
    justify-content: center;
}

.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f a:where(:not(.wp-element-button)) {
    color: #474a5d;
}

.wp-elements-5437616023dde9afa452bddec2ea2f34 a:where(:not(.wp-element-button)) {
    color: #757785;
}

.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8 a:where(:not(.wp-element-button)) {
    color: #474a5d;
}

.wp-elements-13cf49309239b2d0fc2922848a9341b2 a:where(:not(.wp-element-button)) {
    color: #757785;
}

.wp-elements-a455d19433f671d2cc41e2c095c157d7 a:where(:not(.wp-element-button)) {
    color: #474a5d;
}

.wp-container-core-columns-is-layout-9d6595d7 {
    flex-wrap: nowrap;
}

.wp-elements-dddb239f7f62027b639e23d71fb8c13e a:where(:not(.wp-element-button)) {
    color: #474a5d;
}

.wp-elements-cafe0598ab901075e764fcec1bcf9bbf a:where(:not(.wp-element-button)) {
    color: #474a5d;
}

.wp-elements-dc753594ce616faa5216cbb5cdcba2f2 a:where(:not(.wp-element-button)) {
    color: #474a5d;
}

.wp-elements-897e7ac5ee819c0848e9dcd48586aeef a:where(:not(.wp-element-button)) {
    color: #757785;
}

.wp-elements-f364e8e820e2474b305c0d7d85769e1d a:where(:not(.wp-element-button)) {
    color: #474a5d;
}

.wp-elements-6230ff7b9b20067392ece6a399ca57d5 a:where(:not(.wp-element-button)) {
    color: #757785;
}

.wp-elements-988500ca8c601588ba1a0a0bf7ed7a80 a:where(:not(.wp-element-button)) {
    color: #474a5d;
}

.wp-elements-ab3ce988fb71441161d46b410434e967 a:where(:not(.wp-element-button)) {
    color: #757785;
}

.wp-elements-7882435004ca463a9d73d85e5ef9f8f1 a:where(:not(.wp-element-button)) {
    color: #474a5d;
}

.wp-elements-d2c32e180446fd4054681086e413fa98 a:where(:not(.wp-element-button)) {
    color: #757785;
}