:root {
    --font-family-playfairdisplay: 'Playfair Display';
}

#main-wrapper {
    overflow: hidden;
}

.ip-banner {
    display: none !important;
}

.ip-custom-banner .ip-banner {
    display: block !important;
    text-align: center;
}
    .ip-banner::before {
        background: rgb(0 0 0 / 45%);
    }
    .ip-banner canvas {
        background-position: center;
    }
    .ip-banner .ip-site-btn {
        min-width: 331px;
    }


#inner-page-wrapper {
    margin-bottom: 0;
    z-index: unset;
}
    #inner-page-wrapper > .container {
        width: 100%;
        padding: 0;
    }

.ip-site-btn {
    min-width: 249px;
    max-width: fit-content;
    border: 1px solid #000;
    border-bottom: 4px solid #11367e;
    height: 64px;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    color: #000;
    background: none;
    border-radius: 0;
    outline: none;
    display: block;
    line-height: 64px;
    padding: 0 22px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

    .ip-site-btn:hover {
        background: #11367e;
        color: #fff;
    }

    .ip-site-btn.is-white {
        border-color: #fff;
        color: #fff;
    }

    .ip-site-btn.is-white:hover {
        border-color: #11367e;
    }

    .ip-site-btn.is-center {
        margin: 0 auto;
    }

.entry-title {
    font-size: 60px;
    font-weight: 700;
    font-family: var(--font-family-playfairdisplay);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 45px;
}

.ip-title h2 {
    font-size: 20px;
    color: #464b54;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0 0 50px;
}
    .ip-title h2 span {
        font-family: var(--font-family-playfairdisplay);
        font-size: 50px;
        font-weight: 700;
        color: #11367e;
        display: block;
        letter-spacing: 1.9px;
        margin: 2px 0 0 5px;
        line-height: 1;
    }
    .ip-title.is-white h2,
    .ip-title.is-white h2 span {
        color: #fff;
    }

.ip-text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.025em;
}

.ip-site-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
    .ip-site-bg img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

/* section1 */
.ip-welcome {
    position: relative;
    padding: 107px 150px;
}

    .ip-welcome__wrap {
        position: relative;
        z-index: 5;
    }

    .ip-welcome__row {
        margin: 0 0 158px;
    }
        .ip-welcome__row:last-child {
            margin: 0;
        }

    .ip-welcome__col {
        position: relative;
    }
        .ip-welcome__col--text {
            position: relative;
        }
            .ip-welcome__col--text .ip-title h2 {
                margin: 0 0 30px;
            }
            .ip-welcome-text-wrap {
                display: flex;
                justify-content: flex-start;
                width: 100%;
            }
            .ip-welcome-logo {
                width: 42px;
                position: relative;
            }
            .ip-welcome-logo::after {
                content: '';
                position: absolute;
                width: 3px;
                height: calc(100% - 90px);
                background: #11367e;
                margin: auto;
                display: block;
                left: 0;
                right: 0;
                top: 66px;
            }
            .ip-welcome-text {
                width: calc(100% - 42px);
                position: relative;
                padding: 0 0 0 30px;
            }
            .ip-welcome-text a {
                color: #11367e;
            }
            .ip-welcome-text a:hover {
                opacity: .7;
            }
            .ip-welcome-text p {
                display: block;
                margin: 0 0 24px;
            }
            .ip-welcome-btn {
                margin-top: 5px;
            }

        .ip-welcome__col--image {
            position: relative;
            max-width: 650px;
            margin: 0 auto;
        }
            .ip-welcome__col--image img {
                width: 100%;
            }
            .ip-welcome-accent {
                position: absolute;
                bottom: -30px;
                right: -30px;
                width: calc(100% - 50px);
                height: calc(100% - 50px);
                background: #343a40;
                z-index: -1;
            }
            .ip-welcome-accent img {
                opacity: .15;
            }
/* end */

