.startHidden {
    opacity: 0;
    top: 500px;
}

body {
    background-color: #f6f6f6;
}

body .site-container {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

#main {
    background-color: #FFF;
}

/* Centering client images */

.client-row {
    justify-content: center;
}

/* Hero */

.mail-cta-button {
    min-height: auto;
}

/* Anchor navigation */
#main .wp-block-ws-anchor-nav .link:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%58595b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M22.72 13.33L10.63 1.24a2.37 2.37 0 10-3.35 3.34L17.7 15 7.28 25.42a2.36 2.36 0 001.68 4 2.34 2.34 0 001.67-.69l12.09-12.06a2.37 2.37 0 000-3.34z'/%3E%3C/svg%3E");
    margin: 0 0 0 10px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 12px;
    height: 1.5em;
    -webkit-transition: .2s;
    transition: .2s;
    color: #000;
}

/* Adding/animating sliding laptop to the compliance section */

.taxIconRow .col-2 {
    justify-content: start;
    display: flex;
    padding-right: 0;
    flex-basis: 10%;
    max-width: 10%;
}

.addLaptop1 {
    position: relative;
    overflow: visible;
}

.addLaptop1 .wp-block-group-is-layout-flex {
    align-items: flex-start;
}

.addLaptop1 .wp-block-group-is-layout-flex .wp-block-heading {
    margin-bottom: 10px;
}

.addLaptop1 .wp-block-group-is-layout-flex ul li {
    margin-left: 40px;
}

.addLaptop1 .wp-block-group-is-layout-flex figure {
    margin-right: 30px;
}

.addLaptop1 .wp-block-group-is-layout-flex figure img {
    max-width: unset !important;
    width: 32px !important;
}


/* Change the added laptop image here */

.addLaptop1::after {
    display: block;
    content: "";
    width: 597px;
    height: 388px;
    background: transparent url('https://www.paycor.com/wp-content/uploads/2023/11/product_paths_paths_effective_leadership_002_full.png') no-repeat;
    background-size: contain;
    position: absolute;
    right: -1200px;
    opacity: 0;
    bottom: -50px;
    transition: 1s;
}

/* End laptop image */

.addLaptop1.visible::after {
    right: -200px;
    opacity: 1;
}

.addLaptop1::before {
    display: block;
    content: "";
    width: 36px;
    height: 621px;
    background: transparent url('https://www.paycor.com/wp-content/uploads/2023/11/product_paths_effective_leadership_lines.png') no-repeat;
    background-size: contain;
    position: absolute;
    right: -36px;
    top: 0px;
}

/* Arrow images */

.addArrow {
    position: relative;
}

.addArrow1::after {
    display: block;
    content: "";
    width: 53px;
    height: 116px;
    background: transparent url('https://www.paycor.com/wp-content/uploads/2023/11/product_Integration_Arrow.png') no-repeat;
    position: absolute;
    left: 10px;
    top: -30px;
}

.addArrow2 {
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
}

.addArrow2:after {
    content: '';
    background: url(https://www.paycor.com/wp-content/uploads/2023/11/product_Feature_Arrow.png) no-repeat center center;
    background-size: contain;
    width: 48px;
    height: 69px;
    display: block;
    position: absolute;
    bottom: -30px;
    right: -70px;
    z-index: 1000;
}

.addArrow3::after {
    display: block;
    content: "";
    width: 50px;
    height: 88px;
    background: transparent url('https://www.paycor.com/wp-content/uploads/2023/11/product_Image_Arrow_down.png') no-repeat;
    position: absolute;
    right: 10px;
    bottom: -75px;
}

.addArrow4::after {
    display: block;
    content: "";
    width: 99px;
    height: 76px;
    background: transparent url('https://www.paycor.com/wp-content/uploads/2023/11/product_paths_build_arrow.png') no-repeat;
    position: absolute;
    left: 230px;
    bottom: 0;
}

/* Arrow animation */

.addArrow::after {
    opacity: 0;
    transition: 2.5s;
}

.addArrow.visible::after {
    opacity: 1;
}

.addArrow1::after,
.addArrow2::after,
.addArrow3::after {
    -webkit-transform: scale(0);
    -webkit-transition-duration: 2s;
    -moz-transform: scale(0);
    -moz-transition-duration: 2s;
}

.addArrow1.visible::after,
.addArrow2.visible::after,
.addArrow3.visible::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform-origin: top center;
}

