    body.admin-bar {
        position: relative
    }

    .wp-caption.alignright,
    .wp-caption.alignleft,
    .wp-caption.aligncenter {
        display: table
    }

    .wp-caption.alignright,
    .wp-caption.alignleft,
    .wp-caption.alignnone,
    .wp-caption.aligncenter {
        margin: 0;
        width: auto !important
    }

    img.alignright,
    .wp-caption.alignright,
    img.alignleft,
    .wp-caption.alignleft {
        height: auto;
        max-width: 50%
    }

    img.alignnone,
    .wp-caption.alignnone img,
    img.aligncenter,
    .wp-caption.aligncenter img {
        height: auto;
        max-width: 100%
    }

    img.alignnone,
    .wp-caption.alignnone,
    img.aligncenter,
    .wp-caption.aligncenter {
        margin: 0 0 22px 0
    }

    img.alignright,
    .wp-caption.alignright {
        float: right;
        margin: 0 0 22px 30px
    }

    img.alignleft,
    .wp-caption.alignleft {
        float: left;
        margin: 0 30px 22px 0
    }

    img.aligncenter,
    .wp-caption.aligncenter img {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .wp-caption.aligncenter {
        margin-left: auto;
        margin-right: auto
    }

    .wp-caption-text {
        caption-side: bottom;
        display: table-caption
    }

    iframe,
    img {
        max-width: 100%
    }

    .will-lazyload {
        opacity: 0;
        transition: opacity .25 linear
    }

    .will-lazyload.lazyloaded {
        opacity: 1
    }

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        margin: 0;
        padding: 0;
        font-family: "Roboto", sans-serif;
        font-weight: 700
    }

    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4 {
        color: #030021
    }

    h1,
    .h1 {
        font-size: 30px;
        line-height: 1.23em
    }

    h2,
    .h2 {
        font-size: 25px;
        line-height: 1.2em;
        padding-bottom: 18px;
        position: relative
    }

    h2.title-divider:before,
    h3.title-divider:before {
        content: "\e915";
        font-family: "icomoon";
        position: absolute;
        left: 50%;
        bottom: -18px;
        font-size: 62px;
        color: #13b5f1;
        display: block;
        transform: translate(-50%, 0)
    }

    h2.title-divider,
    h3.title-divider {
        margin-bottom: 30px
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 1.2em;
        padding-bottom: 18px;
        position: relative
    }

    h4,
    .h4 {
        font-size: 22px;
        line-height: 1.1em;
        padding-bottom: 18px
    }

    p {
        margin: 0;
        padding: 0 0 28px;
        font-size: 16px;
        line-height: 1.56em;
        font-weight: 400
    }

    p:last-child {
        padding-bottom: 0
    }

    @media (min-width:768px) {

        h1,
        .h1 {
            font-size: 40px
        }

        h2,
        .h2 {
            font-size: 30px
        }

        h3,
        .h3 {
            font-size: 28px
        }

        h4,
        .h4 {
            font-size: 22px
        }
    }

    @media (min-width:1200px) {

        h1,
        .h1 {
            font-size: 48px
        }

        h2,
        .h2 {
            font-size: 38px
        }

        h3,
        .h3 {
            font-size: 33px
        }

        p {
            font-size: 18px;
            line-height: 1.5em
        }
    }

    ul,
    ol {
        padding: 0 0 10px 25px;
        margin: 0;
        list-style: none
    }

    .page-content ul,
    .page-content ol {
        width: auto;
        overflow: hidden;
        padding-left: 15px
    }

    .page-content ul {
        list-style-type: none
    }

    ol {
        padding-left: 25px
    }

    ol li {
        counter-increment: list;
        position: relative;
        list-style-type: none
    }

    ol li:before {
        content: counter(list) ".";
        position: absolute;
        left: 0
    }

    ul li,
    ol li {
        margin: 0 0 24px;
        padding: 0 0 0 24px;
        font-size: 18px;
        line-height: 1.56em;
        font-weight: 400;
        position: relative
    }

    ul li:before {
        content: "";
        font-family: "icomoon";
        position: absolute;
        left: 0;
        top: 7px;
        width: 8px;
        height: 8px;
        background: #13b5f1;
        border-radius: 50%
    }

    a {
        word-break: break-word;
        text-decoration: none;
        position: relative;
        transition: all ease-in-out 0.3s;
        font-weight: 700;
        color: #13b5f1;
        border-bottom: 1px solid transparent
    }

    blockquote {
        padding: 30px 35px 28px 32px;
        font-size: 16px;
        line-height: 1.5625em;
        font-weight: 400;
        position: relative;
        color: #030021;
        box-shadow: 0 0 15px rgba(3, 0, 33, .19);
        border-radius: 10px;
        margin: 0 0 34px 0
    }

    .blockquote strong {
        font-weight: 700;
        color: #030021
    }

    @media (min-width:768px) {
        blockquote {
            padding: 30px 25px 28px 32px
        }
    }

    @media (min-width:1200px) {
        a:hover {
            border-bottom: 1px solid #13b5f1
        }

        blockquote {
            font-size: 18px;
            line-height: 1.5em;
            margin: 0 0 33px 0;
            padding: 27px 25px 27px 32px
        }
    }

    .search-result__excerpt p {
        color: #030021
    }

    .section-margins {
        margin-top: var(--section-margins);
        margin-bottom: var(--section-margins)
    }

    .section-padding {
        padding-top: var(--section-margins);
        padding-bottom: var(--section-margins)
    }

    .clearfix::after {
        display: block;
        clear: both;
        content: ""
    }

    .btn {
        font-size: 16px;
        display: inline-block;
        padding: 17px 53px;
        line-height: 1.25em;
        border-radius: 40px;
        text-decoration: none;
        font-family: "Roboto", sans-serif;
        border: none;
        font-weight: 700;
        position: relative;
        transition: all 0.3s ease-in-out;
        vertical-align: middle;
        color: #fff;
        text-align: center;
        background: #04023c;
        text-transform: uppercase;
        letter-spacing: .05em
    }

    .btn-primary {
        background: #fff;
        color: #030021;
        border: 2px solid transparent;
        padding: 15px 53px
    }

    .btn-secondary {
        background: linear-gradient(to right, rgba(4, 2, 60, 1) 0%, rgba(4, 2, 60, 1) 37%, rgba(4, 2, 60, 1) 100%);
        color: #fff
    }

    .btn-tertiary {
        padding: 0 50px 0 0;
        background: transparent;
        color: #13b5f1
    }

    .btn-tertiary::before {
        content: "\e911";
        font-family: "icomoon";
        position: absolute;
        right: 0;
        top: 50%;
        font-size: 15px;
        transform: translate(0, -50%);
        font-weight: 400;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #13b5f1;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: all ease-in-out 0.3s
    }

    .btn-block {
        display: block;
        width: 100%
    }

    .btn+.btn {
        margin-top: 10px
    }

    @media (min-width:600px) {
        .btn+.btn {
            margin-top: 0;
            margin-left: 20px
        }
    }

    @media (min-width:1200px) {
        .btn {
            font-size: 18px
        }

        .btn:hover {
            border: none
        }

        .btn-secondary:hover {
            background: linear-gradient(to right, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 37%, rgba(38, 161, 219, 1) 100%);
            box-shadow: 0 0 20px rgba(37, 156, 216, 1)
        }

        .btn-primary:hover {
            border: 2px solid #fff;
            background: rgba(255, 255, 255, .2);
            color: #fff
        }

        .btn-tertiary {
            padding: 7px 50px 7px 0
        }

        .btn-tertiary:hover {
            background: #13b5f1;
            padding: 7px 62px 7px 27px;
            color: #04023c
        }

        .btn-tertiary:hover::before {
            right: 14px
        }
    }

    @font-face {
        font-family: "icomoon";
        src: url(../fonts/icomoon.eot?el3xzp);
        src: url("../fonts/icomoon.eot?el3xzp#iefix") format("embedded-opentype"), url(../fonts/icomoon.ttf?el3xzp) format("truetype"), url(../fonts/icomoon.woff?el3xzp) format("woff"), url("../fonts/icomoon.svg?el3xzp#icomoon") format("svg");
        font-weight: 400;
        font-style: normal;
        font-display: block
    }

    [class^="icon-"],
    [class*=" icon-"] {
        font-family: "icomoon" !important;
        speak: never;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .icon-arrow-prev:before {
        content: "\e900"
    }

    .icon-arrow-up:before {
        content: "\e901"
    }

    .icon-Business:before {
        content: "\e902"
    }

    .icon-Checkmark:before {
        content: "\e903"
    }

    .icon-Code:before {
        content: "\e904"
    }

    .icon-Dev-ops:before {
        content: "\e905"
    }

    .icon-Dots:before {
        content: "\e906"
    }

    .icon-dropdown:before {
        content: "\e907"
    }

    .icon-education:before {
        content: "\e908"
    }

    .icon-Executives:before {
        content: "\e909"
    }

    .icon-Facebook:before {
        content: "\e90a"
    }

    .icon-Feed:before {
        content: "\e90b"
    }

    .icon-Finances:before {
        content: "\e90c"
    }

    .icon-Linkedin:before {
        content: "\e90d"
    }

    .icon-login:before {
        content: "\e90e"
    }

    .icon-Medical:before {
        content: "\e90f"
    }

    .icon-menu:before {
        content: "\e910"
    }

    .icon-Right-arrow:before {
        content: "\e911"
    }

    .icon-search:before {
        content: "\e912"
    }

    .icon-secure:before {
        content: "\e913"
    }

    .icon-Secure-web:before {
        content: "\e914"
    }

    .icon-title-divider:before {
        content: "\e915"
    }

    .icon-Twitter:before {
        content: "\e916"
    }

    .icon-vendor:before {
        content: "\e917"
    }

    .icon-youtube:before {
        content: "\e918"
    }

    .icon-z-code:before {
        content: "\e919"
    }

    .icon-scroll:before {
        content: "\e91a";
        color: #fff
    }

    .icon-cross:before {
        content: "\ea0f"
    }

    input:not([type="radio"]):not([type="checkbox"]),
    button,
    textarea {
        -webkit-appearance: none
    }

    input:active,
    textarea:active,
    select:active,
    input:focus,
    textarea:focus,
    select:focus {
        outline: none;
        border: 1px solid #ccc
    }

    button::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border: none;
        padding: 0
    }

    .wp-pagenavi {
        margin-top: 50px
    }

    .wp-pagenavi .pages {
        border: 0;
        margin-left: 0;
        padding-left: 0
    }

    .wp-pagenavi span.current,
    .wp-pagenavi .page,
    .wp-pagenavi .nextpostslink,
    .wp-pagenavi .previouspostslink {
        border: 1px solid #ddd;
        display: inline-block;
        padding: 6px 11px
    }

    .wp-pagenavi span.current {
        background-color: #ddd;
        border-color: #ddd
    }

    @media (min-width:1025px) {
        .wp-pagenavi {
            margin-top: 70px
        }
    }

    @media (min-width:1025px) {
        .sticky-sidebar {
            position: -webkit-sticky;
            position: sticky;
            top: 125px
        }
    }

    .wpcf7-form {
        max-width: 695px;
        margin: 30px auto
    }

    .wpcf7-form p {
        font-size: 15px;
        margin: 25px 0;
        text-align: center
    }

    .form-group {
        margin: 15px 0 15px
    }

    .wpcf7-form-control.wpcf7-file {
        margin: 15px 0;
        font-size: 15px
    }

    .form-group label {
        font-size: 18px;
        display: block;
        font-family: "Roboto", sans-serif;
        font-weight: 800
    }

    .form-group .required {
        color: #13b5f1
    }

    .form-group input[type="email"],
    .form-group input[type="text"],
    .form-group input[type="tel"],
    .form-group input[type="number"],
    .form-group textarea {
        min-height: 45px;
        background: #efefef;
        border: none;
        border-radius: 5px;
        padding: 0 15px;
        width: 100%;
        margin: 5px 0 0;
        font-size: 16px;
        font-weight: 400
    }

    .form-group textarea {
        height: 105px;
        padding-top: 25px
    }

    .form-group input[type="email"]:focus,
    .form-group input[type="text"]:focus,
    .form-group input[type="tel"]:focus,
    .form-group input[type="number"]:focus {
        border: 1px solid #13b5f1
    }

    .form-group .wpcf7-form-control-wrap {
        position: relative
    }

    .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
        display: block;
        margin: 10px 0 10px 0
    }

    .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
        display: block;
        margin: 15px 0 10px 0
    }

    .wpcf7-form-control label .wpcf7-list-item-label {
        font-weight: 400;
        font-size: 16px
    }

    .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
        margin-left: 0
    }

    .wpcf7-form .wpcf7-not-valid-tip {
        border: 1px solid #c41700;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .wpcf7-form .wpcf7-not-valid-tip {
        color: #fff;
        background: #c41700;
        font-size: 11px;
        font-weight: 800;
        line-height: 15px;
        text-transform: uppercase;
        min-height: 35px;
        display: flex;
        align-items: center;
        padding-left: 25px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px
    }

    .form-group input[type="radio"] {
        position: absolute;
        opacity: 0
    }

    .form-group input[type="radio"]+.wpcf7-list-item-label:before {
        content: "";
        background: #f4f4f4;
        border-radius: 100%;
        border: 1px solid #b4b4b4;
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        position: relative;
        top: 0;
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease
    }

    .wpcf7-response-output {
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 800
    }

    .wpcf7-form.invalid .wpcf7-response-output {
        color: #c41700
    }

    .wpcf7-form.sent .wpcf7-response-output {
        color: green
    }

    .form-group input[type="radio"]:checked+.wpcf7-list-item-label:before {
        background-color: #13b5f1;
        box-shadow: inset 0 0 0 4px #f4f4f4
    }

    .form-group input[type="radio"]:focus+.wpcf7-list-item-label:before {
        outline: none;
        border-color: #13b5f1
    }

    .form-group input[type="radio"]+.wpcf7-list-item-label:empty:before {
        margin-right: 0
    }

    .cf7-form-multi-step.step-hidden,
    .multistep-form__inner,
    .cf7-form-multi-step__wrapper {
        display: none
    }

    .cf7-for-multi-step-nav .btn,
    .final-step-action .btn-tertiary.back-action:hover {
        text-transform: capitalize;
        cursor: pointer
    }

    .cf7-for-multi-step-nav {
        display: flex;
        justify-content: flex-end;
        margin: 40px 0 15px;
        align-items: center
    }

    .cf7-for-multi-step-nav .next-step-action.disabled,
    .submit-form.disabled {
        cursor: not-allowed
    }

    .cf7-for-multi-step-nav .next-step-action.disabled:before,
    .cf7-for-multi-step-nav .next-step-action.disabled:hover,
    .submit-form.disabled,
    .submit-form.disabled:hover {
        background-color: #efefef
    }

    .cf7-for-multi-step-nav.active-both-button {
        justify-content: space-between
    }

    .btn.btn-tertiary.back-action {
        padding: 7px 0 7px 50px
    }

    .btn.btn-tertiary.back-action:before {
        left: 0;
        right: initial;
        transform: rotate(180deg);
        top: 0
    }

    .btn.btn-tertiary.back-action:hover {
        padding: 7px 62px 7px 47px
    }

    .wpcf7-checkbox .wpcf7-list-item {
        position: relative;
        cursor: pointer
    }

    .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
        position: absolute;
        left: 0;
        opacity: 0
    }

    .wpcf7-checkbox .wpcf7-list-item-label {
        padding-left: 32px;
        cursor: pointer
    }

    .wpcf7-checkbox .wpcf7-list-item-label:before {
        content: "";
        display: block;
        width: 22px;
        height: 22px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        border-radius: 2px;
        border: 2px solid #7b7b7b;
        background-color: transparent;
        transition: background 0.15s ease-in-out, border 0.15s ease-in-out
    }

    .wpcf7-checkbox .wpcf7-list-item-label:after {
        content: "\e903";
        font-family: "icomoon" !important;
        speak: never;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 14px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 4px;
        color: #fff;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.15s ease-in-out
    }

    .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label:before {
        background-color: #13b5f1;
        border-color: #13b5f1
    }

    .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
        opacity: 1
    }

    .multistep-form {
        padding: 50px 0
    }

    .final-step-action .btn-tertiary.back-action {
        text-transform: capitalize
    }

    .form-group.final-step-action {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1;
        margin: 35px 0;
        position: relative
    }

    .form-group.final-step-action .wpcf7-spinner {
        display: none
    }

    @media (min-width:768px) {
        .multistep-form {
            padding: 52px 0
        }
    }

    @media (min-width:1200px) {
        .multistep-form {
            padding: 103px 0
        }
    }

    .multistep-form .container {
        max-width: 872px
    }

    .multistep-form__inner {
        max-width: 695px;
        padding: 0;
        margin: 87px auto 0
    }

    .multistep-form__forms {
        margin-top: 38px
    }

    .multistep-form__steps {
        display: none;
        justify-content: space-between;
        position: relative
    }

    .multistep-form__steps:before,
    .multistep-form__steps:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 20px;
        width: 100%;
        height: 4px;
        border-radius: 4px;
        background-color: #e2e2e2
    }

    .multistep-form__steps:after {
        width: var(--width-progress);
        background-color: #13b5f1
    }

    .steps-count {
        width: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2
    }

    .steps-count:not(:last-child) {
        margin-right: 20px
    }

    .steps-count:first-child {
        left: -2px
    }

    .steps-count:last-child {
        left: 2px
    }

    .steps-count .circle {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e2e2e2;
        margin-top: 12px;
        transition: background 0.3s ease-in-out;
        position: relative
    }

    .steps-count .circle i {
        font-size: 20px;
        line-height: 1;
        color: #fff;
        opacity: 0;
        transform: scale(0);
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out
    }

    .steps-count.is-validated .circle i {
        transform: scale(1);
        opacity: 1
    }

    .steps-count.is-validated .circle {
        background-color: #13b5f1
    }

    .steps-count .label {
        font-size: 16px;
        font-weight: 700;
        color: #030021
    }

    .show-form-steps {
        display: flex
    }

    .js-star-rating-5 {
        display: flex;
        margin: 15px 0
    }

    .js-star-rating-5 svg {
        width: 35px;
        height: 35px
    }

    .js-star-rating-5 .symbolFill {
        fill: none;
        cursor: pointer
    }

    .js-star-rating-5 .fill-rated .symbolFill {
        fill: #13b5f1
    }

    .js-star-rating-5:hover>svg .symbolFill {
        fill: #13b5f1
    }

    .js-star-rating-5>svg:hover~svg .symbolFill {
        fill: none
    }

    .star-rate-value-hidden {
        visibility: hidden;
        height: 0;
        min-height: 0 !important;
        margin: 0 !important;
        opacity: 0;
        position: absolute
    }

    .wpcf7-form-control-wrap[data-name="star-rate"] {
        margin-top: -15px;
        height: 0
    }

    .wpcf7-form-control-wrap[data-name="star-rate"] .wpcf7-not-valid-tip {
        position: relative;
        top: -10px
    }

    @media (min-width:600px) {
        .two-col-ul {
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2
        }
    }

    .wpcf7-form.submitting .wpcf7-submit {
        pointer-events: none;
        background: linear-gradient(to right, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 37%, rgba(38, 161, 219, 1) 100%);
        box-shadow: 0 0 20px rgba(37, 156, 216, 1);
        -webkit-animation: breathing 5s ease-out infinite normal;
        animation: breathing 5s ease-out infinite normal
    }

    @-webkit-keyframes breathing {
        0% {
            -webkit-transform: scale(.9);
            transform: scale(.9)
        }

        25% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        60% {
            -webkit-transform: scale(.9);
            transform: scale(.9)
        }

        100% {
            -webkit-transform: scale(.9);
            transform: scale(.9)
        }
    }

    @keyframes breathing {
        0% {
            -webkit-transform: scale(.9);
            -ms-transform: scale(.9);
            transform: scale(.9)
        }

        25% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }

        60% {
            -webkit-transform: scale(.9);
            -ms-transform: scale(.9);
            transform: scale(.9)
        }

        100% {
            -webkit-transform: scale(.9);
            -ms-transform: scale(.9);
            transform: scale(.9)
        }
    }
.logo-carousel .custom-logo { max-width: 150px; height: auto; margin: 0 auto; display: block; object-fit: contain; }