/* section2 */
.ip-interestedIn {
    position: relative;
    padding: 52px 150px 130px;
}

    .ip-interestedIn__bg {
        background: #343a40;
    }
        .ip-interestedIn__bg img {
            filter: grayscale(1);
            opacity: .05;
        }

    .ip-interestedIn__wrap {
        position: relative;
        padding: 62px 166px 72px;
    }

    .ip-interestedIn__cols {
        position: relative;
        z-index: 5;
    }

    .ip-interestedIn__col--title {
        
    }
        .ip-interestedIn__col--title .ip-title h2,
        .ip-interestedIn__col--title .ip-title h2 span {
            margin: 0;
        }
        .ip-interestedIn__col--title .ip-title h2 span {
            line-height: 1.2;
        }

    .ip-interestedIn__col--form {
        position: relative;
        max-width: 100%;
    }

        .ip-interestedIn__col--form form {
            font-size: 0;
            position: relative;
            margin: 0 -8px;
        }
        .cf-field {
            position: relative;
            width: 100%;
            padding: 0 8px;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 10px;
        }
        .cf-field.w-50 {
            width: 50%;
        }
        .cf-field input[type="text"],
        .cf-field input[type="email"],
        .cf-field input[type="tel"],
        .cf-field textarea {
            font-size: 15px;
            letter-spacing: .025em;
            background: transparent;
            width: 100%;
            height: 52px;
            color: #fff;
            padding: 0;
            resize: none;
            border: none;
            border-bottom: 1px solid #fff;
            -webkit-appearance: none;
            -moz-appearance: none;
        }

        .cf-submit {
            position: absolute;
            bottom: 10px;
            right: 18px;
            width: 20px;
            height: 20px;
            z-index: 1;
        }
        .cf-submit em {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 20px;
            color: #fff;
            pointer-events: none;
            transition: all 0.4s ease-in-out;
        }
        .cf-submit:hover em {
            opacity: .7;
        }
        .cf-submit input {
            font-size: 0;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
            border: none;
            background: transparent;
        }
        .ip-interestedIn__col--form div.wpcf7 .ajax-loader {
            display: block;
            position: absolute;
            right: 0;
            left: 0;
            margin: auto;
            bottom: -18px;
        }
        .ip-interestedIn__col--form span.wpcf7-not-valid-tip {
            font-size: 14px;
        }
        .ip-interestedIn__col--form span.wpcf7-form-control-wrap {
            display: block;
        }
        .ip-interestedIn__col--form div.wpcf7-response-output {
            margin: auto;
            position: absolute;
            width: calc(100% - 14px);
            font-size: 14px;
            color: #fff;
            text-align: center;
            left: 0;
            right: 0;
            bottom: -35px;
        }
        .ip-interestedIn__col--form .wpcf7-spinner {
            position: absolute;
            bottom: -24px;
            left: 0;
            right: 0;
            margin: auto;
        }
        .ip-interestedIn__col--form .use-floating-validation-tip span.wpcf7-not-valid-tip {
            position: absolute;
            top: auto;
            bottom: 5px;
            left: 0;
            z-index: 100;
            border: 1px solid #ff0000;
            background: #fff;
            padding: .2em .8em;
            width: auto;
        }
/* end */

/* section3 */
.ip-marketing {
    position: relative;
    padding: 114px 15px 140px;
}

    .ip-marketing__bg {
        background: #000;
    }
        .ip-marketing__bg img {
            opacity: .35;
        }

    .ip-marketing__wrap {
        position: relative;
        z-index: 5;
        color: #fff;
        text-align: center;
    }

    .ip-marketing__title h2 {
        margin: 0 0 35px;
    }

    .ip-marketing__btn {
        margin: 40px 0 0;
    }
/* end */

/* section4 */
.ip-gadgets {
    position: relative;
    padding: 120px 0;
}

    .ip-gadgets__row {
        margin: 0 0 70px;
    }
        .ip-gadgets__row:last-child {
            margin: 0;
        }

    .ip-gadgets__title {
        text-align: center;
    }
        .ip-gadgets__title h2 {
            margin: 0 0 45px;
        }
        .ip-gadgets__title h2 span {
            margin: 0;
        }

    .ip-gadgets__col--text {
        position: relative;
    }
    .ip-gadgets__col--image {
        max-width: 924px;
        margin: 0 auto;
    }
    .ip-gadgets__col--image img {
        width: 100%;
    }
    .video .ip-gadgets__col--image a {
        position: relative;
        display: block;
    }
    .video .ip-gadgets__col--image a .thumb-container {
        background: #000;
    }
    .video .ip-gadgets__col--image a .thumb-container img {
        aspect-ratio: 834/484;
        opacity: .55;
        transition: all 0.4s ease-in-out;
    }
    .video .ip-gadgets__col--image a:hover .thumb-container img {
        opacity: .8;
    }
    .video .plybtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
/* end */

/* section5 */
.ip-testimonials {
    position: relative;
}
    .ip-testimonials .ip-title h2 {
        margin: 0 0 40px;
    }
    .testi-wrap::before {
        background: url(../../images/sellers/sellers-bg3.jpg) no-repeat center / cover;
    }
    .testi-item-inner p {
        font-size: 15px;
        line-height: 1.7;
        letter-spacing: 0.025em;
    }
    .ip-testi-link {
        margin: 30px 0 0;
    }
/* end */

