.ip-banner{
    display: none;
}

.ip-custom-banner-content-holder {
    background: #a9c8fe;
    position: relative;
    padding: 220px 0 0;
    padding: 11.458vw 0 0;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#content-sidebar, #content-full {
    margin-top: 0;
}

.ip-custom-banner-content {
    width: 85.417vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
    align-items: center;
}

.ip-custom-banner-content-inner {
    width: 53.049%;
    padding-left: 21px;
    padding-left: 1.094vw;
}

.ip-custom-banner-content-photo {
    width: 46.951%;
}

.ip-hg-photo {
    position: relative;
    margin-right: -7.2915vw;
}

.ip-hg-photo canvas {
    display: block;
    width: 100%;
}

.ip-hg-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-hg-title {
    font-size: 70px;
     font-size: 3.646vw; 
    color: #493fe2;
    font-weight: 700;
    line-height: 80px;
    line-height: 4.167vw;
    font-family: var(--font-family-default);
    margin-bottom: 36px;
    margin-bottom: 1.875vw;
    max-width: 38.438vw;
}

.ip-hg-text {
    margin-bottom: 51px;
    margin-bottom: 2.656vw;
    max-width: 38.438vw;
}

.ip-hg-text p {
    font-size: 28px;
    font-size: 1.458vw;
    font-family: var(--font-family-default);
    color: #363636;
    margin: 0 !important;
    line-height: 45px !important;
    line-height: 2.344vw !important;
}

