html{--rowhero-blue:#15274b;--rowhero-accent:#4674c1;--rowhero-highlight:#2d4a84;--detail-background:#f3f3f9;--white:#fff;--default:#000;--white-accent:#f3f3f9;--positive:#228b22;--negative:#cd3232;--border-default:#ccc;--border-radius-large:10px;--border-radius-small:4px;--button-primary:#de3c23;--button-secondary:#4674c1;--color-low-emphasis:#666;--size-title-medium:1.25rem;--size-title-small:1rem;--size-body-medium:1rem;--size-body-small:0.875rem;--margin-medium:2rem;--shadow-default:#aaa}body,html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f3f3f9;background-color:var(--detail-background);display:flex;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{display:flex;flex:1 1;flex-direction:column;height:100%;width:100%}header{align-items:stretch;background-color:#15274b;background-color:var(--rowhero-blue);display:flex;flex-direction:row;justify-content:space-between}#profile-image{align-items:center;display:flex;justify-content:center;padding-right:.75rem}#profile-image button{background-color:initial;border-radius:100px;height:40px;margin:0;padding:.125rem;transition:background-color .25s;width:40px}#profile-image img{border:1px solid #4674c1;border:1px solid var(--rowhero-accent);border-radius:34px;height:34px;width:34px}#profile-image button:hover{background-color:#4674c1;background-color:var(--rowhero-accent)}#app-logo{height:auto;max-width:10rem;padding:.5rem .5rem 1rem}div.pop-up-menu-container{bottom:0;display:none;height:100%;left:0;position:absolute;right:0;top:0;width:100%}#account-menu{background-color:#fff;background-color:var(--white);border-radius:4px;border-radius:var(--border-radius-small);box-shadow:3px 3px 10px #aaa;box-shadow:3px 3px 10px var(--shadow-default);display:block;margin:.5rem;opacity:0;padding:.5rem 1rem;position:absolute;right:17px;top:50px;z-index:99}div.pop-up-menu-container.visible{display:block}#account-menu.visible{animation:fade-in .25s 1 forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}#account-menu ul{list-style:none;margin:0;padding:0}#account-menu button{align-items:center;background-color:#fff;background-color:var(--white);border-bottom:1px solid #ccc;border-bottom:1px solid var(--border-default);color:#666;color:var(--color-low-emphasis);display:flex;font-weight:400;padding:1rem;transition:background-color .25s}#account-menu button:hover{background-color:#f3f3f9;background-color:var(--white-accent)}button svg{padding-right:.5rem}#body-container{align-items:stretch;display:flex;flex:1 1;flex-direction:row}#sidebar{background-color:#15274b;background-color:var(--rowhero-blue);display:flex;flex-direction:column;padding-left:.75rem;padding-right:.75rem;width:12rem}#sidebar h2{color:#fff;color:var(--white);font-size:1.25rem;margin-top:0}#sidebar ul{list-style:none;margin:0;padding:0}#sidebar nav a{border-radius:4px;border-radius:var(--border-radius-small);color:#fff;color:var(--white);display:block;overflow:hidden;padding:.5rem;text-decoration:none;text-overflow:ellipsis;transition:background-color .25s}#sidebar nav a.active,#sidebar nav a:hover{background-color:#2d4a84;background-color:var(--rowhero-highlight)}#sidebar em{color:#fff;color:var(--white);padding:.5rem}#detail{display:flex;flex:1 1;flex-direction:column;padding:1rem 3rem}h1{margin-bottom:.5rem;margin-top:0}p.subtitle{margin-bottom:2rem;margin-bottom:var(--margin-medium)}.center{text-align:center}.margin-bottom{margin-bottom:2rem;margin-bottom:var(--margin-medium)}div.settings-container{background-color:#fff;background-color:var(--white);border:1px solid #ccc;border:1px solid var(--border-default);border-radius:10px;border-radius:var(--border-radius-large);padding:1.5rem 2rem 2rem}div.settings-container h2{font-size:1.25rem;font-size:var(--size-title-medium);margin-bottom:0;margin-top:0}form{align-items:stretch;display:flex;flex-direction:column}input,select{border:1px solid #ccc;border:1px solid var(--border-default);border-radius:4px;border-radius:var(--border-radius-small);padding:.5rem}input{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.875rem;font-size:var(--size-body-small)}input:invalid{border:1px solid #cd3232;border:1px solid var(--negative)}button,input[type=submit]{border:0;border-radius:4px;border-radius:var(--border-radius-small);color:#fff;color:var(--white);cursor:pointer;font-weight:700;padding:.5rem 1rem}button.primary,input.primary{background-color:#de3c23;background-color:var(--button-primary);font-size:1.25rem;font-size:var(--size-title-medium);padding:.625rem 3rem}button.secondary,input.secondary{background-color:#4674c1;background-color:var(--button-secondary)}.title-row{justify-content:space-between;margin-bottom:2rem;margin-bottom:var(--margin-medium)}.stat-box,.title-row{align-items:center;display:flex;flex:1 1;flex-direction:row}.stat-box{border-bottom:1px solid #ccc;border-bottom:1px solid var(--border-default);font-size:.875rem;font-size:var(--size-body-small);padding:1rem 0}.stat-box>span{flex:1 1}.stat-box-title{color:#666;color:var(--color-low-emphasis)}a.low-emphasis{display:block;font-size:1rem;font-size:var(--size-body-medium);margin-top:2rem;text-decoration:none}@media (max-width:800px){#sidebar{width:auto}#body-container,.stat-box,.title-row{flex-direction:column}.stat-box,.title-row{align-items:flex-start}.stat-box-value,.title-row button{margin-top:1rem}}.step-progress-bar{display:flex;flex-direction:row;margin-bottom:3rem}.step-progress-bar-step{display:flex;flex:1 1;flex-direction:column}.step-progress-bar-step .step-line{align-items:center;display:flex;flex:1 1;flex-direction:row;margin-bottom:.75rem}.step-progress-bar-step .line{background-color:var(--rowhero-accent);flex:1 1;height:2px}.step-line .line-hidden{background-color:var(--detail-background);flex:1 1}.step-line .dot-current{background-color:#fff;border:5px solid var(--rowhero-accent);border-radius:50%;height:10px;width:10px}.step-line .dot-completed{background-color:var(--rowhero-accent);border-radius:50%;height:20px;width:20px}.step-line .dot-future{border:2px solid var(--rowhero-accent);border-radius:50%;height:16px;width:16px}.step-progress-bar-step .step-title{align-self:center;color:var(--rowhero-accent);font-size:var(--size-title-small)}.step-progress-bar-step .step-title.current{font-weight:700}#plan-selection-container{display:flex;flex-direction:row;gap:2rem;justify-content:space-around}div.plan-selection-host{position:relative}div.plan-selection,div.plan-selection-host{align-items:center;display:flex;flex-direction:column}div.plan-selection{background-color:var(--white);border-radius:10px;border-top-width:1px;border:1px solid var(--rowhero-accent);border-top:10px solid var(--rowhero-accent);height:100%;padding:1rem}div.plan-selection h2{color:var(--rowhero-accent);margin:0}div.plan-feature-list{flex:1 1;margin:0 1rem 3rem}div.plan-feature{align-items:center;border-bottom:2px solid var(--border-default);display:flex;flex:1 1;padding:1rem 0}span.plan-feature-check-container{align-items:center;display:flex;width:40px}svg.plan-feature-check{fill:var(--positive)}div.plan-feature-content{flex:1 1}div.plan-popular-ribbon-container{height:150px;overflow:hidden;position:absolute;right:0;top:0;transform:rotate(90deg);width:150px}div.plan-popular-ribbon{background-color:#61ce70;color:var(--white);font-size:13px;font-weight:700;margin-top:35px;padding:.375rem 0;text-align:center;text-transform:uppercase;transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);width:200%}@media (max-width:800px){#plan-selection-container{flex-direction:column-reverse}}
/*# sourceMappingURL=main.f3323cec.css.map*/