﻿:root {
    --ves-ink: #102f3b;
    --ves-ink-deep: #0b222b;
    --ves-blue: #216fab;
    --ves-blue-dark: #165687;
    --ves-green: #78a922;
    --ves-green-dark: #527f1c;
    --ves-lime: #b6d85f;
    --ves-cream: #f5f6f1;
    --ves-paper: #ffffff;
    --ves-muted: #687b80;
    --ves-line: #dce4e2;
}

.ves-calculator-page {
    color: var(--ves-ink);
    background: var(--ves-cream);
    overflow: hidden;
}

.ves-calculator-page h1,
.ves-calculator-page h2,
.ves-calculator-page h3 {
    letter-spacing: -.035em;
}

.ves-calc-hero {
    position: relative;
    isolation: isolate;
    padding: 72px 0 112px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 15%, rgba(120, 169, 34, .36), transparent 24%),
        linear-gradient(128deg, #0e3445 0%, #155b75 58%, #2374a1 100%);
}

.ves-calc-hero::before,
.ves-calc-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.ves-calc-hero::before {
    inset: 0;
    opacity: .12;
    background-image:
        linear-gradient(30deg, transparent 47%, rgba(255,255,255,.8) 48%, transparent 49%),
        linear-gradient(150deg, transparent 47%, rgba(255,255,255,.8) 48%, transparent 49%);
    background-size: 78px 48px;
}

.ves-calc-hero::after {
    width: 380px;
    height: 380px;
    right: -170px;
    bottom: -215px;
    border: 54px solid rgba(182, 216, 95, .15);
    border-radius: 50%;
}

.ves-calc-hero h1 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(2.65rem, 6vw, 5.2rem);
    font-weight: 700;
    line-height: .99;
    text-wrap: balance;
}

.ves-calc-hero__lead {
    max-width: 760px;
    margin: 26px 0 0;
    color: #d8e8eb;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.58;
}

.ves-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ves-lime);
    font-family: 'Montserrat', sans-serif;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ves-eyebrow > span {
    width: 30px;
    height: 2px;
    background: currentColor;
}

.ves-btn-primary,
.ves-btn-secondary,
.ves-btn-accent {
    padding: .9rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .2rem;
    font-family: 'Montserrat', sans-serif;
    font-size: .9rem;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.ves-btn-primary {
    color: #fff;
    background: linear-gradient(#86c32d, var(--ves-green-dark));
    border-color: #4c741a;
    box-shadow: 0 12px 24px rgba(7, 31, 35, .2);
}

.ves-btn-primary:hover,
.ves-btn-primary:focus {
    color: #fff;
    background: linear-gradient(#94d337, #639a22);
    transform: translateY(-2px);
}

.ves-btn-secondary {
    color: #fff;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.55);
}

.ves-btn-secondary:hover,
.ves-btn-secondary:focus {
    color: var(--ves-ink);
    background: #fff;
    transform: translateY(-2px);
}

.ves-btn-accent {
    color: var(--ves-ink-deep);
    background: var(--ves-lime);
    box-shadow: 0 12px 24px rgba(0,0,0,.15);
}

.ves-btn-accent:hover,
.ves-btn-accent:focus {
    color: var(--ves-ink-deep);
    background: #d0eb8d;
    transform: translateY(-2px);
}

.ves-hero-trust {
    padding: 30px;
    color: #fff;
    background: rgba(8, 31, 39, .83);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 4px 26px 4px 4px;
    box-shadow: 0 24px 50px rgba(5, 24, 30, .24);
    backdrop-filter: blur(8px);
}

.ves-hero-trust > span {
    color: var(--ves-lime);
    font-size: .90rem;
    font-weight: 800;
    letter-spacing: .15em;
}

.ves-hero-trust h2 {
    margin: 9px 0 10px;
    font-size: 1.45rem;
}

.ves-hero-trust p {
    color: #b9cbd0;
    font-size: 1rem;
    line-height: 1.6;
}

.ves-hero-trust__rule {
    height: 1px;
    margin: 20px 0;
    background: rgba(255,255,255,.13);
}

.ves-calculator-shell {
    position: relative;
    z-index: 2;
    margin-top: -62px;
    scroll-margin-top: 170px;
}

.ves-calculator-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    background: var(--ves-paper);
    border: 1px solid rgba(16,47,59,.08);
    border-radius: 4px 30px 4px 4px;
    box-shadow: 0 28px 70px rgba(16,47,59,.16);
}

.ves-calculator-controls,
.ves-calculator-results {
    padding: 50px clamp(28px, 4vw, 58px);
}

.ves-calculator-results {
    color: #fff;
    background:
        radial-gradient(circle at 94% 5%, rgba(120,169,34,.27), transparent 30%),
        linear-gradient(145deg, var(--ves-ink), var(--ves-ink-deep) 72%);
}

.ves-selection-feedback {
    margin: 0 0 24px;
    padding: 14px 18px;
    scroll-margin-top: 135px;
    color: #17320f;
    font-weight: 700;
    line-height: 1.45;
    background: #e7f6d1;
    border: 1px solid rgba(120, 169, 34, .45);
    border-left: 5px solid #78a922;
    border-radius: 8px;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease;
}

.ves-selection-feedback--show {
    opacity: 1;
    transform: translateY(0);
}

.ves-section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ves-section-heading > span {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--ves-green-dark);
    border: 1px solid var(--ves-line);
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 800;
}

.ves-section-heading p {
    margin: 0 0 2px;
    color: var(--ves-green-dark);
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ves-section-heading h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2.5vw, 1.9rem);
    font-weight: 700;
}

