:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:90vh}#root{margin:0 auto;max-width:2160px;min-width:320px;min-height:inherit}main{padding:2rem}footer{font-size:8pt;line-height:.5;text-align:center;display:flex;flex-direction:column;place-items:center}a,a:link,a:visited,a:hover,a:active{color:inherit;text-decoration:none}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.4em 1em;font-size:1em;font-weight:500;font-family:inherit;background-color:#605f5f;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.AppMainBody{text-align:center;display:flex;flex-direction:column;place-items:center;color:#fff;font-weight:700;text-shadow:-2px -2px 0 #000,2px -2px 0 #000,-2px 2px 0 #000,2px 2px 0 #000}.tabContainer{width:100%;margin-bottom:50px;list-style:none;display:flex;justify-content:space-around;gap:2rem}.tabContainer li{width:20%;padding:1em;border-radius:10px;cursor:pointer}.tabContainer li.active{color:#fff;font-weight:600;text-decoration:underline}.tabContainer li.disabled{color:#787878;cursor:not-allowed}.card{width:95%;padding:1em;margin:1em;background-color:#a9a9a9;border-radius:10px}.shadowBox{position:fixed;z-index:1;left:0;top:0;width:100vw;height:100vh;overflow:auto;background-color:#000;background-color:#000000e6}.shadowBoxImgContainer{width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.shadowBoxContent{max-width:100%;max-height:100%;object-fit:contain;cursor:grab}.shadowBoxClose{position:absolute;display:flex;justify-content:center;align-items:center;height:1em;width:1em;padding:.5em;z-index:2;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:700;text-shadow:none;background:radial-gradient(circle,#000c,#0000 70%)}.shadowBoxClose:hover,.shadowBoxClose:focus{color:#bbb;text-decoration:none;cursor:pointer}.galleryContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap}.galleryImg{width:12em;margin:1em}.galleryImg:hover{opacity:.7;cursor:zoom-in}.contactFormContainer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:flex-start}.contactFormColumn{width:45%;min-width:300px;padding:1em;background-color:#a9a9a9;border-radius:10px;gap:1em}.commissionSheetImg{width:100%;margin:1em}.contactForm{width:100%;display:flex;flex-direction:column;justify-content:left;align-items:flex-end;gap:1em}span.required{color:red;margin:5px}.contactFormInput{display:flex;flex-direction:column;justify-content:left;align-items:flex-start;width:100%;gap:.5em}.contactFormInput input,textarea{width:100%;resize:none}.attachmentsPreview{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1em}.filePreview{padding:5px;border:1px dotted black;border-radius:10px;position:relative}.filePreviewClose{position:absolute;display:flex;justify-content:center;align-items:center;height:.5em;width:.5em;padding:.5em;z-index:1;top:5px;right:5px;color:#f1f1f1;font-size:20px;font-weight:700;text-shadow:none;background:radial-gradient(circle,#000c,#0000 40%)}.filePreviewClose:hover{color:#bbb;text-decoration:none;cursor:pointer}.filePreview img{max-height:100px}.contactFormDisclaimer{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.contactFormDisclaimer p{text-align:left}.socialsList{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}.socialAnchor{padding:1em;border-radius:50%;border:1px solid white;height:3em;width:3em;display:flex;flex-direction:row;justify-content:center;align-items:center;transition:transform .3s ease,background .3s ease}.socialAnchor:hover{transform:scale(1.1);background:radial-gradient(circle,#787878,#0000 70%)}.socialIcon{color:#fff;max-width:32px}.socialIconImage{max-width:32px;filter:invert(100%) saturate(0%) brightness(200%) contrast(200%)}
