@font-face{font-family:Mundial;src:url(/fonts/mundial/Mundial-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Mundial;src:url(/fonts/mundial/Mundial-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}*,body,html{font-family:Mundial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-style:normal;font-weight:400}:root{--font-family-primary:"Mundial",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;--font-weight-light:300;--font-weight-regular:400}.font-mundial{font-family:var(--font-family-primary)}.font-light{font-weight:var(--font-weight-light)}.font-regular{font-weight:var(--font-weight-regular)}body,html{height:100dvh;overflow:hidden;box-sizing:border-box;font-family:mundial,sans-serif;font-weight:400}*,:after,:before{box-sizing:inherit}body{padding:0;margin:0;display:flex;flex-direction:column}main{flex:1 1}.Container,main{width:100%;display:flex;height:100%}.Container{flex-flow:column;overflow:auto}.headerSelection{display:flex;width:100%}.Card{width:25%;min-height:250px;padding:15px;border-radius:5px;box-shadow:5px 5px 5px 0 rgba(0,0,0,.2);margin:5px;background-color:#f6f6f6;text-align:center;min-width:200px;transition:all .2s ease;font-family:var(--font-family-primary);font-weight:var(--font-weight-regular);display:flex;flex-direction:column;justify-content:flex-start}.Card p{font-weight:var(--font-weight-demibold);margin:8px 0;flex-grow:1;display:flex;align-items:center;justify-content:center;word-wrap:break-word;overflow-wrap:break-word}.Card:hover{cursor:pointer;background-color:var(--page-borders-color)}.Card:active{cursor:pointer;background-color:var(--active-color)}.Card.active{border:2px solid var(--main-bg-color);padding:13px;display:flex;flex-direction:column}.button{margin:10px;padding:15px;background-color:var(--main-bg-color);color:white;border-radius:8px;width:auto;font-family:var(--font-family-primary);font-weight:var(--font-weight-demibold);border:none;cursor:pointer;transition:background-color .2s ease}.button:hover{background-color:var(--secundery-color)}.borderButton{margin:10px;padding:15px;background-color:white;color:var(--main-bg-color);border-radius:8px;width:auto;border:2px solid var(--main-bg-color);cursor:pointer;font-family:var(--font-family-primary);font-weight:var(--font-weight-demibold);transition:all .2s ease}.borderButton:active{background-color:var(--secundery-color)}.input{padding:10px;border-radius:8px;box-sizing:border-box;background-color:lightgray;border:1px solid var(--page-borders-color)}.input,.selectButtons{width:100%;font-weight:var(--font-weight-demibold);font-family:var(--font-family-primary)}.selectButtons{cursor:pointer;background-color:white;padding:10px 15px;font-size:larger;border-bottom:1px solid var(--page-borders-color);min-height:40px;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}.selectButtons:hover{background-color:var(--secundery-color)}.selectButtons:active{background-color:var(--main-bg-color);color:white;border:1px solid var(--main-bg-color)}.Section{flex-direction:column;height:auto;overflow:auto}.Section,.subSection{display:none;width:100%}.subSection{flex-flow:wrap;align-items:stretch;justify-content:center;overflow:initial}.active{display:flex}.IMGs{position:relative!important;width:100%!important;height:170px!important;object-fit:scale-down;object-position:center;flex-shrink:0}.separator{border-top:2px solid #ddd;width:80%}html{scrollbar-width:thin;scrollbar-color:var(--main-bg-color) #f1f1f1}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:6px}::-webkit-scrollbar-thumb{background:var(--main-bg-color);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--secundery-color)}@media (max-width:767px){.Card{min-height:200px;width:calc(100% - 10px)}.IMGs{object-fit:contain}}@media (min-width:768px) and (max-width:1023px){.Card{width:calc(50% - 10px);min-height:140px;margin:5px}}@media (min-width:1024px){.Card{width:calc(33.333% - 10px);min-height:150px}}@media (min-width:1440px){.Card{width:25%;min-height:150px;padding:15px}}@media (min-width:1920px){.Card{width:calc(20% - 10px)}}