.smcl{flex:auto;min-width:0;font-family:Montserrat,Arial,sans-serif}.smcl,.smcl *{box-sizing:border-box}.smcl-trigger{color:#fff;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;background:#2f2c28;border:1px solid #2f2c28;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:50px;padding:14px 18px;font-family:inherit;font-size:11px;font-weight:500;transition:opacity .25s,transform .25s cubic-bezier(.22,.61,.36,1),box-shadow .25s;display:inline-flex}.smcl-trigger svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linejoin:round;flex:none;width:15px;height:15px}.smcl-trigger:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 14px 34px #2f2c282e}.smcl-form{grid-template-columns:minmax(0,1fr) 50px;gap:8px;height:50px;animation:.2s both smclSwap;display:grid}.smcl-input{color:#242321;background:#ffffff8c;border:1px solid #ded5c8;border-radius:999px;outline:none;width:100%;min-width:0;height:50px;padding:0 18px;font-family:inherit;font-size:12px;transition:border-color .2s,box-shadow .2s}.smcl-input:focus{border-color:#b8964a;box-shadow:0 0 0 2px #b8964a24}.smcl-input[aria-invalid=true]{border-color:#b75442}.smcl-submit{color:#fff;letter-spacing:.13em;text-transform:uppercase;cursor:pointer;background:#2f2c28;border:1px solid #2f2c28;border-radius:999px;place-items:center;width:50px;height:50px;padding:0;font-family:inherit;font-size:9px;font-weight:600;display:grid}.smcl-submit svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.smcl-submit:hover:not(:disabled){background:#463f37}.smcl-submit:disabled{opacity:.6;cursor:default}.smcl-success{color:#416a48;letter-spacing:.16em;text-transform:uppercase;background:#5f8a6b14;border:1px solid #4f7a5659;justify-content:center;align-items:center;gap:9px;min-height:50px;font-size:10px;font-weight:600;display:flex}.smcl-check{font-size:14px}.smcl-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes smclSwap{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.smcl-trigger,.smcl-input,.smcl-form{transition:none;animation:none}}