.ves-section-heading--light > span {
    color: var(--ves-lime);
    border-color: rgba(255,255,255,.2);
}

.ves-section-heading--light p {
    color: var(--ves-lime);
}

.ves-field {
    display: block;
    margin-bottom: 9px;
}

.ves-field > span {
    min-height: 42px;
    display: flex;
    flex-direction: column;
}

.ves-field strong {
    font-size: 1rem;
}

    .ves-field small {
        margin-top: 3px;
        color: #646f70;
        font-size: .75rem;
    }

.ves-input-wrap {
    height: 54px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    background: #fff;
    border: 1px solid var(--ves-line);
    transition: border-color .2s, box-shadow .2s;
}

.ves-input-wrap:focus-within {
    border-color: var(--ves-green);
    box-shadow: 0 0 0 3px rgba(120,169,34,.12);
}

.ves-input-wrap input {
    min-width: 0;
    flex: 1;
    color: var(--ves-ink);
    background: transparent;
    border: 0;
    outline: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
}

.ves-input-wrap > span {
    color: #77878a;
    white-space: nowrap;
    font-size: .7rem;
}

.ves-input-wrap--money > b {
    color: var(--ves-green-dark);
}

.ves-segmented {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 4px;
    background: #edf2f0;
    border-radius: 3px;
}

.ves-segmented button {
    min-height: 45px;
    padding: 8px;
    color: #667d81;
    background: transparent;
    border: 0;
    border-radius: 2px;
    font-size: .9rem;
    font-weight: 700;
}

.ves-segmented button:hover,
.ves-segmented button:focus-visible {
    color: var(--ves-blue);
}

.ves-segmented button.active {
    color: var(--ves-ink);
    background: #fff;
    box-shadow: 0 3px 12px rgba(15,48,57,.09);
}

.ves-range-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
}

