@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://my-cpe.com/font/Inter/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYAZ9hiA.woff2) format('woff2')
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://my-cpe.com/font/Inter/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuGKYAZ9hiA.woff2) format('woff2')
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://my-cpe.com/font/Inter/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuLyfAZ9hiA.woff2) format('woff2')
}

@font-face {
    font-family: slick;
    src: url(../../assets/slick/fonts/slick.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.loader_new {
    display: none !important
}

video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip
}

body {
    font-family: Inter, sans-serif
}

.container {
    /* width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px */
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px
}

/* .col-md-4,
.col-md-6,
.col-md-8,
.col-md-12,
.col-lg-8 {
    padding: 0 12px;
    width: 100%
}

@media(min-width:768px) {
    .col-md-4 {
        width: 33.333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-8 {
        width: 66.666%
    }

    .col-md-12 {
        width: 100%
    }
}

@media(min-width:992px) {
    .col-lg-8 {
        width: 66.666%
    }
} */

.text-center {
    text-align: center
}

.d-flex {
    display: flex
}

.align-items-center {
    align-items: center
}

.justify-content-center {
    justify-content: center
}

.defer-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .4s ease-out, transform .4s ease-out
}

.defer-section.section-visible {
    opacity: 1;
    transform: translateY(0)
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    vertical-align: top;
    text-decoration: none
}

h2 {
    color: #141414;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    padding-bottom: 16px
}

.Build_Your_Team_Banner {
    background-image: url(../../images/build-page/Build_Banner_Bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 72px 0 250px
}

.Digital_Web_Banner_Right {
    background: #fff;
    border-radius: 24px;
    padding: 24px
}

.Digital_Web_Banner_Right h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 4px;
    color: #1d2939
}

.Digital_Web_Banner_Right p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #5d667b;
    margin-bottom: 24px;
    padding: 0 66px
}

.Digital_Web_Banner_Right button.btn.btn_submit {
    width: 100%;
    text-align: center
}

.Get_Started_Left .Website_Box .form-check-input[type=radio] {
    width: 20px;
    height: 20px
}

.Get_Started_Left form .form-floating label span.red {
    color: #f04438
}

.Get_Started_Left form .form-floating>.form-control {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 12px 16px;
    margin-bottom: 16px
}

.Get_Started_Left h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    margin-bottom: 4px;
    text-transform: inherit
}

.Get_Started_Left p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #5d667b;
    margin-bottom: 24px
}

.Get_Started_Left form .form-floating label {
    padding: 12px 16px
}

.Website_Box {
    display: flex;
    align-items: center;
    gap: 24px
}

.Website_Box label {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054
}

.Get_Started_Left button.btn.btn_submit {
    background: #3a58ef;
    border-radius: 4px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    padding: 10px 18px
}

.Get_Started_Left button.btn.btn_submit:after {
    display: none
}

.Get_Started_Left .Website_Box .form-check-input[type=radio] {
    border-radius: 6px
}

.form-check-input:checked[type=radio] {
    background-image: url(https://d35qtdhia1ds08.cloudfront.net/custom/demo_digital_marketing/images/digital-page/Web_Checkbox.svg);
    border: 0
}

.Build_Offshore_Left h1 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 24px
}

.Build_Offshore_Left p {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 24px
}

.Build_Offshore_Left_Points {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px
}

.Build_Offshore_Left_Points_Box {
    padding-left: 8px;
    border-right: 2px solid #fff;
    padding-right: 12px;
    margin-right: 12px
}

.Build_Offshore_Left_Points_Box h2 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 4px;
    padding-bottom: 0
}

.Build_Offshore_Left_Points_Box p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0
}

.Build_Offshore_Left_Points .Build_Offshore_Left_Points_Box:last-child {
    padding: 0;
    margin: 0;
    border: 0
}

.Build_Offshore_Left_Btn_Links {
    display: flex;
    align-items: center;
    gap: 24px
}

.Build_Offshore_Left_Btn_Links a {
    border: 1px solid #fff;
    border: 1px solid #3a58ef;
    padding: 14px 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244a;
    background: #fff
}

.Build_Offshore_Left_Btn_Links a svg {
    margin-right: 8px
}

.Build_Offshore_Left_Btn_Links a svg path {
    fill: #26244a
}

.Build_Offshore_Left_Btn_Links a:hover {
    border: 1px solid #fff;
    color: #fff;
    background: #3a58ef
}

.Build_Offshore_Left_Btn_Links a:hover svg path {
    fill: #fff
}

.Build_Offshore_Left_Btn_Links a.Watch_Video_Btn {
    background: #fff0;
    color: #fff;
    border-color: #fff
}

.Build_Offshore_Left_Btn_Links a.Watch_Video_Btn svg path {
    fill: #fff
}

.Build_Offshore_Left_Btn_Links a.Watch_Video_Btn:hover {
    background: #fff;
    color: #3a58ef
}

.Build_Offshore_Left_Btn_Links a.Watch_Video_Btn:hover svg path {
    fill: #3a58ef
}

.Get_Started_Left form .card {
    border: 0
}

.Get_Started_Left form .drop_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #98a2b3;
    margin-top: 0;
    margin-bottom: 16px
}

.Get_Started_Left form .drop_box button.btn {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #98a2b3;
    background: #fff0;
    padding: 0;
    width: 100%;
    display: inline-block;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0;
    padding: 10px;
    text-align: center
}

.Get_Started_Left form .drop_box button.btn:hover,
.Get_Started_Left form .drop_box button.btn:focus {
    border: 0 !important;
    box-shadow: none !important;
    outline: 0;
    padding: 10px;
    text-align: center
}

.Get_Started_Left form .form input {
    margin: 10px 0;
    width: 100%;
    background-color: #e2e2e2;
    border: 0;
    outline: 0;
    padding: 12px 20px;
    border-radius: 4px
}

.reqForm .form-floating>.form-select {
    background-image: url(../../images/build-page/chevron_right_new.svg)
}

.reqForm .form-floating>textarea {
    margin-bottom: 0;
    height: 84px
}

.reqForm .form-floating>.form-select {
    margin: 0 0 16px
}

.Get_Started_Left form .drop_box button.btn svg {
    margin-right: 8px
}

.Pos_rel {
    position: relative
}

a.Great_Cert_Logo {
    display: block;
    position: fixed;
    right: 50px;
    top: 89px;
    z-index: 9
}

.Pos_rel a.Great_Cert_Logo img {
    max-width: 90px
}

.Accounting_CPA_Firms_Box {
    background: #fff;
    border: 1px solid #eaecf0;
    padding: 48px 0;
    border-radius: 24px
}

.Accounting_CPA_Firms_Box h2.Accounting_CPA_Firms_Title {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244a;
    padding-bottom: 42px
}

.Accounting_CPA_Firms_Box h2.Accounting_CPA_Firms_Title span.Accounting_CPA_Firms_Title_Span {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3a58ef
}

.bannerLogo.logoSlider.slick-initialized.slick-slider {
    padding-top: 0;
    padding-bottom: 0
}

body.Build_Homepage {
    background: #ebeefd
}

.banner.Accounting_CPA_Firms {
    background: #fff0;
    margin-top: -120px;
    margin-bottom: 0
}

.Hire_Offshore_Main {
    margin: 0;
    border-radius: 0
}

.Hire_Offshore_Main .Hire_Offshore {
    background: #fff;
    padding-bottom: 60px;
    border-radius: 0
}

.Hire_Offshore_Main h2.Heading_H2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244a;
    padding-bottom: 8px
}

.Hire_Offshore_Main p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    padding-bottom: 24px
}

.Hire_Offshore_Main h3.Heading_H3 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    padding-bottom: 8px
}

.Hire_Offshore_Main ul.dataLogos {
    margin: 0;
    flex-direction: column
}

.Hire_Offshore_Main ul.dataLogos li {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-bottom: 12px;
    color: #475467;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center
}

.Hire_Offshore_Main ul.dataLogos li svg {
    margin-right: 8px;
    min-width: 20px
}

.With_MYCPE_ONE_Main {
    background: #fff
}

.With_MYCPE_ONE_Box {
    background: #283fb1;
    padding: 24px;
    border-radius: 16px;
    margin-top: 0
}

