.contact-form{width:100%;border-radius:8px}.contact-form .form{border-radius:8px;box-shadow:0 0 10px #598bf84d}.contact-form p.contact-complete{padding:25px;text-align:center;background-color:#f5f5f5;border-radius:8px;font-size:1.5em}.contact-form>button.contact-btn{background-color:var(--primary-bg-color-light, #000);border-radius:8px;color:#fff;font-size:1.5em;padding:10px 15px;border:white 2px solid;cursor:pointer}form.form{display:flex;flex-direction:column;height:100%;padding:10px;background-color:var(--form-bg-color, #f2f2f2)}.form input,.form select,.form textarea{width:100%;padding:10px;margin-bottom:10px;border:1px solid #ccc;border-radius:8px;font-size:1.2rem;font-family:sans-serif;text-align:center}.form textarea{resize:none;min-height:100px}.form select{text-align-last:center}.form option{padding:10px;text-align:center}.form button{width:150px;height:60px;font-size:1.3rem;background-color:var(--primary-bg-color, black);color:#fff;border-radius:8px;padding:10px}.form button[type=submit]:disabled,.form button:disabled{background-color:#ccc;color:#000;cursor:none}.form button[type=submit],button.btn{width:100%;padding:15px 10px;margin-bottom:10px;font-size:1.3rem;border:2px solid #fff;box-shadow:0 0 10px #7e6c7e33}.form button.secondary,.btn.secondary{background-color:var(--secondary-bg-color, white);color:var(--primary-bg-color, black);border-color:var(--primary-bg-color, black)}.form .btns{display:flex;flex-direction:row;align-items:center}.slideshow{position:relative;overflow:hidden;width:100%;height:100%;z-index:1;display:grid;grid-template-columns:1;grid-template-rows:1}.slideshow>.slide{overflow:hidden;border-radius:8px;opacity:0;height:100%;grid-area:1/1;justify-self:center;align-self:center;transition:all 2s ease-in-out;max-height:55vh;z-index:1;width:auto;object-fit:contain}.slideshow>.slide.active{opacity:1}@media screen and (max-width: 1000px){.slideshow>.slide{min-height:500px;width:100%}}@media screen and (max-width: 720px){div#slideshow,.slideshow{height:30vh;max-height:30vh;min-height:unset}.slideshow>.slide{height:auto;width:100%;object-fit:scale-down;min-height:30vh}}