.addArrow4::after {
    -webkit-transform: scale(0);
    -webkit-transition-duration: 2s;
    -moz-transform: scale(0);
    -moz-transition-duration: 2s;
}

.addArrow4.visible::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform-origin: center right;
}

#main .wp-block-ws-card {
    overflow: unset;
}

/* Trust */

figure.flex-1 {
    display: flex;
    justify-content: center;;
}

/* Customizing the industry slider */

.lswssp-logo-showcase .slick-arrow {
    background: none;
    color: #F06F1F;
    border: 1px solid #F06F1F !important;
    border-radius: 0 !important;
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
}

.iconSlider [type=button]:after {
    content: none;
}

/* Integration Partners Section */

.integrationPartners {
    box-sizing: content-box;
    padding-left: 50px;
    padding-right: 50px;
    border: 1px solid #dedfe0;
}

.integrationPartners .wp-block-ws-layout-column {
    margin-bottom: 30px;
}

/* Adjusting 'Everything You Need' Images */

.fit-left .object-fit-container img {
    -o-object-position: left;
    object-position: left;
}

/* General adjustments */
.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    padding-top: 30px;
}

/* Fixing padding for full width anchor nav */

.product-features-section>.container,
.tech-int-section>.container {
    width: unset;
    padding-left: 0;
    padding-right: 0;
}

/* Cool orange racing stripe */

.stripe {
    background:
        linear-gradient(#F06F1F, #F06F1F) center / 100% 200px,
        transparent;
    background-repeat: no-repeat;
}

/* Pull up the bottom orange striped section to overlap */

.bottomStripeGuy {
    margin-top: -155px;
}


/** CSS taken from SPZ's hero section **/
img {
    image-rendering: -webkit-optimize-contrast;
}

.top-hero-section {
    padding-bottom: 65px;
    padding-top: 0;
    margin-top: 40px;
    margin-bottom: 25px;
}

.top-hero-section h1 {
    margin-bottom: 36px;
    color: #949698;
    line-height: 24px;
}

.top-hero-section .container {
    max-width: 1300px;
    width: 100%;
}

.top-hero-section .main-title {
    margin-bottom: 27px;
}

.top-hero-section .main-title .format-underline div {
    bottom: -3px;
    left: -14px;
    right: -11px;
}

.top-hero-section .paragraph {
    line-height: 26px;
    margin-bottom: 31px;
}

.top-hero-section .paragraph a {
    font-size: 17px;
    color: #223b69;
    white-space: pre;
}

.top-hero-section .block-background {
    z-index: 0;
}

.top-hero-section .block-background .block-background-media {
    background-size: 861px;
    background-repeat: no-repeat;
    background-position-x: left !important;
    background-position-y: top !important;
    margin-left: 48.8%;
}

.top-hero-section .wp-block-ws-split-half {
    flex-basis: auto !important;
    max-width: 486px !important;
    padding-right: 0;
    padding-left: 0;
    margin-left: 20px;
}

.top-hero-section .wp-block-buttons {
    gap: 0;
    margin: 0;
}

.top-hero-section .wp-block-buttons .fill-btn {
    padding: 0;
    max-width: 248px;
    width: 100%;
    margin-right: 24px;
}

.top-hero-section .wp-block-buttons .fill-btn a:after {
    margin: 0 -5px 0 9px;
    position: relative;
    top: 1px;
}

.top-hero-section .wp-block-buttons .is-style-outline {
    padding: 0;
    max-width: 200px;
    width: 100%;
}

.top-hero-section .wp-block-buttons .is-style-outline a:after {
    margin: 0 -6px 0 10px;
    position: relative;
    top: 1px;
}

.top-hero-section .wp-block-buttons a {
    padding: 10px 0px !important;
    width: 100%;
    justify-content: center;
    background: #223B69;
}

.top-hero-section .fill-btn a:focus {
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #193d6a;
    box-shadow: inset 0 0 0 1px #193d6a;
    color: #193d6a;
}

.top-hero-section .fill-btn a:focus:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23193d6a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M22.72 13.33L10.63 1.24a2.37 2.37 0 10-3.35 3.34L17.7 15 7.28 25.42a2.36 2.36 0 001.68 4 2.34 2.34 0 001.67-.69l12.09-12.06a2.37 2.37 0 000-3.34z'/%3E%3C/svg%3E");
}

