/*
Theme Name:     Equitydatascience
Theme URI:
Description:    Generatepress child theme.
Author:         Me
Author URI:
Template:       generatepress
Version:        0.1.0
*/

body {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #444;
    background-color: #fafafa;
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: #444;
}

a:hover,
a:focus {
    color: #0052cc;
}

a:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.entry-title, 
.page-title {
    font-family: "Lora", serif;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 24px;
}

.page-title-2 {
    font-family: "Lora", serif;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.page-sub-title {
    font-family: "Lora", serif;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 24px;
}

p {
    line-height: 1.7;
    margin-bottom: 16px;
}

.small-p {
    font-size: 16px;
}

.large-p {
    font-size: 20px;
}

strong {
    font-weight: 600;
}

ul {
    margin: 10px 0 0 18px;
}

li {
    line-height: 1.7;
    margin-bottom: 12px;
}

button,
.button {
    box-shadow: none;
    border: none;
    text-shadow: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;
    background-color: #0052cc !important;
    border-radius: 20px;
    padding: 8px 16px !important;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

a.button {
    text-decoration: none;
}

button:hover,
.button:hover {
    background-color: #002f92 !important;
}

.button-bg-green-with-border {
    background-color: #006b77 !important;
    border: 1px solid #006b77 !important;
    line-height: 1.5 !important;
    border-radius: 20px !important;
    padding: 8px 16px !important;
}

.button-bg-green-with-border:hover {
    background-color: #00394f !important;
    border-color: #00394f !important;
}

/* Reset WordPress button styles for the React app's Request a Demo trigger only */
.eds-demo-trigger,
.eds-demo-trigger:hover,
.eds-demo-trigger:focus {
    background-color: transparent !important;
    border: none !important;
    border-radius: 9999px !important;
    padding: 0 !important;
    height: auto !important;
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    display: inline-block !important;
    box-shadow: none !important;
}

.button-bg-tp-with-border {
    background-color: transparent !important;
    border: 1px solid #0052cc !important;
    color: #0052cc !important;
    line-height: 1.5 !important;
    border-radius: 20px !important;
    padding: 8px 16px !important;
}

.main-navigation .button-bg-tp-with-border {
    display: inline-flex;
}

.button-bg-tp-with-border:hover {
    background-color: transparent !important;
    border-color: #0052cc !important;
}

.button-bg-opaque-blue,
.button-bg-opaque-blue:hover {
    background-color: color-mix(in oklab, #0052cc 10%, transparent) !important;
    color: #0052cc !important;
}

.button-bg-opaque-white,
.button-bg-opaque-white:hover {
    background-color: color-mix(in oklab, #fff 20%, transparent) !important;
}

.button-bg-opaque-green,
.button-bg-opaque-green:hover {
    font-size: 16px;
    padding: 4px 16px;
    background-color: rgba(0, 107, 119, 0.1) !important;
    border-radius: 4px;
    color: #006b77 !important;
    display: inline-block !important;
}

.close-button {
    padding: 12px 18px !important;
    border-radius: 0;
}

.gap-bottom-1,
.gap-bottom-b1-2,
.gap-bottom-2,
.gap-bottom-3,
.gap-bottom-b3-4,
.gap-bottom-4,
.gap-bottom-5,
.gap-top-1,
.gap-top-2,
.gap-top-3,
.gap-top-4,
.gap-top-5 {
    display: block;
}

.gap-bottom-1 {
    margin-bottom: 12px;
}

.gap-bottom-b1-2 {
    margin-bottom: 16px;
}

.gap-bottom-2 {
    margin-bottom: 24px;
}

.gap-bottom-3 {
    margin-bottom: 32px;
}

.gap-bottom-b3-4 {
    margin-bottom: 40px;
}

.gap-bottom-4 {
    margin-bottom: 48px;
}

.gap-bottom-5 {
    margin-bottom: 64px;
}

.gap-top-1 {
    margin-top: 12px;
}

.gap-top-2 {
    margin-top: 24px;
}

.gap-top-3 {
    margin-top: 32px;
}

.gap-top-4 {
    margin-top: 48px;
}

.gap-top-5 {
    margin-top: 64px;
}

.gap-4 {
    padding-top: 48px;
    padding-bottom: 48px;
}

.gap-5 {
    padding-top: 64px;
    padding-bottom: 64px;
}

.bott-marg-0 {
    margin-bottom: 0;
}

.text-center {
    text-align: center;
}
/*
.section-hero-2 #root .h-full {
    height: calc(100vh - 240px) !important;
}
*/
.dashicons,
.dashicons-before:before {
    width: 16px;
    height: 16px;
    font-size: 16px;
    vertical-align: middle;
}
/*
.site-content {
    display: block;
}
*/
.omit {
    display: none !important;
}

.arrow-right::after {
    font-family: 'Dashicons';
    content: '\f344';
    margin-left: 8px;
    vertical-align: middle;
}

.arrow-left::after {
    font-family: 'Dashicons';
    content: '\f340';
    margin-right: 8px;
    vertical-align: middle;
}

.box-with-bg-line {
    padding: 24px;
    background-color: color-mix(in oklab, #eee 50%, transparent);
}

.border-left {
    border-left: 4px solid #0052cc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.border-right {
    border-right: 4px solid #0052cc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

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

.ul-default-removed {
    list-style-type: none;
    margin: 0;
}

/* SVG ICONS, SHAPES
====================== */
/*
svg {
    stroke: #444;
}
*/
.svg-security,
.svg-uptime,
.svg-clock,
.svg-twitter,
.svg-linkedin,
.svg-flower,
.svg-round-shape-icon,
.svg-round-shape-icon-2 {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.svg-security,
.svg-uptime,
.svg-clock {
    stroke: #006b77;
    stroke-width: 2;
}

.svg-twitter,
.svg-linkedin,
.svg-flower {
    stroke: #444;
    stroke-width: 2;
}

.svg-round-shape-icon {
    stroke-width: 2;
}

.svg-round-shape-icon-2 {
    stroke-width: 2.5;
}

.icon-research-s,
.icon-fusion-ai,
.icon-nexus-2 {
    stroke: #0052cc;
}

.icon-nexus {
    stroke: #64b5f6;
}

.icon-risk-s {
    stroke: #006b77;
}

.icon-portfolio-construction,
.icon-idea-generation {
    stroke: #ffb74d;
}

.icon-risk-management {
    stroke: #ef5350;
}

.icon-performance-attribution {
    stroke: #006b77;
}

.icon-research-management-system {
    stroke: #ba68c8;
}

.icon-esg {
    stroke: #81c784;
}

.round-shape {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}

.svg-round-shape {
    filter: drop-shadow(rgba(51, 51, 51, 0.07) 0px 6px 8px);
    text-align: center;
    font-size: 14px;
    width: 700px;
    height: 700px;
}

.svg-rs-2 {
    width: 630px;
    height: 630px;
}

.donut-circle {
    filter: drop-shadow(rgba(51, 51, 51, 0.07) 0px 6px 8px);
    text-align: center;
    font-size: 14px;
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    display: block;
    cursor: pointer;
    transition: fill 0.2s ease;
    fill: transparent;
}

.no-pointer-events {
    pointer-events: none;
}

.donut-circle svg {
    stroke: #fff;
}

.svg-round-shape-part-of-stracture {
    cursor: pointer;
    opacity: 1;
    --tw-duration: .3s;
    transition-duration: .3s;
    transition-property: all;
}

path.svg-round-shape-part-of-stracture {
    stroke-dasharray: none;
    fill: #ffffff;
    stroke: #D5D5D5;
    stroke-width: 1;
    stroke-linejoin: round;
}

circle.svg-round-shape-part-of-stracture {
    fill: #ffffff;
    stroke: #D5D5D5;
    stroke-width: 1;
}

.svg-round-shape-part-of-stracture:hover {
    opacity: 0.6;
}

.colored-rs {
    color: #fff;
    display: block;
    cursor: pointer;
    transition: fill 0.2s ease;
    fill: transparent;
}

.pos-1 {
   fill: #006b77 !important;
}

.pos-2-1,
.pos-2-2 {
    fill: #0052cc !important;
    fill: #005b9a !important;
}

.pos-3 {
    fill: color-mix(in oklab, #0052cc 50%, transparent) !important;
    fill: #0052cc !important;
}

.hover-opa {
    fill: transparent;
    cursor: pointer;
    transition: fill 0.2s ease;
}

.hover-opa:hover {
    fill: rgba(255, 255, 255, 0.15);
}

.svg-round-shape-label {
    display: block;
    font-weight: 600;
}

.round-shape path,
.round-shape circle {
    cursor: pointer;
    --tw-duration: .3s;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.round-shape path:hover,
.round-shape circle:hover {
    opacity: 0.6;
}

.svg-round-shape-icon-2 {
    stroke: #fff;
}

@media (max-width: 767px) {
    .svg-round-shape {
        transform: scale(0.8);
        position: relative;
        margin-top: -70px;
        margin-left: -40px;
    }
}

@media (max-width: 600px) {
    .svg-round-shape {
        transform: scale(0.6);
        position: relative;
        margin-top: -140px;
        margin-left: -100px;
    }
}

@media (max-width: 480px) {
    .svg-round-shape {
        transform: scale(0.54);
        position: relative;
        margin-top: -160px;
        margin-left: -150px;
    }
}

.bx-wrapper {
    position: relative;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    max-width: 100% !important;
    margin-top: 60px;
}
/*
.bx-viewport {
    -webkit-transform: translateZ(0);
    filter: brightness(0) saturate(100%) invert(27%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(86%);
}

.dark-theme .bx-viewport {
    filter: brightness(0) saturate(100%) invert(27%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(1%);
}
*/
.bxslider {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-perspective: 1000;
}

.bxslider img {
    max-width: 100%;
    opacity: 0.8;
    max-height: 40px;
    object-fit: contain;
    vertical-align: middle;
    /*display: block;*/
}
/*
.bxslider img:hover {
    opacity: 1;
}
*/
@media (max-width: 1024px) {
    .bxslider li {
        width: 120px !important;
    }
}

/* HEADER
====================== */
.main-navigation {
    background-color: transparent;
    border-bottom: 1px solid #eee;
}

.main-navigation .inside-navigation {
    /*height: 64px;
    padding: 0 32px !important;*/
    position: relative;
    padding: 14px 32px !important;
    height: auto;
}

.navigation-branding img, 
.site-logo.mobile-header-logo img {
    height: 36px !important;
    padding: 0 !important;
}

.main-navigation .menu-toggle {
    padding: 8px 12px !important;
    font-size: 18px;
    background-color: transparent !important;
    color: #444 !important;
    line-height: 36px;
    border-radius: 0;
    display: inline-flex;
}

.main-navigation .menu-toggle:hover,
.main-navigation.toggled .menu-toggle {
    background-color: transparent !important;
    color: #0052cc !important;
}

.main-navigation .menu-toggle:focus {
    outline: none !important;
}

.menu-toggle .mobile-menu {
    padding: 0 !important;
}

.menu-toggle svg {
    width: 18px;
    height: 18px;
    fill: #444;
}

.menu-toggle svg:hover {
    fill: #0052cc;
}

.main-navigation .main-nav,
.main-navigation ul ul {
    background-color: #fafafa;
}

.main-navigation a.button,
.main-navigation button {
    font-size: 16px;
}

.main-navigation .main-nav ul a {
    color: #444 !important;
}

.main-navigation .main-nav ul a .description {
    color: #6b6b6b !important;
}

.main-navigation .main-nav ul a:hover,
.main-navigation .main-nav ul a:hover .description {
    color: #0052cc !important;
}

.main-navigation .main-nav .nav-groups-title a:hover {
    color: #444 !important;
}

.main-navigation .main-nav .nav-groups-title ul a:hover,
.main-navigation .main-nav .nav-groups-title ul a:hover .description {
    color: #0052cc !important;
}

.main-navigation .main-nav .nav-group-title {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.main-navigation .main-nav ul ul li a {
    font-size: 18px;
    line-height: 1.5;
}

.nav-groups-title a {
    text-transform: uppercase;
    font-weight: 600;
}

.nav-groups-title .sub-menu a {
    text-transform: none;
    font-weight: 400;
    background-color: transparent;
}

.menu-item .description {
    display: block;
    padding-top: 10px;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
}

.nav-groups-title .sub-menu a:hover {
    background-color: #eee;
}

.nav-groups-title .description {
    padding-top: 0;
}

.nav-groups-title li.hd .description {
    padding-top: 10px;
}

.nav-groups-title li.hd .sub-menu .description {
    padding-top: 0;
}

.nav-groups-title li.hd .sub-menu li.hd .description {
    padding-top: 10px;
}

.main-navigation .site-logo {
    display: block !important;
}

.main-navigation .sticky-navigation-logo {
    display: none !important;
}

.main-navigation .main-nav {
    padding: 0 !important;
    z-index: 100;
}

.main-navigation.toggled .main-nav {
    transition-delay: 5000ms;
}

.main-navigation.toggled .main-nav > ul {
    background-color: transparent !important;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.main-navigation .main-nav li {
    line-height: 1.5;
    margin-bottom: 0;
}

.is_stuck {
    background-color: #fafafa;
}

.gb-overlay {
    /*top: 92px !important;*/
    align-items: center !important;
    justify-content: center !important;
}

.logged-in .gb-overlay {
    top: 32px !important;
}

.logged-in .get-started-today-box {
    max-height: calc(100vh - 112px);
}

.get-started-today-box {
    background-color: #fff;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    border-radius: 8px;
}

.get-started-today-box .inner {
    padding: 40px 40px 80px;
}

.close-button {
    padding: 8px 16px;
    line-height: 1;
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 10px;
    background-color: transparent !important;
    color: #444 !important;
}

.close-button:hover {
    background-color: transparent !important;
    color: #444 !important;
}

@media (min-width: 768px) {
    .menu-toggle {
        position: absolute;
        left: 106px;
        top: auto;
    }

    .menu-toggle .icon-menu-bars {
        display: none;
    }

    .main-navigation .menu-toggle {
        /*padding-left: 10px !important;*/
        order: 0 !important;
    }

    .main-navigation.has-branding .menu-toggle {
        flex-grow: 1 !important;
    }
    
    .main-navigation .main-nav {
        position: absolute;
        top: 65px;
        width: calc(100vw - 8px) !important;
        left: 50%;
        right: 50%;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
        overflow-x: hidden;
        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.22);
        -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.22);
        transition: opacity 500ms linear;
    }
    
    .main-navigation .inline-buttons {
        order: 2;
        column-gap: 15px;
    }

    .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }

    .main-navigation.toggled .main-nav .sub-menu {
        visibility: visible;
        box-shadow: none;
        border-bottom: none;
        float: none;
        position: static;
        opacity: 1;
        height: auto;
        pointer-events: auto;
    }

    .nav-groups-title {
        float: left;
        width: 20% !important;
        margin-top: 24px;
    }

    .nav-group-title ul {
        margin-left: 15px !important;
    }
}

@media (max-width: 5120px) {
    .navigation-branding {
        margin-left: 0 !important;
    }
}

@media (max-width: 1024px) {
    .inline-buttons {
        column-gap: 10px;
    }

    .inline-buttons a {
        padding: 8px 24px;
    }

    .main-navigation .main-nav ul li a {
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .menu-toggle .mobile-menu {
        display: none;
    }

    .navigation-branding {
        display: block;
        float: left;
    }

    .main-navigation .inline-buttons,
    .main-navigation .inline-buttons .button-bg-tp-with-border {
        display: none;
    }

    .main-navigation.toggled .inline-buttons {
        display: flex;
        flex-basis: 100%;
        order: 4;
        margin-top: 10px;
        z-index: 1;
    }

    .main-navigation .inline-buttons .button-bg-green-with-border {
        width: 100%;
    }

    .inline-buttons a {
        padding: 10px 40px;
        text-align: center;
    }

    .main-navigation .menu-toggle {
        order: 0 !important;
        float: right;
    }

    .main-navigation.toggled .main-nav {
        border-bottom: none;
        width: 100% !important;
        margin: 14px 0 0 !important;
    }
}

.sun-moon-toggle {
    display: none !important;
}

.checkbox {
    display: none;
    -webkit-appearance: none;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}

.sun-moon-toggle {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    cursor: pointer;
    transition: all 0.7s ease-out;
}

.sun-moon-box {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    transition: all 0.5s ease-out;
    border-radius: 30px;
    background-color: #eee;
    border: 1px solid #eee;
    padding: 1px 0;
}

.sun-moon-box svg {
    width: 28px;
    height: 28px;
    padding: 6px;
    border-radius: 28px;
}

.sun-moon-box svg:first-child {
    color: #0052cc;
    background-color: #fff;
}

.sun-moon-box svg:last-child {
    color: #fff;
    background-color: #1c1c1c;
    opacity: 0;
}

@media (min-width: 768px) {
    .sun-moon-toggle {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .sun-moon-toggle {
        position: absolute;
        top: 18px;
        right: 100px;
    }
}

/* BEFORE FOOTER (GET STARTED SECTION)
====================== */
.section-get-started {
    background-color: #eee;
    text-align: center;
}

.get-started-content.fp-cb-bottom {
    width: 880px;
    max-width: 100%;
    margin: 40px auto 0;
}

.get-started-content.fp-cb-bottom div.wpforms-container-full {
    margin: 0;
    padding: 25px;
    background-color: #fff;
    border: 1px solid #eee;
}

div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row > div {
    display: flex;
    flex-wrap: wrap;
}

div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row > div input {
    order: 2;
    margin-top: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-name.wpforms-has-error em {
    width: 100%;
    order: 4;
}

div.wpforms-container-full .wpforms-form {
    font-family: 'Inter', sans-serif !important;
    line-height: 1.5;
    font-size: 18px;
}

div.wpforms-container-full .wpforms-form .wpforms-title,
div.wpforms-container-full .wpforms-form .wpforms-description {
    color: #444 !important;
    
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    margin-bottom: 8px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label .wpforms-required-label {
    display: none;
}

div.wpforms-container-full .wpforms-field-label-inline,
div.wpforms-container-full .wpforms-field-sublabel {
    color: #444 !important;
}

div.wpforms-container-full .wpforms-field-sublabel {
    font-size: 14px !important;
    margin: 0 0 8px !important;
}

div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    font-size: 18px;
}

div.wpforms-container-full .wpforms-form select option {
    color: #444;
    font-weight: 400;
    background-color: #fff;
}

div.wpforms-container-full .wpforms-form select option.choice-1 {
    color: #0052cc;
}

div.wpforms-container-full .wpforms-form input[type=checkbox]:before,
div.wpforms-container-full .wpforms-form input[type=radio]:before {
    background-color: #ddd;
    border-color: #eee;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
    width: 100%;
    height: auto;
    border: 1px solid #0052cc;
    border-radius: 20px;
    box-shadow: none;
    padding: 8px 12px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    height: 36px;
    align-items: center;
    justify-content: center;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit::after {
    font-family: 'Dashicons';
    content: '\f344';
    margin-left: 15px;
    vertical-align: middle;
}

.wpforms-container :-moz-placeholder {
    color: #444 !important;
    opacity: 1 !important;
}

.wpforms-container ::-moz-placeholder {
    color: #444 !important;
    opacity: 1 !important;
}

.wpforms-container :-ms-input-placeholder {
    color: #444 !important;
}

.wpforms-container ::-ms-input-placeholder {
    color: #444 !important;
}

.wpforms-container ::placeholder {
    color: #444 !important;
}

.get-started-today-box div.wpforms-container-full .wpforms-form {
    font-family: 'Inter', sans-serif !important;
    color: #444 !important;
    font-weight: 400 !important;
}

.get-started-today-box div.wpforms-container-full .wpforms-form .wpforms-title {
    font-family: "Lora", serif;
    letter-spacing: .03em;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.get-started-today-box div.wpforms-container-full .wpforms-form .wpforms-description {
    font-weight: 400;
}

.get-started-today-box div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 14px;
    margin-bottom: 8px;
}

.get-started-today-box div.wpforms-container-full .wpforms-form .wpforms-description,
.get-started-today-box div.wpforms-container-full input[type=checkbox]+label,
.get-started-today-box div.wpforms-container-full input[type=radio]+label,
.get-started-today-box div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select {
    font-size: 16px;
}

.get-started-today-box div.wpforms-container-full .wpforms-form .wpforms-description {
    font-size: 18px;
}

/* FOOTER
====================== */
.footer-widgets {
    font-size: 16px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    background-color: #fafafa;
}

.footer-widgets .widget-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-widgets ul {
    list-style-type: none;
}

.footer-widgets li {
    display: block;
}

.footer-widgets .widget_nav_menu ul li {
    margin-bottom: 12px;
}

.fw-social-icons li:last-child {
    padding-top: 5px;
}

.fw-social-icons li:last-child svg {
    fill: #444;
}

.fw-social-icons li:last-child svg:hover {
    fill: #0052cc;
}

.site-info {
    text-align: left;
    font-size: 16px;
    background-color: #fafafa;
}

.inside-site-info {
    display: block;
    max-width: 1360px;
    max-width: 1280px;
    padding: 40px 32px 20px;
    border-top: 1px solid #eee;
}

.foo-bar-left {
    width: 320px;
}

.foo-bar-left img {
    width: 79px;
    height: 48px;
}

.foo-bar-left img.dark {
    display: none;
}

.foo-bar-left p {
    padding-left: 20px;
    padding: 15px 0 0;
}

.foo-bar-right img {
    width: 70px;
}

.copyright-bar {
    padding: 30px 0;
}

.copyright-bar .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.copyright-bar .menu li {
    display: inline-block;
}

.copyright-bar .menu li a {
    padding: 0 10px;
}

@media (min-width: 768px) {
    .footer-bar {
        display: flex;
    }

    .footer-bar>aside {
        flex: 1 1 0;
    }

    .foo-bar-right {
        text-align: right;
    }
}

@media (min-width: 1025px) {
    .copyright-inside {
        display: flex;
    }

    .ci-left {
        margin-right: auto;
    }
}

@media (max-width: 1024px) {
    .copyright-inside,
    .ci-left,
    .ci-right {
        display: block;
    }

    .copyright-inside {
        display: block;
    }

    .ci-left {
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .footer-widgets-container,
    .inside-site-info {
        padding-left: 40px;
        padding-right: 40px;
    }

    .footer-bar {
        display: block;
    }

    .footer-bar .widget:first-child {
        margin-bottom: 25px;
    }
}

.section-get-started .sgs-omit {
    display: none;
}

/* FRONT PAGE - INSIGHTS PAGE - AUTHOR PAGE
====================== */
.section-our-solutions,
.section-trusted,
.section-clients-say,
.section-insights,
.section-get-started {
    text-align: center;
    padding: 40px 0;
}

.section-our-solutions {
    background: linear-gradient(to right, rgb(0, 82, 204), rgb(0, 107, 119));
    color: #fff;
}

.section-clients-say {
    background-color: #f5f5f5;
}

.section-wrap {
    padding: 40px 32px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

.section-hero-2 .section-wrap {
    padding: 0 !important;
    max-width: 100% !important;
}

.clients-say-content.fp-cb-top {
    padding-bottom: 20px;
}

.insights-content.fp-cb-middle,
.get-started-content.fp-cb-bottom {
    text-align: left;
}

.clients-say-content.fp-cb-bottom {
    padding-top: 20px;
}

.insights-content.fp-cb-middle,
.insights-content.fp-cb-bottom {
    padding-top: 40px;
}

.home p {
    line-height: 1.5;
}

.our-solutions-content-box-top li {
    margin-bottom: 6px;
}

.section-trusted .fp-cb-top h2 {
    margin-bottom: 25px;
}

.section-our-solutions .fp-cb-top-box .inner {
    padding: 0 20px;
}

.our-solutions-content.fp-cb-bottom {
    padding-top: 40px;
}

.our-solutions-content .gb-tabs__menu {
    column-gap: 30px;
}

.our-solutions-content .gb-tabs__menu-item {
    background-color: transparent !important;
    color: color-mix(in oklab, #fff 70%, transparent) !important;
    padding: 0 5px 10px;
    line-height: 1;
}

.our-solutions-content .gb-tabs__menu-item.gb-block-is-current {
    color: #fff !important;
    border-bottom: 2px solid #f5f5f5;
    border-radius: 0;
}

.our-solutions-content .gb-tabs__menu-item:hover {
    color: #fff !important;
}

.our-solutions-content-box {
    width: 720px;
    max-width: 100%;
    margin: 20px auto 0;
    /*padding: 20px;*/
    border: 1px solid #fff;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.05);
}

.our-solutions-content-box a {
    display: block;
    padding: 20px;
}

.our-solutions-content-box:hover {
    background: rgba(255, 255, 255, 0.1);
}

.our-solutions-content-box.research-suite-content-box,
.our-solutions-content-box.risk-suite-content-box {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.research-suite-content-box .our-solutions-content-box-top,
.risk-suite-content-box .our-solutions-content-box-top {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.our-solutions-content-box a {
    color: #fff !important;
}

.our-solutions-content-box-top .separate-area {
    text-align: left;
}

.our-solutions-content-box-top-icon,
.osb-left .our-solution-box-top,
.osb-right .our-solution-box-top {
    display: inline-flex;
    column-gap: 10px;
    align-items: center;
}

.our-solutions-content-box-top-icon {
    margin-bottom: 20px;
}

.osb-left,
.osb-right {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 0fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.our-solution-box {
    display: block;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 6px;
    text-align: left;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.3);
}

.our-solution-box:hover {
    background: rgba(255, 255, 255, 0.1);
}

.osb-left .svg-round-shape-icon-2,
.osb-right .svg-round-shape-icon-2 {
    width: 20px;
}

.osb-left .our-solution-box-top,
.osb-right .our-solution-box-top {
    padding-bottom: 10px;
}

.inline-content {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 0fr;
    grid-column-gap: 10px;
    grid-row-gap: 0;
}

.trusted-content.fp-cb-middle p {
    font-size: 16px;
}

.trusted-content.fp-cb-middle {
    padding-top: 30px;
}

.trusted-content.fp-cb-middle .inline-content {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-column-gap: 24px;
    max-width: 448px;
    margin: 0 auto;
}

.full-screen-logos {
    padding-bottom: 60px;
}

/* -- [eds-testimonials] slider shortcode ----------------------------------- */

.eds-testimonials-slider {
    width: 100%;
}

.eds-testimonials-overflow {
    overflow: hidden;
}

.eds-testimonials-track {
    display: flex;
    gap: 24px;
    will-change: transform;
}

.eds-testimonial-card {
    flex: 0 0 calc((100% - 48px) / 3);
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.eds-testimonial-quote-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    padding-bottom: 24px;
}

.eds-testimonial-quote {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
}

.eds-testimonial-footer {
    border-top: 1px solid #eee;
    padding-top: 20px;
    text-align: center;
}

.eds-testimonial-name {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    line-height: 1.4;
}

.eds-testimonial-company {
    font-size: 16px;
    color: #6b6b6b;
    margin-top: 4px;
}

/* Navigation arrows */
.eds-testimonials-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 36px;
}

.eds-nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    border: none !important;
    background-color: #ebebeb !important;
    color: #555 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    padding: 0 !important;
    line-height: 0;
    height: 48px !important;
}

.eds-nav-btn svg {
    width: 18px;
    height: 18px;
    stroke-width: 2;
}

.eds-nav-btn:hover:not([disabled]) {
    background-color: #0052cc !important;
    color: #fff !important;
}

.eds-nav-btn:disabled,
.eds-nav-btn[disabled] {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}

/* CTA button */
.eds-testimonials-cta {
    text-align: center;
    margin-top: 32px;
}

.eds-testimonials-cta-btn {
    display: inline-block;
    background-color: #0052cc;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 28px;
    border-radius: 100px;
    text-decoration: none;
    transition: background-color 0.2s;
}

.eds-testimonials-cta-btn:hover {
    background-color: #003da6;
    color: #fff !important;
}

/* Mobile: show 1 card at a time */
@media (max-width: 767px) {
    .eds-testimonial-card {
        flex: 0 0 100%;
    }
}

.latest-post-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}

.latest-post-box {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    cursor: pointer;
}

.general-blogs-left .blog-page-lpb {
    position: relative;
}

.general-blogs-right .latest-post-box {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.general-blogs-right .latest-post-box:first-child {
    border-bottom: none;
}

.general-blogs-right .latest-post-box:first-child::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #eee;
    margin: 12px 16px 0;
}
/*
.latest-post-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
*/
.latest-post-box .post-thumb a {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.latest-post-box .post-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.latest-post-box.widget-lpb,
.latest-post-box.rpw-lpb {
    display: block;
    overflow: visible;
}

.latest-post-box.widget-lpb a {
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: hidden;
}

.latest-post-box.widget-lpb .post-thumb,
.latest-post-box.rpw-lpb .post-thumb {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

/*
.latest-post-box.widget-lpb a {
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: hidden;
}

.latest-post-box.widget-lpb .post-thumb {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.latest-post-box.widget-lpb .post-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
*/
.latest-post-box.widget-lpb:hover {
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
}

.post-thumb {
    overflow: hidden;
    line-height: 0;
}

.post-thumb img {
    display: block;
    width: 100%;
    transition: transform .4s;
    border-radius: 4px 4px 0 0;
}

.latest-post-box:hover .post-thumb img {
    transform: scale(1.2);
    transform-origin: 50% 50%;
}

.post-bottom {
    padding: 16px;
}

.post-top-meta {
    line-height: 1;
}

.widget-lpb .post-bottom {
    padding: 24px;
}

.widget-lpb .post-top-meta {
    font-size: 16px;
    padding-bottom: 15px;
}

.blog-page-lpb .post-top-meta,
.blog-page-lpb .post-top-meta a,
.widget-lpb .post-top-meta,
.widget-lpb a .post-top-meta {
    color: color-mix(in oklab, #444 70%, transparent);
}

.rpw-lpb .post-top-meta,
.rpw-lpb a .post-top-meta {
    color: #6b6b6b;
}

.post-top-meta a:hover {
    color: #0052cc;
}

.post-top-meta span {
    padding-left: 12px;
    margin-left: 12px;
    border-left: 1px solid #eee;
}

.post-top-meta span:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}

.latest-post-box .post-top {
    position: relative;
}

.post-cat {
    font-size: 16px;
}

.grid-blogs .post-cat {
    position: absolute;
    bottom: 12px;
    left: 12px;
}

.general-blogs .post-cat {
    padding: 0 0 10px;
}

.post-cat span {
    padding: 6px 12px;
    background-color: #fff;
    border-radius: 12px;
    line-height: 1;
    display: inline-block;
}

.general-blogs .post-cat span {
    background-color: #eee;
}
/*
.latest-post-box .post-bottom {
    padding: 20px;
}

.latest-post-box.widget-lpb .post-bottom {
    padding-top: 40px;
}
*/
.general-blogs-left .latest-post-box .post-bottom {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background-color: #fff;
    width: 420px;
    max-width: calc(100% - 50px);
    border-radius: 4px;
}

.general-blogs-right .latest-post-box .post-bottom {
    padding: 16px;
}

.widget-lpb a .post-title,
.rpw-lpb a .post-cat,
.rpw-lpb a .post-title {
    color: #444;
}

.widget-lpb a:hover .post-title {
    color: #444;
}

.rpw-lpb a:hover .post-title,
.blog-page-lpb:hover .post-title a {
    color: #0052cc;
}

.widget-lpb a:hover .post-excerpt {
    color: #444;
}

.post-continuing a,
.latest-post-box a .post-continuing {
    text-decoration: none;
    font-weight: 600;
    align-items: center;
    column-gap: 10px;
    display: flex;
    justify-content: flex-start;
    color: #0052cc;
    transition: column-gap .2s;
}

.post-continuing a:hover,
.latest-post-box a:hover .post-continuing {
    color: #0052cc;
    column-gap: 14px;
}
/*
.latest-post-box:hover .post-continuing a svg {
    margin-left: 5px;
}
*/
.general-blogs {
    margin-bottom: 25px;
}

.general-blogs .inner {
    padding: 0 !important;
    max-width: 100% !important;
}

.general-blogs-right .inner {
    padding: 0 !important;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
}

.rp-grid-blogs {
    padding-top: 15px;
}

.category-posts-header {
    text-align: center;
    margin-bottom: 50px;
}
/*
.entry-title,
.page-title {
    font-family: "Lora", serif;
    letter-spacing: 1px;
}
*/
.category-tabs-section .category-tabs {
    display: block;
}

.category-tabs-section .section-wrap .gb-tabs__menu,
.category-tabs-section .section-wrap .gb-tabs__items {
    max-width: 1440px;
    margin: 0 auto;
}

.category-tabs-section .section-wrap .gb-tabs__menu {
    padding: 15px 40px;
}

.category-tabs-section .section-wrap .gb-tabs__items {
    padding: 40px;
}

.category-tabs .gb-tabs__menu-item {
    background-color: #fff !important;
    border: 1px solid #eee;
    border-radius: 28px;
    color: color-mix(in oklab, #444 70%, transparent) !important;
}

.category-tabs .gb-tabs__menu-item:hover {
    background-color: #eee !important;
    color: color-mix(in oklab, #444 70%, transparent) !important;
}

.category-tabs .gb-block-is-current {
    background-color: #0052cc !important;
    border: 1px solid #0052cc;
    color: #fff !important;
    border-radius: 28px;
}

.category-tabs .gb-block-is-current:hover {
    background-color: #0052cc !important;
    color: #fff !important;
}

.pagination {
    text-align: center;
    padding: 42px 0 0;
    font-size: 18px;
}

.pagination .page-numbers {
    padding: 10px 15px;
    margin: 0 5px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
}

.pagination .page-numbers:hover {
    color: #444;
    background-color: #eee;
}

.pagination .page-numbers.current {
    background-color: #0052cc;
    color: #fff;
    border-color: #0052cc;
}

.pagination .next,
.pagination .prev {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.pagination .prev.inactive {
    color: color-mix(in oklab, #444 70%, transparent);
}

.pagination .next:hover,
.pagination .prev:hover {
    color: #0052cc;
    background-color: transparent;
}

.pagination .prev.inactive:hover {
    cursor: not-allowed;
    color: color-mix(in oklab, #444 70%, transparent);
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    padding: 0;
}

.page-header-section {
    text-align: center;
    border-bottom: none;
    background-image: none !important;
    background: linear-gradient(to right, rgb(0, 82, 204), rgb(0, 107, 119)) !important;
    color: #fff;
}

.page-content-section {

}

.category-tabs-section .section-wrap {
    padding: 0;
    max-width: 100%;
}

/*.filter-tabs-section .inner-wrap,*/
.author-content-container .inner-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

.elem-wrapper-1 .inner,
.elem-wrapper-2 .inner {
    padding: 0 32px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

.elem-wrapper-2 {
    padding: 32px 0;
    margin: 0;
}

.is_stuck {
    z-index: 9 !important;
}

.elem-wrapper-1,
.filter-tabs-section {
    border-bottom: 1px solid #eee;
}

.elem-wrapper-1 .filter-tabs-section {
    border-bottom: none;
}

.author .site-main>* {
    margin-bottom: 0 !important;
}

.filter-tabs-section .category-tabs-menu {
    padding: 16px 0;
    column-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.author-filter-tab.gb-tabs__menu-item {
    color: #444 !important;
}

.author-filter-tab .filter-label {
    padding-right: 5px;
}

.author-filter-tab .filter-close {
    font-size: 22px;
    line-height: 1;
}

.home #root .h-screen,
.home .section-hero-2 iframe {
    height: 100vh;
    height: calc(100vh - 65px) !important;
}

.home.logged-in #root .h-screen,
.home.logged-in .section-hero-2 iframe {
    height: calc(100vh - 97px) !important;
}

.elem-wrapper-1,
.filter-tabs-section {
    background-color: #fafafa;
    position: sticky;
    z-index: 9;
    top: 65px;
}

.logged-in .elem-wrapper-1,
.logged-in .filter-tabs-section {
    top: 97px;
}

.category-tabs .gb-tabs__menu-item {
    padding: 8px 16px !important;
}

.grid-blogs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

@media screen and (min-width: 768px) {
    .osb-left,
    .osb-right {
        grid-template-columns: repeat(2, 1fr);
    }

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

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

    .general-blogs {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-column-gap: 24px;
    }

    .general-blogs-left,
    .general-blogs-right {
        float: none;
        width: auto;
    }

    .general-blogs-left .post-thumb img {
        border-radius: 4px;
    }
    /*
    .elem-wrapper-1,
    .filter-tabs-section {
        background-color: #fafafa;
        position: sticky;
        z-index: 99;
        top: 0;
    }

    .logged-in .elem-wrapper-1,
    .logged-in .filter-tabs-section {
        top: 28px;
    }

    .category-tabs .gb-tabs__menu-item {
        padding: 8px 16px !important;
    }*/
}

@media screen and (min-width: 1025px) {
    .osb-left,
    .osb-right {
        grid-template-columns: repeat(3, 1fr);
    }

    .inline-content {
        grid-template-columns: repeat(4, 1fr);
    }

    .fp-cb-top {
        width: 680px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .section-our-solutions .fp-cb-top {
        width: 760px;
        max-width: 100%;
    }

    .grid-blogs {
        grid-template-columns: repeat(3, 1fr);
    }

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

@media (max-width: 767px) {
    .general-blogs-right {
        margin-top: 24px;
    }

    .our-solutions-content.fp-cb-bottom {
        padding-top: 20px;
    }

    .section-our-solutions .gb-tabs {
        display: block;
    }

    .our-solutions-content .gb-tabs__menu {
        display: block;
        margin-bottom: 20px;
    }

    .our-solutions-content .gb-tabs__menu-item {
        display: block;
        width: 124px;
        max-width: 100%;
        margin: 0 auto 10px;
    }

    .latest-post-boxes {
        display: block;
    }

    .latest-post-box {
        padding-bottom: 40px;
    }

    .latest-post-box:last-child {
        padding-bottom: 0;
    }

    .elem-wrapper-1,
    .filter-tabs-section {
        top: 65px;
    }

    .logged-in .elem-wrapper-1,
    .logged-in .filter-tabs-section {
        top: 111px;
    }

    .home #root .h-screen,
    .home .section-hero-2 iframe {
        height: 100vh;
        height: calc(100vh - 65px) !important;
    }

    .home.logged-in #root .h-screen,
    .home.logged-in .section-hero-2 iframe {
        height: calc(100vh - 111px) !important;
    }
    /*
    .author .filter-tabs-wrapper {
        padding: 15px 40px;
    }

    .category-tabs .gb-tabs__menu,
    .category-tabs .category-tabs-menu {
        display: block;
    }

    .category-tabs .gb-tabs__menu-item {
        text-align: center;
        padding: 8px;
        margin-bottom: 8px;
        display: block;
    }*/
}

@media (max-width: 600px) {
    .logged-in .elem-wrapper-1,
    .logged-in .filter-tabs-section {
        top: 65px;
    }
    /*
    .home.logged-in #root .h-screen,
    .home.logged-in .section-hero-2 iframe {
        height: calc(100vh - 65px) !important;
    }*/
}

/* POST PAGES
====================== */
/*
.single .entry-content {
    padding: 40px;
    margin: 0;
}
*/
.blog-post-section .section-wrap {
    padding: 0;
    max-width: 100%;
}

.blog-post-section-box:last-child {
    margin-bottom: 0;
}

.blog-post-section-box .wp-block-columns {
    margin-bottom: 30px;
}
/*
.single .site-content .content-area {
    max-width: 1080px;
    margin: 0 auto;
}
*/
.single article .entry-header {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #eee;
}

.single article .entry-title {
    margin-bottom: 16px;
}

.single .blog-post-section img {
    border-radius: 4px;
}
/*
.graph-photo {
    text-align: center;
    padding: 20px 0;
}
*/
.quote-text {
    font-size: 20px;
    font-weight: 400;
}

.blog-post-section-bottom .section-wrap {
    padding: 32px 0 0;
    margin-top: 48px;
    max-width: 100%;
    border-top: 1px solid #eee;
}

.back-to-link {
    margin-top: 32px;
}

.back-to-link .dashicons {
    margin-right: 5px;
}

.before-post-title {
    margin-bottom: 16px;
}

.before-post-title a {
    display: inline-block;
    padding: 8px 16px;
    background-color: #eee;
    border-radius: 18px;
}

.single .after-title-meta {
    border: none;
    font-size: 18px;
    padding: 0;
    margin: 0 0 24px;
    min-height: 40px;
}

.after-title-meta,
.after-title-meta a {
    color: #6b6b6b;
}

.after-title-meta a:hover {
    color: #0052cc;
}

.after-post-title-date,
.after-post-title-read-time {
    padding-left: 20px !important;
    border: none !important;
}

.after-post-title-read-time .dashicons {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.social-share {
    margin: 0;
    min-height: 40px;
}

.social-share .wp-block-social-links {
    margin-left: 10px !important;
}

.social-share .wp-block-social-link {
    background-color: transparent !important;
}

.social-share .wp-block-social-link svg {
    color: #444 !important;
}

.social-share .wp-block-social-link svg:hover {
    color: #0052cc !important;
}

.blog-post-section-box {
    margin-bottom: 40px;
}

/* GENERAL PAGES
====================== */
.page .section-get-started,
.customer-stories-template-default .section-get-started {
    display: none;
}

.home .section-get-started,
.page-about .section-get-started,
.page-insights .section-get-started,
.page-contact .section-get-started {
    display: block;
}

.page-contact .section-get-started {
    background-color: #fafafa;
    padding: 0;
}

.page-contact .section-get-started .section-wrap {
    padding: 0;
    max-width: 1000px;
}

.page-contact .section-get-started h2 {
    display: none;
}

.page-contact .section-get-started .get-started-content.fp-cb-bottom {
    margin-top: 0;
}

.platform-page-section.section-6 {
    display: none;
}
/*
.site {
    max-width: 1280px;
}
*/
.single .container {
    max-width: 1000px !important;
}

.site-content {
    padding: 48px 32px;
    display: block;
}

.customer-stories-template-default .site-content {
    padding: 48px 32px !important;
    display: block;
}

.inner-wrap {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
}

.inner-wrap-2 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
}

.section-title {
    margin-bottom: 40px;
}

.front-page-section {

}

.front-page-section-hero {

}

.platform-products-solutions-page-section {

}

.platform-solutions-page-section-hero,
.resources-page-section-hero,
.company-page-section-hero,
.regular-page-section-hero {
    background: linear-gradient(to right, rgb(0, 82, 204), rgb(0, 107, 119));
    color: #fff;
}

.platform-solutions-page-section-hero .inner-wrap-2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.platform-solutions-page-section-hero button,
.products-page-section-hero button {
    margin-bottom: 24px;
}
/*
.partner-page-section-hero {

}
*/
.products-page-section-hero {
    background-color: #f5f5f5;
}

.products-page-section-hero .inner-wrap-2 {
    padding-top: 48px;
    padding-bottom: 48px;
}

.resources-page-section {

}

.resources-page-section-hero {

}

.resources-page-section-hero .inner-wrap,
.regular-page-section-hero .inner-wrap-2 {
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: center;
}

.resources-page-section-hero .page-title,
.regular-page-section-hero .page-title {
    margin-bottom: 16px;
}

.platform-solutions-page-section-hero img,
.products-page-section-hero img {
    line-height: 0;
}

.platform-solutions-page-section-hero img {
    margin-top: 48px;
}

.products-page-section-hero img {
    margin-top: 40px;
}

.platform-solutions-page-section-hero p {
    margin-bottom: 24px;
}

.page-security-compliance .platform-solutions-page-section-hero p {
    margin-bottom: 32px;
}

.platform-solutions-page-section-hero p:last-of-type,
.products-page-section-hero p:last-of-type,
.company-page-section-hero p:last-of-type,
.page-security-compliance .platform-solutions-page-section-hero p:last-of-type {
    margin-bottom: 0;
}

.resources-page-section-hero p,
.regular-page-section-hero p {
    max-width: 672px;
    margin: 0 auto;
}

.page-customer-stories .resources-page-section-hero p {
    max-width: 768px;
}

.company-page-section {
    padding: 80px 0;
}

.company-page-section-hero {

}

.company-page-section-hero .inner-wrap-2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-content-partners .platform-products-solutions-page-section.section-1 .inner-wrap-2 {
    max-width: 1152px;
}
/*
.member-page-section {

}

.member-page-section-hero {

}
*/
.regular-page-section {

}

.regular-page-section-hero {

}

.info-box {

}

.info-box-with-bgb,
.info-box-with-bgb-with-title,
.info-box-with-bgb-with-icon-title,
.single-line-info-box-with-bgb {
    padding: 24px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
}

.platform-solutions-page-section-hero .info-box-with-bgb {
    background-color: color-mix(in oklab, #fff 5%, transparent);
}

.single-line-info-box-with-bgb {
    padding: 16px;
    color: #444;
    display: block;
}

.info-box-with-bgb-large {
    padding: 40px;
    background-color: color-mix(in oklab, #eee 30%, transparent);
    border: 1px solid #eee;
    border-radius: 4px;
}

.hover-line:hover {
    border-color: #0052cc;
}

.info-box-with-bgb-with-title {
    
}

.info-box-with-bgb-with-title-icon {

}

.info-box-with-bgb p,
.info-box-with-bgb-with-title p,
.info-box-with-bgb-with-icon-title p,
.info-box-with-bgb li:last-of-type {
    margin-bottom: 0;
}

.ib-with-icon-bg-title-exc {

}

.inline-icon-title,
.inline-icon-bg-title,
.inline-icon-name {
    display: flex;
    column-gap: 12px;
    align-items: center;
    width: 100%;
}

.inline-icon-bg-title,
.ib-with-icon-title-exc-more-icon-hover .inline-icon-title {
    margin-bottom: 12px;
}

.iibt-large {

}

.ib-with-icon-title-exc-more-icon-hover .inline-icon-title .svg-wrap,
.inline-icon-bg-title .svg-wrap {
    width: 40px;
    height: 40px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inline-icon-bg-title .svg-wrap {
    background-color: color-mix(in oklab, #0052cc 10%, transparent);
}

.iibt-large .svg-wrap {
    width: 48px;
    height: 48px;
    padding: 12px;
}

.inline-icon-title svg,
.inline-icon-name svg,
.inline-icon-bg-title svg {
    width: 20px;
    height: 20px;
}

.inline-icon-bg-title svg {
    stroke: #0052cc;
}

.iibt-large svg {
    width: 24px;
    height: 24px;
}

.inline-icon-title svg,
.inline-icon-name svg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button.inline-icon-title {
    color: #059669 !important;
    font-weight: 600;
    background-color: #d1fae5 !important;
    border: 1px solid #10b981;
    height: auto;
    border-radius: 4px;
}

.button.iit-ll {
    font-size: 18px;
    justify-content: flex-start;
}

.button.inline-icon-title svg {
    width: 30px;
    height: 30px;
}

.button.inline-icon-title svg {
    stroke: #059669;
}

.ib-with-bl-left-title-exc,
.ib-with-bl-left-img-title-exc-columns {
    padding-left: 16px;
    border-left: 2px solid #0052cc;
}

.ib-with-bl-left-title-exc-double {
    padding: 8px 0 8px 24px;
    border-left: 4px solid #0052cc;
}

.ib-with-bl-left-title-exc strong,
.ib-with-bl-left-img-title-exc-columns strong {
    display: block;
    margin-bottom: 8px;
    line-height: 1.7;
}

.ib-with-img-bl-left-title-exc {

}

.ib-with-img-bl-left-title-exc .ib-with-bl-left-title-exc strong,
.ib-with-bl-left-img-title-exc-columns .ib-with-bl-left-title-exc strong {
    margin-bottom: 12px;
    line-height: 1.5;
}

.ib-with-bl-left-img-title-exc-columns {

}

.ib-with-linkable-li-bgb-icon-hover,
.ib-with-p-li-bg-p ul,
.ib-with-linkable-li-bgb-hover ul {
    list-style-type: none;
    margin: 0;
}

.ib-with-linkable-li-bgb-icon-hover .inline-icon-name {
    padding: 12px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 4px;
}

.ib-with-linkable-li-bgb-icon-hover .inline-icon-name:hover,
.ib-with-linkable-li-bgb-hover .single-line-info-box-with-bgb:hover {
    color: #0052cc;
    border-color: #0052cc;
}

.ib-with-linkable-li-bgb-icon-hover .inline-icon-name svg {
    stroke: #444 !important;
}

.ib-with-linkable-li-bgb-icon-hover .inline-icon-name:hover svg {
    stroke: #0052cc !important;
}

.ib-with-linkable-li-bgb-hover {

}

.ib-with-linkable-li-bgb {

}

.ib-with-li-disc {
    
}

.color-blue-disc li::marker {
    color: #0052cc;
}

.ib-with-li-correct {

}

.ib-with-li-correct,
.ib-with-li-correct2,
.ib-with-li-incorrect {
    list-style-type: none;
    margin: 0;
}

.ib-with-li-correct li,
.ib-with-li-correct2 li,
.ib-with-li-incorrect li {
    display: flex;
    gap: 12px;
    /*
    align-items: flex-start;
    align-items: center;*/
}

.ib-with-li-disc li:last-of-type,
.ib-with-li-correct li:last-of-type,
.ib-with-li-correct2 li:last-of-type,
.ib-with-li-incorrect li:last-of-type {
    margin-bottom: 0;
}

.ib-with-li-correct li .svg-wrap,
.ib-with-li-correct2 li .svg-wrap,
.ib-with-li-incorrect li .svg-wrap {
    margin-top: 4px;
}

.ib-with-li-correct li svg,
.ib-with-li-correct2 li svg,
.ib-with-li-incorrect li svg {
    width: 20px;
    height: 20px;
}

.ib-with-li-correct li svg {
    stroke: #00a63e;
}

.ib-with-li-correct2 li svg {
    stroke: #0052cc;
}

.ib-with-li-incorrect li svg {
    stroke: #e7000b;
}

.platform-solutions-page-section-hero .ib-with-li-correct li svg {
    stroke: #fff;
}

.ib-with-li-incorrect {

}

.ib-with-p-li-bg-p {

}

.ib-with-p-li-bg-p ul {
    margin-bottom: 16px;
}

.ib-with-p-li-bg-p li {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 12px;
    border-radius: 4px;
}

.ib-with-title-img-cap {
    line-height: 0;
}

.ib-with-title-img-cap p {
    font-size: 16px;
    margin-bottom: 0;
    color: #6b6b6b;
    margin-top: 12px;
}

.ib-with-icon-title-exc-more-icon-hover {
    
}

.ib-with-icon-title-exc-more-icon-hover p {
    font-size: 16px;
}

.ib-with-icon-title-exc-more-icon-hover.gen-fs p {
    font-size: 18px;
}

.ib-with-icon-title-exc-more-icon-hover .learn-more {
    color: #444;
    font-size: 16px;
    align-items: center;
    column-gap: 10px;
    display: flex;
    justify-content: flex-start;
    color: #0052cc;
    transition: column-gap .2s;
    padding-top: 16px;
    margin-top: auto;
    height: 36px;
    line-height: 1;
}

.ib-with-icon-title-exc-more-icon-hover.gen-fs .learn-more {
    font-size: 18px;
}

.ib-with-icon-title-exc-more-icon-hover .learn-more svg {
    stroke: #0052cc;
    width: 16px;
    height: 16px;
}

.ib-with-icon-title-exc-more-icon-hover.gen-fs .learn-more svg {
    width: 20px;
    height: 20px;
}
/*
.ib-with-icon-title-exc-more-icon-hover:hover {
    color: #444;
}

.ib-with-icon-title-exc-more-icon-hover:hover .learn-more {
    color: #0052cc;
    column-gap: 20px;
}

.ib-with-icon-title-exc-more-icon-hover:hover .learn-more svg {
    margin-left: 5px;
}
*/
.info-box-with-bgb.hover-line:hover strong,
.info-box-with-bgb.hover-line:hover p {
    color: #444;
}

.info-box-with-bgb.hover-line:hover .learn-more {
    color: #0052cc;
    column-gap: 14px;
}

.info-box-with-bgb.hover-line:hover .learn-more svg {
    /*margin-left: 5px;*/
}

.info-box iframe {
    width: 100%;
    height: 100vh;
    border: none;
    display: block;
}

.result-box {
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
}

.result-box p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 0;
}

.cta-box {
    text-align: center;
    padding: 32px;
    background-color: color-mix(in oklab, #0052cc 5%, transparent);
    border: 1px solid color-mix(in oklab, #0052cc 20%, transparent);
    border-radius: 4px;
}

.cta-box h2 {
    margin-bottom: 24px;
}

.cta-box p {
    max-width: 672px;
    margin: 0 auto 24px;
}

.faq-box {
    
}

.section-faq-box .section-title {
    text-align: center;
}

.faq-box .gb-accordion__item {
    background-color: #fff;
    padding: 16px 24px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
}

.faq-box .gb-accordion__item:last-child {
    margin-bottom: 0;
}

.faq-box .gb-accordion__toggle {
    font-weight: 600;
    color: #444;
}

.two-columns-grid.ib-with-bg-p .grid p {
    line-height: 1.5;
}

iframe.full-width-height {
    width: 100%;
    height: 100vh;
    border: none;
    display: block;
}

.members-bio .img-wrap {
    background-color: #fff;
    border: 2px solid #f4f4f4;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
}

.members-bio img {
    transition: transform .4s;
    /*
    border: 1px solid #eee;
    border-radius: 50%;
    overflow: hidden;
    transition: transform .4s;
    --tw-duration: .3s;
    transition-duration: .3s;
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1), cubic-bezier(.4, 0, .2, 1);
    object-fit: cover;
    width: 100%;
    height: 100%;*/
}

.members-bio .member a:hover img {
    transform: scale(1.1);
    /*transform-origin: 50% 50%;*/
}

.member-info {
    margin-top: 16px;
}

.member-info h6 {
    margin-bottom: 5px;
}

.member-info span {
    font-size: 16px;
    color: #6b6b6b;
}

.members-bio a:hover .member-info h6 {
    color: #0052cc;
}

.partner-logo a {
    padding: 32px;
    display: flex;
    min-height: 160px;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    max-width: 180px;
    max-height: 50px;
    object-fit: contain;
    margin: 0 auto;
    filter: grayscale(100%);
    transition: filter 0.2s ease;
}

.opa-4 {
    opacity: 0.4;
}

.partner-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.partner-logo-box img {
    filter: brightness(0) invert(1);
    max-width: 300px;
    max-height: 120px;
    opacity: 1;
}

.contact-info-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
}

.contact-info-boxes .contact-info-box:last-of-type {
    margin-bottom: 0;
}

.contact-info-box svg {
    stroke: #0052cc;
}

.contact-info-box strong {
    display: block;
    margin-bottom: 8px;
}

.contact-info-box p {
    margin-bottom: 0;
    font-size: 16px;
}

.contact-info-box a {
    color: #0052cc;
}

.contact-info-box a:hover {
    color: #282f92;
}

.page-contact .regular-page-section.section-1 .inner-wrap-2 {
    padding: 0;
}

.inline-buttons-2 {
    /*
    display: flex;
    column-gap: 16px;*/
}

.inline-buttons-2 button {
    margin-bottom: 0;
}

.inline-buttons-2 button.button-1 {
    color: #fff !important;
    border: 1px solid #fff;
    background-color: transparent !important;
}

.inline-buttons-2 button.button-1:hover {
    background-color: #1a67c6 !important;
}

.inline-buttons-2 button.button-2 {
    color: #0052cc !important;
    border: 1px solid #fff;
    background-color: #fff !important;
}

.inline-buttons-2 button.button-2:hover {
    background-color: #ccdeee !important;
}

.page-security-compliance .platform-products-solutions-page-section.section-3 .grid .info-box-with-bgb {
    padding: 32px;
}

.page-security-compliance .platform-products-solutions-page-section.section-3 .grid .info-box-with-bgb p {
    margin-bottom: 16px;
}
/*
.page-security-compliance .platform-products-solutions-page-section.section-3 .grid .info-box-with-bgb p:last-of-type {
    margin-bottom: 0;
}
*/
.page-security-compliance .platform-products-solutions-page-section.section-3 .grid .info-box-with-bgb p i {
    color: #6b6b6b;
}
/*
.flex-el-2 {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.flex-el-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.flex-el-5 {
    display: flex;
    gap: 8px;
    flex-direction: row;
    align-items: stretch;
}

.flex-el-5 .column {
    display: flex;
}

.flex-el-5 .column:nth-child(odd) {
    flex-direction: column;
    flex: 1;
}

.flex-el-5 .column.column-middle {
    justify-content: center;
    align-items: center;
    padding: 0 4px;
}
*/
.flex-el-3 .inline-icon-title,
.flex-el-5 .inline-icon-title {
    width: auto;
}

.inline-buttons-flex .inline-icon-title {
    font-size: 16px;
}

.inline-buttons-flex .inline-icon-title svg {
    width: 18px;
    height: 18px;
}

.inline-blue-black-title span {
    display: inline-block;
}

.inline-blue-black-title span:first-of-type {
    color: #0052cc;
    background-color: color-mix(in oklab, #0052cc 10%, transparent);
    padding: 0px 5px;
    font-weight: 700;
}

.inline-blue-black-title span:last-of-type {
    margin-left: 8px;
}

.inline-bg-blue-black-title {
    margin-bottom: 8px;
}

.inline-bg-blue-black-title strong {
    display: flex;
    gap: 8px;
    align-items: center;
}

.inline-bg-blue-black-title strong span:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #0052cc;
    font-weight: 700;
    background-color: color-mix(in oklab, #0052cc 10%, transparent);
    border-radius: 50%;
}

.inline-bg-blue-black-li {
    margin-bottom: 16px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.inline-bg-blue-black-li span:first-of-type {
    color: #0052cc;
    font-weight: 700;
    padding: 0px 5px;
    background-color: color-mix(in oklab, #0052cc 10%, transparent);
    border-radius: 4px;
    display: inline-block;
}
/*
.inline-buttons-flex {
    display: flex;
    flex-direction: row;
    gap: 12px;
}
*/
.flex-el-2 button {
    padding: 8px 14px !important;
}

.section-title-box {
    margin-bottom: 40px;
}

.section-title-box p {
    margin-bottom: 0;
}

.partner-page-single-hero p,
.member-page-single-hero p {
    margin-bottom: 24px !important;
}

.inline-buttons-3 {
    /*
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;*/
}

.partner-page-single-hero img,
.member-page-single-hero img,
.partner-page-single-hero .back-to-link,
.member-page-single-hero .back-to-link {
    margin-top: 0;
}

.partner-page-single-hero .back-to-link a,
.member-page-single-hero .back-to-link a {
    color: #fff;
    padding: 8px 16px;
}

.member-page-single-hero .page-title {
    margin-bottom: 8px;
}

.member-pic-info-box {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
}

.member-pic-info-box img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    background-color: #fff;
    border-radius: 50%;
}

.member-pic-info-box .column-1 {
    line-height: 0;
}

.social-connect-box {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.social-connect-box:hover {
    color: #fff;
}

.social-connect-box .svg-wrap {
    display: flex;
}

.social-connect-box .svg-wrap svg {
    fill: #fff;
}

.button-bg-white-blue,
.button-bg-white-blue:hover {
    background-color: #fff !important;
    color: #0052cc !important;
}

.cs-grid {
   
}

.cs-card {
    margin-bottom: 32px;
}

.cs-card-left {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
}

.cs-card-right {
    padding: 24px;
    background-color: #fafafa;
    border: 1px solid #eee;
    border-radius: 4px;
}

.cs-card-left a {
    display: block;
    padding: 24px;
}

.cs-card-left a:hover {
    color: #444;
}

.cs-card-left a:hover .cs-company,
.cs-card-left a:hover .learn-more {
    color: #0052cc;
}

.cs-card-left:hover .learn-more {
    column-gap: 12px;
}

.cs-company {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    color: #0052cc;
    margin-bottom: 8px;
}

.cs-title {
    margin-bottom: 12px;
}

.cs-excerpt {
    line-height: 1.6;
}

.cs-card-right blockquote {
    font-size: 18px;
    line-height: 1.6;

    border-left: none;
    padding: 0;
    margin: 0;
    position: static;
}

.cs-quote::before {
    content: "\201C";
}

.cs-quote::after {
    content: "\201D";
}

.cs-person {
    font-size: 16px;
}

.cs-person .cs-person-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}
/*
.cs-person-name {
    font-size: 15px;
    font-weight: 700;
    color: #1a202c;
}

.cs-person {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cs-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
*/
.cs-pagination {
    padding: 40px 0 0;
}

.cs-card-left .learn-more {
    color: #0052cc;
    display: flex;
    align-items: center;
    column-gap: 8px;
    transition: column-gap .2s;
}

.cs-card-left .learn-more span {
    font-weight: 600;
}

.cs-card-left .learn-more svg {
    stroke: #0052cc;
}

.cs-card-right {
    display: flex;
    flex-direction: column;
}

.cs-card-right .cs-quote {
    flex-grow: 1;
    margin-bottom: 16px;
}

.cs-card-right .cs-person {
    margin-top: auto;
}

.regular-page-section-hero .page-title.bott-marg-0 {
    margin-bottom: 0;
}

.border-left-2 {
    padding-left: 16px;
    border-left: 4px solid #0052cc;
}

.page-terms-and-conditions .section-1,
.page-privacy-policy .section-1,
.page-cookie-policy .section-1,
.page-careers .section-1 {
    color: #6b6b6b;
}

.page-terms-and-conditions .section-1 .inner-wrap-2,
.page-privacy-policy .section-1 .inner-wrap-2,
.page-cookie-policy .section-1 .inner-wrap-2 {
    max-width: 768px;
    padding: 48px 32px;
}

.page-careers .section-1 .inner-wrap-2 {
    max-width: 768px;
    padding: 64px 32px;
}

.page-terms-and-conditions .section-1 strong,
.page-privacy-policy .section-1 strong,
.page-cookie-policy .section-1 strong,
.page-careers .section-1 strong {
    color: #444;
}

.page-terms-and-conditions .section-1 .border-left-2 p {
    margin-bottom: 0;
}

.page-terms-and-conditions .section-1 ol,
.page-privacy-policy .section-1 ol,
.page-cookie-policy .section-1 ol {
    margin: 0 0 24px 36px;
}

.page-terms-and-conditions .section-1 a,
.page-privacy-policy .section-1 a,
.page-cookie-policy .section-1 a {
    color: #0052cc;
    text-decoration: underline;
}

.page-terms-and-conditions .section-1 a:hover,
.page-privacy-policy .section-1 a:hover,
.page-cookie-policy .section-1 a:hover {
    opacity: 0.8;
}

.partner-page-single-hero a {
    color: #000;
}

.question-box {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 32px;
}
/*
.fai-box-header h2 {
    margin-bottom: 40px;
}
*/
.fai-box-main {
    
}

.qb-questions {
    margin-bottom: 48px;
}

.i-block {
    display: inline-block;
}

.fai-box-main .i-block {
    margin-bottom: 48px;
}

.qb-questions strong {
    display: block;
    margin-bottom: 12px;
}

.qb-questions strong:last-of-type {
    margin-bottom: 0;
}

.qb-slogan {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
}

.p-has-mar p {
    margin-bottom: 12px;
}

.p-has-mar p:last-of-type {
    margin-bottom: 0;
}

.page-fusion-ai .platform-products-solutions-page-section.section-7 .ib-with-p-li-bg-p ul {
    margin-bottom: 0;
}

.page-fusion-ai .platform-products-solutions-page-section.section-7 .ib-with-p-li-bg-p li {
    background-color: #fff;
    font-size: 16px;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 0;
    line-height: 1.6;
}

.grid {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 0fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

@media screen and (min-width: 768px) {
    .two-columns-grid .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .two-columns-grid.cp-contact-info .grid {
        grid-column-gap: 48px;
        grid-row-gap: 0;
    }

    .two-columns-grid.ib-with-linkable-li-bgb-hover .grid,
    .two-columns-grid.ib-with-bg-p .grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .two-columns-grid.ib-with-linkable-li-bgb-hover .grid li,
    .two-columns-grid.ib-with-bg-p .grid p {
        margin-bottom: 0;
    }

    .platform-solutions-page-section-hero .info-box-with-bgb .two-columns-grid .grid {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .inline-buttons-grid .two-columns-grid .grid {
        grid-column-gap: 16px;
    }

    .ib-with-p-li-bg-p .two-columns-grid .grid {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .page-fusion-ai .platform-products-solutions-page-section.section-7 .ib-with-p-li-bg-p .two-columns-grid .grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .page-security-compliance .platform-products-solutions-page-section.section-3 .grid {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .three-columns-grid .grid {
        grid-template-columns: repeat(3, 1fr);
    } 

    .four-columns-grid .grid {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .page-content-partners .section-1 .three-columns-grid .grid {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .ib-with-bl-left-img-title-exc-columns .row {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 24px;
    }

    .ib-with-bl-left-img-title-exc-columns .row .column-1 {
        width: 40%;
    }
    
    .ib-with-bl-left-img-title-exc-columns .row .column-2 {
        width: 60%;
    }

    .partners-logo .grid {
        align-items: center;
        justify-content: center;
    }

    .members-bio .grid {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .row-60-40-cols {
        display: flex;
        gap: 32px;
        align-items: flex-start;
    }

    .inline-buttons-2 {
        display: flex;
        column-gap: 16px;
    }

    .inline-buttons-3 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 16px;
    }
}

@media screen and (min-width: 1025px) { 
    .four-columns-grid .grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .members-bio .grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .flex-el-2 {
        display: flex;
        flex-direction: row;
        gap: 12px;
    }

    .flex-el-3 {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .flex-el-5 {
        display: flex;
        gap: 8px;
        flex-direction: row;
        align-items: stretch;
    }

    .flex-el-5 .column {
        display: flex;
    }

    .flex-el-5 .column:nth-child(odd) {
        flex-direction: column;
        flex: 1;
    }

    .flex-el-5 .column.column-middle {
        justify-content: center;
        align-items: center;
        padding: 0 4px;
    }
}

@media screen and (min-width: 1280px) {
    .members-bio .grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .members-bio .img-wrap {
        max-width: 217px;
    }

    .flex-el-5 .column-middle {
        text-align: center;
        line-height: 0;
        padding: 24px 0;
    }

    .flex-el-5 .column-middle svg {
        rotate: 90deg;
    }

    .inline-buttons-flex button,
    .inline-buttons-flex .button {
        margin-bottom: 12px;
    }

    .inline-buttons-flex .button:last-of-type {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .inline-buttons-2 .button-2 {
        margin-top: 12px;
    }
}

@media screen and (max-width: 767px) and (min-width: 421px) {
    .members-bio .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 420px) {
    .members-bio .member {
        text-align: center;
    }

    .members-bio .img-wrap {
        margin: 0 auto;
    }
}

.color-blue {
    color: #0052cc;
}

.color-blue-icon,
.inline-icon-title svg.color-blue-icon {
    stroke: #0052cc;
}

.color-green {
    color: #006b77;
}

.color-brown {
    color: #6b6b6b;
}

.color-green-icon,
.inline-icon-title svg.color-green-icon {
    stroke: #006b77;
}

.color-lg-icon,
.inline-icon-title svg.color-lg-icon {
    stroke: #81c784;
}

.color-yellow-icon,
.inline-icon-title svg.color-yellow-icon {
    stroke: #ffeb3b;
}

.color-violet-icon,
.inline-icon-title svg.color-violet-icon {
    stroke: #ba68c8;
}

.color-evergreen-icon,
.inline-icon-title svg.color-evergreen-icon {
    stroke: #006b77;
}

.color-rose-icon,
.inline-icon-title svg.color-rose-icon {
    stroke: #ef5350;
}

.color-orange-icon,
.inline-icon-title svg.color-orange-icon {
    stroke: #ffb74d;
}

.page-nexus .platform-products-solutions-page-section.section-1,
.page-nexus .platform-products-solutions-page-section.section-3,
.page-content-partners .platform-products-solutions-page-section.section-1,
.page-leadership .company-page-section.section-2,
.section-faq-box,
.page-hedge-funds .platform-products-solutions-page-section.section-1,
.page-hedge-funds .platform-products-solutions-page-section.section-3,
.page-hedge-funds .platform-products-solutions-page-section.section-5,
.page-security-compliance .platform-products-solutions-page-section.section-1,
.page-security-compliance .platform-products-solutions-page-section.section-3,
.page-security-compliance .platform-products-solutions-page-section.section-5,
.page-fusion-ai .platform-products-solutions-page-section.section-1,
.page-fusion-ai .platform-products-solutions-page-section.section-3,
.page-fusion-ai .platform-products-solutions-page-section.section-5,
.page-fusion-ai .platform-products-solutions-page-section.section-7 {
    background-color: #f5f5f5;
}

.page-faq .section-faq-box {
    background-color: transparent;
}

.section-result-box {
    background-color: rgba(0, 107, 119, 0.05);
    border-color: rgba(0, 107, 119, 0.1);
}
/*
.nexus-page-section.section-1,
.nexus-page-section.section-3,
.nexus-page-section.section-6,
.fusion-ai-page-section.section-2,
.fusion-ai-page-section.section-6,
.research-suite-page-section.section-2,
.risk-suite-page-section.section-2,
.partners-page-section.section-1 {
    background-color: #f5f5f5;
}

.research-suite-page-section.section-hero,
.risk-suite-page-section.section-hero {
    background: #f5f5f5;
    color: #444;
}

.nexus-page-section.section-4,
.fusion-ai-page-section.section-4 {
    background-color: rgba(0, 107, 119, 0.05);
    border-color: rgba(0, 107, 119, 0.1);
}

.section-result-box {
    background-color: rgba(0, 107, 119, 0.05);
    border-color: rgba(0, 107, 119, 0.1);
}

.section-wrap-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    padding: 80px 40px;
}

.section-wrap-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding: 80px 40px;
}

.section-wrap-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    padding: 48px 40px;
}

.section-hero {
    background: linear-gradient(to right, rgb(0, 82, 204), rgb(0, 107, 119));
    color: #fff;
}

.platform-content-section .section-wrap,
.platform-page-section .section-wrap,
.about-page-section .section-wrap,
.leadership-page-section .section-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    padding: 40px;
}

.section-hero .section-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    padding: 80px 40px;
}

.section-hero .page-title {
    margin-bottom: 24px;
}

.section-hero p {
    line-height: 1.7;
}

.section-hero-button {
    padding: 8px 18px !important;
    border-radius: 18px;
    background-color: color-mix(in oklab, #fff 20%, transparent) !important;
    margin-bottom: 24px;
    color: #fff;
    display: inline-flex;
}

.section-hero-button:hover {
    color: #fff;
}

.research-suite-page-section .section-hero-button {
    background-color: color-mix(in oklab, #0052cc 10%, transparent) !important;
    color: #0052cc;
}

.research-suite-page-section .section-hero-button:hover {
    color: #0052cc;
}

.section-hero p {
    margin-bottom: 24px;
}

.section-hero img {
    margin-top: 24px;
}

.inline-icon-text {
    display: inline-flex;
    width: 100%;
    column-gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.iit-heading {
    font-weight: 600;
}

.inline-icon-text svg {
    stroke: #444;
}

.adding-bg {
    stroke: #0052cc !important;
    background-color: color-mix(in oklab, #0052cc 10%, transparent);
    width: 40px;
    height: 40px;
    padding: 10px;
}

.adding-bg-lagre {
    stroke: #0052cc !important;
    background-color: color-mix(in oklab, #0052cc 10%, transparent);
    width: 48px;
    height: 48px;
    padding: 10px;
}

a.inline-icon-text {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 12px;
}

a.inline-icon-text:hover {
    color: #0052cc;
    border-color: #0052cc;
}

a.inline-icon-text:hover svg {
    stroke: #0052cc;
}

.box-for-iit-heading,
.box-for-bl-articles-heading,
.box-for-li-with-bg,
.box-for-list-items {
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.fusion-ai-page-section .box-for-li-with-bg {
    padding: 0;
    border: none;
    border-radius: 0;
}

.box-for-iit-heading {
    background-color: #fafafa;
}

.box-for-bl-articles-heading {
    background-color: #fff;
}

.bg-white {
    background-color: #fff;
}

.bl-article {
    padding-left: 16px;
    border-left: 2px solid #0052cc;
}

.bl-article strong {
    display: block;
    margin-bottom: 12px;
}

.bl-article-with-image-box {

}

.bl-article p {
    margin-bottom: 0;
    line-height: 1.7;
}

.gap-bottom-1 {
    margin-bottom: 12px;
}

.gap-bottom-2,
.bl-articles-heading {
    margin-bottom: 24px;
}

.gap-bottom-3 {
    margin-bottom: 32px;
}

.gap-bottom-4 {
    margin-bottom: 48px;
}

.gap-bottom-5 {
    margin-bottom: 64px;
}

.gap-top-1 {
    margin-top: 12px;
}

.gap-top-2 {
    margin-top: 24px;
}

.gap-top-3 {
    margin-top: 32px;
}

.gap-top-4 {
    margin-top: 48px;
}

.gap-top-5 {
    margin-top: 64px;
}

.li-with-bg {
    background-color: #f5f5f5;
    font-size: 14px;
    padding: 12px;
    border-radius: 4px;
}

.box-for-li-with-bg-full {
    
}

.li-with-bg-name {

}

.box-for-li-with-bg .grid {
    margin-bottom: 24px;
}

.box-for-iit-heading p {
    margin-bottom: 0;
}

.section-header {
    margin-bottom: 40px;
}

.donut-circle {
    
}

.box-for-button-text {
    width: 780px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.box-for-button-text button {
    font-size: 14px;
    color: #006b77 !important;
    background-color: rgba(0, 107, 119, 0.1) !important;
    border-color: rgba(0, 107, 119, 0.1) !important;
    border-radius: 4px;
    margin-bottom: 24px;
}

.box-for-button-text p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 0;
}

.cta-box {
    background-color: color-mix(in oklab, #0052cc 5%, transparent);
    border: 1px solid color-mix(in oklab, #0052cc 20%, transparent);
    border-radius: 4px;
    text-align: center;
    padding: 32px;
}

.cta-box p {
    max-width: 80%;
    margin: 0 auto 25px;
}

.faq-box h2 {
    text-align: center;
}
*/
/*
.box-for-list-items ul {
    list-style-type: disc !important;
    margin-left: 20px !important;
}

.box-for-list-items li {
    line-height: 1.7;
    margin-bottom: 12px;
}

.box-for-list-items li:last-child {
    margin-bottom: 0;
}

.box-for-heading-image-with-caption {
    line-height: 0;
}

.box-for-heading-image-with-caption h2 {
    margin-bottom: 24px;
}

.box-for-heading-image-with-caption p {
    margin-top: 8px;
    margin-bottom: 0;
}

.nexus-page-section.section-1,
.nexus-page-section.section-3,
.nexus-page-section.section-6,
.fusion-ai-page-section.section-2,
.fusion-ai-page-section.section-6,
.research-suite-page-section.section-2,
.risk-suite-page-section.section-2 {
    background-color: #f5f5f5;
}

.research-suite-page-section.section-hero,
.risk-suite-page-section.section-hero {
    background: #f5f5f5;
    color: #444;
}

.nexus-page-section.section-4,
.fusion-ai-page-section.section-4 {
    background-color: rgba(0, 107, 119, 0.05);
    border-color: rgba(0, 107, 119, 0.1);
}

.platform-page-section.section-6 {
    display: none;
}

.default-removed {
    list-style-type: none;
    margin: 0;
}

.small-fs,
.iit-heading-more .learn-more {
    font-size: 14px;
}

.iit-heading-more .learn-more {
    margin-top: 22px;
}

.iit-heading-more .learn-more {
    align-items: center;
    column-gap: 10px;
    display: flex;
    justify-content: flex-start;
    color: #0052cc;
    transition: column-gap .4s;
}

.iit-heading-more:hover {
    color: #444;
}

.iit-heading-more:hover .learn-more {
    color: #0052cc;
    column-gap: 20px;
}

.iit-heading-more:hover .learn-more svg {
    margin-left: 5px;
}

.inline-icon-text,
.inline-icon-heading,
.inline-icon-text-with-anchor,
.inline-icon-heading-with-anchor,
.inline-icon-heading-coloured {
    display: inline-flex;
    width: 100%;
    column-gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.inline-icon-heading-coloured {
    margin-bottom: 24px;
}

.inline-icon-text svg,
.inline-icon-heading svg,
.inline-icon-text-with-anchor svg,
.inline-icon-heading-with-anchor svg,
.inline-icon-heading-coloured svg {
    width: 40px;
    height: 40px;
    padding: 10px;
    stroke: #444;
}

.inline-icon-text svg.bg-icon,
.inline-icon-heading svg.bg-icon {
    stroke: #0052cc;
    background-color: color-mix(in oklab, #0052cc 10%, transparent);
}

.inline-icon-text-with-anchor {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 4px;
}

.inline-icon-text-with-anchor:hover {
    color: #0052cc;
    border-color: #0052cc;
}

.inline-icon-text-with-anchor:hover svg {
    stroke: #0052cc;
}

.box-with-icon-heading-text,
.box-with-icon-heading-text-anchor,
.li-with-bg-box-main {
    background-color: #fafafa;
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.box-with-icon-heading-text-anchor,
.li-with-bg-box-main {
    background-color: #fff;
}

.box-with-icon-bg-heading-text {

}

.text-for-box-with-icon-heading-text {

}

.content-with-lb-heading-text {
    padding-left: 16px;
    margin-bottom: 24px;
    border-left: 2px solid #0052cc;
}

.box-for-content-with-lb-heading-text {
    background-color: #fff;
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.content-with-lb-heading-text-box {

}

.content-with-lb-heading-text-boxes {

}

.li-with-bg {
    padding: 12px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.li-with-bg-name {

}

.li-with-bg-box ul {
    list-style-type: none;
    margin: 0;
}

.li-with-bg-anchor {
    
}

.two-columns-grid {

}

.three-columns-grid {
    
}

.two-columns-grid .column,
.three-columns-grid .column {
    padding: 24px;
    background-color: #fff;
    border-radius: 4px;
}

@media screen and (min-width: 768px) {
    .two-columns-grid .grid {
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 0fr;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .three-columns-grid .grid {
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 0fr;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .box-for-li-with-bg .two-columns-grid .grid {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .bl-article .row {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 24px;
    }

    .bl-article .row .column-1 {
        width: 40%;
    }
    
    .bl-article .row .column-2 {
        width: 60%;
    }
}

.platform-content {
    padding: 20px;
    background-color: #fafafa;
}

.pcs-1 .pc-box-1 {
    padding: 20px 25px;
    border-radius: 16px;
    border: 2px solid #aec6eb;
    box-shadow: 0 8px 6px -6px rgba(174, 198, 235, 1);
    -webkit-box-shadow: 0 8px 6px -6px rgba(174, 198, 235, 1);
    -moz-box-shadow: 0 8px 6px -6px rgba(174, 198, 235, 1);
}

.two-columns-items {
    margin-bottom: 64px;
}

.two-columns-items .column,
.two-columns-items .group,
.three-columns-items .group {
    background-color: #fafafa;
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.platform-page-section.section-2 .two-columns-items .column {
    background-color: #fff;
}

.group-header {
    margin-bottom: 24px;
}

.group strong,
.group p,
.bb-content strong {
    line-height: 1.7;
}

.group strong,
.bb-content strong {
    display: block;
    margin-bottom: 8px;
}

.ab-content {
    padding: 24px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
}

.ab-content li {
    font-size: 14px;
}

.tci-items-header {
    display: inline-flex;
    width: 100%;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 24px;
}

.tci-items-header svg {
    stroke: #0052cc;
    background-color: color-mix(in oklab, #0052cc 10%, transparent);
    width: 40px;
    height: 40px;
    padding: 10px;
}

.tci-items-header strong {
    margin-bottom: 0;
    line-height: 40px;
}

.platform-page-section.section-2 .tci-items-header svg {
    background-color: transparent;
    width: auto;
    height: auto;
    padding: 0;
}

.platform-page-section.section-2 .group {
    border: none;
    border-left: 2px solid #0052cc;
    background-color: transparent;
    padding: 0 0 0 16px;
    margin-bottom: 24px;
}

.platform-page-section.section-2 .group p {
    margin-bottom: 0;
}

.platform-page-section.section-3 .tci-items-header svg {
    width: 48px;
    height: 48px;
}

.platform-page-section.section-3 .tci-items-header strong {
    line-height: 48px;
}

.tci-list-items {
    margin: 0;
    list-style-type: none;
}

.tci-list-items li {
    margin-bottom: 12px;
}

.tci-list-items li:last-child {
    margin-bottom: 0;
}

.tci-list-items li a {
    width: 100%;
    display: inline-flex;
    column-gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.tci-list-items .svg-round-shape-icon-2 {
    stroke: #444;
}

.tci-list-items li a:hover {
    border-color: #0052cc;
    color: #0052cc;
}

.tci-list-items li a:hover .svg-round-shape-icon-2 {
    stroke: #0052cc;
}

.two-columns-items .column-1 .tci-items-header {
    color: #0052cc;
}

.two-columns-items .column-1 .tci-items-header .svg-round-shape-icon-2 {
    stroke: #0052cc;
}

.two-columns-items .column-2 .tci-items-header {
    color: #006b77;
}

.two-columns-items .column-2 .tci-items-header .svg-round-shape-icon-2 {
    stroke: #006b77;
}

.three-columns-items .tci-items-header .svg-round-shape-icon-2 {
    stroke: #0052cc;
}

.pp-bio-boxes h2 {
    margin-bottom: 40px;
}

.bb-content {
    padding-left: 15px;
    margin-top: 24px;
    border-left: 2px solid #0052cc;
}

.bb-content,
.bb-content p {
    line-height: 1.7;
}

.pp-bio-box:last-child {
    margin-top: 64px;
}

.pp-achivement-boxes {
    margin-top: 64px;
}

.pp-achivement-boxes h2 {
    margin-bottom: 24px;
}

.pp-achivement-box {

}

.ab-content ul {
    margin: 0 0 16px;
    list-style-type: none;
}

.ab-content li {
    padding: 12px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.pp-investment-teams {

}

.pp-investment-team {

}

.platform-page-section.section-1 {
    background-color: #f5f5f5;
}

.platform-page-section.section-2 {
    background-color: #fafafa;
}

.platform-page-section.section-3 {
    background-color: #f5f5f5;
}

.platform-page-section.section-4 {
    background-color: rgba(0, 107, 119, 0.05);
    border: 1px solid rgba(0, 107, 119, 0.1);
    padding: 24px 0;
}

.platform-page-section.section-5 {
    
}

.platform-page-section.section-6 {
    display: none;
}

.platform-page-section.section-7 {
    background-color: #f5f5f5;
    padding: 64px 0;
}

.platform-page-section.section-7 h2 {
    margin-bottom: 32px;
}

.leadership-page-section.section-2 {
    background-color: #f5f5f5;
}

section.leadership-page-section .section-wrap {
    max-width: 1440px;
    padding: 80px 40px;
}

section.leadership-page-section h2 {
    text-align: center;
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .two-columns-items .grid {
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 0fr;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .three-columns-items .grid {
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 0fr;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .ab-content .grid {
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 0fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
}
*/

/* Copy link tooltip */
.copy-link-tooltip {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.copy-link-tooltip--visible {
    opacity: 1;
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    padding: 15px !important;
}
/* Copy link tooltip end */

/* INTEGRATE CUSTOM.CSS
====================== */
.iframe-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
}

.iframe-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#root p {
    margin-bottom: 0;
}

.site-header,
.main-navigation,
[class*="sticky-nav"] {
    z-index: 99999 !important;
}

.releases-list {
    /*
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;*/
}

.release-card {
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
    padding: 24px;
    margin-bottom: 24px;
    /*
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: border-color 0.2s ease;*/
}

.release-card:hover {
    border-color: #0052cc;
}

.release-card:hover .release-title a,
.release-card:hover .release-footer svg {
    color: #0052cc;
}

.release-card-body {
    /*
    display: flex;
    flex-direction: column;
    gap: 10px;*/
}

.release-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
/*
.release-description {
    font-size: 15px;
    line-height: 1.65;
    color: #374151;
    margin: 0;
}

.release-description p {
    margin: 0;
}
*/
.release-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
}

.release-meta {
    font-size: 16px;
    color: #6b6b6b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.release-sep {
    color: #6b6b6b;
}

.release-ext-link {
    color: #6b6b6b;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.release-ext-link:hover {
    color: #2557d6;
}

.releases-no-posts {
    color: #6b7280;
    padding: 40px 0;
    text-align: center;
}
/*
.releases-pagination {
    margin: 42px 0 0;
    text-align: center;
}

.releases-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    margin: 0 3px;
    border: 1px solid #d5d8dc;
    border-radius: 4px;
    color: #374151;
    background: #fff;
    text-decoration: none;
    font-size: 15px;
    transition:
        background 0.2s ease,
        border-color 0.2s ease;
}

.releases-pagination .page-numbers:hover {
    background: #f3f4f6;
    border-color: #9ca3af;
}

.releases-pagination .page-numbers.current {
    background: #2557d6;
    border-color: #2557d6;
    color: #fff;
    pointer-events: none;
    font-weight: 600;
}

.releases-pagination .page-numbers.prev,
.releases-pagination .page-numbers.next {
    border-color: transparent;
    background: transparent;
    color: #374151;
    font-weight: 500;
}

.releases-pagination .page-numbers.prev:hover,
.releases-pagination .page-numbers.next:hover {
    color: #2557d6;
    background: transparent;
    border-color: transparent;
}

@media (max-width: 480px) {
    .release-card {
        padding: 18px 20px;
    }

    .releases-pagination .page-numbers {
        min-width: 34px;
        height: 34px;
        font-size: 13px;
        margin: 0 2px;
    }
}
*/
/* DARK THEME
====================== */
.dark-theme,
.dark-theme .site {
    background-color: #1c1c1c;
    color: #f5f5f5;
}

.dark-theme a {
    color: #f5f5f5;
}

.dark-theme a:hover,
.dark-theme a:focus {
    color: #c9e6fc;
}

.dark-theme button,
.dark-theme .button {
    color: #002176 !important;
    background-color: #c9e6fc !important;
    border-color: #c9e6fc;
}

.dark-theme button:hover,
.dark-theme .button:hover {
    background-color: #f2fff9 !important;
    border-color: #f2fff9;
}

.dark-theme .green-button {
    background-color: #c8fae4 !important;
    border-color: #c8fae4;
    color: #004d60 !important;
}

.dark-theme .green-button:hover {
    background-color: #f2fff9 !important;
    border-color: #f2fff9;
}

.dark-theme .tp-button {
    background-color: color-mix(in oklab, #444 30%, transparent) !important;
    border-color: #c9e6fc;
    color: #c9e6fc !important;
}

.dark-theme .tp-button:hover {
    opacity: 0.9;
}

.dark-theme .main-navigation {
    border-color: #444;
}

.dark-theme .main-navigation .main-nav,
.dark-theme .main-navigation ul ul {
    background-color: #1c1c1c;
}

.dark-theme .main-navigation .main-nav ul a {
    color: #f5f5f5 !important;
}

.dark-theme .main-navigation .main-nav ul a .description {
    color: #b5b5b5 !important;
}

.dark-theme .main-navigation .main-nav ul a:hover,
.dark-theme .main-navigation .main-nav ul a:hover .description {
    color: #c9e6fc !important;
}

.dark-theme .main-navigation .main-nav .nav-groups-title a:hover {
    color: #f5f5f5 !important;
}

.dark-theme .main-navigation .main-nav .nav-groups-title ul a:hover,
.dark-theme .main-navigation .main-nav .nav-groups-title ul a:hover .description {
    color: #c9e6fc !important;
}

.dark-theme .main-navigation .menu-toggle {
    color: #f5f5f5 !important;
}

.dark-theme .main-navigation .menu-toggle:hover,
.dark-theme .main-navigation.toggled .menu-toggle {
    color: #c9e6fc !important;
}

.dark-theme .menu-toggle svg {
    fill: #f5f5f5;
}

.dark-theme .menu-toggle svg:hover {
    fill: #c9e6fc;
}

.dark-theme .nav-groups-title .sub-menu a {
    background-color: transparent;
}

.dark-theme .menu-item .description {
    color: #b5b5b5;
}

.dark-theme .nav-groups-title .sub-menu a:hover {
    background-color: #444;
}

.dark-theme .nav-groups-title .sub-menu a:hover,
.dark-theme .nav-groups-title .sub-menu a:hover .description {
    color: #0052cc;
}

.dark-theme .main-navigation .main-nav .nav-group-title {
    border-color: #444;
}

.dark-theme .main-navigation .site-logo {
    display: none !important;
}

.dark-theme .main-navigation .sticky-navigation-logo {
    display: block !important;
}

.dark-theme .sun-moon-box {
    background-color: #c9e6fc;
    border-color: #c9e6fc;
}

.dark-theme .sun-moon-box svg:first-child {
    opacity: 0;
}

.dark-theme .sun-moon-box svg:last-child {
    opacity: 1;
}

.dark-theme .is_stuck,
.dark-theme .get-started-today-box {
    background-color: #1c1c1c;
}

@media (min-width: 768px) {
    .dark-theme .main-navigation .main-nav {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
}

@media (max-width: 767px) {
    .dark-theme .main-navigation.toggled .main-nav ul {
        background-color: transparent;
    }
}

.dark-theme .section-get-started {
    background-color: #232323;
}

.dark-theme .get-started-content.fp-cb-bottom div.wpforms-container-full {
    background-color: #282828;
    border-color: #444;
}

.dark-theme div.wpforms-container-full .wpforms-form .wpforms-title,
.dark-theme div.wpforms-container-full .wpforms-form .wpforms-description {
    color: #f5f5f5 !important;
}

.dark-theme div.wpforms-container-full .wpforms-form .wpforms-field-label,
.dark-theme div.wpforms-container-full .wpforms-field-label-inline,
.dark-theme div.wpforms-container-full .wpforms-field-sublabel {
    color: #f5f5f5 !important;
}

.dark-theme div.wpforms-container-full .wpforms-form input[type=text],
.dark-theme div.wpforms-container-full .wpforms-form input[type=email],
.dark-theme div.wpforms-container-full .wpforms-form input[type=password],
.dark-theme div.wpforms-container-full .wpforms-form input[type=tel],
.dark-theme div.wpforms-container-full .wpforms-form input[type=checkbox],
.dark-theme div.wpforms-container-full .wpforms-form input[type=radio],
.dark-theme div.wpforms-container-full .wpforms-form select,
.dark-theme div.wpforms-container-full .wpforms-form textarea {
    border-color: #444;
    background-color: color-mix(in oklab, #444 30%, transparent);
    color: #f5f5f5;
}

.dark-theme div.wpforms-container-full .wpforms-form select option {
    color: #f5f5f5;
    background-color: #282828;
}

.dark-theme div.wpforms-container-full .wpforms-form select option.choice-1 {
    color: #c9e6fc;
}

.dark-theme div.wpforms-container-full .wpforms-form input[type=checkbox]:before,
.dark-theme div.wpforms-container-full .wpforms-form input[type=radio]:before {
    background-color: color-mix(in oklab, #444 30%, transparent);
    border-color: #444;
}

.dark-theme div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
    border-color: #c9e6fc;
}

.dark-theme div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
    border-color: #f2fff9;
}

.dark-theme .get-started-today-box div.wpforms-container-full .wpforms-form {
    color: #f5f5f5 !important;
}

.dark-theme .wpforms-container :-moz-placeholder {
    color: #b5b5b5 !important;
    opacity: 1 !important;
}

.dark-theme .wpforms-container ::-moz-placeholder {
    color: #b5b5b5 !important;
    opacity: 1 !important;
}

.dark-theme .wpforms-container :-ms-input-placeholder {
    color: #b5b5b5 !important;
}

.dark-theme .wpforms-container ::-ms-input-placeholder {
    color: #b5b5b5 !important;
}

.dark-theme .wpforms-container ::placeholder {
    color: #b5b5b5 !important;
}

.dark-theme .footer-widgets,
.dark-theme .site-info {
    background-color: #1c1c1c;
}

.dark-theme .footer-widgets,
.dark-theme .inside-site-info {
    border-color: #444;
}

.dark-theme .fw-social-icons li:last-child svg {
    fill: #f5f5f5;
}

.dark-theme .fw-social-icons li:last-child svg:hover {
    fill: #c9e6fc;
}

.dark-theme .site-info {
    color: #f5f5f5;
}

.dark-theme .site-info a {
    color: #f5f5f5;
}

.dark-theme .site-info a:hover {
    color: #c9e6fc;
}

.dark-theme .foo-bar-left img.dark {
    display: block;
}

.dark-theme .foo-bar-left img.light {
    display: none;
}

.dark-theme .section-clients-say {
    background-color: #232323;
}

.dark-theme .eds-testimonial-card {
    background-color: #282828;
    border-color: #444;
}

.dark-theme .eds-testimonial-quote {
    color: #d5d5d5;
}

.dark-theme .eds-testimonial-name {
    color: #f5f5f5;
}

.dark-theme .eds-testimonial-company {
    color: #b5b5b5;
}

.dark-theme .eds-testimonial-footer {
    border-top-color: #444;
}

.dark-theme .eds-nav-btn {
    background-color: #3a3a3a;
    color: #aaa;
}

.dark-theme .eds-nav-btn:hover:not(:disabled) {
    background-color: #0052cc;
    color: #fff;
}


.dark-theme .latest-post-box {
    background-color: #282828;
    border-color: #444;
}

.dark-theme .general-blogs-right .latest-post-box:first-child {
    border-bottom: 1px solid #444;
}

.dark-theme .blog-page-lpb .post-top-meta,
.dark-theme .blog-page-lpb .post-top-meta a,
.dark-theme .widget-lpb .post-top-meta,
.dark-theme .widget-lpb a .post-top-meta {
    color: color-mix(in oklab, #f5f5f5 70%, transparent);
}

.dark-theme .rpw-lpb .post-top-meta,
.dark-theme .rpw-lpb a .post-top-meta {
    color: #6b6b6b;
    color: #b5b5b5;
}

.dark-theme .post-top-meta a:hover {
    color: #c9e6fc;
}

.dark-theme .post-top-meta span {
    border-color: #444;
}

.dark-theme .post-cat span {
    background-color: #282828;
}

.dark-theme .general-blogs .post-cat span {
    background-color: #444;
}

.dark-theme .general-blogs-left .latest-post-box .post-bottom {
    background-color: #282828;
}

.dark-theme .widget-lpb a .post-title,
.dark-theme .rpw-lpb a .post-cat,
.dark-theme .rpw-lpb a .post-title {
    color: #f5f5f5;
}

.dark-theme .widget-lpb a:hover .post-title {
    color: #f5f5f5;
}

.dark-theme .rpw-lpb a:hover .post-title,
.dark-theme .blog-page-lpb:hover .post-title a {
    color: #c9e6fc;
}

.dark-theme .widget-lpb a:hover .post-excerpt {
    color: #f5f5f5;
}

.dark-theme .post-continuing a,
.dark-theme .latest-post-box a .post-continuing,
.dark-theme .latest-post-box a:hover .post-continuing,
.dark-theme .post-continuing a:hover {
    color: #c9e6fc;
}

.dark-theme .general-blogs-right .latest-post-box:first-child::after {
    background-color: #444;
}

.dark-theme .general-blogs-right .inner {
    background-color: #282828;
    border-color: #444;
}

.dark-theme .category-tabs .gb-tabs__menu-item {
    background-color: #282828 !important;
    border-color: #444;
    color: color-mix(in oklab, #f5f5f5 70%, transparent) !important;
}

.dark-theme .category-tabs .gb-tabs__menu-item:hover {
    background-color: #444 !important;
    color: color-mix(in oklab, #f5f5f5 70%, transparent) !important;
}

.dark-theme .category-tabs .gb-block-is-current {
    background-color: #c9e6fc !important;
    border-color: #c9e6fc;
    color: #002176 !important;
}

.dark-theme .category-tabs .gb-block-is-current:hover {
    background-color: #fff !important;
    color: #002176 !important;
}

.dark-theme .pagination .page-numbers {
    background-color: #282828;
    border-color: #444;
}

.dark-theme .pagination .page-numbers:hover {
    color: #f5f5f5;
    background-color: #444;
}

.dark-theme .pagination .page-numbers.current {
    background-color: #c9e6fc;
    color: #002176;
    border-color: #c9e6fc;
}

.dark-theme .pagination .next {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.dark-theme .pagination .next:hover {
    color: #c9e6fc;
    background-color: transparent;
}

.dark-theme .elem-wrapper-1,
.dark-theme .filter-tabs-section {
    background-color: #282828;
    border-color: #444;
}

.dark-theme .author-filter-tab.gb-tabs__menu-item,
.dark-theme .author-filter-tab.gb-tabs__menu-item:hover {
    background-color: #444 !important;
    color: #f5f5f5 !important;
}

.dark-theme.single .site-content .entry-header,
.dark-theme .blog-post-section-bottom .section-wrap {
    border-color: #444;
}

.dark-theme .before-post-title a {
    color: #f5f5f5;
    background-color: #444;
}

.dark-theme .after-title-meta,
.dark-theme .after-title-meta a {
    color: #b5b5b5;
}

.dark-theme .after-title-meta a:hover {
    color: #c9e6fc;
}

.dark-theme .social-share .wp-block-social-link svg {
    color: #f5f5f5 !important;
}

.dark-theme .social-share .wp-block-social-link svg:hover {
    color: #c9e6fc !important;
}

.dark-theme .cs-card {
    background: #1e2533;
    border-color: #2d3748;
}

.dark-theme .cs-card::after {
    background: #2d3748;
}

.dark-theme .cs-excerpt,
.dark-theme .cs-quote {
    color: #a0aec0;
}

.dark-theme .cs-tag {
    border-color: #4a5568;
    color: #a0aec0;
}

.dark-theme .cs-title a,
.dark-theme .cs-person-name {
    color: #f5f5f5;
}

.dark-theme .cs-person-title,
.dark-theme .cs-person-company {
    color: #718096;
}
