.calculator-alert{display:flex;justify-content:center;width:100%}.calculator-alert .calculator-alert-container{display:flex;background-color:#f7f9f9;border:1px solid #e2e7e9;justify-content:space-between;width:100%;flex-direction:column}@media(min-width:992px){.calculator-alert .calculator-alert-container{gap:2rem;flex-direction:row;align-items:center}}.calculator-alert .calculator-alert-container .calculator-alert-text{padding:clamp(.5rem,3vw,1.5rem)}.calculator-alert .calculator-alert-container .calculator-alert-text p{line-height:1.15;font-size:.9375rem}@media(min-width:992px){.calculator-alert .calculator-alert-container .calculator-alert-text p{line-height:1.25;font-size:1rem}.calculator-alert .calculator-alert-container .calculator-alert-text{padding-block:.75rem;padding-inline:clamp(.5rem,3vw,1.5rem)}}.calculator-alert .calculator-alert-container .calculator-alert-text p{margin:0}.calculator-alert .calculator-alert-button{flex-shrink:0;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:0 clamp(.5rem,3vw,1.5rem) clamp(.5rem,3vw,1.5rem)}@media(min-width:992px){.calculator-alert .calculator-alert-button{margin:0 clamp(.5rem,3vw,1.5rem) 0 0}}.calculator-alert .calculator-alert-content{display:flex;align-items:center;flex-direction:column}@media(min-width:992px){.calculator-alert .calculator-alert-content{flex-direction:row}}.calculator-alert .calculator-alert-icon-lg{display:none;align-items:center;justify-content:center;flex-shrink:0;height:auto;align-self:stretch;width:clamp(4rem,10vw,7rem);background-color:#173e4d}.calculator-alert .calculator-alert-icon-lg .icon{width:clamp(2rem,3vw,3rem);height:clamp(2rem,3vw,3rem);fill:#173e4d}.calculator-alert .calculator-alert-icon-lg .icon[fill=none]{fill:none;stroke:#173e4d}@media(min-width:992px){.calculator-alert .calculator-alert-icon-lg{background-color:#f9b000;display:flex}}.calculator-alert .calculator-alert-header-mobile{display:flex;align-items:center;gap:.5rem;background-color:#f9b000;width:100%;padding:clamp(.5rem,3vw,1.5rem)}.calculator-alert .calculator-alert-header-mobile .icon{width:1.5rem;height:1.5rem;fill:#173e4d;flex-shrink:0}.calculator-alert .calculator-alert-header-mobile .icon[fill=none]{fill:none;stroke:#173e4d}@media(min-width:992px){.calculator-alert .calculator-alert-header-mobile,.calculator-alert .calculator-alert-header-mobile .icon{display:none}}.calculator-alert .calculator-alert-header-desktop{align-items:center;gap:.25rem;display:none}.calculator-alert .calculator-alert-header-desktop .icon{width:1rem;height:1rem;fill:#f9b000}.calculator-alert .calculator-alert-header-desktop .icon[fill=none]{fill:none;stroke:#f9b000}@media(min-width:992px){.calculator-alert .calculator-alert-header-desktop{display:flex}.calculator-alert .calculator-alert-header-desktop .icon{display:none}}