*{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;line-height:31px}@media screen and (max-width:560px){h1{white-space:normal}}p{font-size:1.125rem;font-weight:500;color:#303133;white-space:pre-line;word-break:normal;line-height:18px;overflow-wrap:anywhere}@media screen and (max-width:560px){p{white-space:normal}}span{font-size:.875rem;font-weight:400;color:#838994;white-space:pre-line;word-break:normal;line-height:16px}@media screen and (max-width:560px){span{white-space:normal}}a{font-size:1rem;font-weight:500;color:#c3b091;white-space:pre-line;word-break:normal;line-height:22px;text-decoration:none}@media screen and (max-width:560px){a{white-space:normal}}a:hover{text-decoration:none}button,input,textarea{all:unset;position:relative}input{cursor:revert}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}input[type=number],input[type=number]:focus,input[type=number]:hover{-webkit-appearance:none;appearance:none;-moz-appearance:textfield}button:focus-visible,textarea:focus-visible{outline:revert}img{width:100%;display:block}.wrapper{width:100%;padding-top:60px;min-height:100svh}.modal{height:100svh;right:0;bottom:0;z-index:200}.modal,.modal__backdrop{width:100%;position:fixed;left:0;top:0}.modal__backdrop{height:100%;z-index:100;background-color:rgba(0,0,0,.5)}.modal__paper{width:500px;background-color:#fff;border-radius:16px;transition:all .3s ease-out;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:500;font-size:20px;line-height:30px;text-align:center;color:#000}@media screen and (max-width:560px){.modal__paper{width:95%!important;max-height:90vh;overflow-y:auto}}.modal__container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:20px}.modal__close{position:absolute;right:10px;top:20px;color:#838994}