/* section6 */
.ip-caseStudies {
    position: relative;
    padding: 88px 0;
}

    .ip-caseStudies__title h2 {
        margin: 0 0 55px;
    }
    .ip-caseStudies__title h2 span {
        margin: 0;
    }

    .ip-caseStudies__content--image img {
        width: 100%;
    }

    .ip-caseStudies__content--text .ip-title h2 {
        margin: 0 0 22px;
    }
    .ip-caseStudies__content--text .ip-title h2 span {
        margin: 0;
    }
    .ip-caseStudies__content--text .ip-text p b,
    .ip-caseStudies__content--text .ip-text p span {
        display: block;
    }
    .ip-caseStudies__content--text .ip-text p {
        display: block;
        margin: 0 0 15px;
    }
    .ip-caseStudies__content--text .ip-text p span {
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: 0;
        margin: 0 0 8px;
    }
    .ip-caseStudies__content--text .ip-text ul {
        margin: 0 0 0 17px;
    }
    .ip-caseStudies__content--text .ip-text ul li {
        display: list-item;
        list-style: disc;
        margin: 5px 0;
        color: #11367e;
    }
    .ip-caseStudies__content--text .ip-text ul li span {
        color: #000;
    }

    .ip-caseStudies__pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 65px 0 0;
        gap: 5px;
    }
    .ip-caseStudies__pagination button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 64px;
        background: transparent;
        border: 1px solid #000;
        font-size: 34px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }
    .ip-caseStudies__pagination button:hover {
        background: #11367e;
        border-color: #11367e;
        color: #fff;
    }
/* end */

/* section7 */
.ip-faq {
    position: relative;
    padding: 54px 218px 110px;
    z-index: 15;
}

    .ip-faq__title h2 {

    }

    .ip-faq__item {
        position: relative;
        padding: 9px 11px;
    }
    .ip-faq__item--button {
        position: relative;
        padding: 0 28px;
        padding-right: 100px;
        border: 1px solid #646464;
        font-size: 15px;
        text-transform: uppercase;
        color: #464b54;
        line-height: 1.2;
        height: 74px;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: all 0.4s ease-in-out;
    }
    .ip-faq__item--button::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        height: 10px;
        margin: auto;
        right: 30px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 10px solid #c5c5c5;
        transition: all 0.4s ease-in-out;
    }
    .ip-faq__item--button.on {
        background: #11367e;
        color: #fff;
    }
    .ip-faq__item--button.on::after {
       border-top: 10px solid #fff;
        transform: rotate(180deg);
    }
    .ip-faq__item--content {
        position: absolute;
        width: calc(100% - 22px);
        top: calc(100% - 24px);
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 30px 20px;
        background: #11367e;
        color: #fff;
        z-index: 5;
        font-size: 15px;
        line-height: 1.7;
        letter-spacing: 0.025em;
    }
