@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@400;600;700&display=swap";:root{--heading-font-family:"Roboto Condensed",sans-serif;--base-font-family:"Noto Sans",sans-serif;--base-font-size:16px;--heading-font-size:28px;--secondary-heading-font-size:22px;--tertiary-heading-font-size:18px;--button-font-size:15px;--base-font-weight:400;--button-font-weight:600;--heading-font-weight:700;--secondary-heading-font-weight:600;--link-font-weight:600;--secondary-text-color:#f9f8f6;--tertiary-text-color:#757575;--primary-text-color:#2a2a2a;--primary-button-color:#4caf50;--secondary-button-color:#e8f5e9;--tertiary-button-color:#e53e3e;--primary-button-hover-color:#388e3c;--action-button-color:#ffffff;--sidebar-toggle-container-bg:#bde1bd;--sidebar-toggle-background-color:#8ac17a;--sidebar-toggle-border-color:#bde1bd;--light-body-background:#fcfdfa;--surface-elevated:linear-gradient(180deg,#bde1bd 0%,#a5d6a7);--card-background:linear-gradient(135deg,#f9fdf9,#f3faf3);--footer-background:#fcfdfa;--link-color:#388e3c;--nav-hover-color:#8ac17a;--link-hover-color:#2e7d32;--footer-link-icon-color:black;--primary-border-color:#c8e6c9;--secondary-border-color:#b43b3b;--tertiary-border-color:#9e9e9e;--card-border-color:#b7d3b2;--footer-border-top:1px solid #c8e6c9;--slider-border-color:#4caf50;--action-button-border-color:#a8dca9;--attention-border-color:#ffa726;--nav-menu-border-color:#ffffff;--alert-color:#ffa726;--slider-highlight-bg:#66bb6a;--shadow:0 0 6px rgba(76,175,80,0.2);--floating-shadow:0 0 15px rgba(0,0,0,0.12),0 0 8px rgba(0,0,0,0.06);--header-footer-shadow:0px 2px 8px rgba(76,175,80,0.1),0px 1px 3px rgba(76,175,80,0.07)}.dark{--primary-text-color:#e6e6e6;--secondary-text-color:#b3b3b3;--tertiary-text-color:#808080;--action-button-text-color:#e0e0e0;--primary-button-color:#2c2c2c;--secondary-button-color:#1e1e1e;--tertiary-button-color:#d14949;--primary-button-hover-color:#444;--action-button-color:#4a4f58;--sidebar-toggle-container-bg:#1f1f1f;--sidebar-toggle-background-color:#030303;--sidebar-toggle-border-color:#1f1f1f;--light-body-background:#161616;--surface-elevated:linear-gradient(180deg,#1f1f1f 0%,#121212);--card-background:linear-gradient(135deg,#1b1b1b,#232323);--footer-background:#161616;--link-color:#9ecbff;--nav-hover-color:#2a2a2a;--link-hover-color:#b3dcff;--footer-link-icon-color:#bbbbbb;--primary-border-color:#2a2a2a;--secondary-border-color:#3d3d3d;--tertiary-border-color:#555;--card-border-color:#3b5b3b;--footer-border-top:1px solid #1f1f1f;--slider-border-color:#4caf50;--action-button-border-color:#3f4350;--attention-border-color:#ffa726;--nav-menu-border-color:#2a3d2a;--alert-color:#ffa726;--slider-highlight-bg:#66bb6a;--shadow:0 0 8px rgba(59,91,59,0.25);--floating-shadow:0 4px 20px rgba(0,0,0,0.6);--header-footer-shadow:0px 2px 8px rgba(0,0,0,0.6)}.navBar{position:fixed;top:80px;border-radius:15px;bottom:0;right:-100%;z-index:100;display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:80%;height:500px;background:var(--surface-elevated);transition:left .5s ease-in-out,opacity .5s ease-in-out;border:1px solid var(--nav-menu-border-color);border-top:none;box-shadow:var(--floating-shadow)}@media screen and (min-width:1200px){.navBar{position:fixed;height:auto;width:15%;border-radius:8px;top:80px;left:0;opacity:1;transition:left .5s ease-in-out,opacity .5s ease-in-out}}.navBar .sidebarToggleContainer{display:none}@media screen and (min-width:1200px){.navBar .sidebarToggleContainer{display:block;position:absolute;top:0;right:-28px;width:70px;border-radius:30px;display:flex;justify-content:flex-end;background:var(--sidebar-toggle-container-bg)}.navBar .sidebarToggleContainer .sidebarToggle{display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:.25rem;border-radius:50%;border:.3rem solid var(--sidebar-toggle-border-color);background-color:var(--sidebar-toggle-background-color);color:var(--primary-text-color);cursor:pointer}}.navBar ul{display:flex;flex-direction:column;list-style:none}@media screen and (min-width:1200px){.navBar ul{margin-top:40px}}.navBar ul li{width:100%;border-radius:15px}.navBar ul li:hover{background-color:var(--nav-hover-color)}.navBar ul .navLink{display:block;width:100%;height:100%;padding:1.5rem;font-weight:600;color:var(--primary-text-color);text-decoration:none}.visible{right:0;opacity:1;transition:right .5s ease-in-out,opacity .5s ease-in-out}@media screen and (min-width:1200px){.visible{left:0;opacity:1;transition:left .5s ease-in-out,opacity .5s ease-in-out}}.hidden{right:-100%;opacity:0;transition:right .5s ease-in-out,opacity .5s ease-in-out}@media screen and (min-width:1200px){.hidden{left:-15%;opacity:1;transition:left .5s ease-in-out,opacity .5s ease-in-out}}form{display:flex;flex-direction:column;gap:1rem}@media screen and (min-width:1200px){form{width:400px}}form input,form select{width:100%;height:40px;padding:10px;border:1px solid #bebebe;border-radius:15px;box-shadow:inset 0 2px 4px rgba(0,0,0,.1),0 0 4px rgba(0,0,0,.05);transition:border-color .3s ease,box-shadow .3s ease}form input:focus,form select:focus{box-shadow:inset 0 1px 3px rgba(0,0,0,.2),0 0 8px rgba(0,128,255,.3);border-color:#4cb7ff;outline:none}form select{padding:5px;height:40px}.editGoalTitleForm{position:absolute;padding-bottom:1rem;background:var(--card-background);top:0;left:0;right:0;z-index:1;border-bottom:1px solid var(--tertiary-border-color)}@media screen and (min-width:1200px){.editGoalTitleForm{width:300px}}.addGoalForm{width:300px;background-color:var(--light-body-background);border-radius:15px;padding:1rem 2rem;box-shadow:var(--shadow)}@media screen and (min-width:1200px){.addGoalForm{padding:2rem;width:400px}}.addGoalForm .topSection{display:flex;justify-content:center;align-items:center;gap:1rem}.addGoalForm .inputContainer{display:flex;flex-direction:column;gap:.8rem}.progressForm{position:absolute;justify-content:center;z-index:1;top:170px;left:1.5rem;right:1.5rem;height:170px;border-radius:15px;padding:1rem;border:.5px solid var(--card-border-color);background-color:var(--light-body-background);box-shadow:var(--floating-shadow)}@media screen and (min-width:1200px){.progressForm{display:flex;align-items:flex-start;flex-direction:row;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;top:200px;left:1.5rem;right:1.5rem}}.loginButton,.registerButton,.resetPasswordButton,.saveButton,.submitButton,.updateButton{border:none;border-radius:15px;height:40px;background-color:var(--primary-button-color);color:var(--secondary-text-color);font-size:15px;font-weight:600;cursor:pointer}.loginButton:hover,.registerButton:hover,.resetPasswordButton:hover,.saveButton:hover,.submitButton:hover,.updateButton:hover{background-color:var(--primary-button-hover-color)}.loginButton.margin,.registerButton.margin,.resetPasswordButton.margin,.saveButton.margin,.submitButton.margin{margin-top:8px}@media screen and (min-width:1200px){.updateButton.width{width:120px}}.logoutButton{padding:1.5rem;font-weight:600;background-color:rgba(0,0,0,0);color:var(--primary-text-color);border:none;cursor:pointer}.logoutButton:hover{text-decoration:underline}.actionButton,.addGoalButton,.closeButton,.editButton,.openProgressFormButton{border-radius:15px;height:40px;width:200px;background-color:var(--action-button-color);color:var(--action-button-text-color);border:2px solid var(--action-button-border-color);font-size:15px;font-weight:600;cursor:pointer}.actionButton:hover,.addGoalButton:hover,.closeButton:hover,.editButton:hover,.openProgressFormButton:hover{opacity:.8;border:2.5px solid var(--primary-border-color)}.actionButton.delete,.closeButton{background-color:var(--tertiary-button-color);color:#fff;border:2px solid var(--secondary-border-color)}.actionButton.disabled{opacity:.8;cursor:default}.actionButton.disabled:hover{opacity:none;border:2px solid ver(--primary-border-color)}.langMenuButton{display:flex;justify-content:center;align-items:center;gap:.5rem;background-color:unset;border:none;cursor:pointer;color:var(--primary-text-color)}.actionsMenuButton,.addImageButton{position:absolute;right:0;bottom:0;width:50px;height:50px;border-radius:50%;border:none;background-color:var(--action-button-color);border:2px solid var(--primary-border-color);cursor:pointer;color:var(--action-button-text-color)}.actionsMenuButton:hover,.addImageButton:hover{opacity:.8;border:2.5px solid var(--primary-border-color)}.actionsMenuButton{top:0}.tipSliderButton{width:30px;height:10px;background:none;border:1px solid var(--slider-border-color);border-radius:8px;cursor:pointer}.highlight{background-color:var(--slider-highlight-bg);box-shadow:0 0 8px rgba(102,187,106,.6);transition:background-color .3s ease;border-color:rgb(65.3846153846,147.1153846154,69.2307692308)}.spinnerWrapper{display:flex;justify-content:center}.spinnerWrapper .spinner{width:100px;height:100px;border-radius:50%;border:10px solid #397eff;border-top-color:#fff;animation:rotate 1s infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.progressBar{display:flex;align-items:center;justify-content:center;position:relative;border:1px solid #b7d3b2;height:60px;padding:.5rem;border-radius:20px}@media screen and (min-width:1200px){.progressBar{height:70px;width:70%}}.progressBar .progress{position:absolute;background-color:blue;background:linear-gradient(90deg,rgb(58,123,213),rgb(0,210,255) 50%,rgb(58,213,174));left:.5rem;top:.5rem;bottom:.5rem;border-radius:20px;z-index:0;transition:width .3s ease}.progressBar .progressInfo{position:static;z-index:1;font-weight:500}.goalCard{position:relative;padding:1.5rem;box-shadow:var(--shadow);border-radius:15px;background:var(--card-background);border-top:.5px solid var(--card-border-color);border:.5px solid var(--card-border-color);border-top-width:5px;height:100%}.goalCard,.goalCard .progressSection{display:flex;flex-direction:column;gap:1.5rem}.goalCard .progressSection{width:100%}@media screen and (min-width:1200px){.goalCard .progressSection{flex-direction:row;align-items:center}}.goalCard .progressFormWrapper{width:200px}.goalCard .titleWrapper{position:relative}.goalCard .titleWrapper .goalTitle{width:60%;margin-bottom:.5rem}.goalCard .titleWrapper .createdAtTag{position:static;font-size:14px;font-weight:500;width:60%;color:var(--tertiary-text-color)}.goalCard .updateSection{display:flex;gap:1rem}.goalCard .dueDateInfoSection{display:flex;flex-direction:column;gap:.8rem}.goalCard .dueDateInfoSection .dueDateTag,.goalCard .noDateTag{font-size:14px;font-weight:500}.profileCard{display:flex;flex-direction:column;gap:2rem;padding:1.5rem;box-shadow:var(--shadow);border-radius:15px;border-top:.5px solid var(--card-border-color);border:.5px solid var(--card-border-color);border-top-width:5px}@media screen and (min-width:1200px){.profileCard{width:50%;flex-direction:row;gap:1.5rem}}.profileCard .profileInfoSection{display:flex;flex-direction:column;gap:2rem}.profileCard .profileInfoSection .userNameLabel{border-bottom:1px solid var(--tertiary-border-color);margin-bottom:.5rem}@media screen and (min-width:1200px){.profileCard .profileInfoSection .userNameLabel{min-width:100px}}.profileCard .profileInfoSection .milestonesLabel{font-family:Roboto Condensed,sans-serif;font-size:18px;font-weight:500;margin-bottom:.5rem}.profileCard .profileInfoSection .milestonesIconContainer{display:flex;align-items:flex-end}.profileCard .profileInfoSection .milestonesIconContainer .milestonesCountIcon{height:50px;width:50px}.userImageContainer{position:relative;border-radius:50%;border:.5px solid rgba(0,0,0,.1);width:200px;height:200px;background-color:#dcdcdc}.userImageContainer .avatarPreview{object-fit:cover;object-position:center;width:100%;height:100%;border-radius:50%}.avatarSelection{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;padding:1rem;width:-moz-fit-content;width:fit-content;border-radius:15px;box-shadow:var(--floating-shadow);transition:transform .2s ease-in-out;background-color:var(--light-body-background);border:.5px solid var(--card-border-color)}.avatarSelection .avatar{border-radius:50%;border:.5px solid var(--tertiary-border-color);cursor:pointer;transition:transform .1s ease-in}.avatarSelection .avatar:hover{transform:scale(1.1)}.latestCard{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;box-shadow:var(--shadow);border-top:.5px solid var(--card-border-color);border:.5px solid var(--card-border-color);border-top-width:5px;border-radius:15px}@media screen and (min-width:1200px){.latestCard{gap:1.5rem}.latestCard .noGoalsLabel{align-self:center}}.latestCard .latestGoalHeading{margin-bottom:10px}.lockedMilestoneCard,.milestoneCard{display:flex;justify-content:space-between;padding:1.5rem;box-shadow:var(--shadow);border-top:.5px solid var(--card-border-color);border:.5px solid var(--card-border-color);border-top-width:5px;border-radius:15px;background-color:var(--light-body-background);height:-moz-fit-content;height:fit-content}@media screen and (min-width:1200px){.lockedMilestoneCard,.milestoneCard{justify-content:space-around;height:150px}}.lockedMilestoneCard .milestoneCriteria,.milestoneCard .milestoneCriteria{margin-top:.5rem;font-size:14px;font-weight:500}.lockedMilestoneCard .milestoneIcon,.milestoneCard .milestoneIcon{height:80px;width:80px}@media screen and (min-width:1200px){.lockedMilestoneCard .milestoneIcon,.milestoneCard .milestoneIcon{height:100px;width:100px}}.lockedMilestoneCard{justify-content:center;align-items:center}.newMilestoneCard{display:flex;flex-direction:column;align-items:center;gap:2rem;border-radius:15px;padding:1.5rem;background-color:var(--light-body-background)}.newMilestoneCard .congratulationsHeading{width:60%}@media screen and (min-width:1200px){.newMilestoneCard .congratulationsHeading{width:50%}.newMilestoneCard{width:400px}}.newMilestoneCard .milestoneSection{text-align:start;display:flex;flex-direction:column;align-items:center;gap:1rem}.newMilestoneCard .milestoneSection .milestoneName{margin-bottom:.5rem}.goalMoneyCard{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;box-shadow:var(--shadow);border-radius:15px;border-top:.5px solid var(--card-border-color);border:.5px solid var(--card-border-color);border-top-width:5px;width:-moz-fit-content;width:fit-content}.goalMoneyCard .currencyLabel{color:var(--tertiary-text-color);font-weight:400}.goalMoneyCard .amount{font-weight:700}.pwaMessageCard{display:flex;flex-direction:column;gap:2rem;background:var(--card-background);color:var(--primary-text-color);border:1px solid var(--card-border-color);border-top:5px solid var(--card-border-color);border-radius:8px;padding:1rem 1.25rem;margin-top:1.5rem;box-shadow:var(--shadow);font-family:Noto Sans,sans-serif;font-size:.9rem;font-weight:400;line-height:1.5}.pwaMessageCard strong{font-weight:600;color:var(--link-color)}.actionsMenu{position:absolute;z-index:2;right:0;display:flex;flex-direction:column;gap:1rem;width:-moz-fit-content;width:fit-content;border-radius:15px;padding:1rem;background-color:var(--light-body-background);box-shadow:var(--floating-shadow);border:.5px solid var(--card-border-color)}.langMenu{position:fixed;top:60px;left:50%;transform:translateX(-50%);background:var(--surface-elevated);border:1px solid var(--nav-menu-border-color);border-top:none;opacity:0;pointer-events:none;transition:top .3s ease,opacity .3s ease;z-index:100}@media screen and (min-width:1200px){.langMenu{left:auto;right:0;transform:none}}.langMenu.visible{top:80px;opacity:1;pointer-events:auto}.bi-bar-chart-line-fill,.bi-box-arrow-left,.bi-calendar-date,.bi-check-circle-fill,.bi-clock,.bi-coin,.bi-download,.bi-gear-fill,.bi-house-door-fill,.bi-palette,.bi-pencil,.bi-person-circle,.bi-piggy-bank-fill,.bi-plus-circle,.bi-trash3,.bi-trophy-fill{margin-right:8px}.bi-arrow-left-short{margin-right:2px}.logo{height:50px;width:50px}.moneyIcon{height:70px;width:70px}@media screen and (min-width:1200px){.moneyIcon{height:100px;width:100px}}.bi-pencil.addImageIcon{margin:0}.bi-github,.bi-linkedin{font-size:25px}.bi-caret-right-fill{font-size:12px;display:inline-block}.bi-caret-down-fill,.bi-caret-right-fill{transition:transform .3s ease}.rotate{transform:rotate(180deg)}.bi-lock-fill{font-size:28px}.bi-info-circle{font-size:25px;color:var(--attention-border-color)}@media screen and (min-width:1200px){.burgerContainer{display:none}}.burgerContainer .hamburgerMenu{position:relative;height:24px;width:30px}@media screen and (min-width:1200px){.burgerContainer .hamburgerMenu{display:none}}.burgerContainer .burgerBar{position:absolute;left:0;width:100%;height:4px;background-color:var(--primary-text-color);border-radius:.5em;transition:transform .3s ease,opacity .3s ease}.burgerContainer .burgerBar:first-child{top:0}.burgerContainer .burgerBar:nth-child(2){top:10px}.burgerContainer .burgerBar:nth-child(3){top:20px}.burgerContainer .burgerBar.clicked:first-child{transform:rotate(45deg);top:10px}.burgerContainer .burgerBar.clicked:nth-child(2){opacity:0}.burgerContainer .burgerBar.clicked:nth-child(3){transform:rotate(-45deg);top:10px}.chartSection,.statSummarySection{display:flex;flex-direction:column;gap:2rem;border-radius:15px;box-shadow:var(--shadow);border:.5px solid var(--card-border-color);padding:1.5rem}.chartSection{align-items:center}@media screen and (min-width:1200px){.chartSection{gap:1rem;flex-direction:row;align-items:flex-start}}.chartSection .doughnutChartContainer{height:250px;width:250px}@media screen and (min-width:1200px){.chartSection .doughnutChartContainer{height:350px;width:350px}}.chartSection .lineChartContainer{width:100%;height:250px}@media screen and (min-width:1200px){.chartSection .lineChartContainer{height:400px;width:50%}}.tipsBox{padding:1.5rem;border-radius:15px;border-top:.5px solid var(--attention-border-color);border:.5px solid var(--attention-border-color);border-top-width:5px;box-shadow:var(--shadow);opacity:1;transition:opacity .5s ease;background-color:#fff;line-height:1.5;color:#2a2a2a}@media screen and (min-width:1200px){.tipsBox{width:400px;right:2rem;bottom:2rem}}.tipsBox .tipContent{display:flex;align-items:center;gap:.8rem}.successMessage{color:green;font-size:14px}.errorMessage{color:red;font-size:14px;margin-top:6px}@media screen and (min-width:1200px){.content.dashboard{flex-direction:row;gap:90px}}.content.dashboard .goalSetupSection{display:flex;flex-direction:column;gap:2rem}.content.dashboard .goalSetupSection .greetingContainer{display:flex;align-items:center;gap:.5rem}.content.dashboard .goalSetupSection .userImageContainer.small{width:50px;height:50px}.content.dashboard .overviewSection{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:1200px){.content.dashboard .overviewSection{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}}.settingsSection{display:flex;flex-direction:column;gap:1.5rem}.settingsSection .settingsWrapper{padding-top:1rem;border-top:1px solid var(--tertiary-border-color)}.goalListWrapper,.settingsSection .settingsWrapper{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:1200px){.goalListWrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}}.milestonesListWrapper{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:1200px){.milestonesListWrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}}.modalBackdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;transition:opacity .3s ease-in-out}.modalBackdrop .modalContent{border-radius:15px;transition:transform .3s ease-in-out}.profileHeader{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:1200px){.profileHeader{flex-direction:row}}.circularProgressBarContainer{width:80px;height:80px}@media screen and (min-width:1200px){.circularProgressBarContainer{width:100px;height:100px}}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#388e3c;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#388e3c;font-size:20px;font-weight:500;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#388e3c}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:rgba(0,0,0,0)}main.authMain{margin-top:0}@media screen and (min-width:1200px){main.authMain{width:100%;left:0}}main.authMain .authPageWrapper{display:flex;flex-direction:column-reverse}@media screen and (min-width:1200px){main.authMain .authPageWrapper{flex-direction:row}}main.authMain .authPageWrapper .content.authPage{margin-top:0}@media screen and (min-width:1200px){main.authMain .authPageWrapper .content.authPage{width:50%;margin-top:50px;margin-left:100px}}main.authMain .authPageWrapper .content.authPage .authLinkSection{display:flex;flex-direction:column;gap:.8rem}@media screen and (min-width:1200px){main.authMain .authPageWrapper .content.authPage .authLinkSection{width:400px;flex-direction:row;gap:1.5rem}}main.authMain .authPageWrapper .content.authPage .authLinkSection .authLink{font-size:14px;font-weight:500}main.authMain .authPageWrapper .bannerWrapper{position:relative;width:100%;height:150px;border-bottom:1px solid var(--nav-menu-border-color)}@media screen and (min-width:1200px){main.authMain .authPageWrapper .bannerWrapper{width:50%;min-height:100vh;height:auto;-webkit-clip-path:polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0);clip-path:polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0);border-bottom:none}}main.authMain .authPageWrapper .bannerWrapper .banner{object-fit:cover}.notFoundLayout{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--primary-text-color);background:var(--light-body-background)}.notFoundLayout .notFoundTitle{font-size:5rem;margin-bottom:2rem;letter-spacing:5px;text-shadow:1px 1px 3px rgba(0,0,0,.1);border-bottom:3px solid #2a2a2a;padding-bottom:.4rem}.notFoundLayout .notFoundSubtitle{margin-bottom:1rem}.notFoundLayout .notFoundMessage{margin-bottom:2rem}.switchContainer{display:flex;align-items:center;gap:1rem}.switchContainer .switch{position:relative;display:inline-block;width:70px;height:34px}.switchContainer .switch input{opacity:0;width:0;height:0}.switchContainer .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.switchContainer .switch .slider:before{content:"";position:absolute;height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}.switchContainer .switch input:checked+.slider{background-color:#162633}.switchContainer .switch input:focus+.slider{box-shadow:0 0 1px #162633}.switchContainer .switch input:checked+.slider:before{transform:translateX(36px)}*{box-sizing:border-box;padding:0;margin:0;font-size:16px;font-weight:400;font-family:Noto Sans,sans-serif}body,html{overflow-x:hidden;min-height:100vh;color:var(--primary-text-color)}body{flex-direction:column;background-color:var(--light-body-background)}body,header{display:flex}header{align-items:center;justify-content:space-between;background:var(--surface-elevated);border-bottom:1px solid var(--nav-menu-border-color);position:fixed;left:0;right:0;z-index:100;height:80px;box-shadow:var(--floating-shadow);padding:0 2rem}header .logo{width:60px;height:60px}@media screen and (min-width:1200px){header .logo{width:70px;height:70px}}main{position:relative;display:flex;flex-direction:column;flex-grow:1;min-height:100vh}@media screen and (min-width:1200px){main{width:85%;left:15%;right:0;flex-grow:1;transition:width .3s ease,left .3s ease}}main .content{margin-top:80px;display:flex;flex-direction:column;gap:2rem;padding:1rem;flex-grow:1}@media screen and (min-width:1200px){main .content{padding:2rem}main.fullWidth{width:100%;left:0;transition:width .3s ease,left .3s ease}}h1{font-family:Roboto Condensed,sans-serif;font-size:28px;font-weight:700}h2{font-size:22px}h2,h3{font-family:Roboto Condensed,sans-serif;font-weight:600}h3{color:var(--tertiary-text-color);font-size:18px}a{color:var(--link-color);text-decoration:underline}.boldLabel{font-weight:600}.sliderButtonContainer{justify-self:center;margin-top:2.5rem;display:flex;gap:.5rem}footer{gap:4rem;padding:4rem 2rem 2rem;background-color:var(--footer-background);border-top:var(--footer-border-top);box-shadow:var(--header-footer-shadow)}footer,footer .contactSection{display:flex;flex-direction:column;align-items:center}footer .contactSection{width:-moz-fit-content;width:fit-content;gap:.8rem}footer .contactSection .contactHeading{padding-bottom:.5rem;border-bottom:.5px solid var(--tertiary-border-color)}footer .contactSection .linkWrapper{display:flex;gap:1.2rem}footer .contactSection .linkWrapper .footerLink{color:var(--footer-link-icon-color);text-decoration:none}footer .copyright{font-size:14px;color:var(--tertiary-text-color)}