.alert-danger,.alert-success,.bg-danger,.bg-success{flex:1;flex-basis:auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;text-align:center;margin:5px 0;padding:10px 48px;line-height:1.4;border-radius:4px;position:relative}.alert-danger:empty,.alert-success:empty,.bg-danger:empty,.bg-success:empty{display:none}.alert-danger .edglyph.ed-circlecross,.alert-success .edglyph.ed-circlecross,.bg-danger .edglyph.ed-circlecross,.bg-success .edglyph.ed-circlecross{cursor:pointer;position:absolute;top:8px;right:10px}.alert-danger a,.alert-success a,.bg-danger a,.bg-success a{display:inline-flex;padding:5px;border-radius:4px;text-decoration:none;background:var(--primary-color);color:var(--color-white)}.alert-danger a:hover,.alert-success a:hover,.bg-danger a:hover,.bg-success a:hover{background:var(--color-white);color:var(--primary-color)}.alert-danger p,.alert-success p,.bg-danger p,.bg-success p{flex-basis:100%;margin:0 0 5px}.alert-danger p:last-child,.alert-success p:last-child,.bg-danger p:last-child,.bg-success p:last-child{margin:0}.alert-danger:before,.alert-success:before,.bg-danger:before,.bg-success:before{content:"";font-family:"EdGlyph";font-size:24px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.alert-danger,.bg-danger{background:var(--error-color);color:var(--color-white)}.alert-danger:before,.bg-danger:before{content:"S"}.alert-success,.bg-success{background:var(--success-color);color:var(--color-white)}.alert-success:before,.bg-success:before{content:"}"}.form-group{padding:10px 0;display:flex;align-items:center}.form-group label,.form-group .label_form{display:flex;align-items:center}.form-group label:not(:has(img)),.form-group .label_form:not(:has(img)){display:none}.form-group .form-control{flex:1;width:100%;padding:0 20px;min-height:50px;font-weight:400;font-size:inherit;border-radius:20px;min-width:0;display:block;color:var(--color-text-input);background:var(--color-background-input);border:1px solid transparent}.form-group .form-control::placeholder{color:inherit;opacity:1}.form-group .form-control:hover{border-color:var(--color-border-input-hover)}.form-group .form-control:focus{background:var(--color-background-input-focus);border-color:var(--color-border-input-focus)}.form-group textarea.form-control{padding:10px 20px;height:auto;min-height:128px;resize:none}@media all and (max-width: 500px){.form-group{display:block}.form-group:last-child{padding:0}}#banner{padding:5vh 5vw;min-height:70vh;max-height:650px;display:flex;margin-bottom:clamp(40px,4.2vw,80px);position:relative}#banner:after{content:"";position:absolute;top:0;right:0;height:100%;z-index:-1;display:block;aspect-ratio:1246/651;background:linear-gradient(90deg, rgba(var(--quinary-color-rgb), 0) 0%, rgba(var(--quinary-color-rgb), 0.8) 47.6%, var(--quinary-color) 77.4%)}#banner figure{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}#banner figure img{width:100%;height:100%;object-fit:cover}#banner .container{flex:1;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;text-align:right;padding:0;max-width:none}#banner .container h1{font-size:clamp(32px,8.5vw,72px);font-weight:700;line-height:1;color:var(--color-white);text-transform:uppercase;margin-bottom:20px;animation-delay:.25s}#banner .container h1:only-child{margin-bottom:0}#banner .container h2{font-size:clamp(24px,7vw,56px);font-weight:700;line-height:1;color:var(--color-white);margin-bottom:60px;animation-delay:.5s}@media all and (max-width: 768px){#banner:after{top:auto;bottom:0;aspect-ratio:375/112;height:auto;width:100%;background:linear-gradient(180deg, rgba(var(--quinary-color-rgb), 0) 0%, rgba(var(--quinary-color-rgb), 0.8) 47.6%, var(--quinary-color) 77.4%)}#banner .container{justify-content:flex-end;align-items:flex-start;text-align:left}}#content .container form{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -20px}#content .container form .form-group{padding:10px 20px;flex:1;flex-basis:50%;min-width:250px}#content .container form .form-group.full{flex-basis:100%}#content .container form .form-group:last-child .btn{margin:0 auto}#content_map{position:relative;margin-top:40px;background:var(--secondary-color)}#content_map #map,#content_map iframe{display:block;width:100vw;height:50vh;min-height:256px;max-height:512px}#content_map .coord{position:absolute;top:20px;left:20px;background:var(--primary-color);padding:20px;color:var(--color-white);border-radius:20px}#content_map .coord h3{color:inherit}iframe{display:none}