.With_MYCPE_ONE_Box h3 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    padding-bottom: 0
}

.Accounting_Outsourcing_Services_Left.sticky-top {
    top: 130px;
    z-index: 9;
    text-align: left;
}

.stepList {
    display: inline-block;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    text-align: left;

}

.stepList li {
    padding: 0 0 0 215px;
    position: relative;
    margin-bottom: 48px;
    width: 100%
}

.nums {
    position: absolute;
    left: 0;
    top: 0;
    color: #e8e8e9;
    font-size: 108px;
    line-height: 108px;
    font-weight: 400;
    font-family: 'Anton', sans-serif
}

.stepList li:before {
    background: #eff0f3;
    width: 4px;
    height: calc(100% - 123px);
    top: 123px;
    position: absolute;
    left: 48px;
    content: '';
    z-index: 1
}

.stepList li.stepsOver:after {
    background: #eff0f3;
    width: 4px;
    height: 0;
    top: 123px;
    position: absolute;
    left: 48px;
    content: '';
    z-index: 2;
    transition: height 2s
}

.stepList li.stepsOver.active:after {
    height: calc(100% - 123px)
}

.stepList li.stepOne.active:after {
    background: #F60
}

.stepList li.stepTwo.active:after {
    background: #6086f1
}

.stepList li.stepThree.active:after {
    background: #f5767d
}

.stepList li.stepFour.active:after {
    background: #be87fc
}

.stepList li.stepFive.active:after {
    background: #0fca95
}

.stepList li.stepSix.active:after {
    background: #ffc700
}

.stepList li.stepsOver.active:after {
    height: calc(100% - 123px)
}

.stepHedd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #171a1f;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    padding-bottom: 30px
}

.stepHedd img {
    margin-right: 24px
}

.stepList dt {
    color: #171a1f;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
    padding-bottom: 12px
}

.stepList dd {
    color: #5d5f62;
    line-height: 150%;
    padding-bottom: 24px
}

.stepList dd.asses {
    padding: 16px;
    border-radius: 12px
}

.stepList li.stepOne.active .nums {
    color: #3a58ef
}

.stepList li.stepTwo.active .nums {
    color: #3a58ef
}

.stepList li.stepThree.active .nums {
    color: #3a58ef
}

.stepList li.stepFour.active .nums {
    color: #3a58ef
}

.stepList li.stepFive.active .nums {
    color: #3a58ef
}

.stepList li.stepSix.active .nums {
    color: #3a58ef
}

.stepList li.stepOne.active:after {
    background: #3a58ef
}

.stepList li.stepTwo.active:after {
    background: #3a58ef
}

.stepList li.stepThree.active:after {
    background: #3a58ef
}

.stepList li.stepFour.active:after {
    background: #3a58ef
}

.stepList li.stepFive.active:after {
    background: #3a58ef
}

.stepList li.stepSix.active:after {
    background: #3a58ef
}

.Accounting_Outsourcing_Services {
    padding: 48px 0;
    background: #fff;
    margin-top: 0;
}

.Accounting_Outsourcing_Services_Left h3,
.Accounting_Outsourcing_Services_Left h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244a;
    padding-bottom: 8px
}

.Accounting_Outsourcing_Services_Left h3 span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px
}

.Accounting_Outsourcing_Services_Left p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    padding: 0
}

.Accounting_Outsourcing_Services_Left a.Hire_Now_Btn {
    border: 1px solid #3a58ef;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    min-width: 200px;
    padding: 12px;
    display: inline-block;
    text-align: center;
    margin-top: 24px;
    border-radius: 4px;
    background: #3a58ef;
    color: #fff;
}

.Accounting_Outsourcing_Services_Left a.Hire_Now_Btn:hover {
    background: #3a58ef;
    color: #fff
}

.Accounting_Outsourcing_Services_Right .stepList .nums {
    font-family: Inter;
    font-size: 100px;
    font-weight: 900;
    line-height: 90px;
    letter-spacing: -.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #d8defc
}

.stepList li ul.list-instyled li {
    padding-left: 27px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    margin-bottom: 12px
}

.stepList li ul.list-instyled li:before {
    content: '';
    background-image: url(../../images/build-page/Accounting_Services_Point.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #fff0
}

.Accounting_Outsourcing_Services_Right .Heading_H2 {
    font-family: Inter;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    padding-bottom: 20px
}

.stepList li.stepsOver a.Hire_Now_Btn {
    border: 1px solid #3a58ef;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    min-width: 200px;
    padding: 12px;
    display: inline-block;
    text-align: center;
    margin-top: 8px;
    border-radius: 4px;
    background: #fff;
    color: #3a58ef
}

.stepList li.stepsOver a.Hire_Now_Btn:hover {
    background: #3a58ef;
    color: #fff
}

.product__slider-main {
    margin-bottom: 15px
}

.product__slider-main img {
    margin: 0 auto
}

.product__slider-thmb .slick-slide {
    opacity: .5;
    transition: all .3s ease
}

.product__slider-thmb .slick-slide.slick-active,
.product__slider-thmb .slick-slide:hover {
    opacity: 1
}

.product__slider-main,
.product__slider-thmb {
    display: none
}

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto
}

.banner-slider .slider.slider-for {
    max-width: 100%;
    padding-right: 35px
}

.banner-slider .slider.slider-nav {
    max-width: 100%
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left
}

.banner-slider .slider.slider-nav {
    height: 610px;
    overflow: hidden
}

.slider-banner-image {
    height: 610px
}

.banner-slider .slider.slider-nav {
    padding: 20px 0 0
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 178px;
    height: 110px;
    margin: 0 auto;
    border: 1px solid #ebebeb
}

.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196db6
}

.slider-nav .slick-slide.slick-current span {
    color: #196db6
}

.slider-nav .slick-slide {
    text-align: center
}

.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px
}

.slick-arrow {
    width: 100%;
    background-color: #fff0;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99
}

.slick-prev {
    top: 0
}

.slick-next {
    bottom: 0;
    background-color: #fff
}

.slick-prev.slick-arrow {
    background-image: url(../images/black-up-arrow.png)
}

.slick-next.slick-arrow {
    background-image: url(../images/black-down-arrow.png)
}

.Why_Mycpeone {
    background: #ebeefd;
    padding: 72px 0
}

.Why_Mycpeone h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244a;
    padding-bottom: 8px
}

.Why_Mycpeone p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    padding: 0;
    margin-bottom: 48px
}

section.banner-section {
    margin-top: 48px
}

.Our_5D_Approach h2 {
    padding-bottom: 45px
}

.Our_5D_Slider .slider {
    grid-template-columns: 50% 50%;
    position: relative
}

.Our_5D_Slider .slider .content_container {
    padding: 0
}

.Our_5D_Slider .slider .slides {
    overflow-y: auto;
    max-height: 320px;
    scrollbar-width: none
}

.Our_5D_Slider .slider .slides::-webkit-scrollbar {
    display: none
}

.Our_5D_Slider .slider .slides .slide {
    min-height: calc(100%);
    display: flex;
    padding: 0;
    align-items: start
}

