*{position:relative;box-sizing:border-box;margin:0;padding:0}#root{height:100svh;margin:0 auto}body{font:16px Inter,Arial,sans-serif;overflow-y:scroll;margin:unset}h1{font-size:1.5rem;font-weight:500;color:#2f3640;white-space:pre-line;word-break:normal}@media screen and (max-width: 560px){h1{white-space:normal}}h1{line-height:31px}p{font-size:1.125rem;font-weight:500;color:#303133;white-space:pre-line;word-break:normal}@media screen and (max-width: 560px){p{white-space:normal}}p{line-height:18px;overflow-wrap:anywhere}span{font-size:.875rem;font-weight:400;color:#838994;white-space:pre-line;word-break:normal}@media screen and (max-width: 560px){span{white-space:normal}}span{line-height:16px}a{font-size:1rem;font-weight:500;color:#c3b091;white-space:pre-line;word-break:normal}@media screen and (max-width: 560px){a{white-space:normal}}a{line-height:22px;text-decoration:none}a:hover{text-decoration:underline}input,button,textarea{all:unset;position:relative}input{cursor:revert}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}input[type=number],input[type=number]:hover,input[type=number]:focus{-webkit-appearance:none;appearance:none;-moz-appearance:textfield}button:focus-visible,textarea:focus-visible{outline:revert}img{width:100%;display:block}.wrapper{height:100%;padding:80px 20px 20px}.error{width:100%;height:56px;padding:16px 18px;background:#faecee;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:400;color:#ca404f;white-space:pre-line;word-break:normal}@media screen and (max-width: 560px){.error{white-space:normal}}.loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;height:100vh}.loader__icon-wrapper{border-radius:50%;width:60px;height:60px;background:transparent;box-shadow:0 2px 8px #0000001f;display:flex;align-items:center;justify-content:center}.loader__icon{border:3px solid #838994;border-top:3px solid #ffffff;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
