a,b{padding-left:3px;padding-right:3px;}.tooleHeader{font-size:32px;font-weight:600;letter-spacing:.3px;color:#000;font-family:'Lato-Bold';text-align:left;margin:10px 0}.calculatorList{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;row-gap:15px;column-gap:15px;margin-bottom:15px;}.calculator-card{width:265px;border:2px solid #f1f1f1;border-radius:10px;cursor:pointer;font-weight:600;height:215px;padding:15px;text-align:center;align-items:center;position: relative;}.calculator-card:hover{box-shadow:0 3px 6px #ffc3ce;border:1px solid #c41435}.calculator-card h2{color:#c41435;font-weight:600;font-size:17px;text-align:center;letter-spacing:.3px;margin:0;padding-bottom:10px;font-family:'Lato-Regular'}.calculator-card p{color:#000;font-weight:400;font-size:14px;text-align:center;letter-spacing:.3px;font-family:'Lato-Regular';margin:0}.financialsprite{background-image:url(/assets/images/financial-tools/financial-tool-sprite.svg)}.calciicon{background-position:536px -724px;width:75px;height:75px;margin:0 auto;background-size:539px}.calciicon1{background-position:255px -724px;width:75px;height:75px;margin:0 auto;background-size:539px}.calciicon2{background-position:255px -576px;width:75px;height:75px;margin:0 auto;background-size:539px}.calciicon3{background-position:117px -576px;width:75px;height:75px;margin:0 auto;background-size:539px}.calciicon4{background-position:401px -715px;width:75px;height:75px;margin:0 auto;background-size:539px}.calciicon5{background-position:534px -833px;width:75px;height:75px;margin:0 auto;background-size:539px}.calciicon6{background-position:397px -833px;width:75px;height:75px;margin:0 auto;background-size:539px}.calciicon7{background-position:397px -971px;width:75px;height:75px;margin:0 auto;background-size:539px}.calciicon8{background-position:109px -1117px;width:75px;height:75px;margin:0 auto;background-size:539px}.calciicon9{background-position:-2px -976px;width:75px;height:75px;margin:0 auto;background-size:539px}@media only screen and (max-width:480px){.safeguardtabs.finance{justify-content: start !important;overflow-x: auto;padding-bottom: 10px;}.calculator-card{width:100%}}.calculator-text{font-size:16px;font-weight:400;color:#000;letter-spacing:.3px;margin-top:25px}.calculator-list{display:flex;justify-content:start;align-items:start;gap:15px;margin:5px 0 0;}.calculatorName{font-size:20px!important;font-weight:600!important;letter-spacing:0.3px!important;color:#000!important;margin-bottom:5px!important}.calculatorName-text{font-size:16px;font-weight:500;letter-spacing:.3px;color:#000}.tickicon{background-image:url(/assets/images/financial-tools/financial.svg)}.tickimg{background-position:409px -791px;min-width:44px;height:31px}.tickimg11{background-position:335px -675px;width:78px;height:82px;margin:0 auto;background-size:84px}
.safeguardtabs.finance{display: flex;justify-content: center;column-gap: 10px;margin-bottom: 40px;}
.safeguardtabs.finance .tab-link.current {
    background: #fff0 linear-gradient(90deg, #003974 0%, #0B4D88 100%) 0% 0% no-repeat padding-box;
    color: #FFF;
    border-radius: 26px;
    padding: 12px 35px;
    font-size: 17px;}
	.safeguardtabs.finance .tab-link{
		color: #000;
		cursor: pointer;
		font-size: 17px;
		padding: 12px 35px;
		border-radius: 36px;
		background-color: #f5f5f5;
	}
	.safeguardtabs.finance {
        overflow-x: auto;
        width: 100%;
        justify-content: start !important;
        padding-bottom: 10px;
        flex-wrap: nowrap;
    }
	.safeguardtabs.finance .tab-link{text-wrap: nowrap;height: max-content;}
@media only screen and (max-width:480px){
        .safeguardtabs.finance {
        margin: 20px 0 !important;
}}