@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pop-in{0%{transform:scale(.9)}to{transform:scale(1)}}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes anchor-target{0%{background-color:initial}50%{background-color:green}to{background-color:initial}}@keyframes slide-in-top{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}.fade-in{opacity:1;transition:opacity .3s;animation:.3s fade-in}.fade-out{opacity:0}.pop-in{transition:transform .2s;animation:.2s pop-in}.pop-out{transform:scale(.9)}.header{z-index:10;text-align:center;height:3.25rem;background:#fff;justify-content:space-between;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 0 .35rem #00000040}.header--dark{color:#fff;background:#262626}@media screen and (max-width:600px){.header{flex-direction:row;justify-content:flex-start}}.header__logo{width:auto;height:1.25rem}.header__logo--large{height:1.75rem}@media screen and (max-width:600px){.header__logo--company{width:100%;height:auto}}.header__logo--link{padding:1rem;font-size:0;transition:background .1s}.header__logo--link:hover{background:#eee}.header--dark .header__logo--link:hover{background:#ffffff40}.header__external-links{display:flex}@media screen and (max-width:600px){.header__external-links{display:none}}.header--dark .header__external-links{display:none}.header__external-link{padding:1rem;line-height:1}.header__profile{width:3.25rem;height:3.25rem;color:#262626}.header__profile-picture{width:2.25rem;height:2.25rem;border:1px solid #262626;border-radius:100%}.header__profile-placeholder{width:2.25rem;height:2.25rem;-webkit-user-select:none;user-select:none;text-align:center;pointer-events:none;background:#bdbdbd;border:1px solid #262626;border-radius:100%;padding:.6rem .25rem;line-height:1}.header--dark .header__profile-placeholder{color:#262626}@media print{.header{display:none}}.nav{margin:0 auto}@media screen and (max-width:600px){.nav{width:15rem;background:#fff;border-right:1px solid #ebebeb;transition:transform .4s;position:fixed;top:3.25rem;bottom:0;left:0;transform:translate(-100%)}.nav--open{transform:translate(0%)}}.nav__items{flex-direction:row;justify-content:center;margin:0;padding:0;font-size:0;list-style:none;display:flex}@media screen and (max-width:600px){.nav__items{flex-direction:column;justify-content:flex-start}}.nav__item{display:inline-block}.nav__item--has-subnav{position:relative}.nav__item--sub{display:block}@media screen and (max-width:600px){.nav__item{display:block}}.nav__link{color:inherit;padding:1.125rem 1rem;font-size:1rem;line-height:1;text-decoration:none;transition:background .1s;display:block;position:relative;overflow:hidden}.nav__link:hover{background:#eee}.header--dark .nav__link:hover{background:#ffffff40}.nav__link--active{font-weight:700}.nav__link--sub{text-align:left;border:none}.nav__link--icon{padding:1rem .75rem}.nav__link--icon--large{padding:.75rem}@media screen and (max-width:600px){.nav__link{text-align:left;border:none;padding:1rem}}.nav__link--profile{padding:.5rem;overflow:visible}@media screen and (max-width:600px){.nav__link--profile{margin-left:auto;padding:.5rem}}.nav--sub{opacity:0;min-width:100%;pointer-events:none;background:#fff;border:1px solid #ebebeb;padding:0;transition:opacity .2s;position:absolute;bottom:0;left:0;transform:translateY(100%)}.nav__item--has-subnav:hover .nav--sub,.nav__item--has-subnav .nav__link:focus+.nav--sub,.nav__item--has-subnav:focus-within .nav--sub,.nav--sub:hover{opacity:1;pointer-events:auto}@media screen and (max-width:600px){.nav--sub{opacity:1;pointer-events:auto;border:none;padding-left:1rem;position:relative;top:0;bottom:auto;transform:none}}.section{width:100%;margin:1rem 0}.section--split{gap:1rem;display:flex}@media screen and (max-width:600px){.section--split{flex-direction:column}}.section--narrow{max-width:65rem;margin:0 auto}.section:first-child{margin-top:0}.section__heading{width:100%;margin:0;padding:1rem}.section__description{width:100%;margin:0 0 1rem;padding:0 1rem;display:block}.section__link{color:inherit;text-decoration:none;display:inline-block}.section__link:hover{text-decoration:underline}.section__link--show-all{padding:.5rem 1rem}.section__link--heading{color:inherit;text-decoration:none}.section--half{min-width:16rem;width:calc(50% - 2rem - 2px);flex-grow:1;margin:0}@media screen and (max-width:600px){.section--half{width:auto;margin:0 0 1rem}}.section--full{width:100%}.btn{cursor:pointer;color:#fff;background:#262626;border:1px solid #262626;border-radius:2px;padding:.75rem 1rem;font-size:1rem;line-height:1;text-decoration:none;transition:background .1s;display:inline-block}.btn:hover{background:#646464;border-color:#646464}.btn:focus{outline:none}.btn-group{gap:.5rem;margin:1rem 0;display:flex}.btn--alt{color:#262626;background:0 0}.btn--alt:hover{color:#fff}.btn--modal{background:#ebebeb}.btn--open-nav{height:100%;width:3.25rem;background:0 0;padding:.5rem;display:none}@media screen and (max-width:600px){.btn--open-nav{display:inline-block}}.btn--dropdown{width:2rem;background:0 0;border:none;border-radius:0;padding:.75rem 0;display:inline-block}.btn--dropdown:hover{background:#eee}.btn--login{margin-top:1.5rem}.btn--submit{width:auto;margin-top:1.5rem}.btn--delete{color:red;background:0 0;border-color:red}.btn--delete:hover{color:#fff;background:red;border-color:red}.btn[disabled]{opacity:.5}.btn--edit{z-index:10;border:1px solid #fff;border-radius:10rem;position:fixed;bottom:1rem;right:1rem}.btn--search{border-top-left-radius:0;border-bottom-left-radius:0;padding:.65rem 1rem}.btn--reaction{border-radius:10rem;padding:.5rem}.btn--active{background:#ebebeb;font-weight:700}.btn--icon{height:100%;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;padding:.5rem;display:flex}.modal{cursor:auto;background:#fff;border-radius:2px;padding:1.5rem;position:relative;box-shadow:0 .5rem 4rem -1rem #00000059}.modal:after{content:"x";color:#fff;pointer-events:none;text-shadow:0 0 1rem #00000080;font-size:1.3rem;font-weight:700;display:inline-block;position:absolute;top:-1.75rem;right:0}@media print{.modal:after{display:none}}.modal-background{z-index:100;cursor:pointer;background:#00000040;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-background--toolbar{padding-bottom:6rem}@media print{.modal-background{padding:0;position:relative}}.modal__heading,.modal__text{margin:0}.modal__form{flex-direction:column;margin-top:1rem;display:flex}.modal__form label,.modal__form input{display:block}.modal__form input{margin-bottom:1rem}.modal-open{overflow:hidden}@media print{.modal-open{padding:0;overflow:auto}.modal-open .main{display:none}}.grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media screen and (max-width:600px){.grid{grid-template-columns:1fr}}.grid__item{padding:1rem}.grid__link{height:100%;color:inherit;padding:1rem;text-decoration:none;transition:background .2s;display:block}.grid__link:hover{background:#ebebeb}.grid__heading{margin:0 0 .5rem}.grid__text{margin:0}.grid__date{margin-top:.5rem;display:block}.form--delete{justify-content:flex-end;display:flex}.form--compact{max-width:12.5rem}.form--logout{width:100%;border-top:1px solid #ebebeb}.form--search{display:flex}.form--header{margin:.5rem auto .5rem .5rem}@media screen and (max-width:600px){.form--header{display:none}}.form--copy-task{margin-top:2.5rem}.form-row{width:100%;gap:1rem;display:flex}.form-row__item--right{margin-left:auto}.form-floating{z-index:10;background:#fff;border-radius:4px;margin:.5rem 1rem;padding:1rem;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 .35rem #00000040}input,select,textarea{width:100%;border:1px solid #bdbdbd;border-radius:2px;padding:.5rem;font-family:inherit;font-size:1rem;transition:border-color .2s}input:focus,select:focus,textarea:focus{border-color:#646464;outline:none}input.auto,select.auto,textarea.auto,input[type=checkbox],input[type=radio]{width:auto}input[type=checkbox]:hover,label:has(input[type=checkbox],input[type=radio]),input[type=radio]:hover{cursor:pointer}label:has(input[type=checkbox],input[type=radio]){margin-top:.25rem}textarea{resize:vertical;min-height:8rem}label{margin-top:1rem;display:block}input[type=file]{cursor:pointer;border-style:dashed;padding:2rem 1rem;transition:background .1s}input[type=file]:hover{background:#eee}.google-search{text-align:center}.google-search input{width:100%;max-width:25rem;border-radius:2rem;margin:1rem;padding:.5rem .75rem}.input--search{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.input__info{margin:0;font-size:.9rem}.table--sticky th{position:sticky;top:3.25rem}.table--compact{width:auto}.table--compact td,.table--compact th{padding:.25rem}.table--copy-tasks td:not(:first-child):not([rowspan]){border-left:1px solid #eee}@media print{.table--copy-tasks td{font-size:.9rem;line-height:1}}.table-container{width:100%;overflow:auto}.sorted .table-heading{display:none}.table-separator{text-transform:uppercase;background:#eee;font-size:.9rem;font-weight:700}.table-separator--active{color:#fff;background:#262626}.table-separator span[id]{scroll-margin-top:6.5rem}.table-row--vertical{text-align:center;writing-mode:vertical-lr;background-color:#ff0;transform:rotate(180deg)}table{width:100%;contain:layout;border-spacing:0}tr{transition:background .2s}tbody tr:hover{background:#eee}th{z-index:2;cursor:pointer;text-align:left;white-space:nowrap;background:#fff;border-bottom:1px solid #eee;padding:.5rem;transition:background .2s,color .2s;position:sticky;top:0}th:hover{background:#eee}td{white-space:nowrap;border-bottom:1px solid #eee;padding:.5rem}tfoot tr:first-child td{border-top:1px solid #262626}.data-warning{background:#ffe2ac;border-bottom:1px solid #e7ce9f}.sorting{padding-right:1rem}.sorting:after{content:">";color:#646464;margin-left:.25rem;transition:transform .2s;animation:.1s fade-in;position:absolute}.sorting--asc:after{transform:rotate(-90deg)}.sorting--desc:after{transform:rotate(90deg)}.selected-row{color:#fff;background:#262626}.selected-row:hover{background:#646464}td.cell--comission-override{max-width:30rem;white-space:normal;padding-left:1rem}@media screen and (max-width:600px){.table--mobile-layout thead{display:none}.table--mobile-layout tbody{flex-direction:column;gap:1rem;display:flex}.table--mobile-layout tbody tr{border:1px solid #eee;border-radius:2px;flex-direction:column;padding:.25rem 0;display:flex;overflow:clip}.table--mobile-layout tbody tr:has(.table-separator){display:none}.table--mobile-layout tbody td{text-align:left;white-space:normal;border:none;padding:.25rem .5rem}.table--mobile-layout tbody td.text--right{text-align:left}.table--mobile-layout tbody td:first-child{font-weight:700}.table--mobile-layout tfoot{display:none}}.code-block{font-family:Courier New,Courier,monospace}.search tr:not(.search-result){display:none}.search-highlight{background:#bdbdbd;border-radius:2px;padding:.25rem 0}.search-result .capitalize{text-transform:none}.stickers{width:100%;max-width:45rem;align-self:flex-start;padding:0}@media print{.stickers{max-width:100%;min-height:100%;box-shadow:none;border-radius:0}}.sticker{float:left;height:9rem;width:33.3333%;border-bottom:1px solid #eee;border-right:1px solid #eee;padding:2rem 1rem}@media print{.sticker{height:12.5vh;border:none!important}}.sticker:nth-child(3n){border-right:none}.sticker p{margin:0}.sticker p:first-child{font-weight:700}.toolbar{z-index:10;cursor:auto;background:#fff;justify-content:center;padding:.75rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 0 .25rem #00000040}.toolbar .btn:not(:first-child){margin-left:.75rem}@media print{.toolbar{display:none}}.video{width:100%;aspect-ratio:16/9;background-color:#000}.video__item{width:100%;border:1px solid #ebebeb;border-radius:2px;align-items:center;margin:1rem 0;padding:1rem;transition:background .1s;display:flex;position:relative}.video__item-heading{margin:2rem 0 0;scroll-margin:6rem}.video__item:hover{background:#ebebeb}.video__item:hover .video__date{color:#646464}.video__preview{text-decoration:none}.video__preview:after{z-index:1;content:"";display:block;position:absolute;inset:0}.video__content,.video__recommended{width:100%}.video__description{font-size:inherit;white-space:pre-wrap;font-family:inherit;display:block}.video__tags{margin:0 0 0 .5rem;display:flex}.video__date{color:#bdbdbd;margin:0 0 0 auto;transition:color .1s}.video__filter-heading{text-transform:none;margin:1rem 0 0;font-size:1rem}.tag{z-index:2;background:#fff;border:1px solid #bdbdbd;border-radius:10rem;margin:.25rem .125rem;padding:.35rem .75rem;line-height:1;text-decoration:none;transition:background .1s,color .1s,border-color .1s;display:inline-block;position:relative}.tag--active{color:#fff;background:#262626;border-color:#262626}.tag:hover{color:inherit;background:#bdbdbd;border-color:#bdbdbd}.sidepanel{z-index:9;width:12rem;background:#fff;border-right:1px solid #ebebeb;margin-top:3.25rem;position:fixed;top:0;bottom:0;left:0}.sidepanel__separator{text-transform:uppercase;border-top:1px solid #ebebeb;margin:1rem 0 .5rem;padding:.75rem 1rem 0;font-size:.8rem;font-weight:700}.sidepanel__separator:first-child{border:none;margin:0 0 .5rem}@media screen and (max-width:600px){.sidepanel{width:15rem;transition:transform .4s;position:fixed;bottom:0;left:0;transform:translate(-100%)}.sidepanel--open{transform:translate(0%)}}@media print{.sidepanel{display:none}}.sidenav{height:100%;overflow:auto}.sidenav__items{width:100%;height:100%;flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.sidenav__items--dropdown{display:none}.sidenav__item--active .sidenav__items--dropdown{display:block}.sidenav__item{flex-wrap:wrap;display:flex}.sidenav__item--bottom{margin-top:auto}.sidenav__link{width:100%;color:inherit;cursor:pointer;text-align:left;background:#fff;border:none;padding:.75rem 1rem;font-size:1rem;line-height:1;text-decoration:none;transition:background .1s,border-color .1s;display:block;position:relative}.sidenav__link:before{width:3px;content:"";background:#262626;transition:transform .2s;position:absolute;top:0;bottom:0;left:0;transform:translate(-4px)}.sidenav__link:hover{background:#eee}.sidenav__link:hover:before{transform:translate(0)}.sidenav__link--active{font-weight:700}.sidenav__link--active:before{transform:translate(0)}.sidenav__link--sub{text-transform:none;padding:.5rem .5rem .5rem 2rem;line-height:1}.sidenav__link--sub-sub{padding:.5rem .5rem .5rem 3rem}.sidenav__link--dropdown{width:calc(100% - 2rem);display:inline-block}.loading-indicator{justify-content:center;align-items:center;padding:1rem;display:flex}.spinner{width:2rem;height:2rem;background-image:url(/assets/img/kannustalo-icon.svg);background-size:cover;margin:1rem;animation:1.35s infinite spinner;display:inline-block}.spinner--light{background-image:url(/assets/img/kannustalo-icon-white.svg)}.spinner--btn{width:1rem;height:1rem;vertical-align:-.15rem;margin:0 .5rem 0 0}.profile{max-width:12.5rem;border:1px solid #ebebeb;padding:1rem}.profile__picture{width:100%;height:auto;object-fit:cover;aspect-ratio:1/1;border:1px solid #bdbdbd;border-radius:100%;display:block}.profile__email{word-break:break-all}.profile__dropdown{opacity:0;width:auto;min-width:10rem;pointer-events:none;border:1px solid #ebebeb;border-bottom-left-radius:2px;flex-direction:column;margin:0;padding:0;list-style:none;transition:transform .1s,opacity .1s;display:flex;position:absolute;top:100%;right:0;transform:translate(.5rem)}.nav__link--profile:hover .profile__dropdown,.nav__link--profile:focus-within .profile__dropdown{opacity:1;pointer-events:auto;transform:translate(0)}.profile__link{width:100%;color:inherit;cursor:pointer;text-align:left;white-space:nowrap;background:#fff;border:none;padding:.75rem 1rem;font-size:1rem;line-height:1;text-decoration:none;transition:background .1s,border-color .1s;display:block}.profile__link--active{font-weight:700}.profile__link:hover{background:#eee}.header--dark .profile__link{color:#262626}.message{cursor:pointer;min-width:20rem;background:#fff;border:1px solid #262626;border-left-width:4px;border-radius:2px;margin:1rem 0 0;padding:1rem 2.5rem 1rem 1rem;position:relative;box-shadow:0 .125rem .35rem #00000040}@media screen and (max-width:600px){.message{width:100%;min-width:100%}}.message--error{border-color:red}.message--success{border-color:green}.message:not(.message--notice):after{content:"x";padding:1rem;position:absolute;top:0;bottom:0;right:0}.message--notice{cursor:auto;max-width:100%;box-shadow:none;color:#bdbdbd;background:#eee;border:1px solid #262626;border-top:0;border-radius:0 0 4px 4px;margin:0 0 1rem}@media print{.message{display:none}}.messages{z-index:101;max-width:40rem;flex-direction:column;justify-content:center;margin:0 auto 1rem;animation:.2s slide-in-top;display:flex;position:fixed;top:3.25rem;left:0;right:0}.icon{width:1rem;height:1rem}.icon--dropdown{transition:transform .2s}.sidenav__item--active .icon--dropdown{transform:rotate(180deg)}.icon--btn{vertical-align:-.17rem;margin-right:.25rem;display:inline-block}.icon--menu{width:2rem;height:2rem}.icon--table{opacity:0;transition:transform .1s,opacity .1s}.icon--table:hover{transform:scale(1.1)}tr:hover .icon--table{opacity:1}@media print{.icon--table{display:none}}.card{border:1px solid #bdbdbd;border-radius:4px;padding:1rem}.card__heading{margin:0 0 1rem;font-size:1.25rem}.card__text{margin:1rem 0 0}.status{color:#262626;background:#fff;border:1px solid #bdbdbd;border-radius:10rem;margin:0;padding:.35rem .75rem;font-weight:700;line-height:1;text-decoration:none;transition:background .1s,color .1s,border-color .1s;display:inline-block;position:relative}.status--completed{color:#fff;background:green;border-color:green}.status--almost_ready{background:#ffffe5;border-color:#bdb76b}.status--ready,.status--public{background:#e5ffe5;border-color:green}.status--waiting,.status--processing,.status--private,.status--in_delivery{background:#fff7e7;border-color:orange}.status--cancelled,.status--waiting_drawings{background:#ffe5e5;border-color:red}.popover{max-width:30rem;border:none;border-radius:4px;padding:1rem;box-shadow:0 0 1rem #00000040}.popover::backdrop{cursor:pointer;background:#00000040}.popover__heading{margin:0 0 1rem}.popover__close{z-index:1;width:2rem;height:2rem;cursor:pointer;background:0 0;border:none;border-bottom-left-radius:4px;padding:.5rem;font-size:1rem;line-height:1rem;transition:background .1s,color .1s;position:absolute;top:0;right:0}.popover__close:hover{color:#fff;background:#262626}.banner{min-height:25rem;text-align:center;width:calc(100% + 2rem);height:calc(100vh - 10rem);background-color:#ebebeb;background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;margin:-1rem -1rem 0;padding:1rem;display:flex}.banner--medium{height:calc(100vh - 25rem)}.banner--short{height:calc(100vh - 40rem)}.banner__heading{max-width:60rem;word-break:break-word;color:#fff;text-transform:uppercase;text-shadow:0 .125rem 1.5rem #000000bf;font-size:3.5rem}@media screen and (max-width:600px){.banner__heading{font-size:2.5rem}}.footer{text-align:center;height:20rem;color:#fff;background:#262626;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;bottom:0;left:0;right:0}.footer__logo{width:auto;height:1.25rem}.footer__link{color:#262626;font-weight:700;text-decoration:none;display:inline-block}.footer__link:hover{text-decoration:underline}@media print{.footer{display:none}}.notification__link:after{width:.75rem;height:.75rem;text-align:center;color:#fff;content:attr(data-count);background:red;border:3px solid #fff;border-radius:1rem;padding:.125rem;font-size:.75rem;font-weight:700;line-height:.75rem;position:absolute;top:.5rem;left:1.5rem}.announcement__author{margin-top:2rem}.copy-task__heading{margin-top:0}.copy-task__movenium{font-size:125%}.copy-task__movenium-section{flex-direction:column;justify-content:center;align-items:center;gap:3rem;margin:3rem 0;display:flex}*{box-sizing:border-box}@media (prefers-reduced-motion:reduce){*{transition:all!important;animation-duration:0s!important}}html{color:#262626;scroll-behavior:smooth;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:100%;line-height:1.5}body{min-height:calc(100vh + 16.75rem);margin:0 0 0 12rem;padding-bottom:20rem;position:relative}@media screen and (max-width:600px){body{margin-left:0}}@media print{body{min-height:auto;margin:0;padding-bottom:0}}body.body--form,body.body--guest{margin-left:0}body#tinymce{margin:1rem;padding:0}.main{max-width:65rem;margin:3.25rem auto 0;padding:1rem}.main--full{max-width:100%}.main--wide{max-width:90rem}.main--form{max-width:30rem}.main--flush{max-width:100%;padding:0}@media print{.main{margin-top:0;padding:0}}h1,h2,h3{text-transform:uppercase;margin:1rem 0;scroll-margin-top:3.25rem;font-weight:900;line-height:1.25}h1{font-size:2rem}@media screen and (max-width:600px){h1{margin-top:0;font-size:1.75rem}}hr{border:none;border-top:1px solid #ebebeb;margin:2rem 0}hr.tight{margin:1rem 0}a{color:inherit}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.color--orange{background:#ffaa0026}.hide{display:none!important}@media print{.hide-print{display:none!important}.hide-screen{display:block!important}}code{font-size:inherit;background-color:#ebebeb;border-radius:2px;padding:.25rem .35rem;font-family:inherit}.text--center{text-align:center}.text--right{text-align:right}.text--large{font-size:1.25rem}iframe{width:100%;height:auto;aspect-ratio:16/9;border:none}.thumbnail{height:auto;width:12.5rem;background:#ebebeb}.thumbnail--table{width:2rem;height:2rem;object-fit:cover;object-position:center;vertical-align:-.75rem;border:1px solid #262626;border-radius:2px;margin-right:.25rem}.text-content{border-left:3px solid #262626;padding:1rem}pre{text-wrap:wrap;font-size:inherit;line-height:inherit;font-family:inherit}.note{min-width:30rem;background:#eee;border-left:3px solid #262626;margin:0;padding:1rem;line-height:1.25}.note--project{background:#fff}.info-box{background-color:#eee;border-left:4px solid #262626;border-radius:2px;margin:1rem 0;padding:1rem}.unread{font-weight:700}.forklift-order__description{max-width:20rem;white-space:pre-wrap;margin:0}summary{cursor:pointer;border-radius:2px;padding:.25rem .5rem;line-height:1;transition:background .1s}summary:hover{background:#bdbdbd}ul,ol{padding-left:1rem}:target{scroll-margin-top:6.5rem;animation:.5s .5s 4 anchor-target}img{height:auto;max-width:100%}@media print{*{-webkit-print-color-adjust:exact;print-color-adjust:exact}@page{size:A4}}