.ip-investment-market {
    padding: 131px 0 0px;
}

.ip-investment-market .ipim-section h2 {
    font-family: var(--font-family-title);
    font-size: 46px;
    color: #000;
}

.ip-investment-market .standard-ip-banner-main::before {
    background: rgba(0, 0, 0, 0.4);
}

.ip-investment-market .ipim-section .ipim-desc {
    font-size: 16px;
}

.ip-investment-market .sib-subtitle {
    font-size: 14px;
    color: #fff;
    font-family: var(--font-family-default);
    font-weight: 400;
    text-align: center;
    max-width: 560px;
    margin-top: 18px;
}

.ip-investment-market .ipim-section-1 {
    padding: 100px 15px;
}

.ip-investment-market .ipim-section-1 .ast-wrap {
    width: 100%;
    gap: 80px;
}

.ip-investment-market .ipim-section-1 .ast-wrap>div {
    width: calc(50% - 40px);
}

.ip-investment-market .ipim-section-1 .ast-wrap>div:nth-child(1) {
    justify-content: center;
}

.ip-investment-market .ipim-section-1 .ast-wrap>div:nth-child(1) img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-investment-market .ipim-section-1 .ast-wrap>div:nth-child(2) {
    flex-direction: column;
    justify-content: center;
}

.ip-investment-market .ipim-section-1 .ast-wrap>div:nth-child(2) .global-btn {
    margin: 0px;
}

.ip-investment-market .ipim-section-2 {
    padding: 100px 15px;
    background: #F2F3F4;
}

.ip-investment-market .ipim-section-2 h2 {
    margin-bottom: 40px;
}

.ip-investment-market .ipim-section-2 .ast-wrap {
    width: 100%;
    padding: 40px 0px;
    gap: 64px;
    justify-content: center;
}

.ip-investment-market .ipim-section-2 .ast-wrap>div {
    width: calc(33.3% - 42.6px);
    flex-direction: column;
    font-size: 16px;
    justify-content: flex-start;
    align-items: center;

}

.ip-investment-market .ipim-section-2 .ast-wrap>div>img {
    height: 80px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 20px;
}

.ip-investment-market .ipim-section-2 .ipim-s2-value {
    text-align: center;
    font-family: var(--font-family-default);
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.ip-investment-market .ipim-section-2 .ipim-s2-desc {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    font-family: var(--font-family-default);
    size: 64px;
    font-style: normal;
    line-height: normal;
}

.ip-investment-market .ipim-se:hover .shine-effect {
    transition: mask-position 2s ease, -webkit-mask-position 2s ease;
    -webkit-mask-position: 120%;
    mask-position: 120%;
    opacity: 1;
}

#cc-stay-updated-popup {
    padding: 60px;
}

#cc-stay-updated-popup .global-title h2 {
    font-size: 32px;
}

#cc-stay-updated-popup .gform-body.gform_body input.gfield-choice-input {
    height: 20px;
    padding: 0 18px !important;
    text-align: left;
    width: 50px;
}

#cc-stay-updated-popup input[type=submit] {
    background: #000;
    border-radius: 0px;
}

#cc-stay-updated-popup input[type=submit]:hover {
    background: var(--accent-color);
}

@media only screen and (max-width: 1024px) {
    .ip-investment-market .ipim-section-2 .ast-wrap>div {
        width: calc(50% - 32px);
    }
}

@media only screen and (max-width: 768px) {
    .ip-investment-market .ipim-section-1 .ast-wrap>div {
        width: 100%;
    }

    .ip-investment-market .ipim-section-1,
    .ip-investment-market .ipim-section-2 {
        padding: 64px;
    }
}

@media only screen and (max-width: 480px) {
    .ip-investment-market .ipim-section h2 {
        font-size: 32px;
    }

    .ip-investment-market .ipim-section-2 .ast-wrap>div {
        width: 100%;
    }

    .standard-ip-banner-main canvas {
        min-height: calc(100vh - 132px);
    }

    .ip-investment-market .ipim-section-2 .ipim-s2-value {
        font-size: 40px;
    }
}