.navbar{font-size:32px;width:100%;background-color:#000;height:2em;display:flex;align-items:center;justify-content:space-around}.navbar__logo{width:1em;height:1em;color:#fff}.risk-button{font-size:16px;padding:1.5em;color:#fff;background-color:#6fafff;border:none;border-radius:10px;margin:.5em;box-shadow:0 3px 3px 1px rgba(0,0,0,.30980392156862746);cursor:pointer}.grid-container{display:grid;grid-template-rows:repeat(4,auto);grid-template-columns:repeat(3,auto);margin:1em 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.home-page-second{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:#f0f0ff;flex-wrap:wrap;padding:3em 0}.hero,.home-page-second{width:100vw;display:flex;justify-content:center}.hero{background-color:var(--primary-color);height:400px;flex-direction:column;align-items:center;padding:0 1em}.hero-main{font-size:2em;font-weight:600;text-align:center}.hero-other{font-size:1.5em;text-align:center;max-width:500px;color:rgba(55,0,56,.8)}.home-page__info{width:100vw;background-color:#000;display:flex;justify-content:center}.home-page{font-family:Arial,Helvetica,sans-serif}.home-page,.home-page-third{display:flex;flex-direction:column;align-items:center}.home-page-third{background-color:#fdf4fb;width:100vw;padding:3em 1em}.home-page__header{font-size:24px;max-width:600px;font-weight:600;line-height:1.25;text-align:center}.risk-level-sheet-row--header{font-weight:700;border-bottom:1px solid #000}.risk-level-sheet{list-style:none;padding:.5em}@media only screen and (max-width:768px){.grid-container{grid-template-columns:repeat(2,auto);grid-template-rows:repeat(5,auto)}}@media only screen and (max-width:548px){.grid-container{grid-template-columns:auto;grid-template-rows:repeat(10,auto)}.home-page__header{font-size:18px}}@media only screen and (max-width:480px){.hero{align-items:flex-start}.hero-main,.hero-other{text-align:left}}.chart{width:60vw;max-width:500px}@media only screen and (max-width:600px){.chart{width:80vw}}@media only screen and (max-width:480px){.chart{width:95vw}}.select-menu{width:15em;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:relative}.select-menu__selected{border-radius:10px;padding:1em;margin:.2em 0;border:1px solid var(--primary-color);color:var(--primary-color);background-color:transparent;width:100%;display:flex;justify-content:space-between}.select-list{display:none;list-style:none;background-color:#fff;border:2px solid var(--primary-color);border-radius:5px;box-shadow:0 4px 4px rgba(0,0,0,.3411764705882353)}.select-list__item{padding:.25em;color:#000;transition-duration:.25s}.toggle .select-list{display:block;position:absolute;width:100%}.select-list__item:hover{background-color:var(--primary-color);color:#fff}.drop-display{width:15em;margin:10px;font-size:18px}.drop-display__title{background-color:var(--primary-color);color:#fff;width:100%;padding:1em;display:flex;justify-content:space-between}.drop-display-info{display:none;background-color:#f0ebff}.toggle .drop-display-info{display:block}@media only screen and (max-width:900px){.drop-display{font-size:16px}}.risk-level-sheet__row{display:flex;justify-content:space-between;margin:.25em 0}.home-page-box{width:15em;font-size:16px;padding:2em 1em;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;margin:10px;background-color:#fff;transition-duration:.5s;box-shadow:0 0 6px 1px rgba(0,0,0,.0392156862745098)}.home-page-box:hover{transform:scale(1.05);box-shadow:0 0 14px pink}.home-page-box__icon{background-color:#ffb6c1;padding:1em;border-radius:5px;color:#fff}.home-page-box__title{font-size:2em;font-weight:600;margin:.25em 0 .5em}.home-page-box__text{font-size:1.2em}.calculator-page{font-family:Arial,Helvetica,sans-serif;display:flex;flex-direction:column;align-items:center;padding:2%}.calculator-slot{display:flex;background-color:#8a2be2;margin:1em;align-items:center}.calculator-slot__text{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;color:#fff;padding:2em;max-width:400px;font-size:18px}.current-amounts{font-size:14px;display:flex;flex-direction:column;align-items:flex-end;padding:0 1em}.calculator-results{display:grid;grid-template-columns:repeat(4,auto);grid-template-rows:auto}.calculator-page__info{padding:1em}.calculator-transfers{margin:1em 0}.calculator-green{color:green}.calculator-red{color:red}.calculator-blue{color:#00f}.error-message{color:red;font-weight:600;font-size:16px;text-align:center;margin-bottom:.5em}.gutter{height:24px;width:100%}@media only screen and (max-width:1200px){.calculator-results{grid-template-columns:repeat(2,auto);grid-template-rows:repeat(2,auto)}}@media only screen and (max-width:580px){.calculator-results,.calculator-user-info{grid-template-columns:auto}.calculator-slot{flex-direction:column}.calculator-slot__text{font-size:16px}}.current-amounts__label{display:flex;margin:1em 0;align-items:center;text-align:end}.current-amounts__input{border:1px solid var(--primary-color);border-radius:10px;padding:.5em}*{box-sizing:border-box;margin:0;padding:0;outline:none}:root{--primary-color:#ff4aac;--secondary-color:#e4e4e4}
/*# sourceMappingURL=main.68a78078.chunk.css.map */