/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.page-kines-top-hero-image-block {
    position: relative;
    padding: 96px 0;
    overflow: hidden;
}

.page-kines-top-hero-image-block > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 990;
    position: relative;
}

.page-kines-top-hero-image-block .light-blue-circles {
    position: absolute;
    top: -500px;
    right: -600px;
    height: auto;
    width: 1200px;
}

.page-kines-top-hero-image-block-text-col {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.page-kines-top-hero-image-block-image-col {
    width: 50%;
}

.page-kines-top-hero-image-block-image-col img {
    width: 100%;
    height: 100%;
}

.page-kines-top-hero-image-block-text-col-description {
    font-size: 18px;
    line-height: 28px;
    color: #2A2243;
    margin-bottom: 16px;
    text-align: text;
}

.page-kines-top-hero-image-block-text-col .cta-component {
    margin-top: 48px;
}

.page-kines-what-we-do-block {
    background-color: #F1F6FE;
    padding: 96px 0;
    z-index: 990;
    position: relative;
    overflow: hidden;
}

.page-kines-what-we-do-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.what-we-do-img-block-img-block .search-bar-wrapper {
    display: none;
}
.page-kines-what-we-do-block .light-blue-circles {
    position: absolute;
    top: 400px;
    left: -800px;
    height: auto;
    width: 1200px;
    z-index: 980;
}

.page-kines-what-we-do-block-title {
    font-size: 32px;
    line-height: 42px;
    font-family: "Urbanist-SemiBold";
    color: #2A2243;
    text-align: center;
    margin-bottom: 96px;
}

.what-we-do-img-block-text-block__text {
    color: #2A2243;
    font-size: 16px;
    line-height: 1.4;
}

.page-kines-what-we-do-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1080px;
    margin: 0 auto;
}


.page-kines-what-we-do-block .cta-component {
    margin-top: 48px;
}

/* Pricing Section */
.page-kines-pricing-block {
    padding: 96px 0;
    background-color: #2A2243;
}

.page-kines-pricing-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 48px;
}

.page-kines-pricing-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 500px;
}

.page-kines-pricing-right {
    width: 50%;
}

.page-kines-pricing-title {
    font-size: 32px;
    line-height: 40px;
    font-family: "Urbanist-SemiBold";
    color: white;
    margin-bottom: 16px;
    text-align: center;
    margin-bottom: 48px;
}

.page-kines-pricing-description {
    font-size: 20px;
    font-family: "Urbanist-Medium";
    line-height: 24px;
    color: white;
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: 16px;
}

.pricing-feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.pricing-feature-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    color: white;
    margin-top: 4px;
}

.pricing-feature-icon svg {
    width: 26px;
    height: 26px;
}

.pricing-feature-icon svg,
.pricing-feature-icon svg path {
    fill: white;
}


.pricing-feature-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.pricing-feature-content .blue-text {
    font-family: "Urbanist-SemiBold";
}

.pricing-feature-heading {
    font-size: 18px;
    line-height: 24px;
    font-family: "Urbanist-SemiBold";
    color: white;
    margin-bottom: 8px;
}

.pricing-feature-text {
    font-size: 16px;
    line-height: 24px;
    color: white;
}

/* Pricing Card */
.pricing-card {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 32px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.pricing-card-header {
    margin-bottom: 24px;
}

.pricing-card-title {
    font-size: 24px;
    line-height: 32px;
    font-family: "Urbanist-SemiBold";
    color: #2A2243;
    margin-bottom: 8px;
}

.pricing-card-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 4px;
}

.price-amount {
    font-size: 48px;
    line-height: 56px;
    font-family: "Urbanist-Bold";
    color: #2A2243;
}

.price-period {
    font-size: 16px;
    line-height: 24px;
    color: #2A2243;
}

.pricing-card-description {
    font-size: 16px;
    line-height: 24px;
    color: #2A2243;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E5E7EB;
}

.pricing-features-title {
    font-size: 16px;
    line-height: 24px;
    font-family: "Urbanist-Medium";
    color: #2A2243;
    margin-bottom: 16px;
}

.pricing-features-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 32px;
}

.pricing-feature-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 16px;
    font-family: "Urbanist-SemiBold";
    line-height: 20px;
    color: #2A2243;
}

.feature-check {
    width: 16px;
    height: 16px;
    background-color: #4A8AF3;
    color: #fff;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    font-weight: bold;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.pricing-card .pricing-cta {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #3D6CB9;
    color: #fff;
    text-align: center;
    padding: 16px 32px;
    text-decoration: none;
    font-family: "Urbanist-Medium";
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.pricing-card .pricing-cta:hover {
    background-color: #1F1A35;
}


.faq-section {
    background-color: #FAFCFF;
}

@media (max-width: 1130px) {
    .page-kines-pricing-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .page-kines-pricing-left {
        max-width: 100%;
        margin-bottom: 48px;
    }

    .page-kines-pricing-right {
        width: auto;
    }
}

@media (max-width: 768px) {
    .page-kines-top-hero-image-block {
            padding: 48px 0;
        }
    .page-kines-pricing-title {
        font-size: 24px;
        line-height: 1.4;
    }

    .page-kines-pricing-description {
        font-size: 20px;
    }

    .page-kines-pricing-right {
        width: 100%;
    }

    .pricing-features-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
.page-kines-pricing-block {
    padding: 48px 0;
}

.page-kines-what-we-do-block {
    padding: 48px 0;
}
}