@font-face {font-family: 'ZohoPuvi';src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff2') format('woff2'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.ttf') format('truetype');font-style: normal;font-weight: 300;font-display: swap;}
@font-face {font-family: 'ZohoPuvi';src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff2') format('woff2'), /* Modern Browsers */ url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.ttf') format('truetype');font-style: normal;font-weight: 400;font-display: swap;}
@font-face {font-family: 'ZohoPuvi';src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff2') format('woff2'), /* Modern Browsers */ url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.ttf') format('truetype');font-style: normal;font-weight: 700;font-display: swap;}
body{font-family: ZohoPuvi, sans-serif;}

.opm-main-wrapper h1 {
    font-size: calc(2rem + 2.2vw);
    line-height: 1.0625;
    letter-spacing: -1px;
    font-weight: 700;
    margin: 0 0 12px
}

.opm-main-wrapper h2 {
    font-size: calc(1.325rem + 1.75vw);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.65px;
    margin: 0 0 12px
}

.opm-main-wrapper h3,
.opm-main-wrapper .h3 {
    font-size: calc(1.3rem + 1vw);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.5px;
    margin: 0 0 12px
}

.opm-main-wrapper h4 {
    font-size: calc(1.275rem + .75vw);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.5px;
    margin: 0 0 12px
}

.opm-main-wrapper h5,
.opm-main-wrapper .h5,
.feature-list-content h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.25px;
    margin: 0 0 12px
}

.opm-main-wrapper h6 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.25px;
    margin: 0 0 12px
}

.opm-main-wrapper p,
.opm-main-wrapper .p {
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 16px
}

.opm-main-wrapper ul li {
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 12px
}

.opm-main-wrapper p>a {
    font-style: italic;
}

@media only screen and (min-width: 1200px) {
    .opm-main-wrapper h1 {
        font-size: 4rem
    }

    .opm-main-wrapper h2 {
        font-size: 2.5rem
    }

    .opm-main-wrapper h3,
    .opm-main-wrapper .h3 {
        font-size: 2rem
    }

    .opm-main-wrapper h4 {
        font-size: 1.75rem
    }

    .opm-main-wrapper h5,
    .feature-list-content h3 {
        font-size: 1.5rem
    }
}

.opm-btn {
    border: 0;
    border-radius: 4px;
    font-weight: 400;
    font-size: calc(1rem + 2px);
    line-height: 1.5;
    cursor: pointer;
    text-align: center;
    padding: 12px 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e1e2e5;
    color: inherit;
    background-color: #fff;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    font-family: inherit
}

.opm-btn:hover {
    color: #e80e19;
    border-color: #e80e19
}

.opm-btn>.opm-btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.opm-btn>.opm-btn-icon+span {
    margin-left: 8px
}

.opm-btn.opm-btn-primary {
    border: 1px solid #e80e19 !important;
    background-color: #e80e19 !important;
    color: #fff
}

.opm-btn.opm-btn-primary:hover {
    background-color: #db0b15;
    border-color: #db0b15
}

.opm-btn.opm-btn-primary:focus {
    background-color: #d00610;
    border-color: #d00610
}

.opm-btn>span:last-child.opm-btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8px
}

a.opm-btn {
    text-decoration: none
}

a.opm-btn.btn-primary {
    color: #fff !important;
    text-decoration: none
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    padding-top: 0;
    padding-bottom: 0
}

.row>* {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%
}

.row.g-0 {
    margin-right: 0;
    margin-left: 0
}

