<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.-avatar { max-width: 48px; max-height: 48px; }
.div-block-32 { display: flex; margin-top: 20px; margin-bottom: 20px; -moz-box-orient: vertical; -moz-box-direction: normal; flex-direction: column; -moz-box-pack: center; justify-content: center; -moz-box-align: center; align-items: center; border-style: none; }
.form-block { width: 320px; padding: 30px; border-radius: 4px; box-shadow: 0px 10px 50px -10px rgba(0, 0, 0, 0.3); }
.div-block-34 { display: flex; margin-bottom: 20px; -moz-box-pack: center; justify-content: center; -moz-box-align: center; align-items: center; }
.text-block-13 { padding-bottom: 2px; border-bottom: 1px solid rgb(55, 148, 175); color: rgb(55, 148, 175); font-size: 15px; line-height: 25px; font-weight: 800; }
.field-label { margin-bottom: 4px; color: rgb(119, 122, 131); font-size: 12px; line-height: 12px; font-weight: 800; float: left; }
.text-field { height: 42px; margin-bottom: 12px; padding-right: 20px; padding-left: 20px; border-style: none; border-radius: 3px; background-color: rgb(243, 243, 243); transition: all 0.4s ease 0s; box-sizing: border-box; }
.text-field:hover { box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.15); }
.text-field:focus { border: 1px solid rgb(255, 0, 50); }
.text-field::placeholder { font-size: 13px; }
.submit-button { color: rgb(255, 255, 255); width: 75%; height: 44px; margin-top: 6px; border-radius: 4px; background-color: rgb(255, 0, 50); transition: all 0.4s ease 0s; font-weight: 600; letter-spacing: 0.4px; border: medium none; }
.submit-button:hover { background-color: rgb(184, 21, 53) ! important; box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.3) ! important; }
.w-form { margin: 0px 0px 15px; }
.w-form-done { display: none; padding: 20px; text-align: center; background-color: rgb(221, 221, 221); }
.w-form-fail { display: none; margin-top: 10px; padding: 10px; background-color: rgb(255, 222, 222); }
@media (max-width: 479px) {
  .form-block { width: 100%; max-width: 380px; padding-top: 30px; padding-right: 20px; padding-left: 20px; }
}
.button_wrapper { display: flex; -moz-box-pack: center; justify-content: center; -moz-box-align: center; align-items: center; }
.button-2 { position: relative; display: flex; min-height: 42px; padding: 6px 30px; -moz-box-pack: center; justify-content: center; -moz-box-align: center; align-items: center; border-style: solid; border-width: 1px; border-color: rgba(0, 0, 0, 0.2); border-radius: 2px; background-color: rgb(216, 84, 79); transition: background-color 0.4s ease 0s, border-width 0.4s ease 0s; font-family: Oswald,sans-serif; color: rgb(255, 255, 255); font-size: 15px; font-weight: 300; text-align: center; letter-spacing: 0.6px; text-decoration: none; }
.button-2:hover { border-color: rgba(0, 0, 0, 0.4); background-color: rgb(181, 65, 60); }
.button-2:active { background-color: rgb(144, 53, 49); }
</pre></body></html>