.std-popup{display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}.std-popup div{display:flex;justify-content:center;align-items:center;flex-direction:column}.std-popup div span{margin:0!important;width:2em!important;height:2em!important;display:flex;justify-content:center;align-items:center;border-radius:50%;position:absolute;top:-15px;right:-18px}.std-popup[data-popup-name=PhoneUs]{background-color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;animation:appear ease-in-out 200ms;animation-fill-mode:forwards}.std-popup[data-popup-name=PhoneUs]>div{position:static}.std-popup[data-popup-name=PhoneUs] div{display:flex;justify-content:center;align-items:center;flex-direction:column}.std-popup[data-popup-name=PhoneUs] div span{margin:0;width:2em;height:2em;display:flex;justify-content:center;align-items:center;border-radius:50%;position:absolute;top:-15px;right:-18px}.std-popup[data-popup-name=PhoneUs] div h2{font-size:1.75rem;margin-top:0;text-align:center}.std-popup[data-popup-name=PhoneUs] div h3{font-size:1.25rem;text-align:center}.std-popup[data-popup-name=PhoneUs] div p{margin-top:1.5rem;color:var(--base-color);font-weight:bolder;font-size:2rem;text-align:center;display:inline-block;margin-bottom:0;border-bottom:4px solid var(--accent-color)}.std-popup[data-popup-name=EmailUs]{max-width:500px;width:80vw;max-height:90vh;background-color:#fff;animation:appear ease-in-out 200ms;animation-fill-mode:forwards}.std-popup[data-popup-name=EmailUs]>div{position:static}.std-popup[data-popup-name=EmailUs] div{width:100%;overflow-y:auto;overflow-x:hidden}.std-popup[data-popup-name=EmailUs] div form{max-height:90vh;width:100%}.std-popup[data-popup-name=EmailUs] div form h2{font-size:2rem;text-align:center}.std-popup[data-popup-name=EmailUs] div form h3{font-size:1rem;text-align:center}.std-popup[data-popup-name=EmailUs] div .generated-form-entry label{font-size:1rem;font-weight:700}.std-popup[data-popup-name=EmailUs] div .generated-form-entry input[type="text"],.std-popup[data-popup-name=EmailUs] div .generated-form-entry select,.std-popup[data-popup-name=EmailUs] div .generated-form-entry textarea,.std-popup[data-popup-name=EmailUs] div .generated-form-entry input[type="email"]{text-indent:1em;margin:.75em .5em;padding:0;border:none;width:25em;max-width:90%;height:3em;border-radius:.5em;font-weight:700;font-size:1em;background-color:var(--grey-color)}.std-popup[data-popup-name=EmailUs] div .generated-form-entry textarea{text-indent:unset;resize:none;height:15em;width:23em;padding:1em;max-width:90%}.std-popup[data-popup-name=EmailUs] div .button-wrapper button{font-weight:bolder}.button-wrapper{margin-top:1rem}.button-wrapper button{color:#fff;background-color:var(--accent-color);padding:.75em 1.5em;border-radius:.5em;border:none;transition:filter ease-in-out 100ms;cursor:pointer}.button-wrapper button:hover{filter:brightness(130%)}@keyframes appear{0%{opacity:0}100%{opacity:100%}}