.custom-logos-section img {
    width: auto;
    height: 48px;
}
.font-semibold {
 font-weight: 600;
}
.custom-logos-section .gap-10 {
    gap: 0;
    margin-top: 20px !important;
}
section.results-speak .icon-list figure.icon-list-column {
    border-radius: 16px;
    border: 1px solid var(--Grey-700, #C4CAD5);
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

section.results-speak .icon-list figure.icon-list-column img {
    width: 100%;
    object-position: center;
    border-radius: 6px;
    object-fit: cover;
}

section.results-speak .icon-list figure.icon-list-column .size-20 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
section.results-speak .icon-list figure.icon-list-column .gap-y-4 {
    padding: 50px 24px 32px;
    gap: 14px;
    text-align: left;
}
section.results-speak .icon-list figure.icon-list-column .gap-y-4 figcaption {
    height: 100% !important;
    font-size: calc(22px + (20 * ((100vw - 320px) / 1080)));
}

section.results-speak .icon-list .icon-list {
    gap: 60px 20px;
}
.black-request-demo.wp-block-button a,
.request-demo.wp-block-button a {
    display: flex;
    width: 274px;
    padding: 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 60px auto 0;
    cursor: pointer;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    background: url(/wp-content/uploads/2025/07/arrow-top-normal.png);
    background-size: 25px 25px;
    background-position: right 30px center;
    background-repeat: no-repeat;
}
.black-request-demo.wp-block-button a {
    border: 1px solid var(--Grey-100, #001B47);
    color: var(--Grey-100, #001B47);
}
.request-demo.wp-block-button a {
    border: 1px solid var(--white-100, #fff);
    color: var(--white-100, #FFF);
}
.black-request-demo.wp-block-button a:hover,
.request-demo.wp-block-button:hover a:hover {
    opacity: 0.7;
}
.testimonial-section p.eyebrow {
    font-weight: 600;
}
.testimonial-section h2 {
    font-weight: 700;
}
.faq-section h2 {
    font-weight: 700;
}

.faq-section h3 {
    font-weight: 600;
}
.faq-section .accordion {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    border: 1px solid var(--Social-Hustle-Grey-900, #F5F3F3);
    background: #FFF;
}
.faq-section .accordion svg path {
    stroke: #021b47;
}
.faq-section .accordion .pl-16 {
    padding-left: 2.5rem;
}
.bg-light-blue-100 {
    background: #FBFCFD;
}
.right-form {
    border: 1px solid #E6EAF0;
    border-radius: 16px;
}
.text-10 {
    font-size: 10px;
    max-width: 120px;
    margin: 0 auto 10px;
}
.w-14 {
    width: 5rem;
}

.right-form label {
    font-size: 12px;
    line-height: normal;
}

.right-form .hs-form .hs-form-field {
    position: relative;
    margin-bottom: 0px;
}

.right-form .hs-form .hs-form-field input {
    font-size: 16px;
}

.right-form .hs-form .hs-form-field select {
    font-size: 15px;
}

.right-form .hs-form-private {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.right-form .hs-form-private .hs_message, .right-form .hs-form-private .hs_submit.hs-submit, .right-form .hs-form-private .hs_leadsource, .right-form .hs-form-private .hs-fieldtype-select, .right-form  .hs-dependent-field {
    grid-column: 1 / -1;
}
.right-form .hs-form-private .hs_message textarea {
    display: block;
    padding: 10px 20px;
    height: 100px;
    resize: none;
    font-size: 16px;
    line-height: 1.5;
}
.right-form .hs-form .hs-error-msgs .hs-error-msg {
    color: red;
    font-size: 13px;
    display: inline-block;
    margin: 0;
    position: absolute;
    inset: 0;
    left: 0;
}
.right-form .hs-form-private .hs_submit.hs-submit input.hs-button.primary.large {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
     width: 100%;
}
.pointer-events-none {
    pointer-events: none
}
.mb-3 {
    margin-bottom: .75rem
}
.mt-2 {
    margin-top: .5rem
}
.size-6 {
    width: 1.5rem;
    height: 1.5rem
}

.w-4 {
    width: 1rem
}
.max-w-5xl {
    max-width: 64rem
}
.gap-12 {
    gap: 3rem
}
.rounded {
    border-radius: .25rem
}
.border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235/var(--tw-border-opacity, 1))
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity, 1))
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}
.p-0 {
    padding: 0
}
.p-2 {
    padding: .5rem
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}
.pb-3 {
    padding-bottom: .75rem
}
.pt-44 {
    padding-top: 11rem
}
.text-4xl {
    font-size: 3.25rem
}
.font-normal {
    font-weight: 400
}
.font-semibold {
    font-weight: 600
}
.text-\[\#5A6A85\] {
    --tw-text-opacity: 1;
    color: rgb(90 106 133/var(--tw-text-opacity, 1))
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity, 1))
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity, 1))
}
.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55/var(--tw-text-opacity, 1))
}
.text-green-100 {
    --tw-text-opacity: 1;
    color: rgb(220 252 231/var(--tw-text-opacity, 1))
}
.text-white\/90 {
    color: hsla(0, 0%, 100%, .9)
}
.opacity-30 {
    opacity: .3
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
}
.shadow,
.shadow-\[0_20px_40px_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)
}
.shadow-lg,
.shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)
}
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55/var(--tw-bg-opacity, 1))
}
.hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity, 1))
}
.hover\:underline:hover {
    text-decoration-line: underline
}
.hover\:opacity-5:hover {
    opacity: .05
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}
.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(96 165 250/var(--tw-ring-opacity, 1))
}
@media (min-width:640px) {
    .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}
@media (min-width:768px) {
    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }
}
@media (min-width:1024px) {
}
@media (max-width: 1199px){
    .right-form .hs-form-private {
        grid-template-columns: 1fr;
        gap: 16px;
    }

}