.top-hero-section .wp-block-buttons .is-style-outline a {
    color: #223B69;
    border-color: #223B69;
    background: transparent;
}

.top-hero-section .wp-block-buttons .is-style-outline a:hover,
.top-hero-section .wp-block-buttons .is-style-outline a:focus {
    background: #223B69;
    color: #fff;
}

/** hero section css end **/

.wp-block-button.mb-0 .wp-block-button__link {
    margin-bottom: 0px;
}

/** inputs **/
.input-outer.focused.active.filled label {
    color: #58595B;
}

.has-right-half-background-size .block-background-media {
    background-size: 120%;
}

.input-outer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 24px;
    position: relative;
}

.input-outer label {
    position: absolute;
    top: 11px;
    left: 11px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6D6E71;
    background: #fff;
    padding: 1px 5px;
    cursor: auto;
}

.input-outer.focused label,
.input-outer.filled label {
    transition: all .2s linear;
    z-index: 1;
    top: -10px;
    width: auto;
    color: #58595B;
    font-size: 13px;
    line-height: 18px;
}

.input-outer input[type="email"] {
    border: 1px solid #CCCCCC;
    border-radius: 1px;
    width: 100%;
    margin: auto;
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #58595B;
    padding: 10px 16px;
}

.wp-block-buttons .wp-block-button .button1 .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .button1 .wp-block-button__link:focus {
    background: #FFF;
    -webkit-box-shadow: inset 0 0 0 1px #193d6a;
    box-shadow: inset 0 0 0 1px #193d6a;
    color: #193d6a;
}

body .wp-block-button.fill-btn.button0 a.wp-block-button__link:focus,
body .wp-block-button.fill-btn.button0 a.wp-block-button__link:active {
    color: #193D6A;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #193d6a;
    box-shadow: inset 0 0 0 1px #193d6a;
}

body .wp-block-button.fill-btn.button0 a.wp-block-button__link:focus::after,
body .wp-block-button.fill-btn.button0 a.wp-block-button__link:active::after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23193d6a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M22.72 13.33L10.63 1.24a2.37 2.37 0 10-3.35 3.34L17.7 15 7.28 25.42a2.36 2.36 0 001.68 4 2.34 2.34 0 001.67-.69l12.09-12.06a2.37 2.37 0 000-3.34z'/%3E%3C/svg%3E");
}

.input-outer.focused input[type="email"] {
    border-color: #58595B;
}

.input-outer.focused.filled input[type="email"] {
    border-color: #9B9B9B;
}

.input-outer.filled label {
    color: #949698;
}

.input-outer input[type="email"] {
    outline: none !important;
}

.input-outer.error-outer input[type="email"],
.input-outer.focused.filled.error-outer input[type="email"] {
    border-color: #CE0005;
}

.input-outer.error-outer label,
.input-outer.focused.filled.error-outer label {
    color: #CE0005;
}

.input-outer span.errornew {
    text-align: left;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #CE0005;
    margin-top: 5px;
}

body .variant-large-right.split-padding .wp-block-button {
    width: 50%;
    max-width: 100%;
    padding: 0 8px;
    margin-right: 0;
}

body .variant-large-right.split-padding .wp-block-button:first-of-type {
    padding: 0;
}

body .wp-block-button.fill-btn.button0 a.wp-block-button__link {
    background-color: #193D6A;
}

body .wp-block-button.fill-btn.button0 a.wp-block-button__link:hover {
    background-color: #fff;
    color: #193D6A;
}

body .wp-block-button.is-style-outline.button1 a.wp-block-button__link {
    color: #193D6A;
    border-color: #193D6A;
    background: transparent;
}

body .wp-block-button.is-style-outline.button1 a.wp-block-button__link:focus,
body .wp-block-button.is-style-outline.button1 a.wp-block-button__link:active {
    background: #193D6A;
    color: #fff;
}