.ves-range {
    --ves-range-fill: 43%;
    width: 100%;
    height: 7px;
    margin: 0;
    appearance: none;
    background: linear-gradient(90deg, var(--ves-green) var(--ves-range-fill), #dce5e2 var(--ves-range-fill));
    border-radius: 5px;
    outline: none;
}

.ves-range::-webkit-slider-thumb {
    width: 23px;
    height: 23px;
    appearance: none;
    background: #fff;
    border: 6px solid var(--ves-green);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(14,73,57,.22);
    cursor: pointer;
}

.ves-range::-moz-range-thumb {
    width: 13px;
    height: 13px;
    background: #fff;
    border: 6px solid var(--ves-green);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(14,73,57,.22);
    cursor: pointer;
}

.ves-panel-stepper {
    height: 44px;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid var(--ves-line);
}

.ves-panel-stepper button {
    width: 40px;
    height: 100%;
    color: var(--ves-green-dark);
    background: transparent;
    border: 0;
    font-size: 1.35rem;
}

.ves-panel-stepper b {
    width: 40px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.ves-equipment-note {
    margin: 14px 0 0;
    color: #607478;
    font-size: .75rem;
    line-height: 1.5;
}

.ves-equipment-note p {
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.ves-equipment-note p i {
    margin: 0;
    color: var(--ves-green-dark);
}

.ves-equipment-note p strong {
    color: var(--ves-ink);
}

.ves-equipment-note ul {
    margin: 0;
    padding-left: 30px;
}

.ves-equipment-note li {
    margin-top: 2px;
}

.ves-equipment-note li::marker {
    color: var(--ves-green);
}

.ves-equipment-note li strong {
    color: #40565a;
}

.ves-assumption-note {
    margin-top: 28px;
    padding: 15px;
    display: flex;
    gap: 11px;
    align-items: flex-start;
    color: #607478;
    background: #eaf3f0;
    border-left: 3px solid var(--ves-green);
}

.ves-assumption-note i {
    margin-top: 2px;
    color: var(--ves-green-dark);
}

.ves-assumption-note p {
    margin: 0;
    font-size: .72rem;
    line-height: 1.55;
}

.ves-snapshot {
    margin: 36px 0 30px;
    display: grid;
    grid-template-columns: 146px 1fr;
    gap: 28px;
    align-items: center;
}

.ves-offset-ring {
    --ves-offset: 360deg;
    width: 146px;
    height: 146px;
    padding: 11px;
    background: conic-gradient(var(--ves-lime) var(--ves-offset), rgba(255,255,255,.12) 0);
    border-radius: 50%;
    transform: rotate(-25deg);
}

.ves-offset-ring > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0e2b35;
    border-radius: 50%;
    transform: rotate(25deg);
}

.ves-offset-ring strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.1rem;
    line-height: 1;
}

.ves-offset-ring span {
    margin-top: 6px;
    color: #9db1b5;
    font-size: .64rem;
}

.ves-status {
    display: inline-flex;
    padding: 6px 9px;
    color: var(--ves-lime);
    background: rgba(182,216,95,.1);
    border: 1px solid rgba(182,216,95,.25);
    font-size: .70rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.ves-snapshot-copy h3 {
    margin: 13px 0 8px;
    font-size: 1.35rem;
}

.ves-snapshot-copy p {
    margin: 0;
    color: #afc0c3;
    font-size: .78rem;
    line-height: 1.6;
}

.ves-snapshot-copy p strong {
    color: #fff;
}

.ves-metrics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255,255,255,.12);
    border-left: 1px solid rgba(255,255,255,.12);
}

