.landing-page .hero-heading-wrapper .text-white{
    margin-left: 0 !important;
}

.landing-page .first-section .hp-image-1{
    width: 280px;
    height: 280px;
    object-fit: contain;
}

.landing-page .first-section .heading{
    margin-top: -10px;
}

.landing-page .white-section:has(.candidate-guarantee) {
    padding-top: 80px;
    padding-bottom: 100px;
}

.landing-page .candidate-guarantee{
    margin-top: 50px;
    display: flex;
    /*gap: 70px;*/
    gap: 4vw;
}

.general-landing-page .candidate-guarantee{
    gap: 35px 70px;
    flex-wrap: wrap;
}

.landing-page.sidebar-landing .candidate-guarantee{
    flex-direction: column;
    gap: 20px;
    margin-top: 35px;
}

.landing-page .candidate-guarantee:before, .landing-page .candidate-guarantee:after {
    display: none;
}

.landing-page .candidate-guarantee .bg-gray-radius{
    border-radius: 3px;
    background: #E2DAD5;
    gap: 25px;
    padding: 35px 40px 40px 30px;
    min-height: 200px;
}

.general-landing-page .candidate-guarantee .bg-gray-radius.w-col-6{
    width: calc(50% - 35px);
}

.landing-page.sidebar-landing .candidate-guarantee .bg-gray-radius{
    background: #FFF;
    border-radius: 3px;
    border: 1px solid var(--dark-green);
    display: flex;
    align-items: center;
}
.landing-page.sidebar-landing .candidate-guarantee .bg-gray-radius img{
    height: 115px;
    width: fit-content;
    object-fit: contain;
}


.landing-page .candidate-guarantee .bg-gray-radius h3{
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 100% */
    margin: 0;
    margin-bottom: 10px;
}

.landing-page .white-section.candidate-guarantee-section{
    padding-top: 95px;
    padding-bottom: 95px;
}

.landing-page.sidebar-landing .white-section.candidate-guarantee-section {
    padding-bottom: 70px;
}

.landing-page .time-effort-section .time-effort-block{
    margin-top: 55px;
}
.landing-page.sidebar-landing .time-effort-section .time-effort-block{
    margin-top: 30px;
}

.landing-page .time-effort-section .time-effort-block .bg-white-radius{
    border-radius: 3px;
    border: 1px solid #CCC;
    background: #FEFEFE;
    padding: 50px 50px 55px 65px;
    margin-bottom: 65px;
    gap: 30px;
    justify-content: space-between;
}

.landing-page.sidebar-landing .time-effort-section .time-effort-block .bg-white-radius{
    padding: 45px 45px 45px 30px;
    border: 1px solid var(--dark-green);
    margin-bottom: 35px;
}
.landing-page.sidebar-landing .time-effort-section .time-effort-block .bg-white-radius:nth-child(2) {
    margin-bottom: 8px;
    padding-bottom: 65px;
}

.landing-page .time-effort-section .time-effort-block .bg-white-radius h3{
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 113.333% */
}

.landing-page.sidebar-landing .time-effort-section .time-effort-block .bg-white-radius:nth-child(2) img {
    width: 90%;
    display: block;
    margin: 30px auto;
}

.landing-page .time-effort-section .time-effort-block .bg-white-radius ul{
    margin-top: 10px;
    padding-left: 25px;
}

.landing-page.sidebar-landing .time-effort-section .time-effort-block .bg-white-radius ul {
    background-color: #fff;
    margin: 0;
    padding: 15px 0 0 20px;
}

.landing-page .time-effort-section .time-effort-block .bg-white-radius ul li{
    color: #2D2D2D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px; /* 181.25% */
}

.landing-page .timeline-section{
    padding: 85px 20px;
    color: white;
}

.landing-page .timeline-section .timeline-block{
    margin-top: 30px;
    display: flex;
    gap: 20px;
    color: white;
}

.landing-page .timeline-section .timeline-block .timeline-item{
    overflow: hidden;
    width: 100%;
}