.Our_5D_Slider .slide_navigation a {
    color: #d8defc;
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

.Our_5D_Slider .slide_navigation li {
    margin-bottom: 16px
}

.Our_5D_Slider .slide_navigation li:last-child {
    margin-bottom: 0
}

.Our_5D_Slider .slide_navigation a {
    text-align: left
}

.Our_5D_Slider .slide_navigation a.active {
    font-weight: 700;
    text-align: left;
    color: #3a58ef;
    position: relative
}

.Our_5D_Slider .slide_navigation a.active:after {
    content: '';
    background: #3a58ef;
    width: 72px;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: -80px;
    top: 15px
}

.inner_content {
    display: flex
}

.Inner_Content_Left {
    margin-right: 24px;
    text-align: center
}

.Our_5D_Slider .slider .slides .Inner_Content_Left p {
    text-align: left
}

.Our_5D_Slider .slider .slides h1 {
    text-align: left;
    padding-bottom: 16px
}

.Our_5D_Slider .slider .slides p {
    text-align: left
}

.Recent_Post .resorceBox:hover {
    background: #fff0
}

.cardCust2 .d-flex {
    margin: 0
}

.cardCust2 .d-flex .date {
    max-width: 263px
}

.container_card .nav-pills .nav-link {
    padding: 10px 16px;
    color: #171a1f80;
    font-size: 20px
}

.container_card .nav-pills .nav-link.active {
    background: #3a58ef;
    color: #fff;
    border-radius: 50px
}

.container_card li.nav-item {
    margin-right: 16px
}

.By_Numbers_Main_Box {
    margin-top: 0;
    text-align: left;
    min-height: 161px;
    margin-bottom: 30px;
    border: 0;
    position: relative;
    box-shadow: 0 4px 25px 0 #0000001A;
    border-radius: 12px;
    padding: 24px 16px;
    background: #fff
}

.By_Numbers_Main_Box:before {
    content: '';
    background: #9cabf7;
    width: 5px;
    height: 102px;
    display: inline-block;
    position: absolute;
    left: -2px;
    border-radius: 13px
}

.By_Numbers_Main_Box h6 {
    margin-top: 8px;
    margin-bottom: 2px;
    display: block;
    padding: 8px 0 4px;
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -.02em;
    text-align: left;
    color: #3e3c64
}

.By_Numbers_Main_Box p {
    padding-bottom: 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #475467
}

.container_card .scroll {
    height: 790px
}

.container_card .scroll.scroll_Upcoming {
    height: auto
}

.container_card {
    padding: 4% 0
}

.Our_5D_Slider .slider .slides .Inner_Content_Left p.Text_Brand_500 {
    color: #3a58ef;
    font-weight: 700
}

.Our_5D_Slider_Left h2 {
    font-family: Inter;
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244a;
    padding-bottom: 24px
}

.Why_Mycpeone_Slider_Main {
    position: relative
}

.Why_Mycpeone_Slider_Box {
    background: #fff;
    border: 1px solid #eaecf0;
    padding: 24px;
    border-radius: 24px;
    margin-bottom: 24px;
    height: 286px;
    position: relative
}

.Why_Mycpeone_Slider_Box svg {
    margin-bottom: 24px
}

.Why_Mycpeone_Slider_Box h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054
}

.Our_5D_Slider .slider .Why_Mycpeone_Slider_Box p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    margin-bottom: 26px
}

.Read_More_Btn {
    display: flex;
    align-items: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3a58ef
}

.Read_More_Btn {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 9999
}

.Read_More_Btn svg {
    margin-left: 8px;
    margin-bottom: 0
}

.Key_Benefits {
    background: #fff;
    padding: 72px 0 150px
}

.Key_Benefits h2.Heading_H2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244a;
    margin-bottom: 48px;
    padding-bottom: 0
}

.Key_Benefits_Outer {
    position: relative;
    height: 576px
}

img.Key_Benefits_Img {
    top: auto;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
    width: 100%
}

.Key_Benefits_Box {
    max-width: 310px;
    text-align: center
}

.Key_Benefits_Box.Key_Benefits_Box1 {
    max-width: 271px
}

.Key_Benefits_Box.Key_Benefits_Box2 {
    margin-left: -100px
}

.Key_Benefits_Box.Key_Benefits_Box3 {
    margin-left: -180px
}

.Key_Benefits_Box.Key_Benefits_Box4 {
    text-align: center;
    margin-right: -160px;
    margin-left: 205px
}

.Key_Benefits_Box.Key_Benefits_Box5 {
    margin-left: 125px;
    margin-right: -85px
}

.Key_Benefits_Box.Key_Benefits_Box6 {
    margin-left: 49px
}

.Key_Benefits_Box svg {
    display: none
}

.Data_Security_New_Main {
    margin: 0
}

.How_to_Get_Started ul.stepList {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px 0 0 70px
}

.How_to_Get_Started ul.stepList li {
    line-height: inherit;
    margin-bottom: 12px;
    padding: 0
}

.How_to_Box {
    padding: 24px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden
}

.How_to_Box h2 {
    font-family: Inter;
    font-size: 100px;
    font-weight: 900;
    line-height: 90px;
    letter-spacing: -.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #9cabf7;
    padding-bottom: 19px;
    margin-left: -65px;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.How_to_Box:hover h2 {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-left: 0;
    color: #3a58ef
}

.How_to_Box h3.Heading_H3 {
    font-family: Inter;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054
}

.How_to_Box ul.Steps_points.Heading_H6 li {
    list-style: none;
    padding-left: 27px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    margin-bottom: 12px;
    position: relative
}

.How_to_Box ul.Steps_points {
    margin-left: 0
}

.How_to_Box ul.Steps_points.Heading_H6 li:before {
    content: '';
    background-image: url(../../images/build-page/Accounting_Services_Point.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px
}

.How_to_Get_Started h2.Heading_H2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-bottom: 8px;
    color: #26244a
}

.How_to_Get_Started p.Heading_H6 {
    color: #3a58ef;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

.logoSlider button.slick-prev.slick-arrow {
    position: absolute;
    left: 10px;
    top: 45%;
    border: 1px solid #d0d5dd;
    border-radius: 50%;
    background: url(../images/prev-hover.png) 0 0 no-repeat;
    background-color: #3a58ef;
    background-size: 40px
}

.logoSlider button.slick-next.slick-arrow {
    top: 25%;
    right: 10px;
    left: auto;
    border: 1px solid #d0d5dd;
    border-radius: 50%;
    background: url(../images/prev-hover.png) 0 0 no-repeat;
    background-size: 40px;
    background-color: #3a58ef
}

.slider {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.slider ul.bxslider img {
    width: 100%;
    height: auto
}

.bx-pager {
    margin: 0;
    padding: 0
}

.bx-pager img {
    width: 100px;
    height: auto
}

.bx-pager a {
    opacity: .1
}

.bx-pager a:hover,
.bx-pager a.active {
    opacity: 1
}

.bx-pager a {
    width: 100%;
    display: inline-block;
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 16px;
    position: relative
}

.bx-pager a.active span {
    background: #3a58ef;
    width: 72px;
    height: 1px;
    display: inline-block;
    margin-top: 17px
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    background: #fff0;
    margin-bottom: 0
}

.bx-wrapper .bx-controls-direction a {
    display: none
}

.bx-viewport {
    margin-bottom: 0
}

.Our_5D_Slider_Left {
    height: 100%
}

.item-container {
    position: relative;
    margin: 0 10px
}

.item-container img {
    max-width: 100%
}

.item-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    text-shadow: 0 0 0 #000
}

.Client_Success_Story {
    padding: 72px 0;
    background: var(--Text-Grey-50, #F9FAFB)
}

.Client_Success_Story ul.slick-dots {
    bottom: -70px
}

.Client_Success_Story .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #fff0;
    border: 0;
    outline: 0;
    background: #fff0
}

.Client_Success_Story .slick-dots li button:before {
    font-family: 'slick';
    font-size: 24px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 8px;
    content: '';
    text-align: center;
    opacity: 1;
    color: #d8defc;
    background: #d8defc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 10px
}

.Client_Success_Story .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #3a58ef;
    background: #3a58ef
}

.Client_Success_Story_Right iframe {
    border-radius: 24px
}

.Client_Success_Story button.slick-prev.slick-arrow {
    background-image: url(../../images/build-page/Left_Arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: -50px;
    width: 40px;
    height: 40px;
    top: 50%
}

.Client_Success_Story button.slick-next.slick-arrow {
    background-image: url(../../images/build-page/Right_Arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    right: -50px;
    left: auto;
    width: 40px;
    height: 40px
}

.Client_Success_Story h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244a;
    padding-bottom: 48px
}

.Client_Success_Story_Left h3 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    padding-bottom: 12px
}

.Client_Success_Story_Left p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    padding-bottom: 30px
}

.Author_Text {
    display: flex;
    align-items: flex-start
}

.Author_Text_Right h4 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    padding-bottom: 0
}

.Author_Text_Left img {
    width: 57px;
    height: 57px
}

.Author_Text_Left {
    margin-right: 16px
}

.Client_Success_Story_Left .Author_Text_Right p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    padding-bottom: 0
}