.ves-metric {
    min-height: 116px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.ves-metric > span,
.ves-bill-card > div > span {
    color: #8fa5a9;
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ves-metric > strong {
    margin: 7px 0 3px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.32rem;
}

.ves-metric > small {
    color: #728b90;
    font-size: .8rem;
}

.ves-metric--accent > strong {
    color: var(--ves-lime);
}

.ves-bill-card {
    margin-top: 22px;
    padding: 20px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.1);
}

.ves-bill-card__title {
    display: block;
    margin-bottom: 13px;
    color: #8fa5a9;
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ves-bill-grid__header,
.ves-bill-grid__row {
    display: grid;
    grid-template-columns: minmax(145px, 1fr) minmax(95px, .55fr) minmax(105px, .6fr);
    column-gap: 24px;
    align-items: center;
}

.ves-bill-grid__header {
    padding: 0 0 8px;
    color: #acbcbf;
    font-size: .68rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ves-bill-grid__header span:not(:first-child),
.ves-bill-grid__row strong {
    text-align: right;
}

.ves-bill-grid__row {
    min-height: 39px;
    color: #acbcbf;
    font-size: .85rem;
}

.ves-bill-grid__row strong {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}

.ves-bill-grid__row--after strong {
    color: var(--ves-lime);
}

.ves-bill-grid__row--reduction {
    margin-top: 8px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.12);
}

.ves-bill-grid__row--reduction span {
    color: #d3dcde;
    font-weight: 700;
}

.ves-bill-grid__row--reduction strong {
    color: var(--ves-lime);
    font-size: 1.25rem;
}

.ves-dot {
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}

.ves-dot--before { background: #72858a; }
.ves-dot--after { background: var(--ves-lime); }

.ves-results-actions {
    margin-top: 24px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.ves-results-actions .ves-btn-accent {
    flex: 1;
}

.ves-copy-link {
    padding: 10px 0;
    color: #a7b9bc;
    background: transparent;
    border: 0;
    font-size: .8rem;
    font-weight: 500;
}

.ves-copy-link:hover,
.ves-copy-link:focus {
    color: #fff;
}

.ves-results-fineprint {
    margin: 15px 0 0;
    color: #71888d;
    font-size: .58rem;
    line-height: 1.5;
}

.ves-savings-opportunity {
    margin-top: 12px;
    padding: 13px 15px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #dce7e8;
    background: rgba(120,169,34,.10);
    border-left: 3px solid var(--ves-lime);
    font-size: .8rem;
    line-height: 1.5;
}

.ves-savings-opportunity > i {
    margin-top: 3px;
    color: var(--ves-lime);
}

.ves-savings-opportunity strong {
    display: block;
    font-weight: 400;
}

.ves-savings-opportunity a {
    display: inline-block;
    margin-top: 5px;
    color: var(--ves-lime);
    font-weight: 500;
    text-decoration: none;
}

.ves-savings-opportunity a:hover,
.ves-savings-opportunity a:focus {
    color: #fff;
    text-decoration: underline;
}

.ves-comparison-section {
    padding: 30px 0 30px;
}

.ves-comparison-intro {
    color: var(--ves-muted);
    font-size: .9rem;
    line-height: 1.65;
}

.ves-comparison-card {
    height: 100%;
    padding: 29px;
    background: #fff;
    border: 1px solid #dfe3de;
}

.ves-comparison-card--selected {
    border: 2px solid var(--ves-green);
    box-shadow: 0 18px 45px rgba(20,86,68,.1);
}

.ves-comparison-card__top {
    min-height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6e8082;
    font-size: .80rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ves-comparison-card__top small {
    padding: 5px 7px;
    color: #fff;
    background: var(--ves-green-dark);
    font-size: .75rem;
}

.ves-comparison-card > strong {
    display: block;
    margin-top: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
}

.ves-comparison-card > p {
    margin: 5px 0 22px;
    color: var(--ves-green-dark);
    font-weight: 700;
}

.ves-comparison-card dl {
    margin: 0;
    border-top: 1px solid var(--ves-line);
}

.ves-comparison-card dl > div {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid var(--ves-line);
    font-size: 1rem;
}

.ves-comparison-card dt {
    color: #646f70;
    font-weight: 400;
}

.ves-comparison-card dd {
    margin: 0;
    font-weight: 700;
}

.ves-comparison-card button {
    width: 100%;
    margin-top: 18px;
    padding: 12px;
    color: var(--ves-ink);
    background: #edf2ee;
    border: 0;
    font-size: 1rem;
    font-weight: 800;
}

.ves-comparison-card button:hover,
.ves-comparison-card button:focus {
    color: #fff;
    background: var(--ves-green-dark);
}

.ves-offset-explainer {
    padding: 38px 0 92px;
}

.ves-offset-explainer article {
    height: 100%;
    padding-top: 22px;
    border-top: 3px solid var(--ves-ink);
}

.ves-offset-explainer article > span {
    color: var(--ves-green-dark);
    font-size: .90rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.ves-offset-explainer h3 {
    margin: 12px 0 10px;
    font-size: 1.05rem;
    line-height: 1.4;
}

.ves-offset-explainer p {
    margin: 0;
    color: var(--ves-muted);
    font-size: .78rem;
    line-height: 1.65;
}

.ves-lead-section {
    padding: 50px 0;
    color: #fff;
    background:
        radial-gradient(circle at 15% 15%, rgba(120,169,34,.25), transparent 24%),
        linear-gradient(135deg, var(--ves-ink), var(--ves-ink-deep));
}

.ves-lead-card h2 {
    max-width: 520px;
    margin: 0 0 18px;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.08;
}

.ves-lead-card > .row > div:first-child > p:not(.ves-eyebrow) {
    color: #b8c9cc;
    line-height: 1.65;
}

.ves-lead-card ul {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.ves-lead-card li {
    margin: 10px 0;
    color: #d9e5e6;
    font-size: .86rem;
}

.ves-lead-card li i {
    width: 22px;
    color: var(--ves-lime);
}

.ves-lead-form-wrap {
    padding: clamp(24px, 4vw, 38px);
    color: var(--ves-ink);
    background: #fff;
    border-radius: 4px 24px 4px 4px;
    box-shadow: 0 24px 50px rgba(0,0,0,.2);
}

.ves-lead-form-wrap label {
    margin-bottom: 6px;
    color: #52676c;
    font-size: .85rem;
    font-weight: 700;
}

.ves-lead-form-wrap .form-control {
    min-height: 48px;
    border-color: var(--ves-line);
    border-radius: 2px;
}

.ves-lead-form-wrap .form-control:focus {
    border-color: var(--ves-green);
    box-shadow: 0 0 0 .2rem rgba(120,169,34,.13);
}

.ves-consent {
    margin: 3px 0 14px;
    color: #748488;
    font-size: .67rem;
    line-height: 1.5;
}

.ves-lead-message {
    padding: 18px;
    border-left: 4px solid;
}

.ves-lead-message p {
    margin: 6px 0 16px;
}

.ves-lead-message--success {
    color: #264b2e;
    background: #edf7e9;
    border-color: var(--ves-green);
}

.ves-lead-message--error {
    margin-bottom: 16px;
    color: #7a1919;
    background: #fff0f0;
    border-color: #b90e0a;
}

.ves-disclaimer-section {
    padding: 30px 0;
    background: #e9ece8;
}

.ves-disclaimer-section p {
    max-width: 1100px;
    margin: 0 auto;
    color: #68777a;
    font-size: .68rem;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .ves-calc-hero {
        padding: 58px 0 105px;
    }

    .ves-calculator-card {
        grid-template-columns: 1fr;
    }

    .ves-comparison-section {
        padding-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .ves-calc-hero {
        padding-top: 48px;
    }

    .ves-calc-hero h1 {
        font-size: 2.75rem;
    }

    .ves-calculator-card {
        border-radius: 0;
    }

    .ves-calculator-controls,
    .ves-calculator-results {
        padding: 38px 22px;
    }

    .ves-snapshot {
        grid-template-columns: 112px 1fr;
        gap: 18px;
    }

    .ves-offset-ring {
        width: 112px;
        height: 112px;
        padding: 9px;
    }

    .ves-offset-ring strong {
        font-size: 1.65rem;
    }

    .ves-metrics-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ves-metric {
        min-height: 106px;
        padding: 15px;
    }

    .ves-metric > strong {
        font-size: 1rem;
    }

    .ves-bill-grid__header,
    .ves-bill-grid__row {
        grid-template-columns: minmax(115px, 1fr) minmax(76px, .55fr) minmax(84px, .6fr);
        column-gap: 12px;
    }

    .ves-results-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ves-offset-explainer {
        padding-bottom: 72px;
    }
}

@media (max-width: 575.98px) {
    .ves-calc-hero h1 {
        font-size: 2.35rem;
    }

    .ves-segmented button {
        padding: 7px 3px;
        font-size: .80rem;
    }

    .ves-range-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ves-bill-card {
        padding: 16px;
    }

    .ves-bill-grid__header,
    .ves-bill-grid__row {
        grid-template-columns: minmax(100px, 1fr) 62px 76px;
        column-gap: 8px;
    }

    .ves-bill-grid__header {
        font-size: .58rem;
    }

    .ves-bill-grid__row {
        font-size: .75rem;
    }

    .ves-bill-grid__row strong {
        font-size: .88rem;
    }

    .ves-bill-grid__row--reduction strong {
        font-size: 1rem;
    }

    .ves-panel-stepper {
        width: fit-content;
    }

    .ves-snapshot-copy h3 {
        font-size: 1.05rem;
    }

    .ves-snapshot-copy p {
        font-size: .68rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ves-calculator-page *,
    .ves-calculator-page *::before,
    .ves-calculator-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