.row.g-0>* {
    padding-left: 0;
    padding-right: 0
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

@media only screen and (min-width: 576px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media only screen and (min-width: 768px) {
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media only screen and (min-width: 992px) {
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media only screen and (min-width: 1200px) {
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

.text-center {
    text-align: center !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.m-0 {
    margin: 0 !important
}

.d-block {
    display: block !important
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.heading-menu,
#scroll,
#VideosAndLogos {
    display: none
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.opm-main-wrapper *,
.opm-main-wrapper *::before,
.opm-main-wrapper *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.opm-main-wrapper .pt-0 {
    padding-top: 0 !important
}

.opm-main-wrapper .pb-0 {
    padding-bottom: 0 !important
}

.opm-main-wrapper .mt-0 {
    margin-top: 0 !important
}


.opm-main-wrapper .mb-0 {
    margin-bottom: 0 !important
}


.opm-main-wrapper .container {
    width: 100%;
    margin: auto
}

@media only screen and (min-width: 992px) {
    .opm-main-wrapper .container {
        max-width: 960px
    }
}

@media only screen and (min-width: 1200px) {
    .opm-main-wrapper .container {
        max-width: 1180px
    }
}

@media only screen and (min-width: 1400px) {
    .opm-main-wrapper .container {
        max-width: 1280px
    }
}

.opm-main-wrapper .sec-header {
    text-align: center;
    max-width: 1180px;
    margin: 0 auto 40px
}

.opm-main-wrapper .sec-header p {
    max-width: 1180px;
    margin: 0 auto 16px
}

.opm-main-wrapper .banner-section {
    padding: 80px 0 160px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFAC7), to(rgba(255, 237, 166, 0.18)));
    background: linear-gradient(180deg, #FFFAC7 0%, rgba(255, 237, 166, 0.18) 100%)
}

.opm-main-wrapper .banner-section .banner-content .banner-desc {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.25px;
    margin-bottom: 24px
}

@media screen and (max-width: 992.98px) {
    .opm-main-wrapper .opm-banner-wrapper .banner-section .banner-row .banner-content {
        max-width: 100%;
        text-align: center;
    }

    .opm-main-wrapper .opm-banner-wrapper .banner-section .banner-content .cta-group {
        justify-content: center;
    }

    .banner-content {
        text-align: center;
        margin-bottom: 32px;
    }

    .banner-video {
        justify-content: center !important;
    }
}


@media screen and (max-width: 991.98px) {
    .opm-main-wrapper .banner-section .banner-image {
        margin-top: 2.5rem
    }
}

.opm-main-wrapper .award-section {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.opm-main-wrapper .award-section .award-card {
    border-radius: 16px;
    background: #fff;
    -webkit-box-shadow: 0px 6px 32px -4px rgba(0, 0, 0, .08);
    box-shadow: 0px 6px 32px -4px rgba(0, 0, 0, .08);
    padding: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0px 54px
}

@media screen and (max-width: 767.98px) {
    .opm-main-wrapper .award-section .award-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }
}

.opm-main-wrapper .award-section .award-card .award-texture {
    position: relative;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.opm-main-wrapper .award-section .award-card .award-texture::before,
.opm-main-wrapper .award-section .award-card .award-texture::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 72px;
    top: 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iNzIiIHZpZXdCb3g9IjAgMCAyNyA3MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjQ1NTMgNjMuNzUwOUMyMi4zNTE1IDY3LjYwNjIgMjYuMzgxMyA2OS4xODIgMjYuMzgxMyA2OS4xODJDMjYuMzgxMyA2OS4xODIgMjYuNzY1NCA2NC40MDgyIDI2LjAzMTEgNjEuOTE0QzI1LjI5NjkgNTkuNDE5OCAyMi4zNTY0IDU1Ljc3OTIgMjIuMzU2NCA1NS43NzkyQzIyLjM1NjQgNTUuNzc5MiAyMC41NTgzIDU5Ljg5NTYgMjEuNDU1MyA2My43NTA5WiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMTEuMzIzNiA2Ny4xMjczQzExLjMyMzYgNjcuMTI3MyAxNC40NjcyIDcxLjA3NjMgMTguOTI1NyA3MS44NzYyQzIxLjc0ODggNzIuMzgyNyAyNi44MzQzIDcxLjE3MDggMjYuODM0MyA3MS4xNzA4QzI2LjgzNDMgNzEuMTcwOCAyMi42NTI0IDY3Ljc2MjMgMTguNDg1NSA2Ni45MDc3QzE0LjMxODUgNjYuMDUzMSAxMS4zMjI4IDY3LjEyNzMgMTEuMzIyOCA2Ny4xMjczSDExLjMyMzZaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik0xNS45NDk4IDU0Ljg4NDJDMTYuMzQyMSA1OC40MjM3IDE4Ljc3MzcgNjAuNjExMiAxOC43NzM3IDYwLjYxMTJDMTguNzczNyA2MC42MTEyIDIwLjIwMzQgNTcuMjI1OSAxOS45MTExIDU0LjQ3ODhDMTkuNjE4NyA1MS43MzE4IDE3Ljg4IDQ3LjUxOTIgMTcuODggNDcuNTE5MkMxNy44OCA0Ny41MTkyIDE1LjU1ODIgNTEuMzQ0NyAxNS45NDk4IDU0Ljg4NDJaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik0xOS4wMzM2IDYzLjgyMzVDMTkuMDMzNiA2My44MjM1IDE3LjIzNDYgNjAuNDQ0IDEyLjg4MSA1OC40ODExQzguNTI3MzYgNTYuNTE4MiA1LjY1MTM3IDU3LjEzMDggNS42NTEzNyA1Ny4xMzA4QzUuNjUxMzcgNTcuMTMwOCA4LjIwNTIzIDYxLjUzMDcgMTAuODY0OCA2My4xNzdDMTMuNTI0NCA2NC44MjMyIDE5LjAzMzYgNjMuODIzNSAxOS4wMzM2IDYzLjgyMzVaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik0xNS4zMzAzIDQ1LjM0NjZDMTUuNDgxNSA0My4xMzM0IDE0LjQzODMgMzkuNTkyMyAxNC40MzgzIDM5LjU5MjNDMTQuNDM4MyAzOS41OTIzIDEyLjA4OTIgNDEuMDk2NyAxMS42NjQ3IDQ0LjUxNkMxMS4yNDAyIDQ3LjkzNTMgMTMuMjE4MyA1MS40MDY5IDEzLjIxODMgNTEuNDA2OUMxMy4yMTgzIDUxLjQwNjkgMTUuMTc5MiA0Ny41NTk4IDE1LjMzMDMgNDUuMzQ2NloiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTEyLjg1NzkgNTMuODU2NEMxMi44NTc5IDUzLjg1NjQgMTAuOTM3NiA0OS41NTE5IDYuNDU0MjUgNDcuMzYwMkMzLjA5OTIgNDUuNzE5OCAxLjEzNjcyIDQ1LjU1NTYgMS4xMzY3MiA0NS41NTU2QzEuMTM2NzIgNDUuNTU1NiAyLjk5NTk1IDUxLjAxNDEgNS42OTE4OSA1Mi45NTk1QzguMzg3ODIgNTQuOTA1IDEyLjg1NzkgNTMuODU1NiAxMi44NTc5IDUzLjg1NTZWNTMuODU2NFoiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTEzLjA3NDcgMzYuNjI0M0MxMy44OTI0IDM0LjU4MjcgMTQuMDIyMSAzMC45MjE0IDE0LjAyMjEgMzAuOTIxNEMxNC4wMjIxIDMwLjkyMTQgMTEuNDA3MSAzMS42MTYgOS45NjgyOSAzNC43MTEyQzguNTMwMyAzNy44MDU1IDkuMjc4NjIgNDEuNjkwNyA5LjI3ODYyIDQxLjY5MDdDOS4yNzg2MiA0MS42OTA3IDEyLjI1NjIgMzguNjY2IDEzLjA3MzkgMzYuNjI0M0gxMy4wNzQ3WiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNOC4zMDAwNyA0My44ODcxQzguMzAwMDcgNDMuODg3MSA3Ljc2MjM3IDM5LjM5NjkgNC4zNjE4OSAzNS45MjQ1QzEuODQwMjQgMzMuMzQ5OSAwIDMyLjYyODcgMCAzMi42Mjg3QzAgMzIuNjI4NyAwLjA1NjE2NTMgMzguMjQwNSAxLjk1NDIyIDQwLjg2MzJDMy44NTIyOCA0My40ODU5IDguMzAwMDcgNDMuODg3MSA4LjMwMDA3IDQzLjg4NzFaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik0xMy4yMTc4IDI3LjY3MkMxNC4zMjEyIDI1Ljk3ODUgMTUuMDk0MyAyMi42ODQ0IDE1LjA5NDMgMjIuNjg0NEMxNS4wOTQzIDIyLjY4NDQgMTIuNjA5IDIyLjgxMjEgMTAuNzU2NCAyNS4zNDAzQzguOTAzNzYgMjcuODY5MyA4Ljg4NDc3IDMxLjUzNDggOC44ODQ3NyAzMS41MzQ4QzguODg0NzcgMzEuNTM0OCAxMi4xMTQzIDI5LjM2NDcgMTMuMjE3OCAyNy42NzJaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik03LjMzNzIyIDMyLjc3MDFDNy4zMzcyMiAzMi43NzAxIDcuNzE1NTEgMjguODA1NCA1LjQzOTE3IDI1LjI4MzNDMy41NDkzNyAyMi4zNTk3IDIuMzgxNDYgMjEuNzExNSAyLjM4MTQ2IDIxLjcxMTVDMi4zODE0NiAyMS43MTE1IDEuNDU4ODcgMjYuNTE3NiAyLjU4MzgyIDI5LjA4OEMzLjcwODc4IDMxLjY1ODUgNy4zMzcyMiAzMi43NzAxIDcuMzM3MjIgMzIuNzcwMVoiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTE3LjgyMjYgMTUuNjE1MkMxNy44MjI2IDE1LjYxNTIgMTUuNTU3OCAxNS4xMTcgMTMuMzA1NCAxNi45NDIzQzExLjA1MjIgMTguNzY3NiAxMC4xODQxIDIyLjA3IDEwLjE4NDEgMjIuMDdDMTAuMTg0MSAyMi4wNyAxMy41OTIgMjAuOTA4NyAxNC45NzcxIDE5LjY1MjlDMTYuMzYzMSAxOC4zOTcgMTcuODIyNiAxNS42MTUyIDE3LjgyMjYgMTUuNjE1MloiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTguMTIwOTcgMjMuMTgzMkM4LjEyMDk3IDIzLjE4MzIgMTAuMTgyNiAxOS45ODM2IDkuNTQzMjcgMTYuMTAxN0M5LjAxNzE0IDEyLjkwMzggOC40MjU3NSAxMS44Mjc4IDguNDI1NzUgMTEuODI3OEM4LjQyNTc1IDExLjgyNzggNS43MjQ4NiAxNS40ODE3IDUuNjMyMzUgMTguMTEwMkM1LjUzOTAyIDIwLjczNzkgOC4xMjA5NyAyMy4xODMyIDguMTIwOTcgMjMuMTgzMloiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTE3LjgzNjEgMTMuMDU1MUMxOS4yNDM1IDEyLjM5NjkgMjEuMDczOCAxMC41MzE5IDIxLjA3MzggMTAuNTMxOUMyMS4wNzM4IDEwLjUzMTkgMTkuMzgxNCA5LjU1OTU0IDE3LjE0NDcgMTAuNDU1NkMxNC45MDggMTEuMzUxNyAxMy40MjYzIDEzLjc4NDUgMTMuNDI2MyAxMy43ODQ1QzEzLjQyNjMgMTMuNzg0NSAxNi40Mjg2IDEzLjcxMzMgMTcuODM2MSAxMy4wNTU5VjEzLjA1NTFaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik0xMy45NTU1IDkuMTYwNDNDMTQuMDMzOSA2LjQ4NjMzIDEzLjc5NjkgNS40Mzc3NCAxMy43OTY5IDUuNDM3NzRDMTMuNzk2OSA1LjQzNzc0IDEwLjk1MzkgNy45MzExNCAxMC40MTU0IDEwLjA3MzFDOS44NzY4NiAxMi4yMTUgMTEuNTUwMyAxNC43MTA5IDExLjU1MDMgMTQuNzEwOUMxMS41NTAzIDE0LjcxMDkgMTMuODU4IDEyLjQ3MjggMTMuOTU1NSA5LjE2MDQzWiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMjAuNjAwNSA2LjM2NjE4QzE4Ljk5MDcgNi42MzM5MiAxNy42NzMzIDguMDM4MTEgMTcuNjczMyA4LjAzODExQzE3LjY3MzMgOC4wMzgxMSAxOS42ODA0IDguNDMzNSAyMC43MDYzIDguMjAyMjNDMjEuNzMyMSA3Ljk3MDk2IDIzLjIwNCA2Ljk5NjE1IDIzLjIwNCA2Ljk5NjE1QzIzLjIwNCA2Ljk5NjE1IDIyLjIxMDMgNi4wOTc2IDIwLjYwMDUgNi4zNjUzNVY2LjM2NjE4WiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMTguNTkzOCA0Ljc0NDgzQzE5LjAwMzUgMy4xOTQ3NSAxOS4wMzkgMi4yNDA2NiAxOS4wMzkgMi4yNDA2NkMxOS4wMzkgMi4yNDA2NiAxNi43ODk5IDMuNDUwODggMTYuMTE3NiA0Ljc5MjA4QzE1LjQ0NTIgNi4xMzMyNyAxNi4xODM2IDguMDU5NjggMTYuMTgzNiA4LjA1OTY4QzE2LjE4MzYgOC4wNTk2OCAxOC4wMTY0IDYuOTI4MiAxOC41OTQ2IDQuNzQ0TDE4LjU5MzggNC43NDQ4M1oiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTIzLjI3MjkgMi44NzEyM0MyNC40MDIgMS44MzkyMyAyNS4wMTI0IDAuMDA4OTcyODIgMjUuMDEyNCAwLjAwODk3MjgyQzI1LjAxMjQgMC4wMDg5NzI4MiAyMi43OTE0IC0wLjE4NDE2NiAyMS4zMzY5IDEuMjIxNjhDMTkuODgyNCAyLjYyNzUzIDIwLjIzMDkgNC40OTUwOSAyMC4yMzA5IDQuNDk1MDlDMjAuMjMwOSA0LjQ5NTA5IDIyLjE0MzggMy45MDMyNCAyMy4yNzI5IDIuODcxMjNaIiBmaWxsPSIjRDlEOUQ5Ii8+Cjwvc3ZnPgo=")
}

.opm-main-wrapper .award-section .award-card .award-texture::before {
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.opm-main-wrapper .award-section .award-card .award-texture::after {
    right: 0;
    -webkit-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%)
}

.opm-main-wrapper .award-section .award-card .award-texture h5 {
    font-weight: 400
}

.opm-main-wrapper .award-section .client-logo-wrapper {
    overflow: hidden;
    width: 100%
}

.opm-main-wrapper .award-section .client-logo-wrapper .logo-marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 1199.98px) {
    .opm-main-wrapper .award-section .client-logo-wrapper .logo-marquee {
        -webkit-animation: 40s linear 1s infinite normal none running logoMarquee;
        animation: 40s linear 1s infinite normal none running logoMarquee
    }

    @-webkit-keyframes logoMarquee {
        0% {
            -webkit-transform: translateX(0px);
            transform: translateX(0px)
        }

        100% {
            -webkit-transform: translateX(-400px);
            transform: translateX(-400px)
        }
    }

    @keyframes logoMarquee {
        0% {
            -webkit-transform: translateX(0px);
            transform: translateX(0px)
        }

        100% {
            -webkit-transform: translateX(-400px);
            transform: translateX(-400px)
        }
    }
}

.opm-main-wrapper .award-section .client-logo-wrapper .logo-item {
    border-radius: 8px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 1199.98px) {
    .opm-main-wrapper .award-section .client-logo-wrapper .logo-item {
        min-width: 100px
    }
}

.opm-main-wrapper .about-section {
    padding: 20px 0 0
}

.opm-main-wrapper .about-section .about-title-list {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
}

.opm-main-wrapper .about-section .about-title-list .title-list-item {
    border-radius: 50px;
    border: 1px solid rgba(221, 221, 221, .87);
    padding: 12px 24px;
    cursor: pointer;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in
}

.opm-main-wrapper .about-section .about-title-list .title-list-item.active {
    background: #000;
    color: #fff;
    border-color: #000
}

.opm-main-wrapper .about-section .content-list {
    max-width: 620px
}

@media screen and (max-width: 991.98px) {
    .opm-main-wrapper .about-section .content-list {
        max-width: 720px;
        margin: 0 auto 60px
    }
}

.opm-main-wrapper .about-section .content-list .content-list-item {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px
}

.opm-main-wrapper .about-section .content-list .content-list-item:last-child {
    margin-bottom: 0
}

.opm-main-wrapper .about-section .content-list .content-list-item.active .icon-chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.opm-main-wrapper .about-section .content-list .content-list-item.active .content-list-desc {
    display: block !important
}

.opm-main-wrapper .about-section .content-list .content-list-item .content-list-icon {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.opm-main-wrapper .about-section .content-list .content-list-item .content-list-body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.opm-main-wrapper .about-section .content-list .content-list-item .content-list-body .content-list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    width: 100%
}

.opm-main-wrapper .about-section .content-list .content-list-item .content-list-body .content-list-title h5 {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.opm-main-wrapper .about-section .content-list .content-list-item .content-list-body .content-list-desc {
    padding-top: 8px;
    display: none
}

.opm-main-wrapper .about-section .content-list .content-list-item .content-list-body .content-list-desc p {
    margin: 0
}

.opm-main-wrapper .about-section .content-list .content-list-item .icon-chevron-down {
    min-width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=")
}

.opm-main-wrapper .about-section .about-content-item {
    display: none
}

.opm-main-wrapper .about-section .about-content-item.active {
    display: block
}

.opm-main-wrapper .about-section .content-list-image {
    display: none;
    text-align: center
}

.opm-main-wrapper .about-section .content-list-image img {
    max-width: 720px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, .08);
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, .08)
}

.opm-main-wrapper .about-section .content-list-image.active {
    display: block
}

.opm-main-wrapper .feature-section {
    padding: 100px 0
}

.opm-main-wrapper .feature-section h5 {
    margin-bottom: 4px
}

@media screen and (max-width: 991.98px) {
    .opm-main-wrapper .feature-section .feature-list {
        margin: 0 auto 40px
    }
}

.opm-main-wrapper .feature-section .feature-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 24px;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #f0f0f0;
    margin-bottom: 24px
}

.opm-main-wrapper .feature-section .feature-list-item:last-child {
    margin-bottom: 0
}

.opm-main-wrapper .feature-section .feature-list-item p {
    margin-bottom: 0
}

.opm-main-wrapper .feature-section .feature-list-icon {
    position: relative;
    min-width: 40px;
    padding-top: 6px;
    text-align: center;
    z-index: 1
}

.opm-main-wrapper .feature-section .feature-list-icon::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    background: linear-gradient(154deg, #F3D570 13.08%, rgba(252, 228, 130, 0) 87.14%);
    z-index: -1
}

.opm-main-wrapper .feature-section .feature-sec-image {
    text-align: center
}

.opm-main-wrapper .resolve-section-row {
    /* margin-bottom: 60px;
            margin-top: 0px;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0px;
}




@media screen and (max-width: 991.98px) {
    .opm-main-wrapper .resolve-section-row:last-child {
        margin: 0;
        -webkit-box-orient: vertical;

    }

    .resolve-section-wrapper .resolve-section-row:nth-child(even) {
        flex-direction: column-reverse;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    }
}


.opm-main-wrapper .resolve-section-row h4 {
    margin-bottom: 4px
}

.opm-main-wrapper .resolve-section-row img {
    max-width: 100%;
    border-radius: 6px;
    /* border: 1px solid rgba(0, 0, 0, .08);
            -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, .08);
            box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, .08) */
}

@media screen and (min-width: 992px) {
    .opm-main-wrapper .resolve-section-row img {
        max-width: 620px;
        width: 100%
    }

    .opm-main-wrapper .resolve-section-row .resolve-section-content {
        max-width: 620px
    }
}

.opm-main-wrapper .choose-section {
    padding: 80px 0
}

.opm-main-wrapper .choose-section strong {
    font-weight: 500
}

.opm-main-wrapper .choose-section .row {
    margin-top: 60px
}

.opm-main-wrapper .choose-section li {
    position: relative;
    padding-left: 40px;
    font-size: 20px;
    margin-bottom: 20px
}

.opm-main-wrapper .choose-section li:last-child {
    margin-bottom: 0
}

.opm-main-wrapper .choose-section li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjM0NCAxNi45NjI2TDE4LjE4NzYgOS4xMTkwNUwxNi45NTgxIDcuODg5NThMMTAuMzQ0IDE0LjUwMzdMNy4wMTkwNCAxMS4xNzg3TDUuNzg5NTggMTIuNDA4MUwxMC4zNDQgMTYuOTYyNlpNMTIuMDAxOCAyMy4wODMxQzEwLjQ2ODggMjMuMDgzMSA5LjAyNzk3IDIyLjc5MjIgNy42NzkxNCAyMi4yMTA0QzYuMzMwMyAyMS42Mjg3IDUuMTU3MDEgMjAuODM5MSA0LjE1OTI1IDE5Ljg0MThDMy4xNjE0OCAxOC44NDQ1IDIuMzcxNTggMTcuNjcxNyAxLjc4OTU1IDE2LjMyMzVDMS4yMDc1MiAxNC45NzUzIDAuOTE2NTA0IDEzLjUzNDcgMC45MTY1MDQgMTIuMDAxOEMwLjkxNjUwNCAxMC40Njg4IDEuMjA3MzkgOS4wMjc5NyAxLjc4OTE3IDcuNjc5MTRDMi4zNzA5NSA2LjMzMDMgMy4xNjA0OSA1LjE1NzAxIDQuMTU3OCA0LjE1OTI2QzUuMTU1MTIgMy4xNjE0OCA2LjMyNzkgMi4zNzE1OCA3LjY3NjE0IDEuNzg5NTVDOS4wMjQzNiAxLjIwNzUyIDEwLjQ2NDkgMC45MTY1MDQgMTEuOTk3OSAwLjkxNjUwNEMxMy41MzA4IDAuOTE2NTA0IDE0Ljk3MTYgMS4yMDczOSAxNi4zMjA1IDEuNzg5MTdDMTcuNjY5MyAyLjM3MDk1IDE4Ljg0MjYgMy4xNjA0OSAxOS44NDA0IDQuMTU3OEMyMC44MzgxIDUuMTU1MTIgMjEuNjI4IDYuMzI3OSAyMi4yMTAxIDcuNjc2MTRDMjIuNzkyMSA5LjAyNDM2IDIzLjA4MzEgMTAuNDY0OSAyMy4wODMxIDExLjk5NzlDMjMuMDgzMSAxMy41MzA4IDIyLjc5MjIgMTQuOTcxNiAyMi4yMTA0IDE2LjMyMDVDMjEuNjI4NyAxNy42NjkzIDIwLjgzOTEgMTguODQyNiAxOS44NDE4IDE5Ljg0MDRDMTguODQ0NSAyMC44MzgxIDE3LjY3MTcgMjEuNjI4IDE2LjMyMzUgMjIuMjEwMUMxNC45NzUzIDIyLjc5MjEgMTMuNTM0NyAyMy4wODMxIDEyLjAwMTggMjMuMDgzMVoiIGZpbGw9IiMwOUFCNTgiLz4KPC9zdmc+Cg==")
}

.opm-main-wrapper .bottom-cta-section {
    text-align: center;
    padding: 80px 0;
    background: #fffac9
}

.opm-main-wrapper .bottom-cta-section .bottom-cta-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-top: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 469.98px) {
    .opm-main-wrapper .bottom-cta-section .bottom-cta-btn-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .opm-main-wrapper .bottom-cta-section .bottom-cta-btn-group a {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.opm-main-wrapper .swiper-slide {
    padding-top: 0;
    padding-bottom: 0
}

.opm-main-wrapper .testimonial-section {
    padding: 80px 0;
    background-color: #fbfbfb
}

.opm-main-wrapper .testimonial-section .customer-review-wrapper {
    background-color: #f6f6f6;
    border-radius: 12px;
    padding: 32px;
    height: 100%
}

.opm-main-wrapper .testimonial-section .customer-review-wrapper .swiper {
    height: 100%
}

.opm-main-wrapper .testimonial-section .customer-review-wrapper .swiper .swiper-wrapper {
    height: 100%
}

.opm-main-wrapper .testimonial-section .customer-review-wrapper .swiper .swiper-wrapper .swiper-slide {
    height: 100%
}

.opm-main-wrapper .testimonial-section .customer-review-wrapper .swiper .swiper-wrapper .swiper-slide:last-child .client-profile-section img {
    max-height: 164px
}

.opm-main-wrapper .testimonial-section .testimonial-wrapper {
    margin: 60px 0 0
}

.opm-main-wrapper .testimonial-section .gartner-review-wrapper {
    border-radius: 12px;
    padding: 32px;
    background-color: #f6f6f6;
    margin-bottom: 24px;
    min-height: 419px;
    position: relative
}

.opm-main-wrapper .testimonial-section .gartner-review-wrapper .gartnerReviewSwiper {
    padding-bottom: 16px
}

.opm-main-wrapper .testimonial-section .gartner-review-wrapper .gartnerReviewSwiper .swiper-pagination {
    bottom: -5px
}

.opm-main-wrapper .testimonial-section .gartner-review-card .gartner-review--item p:not(.gartner-review-details p):last-child {
    margin-bottom: 0
}

.opm-main-wrapper .testimonial-section .gartner-review-card .gartner-logo {
    height: 50px
}

.opm-main-wrapper .testimonial-section .gartner-review-card .gartner-review-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #0f3a7b
}

@media only screen and (max-width: 575.98px) {
    .opm-main-wrapper .testimonial-section .gartner-review-card .gartner-review-details {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.opm-main-wrapper .testimonial-section .gartner-review-card .gartner-review-details p {
    margin: 0 24px 12px 0;
    font-size: 16px;
    line-height: 1.75
}

.opm-main-wrapper .testimonial-section .gartner-review-card h4 {
    margin: 12px 0;
    font-weight: 600;
    line-height: 1.35
}

.opm-main-wrapper .testimonial-section .client-review-card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.opm-main-wrapper .testimonial-section .client-review-card .client-profile-section {
    background-color: #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 150px;
    margin-bottom: 24px;
    position: relative
}

.opm-main-wrapper .testimonial-section .client-review-card .client-profile-section img {
    max-width: 234px;
    max-height: 154px;
    position: absolute;
    bottom: 0
}

.opm-main-wrapper .testimonial-section .client-review-card .client-profile-section .btn-play-icon {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background-color: #006deb;
    color: #fff;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 16px
}

.opm-main-wrapper .testimonial-section .client-review-card .client-profile-section .btn-play-icon::before {
    border-top: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    border-left: 11px solid #fff;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-32%, -50%);
    transform: translate(-36%, -50%)
}

.opm-main-wrapper .testimonial-section .client-review-card .client-details .client-name {
    color: #0657bf;
    font-size: 18px
}

.opm-main-wrapper .testimonial-section .client-review-card .btn-link {
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 15px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #0a5ed9;
    font-weight: 500;
    cursor: pointer
}

.opm-main-wrapper .testimonial-section .award-badge-card {
    background-color: #f6f6f6;
    border-radius: 12px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 991.98px) {
    .opm-main-wrapper .testimonial-section .award-badge-card {
        margin-bottom: 24px
    }
}

.opm-main-wrapper .testimonial-section .award-badge-card img {
    height: 100px
}

.opm-main-wrapper .itom-features-detail-container {
    max-width: 1180px;
    width: 100%;
    margin: auto;
    padding-left: 12px;
    padding-right: 12px
}

.opm-main-wrapper .video-player-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    display: none;
    opacity: 0;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.opm-main-wrapper .video-player-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.opm-main-wrapper .video-player-wrapper.active {
    display: block;
    opacity: 1
}

.opm-main-wrapper .video-player-wrapper .video-player-container {
    max-width: 956px;
    margin: 100px auto auto
}

.opm-main-wrapper .video-player-wrapper .video-player-container .video-player-close-btn {
    width: 32px;
    height: 32px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.opm-main-wrapper .video-player-wrapper .video-player-container .video-player {
    position: relative;
    padding-bottom: 56.5%;
    margin-top: 12px
}

.opm-main-wrapper .video-player-wrapper .video-player-container .video-player iframe {
    position: absolute;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 992px) {
    .sec-header h2 span {
        display: block
    }
}

@media screen and (max-width: 991.98px) {
    .choose-list {
        margin-top: 40px
    }
}

@media screen and (max-width: 767.98px) {
    .about-title-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .title-list-item {
        text-align: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
        flex: 1 0 45%
    }
}

@media screen and (max-width: 479.98px) {
    .about-title-list {
        gap: 8px
    }

    .title-list-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

@media screen and (max-width: 767.98px) {
    .resource-other-wrapper {
        padding: 24px !important
    }

    .resource-wrapper {
        border-right: 0 !important
    }
}



/*--------- related resource seciton css ----------*/

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.related-resource-section .related-resource-img {
    margin-top: 40px;
    max-width: 360px;
    width: 100%;
    height: auto;
}

.related-resource-section .resource-card {
    border: 1px solid #efefef;
    border-radius: 12px;
    margin-top: 32px;
}

@media screen and (max-width: 1199.98px) {
    .related-resource-section .resource-card {
        margin: 40px 0 0;
    }
}

.related-resource-section .resource-wrapper {
    padding: 24px;
    border-right: 1px solid #efefef;
}

.related-resource-section .resource-link-item.featured {
    margin-bottom: 32px;
}

.related-resource-section .resource-link-list li {
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.75;
}

.related-resource-section .resource-link-list li:last-child {
    margin-bottom: 0;
}

.related-resource-section .resource-link-list li a {
    color: inherit !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.related-resource-section .resource-link-list li a svg {
    vertical-align: sub;
    margin-left: 4px;
}

.related-resource-section .resource-other-wrapper {
    padding: 24px 24px 24px 0;
}

.related-resource-section .resource-other-wrapper a {
    color: inherit !important;
}

.related-resource-section .resource-other-wrapper .resource-other-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

.related-resource-section .resource-other-wrapper .resource-other-item:nth-child(1),
.related-resource-section .resource-other-wrapper .resource-other-item:nth-child(2) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #efefef;
}

.related-resource-section .resource-other-wrapper .resource-other-item:hover {
    text-decoration: none;
}

.related-resource-section .resource-other-wrapper .resource-other-item .h5 {
    line-height: 1;
    font-size: 20px;
    margin-bottom: 4px;
}

.related-resource-section .resource-other-wrapper .resource-other-item .p {
    font-size: 1rem;
    line-height: 1.75;
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.opm-main-wrapper .anchor-text {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}


.related-resource-section .resource-other-wrapper .resource-other-item .anchor-text {
    color: #006deb;
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon {
    margin-right: 20px;
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon svg {
    width: 32px;
    height: 38px;
}

.related-resource-section .resource-other-wrapper .resource-other-item a {
    font-size: 1rem;
}

@media screen and (max-width: 1199.98px) {
    .related-resource-title-wrapper {
        text-align: center;
    }
}

@media screen and (max-width: 767.98px) {
    .resource-other-wrapper {
        padding: 24px !important;
    }

    .resource-wrapper {
        border-right: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

#VideosAndLogos {
    display: none;
}

.sec-padding-80 {
    padding: 80px 0px;
}

.sec-padding-100 {
    padding: 100px 0px;
}

/*------- accordian css -------*/

.faq-content-section {
    background: #f9f9f9;
}

.tac {
    text-align: center;
}

.faq-content-section .faq-container {
    background: #FAFCFF;
    padding: 100px 175px;
    border-radius: 8px;
    box-shadow: 10px 10px 20px 0px #f4f6ff;

}

.opm-main-wrapper .faq-content-section .accordion-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0px 16px;
}

.opm-main-wrapper .faq-content-section h2 {
    margin-bottom: 40px
}

.opm-main-wrapper .faq-content-section h3 {
    font-weight: 500;
}

.accordion-container {
    width: 100%;
}

.accordion-container .accordion-item {
    border-bottom: 1px solid #ebeae7;
    cursor: pointer;
    padding: 20px 0;
}

.accordion-container .accordion-item h4,
.accordion-container .accordion-item h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.35px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 16px;
}

.accordion-container .accordion-item .accordion-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.accordion-container .accordion-item .accordion-head.active .plusminus::before {
    content: "−";
}

.accordion-container .accordion-item .accordion-head.active h3 {
    color: #006DEB;
}

.accordion-container .accordion-item .accordion-body {
    padding-top: 16px;
    max-width: 90%;
}

.accordion-container .accordion-item .accordion-body p a {
    color: #000;
}

.accordion-container .accordion-item .plusminus {
    font-size: 24px;
    font-weight: 200;
    border: 1px solid #444444;
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
    color: #444444;
    position: relative;
    top: 0;
}

.accordion-container .accordion-item .plusminus::before {
    position: absolute;
    content: "+";
    top: 0px;
}

.accordion-container .accordion-body {
    display: none;
}

@media screen and (max-width: 767.98px) {
    .faq-content-section .faq-container {
        padding: 60px 16px;
    }

}

@media screen and (max-width: 680.98px) {
    .opm-main-wrapper .container {
        width: 98%;
        margin: auto;
    }

}

/*------- accordian css end ------------*/

.list-box {
    padding: 0 0 0 0px !important;
    border-radius: 8px;
    margin-top: 24px;
}

.list-box li {
    background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 18C7.755 18 6.585 17.7638 5.49 17.2913C4.395 16.8188 3.4425 16.1775 2.6325 15.3675C1.8225 14.5575 1.18125 13.605 0.70875 12.51C0.23625 11.415 0 10.245 0 9C0 7.755 0.23625 6.585 0.70875 5.49C1.18125 4.395 1.8225 3.4425 2.6325 2.6325C3.4425 1.8225 4.395 1.18125 5.49 0.70875C6.585 0.23625 7.755 0 9 0C9.975 0 10.8975 0.1425 11.7675 0.4275C12.6375 0.7125 13.44 1.11 14.175 1.62L12.87 2.9475C12.3 2.5875 11.6925 2.30625 11.0475 2.10375C10.4025 1.90125 9.72 1.8 9 1.8C7.005 1.8 5.30625 2.50125 3.90375 3.90375C2.50125 5.30625 1.8 7.005 1.8 9C1.8 10.995 2.50125 12.6938 3.90375 14.0963C5.30625 15.4988 7.005 16.2 9 16.2C10.995 16.2 12.6938 15.4988 14.0963 14.0963C15.4988 12.6938 16.2 10.995 16.2 9C16.2 8.73 16.185 8.46 16.155 8.19C16.125 7.92 16.08 7.6575 16.02 7.4025L17.4825 5.94C17.6475 6.42 17.775 6.915 17.865 7.425C17.955 7.935 18 8.46 18 9C18 10.245 17.7638 11.415 17.2913 12.51C16.8188 13.605 16.1775 14.5575 15.3675 15.3675C14.5575 16.1775 13.605 16.8188 12.51 17.2913C11.415 17.7638 10.245 18 9 18ZM7.74 13.14L3.915 9.315L5.175 8.055L7.74 10.62L16.74 1.5975L18 2.8575L7.74 13.14Z" fill="%233DB372"/></svg>');
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 32px !important;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 16px;
    list-style: none;
    ;
}


/*---video player popup css start ---------*/

.video-player-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.64);
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    display: none;
    opacity: 0;
    z-index: 99999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video-player-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video-player-wrapper.active {
    display: block;
    opacity: 1;
}

.video-player-wrapper .video-player-container {
    max-width: 956px;
    margin: 100px auto auto;
}

.video-player-wrapper .video-player-container .video-player-close-btn {
    width: 32px;
    height: 32px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.video-player-wrapper .video-player-container .video-player {
    position: relative;
    padding-bottom: 56.5%;
    margin-top: 12px;
}

.video-player-wrapper .video-player-container .video-player iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.banner-video {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.intro-video {

    position: relative;
    border-radius: 12px;
    z-index: 1;
    max-width: 527px;
    width: 100%;
    height: 293px;

}

.intro-video img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    background: #e3d5a4;
}

.intro-video .video-play-button {
    width: 64px;
    height: 64px;
    border-radius: 100px;
    background-color: #e80e19;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* border: 2px solid #fff; */
    cursor: pointer;
}

.intro-video .video-play-button .video-play-icon {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-32%, -50%);
    transform: translate(-32%, -48%);
    width: 20px;
    height: 20px;
}

.intro-section {
    text-align: center;
}

.intro-section.sec-padding-80 {
    padding-top: 180px;
}

/*---video player popup css end ---------*/

.feature-sec-content {
    display: flex;
    align-items: self-start;
    justify-content: center;
    flex-direction: column;
}

.feature-sec-content .list-box {
    padding: 30px !important;
    background: #fffbe1;
    margin: 0;
}

/* ---- anchor link css ----------*/

.anchors-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: sticky;
    top: 50px;
    background: #fff;
    height: 70px;
    width: 100%;
    margin-bottom: 24px;
}

.anchors-box {
    display: inline-flex;
    gap: 12px;
}

.anchors-wrapper h6 {
    margin: 0;
}

.anchors-box ul {
    display: inline-flex;
    gap: 8px;
}

.anchors-box li {
    list-style: none;
    margin-bottom: 0 !important;

}

.anchors-box li a {
    background: #efefef;
    padding: 12px 24px;
    border-radius: 50px;
    color: #000;
    border: 1px solid #e5e2e2;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.anchors-box li a.active {
    background: #333;
    color: #fff;
}

.anchors-box li a:hover {
    text-decoration: inherit;
    background: #333;
    color: #fff;
    border: 1px solid #333;
}


@media screen and (max-width: 980.98px) {
    .anchors-wrapper {
        display: block;
        position: sticky;
        text-align: center;
        height: auto;
        top: 70px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .anchors-wrapper h6 {
        margin-bottom: 12px;
    }

    .anchors-box {
        display: block;

    }

    .anchors-box ul {
        display: block;
    }

    .anchors-box li {
        display: inline-block;

    }

    .anchors-box li a {
        display: inline-flex;
        margin: 4px 0px;
        padding: 8px 16px;
    }

}

@media screen and (max-width: 500.98px) {
    .anchors-wrapper {
        position: inherit;
    }

    .anchors-box li a:focus {
        background: #efefef;
        border: 1px solid #ddd;
        color: #000;
    }
}


/*------- table css ----------*/

.table {
    max-width: 998px;
    margin: 0 auto;
}

.table {
    border-radius: 8px;
    border-collapse: separate !important;
}

.table thead tr th {
    background: #3c3c3c;
    color: #fff;
}

.table tr td,
.table thead tr th {
    border-radius: 8px;
}

.table th {
    font-weight: 600
}




.table th,
.table td {
    background: #fff;
    font-size: 18px;
    padding: 25px 24px;
    vertical-align: middle;
    border-color: #d4d4d4;
    text-align: center;
    border: 2px solid #eff1f5;
    ;
}

.table td.bg-green {
    background-color: #e6fff5
}

.table td.bg-red {
    background-color: #fff0f0
}

.comparison-table {
    max-width: 980px;
    margin-left: auto;
    border-collapse: collapse !important;
    width: 100%;
}

.comparison-table tr td:nth-of-type(2) {
    background-color: #fff;
}

.custom-table-cover {
    background: #fffbe1;
    padding: 80px;
    border-radius: 12px;
}

.comparison-table tr td:nth-of-type(1) {
    background-color: #fcfcff
}

table {
    border-collapse: collapse;
    width: 50%;
}

@media screen and (max-width: 980.98px) {

    .custom-table-cover {
        background: #fffbe1;
        padding: 32px 16px;
        border-radius: 12px;
    }

    .table th,
    .table td {
        padding: 16px 24px;
        ;
    }

}

.resolve-section-content a,
.feature-list-content a {
    color: #006deb;
}

#adRhsLnkNm {
    display: block;
    background: #34ad65;
    border-radius: 3px 0 0 3px;
    height: 105px;
    position: absolute;
    right: 1px;
    top: 501px;
    width: 95px;
    transition: all 1.2s ease-in-out;
    -webkit-transition: all 1.2s ease-in-out;
    color: #fff;
    font-family: BariolRegular, sans-serif;
    text-align: center;
    padding: 10px 16px 0;
    z-index: 1;
    cursor: pointer
}

#adRhsLnkNm a {
    text-decoration: none;
    color: #fff !important;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 5px;
    font-size: 10px;
    line-height: 15px
}