.showMobile{display:none!important}.hamburger-menu{height:26px;width:32px;display:flex;flex-direction:column;justify-content:space-between;justify-self:left;cursor:pointer}.line{display:block;height:4px;width:100%;border-radius:10px;background:var(--accent-color)}.line1{transform-origin:0 0;transition:transform .4s ease-in-out}.line2{transition:transform .2s ease-in-out}.line3{transform-origin:0 100%;transition:transform .4s ease-in-out}.line1transform{transform:rotate(45deg)}.line2transform{transform:scaleY(0)}.line3transform{transform:rotate(-45deg)}.router-link{color:inherit}@media only screen and (max-width:991px){.showMobile{display:block!important}}footer[data-v-176ed396]{display:grid;grid-template-columns:repeat(3,1fr);place-items:center}.footer-column[data-v-176ed396]{display:flex;flex-direction:column;justify-content:center}.footer-column>a>img[data-v-176ed396]{-o-object-fit:cover;object-fit:cover;max-height:100%;width:100%}.logo-footer[data-v-176ed396]{justify-self:right;height:100%;width:100%;margin:0 auto 0 auto}.logo-footer>section[data-v-176ed396]{font-size:var(--font-size-p);color:var(--secondary-background-color)}.logo-footer>a>img[data-v-176ed396]{-o-object-fit:cover;object-fit:cover;max-height:100%;width:100%}@media only screen and (max-width:915px){footer[data-v-176ed396]{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(3,1fr)}}:root{--header-height:100px;--footer-height:100px;--app-width:100%;--app-height:100vh;--side-bar-width:90vw;--main-background-color:#e1e6ee;--secondary-background-color:#004d9d;--accent-color:#004d9d;--selected-or-hover-color:#eee;--text-default-color:#242323;--button-default-color:#fff;--button-back-color:grey;--button-cancel-color:#fff080;--button-submit-color:#4caf50;--button-delete-color:#de3163;--border-thickness:1px;--border-type:solid;--border-color:grey;font-size:clamp(16px,.8vw + .2rem,20px);--font-size-XL:5rem;--font-size-h1:1.75rem;--font-size-h2:1.5rem;--font-size-h3:1.25rem;--font-size-h3:1.15rem;--font-size-p:1rem;--font-size-small:0.75rem}@media only screen and (max-width:915px){:root{--font-size-XL:4rem;--font-size-h1:1.5rem;--font-size-h2:1.25rem;--font-size-h3:1rem;--font-size-h4:0.9rem;--font-size-p:0.75rem;--font-size-small:0.6rem}}body{scrollbar-gutter:stable}*{font-family:Arial,Helvetica,sans-serif}h1{font-size:var(--font-size-h1)!important}h1,h2{color:var(--text-default-color);text-align:center}h2{font-size:var(--font-size-h2)!important}h3{font-size:var(--font-size-h3)!important}h3,h4{color:var(--text-default-color);text-align:center}h4{font-size:var(--font-size-h4)!important}p{font-size:var(--font-size-p)!important;color:var(--text-default-color)}.p-font-size,.small-font-size{font-size:var(--font-size-small)}html{background:var(--main-background-color)!important}.router-link-active{color:var(--accent-color)!important;border-bottom:1px solid var(--accent-color)!important}.app-layout{width:var(--app-width);height:var(--app-height);display:grid;grid-template-rows:auto 1fr auto;grid-template-areas:"header" "body" "footer"}.header{box-sizing:border-box;grid-area:header}.content-container,.header{background:var(--main-background-color);padding:3rem 0 3rem 0}.content-container{position:relative;grid-area:body;display:grid;grid-template-columns:3fr 10fr;grid-template-areas:"sidebar content";gap:1rem;transition:all 1s ease}.sidebar{max-width:30vw;position:relative;grid-area:sidebar}.footer,.sidebar{background:var(--main-background-color)}.footer{grid-area:footer;box-sizing:border-box;padding:3rem 0 3rem 0}.thead-custom{--bs-table-bg:var(--secondary-background-color);--bs-table-color:#fff;height:3rem}.flex-row{display:flex;align-items:center;justify-content:space-evenly}.flex-left{justify-content:left}.flex-center{justify-content:center}.flex-row-no-align{display:flex;justify-content:space-evenly;gap:3%}.submit-buttons{align-self:start;position:sticky;top:40%;bottom:auto}.button{height:60px}.btn:hover,.button:hover{filter:brightness(80%)}.btn-submit{background:var(--button-submit-color)}.btn-back{background:var(--button-back-color)}.outlined{outline:var(--border-thickness) var(--border-type) var(--accent-color)!important}@media only screen and (max-width:915px){.header{grid-area:header;display:block}.footer,.header{padding:0}.sidebar{display:block;position:fixed;height:100%;max-width:var(--side-bar-width);left:calc(var(--side-bar-width)*-1);transition:all 1s ease;z-index:99}.content-container{position:relative;grid-area:body;display:block;padding:0}.app-layout{position:relative;display:grid;grid-template-columns:1fr;grid-template-areas:"header" "body" "footer";margin:0 auto 0 auto;width:var(--app-width);height:var(--app-height)}.btn{min-width:40px;min-height:40px}.submit-buttons{top:auto;bottom:0;width:100%}}