.loan-calculator-page {
    background: #f4f8f7
}

.calculator-section {
    position: relative;
    overflow: hidden;
    padding: 95px 0 110px
}

.calculator-section:before {
    width: 420px;
    height: 420px;
    position: absolute;
    top: 90px;
    right: -300px;
    border: 70px solid rgba(216, 239, 182, .42);
    border-radius: 50%;
    content: "";
    pointer-events: none
}

.calculator-intro {
    max-width: 800px;
    margin: 0 auto 34px;
    text-align: center
}

.calculator-intro .section-kicker {
    justify-content: center
}

.calculator-intro .section-title {
    margin-bottom: 16px
}

.calculator-intro>p:last-child {
    max-width: 680px;
    margin: 0 auto;
    color: #587679;
    font-size: 1rem;
    line-height: 1.75
}

.calculator-benefits {
    max-width: 900px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 auto 34px
}

.calculator-benefits>div {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    border: 1px solid #d8e6e3;
    border-radius: 14px;
    background: rgba(255, 255, 255, .82);
    color: #315d5f;
    font-size: .82rem;
    font-weight: 800
}

.calculator-benefits i {
    color: #b86f00
}

.loan-calculator-shell {
    max-width: 1050px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 48px);
    border: 1px solid rgba(6, 50, 50, .1);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 24px 65px rgba(3, 33, 33, .12)
}

.calculator-card-heading {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dce8e5
}

.calculator-card-icon {
    width: 54px;
    height: 54px;
    display: grid;
    flex: 0 0 54px;
    place-items: center;
    border-radius: 15px;
    background: #d8efb6;
    color: #063232;
    font-size: 1.2rem
}

.calculator-card-heading p {
    margin: 0 0 4px;
    color: #a96500;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase
}

.calculator-card-heading h2 {
    margin: 0;
    color: #063232;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    line-height: 1.25
}

.calculator-plugin {
    min-width: 0
}

.calculator-plugin :is(input:not([type=checkbox]):not([type=radio]), select, textarea) {
    max-width: 100%;
    min-height: 50px;
    padding: 10px 14px;
    border: 1px solid #cbded9 !important;
    border-radius: 10px !important;
    background: #fff;
    color: #063232;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    outline: 0;
    box-shadow: none
}

.calculator-plugin :is(input, select, textarea):focus {
    border-color: #0b5653 !important;
    box-shadow: 0 0 0 4px rgba(11, 86, 83, .1) !important
}

.calculator-plugin :is(button, input[type=submit], .button, .btn) {
    min-height: 48px;
    padding: 11px 22px;
    border: 0;
    border-radius: 999px;
    background: #063232;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s, transform .2s
}

.calculator-plugin :is(button, input[type=submit], .button, .btn):hover {
    background: #0b5653;
    transform: translateY(-1px)
}

.calculator-plugin table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #dce8e5;
    border-radius: 12px
}

.calculator-plugin th,
.calculator-plugin td {
    padding: 12px;
    border-bottom: 1px solid #e3ecea;
    text-align: left
}

.calculator-plugin th {
    background: #edf7f4;
    color: #063232
}

.calculator-plugin img,
.calculator-plugin svg,
.calculator-plugin canvas {
    max-width: 100%;
    height: auto
}

.calculator-plugin>* {
    max-width: 100%
}

.calculator-unavailable {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 20px;
    border-radius: 13px;
    background: #fff5df;
    color: #714c0c
}

.calculator-unavailable p {
    margin: 0
}
.ultimate-loan-mortgage-calculator > h2.ulmc-main-title {
    display: none !important ;
}



.ulmc-wrapper {
    margin-bottom: 0 !important;
}

.ultimate-loan-mortgage-calculator .ulmc-result{
	background-color: #063232 !important;
}

.ultimate-loan-mortgage-calculator .ulmc-settings {
    background-color: #ecf8f8  !important;
}
.calculator-disclaimer {
    max-width: 920px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 24px auto 0;
    color: #688285;
    font-size: .78rem;
    line-height: 1.65;
    text-align: center
}

.calculator-disclaimer i {
    margin-top: 4px;
    color: #b86f00
}

@media(max-width:767px) {
    .calculator-section {
        padding: 68px 0 80px
    }

    .calculator-intro {
        margin-bottom: 26px;
        text-align: left
    }

    .calculator-intro .section-kicker {
        justify-content: flex-start
    }

    .calculator-benefits {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .calculator-benefits>div {
        justify-content: flex-start
    }

    .loan-calculator-shell {
        padding: 22px 16px;
        border-radius: 19px
    }

    .calculator-card-heading {
        align-items: flex-start;
        margin-bottom: 22px
    }

    .calculator-card-icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px
    }

    .calculator-plugin {
        overflow-x: auto
    }

    .calculator-plugin :is(input:not([type=checkbox]):not([type=radio]), select, textarea) {
        width: 100%
    }

    .calculator-plugin :is(button, input[type=submit], .button, .btn) {
        width: 100%;
        justify-content: center
    }

    .calculator-disclaimer {
        text-align: left
    }
}

@media(max-width:380px) {
    .calculator-card-heading {
        gap: 11px
    }

    .calculator-card-heading h2 {
        font-size: 1.2rem
    }
}