.hidden\! {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

body:not(.page-id-2829):not(.page-id-2973) .ub-top-barr {
    display: none;
}

.page-id-2829 .old-top-bar,
.page-id-2973 .old-top-bar {
    display: none !important;
}

.page-id-2829 .old-top-bar+.fusion-layout-column,
.page-id-2973 .old-top-bar+.fusion-layout-column {
    padding-top: 1rem;
}

.ub-top-bar a {
    color: #fff;
}

.ub-top-bar a:hover {
    color: #bbdbf9;
}

.ub-top-bar p {
    margin: 0;
}

.ub-top-bar strong {
    font-weight: 600;
}

.mr-2 {
    margin-right: 0.5rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

body:not(.page-id-2829):not(.page-id-2973) .ub-usp-bar {
    display: none;
}

.ub-usp-bar {
    z-index: 0 !important;
}

.ub-usp-bar .usp-bar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    padding: 16px 30px;
    background: #0d3068;
    color: #ffffff;
}

.usp-bar__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 500;
    white-space: nowrap;
    font-size: 15px;
}

.usp-bar__item i {
    font-size: 18px;
}

@media (max-width: 1200px) {
    .ub-usp-bar .usp-bar {
        position: relative;
        display: block;
        height: 60px;
        padding: 0 20px;
        overflow: hidden;
    }

    .usp-bar__item {
        position: absolute;
        inset: 0;
        padding: 0 20px;
        opacity: 0;
        animation: uspFade 16s infinite;
    }

    .usp-bar__item:nth-child(1) {
        animation-delay: 0s;
    }

    .usp-bar__item:nth-child(2) {
        animation-delay: 4s;
    }

    .usp-bar__item:nth-child(3) {
        animation-delay: 8s;
    }

    .usp-bar__item:nth-child(4) {
        animation-delay: 12s;
    }
}

@keyframes uspFade {

    0%,
    20% {
        opacity: 1;
    }

    25%,
    100% {
        opacity: 0;
    }
}

.homepage-hero-banner h1 {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 48px !important;
}

.homepage-hero-banner p {
    font-size: 20px;
}

.homepage-hero-banner .ub-hero-form {
    background-color: #fff;
    border-radius: 16px;
    padding: 32px 24px 16px 24px;
    overflow: hidden;
    border: 1px solid #E8EBEF;
}

.homepage-hero-banner .ub-hero-form h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.homepage-hero-banner .ub-hero-form p {
    font-size: 16px;
}

.homepage-hero-banner .ub-hero-form input {
    margin: 0 !important;
}

.homepage-hero-banner .ub-hero-form input::placeholder,
.homepage-hero-banner .ub-hero-form select,
.homepage-hero-banner .ub-hero-form textarea::placeholder {
    font-size: 15px !important;
}

.homepage-hero-banner .gfield_consent_label {
    font-size: 12px !important;
}

.homepage-hero-banner .gform_legacy_markup_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}

.homepage-hero-banner .gform_footer .gform_button[type=submit] {
    width: 100%;
    background-color: #2EA10F;
}

.homepage-hero-banner .gform_footer .gform_button[type=submit]:hover {
    background-color: #74c85d;
}

@media (max-width: 640px) {
    .homepage-hero-banner .fusion-text {
        text-align: center;
        margin-top: -40px;
    }

    .homepage-hero-banner {
        background-size: auto 800px !important;
        background-position: top !important;
    }
}

.trusted-companies {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 10px 22px 10px 10px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.trusted-companies__logos {
    display: flex;
    align-items: center;
}

.trusted-companies__logo {
    width: 52px;
    height: 52px;
    margin-left: -8px;
    overflow: hidden;
    border: 2px solid #0A2961;
    border-radius: 50%;
    background: #ffffff;
}

.trusted-companies__logo:first-child {
    margin-left: 0;
}

.trusted-companies__logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.trusted-companies__content {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}

.trusted-companies__content strong {
    font-size: 20px;
}

.trusted-companies__content span {
    margin-top: 4px;
    font-size: 15px;
}

@media (max-width: 600px) {
    .trusted-companies {
        gap: 12px;
        padding-right: 16px;
    }

    .trusted-companies__logo {
        width: 44px;
        height: 44px;
    }

    .trusted-companies__content strong {
        font-size: 16px;
    }

    .trusted-companies__content span {
        font-size: 13px;
    }
}

.ub-standards-block h2,
.ub-standards-block h3 {
    color: #fff !important;
    margin-top: 0;
    font-weight: 500 !important;
}

.ub-standards-block h2 {
    font-size: 36px !important;
    margin-bottom: 16px;
}

.ub-standards-block h3 {
    font-size: 28px !important;
    margin-bottom: 10px;
}

@media (max-width: 980px) {
    .homepage-hero-banner h1 {
        font-size: 38px !important;
    }

    .ub-standards-block h2 {
        font-size: 32px !important;
    }

    .ub-standards-block h3 {
        font-size: 24px !important;
    }
}

.blue-border-left {
    border-left: 4px solid #1E63A1;
    padding: 10px 10px 0 10px;
}

.ub-standards-block .align-stretch .fusion-flex-align-items-flex-start {
    align-items: stretch;
}

.ub-standards-block .blue-border-left p {
    font-size: 15px;
}

.button-white-outline {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.0);
    color: #fff !important;
    border-radius: 50px;
    font-weight: 500;
    display: inline-block;
}

.button-white-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.logo-carousel {
    width: calc(100% + 60px);
    overflow: hidden;
    padding: 40px 0;
    background: #ffffff;
    margin-right: -30px;
    margin-left: -30px;
}

.logo-carousel__track {
    display: flex;
    width: max-content;
    animation: logo-carousel-scroll 25s linear infinite;
}

.logo-carousel__group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 30px;
    padding-right: 30px;
}

.logo-carousel__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 160px;
    height: 80px;
    padding: 15px;
    background: #e8ebef;
    box-sizing: border-box;
}

.logo-carousel__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes logo-carousel-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .logo-carousel {
        padding: 25px 0;
    }

    .logo-carousel__group {
        gap: 20px;
        padding-right: 20px;
    }

    .logo-carousel__item {
        flex-basis: 130px;
        height: 70px;
    }
}

@media (max-width: 767px) {
    .accreditation-slider {
        width: 100%;
        overflow: hidden;
    }

    .accreditation-slider>.fusion-column-wrapper {
        display: flex !important;
        flex-flow: row nowrap !important;
        justify-content: flex-start !important;
        width: max-content !important;
        max-width: none !important;
        gap: 0 !important;
        animation: accreditation-scroll 1s linear infinite;
    }

    .accreditation-slider__group {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 35px;
        padding-right: 35px;
    }

    .accreditation-slider .fusion-image-element {
        flex: 0 0 180px;
        width: 180px;
        max-width: none !important;
        margin: 0 !important;
    }

    .accreditation-slider .fusion-imageframe,
    .accreditation-slider .fusion-imageframe a {
        display: block;
        width: 100%;
    }

    .accreditation-slider .fusion-imageframe img {
        display: block;
        width: 100%;
        height: 80px;
        object-fit: contain;
    }

    @keyframes accreditation-scroll {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }
}