body{overflow-x:hidden;overflow-y:auto;padding-bottom:0}.header{display:flex;justify-content:space-between;padding:2.5rem 1rem 0 1rem;margin-bottom:13px}.header .left-container{display:flex;flex-direction:column;row-gap:4px}.header .left-container .btn-link{outline:0;background:0 0;border:none;cursor:pointer;padding:0;text-decoration:none;transition:all .2s ease;display:flex;align-items:center;column-gap:8px;padding:0 4px;border-radius:4px}.header .left-container .btn-link span{font-weight:400;color:#fff;font-weight:400;font-size:17px;line-height:22px;letter-spacing:-.43px}.header .left-container .btn-link:active{background-color:rgba(37,161,142,.25)}.card{border-radius:28px 28px 0 0;padding:24px 1rem 0 1rem;display:flex;flex-direction:column;row-gap:19px;border-bottom:0;min-height:100dvh;position:relative}.card .box{position:relative;min-height:205px;width:100%;max-width:346px;background-color:#fff;box-shadow:0 4px 10px 0 rgba(84,84,84,.25);border-radius:8px;overflow:hidden}.card .box .box-content{padding:18px}.card .box .box-content .box-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:17px}.card .box .box-content .box-header .box-title{font-weight:600;font-size:18px;line-height:100%;letter-spacing:0;margin-bottom:0}.card .box .box-content .box-header img{position:absolute;right:25px;top:18px;border-radius:4px;object-fit:cover;flex-shrink:0}.card .box .box-content .info-row{display:grid;grid-template-columns:80px 1fr;gap:8px;margin-bottom:8px;align-items:start}.card .box .box-content .info-row:last-child{margin-bottom:0}.card .box .box-content .info-row .info-label{font-weight:400;font-size:12px;line-height:100%;letter-spacing:0;color:#333}.card .box .box-content .info-row .info-value{font-weight:500;font-style:Medium;font-size:12px;line-height:100%;letter-spacing:0;color:#333}