.FAQ_Box .sticky-top {
    top: 130px;
    z-index: 9
}

.FAQ_Main {
    background: #fff0;
    padding-block: 72px;
}

.FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: 0;
    margin-right: 24px;
    content: "";
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    width: 32px;
    height: 32px;
    background-size: cover
}

.FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
    background-image: url(../../images/build-page/Open_Accordion_Icon.svg);
    transition: all .3s;
    transform: rotate(45deg)
}

.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed::before {
    transform: rotate(0)
}

.FAQ_Main .FAQ_Box .accordion-button {
    color: #667085;
    background: #fff0;
    border: 0;
    padding-left: 0
}

.FAQ_Main .FAQ_Box .accordion-button::after {
    display: none
}

.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    border: 0;
    background: #fff0;
    padding-left: 0
}

.FAQ_Main .FAQ_Box .accordion-item {
    margin: 0;
    border: 0;
    margin-bottom: 16px;
    border-radius: 0;
    background: #fff0;
    border-bottom: 1px solid #d9d9d9
}

.FAQ_Main .FAQ_Box .accordion-body {
    border-radius: 0 0 12px 12px;
    border: 0;
    background: var(--White, #FFF);
    border-top: 0;
    border: 0;
    background: #fff0;
    padding: 0;
    padding-left: 55px
}

.FAQ_Main .FAQ_Box .accordion-button, .FAQ_Main .FAQ_Box .accordion-button h4 {
    color: #667085;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

.FAQ_Main .FAQ_Box .accordion-body p {
    color: var(--secondary-secondary-100, #171a1f);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    margin-bottom: 15px
}

.FAQ_Main .FAQ_Box .accordion-body ul {
    margin-left: 20px
}

.FAQ_Main .FAQ_Box .accordion-body ul li {
    color: var(--secondary-secondary-100, #171a1f);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    list-style: disc;
    margin-bottom: 10px
}

.FAQ_Main .FAQ_Box .collapse {
    border: 0
}

.request_more_info_form_main .reqForm .form-floating>.form-control {
    background-color: #fff;
    border: 1px solid #fff
}

.request_more_info_form_main .reqForm .form-floating>.form-select {
    background-color: #fff;
    border: 1px solid #fff
}

.request_more_info_form_main .dropFile {
    color: #000
}

.request_more_info_form_main input#i_attachment {
    background: #fff0;
    text-align: center;
    margin: 0 auto;
    max-width: 280px;
    color: #000
}

.request_more_info_form_main .reqForm .form-floating>textarea {
    height: 165px
}

.FAQ_Main .FAQ_Box .nav-pills button.nav-link,
.FAQ_Main .FAQ_Box .nav-pills button.nav-link h3 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    padding: 8px;
    display: inline-block;
    width: auto;
    max-width: fit-content;
    margin-bottom: 16px
}

.FAQ_Main .FAQ_Box .nav-pills button.nav-link.active, .FAQ_Main .FAQ_Box .nav-pills button.nav-link.active h3 {
    background: #d8defc;
    padding: 8px;
    color: #1d2939;
    border-radius: 4px
}

.FAQ_Main .FAQ_Box .tab-content h3 {
    font-family: Inter;
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244a
}

.Must_Read_Blogs {
    padding: 110px 0 110px 0
}

.Must_Read_Blogs .blogs_main .headings.text-center h2 {
    color: var(--Theme-Dark-Blue-800, #26244a);
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px;
    margin-bottom: 40px
}

.Insightful_Box {
    border-radius: 8px;
    background: #FFF;
    padding: 16px;
    height: 100%
}

.Insightful_Box img {
    width: 100%
}

.view_all_blog {
    margin-top: 40px
}

.Insightful_Box h4 {
    overflow: hidden;
    color: var(--Text-Grey-800, #1d2939);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    height: 52px;
    margin-top: 18px;
    margin-bottom: 8px
}

.Insightful_Box h6 {
    color: var(--Text-Grey-400, #98a2b3);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px
}

.Insightful_Box h6 .blog_author {
    max-height: 20px;
    width: auto
}

.Insightful_Box p {
    color: var(--Text-Grey-500, #5d667b);
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.Insightful_img {
    max-height: 240px;
    overflow: hidden;
    border-radius: 8px
}

.Insightful_Box a img:hover {
    transform: scale(1.1)
}

.Insightful_Box a img {
    border-radius: 8px;
    transition: .3s
}

.Insightful_Box a img {
    border-radius: 8px
}

.How_It_Works_Services {
    padding: 72px 0;
    background: #ebeefd
}

.Client_Success_Story_Right .dataImg {
    border-radius: 12px
}

.Client_Success_Story_Right .dataImg a img {
    border-radius: 12px
}

.Client_Success_Story_Left {
    position: absolute;
    bottom: 2px;
    text-align: left;
    padding: 14px;
    z-index: 1;
    line-height: 1
}

.Client_Success_Story_Left h3 {
    font-family: Inter;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-bottom: 0;
    color: #ddd;
    font-size: 16px;
    font-weight: 700
}

.Client_Success_Story_Right .dataImg:after {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* background: linear-gradient(180deg, rgb(0 0 0 / .0001) 49.88%, rgb(0 0 0 / .9)); */
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 12px
}

.banner.Accounting_CPA_Firms.Certifications_Affiliations {
    margin-top: 0;
    padding-top: 72px
}

.Client_Box {
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 10px
}

.hero-section {
    padding: 56px 0;
    background: #fff
}

.hero-section .hero-title {
    margin-bottom: 16px;
    color: var(--Text-Grey-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -.96px
}

.hero-section .hero-subtitle {
    margin-bottom: 24px;
    padding-inline: 100px;
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

.pricing-card p {
    display: inline-flex;
    align-items: baseline;
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px
}

.pricing-card p span {
    padding-inline: 5px;
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -.96px
}

.hero-section .pricing-buttons {
    display: flex;
    gap: 16px;
    justify-content: center
}

.hero-section .pricing-buttons a {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05);
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.hero-section .pricing-buttons a svg {
    margin-right: 8px
}

.hero-section .pricing-buttons a.View_Pricing {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: #fff0;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 40px
}

.hero-section .pricing-buttons a.View_Pricing:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05);
    color: #fff
}

.hero-section .pricing-buttons a.View_Pricing:hover svg path {
    fill: #fff
}

.hero-section .pricing-buttons a.Book_Your:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-800, #182878);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05)
}

.hero-section .stats-row {
    display: flex;
    justify-content: center;
    gap: 90px;
    margin-top: 50px;
    flex-wrap: wrap
}

.hero-section .stat-item h3, .hero-section .stat-item label {
    padding-top: 10px;
    padding-bottom: 5px;
    display: inline-block;
    width: 100%;
    color: var(--Text-Grey-900, #101828);
    text-align: center;

    /* Display xs / Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

.hero-section .stat-item p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.hero-section .stat-item {
    text-align: center
}


.hero-section .stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px
}

.hero-section .stat-label {
    font-size: 14px;
    color: #7f8c8d
}

.hero-section .trusted-by {
    text-align: center;
    margin-top: 60px
}

.hero-section .trusted-by p {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 20px
}

.hero-section .trust-logos {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap
}

.hero-section .trust-logo {
    font-size: 12px;
    color: #bdc3c7;
    padding: 10px 20px;
    border: 1px solid #e1e8ed;
    border-radius: 6px
}

.Entigrity_Logo p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px
}

section.Firms_Trust {
    background: var(--Text-Grey-50, #F9FAFB);
    padding-block: 35px
}

.trusted-by p {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 0
}

.Trust_Logos_Main {
    display: flex;
    gap: 24px;
    justify-content: center
}

.Trust_Logo {
    padding: 0px
}

section.Why_Choose {
    background-color: #fff;
    padding-block: 72px
}

.Why_Title {
    position: relative
}

.Why_Title a.Watch_Video_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 20px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    gap: 8px
}

.Why_Title a.Watch_Video_Btn:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-800, #182878);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05);
    color: #fff
}

.Why_Title a.Watch_Video_Btn:hover svg path {
    fill: #fff
}

.Why_Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px;
    text-align: center;
    padding-bottom: 16px
}

.Why_Title h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px;
    margin-bottom: 8px
}

.Why_Title h3 {
    text-align: center;
    font-family: Inter;
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244a;
    padding-bottom: 16px
}

.Why_Title p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 48px;
    padding: 0
}

.Why_Choose_Box {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
    margin-top: 0;
    margin-block: 24px;
    min-height: 228px
}

.Why_Choose_Box span {
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
    display: inline-block;
    padding: 10px;
    margin-bottom: 24px
}

.Why_Choose_Box h5 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px
}

.Why_Choose_Box p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0
}

section.Key_Benefits_Main {
    background: var(--Text-Grey-50, #F9FAFB);
    padding-block: 72px
}

.Key_Benefits_Left h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -.72px
}

.Key_Benefits_Left h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -.72px;
    margin-bottom: 12px;
    padding: 0
}

.Key_Benefits_Left p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 36px
}

.Key_Benefits_Left ul li {
    position: relative;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 25px;
    margin-bottom: 12px
}

.Key_Benefits_Left ul li svg {
    position: absolute;
    left: 0
}

.Key_Benefits_Right {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding-block: 60px;
    text-align: center
}

.Key_Benefits_Right h2 {
    margin-bottom: 12px;
    padding: 0;
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 150px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: baseline
}

.Key_Benefits_Right h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.Key_Benefits_Right h5 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 12px;
    padding: 0
}

.Key_Benefits_Right p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0
}

section.How_Get_Started_Main {
    background: var(--White, #FFF);
    padding-block: 72px
}

.How-Title {
    text-align: center;
    margin-bottom: 48px
}

.How-Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px;
    padding: 0;
    margin-bottom: 8px
}

.How-Title h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px
}

.How-Title p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0
}

.Step_1 {
    text-align: center
}

.Step_Box {
    position: relative;
    display: inline-block;
    margin-bottom: 24px
}

.Step_Box h3 {
    position: absolute;
    top: 28px;
    left: 25px;
    color: var(--Text-Grey-800, #1D2939);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -0.48px;
}

.Step_1 h5 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 8px
}

.Step_1 p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
    padding: 0
}

.Step_Main {
    position: relative
}

.Step_Main .Line {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30px
}

.Step_Main .Line:before {
    content: '';
    background: url(../../images/build-page/Step_Main_Line.svg);
    background-repeat: no-repeat;
    background-size: auto;
    width: 470px;
    height: 88px;
    display: inline-block;
    position: absolute;
    top: -33px;
    left: 16%
}

.Step_Main .Line:after {
    content: '';
    background: url(../../images/build-page/Step_Main_Line.svg);
    background-repeat: no-repeat;
    background-size: auto;
    width: 470px;
    height: 88px;
    display: inline-block;
    position: absolute;
    top: -33px;
    right: 16%
}

section.Ensuring_Security {
    background: var(--Text-Grey-50, #F9FAFB);
    padding-block: 72px
}

.Data_Main {
    text-align: center
}

.Data_Main svg {
    margin-bottom: 24px
}

.Data_Main h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px;
    margin-bottom: 48px;
    padding: 0
}

.Data_Main h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px
}

.Data_Main h6 {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px
}

.Data_Main p {
    text-align: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--Text-Grey-600, #475467);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.Security-Img {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-block: 36px
}

.Data_Main a {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05);
    display: inline-block;
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.Data_Main a svg {
    margin: 0;
    margin-right: 8px
}

.Data_Main a.videoTrigger:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-800, #182878);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05)
}

section.Simple_Pricing {
    background: var(--White, #FFF);
    padding-block: 72px
}

.Simple_Title {
    margin-bottom: 48px
}

.Simple_Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px;
    padding: 0
}

.Simple_Title h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px
}

.Simple_Box {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: #fff;
    padding: 24px
}

.Simple_Top {
    text-align: center;
    border-bottom: 1px solid #EAECF0;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.Simple_Top p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding-bottom: 4px
}

.Simple_Top h3 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: baseline
}

.Simple_Top h3 small {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-left: 5px
}

.Pricing_Point {
    margin-block: 16px
}

.Pricing_Point ul li {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px
}

.Pricing_Point ul li svg {
    position: absolute;
    left: 0
}

.Consultation {
    text-align: center;
    margin-top: 24px
}

.Consultation a {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 20px;
    display: inline-block
}

.Consultation a:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-800, #182878);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05)
}

section.Free_Resources {
    background: var(--White, #FFF);
    padding-block: 72px
}

.Resources_Box {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px
}

.Resources_Box span {
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
    width: 48px;
    height: 48px;
    padding: 13px;
    margin-bottom: 24px;
    display: block
}

.Resources_Box h6 {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
}

.Resources_Box h3 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-block: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 24px;
    min-height: 84px;
}

.Resources_Box p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 24px
}

.Resources_Box a {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 20px;
    text-align: center;
    display: block
}

.Resources_Box a:hover {
    color: #fff;
    background: var(--Theme-Blue-500, #3A58EF)
}

.Resources_Box a:hover svg path {
    fill: #fff
}

.Resources_Box_Bottom {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 24px;
    margin-top: 24px
}

.Resources_Box_Bottom h3 {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 0
}

.Resources_Box_Bottom a {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05);
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 8px;
    max-width: 275px;
    float: right
}

.Resources_Box_Bottom a:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-800, #182878);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05)
}

section.bg-grey {
    background: var(--Text-Grey-50, #F9FAFB)
}

.Security-Img-Box {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: transparent;
    padding: 24px;
    text-align: left;
    transition: 0.5s all ease-in-out;
    margin-top: 0
}

.Security-Img-Box:hover {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-500, #5D667B);
    background: var(--White, #FFF);
    transition: 0.5s all ease-in-out;
    margin-top: -12px
}

.Security-Img-Box h4 {
    text-align: left;
    padding-top: 36px;
    padding-bottom: 8px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px
}

section.Software_Integrations {
    padding: 72px 0
}

section.Software_Integrations .Sec_Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px;
    text-align: center;
    padding-bottom: 8px
}

section.Software_Integrations .Sec_Title h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px
}

section.Software_Integrations h3 {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0;
    margin-bottom: 48px
}

section.Software_Integrations .nav-pills {
    border-radius: 12px;
    background: #F3F4F6;
    padding: 2px;
    margin-bottom: 36px
}

section.Software_Integrations .nav-pills .nav-link.active {
    border-radius: 10px;
    background: var(--Theme-Blue-800, #182878);
    box-shadow: 0 4px 4px -2px rgb(24 39 75 / .06), 0 2px 4px -2px rgb(24 39 75 / .02), 0 0 2px 0 #E0E0E0;
    padding: 8px 24px;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

section.Software_Integrations .nav-pills .nav-link {
    padding: 8px 24px;
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.Software_Integrations_Box {
    border-radius: 8px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    gap: 16px;
    flex-direction: column;
    width: 110px;
    background: #fff0;
    border: 0;
    padding: 0
}

.Software_Integrations_Box h3 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 0;
    text-align: center
}

.Software_Integrations_Box.col h3 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}


section.Lets_Build {
    padding: 72px 0
}

section.Lets_Build .Sec_Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -.72px;
    text-align: center;
    padding-bottom: 36px
}

section.Lets_Build .Sec_Title h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -.72px
}

.Lets_Build_Box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 36px
}

.Lets_Build_Box a.Schedule_Call_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05);
    padding: 12px 20px;
    display: inline-block;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.Lets_Build_Box a.Chat_Btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 12px 20px;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px
}

.Lets_Build_Box a.Chat_Btn:hover {
    background: var(--Theme-Blue-500, #3A58EF);
    color: #fff
}

.Lets_Build_Box a.Chat_Btn:hover svg path {
    stroke: #fff
}

.Lets_Build_Box a.Schedule_Call_Btn:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-800, #182878);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05)
}

.Lets_Build a.Call_Btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

section.Why_Choose.Why_CPA .Why_Choose_Box:hover {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-500, #5D667B);
    background: var(--White, #FFF)
}

section.Why_Choose.Why_CPA .Why_Choose_Box:hover span {
    border-radius: 8px;
    background: var(--Theme-Blue-500, #3A58EF)
}

section.Why_Choose.Why_CPA .Why_Choose_Box:hover span svg path {
    stroke: var(--White, #FFF)
}

section.Why_Choose.Why_CPA .Why_Choose_Box:hover span svg circle {
    stroke: #fff
}

.Why_Choose_Box:hover {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-500, #5D667B);
    background: var(--White, #FFF)
}

.Why_Choose_Box:hover span {
    border-radius: 8px;
    background: #3a58ef
}

.Why_Choose_Box:hover span svg path {
    stroke: var(--White, #FFF)
}

.Why_Choose_Box:hover span svg circle {
    stroke: var(--White, #FFF)
}

.How_Get_Started_Main a.Book_Your {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05);
    display: flex;
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    align-items: center;
    justify-content: center;
    max-width: 188px;
    gap: 8px;
    margin: 48px auto 0
}

.How_Get_Started_Main a.Book_Your:hover {
    background: var(--Theme-Blue-800, #182878)
}

.marquee-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    width: 100%;
    padding: 0
}

.marquee-track {
    display: flex;
    width: fit-content
}

.marquee-left {
    animation: marquee-left 20s linear infinite
}

.marquee-right {
    animation: marquee-right 20s linear infinite
}

.scroll-card {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    margin-right: 0;
    min-width: max-content;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

.scroll-card img {
    width: 50px;
    border-radius: 8px
}

.scroll-card:hover {
    transform: scale(1);
    box-shadow: none
}

.Watch_video .modal-header {
    position: relative;
    padding: 0
}

.Watch_video button.btn-close {
    background-color: #fff;
    background-size: 12px;
    opacity: 1;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    padding: 10px 10px;
    font-size: 14px;
    width: 15px;
    height: 15px;
    z-index: 9
}

.Btn_Primary_xl {
    background: #3A58EF;
    color: #FFF;
    border-Radius: 4px;
    box-shadow: 0 1px 2px 0 #1018280D;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    padding: 12px 20px 12px 20px
}

@keyframes marquee-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes marquee-right {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.marquee-container:hover .marquee-left,
.marquee-container:hover .marquee-right {
    animation-play-state: paused
}

section.Why_Offshore {
    padding-block: 72px
}

section.Why_Offshore .Sec_Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244a);
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px;
    margin-bottom: 16px;
    padding-bottom: 0
}

section.Why_Offshore .Sec_Title h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px
}

section.Why_Offshore .Sec_Title p {
    margin: 0;
    padding: 0;
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 8px
}

.Ensuring_Security_Left {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: #12327B;
    padding: 24px;
    height: 100%
}

.Ensuring_Security_Left .Ensuring_Security_Left_Top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px
}

.Ensuring_Security_Left .Ensuring_Security_Left_Top label {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 150px;
    font-style: normal;
    font-weight: 700;
    line-height: 117px
}

.Ensuring_Security_Left h3 {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
    text-align: left;
    padding: 0
}

.Ensuring_Security_Left p {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left
}

.Security-Img-Box img {
    max-width: 60px
}

.Software_Integrations_Main_Inner {
    display: flex;
    gap: 24px;
    justify-content: center
}

.FAQ_Main h2.Sec_Title {
    text-align: center;
    letter-spacing: .36px;
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 35px
}

.Text_Dark_Blue_800 {
    color: #26244A
}

.Heading_H2_Bold {
    font-weight: 700
}

.Heading_H2 {
    font-family: Inter;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px
}

.Client_Success_Story button.slick-prev.slick-arrow::before,
.Client_Success_Story button.slick-next.slick-arrow::before {
    display: none
}

.Offshore_Staffing_Tabs .nav-pills {
    justify-content: center;
    border-radius: 50px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 8px;
    display: flex;
    margin-bottom: 32px;
}

.Offshore_Staffing_Tabs {
    display: inline-block;
    text-align: center;
    width: 100%;
    background: #fff;
    padding-block: 72px;
}

.Country_Tabs .nav-pills {
    border: 0;
    padding: 0;
    background: transparent;
    justify-content: center;
    border-radius: 50px;
    display: flex;
    margin-bottom: 32px;
}

.Country_Tabs .nav-pills li .nav-link.active {
    background: transparent;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    filter: grayscale(0);
    border: 0;
    box-shadow: none;
}

.Offshore_Staffing_Tabs .nav-pills .nav-link.active {
    border-radius: 50px;
}

.Country_Tabs .nav-pills li .nav-link {
    padding: 8px 24px;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    filter: grayscale(1);
    background: transparent;
    border: 0;
}

.Offshore_Staffing_Tabs .nav-pills .nav-link {
    border-radius: 50px;
}


.Country_Tabs .nav-pills li .nav-link img {
    margin-right: 16px;
}



.Country_Tabs .nav-pills li .nav-link.active:after {
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #3A58EF 26.44%, #3A58EF 50.48%, #3A58EF 75%, rgba(255, 255, 255, 0.00) 100%);
    width: 122px;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -4px;
    left: 0;
    margin: 0 auto;
    text-align: center;
}



.Data_Main {
    text-align: center
}

.Data_Main svg {
    margin-bottom: 24px
}

.Data_Main h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px;
    margin-bottom: 48px;
    padding: 0
}

.Data_Main h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px
}

.Data_Main h6 {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px
}

.Data_Main p {
    text-align: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--Text-Grey-600, #475467);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}


.Data_Main h2 {
    margin-bottom: 8px;
}

.Data_Main p {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 36px;
}

.dataImg iframe {
    border-radius: 24px;
}


.Security-Img-Box-Main {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 24px;
}

.Ensuring_Security_Right {
    margin-top: 36px;
}

.Security-Img-Box {
    border-radius: 12px;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    transition: 0.5s all ease-in-out;
    margin-top: 0;
    max-width: 110px;
}

.Security-Img-Box:hover {
    border-radius: 12px;
    border: 0;
    background: var(--White, #FFF);
    transition: 0.5s all ease-in-out;
    margin-top: 0;
}

.Security-Img-Box img {
    max-width: 110px;
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 29px;
}

.Security-Img-Box h4 {
    padding-top: 16px;
    padding-bottom: 0;
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

section.Why_Choose_Philippines .Why_Choose_Box {
    min-height: 278px;
}
.stepList li.stepsOver a.Hire_Now_Btn:hover svg path {
    fill: #ffff;
}

.Data_Main a.Mob_Video_Link {
    display: none;
}

section.bg-dark-blue {
    background: var(--Theme-Blue-800, #182878);
}

section.bg-blue {
    background: var(--Theme-Blue-50, #EBEEFD);
}

.Accounting_Outsourcing_Services_Left a.Hire_Now_Btn:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-800, #182878);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

@media screen and (max-width:1366.51px) {
    .With_MYCPE_ONE_Box h3 {
        font-size: 22px
    }

    .Why_Choose_Box p {
        font-size: 14px
    }

    .Resources_Box h3 {
        font-size: 16px;
        text-align: center;
    }

    section.Software_Integrations .nav-pills .nav-link {
        padding: 8px 22px;
        font-size: 14px
    }

    section.Software_Integrations .nav-pills .nav-link.active {
        padding: 8px 22px;
        font-size: 14px
    }

    .Security-Img-Box {
        padding: 16px;
        max-width: 165px;
        min-width: 165px;
        text-align: center;
    }

    .Security-Img-Box h4 {
        font-size: 16px;
        line-height: 24px;
    }

    section.Why_Choose_Philippines .Why_Choose_Box {
        min-height: 302px;
    }
}

@media screen and (max-width:991px) {

    .banner-slider .slider.slider-for,
    .banner-slider .slider.slider-nav {
        max-width: 100%;
        float: none
    }

    .banner-slider .slider.slider-for {
        padding-right: 0
    }

    .banner-slider .slider.slider-nav {
        height: auto
    }

    .slider-banner-image {
        height: 500px
    }

    .slider.slider-nav.thumb-image {
        padding: 10px 30px 0
    }

    .slider-nav .slick-slide span {
        padding: 5px 0
    }

    .slick-arrow {
        padding: 0;
        width: 30px;
        height: 30px;
        top: 50%;
        bottom: 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg)
    }

    .slick-prev {
        left: 0;
        right: unset
    }

    .slick-next {
        left: unset;
        right: 0;
        background-color: #fff0
    }

    .vehicle-detail-banner .car-slider-desc {
        max-width: 340px
    }

    .bid-tag {
        padding: 10px 0 15px
    }

    .slider.slider-nav.thumb-image {
        white-space: nowrap
    }

    .thumbnail-image.slick-slide {
        padding: 0 5px;
        min-width: 75px;
        display: inline-block;
        float: none
    }
}

@media screen and (max-width:767px) {
    .hero-section .pricing-buttons {
        display: block
    }

    .hero-section .pricing-buttons a {
        display: inline-block;
        margin-bottom: 15px
    }

    .hero-section .pricing-buttons a.View_Pricing {
        display: inline-block;
        max-width: 47%;
        padding: 12px 18px;
    }

    .hero-section .pricing-buttons a.View_Pricing.videoTrigger {
        margin-right: 16px;
    }

    .Trust_Logos_Main {
        display: block
    }

    .Trust_Logo {
        text-align: center
    }

    .Hire_Offshore_Main h2.Heading_H2 {
        font-size: 24px
    }

    .Why_Title h2 {
        font-size: 24px
    }

    .Why_Title h2 span {
        font-size: 24px
    }

    .Step_Main .Line {
        display: none
    }

    .Why_Choose_Box {
        margin-block: 10px
    }

    .How-Title h2 {
        font-size: 24px
    }

    .How-Title h2 span {
        font-size: 24px
    }

    .How-Title p {
        font-size: 16px;
        line-height: 24px; /* 150% */
    }

    .Step_1 {
        margin-bottom: 50px
    }

    .Data_Main h2 {
        font-size: 24px
    }

    .Data_Main h2 span {
        font-size: 24px
    }

    .Simple_Title h2 {
        font-size: 24px
    }

    .Simple_Title h2 span {
        font-size: 24px
    }

    .Resources_Box {
        margin-bottom: 24px
    }

    .hero-section .hero-title {
        color: var(--Text-Grey-900, #101828);
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }

    .hero-section .hero-subtitle {
        padding-inline: 0;
        color: var(--Text-Grey-600, #475467);
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .slider-banner-image {
        height: 400px
    }

    .slider.slider-nav.thumb-image {
        padding: 0 20px 0;
        margin: 10px 0 0
    }

    .slider-nav .slick-slide.thumbnail-image .thumbImg {
        max-width: 140px;
        height: 80px
    }

    .slick-prev.slick-arrow {
        background-position: center 10px
    }

    .slick-next.slick-arrow {
        background-position: center 10px, center
    }

    .slider-nav .slick-slide span {
        font-size: 12px;
        white-space: normal
    }

    .Build_Offshore_Left_Points {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 48px;
        flex-direction: column
    }

    .Build_Offshore_Left_Points_Box {
        border-right: 0;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #fff;
        padding-bottom: 12px;
        margin-bottom: 12px;
        width: 100%;
        text-align: center
    }

    .Build_Offshore_Left_Points_Box h2 {
        text-align: center
    }

    .Build_Offshore_Left_Points_Box p {
        text-align: center
    }

    .Build_Offshore_Left_Btn_Links {
        display: flex;
        align-items: center;
        gap: 0;
        flex-direction: column
    }

    .Build_Offshore_Left_Btn_Links a {
        width: 100%;
        margin-bottom: 24px
    }

    .Get_Started_Left h2 {
        font-family: Inter;
        font-size: 22px
    }

    .Get_Started_Left p {
        padding: 0 16px
    }

    .Build_Your_Team_Banner {
        padding: 72px 0 170px
    }

    .Accounting_CPA_Firms_Box h2.Accounting_CPA_Firms_Title {
        font-family: Inter;
        font-size: 26px
    }

    .Accounting_CPA_Firms_Box h2.Accounting_CPA_Firms_Title span.Accounting_CPA_Firms_Title_Span {
        font-family: Inter;
        font-size: 26px
    }

    .Hire_Offshore_Main ul.dataLogos {
        display: flex
    }

    .Hire_Offshore_Main ul.dataLogos li {
        width: 100%
    }

    .stepList>li:first-child {
        background: 0
    }

    .stepList {
        margin-top: 24px
    }

    .stepList li {
        padding: 0 0 0 65px
    }

    .Accounting_Outsourcing_Services_Right .stepList .nums {
        font-family: Inter;
        font-size: 42px;
        line-height: normal;
    }

    .Accounting_Outsourcing_Services_Right .Heading_H2 {
        font-family: Inter;
        font-size: 20px;
        line-height: 30px;
    }

    .stepList li ul.list-instyled li {
        margin-bottom: 12px;
        color: var(--Text-Grey-600, #475467);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .stepList>li:nth-child(2) {
        background: 0
    }

    .stepList>li:nth-child(3) {
        background: 0
    }

    .Our_5D_Slider_Left {
        height: inherit;
        display: inline-block
    }

    .Our_5D_Slider a.Btn_Primary.Btn_Primary_xl {
        display: inline-block
    }

    .Our_5D_Slider_Right {
        margin-top: 24px
    }

    .Why_Mycpeone_Slider_Box {
        height: 320px
    }

    .Key_Benefits_Box.Key_Benefits_Box1 {
        max-width: inherit;
        text-align: center
    }

    .Key_Benefits_Box svg {
        display: inline-block
    }

    .Key_Benefits_Box.Key_Benefits_Box2 {
        margin-left: 0;
        max-width: inherit
    }

    .Key_Benefits_Box.Key_Benefits_Box3 {
        margin-left: 0;
        max-width: inherit
    }

    img.Key_Benefits_Img {
        display: none
    }

    .Key_Benefits_Outer {
        position: relative;
        height: inherit
    }

    .Key_Benefits_Box.Key_Benefits_Box4 {
        text-align: center;
        margin-right: 0;
        margin-left: 0;
        max-width: inherit
    }

    .Key_Benefits_Box.Key_Benefits_Box5 {
        margin-left: 0;
        margin-right: 0;
        max-width: inherit
    }

    .Key_Benefits_Box.Key_Benefits_Box6 {
        margin-left: 0;
        max-width: inherit
    }

    .Key_Benefits {
        background: #fff;
        padding: 72px 0
    }

    .How_to_Box {
        margin-top: 24px
    }

    .Data_Security_New_Main ul.dataLogos {
        margin-bottom: 24px
    }

    .Client_Success_Story button.slick-prev.slick-arrow {
        display: inline-block;
        background-position: center;
        left: -12px
    }

    .Client_Success_Story button.slick-next.slick-arrow {
        display: inline-block;
        background-position: center;
        right: -12px
    }

    .item-container {
        position: relative;
        margin: 0 30px
    }

    .FAQ_Main div#v-pills-tab {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap;
        overflow-y: scroll;
        white-space: nowrap
    }

    .FAQ_Box .sticky-top {
        top: 0;
        z-index: 9;
        margin-bottom: 24px
    }

    .FAQ_Box {
        padding: 0
    }

    .Why_Title {
        position: relative;
        text-align: center
    }

    .Why_Title a.Watch_Video_Btn {
        position: relative;
        display: inline-block
    }

    .Security-Img {
        display: inline-block
    }

    .Security-Img-Box {
        text-align: center;
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 24px;
        margin-right: 16px;
        max-width: 110px;
        min-width: 110px;
        padding: 0;
    }

    .Security-Img-Box img {
        max-width: 90px;
        padding: 16px;
    }

    .Security-Img-Box-Main {
        display: inline;
    }


    .Resources_Box_Bottom h3 {
        padding-bottom: 16px;
        text-align: center
    }

    .Resources_Box_Bottom a {
        display: flex;
        width: inherit;
        justify-content: center;
        align-items: center;
        gap: 8px;
        max-width: inherit;
        float: none
    }

    .Lets_Build_Box {
        flex-direction: column
    }

    section.Software_Integrations .nav-pills {
        overflow-y: scroll;
        display: flex;
        justify-content: start;
        margin-block: 36px;
        flex-wrap: nowrap
    }

    section.Software_Integrations .nav-pills li.nav-item {
        display: inline-block;
        float: left;
        width: 100%;
        max-width: inherit
    }

    section.Software_Integrations .nav-pills .nav-link {
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .stepList li:before {
        width: 4px;
        height: calc(100% - 123px);
        top: 60px;
        left: 24px;
        content: '';
    }

    .stepList li.stepsOver:after {
        width: 4px;
        height: 0;
        top: 60px;
        left: 24px;
        content: '';
    }

    .Why_Title p {
        font-size: 16px;
        line-height: 24px; /* 150% */
        margin-bottom: 16px;
    }

    .Data_Main p {
        font-size: 16px;
        line-height: 24px;
    }

    .Simple_Top h3 { 
        font-size: 24px;
        line-height: 130%;
    }

    .Simple_Top h3 small {
        font-size: 16px;
        line-height: 24px;
    }

    .Pricing_Point {
        margin: 12px 0px 0;
    }

    .Pricing_Point ul li {

    }

    .Pricing_Point ul li:last-child {
        margin: 0;
    }

    .Why_Choose_Box h5 {
        font-size: 16px;
        line-height: inherit;
    }

    section.Why_Choose_Philippines .Why_Choose_Box {
        min-height: inherit;
    }

    .How_Get_Started_Main a.Book_Your {
        margin: 0px auto 0;
    }

    .FAQ_Main h2.Sec_Title {
        margin-bottom: 24px;
        font-size: 24px;
    }

    .pricing-card p span {
        letter-spacing: -.96px;
        color: var(--Text-Grey-900, #101828);
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        padding-left: 5px;
    }

    .FAQ_Main .FAQ_Box .tab-content h3 {
        font-size: 20px;
    }

    .cpa_sponsers h2 {
        font-size: 24px;
    }

    .FAQ_Main .FAQ_Box .accordion-button, .FAQ_Main .FAQ_Box .accordion-button h4 {
        font-size: 16px;
        line-height: inherit;
    }


    .hero-section {
        padding-block: 46px;
    }

    section.Firms_Trust {
        padding-block: 36px;
    }

    .Trust_Logos_Main {
        margin-top: 0;
    }

    section.Why_Choose {
        padding-block: 46px;
    }

    section.How_Get_Started_Main {
        padding-block: 46px;
    }

    section.Ensuring_Security {
        padding-block: 46px;
    }

    .Data_Main a.Mob_Video_Link {
        display: block;
    }

    .Data_Main .dataImg {
        display: none;
    }

    .hero-section .stat-item h3, .hero-section .stat-item label {
        padding-top: 10px;
        padding-bottom: 5px;
        display: inline-block;
        width: 100%;
        color: var(--Text-Grey-900, #101828);
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .hero-section .stat-item p {
        color: var(--Text-Grey-700, #344054);
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .hero-section .stat-item {
        text-align: center;
        position: relative;
        max-width: 100px;
    }

    .hero-section .stat-item:before {
        content: '';
        background: var(--Text-Grey-200, #EAECF0);
        width: 1px;
        height: 108px;
        display: inline-block;
        position: absolute;
        right: -15px;
        top: 0;
    }

    .hero-section .stat-item:nth-child(3):before, 
    .hero-section .stat-item:nth-child(5):before {
        display: none;
    }

    .hero-section .pricing-buttons a.View_Pricing.videoTrigger {
        padding: 12px 16px;
    }

}

@media screen and (max-width:580px) {
    .slider-banner-image {
        height: 340px
    }
}

@media screen and (max-width:480px) {
    .slider-banner-image {
        height: 280px
    }
}

@media only screen and (max-width:767px) {
    a.Great_Cert_Logo {
        display: block;
        right: 20px;
        top: 77px;
        z-index: 9
    }

    .Pos_rel a.Great_Cert_Logo img {
        max-width: 55px
    }

    .Trust_Logos_Main {
        display: flex;
        justify-content: space-between;
        gap: 0;
        margin-top: 50px;
        flex-wrap: wrap;
    }

    .Software_Integrations_Main_Inner {
        gap: 10px;
    }

    .Trust_Logos_Main .Trust_Logo {
        padding: 0
    }

    .Trust_Logos_Main .Trust_Logo img {
        max-width: 150px
    }

    .Client_Success_Story button.slick-next.slick-arrow {
        transform: rotate(0deg)
    }

    .Client_Success_Story button.slick-prev.slick-arrow {
        transform: rotate(0deg)
    }

    .hero-section .stats-row {
        gap: 31px;
    }

    .hero-section .pricing-buttons a {
        width: 100%
    }

    section.Software_Integrations .nav-pills .nav-link,
    section.Software_Integrations .nav-pills .nav-link.active {
        min-height: 64px
    }

    .Software_Integrations_Box {
        width: 80px;
    }

    section.Software_Integrations h3 {
        font-size: 16px;
        line-height: inherit;
        margin: 0 0 16px
    }

    .Accounting_Outsourcing_Services_Left.sticky-top {
        text-align: center;
    }
    .Accounting_Outsourcing_Services_Left h3, .Accounting_Outsourcing_Services_Left h2 {
        text-align: center;
        color: var(--Theme-Dark-Blue-800, #26244A);
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }

    .Accounting_Outsourcing_Services_Left h3 span {
        font-size: 24px;
    }

    .Accounting_Outsourcing_Services_Left p {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }

    section.Software_Integrations .Sec_Title h2 {
        font-size: 24px;
        line-height: 130%;
    }

    section.Software_Integrations .Sec_Title h2 span {
        font-size: 24px;
        line-height: 130%;
    }

    .Client_Success_Story h2 {
        font-size: 24px;
        line-height: 130%;
    }

    section.Lets_Build .Sec_Title h2 {
        font-size: 24px;
        line-height: 130%;
    }

    section.Lets_Build .Sec_Title h2 span {
        font-size: 24px;
        line-height: 130%;
    }

    .Must_Read_Blogs .blogs_main .headings.text-center h2 {
        font-size: 24px;
        line-height: 130%;
        padding-bottom: 0;
        margin-bottom: 24px;
    }

    section.Why_Offshore .Sec_Title h2 {
        font-size: 24px;
        line-height: 130%;
    }

    section.Why_Offshore .Sec_Title h2 span {
        font-size: 24px;
        line-height: 130%;
    }

    section.Simple_Pricing {
        padding-block: 46px;
    }

    section.Free_Resources {
        padding-block: 46px;
    }

    .Resources_Box h3 {
        min-height: inherit;
    }

    section.Software_Integrations {
        padding-block: 46px;
    }

    .Client_Success_Story {
        padding-block: 46px;
    }

    section.Lets_Build {
        padding-block: 46px;
    }

    .Must_Read_Blogs {
        padding-block: 46px;
    }

    section.Why_Offshore {
        padding-block: 46px;
    }



}

.lazy-load-video {
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 380px;
    background-color: #000;
    overflow: hidden;
    border-radius: 24px
}

.lazy-load-video img.thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
    transition: opacity 0.3s
}

.lazy-load-video:hover img.thumbnail {
    opacity: 1
}

.lazy-load-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background-color: rgb(33 33 33 / .8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s
}

.lazy-load-video:hover .play-btn {
    background-color: red
}

.lazy-load-video .play-btn svg {
    width: 24px;
    height: 24px;
    fill: #fff
}

.bxslider,
.logoSlider,
.logoSlider1,
.Client_Success_Story .slider {
    opacity: 0;
    transition: opacity 0.5s ease-in-out
}

.bxslider.loaded,
.logoSlider.loaded,
.logoSlider1.loaded,
.Client_Success_Story .slider.loaded {
    opacity: 1
}

.lazy-section {
    content-visibility: auto;
    contain-intrinsic-size: auto 500px
}

.FAQ_Main,
.cpa_sponsers,
.Client_Success_Story,
.Software_Integrations,
.Simple_Pricing,
.Free_Resources,
.Lets_Build,
.Why_Offshore {
    content-visibility: auto;
    contain-intrinsic-size: auto 600px
}

.Must_Read_Blogs {
    content-visibility: auto;
    contain-intrinsic-size: auto 800px
}