body{background-color:#fff;margin:0}.tools-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem}.HomeButtonIcon{height:13px}.tools-header{color:#1a1a1a;margin-bottom:24px;font-size:32px;font-weight:700}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(512px,1fr));justify-content:center;align-items:center;gap:36px}.tool-card{background-color:#fff;border-radius:4px;flex-direction:column;justify-content:space-between;width:100%;height:203px;padding:32px;display:flex;box-shadow:0 2px 6px 2px #00000026,0 1px 2px #0000004d}.tool-card:hover{cursor:pointer;transition:transform .2s,box-shadow .2s;transform:translateY(-2px);box-shadow:0 2px 3px #0000004d,0 6px 10px 4px #00000026}.tool-title{letter-spacing:normal;text-align:left;color:#15151a;margin-top:0;margin-bottom:13px;font-size:24px;font-style:normal;font-weight:600;font-stretch:100%;line-height:normal}.tool-description{letter-spacing:normal;text-align:left;color:#15151a;margin-top:0;font-size:16px;font-style:normal;font-weight:300;font-stretch:100%;line-height:normal}.arrow-button{color:#fff;cursor:pointer;background-color:#00008b;border:none;border-radius:50%;justify-content:center;align-self:flex-end;align-items:center;width:32px;height:32px;display:flex}.arrow-button:hover{background-color:#00f;transition:background-color .3s}.arrow-button img{width:7px;height:12px}.Home-button{cursor:pointer;background:0 0;border:none;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;margin-right:4px;padding:1px 0;display:flex}.home-icon{fill:#000}.Home-text{font-family:var(--font-family);font-size:14px;font-weight:500}.ads{justify-content:center;display:flex}.ads .bottom-ads{width:100%}@media (max-width:1090px){.cards-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.tool-card{height:auto}}@media (max-width:768px){.cards-grid{grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}.tool-card{height:auto;padding:20px}.tool-title{font-size:20px}.tool-description{font-size:14px}}