/* end */

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (min-width: 992px) {
    /* section1 */
    .ip-welcome__row:nth-child(odd) .ip-welcome__col--text {
        padding-right: 80px;
    }
    .ip-welcome__row:nth-child(even) .ip-welcome__cols {
        flex-flow: row-reverse;
    }
    .ip-welcome__row:nth-child(even) .ip-welcome-accent {
        right: auto;
        left: -30px;
    }
    .ip-welcome__row:nth-child(even) .ip-welcome__col--text {
        padding-left: 59px;
    }
    .ip-welcome__row:nth-child(even) .ip-welcome-text p {
        margin: 0 0 10px;
    }
    .ip-welcome__row:nth-child(even) .ip-welcome-logo::after {
        height: calc(100% - 80px);
    }
    .ip-welcome__cols {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .ip-welcome__col {
        position: relative;
        width: 50%;
    }
    .ip-welcome__col--image {
        max-width: 100%;
    }

    /* section2 */
    .ip-interestedIn__col--title {
        max-width: 400px;
    }
    .ip-interestedIn__col--form {
        width: 444px;
    }
    .ip-interestedIn__cols {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* section3 */
    .ip-marketing__wrap {
        max-width: 1076px;
        margin: 0 auto;
    }

    /* section4 */
    .ip-gadgets__row:nth-child(odd) .ip-gadgets__cols {
        flex-flow: row-reverse;
    }
    .ip-gadgets__row:nth-child(odd) .ip-gadgets__col--text {
        padding-left: 46px;
    }
    .ip-gadgets__row:nth-child(even) .ip-gadgets__col--text {
        padding-right: 46px;
        margin-left: auto;
    }
    .ip-gadgets__row:nth-child(even) .ip-gadgets__col--text::after {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 32px;
    }
    .ip-gadgets__cols {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .ip-gadgets__col--textBlock {
        width: 42.25%;
    }
    .ip-gadgets__col--imageBlock {
        width: 57.75%;
    }
    .ip-gadgets__col--image {
        max-width: 100%;
    }
    .ip-gadgets__col--text {
        max-width: 66.5%;
    }
    .ip-gadgets__col--text::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        margin: auto;
        width: 100vw;
        height: 2px;
        background: #343a40;
        margin-left: 32px;
    }
    .video .ip-gadgets__col--image a {
        width: calc(100% - 90px);
    }
    .video .ip-gadgets__col--image a::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 100%;
        width: 100vw;
        height: 2px;
        background: #343a40;
    }

    /* section5 */
    .ip-testi-link {
        margin: 80px 0 0;
    }
    .ip-testi-link a {
        min-width: 331px;
    }

    /* section6 */
    .ip-caseStudies__content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .ip-caseStudies__content--image {
        width: 53.438%;
    }
    .ip-caseStudies__content--text {
        width: 46.562%;
        padding-left: 65px;
    }
    .ip-caseStudies__content--text .ip-title {
        width: 90%;
    }
    .ip-caseStudies__content--text .ip-text {
        width: 76%;
    }
    .ip-caseStudies__pagination {
        gap: 18px;
    }

    /* section7 */
    .ip-faq__lists {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .ip-faq__item {
        width: 50%;
    }
}

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {
    .ip-welcome {
        padding: 107px 100px;
    }

    .ip-interestedIn {
        padding: 52px 100px 100px;
    }
    .ip-interestedIn__wrap {
        padding: 62px 100px 72px;
    }

    .ip-caseStudies__content--text {
        padding-left: 35px;
    }
    .ip-caseStudies__content--text .ip-text {
        width: 95%;
    }

    .ip-faq__item--button {
        padding-right: 60px;
    }
}

@media only screen and (max-width: 1280px) {
    .entry-title {
        font-size: 55px;
    }

    .ip-faq {
        padding: 54px 100px 110px;
    }
}

@media only screen and (max-width: 1199px) {
    .entry-title,
    .ip-title h2 span {
        font-size: 40px;
    }

    .ip-welcome {
        padding: 77px 15px;
    }
    .ip-welcome__row {
        margin: 0 0 50px;
    }
    .ip-welcome-text {
        padding: 0 0 0 15px;
    }
    .ip-welcome__row:nth-child(odd) .ip-welcome__col--text {
        padding-right: 15px;
    }
    .ip-welcome__row:nth-child(even) .ip-welcome__col--text {
        padding-left: 15px;
    }

    .ip-interestedIn {
        padding: 52px 15px 50px;
    }
    .ip-interestedIn__wrap {
        padding: 62px 15px 50px;
    }

    .ip-marketing {
        padding: 74px 15px;
    }

    .ip-gadgets {
        padding: 70px 0;
    }

    .ip-gadgets__row:nth-child(odd) .ip-gadgets__col--text {
        padding-left: 15px;
    }
    .ip-gadgets__col--text {
        max-width: 86.5%;
    }

    .ip-faq {
        padding: 54px 15px 50px;
    }
}

@media only screen and (max-width: 991px) {
    .ip-banner .ip-site-btn {
        min-width: 249px;
    }

    .ip-welcome {
        padding: 50px 15px;
    }
    .ip-welcome__col--text {
        margin: 0 0 30px;
    }
    .ip-welcome-accent {
        bottom: -15px;
        right: -15px;
    }
    .ip-welcome__row:nth-child(odd) .ip-welcome__col--text {
        padding-right: 0;
    }
    .ip-welcome__row:nth-child(even) .ip-welcome__col--text {
        padding-left: 0;
    }

    .ip-interestedIn__col--title {
        margin: 0 0 30px;
    }

    .ip-gadgets__title h2 {
        margin: 0 0 30px;
    }
    .ip-gadgets__col--text {
        max-width: 100% !important;
        margin: 0 0 30px;
        padding: 0 15px !important;
    }

    .ip-caseStudies {
        padding: 50px 0;
    }
    .ip-caseStudies__content--text {
        padding: 30px 15px 0;
    }
    .ip-caseStudies__pagination {
        margin: 35px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .entry-title,
    .ip-title h2 span {
        font-size: 35px;
    }
        .ip-title h2 {
            font-size: 17px;
        }
}

@media only screen and (max-width: 480px) {
    .entry-title,
    .ip-title h2 span {
        font-size: 30px;
    }

    .ip-site-btn {
        height: 54px;
        font-size: 13px;
        line-height: 54px;
        padding: 0 10px;
    }

    .cf-field.w-50 {
        width: 100%;
    }

    .ip-caseStudies__pagination button {
        width: 50px;
        height: 54px;
        font-size: 25px;
    }
    .ip-caseStudies__pagination a {
        min-width: 150px;
        font-size: 12px;
    }

    .ip-faq__item {
        padding: 9px 0;
    }
    .ip-faq__item--button {
        padding: 0 15px;
        padding-right: 30px;
    }
    .ip-faq__item--button::after {
        right: 15px;
    }
    .ip-faq__item--content {
        width: 100%;
        top: calc(100% - 15px);
        padding: 0 15px 15px;
    }
}