*{outline:0}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;line-height:1;font-family:inherit;text-align:left}a{-webkit-tap-highlight-color:#fff}a img,:link img,:visited img{border:0}table{border-collapse:collapse;border-spacing:0}ol,ul{list-style:none}q:before,q:after,blockquote:before,blockquote:after{content:""}*:focus{outline:0;outline:none}body,html{display:flex;flex-grow:1;height:100vh;max-height:-webkit-fill-available;position:relative;overflow-x:hidden;z-index:1;scrollbar-width:thin}body ::-webkit-scrollbar,html ::-webkit-scrollbar{width:1px}body ::-webkit-scrollbar-track,html ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,0)}body ::-webkit-scrollbar-thumb,html ::-webkit-scrollbar-thumb{background-color:#0000;outline:1px solid rgba(0,0,0,0)}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}.gap-16{gap:16px}body{font-size:16px;background:#222;color:#eef0f2}body input::-webkit-outer-spin-button,body input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#app,body,html{position:relative;display:flex;flex-direction:column;flex-grow:1;height:100%;width:100%;align-items:center;justify-content:flex-start;font-family:Manrope,sans-serif}header{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center;padding:42px}header logo{display:flex;width:130px;height:40px;background:url(/logo.svg) no-repeat center center;background-size:contain}header h1{font-family:Manrope,sans-serif;font-weight:800;font-size:rem(1)}span.help{display:flex;flex-direction:row;align-items:center;padding:6px;position:fixed;left:22px;bottom:22px;background:#EF235E;border:1px solid rgba(255,255,255,.15);box-shadow:0 1px 1px #000000bf;border-radius:100px;z-index:500;color:#fff;text-decoration:none;font-family:Manrope,sans-serif;font-weight:800;cursor:pointer;user-select:none;transition:bottom cubic-bezier(.68,-.55,.265,1.55) .3s,box-shadow cubic-bezier(.68,-.55,.265,1.55) .3s}span.help span.icon{display:flex;width:25px;height:25px;background:url(/icon-help.svg) no-repeat center center;background-size:10px;border-radius:100px}@media only screen and (max-width: 767px){span.help span.icon{width:16px;height:16px;background-size:8px}}span.help:hover{bottom:28px;box-shadow:0 10px 30px #00000080}@media only screen and (max-width: 767px){span.help{left:8px;bottom:8px}span.help:hover{bottom:8px}}section-equation{display:none;flex-direction:column;align-items:center;position:absolute;left:18px;bottom:18px;background:#EF235E;z-index:1000;padding:32px;border-radius:32px;gap:26px;width:600px}section-equation.active{display:flex}@media only screen and (max-width: 767px){section-equation{position:fixed;top:0;left:0;border-radius:0;width:100%;height:100%;overflow-y:scroll}}section-equation h3{font-size:1.5rem;font-family:Manrope,sans-serif;font-weight:800;display:flex;width:100%;flex-direction:row;align-items:center;justify-content:space-between}section-equation h3 span.close{display:flex;width:32px;height:32px;background:#B8073A url(/icon-close.svg) no-repeat center center;background-size:12px;border-radius:100px;cursor:pointer;transition:background ease-in-out .15s,color ease-in-out .15s}section-equation h3 span.close:hover{background:#8D0E33 url(/icon-close.svg) no-repeat center center;background-size:12px}section-equation ul.equation-explanation{display:flex;flex-direction:column;gap:26px}section-equation ul.equation-explanation li{display:flex}section-equation ul.equation-explanation li.step{flex-direction:row;justify-content:flex-start;gap:16px}section-equation ul.equation-explanation li.step.special{align-items:center}section-equation ul.equation-explanation li.step span.count{display:flex;flex-direction:column;min-width:35px;max-width:35px;min-height:35px;max-height:35px;border-radius:100px;align-items:center;justify-content:center;background:#B8073A}section-equation ul.equation-explanation li.step p{line-height:130%}section-equation ul.equation-explanation li.code{flex-direction:column;gap:8px}section-equation ul.equation-explanation li.code p{background:#B8073A;border-radius:4px;padding:10px;font-family:monospace;font-size:.85rem;line-height:130%}section.wrap{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:32px;width:100%;max-width:1300px;min-width:1200px;position:relative}@media only screen and (max-width: 767px){section.wrap{max-width:100%;min-width:100%}}section.shade{position:fixed;top:0;left:0;width:100dvw;height:100dvh;background:rgba(0,0,0,.15);backdrop-filter:blur(4px);display:none}section.shade.active{display:block}section.report{background:#fff;color:#222;padding:64px;width:100%;max-width:900px;border-radius:32px;display:none;flex-direction:column;gap:42px;position:absolute;z-index:10000;box-shadow:0 20px 75px #00000080;top:64px}@media only screen and (max-width: 767px){section.report{position:fixed;padding:32px;width:100%;max-width:none;height:100vh;border-radius:0;overflow-y:scroll;top:0;left:0}}section.report.active{display:flex}section.report button-row{display:flex;flex-direction:row;justify-content:flex-end;margin-top:16px}section.report button-row span.back,section.report button-row span.print{user-select:none;cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;gap:4px;font-size:.75rem;color:#222;font-family:Manrope,sans-serif;font-weight:600;background:#F2F2F2;border-radius:100px;transition:background ease-in-out .15s,color ease-in-out .15s}section.report button-row span.back span.icon,section.report button-row span.print span.icon{display:flex;width:10px;height:16px}section.report button-row span.back span.icon.icon-back,section.report button-row span.print span.icon.icon-back{background:url(/icon-back-blk.svg) no-repeat left center;background-size:4px}section.report button-row span.back span.icon.icon-print,section.report button-row span.print span.icon.icon-print{background:url(/icon-printer-blk.svg) no-repeat left center;background-size:contain}section.report button-row span.back:hover,section.report button-row span.print:hover{background:#E7E7E7}section.report button-row span.print{gap:10px}section.report button-row span.print span.icon{width:16px;height:16px}section.report report-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;z-index:10}section.report report-header logo-wrap{display:flex;flex-direction:row;align-items:center;gap:8px}section.report report-header logo-wrap logo{display:flex;width:32px;height:32px;background:url(/logo-mark-only.svg) no-repeat center center;background-size:contain}section.report report-header logo-wrap h1{font-family:Manrope,sans-serif;font-weight:800;font-size:1.25rem}section.report report-header section.client-and-close{display:flex;flex-direction:row;align-items:center;gap:16px}section.report report-header section.client-and-close h4{display:flex;gap:8px;font-size:1rem;font-family:Manrope,sans-serif;font-weight:300}section.report report-header section.client-and-close h4 strong{font-family:Manrope,sans-serif;font-weight:800}section.report report-header section.client-and-close span.close{user-select:none;cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center;width:32px;height:32px;gap:4px;color:#222;background:#E7E7E7 url(/icon-close-blk.svg) no-repeat center center;border-radius:100px;opacity:.66;transition:opacity ease-in-out .15s}section.report report-header section.client-and-close span.close:hover{opacity:1}section.report report-subhead{display:flex;position:relative;flex-direction:column;padding:32px 45% 32px 32px;gap:16px;background:#E5F6FF;border-radius:16px;color:#012d44}@media only screen and (max-width: 767px){section.report report-subhead{padding-right:32px;align-items:center}}section.report report-subhead h4{font-size:1.25rem}@media only screen and (max-width: 767px){section.report report-subhead h4{width:100%;text-align:left}}section.report report-subhead p{font-family:Manrope,sans-serif;font-weight:300;line-height:150%}section.report report-subhead span.conference-room{width:325px;height:325px;background:url(/conference-room.png) no-repeat center center;background-size:contain;position:absolute;right:8px;top:-55px}@media only screen and (max-width: 767px){section.report report-subhead span.conference-room{width:90%;position:relative;right:auto;top:auto}}section.report p.summary{font-family:Manrope,sans-serif;font-weight:300;line-height:150%}section.report p.summary strong{font-family:Manrope,sans-serif;font-weight:800}section.report section.room-breakdown h4{font-family:Manrope,sans-serif;font-weight:800;margin-bottom:16px}section.report section.room-breakdown ul{display:flex;flex-direction:column}section.report section.room-breakdown ul li{display:flex;flex-direction:row;align-items:center;background:rgba(0,0,0,.05);padding:8px;border-radius:8px;margin-bottom:8px;font-size:1rem;font-family:Manrope,sans-serif;font-weight:300}section.report section.room-breakdown ul li strong{font-family:Manrope,sans-serif;font-weight:800;margin:0 4px}section.report section.room-breakdown ul li strong:first-child{margin-left:0}section.report section.room-breakdown ul li strong:last-child{margin-right:0}section.report section.room-breakdown ul li:last-child{margin-bottom:0}section.report section.room-breakdown ul li span.count{display:flex;flex-direction:column;background:#222;color:#fff;width:32px;height:32px;align-items:center;justify-content:center;border-radius:32px;margin-right:16px}section.input,section.disperse{background:#282828;padding:32px;width:100%;border-radius:32px;margin-top:42px;display:flex;flex-direction:row;height:100%;gap:32px}@media only screen and (max-width: 767px){section.input,section.disperse{max-width:calc(100% - 64px);min-width:100%;flex-direction:column}}section.input guide,section.disperse guide{background:rgba(238,240,242,.02);height:100%;padding:32px;border-radius:16px;max-width:370px}@media only screen and (max-width: 767px){section.input guide,section.disperse guide{max-width:100%}}section.input guide h2,section.disperse guide h2{font-size:2rem;color:#ffc701;font-family:Manrope,sans-serif;font-weight:800;margin-bottom:32px;display:flex;flex-direction:row;align-items:center;gap:8px}section.input guide h2 a.back,section.disperse guide h2 a.back{color:#ffc701;text-decoration:none;display:flex;flex-direction:row;align-items:center}section.input guide h2 a.back span.icon,section.disperse guide h2 a.back span.icon{display:flex;width:10px;height:16px;background:url(/back-arrow.svg) no-repeat left center;background-size:6px;margin-right:8px;transition:opacity ease-in-out .15s;opacity:.33}section.input guide h2 a.back:hover span.icon,section.disperse guide h2 a.back:hover span.icon{opacity:1}section.input guide p,section.disperse guide p{font-size:1.125rem;line-height:195%;letter-spacing:-.5px;margin-bottom:16px}section.input guide p strong,section.disperse guide p strong{font-family:Manrope,sans-serif;font-weight:800}@media only screen and (max-width: 767px){section.input guide p span.desktop,section.disperse guide p span.desktop{display:none}}section.input guide p span.mobile,section.disperse guide p span.mobile{display:none}@media only screen and (max-width: 767px){section.input guide p span.mobile,section.disperse guide p span.mobile{display:inline}}section.disperse section.room-plan{display:flex;flex-direction:column;align-items:center;flex-grow:1}section.disperse section.room-plan section.room-estimate{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:15px 16px 15px 24px;background:#202020;border-radius:16px}section.disperse section.room-plan section.room-estimate left-column{display:flex;flex-direction:row;align-items:center;gap:12px}section.disperse section.room-plan section.room-estimate button.report{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 22px;background:linear-gradient(156.82deg,#00F0FF -34.47%,#0037C5 145.34%);border-radius:100px;border:none;color:#fff;font-family:Manrope,sans-serif;font-weight:800;text-shadow:1px 1px rgba(0,0,0,.25);gap:8px;font-size:.85rem;cursor:pointer}section.disperse section.room-plan section.room-estimate button.report span.icon{width:13px;height:20px;background:url(/icon-report.svg) no-repeat center center;background-size:contain}section.disperse section.room-plan section.room-estimate h3{font-size:1.25rem;font-family:Manrope,sans-serif;font-weight:800}section.disperse section.room-plan section.room-estimate span.room-estimate{font-size:1rem;display:flex;flex-direction:row;align-items:center;padding:16px;max-width:60px;text-align:center;height:42px;background:rgba(0,0,0,.25);border-radius:100px;user-select:none;color:#fff}section.disperse section.room-plan section.rooms{display:flex;flex-direction:column;align-items:center;width:100%;flex-grow:1;overflow:auto}section.disperse section.room-plan section.rooms h4{font-size:1.5rem;font-family:Manrope,sans-serif;font-weight:800;width:100%;padding:0 0 32px;display:flex;flex-direction:row;justify-content:space-between}section.disperse section.room-plan section.rooms h4 a.add-room{display:flex;flex-direction:row;justify-content:center;align-items:flex-center;color:#ffffff54;text-decoration:none;font-family:Manrope,sans-serif;font-weight:800;padding:8px;background:rgba(255,255,255,.02);border-radius:4px;font-size:.75rem;cursor:pointer;transition:background ease-in-out .15s,color ease-in-out .15s}section.disperse section.room-plan section.rooms h4 a.add-room:hover{background:rgba(255,255,255,.05);color:#fff}section.disperse section.room-plan section.rooms ul.room{display:flex;flex-direction:row;width:100%;background:rgba(0,0,0,.1);border:1px solid rgba(0,0,0,0);padding:8px;border-radius:8px;gap:8px;margin-bottom:16px}section.disperse section.room-plan section.rooms ul.room.locked{border:1px solid #fff}section.disperse section.room-plan section.rooms ul.room li{display:flex;flex-direction:row}section.disperse section.room-plan section.rooms ul.room li:first-child{align-items:center}section.disperse section.room-plan section.rooms ul.room li:first-child input[type=checkbox]{visibility:hidden;width:0}section.disperse section.room-plan section.rooms ul.room li:first-child input[type=checkbox]~label{display:flex;flex-direction:row;justify-content:center;width:25px;height:100%;flex-grow:1;align-items:center;background:url(/icon-unlocked.svg) no-repeat center center;transition:opacity ease-in-out .15s;opacity:.33;cursor:pointer}section.disperse section.room-plan section.rooms ul.room li:first-child input[type=checkbox]~label:hover{opacity:1}section.disperse section.room-plan section.rooms ul.room li:first-child input[type=checkbox]:checked~label{background:url(/icon-locked.svg) no-repeat center center;opacity:1}section.disperse section.room-plan section.rooms ul.room li span.size{display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.35);font-size:.6rem;font-family:Manrope,sans-serif;font-weight:800;text-transform:uppercase;padding:0 12px;border-radius:4px;width:65px}section.disperse section.room-plan section.rooms ul.room li form{display:flex;flex-direction:row;align-items:center;gap:8px}section.disperse section.room-plan section.rooms ul.room li form input.room-count{text-align:center;max-width:55px}section.disperse section.room-plan section.rooms ul.room li.select{flex-grow:1}section.disperse section.room-plan section.rooms ul.room li.select select{display:flex;flex-grow:1}section.disperse section.room-plan section.rooms ul.room li span.icon{display:flex;width:32px;transition:opacity ease-in-out .15s;opacity:.33;cursor:pointer}section.disperse section.room-plan section.rooms ul.room li span.icon.icon-delete{background:url(/icon-delete.svg) no-repeat center center;background-size:12px}section.disperse section.room-plan section.rooms ul.room li span.icon:hover{opacity:1}section.input{display:none}section.input.active{display:flex}section.disperse{display:none}section.disperse.active{display:flex}haha-business{position:absolute;bottom:0;left:64px;width:232px;height:345px;background:url(/haha-business-1.png) no-repeat center center;background-size:contain;display:block;display:none}@media print{body *{visibility:hidden}@page{size:auto;margin:0}section.report,section.report *{visibility:visible}section.report{position:absolute;left:0;top:0;border-radius:0;box-shadow:0 20px 75px #0000}section.report report-header logo-wrap{margin-left:-42px}section.report report-subhead{display:none}section.report button-row{display:none}section.report section.room-breakdown ul li span.count{color:#000;width:auto}}form{display:flex;flex-direction:column;flex-grow:1;gap:32px}form h3{font-size:1.5rem;font-family:Manrope,sans-serif;font-weight:800;margin-bottom:16px}form input[type=text],form input[type=number]{background:rgba(238,240,242,.05);padding:12px;border-radius:4px;border:none;color:#eef0f2;font-size:1rem;display:flex}form input[type=text]#peopleValue,form input[type=number]#peopleValue{text-align:center;max-width:75px}form fieldset{display:flex;flex-direction:column;width:100%;gap:8px}form fieldset label{margin-bottom:4px;font-size:.875rem;font-family:Manrope,sans-serif;font-weight:300;color:#eef0f2a8}form fieldset.row{flex-direction:row;align-items:center}@media only screen and (max-width: 767px){form fieldset.row{flex-direction:column}}form fieldset.special-row{gap:16px}@media only screen and (max-width: 767px){form fieldset.mobile-row{flex-direction:row}}form fieldset.column{flex-direction:column}form input[type=range]{font-size:1.5rem;width:55%}form input[type=range]#peopleRange{width:100%}form input[type=range]{--thumb-height: 1rem;--track-height: .025em;--track-color: rgba(0, 0, 0, .2);--brightness-hover: 180%;--brightness-down: 80%;--clip-edges: .125em}form input[type=range]{color:#dd9801;--track-color: rgba(255, 255, 255, .1)}form input[type=range]{position:relative;background:rgba(255,255,255,0);overflow:hidden}form input[type=range]:active{cursor:grabbing}form input[type=range],form input[type=range]::-webkit-slider-runnable-track,form input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;transition:all ease .1s;height:var(--thumb-height)}form input[type=range]::-webkit-slider-runnable-track,form input[type=range]::-webkit-slider-thumb{position:relative}form input[type=range]::-webkit-slider-thumb{--thumb-radius: calc((var(--thumb-height) * .5) - 1px);--clip-top: calc((var(--thumb-height) - var(--track-height)) * .5 - .5px);--clip-bottom: calc(var(--thumb-height) - var(--clip-top));--clip-further:calc(100% + 1px);--box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0 100vmax currentColor;width:var(--thumb-width, var(--thumb-height));background:linear-gradient(currentColor 0 0) scroll no-repeat left center/50% calc(var(--track-height) + 1px);background-color:currentColor;box-shadow:var(--box-fill);border-radius:var(--thumb-width, var(--thumb-height));filter:brightness(100%);clip-path:polygon(100% -1px,var(--clip-edges) -1px,0 var(--clip-top),-100vmax var(--clip-top),-100vmax var(--clip-bottom),0 var(--clip-bottom),var(--clip-edges) 100%,var(--clip-further) var(--clip-further))}form input[type=range]:hover::-webkit-slider-thumb{cursor:grab}form input[type=range]:active::-webkit-slider-thumb{cursor:grabbing}form input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(var(--track-color) 0 0) scroll no-repeat center/100% calc(var(--track-height) + 1px)}select{appearance:none;border:0;outline:0;font:inherit;font-size:.75rem;height:42px;padding:0 4em 0 1em;background:rgba(0,0,0,.07) url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg) no-repeat right .8em center/1em;color:#fff;border-radius:.25em;cursor:pointer}select option{font-size:.825rem}select:focus{outline:none}select::-ms-expand{display:none}span.gap{display:flex;flex-grow:1}action-row{width:100%;align-self:flex-end;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px;gap:10px;background:#202020;border-radius:16px}action-row p{font-size:.75rem;letter-spacing:-.5px;color:#ffffffa8;line-height:130%;max-width:250px;display:flex;flex-direction:row;align-items:center;gap:8px}action-row p span.icon{display:flex;align-items:center;justify-content:center;min-width:20px;min-height:20px;border-radius:100px}action-row p span.icon.icon-help{background:rgba(255,255,255,.15) url(/icon-help.svg) no-repeat center center;background-size:6px}action-row p span.icon.icon-warning{background:red url(/icon-warning.svg) no-repeat center center;background-size:3px}action-row p.warning{color:red}action-row button{border:none;font-family:Manrope,sans-serif;font-weight:800;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:10px 16px;background:linear-gradient(99.24deg,#FFC700 -12.31%,#C57600 119.6%);border-radius:100px;color:#fff;text-shadow:0px 1px 1px rgba(0,0,0,.25);cursor:pointer;gap:8px;font-size:.85rem}action-row button span.icon{width:16px;height:24px;background:url(/icon-magic.svg) no-repeat center center;background-size:contain}@media only screen and (max-width: 767px){action-row button{width:250px;font-size:.75rem}}