body .wp-block-button.is-style-outline.button1 a.wp-block-button__link:focus::after,
body .wp-block-button.is-style-outline.button1 a.wp-block-button__link:active::after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M22.72 13.33L10.63 1.24a2.37 2.37 0 10-3.35 3.34L17.7 15 7.28 25.42a2.36 2.36 0 001.68 4 2.34 2.34 0 001.67-.69l12.09-12.06a2.37 2.37 0 000-3.34z'/%3E%3C/svg%3E");
}

.variant-large-right.split-padding .wp-block-button.button0 {
    padding-left: 0;
}

.variant-large-right.split-padding .wp-block-button.button1 {
    padding-right: 0;
}

.variant-large-right.split-padding .wp-block-buttons {
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
    margin: auto;
}

.variant-large-right.split-padding .wp-block-button__link {
    width: 100%;
    justify-content: center;
    padding: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.video_sec .wp-block-ws-split-half:first-child::after,
section.wp-block-ws-section.padding-top-50.padding-bottom-50.has-text-color.has-white-color.has-background .wp-block-ws-split-half:first-child:after {
    display: none;
}

.ipad-image {
    display: none !important;
}

html body.modal-opened {
    overflow: hidden !important;
}


@media(max-width: 1200.98px) {

    .input-outer {
        bottom: 0;
    }
}

@media(min-width: 767.98px) and (max-width: 991.98px) {
    body .top-hero-section {
        padding-bottom: 120px;
    }

    .input-outer,
    .variant-large-right.split-padding .wp-block-buttons {
        position: absolute;
        left: calc(50% - 2px);
        width: calc(100% - 64px);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    body .top-hero-section .wp-block-buttons {
        bottom: -45px;
    }

    body .clients-section {
        padding-bottom: 8px;
        padding-top: 88px;
    }

}

@media(max-width: 767.98px) {

    .container,
    .container-fluid {
        padding-right: 24px;
        padding-left: 24px;
    }

    .section-inner-1 .wp-block-button a {
        width: 100% !important;
        margin-bottom: 8px !important;
    }

    .wp-block-button {
        padding: 0 !important;
    }

    .variant-large-right.split-padding .wp-block-button {
        width: 100% !important;
    }

    .variant-large-right.split-padding .wp-block-buttons {
        flex-wrap: wrap;
        width: 100%;
        margin: auto;
    }

    .variant-large-right.split-padding .wp-block-button__link {
        padding: 11px 10px;
    }

    .input-outer {
        margin: 0 auto 18px;
    }
}

@media (min-width: 1300px) {
    .section-inner .wp-block-ws-split.variant-large-right>.wp-block-ws-split-half:first-child {
        padding-right: 13px;
        max-width: 513px !important;
    }
}

.wp-block-buttons .wp-block-button.button1 .wp-block-button__link:hover,
.wp-block-buttons.button1 .wp-block-button .wp-block-button__link:focus {
    background: #193d6a !important;
    color: #fff !important;
}

#mktoForm_1598 .mktoFormRow:nth-child(2) {
    width: 100%;
}

/** media query css start **/
@media(max-width:1440px) {
    .industry_section .container {
        margin: 0 0 0 auto;
    }
}

@media (max-width: 1300.98px) and (min-width: 767.98px) {

    .a_smarter_sec .wp-block-buttons a.wp-block-button__link,
    .stress_free_sec .wp-block-buttons a.wp-block-button__link {
        padding: 10px 20px;
    }
}

@media(max-width:1300px) {
    .header-breadcrumbs .container {
        width: 100%;
    }
}

@media(max-width:1299.98px) and (min-width:1201px) {
    .a_smarter_sec .card-body .wp-block-buttons .wp-block-button .wp-block-button__link {
        margin-bottom: 15px;
        margin-left: 0;
    }

    .btn_change .card-body .wp-block-buttons .wp-block-button .wp-block-button__link {
        width: 200px !important;
        margin: 0 0 8px 0;
    }

    .btn_change .condense {
        padding: 80px 25px 0 25px;
    }

    .btn_change .card-body .wp-block-buttons {
        padding-left: 25px;
    }
}

@media(max-width:1200.98px) {

    .industry_section .container {
        padding: 0 0 0 60px;
    }

    .top-hero-section .has-h-1-font-size {
        font-size: 48px !important;
        line-height: 56px;
        margin-bottom: 18px;
    }

    .top-hero-section .paragraph {
        max-width: 340px;
    }

    .top-hero-section h1 {
        margin-left: 5px;
        margin-bottom: 16px;
    }

    .top-hero-section .wp-block-ws-split-half {
        max-width: 440px !important;
        margin-left: 18px;
    }

    .top-hero-section .wp-block-buttons {
        bottom: -19px;
        width: 100%;
        justify-content: center;
        left: 0;
    }

    .top-hero-section .wp-block-buttons .wp-block-button {
        max-width: 248px;
        width: 100%;
    }

    .top-hero-section .wp-block-buttons .wp-block-button a {
        width: 100%;
        justify-content: center;
        padding: 11px 0 !important;
        margin: 0;
    }

    .top-hero-section .wp-block-ws-split-half {
        position: static;
        z-index: 5;
    }

    .top-hero-section .block-background .block-background-media {
        background-size: 770px;
        margin-left: 52.5%;
    }

    .clients-section .client-row {
        max-width: 660px;
    }

    .clients-section {
        padding-bottom: 8px;
        padding-top: 54px;
    }

    .clients-section .client-row .col-2 {
        max-width: 150px;
        margin: 0 33px;
    }

    .clients-section .client-row .col-2 figure {
        margin-bottom: 40px;
    }

    .review-slider-section .review-row {
        display: block;
    }

    .review-slider-section .start-rating {
        margin: 12px auto 3px 35px;
    }

    .review-slider-section .start-rating .star {
        margin: 0 3px 0 0;
    }

    .review-slider-section .review-row>.col-8 {
        margin: 0 auto;
        max-width: 704px;
    }

    .review-slider-section .review-row>.col-4 {
        max-width: 276px;
        padding-bottom: 27px;
        border-bottom: 1px solid #A0A0A0;
        margin: 0 auto 20px;
    }

    .review-slider-section .slider-row:before {
        display: none;
    }

    .review-slider-section .slider-row ul {
        justify-content: center;
    }

    .review-slider-section {
        padding-bottom: 100px;
    }

    .review-slider-section .slider-row {
        padding: 0;
    }

    .review-slider-section .slider-row .col-4 {
        margin-right: 72px;
    }

    .clients-section h4 {
        margin-bottom: 22px;
    }

    .review-slider-section .Capterra-logo {
        max-width: 187px;
        margin: 48px auto 11px;
    }

    .review-slider-section .review-num {
        font-size: 12px;
        margin-bottom: 28px;
        margin: 0 auto 0 32px;
    }

    .review-slider-section .slider-row .review-text {
        margin-bottom: 17px;
    }

    .review-slider-section .slider-row ul li {
        margin: 0 8px;
    }

    .review-slider-section .start-rating:after {
        width: 121px;
        height: 20px;
        top: 2px;
        left: 60px;
    }
}

@media (max-width:1200.98px) and (min-width:991.98px) {
    .top-hero-section .container {
        min-height: 500px;
    }

    .top-hero-section .wp-block-buttons .wp-block-button {
        max-width: 211px;
    }

    .top-hero-section .wp-block-buttons .fill-btn {
        margin-right: 18px;
    }

    .top-hero-section {
        padding-bottom: 19px;
        margin-bottom: 0;
    }

    .btn_change .card-body .wp-block-buttons .wp-block-button .wp-block-button__link {
        width: 200px !important;
        margin: 0 0 8px 0;
    }

    .btn_change .condense {
        padding: 80px 25px 0 25px;
    }

    .btn_change .card-body .wp-block-buttons {
        padding-left: 25px;
    }
}

@media(max-width:1024.98px) {
    .industry_section .container {
        padding: 0;
    }

    .top-hero-section h2 {
        margin-bottom: 16px;
    }

    .industry_section {
        padding: 0;
    }

    .industry_section .indurstry_wrapper {
        display: block;
    }

    .industry_section .industry_list {
        max-width: 704px;
        margin: 0 auto;
    }

    .industry_section .accordion_img {
        display: none;
    }

    .industry_section .industry_inner .wp-block-buttons {
        margin-bottom: 24px;
    }

    .industry_section .industry_inner figure {
        display: block;
        background: #f6f6f6;
        margin: 0;
        min-height: 584px;
    }

    .industry_section .industry_inner figure img {
        height: 584px;
        object-fit: cover;
    }

    .industry_section .industry_list .ind_list:before {
        left: 0;
        top: -4px;
        width: 100%;
        height: 4px;
    }

    .industry_section .industry_inner {
        border: none;
    }

    .industry_section .industry_inner p {
        padding: 24px 33px 16px 80px;
    }
}

@media(max-width:991.98px) {

    .top-hero-section .container {
        min-height: 394px;
    }

    .top-hero-section .wp-block-buttons {
        position: absolute;
    }

    .top-hero-section .has-h-1-font-size {
        max-width: 340px;
    }

    .top-hero-section .wp-block-ws-split-half {
        max-width: 50%;
        flex-basis: 50%;
    }

    .top-hero-section .block-background .block-background-media {
        display: block;
        background-size: 575px;
    }

    .top-hero-section .wp-block-ws-split-half {
        max-width: 389px !important;
    }

    .btn_change .card {
        flex-direction: column-reverse !important;
    }

    .btn_change .object-fit-container {
        width: 100% !important;
    }

    .btn_change .object-fit-container img {
        position: unset;
    }

    .btn_change .condense {
        padding: 48px 46px 0 48px;
        margin-bottom: 32px !important;
    }

    .btn_change .card-body .wp-block-buttons {
        padding-left: 47px;
        padding-bottom: 48px;
    }
}

@media(max-width:767.98px) {
    .spz-t7010 .custom-header .custom-header-inner .company-reviews .review .company-logo img {
        height: 42px;
    }

    .top-hero-section .wp-block-ws-split {
        display: block;
    }

    .top-hero-section .container {
        min-height: auto;
    }

    .top-hero-section .wp-block-ws-split-half {
        max-width: 312px !important;
        margin: 0 auto;
    }

    .top-hero-section .wp-block-ws-split-half:first-child {
        position: relative;
        z-index: 5;
    }

    .top-hero-section .main-title .format-underline div {
        bottom: 0px;
        left: -9px;
        right: -6px;
        height: 13px;
    }

    .top-hero-section .wp-block-ws-split-half+.wp-block-ws-split-half {
        height: 414px;
    }

    .top-hero-section h1 {
        margin-bottom: 12px;
    }

    .top-hero-section .wp-block-buttons {
        position: unset;
        margin: 0;
        justify-content: flex-start;
    }

    .top-hero-section .has-h-1-font-size {
        font-size: 32px !important;
        line-height: 40px;
        margin-bottom: 23px;
        padding-left: 0px;
        max-width: 100%;
    }

    .top-hero-section .paragraph {
        margin-bottom: 23px;
        max-width: 312px;
        line-height: 25px;
        padding-left: 0;
        min-height: auto;
    }

    .top-hero-section .paragraph a {
        display: inline-block;
        font-size: 16px;
    }

    .top-hero-section .block-background .block-background-media {
        margin-left: 7px;
        background-position-y: 97% !important;
        background-size: 575px;
    }

    .top-hero-section .wp-block-buttons .wp-block-button {
        max-width: 312px;
        padding: 0;
        margin: 0;
    }

    .top-hero-section .wp-block-buttons .wp-block-button a {
        margin-bottom: 18px;
    }

    .top-hero-section .container {
        padding: 0 24px;
    }

    .top-hero-section {
        margin-top: 32px;
        padding-bottom: 8px;
        margin-bottom: 0;
    }

    .top-hero-section h1 {
        margin-left: 0px;
        margin-bottom: 12px;
    }

    .clients-section {
        padding-top: 31px;
    }

    .clients-section h4 {
        max-width: 306px;
        margin: 0 auto 24px;
    }

    .clients-section .client-row .col-2 {
        max-width: 134px;
        margin: 0 15px;
    }

    .clients-section .container {
        padding: 0 15px;
    }

    .clients-section .client-row .col-2 figure {
        margin-bottom: 28px;
    }

    .review-slider-section {
        padding-top: 10px;
        padding-bottom: 100px;
    }

    .review-slider-section .start-rating {
        margin: 13px auto 5px 35px;
    }

    .review-slider-section .review-num {
        margin-bottom: 19px;
    }

    .review-slider-section .review-row>.col-4 {
        margin: 0 auto 12px;
        padding-bottom: 0;
    }

    .review-slider-section .review-row>.col-8 {
        max-width: 312px;
    }

    .review-slider-section .slider-row .col-4 {
        max-width: 312px;
        margin: 0;
        padding: 54px 0 0 0px;
    }

    .review-slider-section .slider-row .col-4 .review-text:after {
        left: 1px;
        top: -41px;
    }

    .review-slider-section .slider-row .review-text {
        margin-bottom: 19px;
        max-width: 100%;
    }

    .review-slider-section .slider-row ul {
        margin: 38px 0 0 0;
    }

    .review-slider-section .slider-row:after {
        display: none;
    }

    .clients-section .client-row {
        /*max-width: 330px;*/
    }

    .industry_section {
        padding: 50px 0 30px !important;
    }

    .industry_section h3 {
        max-width: 312px;
        margin: 0 auto 32px;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -0.02em;
    }

    .industry_section .industry_inner p {
        padding: 24px;
    }

    .industry_section .industry_inner .wp-block-buttons {
        margin-left: 0 !important;
        margin-right: 8px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        margin-bottom: 8px;
        width: 100%;
    }

    .industry_section .industry_inner .wp-block-buttons .wp-block-button {
        width: 100%;
    }

    .industry_section .industry_inner .wp-block-button a {
        justify-content: center;
    }

    .industry_section .industry_inner .is-style-outline {
        max-width: 100%;
    }

    .industry_section .industry_inner .wp-block-group {
        display: table;
    }

    .industry_section .industry_inner figure {
        min-height: auto;
        display: table-header-group;
    }

    .industry_section .industry_inner {
        border-bottom: 1px solid #cccccc;
        padding-bottom: 16px;
    }

    .btn_change .card,
    .stress_free_sec .card {
        flex-direction: column !important;
    }

    .btn_change .card-body .wp-block-buttons,
    .smartsec2 .wp-block-buttons {
        padding-left: 0;
        justify-content: center;
        padding-bottom: 40px;
        max-width: 250px !important;
        margin: 0 auto;
    }

    .btn_change .card-body .wp-block-buttons .wp-block-button .wp-block-button__link,
    .smartsec2 .wp-block-buttons .wp-block-button .wp-block-button__link {
        width: 250px !important;
        margin-left: 0;
        margin-bottom: 16px;
        justify-content: center;
    }

    .btn_change .condense {
        padding: 40px 30px 0 30px;
        max-width: 100% !important;
        margin: 0 auto;
    }

    .industry_section .industry_inner figure img {
        height: 100%;
    }
}

@media(max-width:767.98px) and (min-width:550.98px) {
    .top-hero-section .block-background .block-background-media {
        background-position-x: center !important;
    }
}

@media(max-width:550.98px) {
    .top-hero-section .block-background .block-background-media {
        background-position-x: left !important;
    }
}


#main .wp-block-ws-anchor-nav .link {
    font-size: 16px;
    padding: 15px;
}

