.input{width:100%;box-shadow:none;background:#f8f8f8;border:2px solid #0000;border-bottom-color:#999;border-radius:.5em;outline:none;margin:1em 0;padding:.5em 1em}.input:focus{border-color:#999}.input:not(:placeholder-shown){border-color:#0f7a82}.input__label{flex-basis:48%;width:100%;display:block;position:relative}.input__placeholder{color:#999;pointer-events:none;text-transform:lowercase;font-weight:400;transition:transform .3s ease-out;position:absolute;top:1.5em;left:1em;transform:translate(0)}.input:focus+.input__placeholder,.input:not(:placeholder-shown)+.input__placeholder{color:#333;text-transform:uppercase;pointer-events:all;font-weight:500;transform:translate(-1em,-2em)}.input.input__invalid,.input__invalid{border-color:#c41c1c}.textarea{resize:vertical;max-width:100%;min-height:200px;max-height:500px}.textarea__label{flex-basis:100%;width:100%;display:block;position:relative}.modal{opacity:1;transform-origin:50%;z-index:999;background:#f8f8f8;border-radius:.5em;width:80%;max-width:900px;min-height:50%;max-height:90%;padding:3em;animation:.5s cubic-bezier(.075,.82,.165,1) fadeJumpIn;display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)scale(1);box-shadow:0 0 200px -30px #0000004d}@keyframes fadeJumpIn{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@media screen and (width<=480px){.modal{padding:2em}}.modal--opened{display:block}.contactWrapper{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.contactWrapper__header--heading{color:#0f7a82;margin-bottom:0;font-size:2.2em;font-weight:500}.contactWrapper__header--paragraph{color:#666;margin:0 0 2em;font-weight:400}.contactWrapper__header--paragraphLink{color:#0f7a82;font-weight:500}.contactWrapper__header--paragraphLink:hover{text-decoration:underline}.contactWrapper__form{flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;display:flex}.contactWrapper__submit{margin-top:3em}.contactWrapper__submitCaptcha--text{color:gray;justify-content:flex-start;align-items:center;font-size:.8em;display:flex}.contactWrapper__submitCaptcha--textIcon{margin-left:.5em;font-size:1.5em}.contactWrapper__submitButton{flex-wrap:nowrap;justify-content:space-between;align-items:center;margin:2em auto 0;padding:.5em 1em;display:flex;box-shadow:0 0 36px -10px #0000004d}.contactWrapper__submitButton--text{text-transform:uppercase;margin-right:.5em;font-size:1em}.contactWrapper__submitButton--icon{width:1.5em;margin-left:.5em}.contactWrapper__modal--spinner{animation:2s ease-in-out infinite spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.contactWrapper__modal--close{position:absolute;top:2em;right:2em;box-shadow:0 0 36px -10px #0000004d}.contactWrapper__modal--closeIcon{width:54px;height:54px}.contactWrapper__modal--close:hover{box-shadow:0 0 36px -5px #0000004d}.contactWrapper__modal--heading{text-align:center;color:#0f7a82;font-size:3em;font-weight:500}.contactWrapper__modal--headingErr{color:#c41c1c}@media screen and (width<=480px){.contactWrapper__modal--heading{text-align:left;font-size:2em}}.contactWrapper__modal--description{text-align:center;color:#333;font-size:1.3em}@media screen and (width<=480px){.contactWrapper__modal--description{text-align:left;font-size:1em}}.contactWrapper__modal--waterSign{text-align:center;color:#14a5b0;transform-origin:50%;opacity:.1;z-index:-1;width:100%;font-size:8em;font-weight:600;animation:.7s cubic-bezier(.075,.82,.165,1) jumpIn;position:absolute;top:50%;left:0;transform:translateY(-50%)scale(1)}.contactWrapper__modal--waterSignErr{color:#e23232}@media screen and (width<=992px){.contactWrapper__modal--waterSign{font-size:6em}}@media screen and (width<=767px){.contactWrapper__modal--waterSign{font-size:4em}}@media screen and (width<=480px){.contactWrapper__modal--waterSign{font-size:2.5em}}@keyframes jumpIn{0%{opacity:0;transform:translateY(-50%)scale(0)}80%{opacity:1;z-index:1;transform:translateY(-50%)scale(1.2)}to{opacity:.1;z-index:-1;transform:translateY(-50%)scale(1)}}@media screen and (width>=768px){.contactWrapper{grid-column-gap:1em;grid-template-rows:repeat(2,1fr);grid-template-columns:1fr 1fr;display:grid}.contactWrapper__form{grid-area:1/1/3/2;margin-top:4em}.contactWrapper__header{grid-area:1/2/2/3}.contactWrapper__header--heading{margin-top:0}.contactWrapper__submit{grid-area:2/2/3/3;margin-top:0}.contactWrapper__submitButton{margin:2em 0 0}}@media screen and (width>=992px){.contactWrapper{grid-column-gap:2em}}.captcha__invalid{border:2px solid #c41c1c;max-width:306px}