/*about*/
.ip-hg-about-area {
    position: relative;
    padding: 154px 0;
    padding: 8.021vw 0;
}

    .ip-hg-about-holder {
        width: 85.417vw;
        margin: 0 auto;
        position: relative;
        z-index: 5;
    }

        .ip-hg-about-inner {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

            .ip-hg-about-title {
                font-size: 70px;
                font-size: 3.646vw;
                color: #493fe2;
                font-weight: 700;
                line-height: 81px;
                line-height: 4.219vw;
                font-family: var(--font-family-default);
                margin-bottom: 33px;
                margin-bottom: 1.719vw;
            }

                .ip-hg-about-text p {
                    font-size: 28px !important;
                    font-size: 1.458vw !important;
                    color: #6a6a6a;
                    font-family: var(--font-family-default);
                    line-height: 38px !important;
                    line-height: 1.979vw !important;
                    margin: 0 0 25px !important;
                    margin: 0 0 1.302vw !important;
                }

                    .ip-hg-about-photo {
                        width: 49.513%;
                    }

                        .ip-hg-about-photo-inner {
                            max-width: 35.99vw;
                            margin: 0 auto;
                        }

                        .ip-hg-about-content {
                            width: 50.487%;
                        }

                            .ip-hg-about-content-inner {
                                max-width: 730px;
                                max-width: 38.021vw;
                                margin: 0 auto;
                            }

                                .ip-hg-about-photo-inner img {
                                    width: 100%;
                                    border-radius: 10px;
                                }

.ip-hg-benefits-area {
    background: #f0f2ff;
    position: relative;
    padding: 146px 15px 147px;
    padding: 7.604vw 15px 7.656vw;
}

    .benefits-accent1,
    .benefits-accent2{
        position: absolute;
        width: 26.458vw;
        height: 25.26vw;
        left: 0;
        bottom: 0;
        background: url(../../images/hiring-guide/benefits-accent1.png) no-repeat;
        background-position: center;
        background-size: 100% 100%;
        pointer-events: none !important;
        /*opacity: .5 !important;*/
    }

        .benefits-accent2{
            width: 26.25vw;
            height: 26.25vw;
            right: 0;
            left: auto;
            top: 0;
            bottom: auto;
            background: url(../../images/hiring-guide/benefits-accent2.png) no-repeat;
            background-position: center;
            background-size: 100% 100%;
            pointer-events: none !important;
        }

            .ip-hg-benefits-holder {
                width: 76.458vw;
                margin: 0 auto;
                position: relative;
                z-index: 5;
            }

                .ip-hg-benefits-title {
                    font-size: 50px;
                    font-size: 2.604vw;
                    color: #493fe2;
                    font-weight: 700;
                    line-height: 69px;
                    line-height: 3.594vw;
                    font-family: var(--font-family-default);
                    margin-bottom: 27px;
                    margin-bottom: 1.406vw;
                    text-align: center;
                }

                    .ip-hg-benefits-text {
                        max-width: 812px;
                        max-width: 42.292vw;
                        margin: 0 auto;
                    }

                        .ip-hg-benefits-text p {
                            font-size: 28px;
                            font-size: 1.458vw;
                            font-family: var(--font-family-default);
                            color: #363636;
                            margin: 0 !important;
                            line-height: 38px !important;
                            line-height: 1.979vw !important;
                            text-align: center;
                        }

                            .ip-hg-benefits-feed {
                                display: flex;
                                flex-wrap: wrap;
                                justify-content: center;
                                margin-top: 59px;
                                margin-top: 3.073vw;
                            }

                                .ip-hg-benefits-list {
                                    width: calc(100% / 3);
                                    padding: 9px;
                                }

                                    .ip-hg-benefits-list-inner {
                                        background: #fff;
                                        border-radius: 10px;
                                        display: flex;
                                        align-items: center;
                                        padding: 0 1.667vw;
                                        height: 105px;
                                        height: 5.469vw;
                                    }

                                        .ip-hg-benefits-list-inner img{
                                            width: 37px;
                                            width: 1.927vw;
                                            margin-right: 30px;
                                            margin-right: 1.563vw;
                                        }

                                            .ip-hg-benefits-list-inner span{
                                                font-size: 28px;
                                                font-size: 1.458vw;
                                                font-family: var(--font-family-default);
                                                color: #363636;
                                                line-height: 30px ;
                                                line-height: 1.563vw;
                                                font-weight: 600;
                                            }

.ip-hg-employment-area {
    position: relative;
    padding: 148px 15px;
    padding: 7.708vw 15px;
}

    .employment-accent1,
    .employment-accent2{
        position: absolute;
        width: 34.375vw;
        height: 34.375vw;
        left: 0;
        bottom: 0;
        background: url(../../images/hiring-guide/employment-accent1.png) no-repeat;
        background-position: center;
        background-size: 100% 100%;
        pointer-events: none !important;
        /*opacity: .5 !important;*/
    }

        .employment-accent2{
            width: 33.177vw;
            height: 33.177vw;
            right: 0;
            left: auto;
            top: 0;
            bottom: auto;
            background: url(../../images/hiring-guide/employment-accent2.png) no-repeat;
            background-position: center;
            background-size: 100% 100%;
            pointer-events: none !important;
        }

    .ip-hg-employment-holder {
        width: 85.417vw;
        margin: 0 auto;
        position: relative;
        z-index: 5;
    }

        .ip-hg-employment-title {
            font-size: 50px;
            font-size: 2.604vw;
            color: #493fe2;
            font-weight: 700;
            line-height: 61px;
            line-height: 3.177vw;
            font-family: var(--font-family-default);
            margin-bottom: 33px;
            margin-bottom: 1.719vw;
        }

            .ip-hg-employment-inner {
                display: flex;
                flex-wrap: wrap;
            }

                .ip-hg-employment-head {
                    width: 42.074%;
                    padding: 0 20px;
                    padding: 0 1.042vw;
                }

                    .ip-hg-employment-content {
                        width: 57.926%;
                    }

                        .ip-hg-employment-tabs a:hover {
                            background: #4a3fe3;
                            color: #fff;
                            padding-left: 4.688vw;
                        }

                            .ip-hg-employment-tabs a {
                                display: flex;
                                align-items: center;
                                background: transparent;
                                color: #363636;
                                font-size: 28px;
                                font-size: 1.458vw;
                                font-weight: 600;
                                font-family: var(--font-family-default);
                                max-width: 508px;
                                max-width: 26.458vw;
                                height: 87px;
                                height: 4.531vw;
                                border-radius: 10px;
                                -webkit-transition: all 0.3s ease-in-out;
                                -moz-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;
                                position: relative;
                                padding-left: 2.083vw;
                            }

                                .ip-hg-employment-tabs a::after{
                                    content: '';
                                    position: absolute;
                                    top: 0;
                                    left: 1.083vw;
                                    bottom: 0;
                                    margin: auto;
                                    width: 38px;
                                    width: 1.979vw;
                                    height: 23px;
                                    height: 1.198vw;
                                    background: url(../../images/hiring-guide/employment-arrow.png) no-repeat;
                                    background-position: center;
                                    background-size: 100% 100%;
                                    -webkit-transition: all 0.3s ease-in-out;
                                    -moz-transition: all 0.3s ease-in-out;
                                    -o-transition: all 0.3s ease-in-out;
                                    transition: all 0.3s ease-in-out;
                                    opacity: 0;
                                }

                                    .ip-hg-employment-tabs a:hover::after{
                                        left: 2.083vw;
                                        opacity: 1;
                                    }

                                        .ip-hg-employment-content p,
                                        .ip-hg-employment-content li {
                                            font-size: 28px;
                                            font-size: 1.458vw;
                                            font-family: var(--font-family-default);
                                            color: #363636;
                                            margin: 0 !important;
                                            line-height: 38px !important;
                                            line-height: 1.979vw !important;
                                        }

                                            .ip-hg-employment-tab-content h2 {
                                                font-size: 35px !important;
                                                font-weight: 600 !important;
                                                color: #4a3fe3;
                                                line-height: 1;
                                                margin: 0 0 39px !important;
                                                margin: 0 0 2.031vw !important;
                                                font-family: var(--font-family-default);
                                            }

                                        .ip-hg-employment-content h3 {
                                            font-size: 28px !important;
                                            font-size: 1.458vw !important;
                                            font-family: var(--font-family-default);
                                            color: #363636;
                                            margin: 0 0 15px !important;
                                            margin: 0 0 0.781vw !important;
                                            line-height: 1;
                                        }

                                    .ip-hg-employment-content-top {
                                        margin-bottom: 73px;
                                        margin-bottom: 3.802vw;
                                        max-width: 812px;
                                        max-width: 42.292vw;
                                    }

                                .ip-hg-employment-tab-content{
                                    max-width: 812px;
                                    max-width: 42.292vw;
                                    position: relative;
                                }

                                .ip-hg-employment-details {
                                    margin-bottom: 43px;
                                    margin-bottom: max(2.24vw, 35px);
                                }

                            .ip-hg-employment-details ul li {
                                width: auto;
                                min-width: 40%;
                            }

                        .ip-hg-employment-details ul {
                            list-style: none !important;
                            margin: 19px 0 0 !important;
                            margin: 0.99vw 0 0 !important;
                            display: flex;
                            flex-flow: row wrap;
                        }

                                

.ip-hg-cta-area {
    position: relative;
    padding: 0 0;
    background: #a0c3fb;
}

    .ip-hg-cta-accent1,
    .ip-hg-cta-accent2{
        position: absolute;
        width: 22.552vw;
        height: 22.552vw;
        left: 0;
        top: 0;
        background: url(../../images/cta-accent1.png) no-repeat;
        background-position: center;
        background-size: 100% 100%;
        pointer-events: none !important;
        opacity: .5 !important;
    }

        .ip-hg-cta-accent2{
            width: 24.323vw;
            height: 24.323vw;
            right: 0;
            left: auto;
            top: auto;
            bottom: 0;
            background: url(../../images/cta-accent2.png) no-repeat;
            background-position: center;
            background-size: 100% 100%;
            pointer-events: none !important;
        }

            .ip-hg-cta-holder {
                position: relative;
                padding: 140px 0 148px;
                padding: 7.292vw 0 7.708vw;
            }

                .ip-hg-cta-content{
                    position: relative;
                    z-index: 5;
                }

                .ip-hg-cta-title {
                    font-size: 70px;
                    font-size: 3.646vw;
                    color: #4a3fe3;
                    font-weight: 700;
                    line-height: 81px;
                    line-height: 4.219vw;
                    font-family: var(--font-family-default);
                    margin-bottom: 34px;
                    text-align: center;
                }

                    .ip-hg-cta-link a:hover {
                        background: #4544e3;
                    }

                        .ip-hg-cta-link a {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            background: #ee8140;
                            color: #fff;
                            font-size: 20px;
                            text-transform: uppercase;
                            font-weight: 500;
                            font-family: var(--font-family-default);
                            width: 273px;
                            height: 70px;
                            border-radius: 10px;
                            -webkit-transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -o-transition: all 0.3s ease-in-out;
                            transition: all 0.3s ease-in-out;
                            margin: 0 auto;
                        }

                            .ip-hg-cta-link a img{
                                margin-left: 13px;
                            }



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

@media only screen and (max-width: 991px) {
	.ip-custom-banner-content-holder {
	    padding: 50px 0 0;
	}

	.ip-custom-banner-content {
	    width: 100%;
	    padding: 0 15px;
	}

	.ip-custom-banner-content-inner {
	    width: 100%;
	    padding: 0 0 0;
	    text-align: center;
	}

	.ip-hg-title {
	    font-size: 35px;
	    line-height: 1;
	    margin-bottom: 40px;
        max-width: 100%;
	}

	.ip-hg-cta-holder {
	    padding: 50px 0;
	}

	.ip-hg-cta-title {
	    font-size: 35px;
	    line-height: 1;
	}

	.ip-hg-cta-content {
	    padding: 0 15px;
	}

    .ip-hg-text {
        margin-bottom: 30px;
        max-width: 100%;
    }

    .ip-hg-text p {
        font-size: 20px;
        line-height: 1.4 !important;
    }

    .ip-custom-banner-content-photo {
        width: 100%;
    }

    .ip-hg-photo {
        margin: 0 auto;
        max-width: 400px;
    }

    .ip-hg-about-holder {
        width: 100%;
        padding: 0 15px;
    }

    .ip-hg-about-area {
        padding: 50px 0;
    }

    .ip-hg-about-photo {
        width: 100%;
    }

    .ip-hg-about-photo-inner {
        max-width: 350px;
        margin: 0 auto 30px;
    }

    .ip-hg-about-content {
        width: 100%;
        text-align: center;
    }

    .ip-hg-about-content-inner {
        max-width: 730px;
    }

    .ip-hg-about-title {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 30px;
    }

    .ip-hg-about-text p {
        font-size: 20px !important;
        line-height: 1.5 !important;
        margin: 0 0 20px !important;
    }

    .ip-hg-benefits-title {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .ip-hg-benefits-holder,
    .ip-hg-benefits-text {
        width: 100%;
        max-width: 100%;
    }

    .ip-hg-benefits-text p {
        font-size: 20px;
        line-height: 1.5 !important;
    }

    .ip-hg-benefits-list {
        width: 50%;
    }

    .ip-hg-benefits-list-inner img {
        width: 25px;
        margin-right: 15px;
    }

    .ip-hg-benefits-list-inner span {
        font-size: 18px;
        line-height: 1;
    }

    .ip-hg-benefits-list-inner {
        padding: 0 15px;
        height: 80px;
    }

    .ip-hg-benefits-feed {
        max-width: 750px;
        margin: 25px auto 0;
    }

    .ip-hg-benefits-area {
        padding: 50px 15px;
    }

    .ip-hg-employment-area {
        padding: 50px 15px;
    }

    .ip-hg-employment-holder {
        width: 100%;
    }

    .ip-hg-employment-head {
        width: 100%;
        padding: 0 0;
        text-align: center;
    }

    .ip-hg-employment-title {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .ip-hg-employment-tabs a {
        font-size: 20px;
        max-width: 350px;
        height: 60px;
        padding-left: 20px;
        margin: 0 auto;
        justify-content: center;
        padding: 0 20px !important;
    }

    .ip-hg-employment-tabs a:hover {
        padding-left: 60px;
    }

    .ip-hg-employment-tabs a:hover::after {
        left: 20px;
    }

    .ip-hg-employment-content {
        width: 100%;
        text-align: center;
    }

    .ip-hg-employment-content-top {
        margin-bottom: 30px;
        max-width: 100%;
        margin-top: 40px;
    }

    .ip-hg-employment-content p, 
    .ip-hg-employment-content li {
        font-size: 20px;
        line-height: 1.5 !important;
    }

    .ip-hg-employment-tab-content {
        max-width: 100%;
    }

    .ip-hg-employment-tab-content h2 {
        font-size: 25px !important;
        margin: 0 0 30px !important;
    }

    .ip-hg-employment-content h3 {
        font-size: 20px !important;
        margin: 0 0 10px !important;
    }

    .ip-hg-employment-details ul li {
        min-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
	.ip-hg-benefits-list {
        width: 100%;
    }
}

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

	.ip-hg-cta-title {
	    font-size: 30px;
	}
}