/** media query css end **/

.resources-top-row {
    margin-bottom: 0px !important;
}

.resources-top-row div.wp-block-ws-layout-column {
    display: flex;
    align-content: center;
}

.resources-top-row div.wp-block-ws-layout-column.col-3 {
    justify-content: flex-end;
}

@media (min-width: 768px) {

    .resources-top-row div.wp-block-ws-layout-column.col-8,
    .resources-top-row div.wp-block-ws-layout-column.col-3 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }


}

@media (min-width: 992px) {
    .mail-cta-button {
        min-height: 550px;
    }

    .resources-top-row div.wp-block-ws-layout-column.col-8 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .resources-top-row div.wp-block-ws-layout-column.col-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
}

/* Media Queries / Mobile Stuff */
@media(max-width:992px) {

    .addArrow::after,
    .addLaptop1::before,
    .addLaptop1::after {
        content: none;
    }

    .stripe {
        background: #F06F1F;
        text-align: center;
    }

    .stripe .wp-block-buttons {
        justify-content: center;
    }

    .bottomStripeGuy {
        margin-top: -55px;
    }

    .integrationPartners {
        padding-left: 0;
        padding-right: 0;
        margin-top: 3em !important;
    }
}

@media (max-width: 576px) {
    .taxIconRow .col-2 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    #main .wp-block-ws-anchor-nav .links {
        display: none;
    }
}

.faq-block {
    transition: all 1s ease-out;
}

.client-row.hasStickOnScroll {
    width: 100%;
}