<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.widget-form{border-radius:var(--border-radius);font-size:1rem;word-wrap:break-word;padding:16px}.widget-form-hover{transition:.1s ease-in-out}.widget-form-hover:hover{transform:scale(1.0125)}.widget-form .hidden{display:none}.widget-form-header{display:flex;justify-content:space-between;align-items:center;position:relative;gap:.5rem}.widget-form-header-with-icon{min-height:32px;padding-left:4rem;position:relative}.widget-form-bottom .widget-form-content{height:calc(100% - 30px);overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.widget-form-bottom .widget-form-content::-webkit-scrollbar{display:none}.widget-form-title{width:100%;font-size:1rem;font-weight:500;white-space:pre-wrap;padding:0}.widget-form-title-margin{padding:0 8px}.widget-form-title-padding-right{padding-right:52px}.widget-form-title-padding-right-small{padding-right:14px}.widget-form-expand{flex-shrink:0;padding-right:.5rem}.widget-form-description{padding:0 .5rem;margin-top:1rem;font-size:.875rem;font-weight:400;white-space:pre-wrap;text-align:left;opacity:.8}.widget-form-body{padding:1rem .5rem 0}.widget-form-body [class*=widget-form-field-]{display:block;margin-bottom:.5rem;width:100%;border:0}.widget-form-body .widget-form-field-label{display:block;margin-bottom:.5rem;width:100%;font-size:1rem}.widget-form-body .widget-form-field-input{display:block;width:100%;font-size:1rem;background:var(--background-2, #F3F3F3);color:var(--light-text, #505050);border-radius:10px;padding:.5rem;box-sizing:border-box;min-height:43px}.widget-form-body .widget-form-field-textarea{min-height:100px;border-radius:10px 10px 0;resize:vertical;overflow:auto;color:var(--light-text, #505050)}.widget-form-body .widget-form-field-input:focus{outline:0}.widget-form-body .widget-form-field-input::placeholder{color:var(--light-text, #505050)}.widget-form-body .widget-form-field-select{display:block;width:100%;font-size:1rem;min-height:43px;background:var(--background-2, #F3F3F3);color:var(--light-text, #505050);border-radius:10px;padding:.5rem;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="10" height="5" viewBox="0 0 10 5" fill="none"&gt;&lt;path d="M5 5L0 0H10L5 5Z" fill="black"/&gt;&lt;/svg&gt;');background-repeat:no-repeat;background-position:right 10px center;background-size:11px 11px;cursor:pointer}.widget-form-body .widget-form-field-radio-group{display:flex;flex-direction:column}.widget-form-body .widget-form-field-radio-item{display:flex;align-items:center;cursor:pointer;font-size:16px}.widget-form-body .widget-form-field-radio-item input{display:none}.widget-form-body .widget-form-field-radio-item-button{width:20px;height:20px;border:2px solid;border-radius:50%;margin-right:10px;margin-bottom:0;position:relative}.widget-form-body .widget-form-field-radio-item input+.widget-form-field-radio-item-button span{opacity:0}.widget-form-body .widget-form-field-radio-item input:checked+.widget-form-field-radio-item-button span{width:12px;height:12px;border-radius:50%;transition:opacity .3s ease;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:1}.widget-form-body .widget-form-field-select:focus-visible{outline:0}.widget-form-body .widget-form-field-check-item{display:flex;align-items:center;margin-bottom:10px;cursor:pointer;font-size:16px}.widget-form-body .widget-form-field-check-item input{display:none}.widget-form-body .widget-form-field-checkbox-icon{width:20px;height:20px;border:2px solid;border-radius:4px;margin-right:10px;margin-bottom:0;position:relative;transition:background-color .3s ease}.widget-form-body .widget-form-field-checkbox-indicator{display:none;position:absolute;top:50%;left:50%;width:16px;height:16px;transition:transform .3s ease;transform:translate(-50%,-50%)}.widget-form-field-check-item input:checked+.widget-form-field-checkbox-icon .widget-form-field-checkbox-indicator{display:block}.widget-form-submit{margin-top:.5rem;border-radius:10px;text-align:center;font-size:1rem;font-weight:700;padding:.625rem;border:0;width:100%;height:43px;background:#000;color:#fff;cursor:pointer}.widget-form-submit:disabled{background:var(--light-background, #CFCFCF);color:var(--light-text, #505050);cursor:not-allowed}.widget-form-conditions{margin-top:.875rem;font-size:.75rem;padding:0 .875rem;font-weight:400;line-height:1.375rem;text-align:center}.widget-form-conditions a,.widget-form-conditions a:hover,.widget-form-conditions a:focus{color:inherit;text-decoration:underline}.widget-form-field-phone-group{display:flex;align-items:center}.widget-form-field-phone-group&gt;div{width:100%}.widget-form-body .iti__country-container{border-radius:10px 0 0 10px;max-height:43px}.widget-form-body .iti__search-input{display:none!important}.widget-form-body .iti__flag-container{max-height:43px;color:var(--text, #000)}.widget-form-body .iti__country-name{color:var(--text, #000)}.widget-form-body .iti__arrow{border-top-color:var(--text, #000);border-left-width:5px;border-right-width:5px;border-top-width:6px}.widget-form-body .iti__arrow.iti__arrow--up{border-bottom-color:var(--text, #000);border-bottom-width:6px}.widget-form-body .iti__dropdown-content{border-radius:.675rem;border-color:transparent}.widget-form-bottom{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;z-index:100;opacity:0;pointer-events:none;transition:.1s linear;color:#000!important}.widget-form-show{opacity:1!important;pointer-events:all!important}.widget-form-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0003;z-index:-1}.widget-form-wrapper{width:96%;background-color:#fff;height:auto;max-height:80vh;padding:var(--padding);max-width:860px;border-radius:12px 12px 0 0;position:relative;transform:translateY(100%);transition:.3s ease;color:#000!important;display:flex;flex-direction:column}.widget-form-show .widget-form-wrapper{transform:translateY(0)!important}.widget-form-body .just-validate-error-label{padding:.5rem 0 0;font-size:.75rem}.widget-form-feedback{text-align:center}.widget-form-feedback-top{margin-top:25px;text-align:center}.widget-form-feedback .widget-form-description{text-align:center;white-space:normal;opacity:1}.widget-form-feedback .widget-form-feedback-thanks-message{display:flex;justify-content:space-between;align-items:flex-end;margin-top:16px;padding:0 16px}.widget-form-feedback img{width:40px;height:40px;object-fit:cover;border-radius:50%;margin-right:10px}.widget-form-feedback-thanks-message{display:flex;align-items:center}.widget-form-feedback .message-content{width:100%;text-align:left;padding:6px 8px 8px;background-color:#f0f0f0;border-radius:10px 10px 10px 0}.widget-form-feedback .username{color:#006bff;font-size:14px;font-weight:700;margin-bottom:5px}.widget-form-feedback .thanks-text{color:#000;font-size:14px;font-weight:400}.widget-form-reset{margin-top:16px}.form-image-container{height:48px;aspect-ratio:1 / 1;position:absolute;overflow:hidden;left:0}.form-icon-container{height:32px;width:32px;min-width:32px;text-align:center;display:flex;justify-content:center;align-items:center}.form-image-container .image{object-fit:cover;height:100%;width:100%}
</pre></body></html>