.landing-page .timeline-section .timeline-block .timeline-item .timeline-count{
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 109.375% */
    margin-bottom: 25px;
    position: relative;
}
.landing-page .timeline-section .timeline-block .timeline-item .timeline-count:after {
    content: "";
    width: 85%;
    height: 2px;
    display: block;
    background: var(--light-green);
    position: absolute;
    top: 50%;
    left: 25px;
}

.landing-page .timeline-section .timeline-block .timeline-item .timeline-icon{
    width: 40px;
    height: 40px;
}

.landing-page .timeline-section .timeline-block .timeline-item .timeline-title{
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 122.222% */
    margin: 15px 0 10px;
}

.landing-page .timeline-section .timeline-block .timeline-item .timeline-description{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    margin: 0;
}

.landing-page .recruit-sectors-section img {
    width: 200px;
    height: 160px;
}

.landing-page .recruit-sectors-section h2{
    margin-top: 20px;
    margin-bottom: 20px;
}

.landing-page .recruit-sectors-section ul.recruit-sectors{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.landing-page .recruit-sectors-section ul.recruit-sectors li{
    border-radius: 3px;
    border: 1px solid var(--dark-green);
    background: #FEFEFE;
    color: var(--dark-green);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px;
}

.landing-page .ip-column-1 .wpcf7 .wpcf7-form .wpcf7-response-output{
	display: none;
}
.landing-page .ip-column-1 .wpcf7 .wpcf7-form .wpcf7-response-output:not(:empty) {
    display: block;
}

.landing-page .wpcf7 p:has(.wpcf7-submit) {
    width: 100%;
}

@media screen and (max-width: 1320px) {
    .landing-page:not(.sidebar-landing) .time-effort-section .time-effort-block{
        padding: 20px;
    }

    .landing-page .time-effort-section .time-effort-block .w-col-2{
        display: none;
    }

    .landing-page .timeline-section .timeline-block {
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 10px;
    }
    .landing-page .timeline-section .timeline-block .timeline-item{
        width: 31%;
    }
}

@media screen and (max-width: 991px) {
    .landing-page .first-section .hp-image-1{
        margin-bottom: 30px;
    }

    .landing-page .time-effort-section .time-effort-block .bg-white-radius{
        display: flex;
        flex-direction: column;
    }

    .landing-page:not(.sidebar-landing) .time-effort-section .time-effort-block .bg-white-radius:first-child{
        flex-direction: column-reverse;
    }

    .landing-page .timeline-section .timeline-block .timeline-item{
        width: 47%;
    }

    .landing-page:not(.sidebar-landing) .sidebar-block{
        margin-top: 50px;
    }


    .landing-page.sidebar-landing .white-section.candidate-guarantee-section {
        padding-bottom: 50px;
    }

    .landing-page .first-section .columns-2.w-row{
        margin-left: 0;
        margin-right: 0;
    }

    .landing-page .candidate-guarantee{
        margin-left: 0;
        margin-right: 0;
    }
    
    .general-landing-page .candidate-guarantee .bg-gray-radius.w-col-6{
        width: 100%;
    }
}

@media screen and (max-width: 767px){
    .landing-page .time-effort-section .time-effort-block .bg-white-radius{
        padding: 20px;
        margin-bottom: 40px;
    }
    .landing-page .candidate-guarantee .bg-gray-radius h3{
        margin-top: 10px;
    }

    .general-landing-page .home-hero{
        height: 400px;
    }
}

@media screen and (max-width: 480px) {
    .landing-page .timeline-section .timeline-block .timeline-item{
        width: 100%;
    }

    .landing-page.sidebar-landing .candidate-guarantee .bg-gray-radius {
        flex-direction: column;
    }

    .general-landing-page .home-hero .hero-heading-wrapper p {
        font-size: 15px;
        font-weight: normal;
        line-height: 24px;
    }

    .general-landing-page .home-hero .hero-heading-wrapper p.p-16 {
        font-size: 14px !important;
        font-weight: normal;
        line-height: 24px !important;
    }
	.landing-page .white-section:has(.candidate-guarantee) {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 365px) {
    .general-landing-page .home-hero .keller-btn{
        font-size: 14px;
        padding: 10px 16px;
    }
}