@charset "UTF-8";html,body,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,div,span,img,a,table,tr,th,td{border:0;font-size:100%;font-weight:400;margin:0;padding:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none;list-style-type:none}a{color:var(--link-blue);text-decoration:none}a:visited{color:var(--link-blue)}button{background:none;border:none;color:inherit;font:inherit;outline:inherit;padding:0}form{margin:0}html *,:before,:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Helvetica Neue,Arial,MS Pゴシック,sans-serif;line-height:1.5}:root{--black: #333;--white: #fff;--gray: #ccc;--gray-light: #ecf0f1;--gray-medium: #ddd;--gray-deep: #808080;--gray-dark: #343a40;--navy: #2c3e50;--red: #ff0000;--red-light: #f8d7da;--red-deep: #721c24;--blue: #0000ff;--blue-light: #0080ff;--blue-sky: #86b4ff;--green: #2ecc71;--primary: var(--blue-light);--secondary: var(--gray-deep);--success: #28a745;--info: #17a2b8;--warning: #ffc107;--danger: #dc3545;--light: #f8f9fa;--dark: #555;--link: #007bff;--inactive: rgba(255, 255, 255, .5);--link-blue: #1a0dab;--link-color: var(--black);--link-bg-color: var(--gray-medium);--link-hover-color: var(--blue);--create-color: var(--green);--store-color: var(--green);--login-color: var(--blue-light);--edit-color: var(--blue-light);--update-color: var(--blue-light);--delete-color: var(--red-deep);--success-bg-color: #08b94e1a;--success-txt-color: #08b94e;--deleted-bg-color: var(--red-light);--deleted-txt-color: var(--red-deep);--error-bg-color: var(--red-light);--error-txt-color: var(--red-deep);--error-txt-color: #d8000c;--warning-bg-color: #f9e79f;--warning-txt-color: #7a650c;--footer-color: var(--dark);--header-color: var(--dark);--main-color: var(--gray-light);--header-height: 40px;--footer-height: 32px;--pc-page-padding-x: 24px;--sp-page-padding-x: 4%;--z-index-mask: 900;--z-index-modal: 1000}.title{color:var(--black);font-weight:700}.title.title-h1{font-size:1.4rem}.title.title-h2,.title.title-h3{font-size:1.2rem}.title.title-h4,.title.title-h5,.title.title-h6{font-size:1rem}.link{display:inline-block;text-decoration:underline}.link:hover{color:var(--link-hover-color);cursor:pointer}.link-small{color:inherit;display:inline-block;font-size:.9rem;border-radius:4px;border:1px solid var(--gray);padding:0 4px}.b-link{background-color:#ccc;color:inherit;display:block;margin:8px 0;padding:8px 0}.b-link:hover{opacity:.8}.menu-list{display:flex;flex-wrap:wrap}.menu-list .menu-item{--sp-cols: 2;--pc-cols: 2;padding:8px;width:calc(100% / var(--sp-cols))}@media screen and (min-width: 960px){.menu-list .menu-item{width:calc(100% / var(--pc-cols))}}.menu-list .menu-item .menu-link{background-color:var(--white);border-radius:8px;color:var(--link-color);display:block;font-weight:700;padding:32px 24px}.menu-list .menu-item .menu-link:hover{box-shadow:0 0 2rem #d8dde5;opacity:.9}.btn-group{align-items:center;display:flex;flex-wrap:wrap}.btn,.btn-sm,.btn-block{background-color:var(--gray-light);border-radius:4px;cursor:pointer;display:inline-block;padding:4px 16px;white-space:nowrap}.btn:focus,.btn:hover,.btn-sm:focus,.btn-sm:hover,.btn-block:focus,.btn-block:hover{opacity:.8}.btn-sm{font-size:.9rem;padding:0 4px}.btn-block{display:block;text-align:center;width:100%}.btn.btn-primary,.btn-sm.btn-primary,.btn-block.btn-primary{background-color:var(--primary);color:var(--white)}.btn.btn-secondary,.btn-sm.btn-secondary,.btn-block.btn-secondary{background-color:var(--secondary);color:var(--white)}.btn.btn-success,.btn-sm.btn-success,.btn-block.btn-success{background-color:var(--success);color:var(--white)}.btn.btn-create,.btn-sm.btn-create,.btn-block.btn-create{background-color:var(--create-color);color:var(--white)}.btn.btn-store,.btn-sm.btn-store,.btn-block.btn-store{background-color:var(--store-color);color:var(--white)}.btn.btn-edit,.btn-sm.btn-edit,.btn-block.btn-edit{background-color:var(--edit-color);color:var(--white)}.btn.btn-update,.btn-sm.btn-update,.btn-block.btn-update{background-color:var(--update-color);color:var(--white)}.btn.btn-delete,.btn-sm.btn-delete,.btn-block.btn-delete{background-color:var(--delete-color);color:var(--white)}input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],input[type=month],input[type=week],input[type=datetime-local],input[type=time],input[type=date],select{max-height:36px}.input-group{margin-bottom:16px}.input-field{background-color:var(--white);border:1px solid var(--gray-medium);border-radius:4px;color:var(--black);display:block;font-size:1rem;font-family:inherit;letter-spacing:1px;padding:8px;width:100%}.input-field:focus{border-color:var(--blue-sky);box-shadow:0 0 0 2px #86b4ff80;outline:none}.input-field.is-invalid{border:1px solid var(--error-txt-color)}.input-field.is-invalid:focus{box-shadow:0 0 0 2px #dc354540}.input-field[type=checkbox],.input-field[type=radio]{display:inline-block;width:auto}.invalid-feedback{color:var(--error-txt-color);font-size:.875rem;margin-top:.25rem}.form-label{align-items:center;display:flex}.form-label .label-txt{color:var(--dark);font-size:.875rem;font-weight:700;margin-right:4px}.form-label .required-dot{color:var(--red);font-weight:700}.form-label .required-label{border:1px solid var(--red);border-radius:16px;color:var(--red);font-size:.5rem;font-weight:700;padding:0 4px}.input-field[readonly]{background-color:var(--gray-light)}.input-field[readonly]:focus{border:1px solid var(--gray-medium);box-shadow:none;outline:none}.timepicker-box{display:flex}.alert{border-radius:4px;margin-bottom:16px;padding:8px}.alert.alert-success{background-color:var(--success-bg-color);color:var(--success-txt-color)}.alert.alert-deleted{background-color:var(--deleted-bg-color);color:var(--deleted-txt-color)}.alert.alert-error{background-color:var(--error-bg-color);color:var(--error-txt-color)}.alert.alert-warning{background-color:var(--warning-bg-color);color:var(--warning-txt-color)}.icon-block{align-items:center;color:inherit;display:flex}.icon-block:hover{cursor:pointer;opacity:.8}.icon-block .icon-label{margin-left:4px}.collapse{display:none}@media screen and (min-width: 960px){.row{display:flex;flex-wrap:wrap}}.row+.row{margin-top:8px}.col{flex:1 0 0%}.col:not(:last-child){padding-bottom:8px}@media screen and (min-width: 960px){.col:not(:last-child){padding-bottom:0;padding-right:8px}}@media screen and (min-width: 960px){.col-1{width:8.3333333333%}}@media screen and (min-width: 960px){.col-2{width:16.6666666667%}}@media screen and (min-width: 960px){.col-3{width:25%}}@media screen and (min-width: 960px){.col-4{width:33.3333333333%}}@media screen and (min-width: 960px){.col-5{width:41.6666666667%}}@media screen and (min-width: 960px){.col-6{width:50%}}@media screen and (min-width: 960px){.col-7{width:58.3333333333%}}@media screen and (min-width: 960px){.col-8{width:66.6666666667%}}@media screen and (min-width: 960px){.col-9{width:75%}}@media screen and (min-width: 960px){.col-10{width:83.3333333333%}}@media screen and (min-width: 960px){.col-11{width:91.6666666667%}}@media screen and (min-width: 960px){.col-12{width:100%}}.col-1:not(:last-child){padding-bottom:8px}@media screen and (min-width: 960px){.col-1:not(:last-child){padding-bottom:0;padding-right:8px}}.col-2:not(:last-child){padding-bottom:8px}@media screen and (min-width: 960px){.col-2:not(:last-child){padding-bottom:0;padding-right:8px}}.col-3:not(:last-child){padding-bottom:8px}@media screen and (min-width: 960px){.col-3:not(:last-child){padding-bottom:0;padding-right:8px}}.col-4:not(:last-child){padding-bottom:8px}@media screen and (min-width: 960px){.col-4:not(:last-child){padding-bottom:0;padding-right:8px}}.col-5:not(:last-child){padding-bottom:8px}@media screen and (min-width: 960px){.col-5:not(:last-child){padding-bottom:0;padding-right:8px}}.col-6:not(:last-child){padding-bottom:8px}@media screen and (min-width: 960px){.col-6:not(:last-child){padding-bottom:0;padding-right:8px}}.col-7:not(:last-child){padding-bottom:8px}@media screen and (min-width: 960px){.col-7:not(:last-child){padding-bottom:0;padding-right:8px}}.col-8:not(:last-child){padding-bottom:8px}@media screen and (min-width: 960px){.col-8:not(:last-child){padding-bottom:0;padding-right:8px}}.col-9:not(:last-child){padding-bottom:8px}@media screen and (min-width: 960px){.col-9:not(:last-child){padding-bottom:0;padding-right:8px}}.col-10:not(:last-child){padding-bottom:8px}@media screen and (min-width: 960px){.col-10:not(:last-child){padding-bottom:0;padding-right:8px}}.col-11:not(:last-child){padding-bottom:8px}@media screen and (min-width: 960px){.col-11:not(:last-child){padding-bottom:0;padding-right:8px}}.col-12:not(:last-child){padding-bottom:8px}@media screen and (min-width: 960px){.col-12:not(:last-child){padding-bottom:0;padding-right:8px}}.nav{text-align:center}.pagination{display:flex;justify-content:center;padding:1rem;list-style-type:none}.list-item{margin:0 .5rem}.list-item .page-link{border:1px solid var(--gray);padding:.5rem;text-decoration:none;color:var(--black);background-color:#eee;border-radius:4px;transition:background-color .2s}.list-item .page-link:hover{background-color:var(--gray)}.list-item.disabled .page-link{color:var(--gray-deep);pointer-events:none}.content-header-block{align-items:center;border-bottom:1px solid var(--gray-medium);display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:4px}.content-middle-block{align-items:center;border-bottom:1px solid var(--gray-medium);display:flex;justify-content:space-between;margin-top:16px;margin-bottom:16px;padding-bottom:4px}.table-block{border-radius:4px}.table-block.is-scrollable{overflow-x:scroll;overflow-y:scroll;max-height:90vh}.table{background-color:var(--white);border-collapse:collapse;text-align:left;width:100%}.table.is-fixed{table-layout:fixed}.table-header{background-color:var(--gray-medium);position:sticky;top:0}.th-cell{border-right:1px solid var(--gray-light);font-weight:700;padding:8px 16px;white-space:nowrap}.table-row:not(:last-child){border-bottom:1px solid var(--gray-medium)}.td-cell{border-right:1px solid var(--gray-light);padding:8px 16px;overflow-wrap:break-word}.table{border-radius:4px}.table-header .table-row .th-cell:first-child{border-top-left-radius:4px}.table-header .table-row .th-cell:last-child{border-top-right-radius:4px}.table-body .table-row:last-child .td-cell:first-child{border-bottom-left-radius:4px}.table-body .table-row:last-child .td-cell:last-child{border-bottom-right-radius:4px}.th-cell.is-ellipsis,.td-cell.is-ellipsis{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.th-cell.is-hidden,.td-cell.is-hidden,.th-cell.is-hidden-mobile,.td-cell.is-hidden-mobile{display:none}@media screen and (min-width: 960px){.th-cell.is-hidden-mobile,.td-cell.is-hidden-mobile{display:block}}.th-cell.accent{background-color:#b6ffce}.input-form-block{background-color:var(--white);border-radius:4px;margin-bottom:16px}.input-form-block .input-form-body{padding:16px;border-radius:0 0 4px 4px}.input-form-table .th-cell,.input-form-table .td-cell{padding:8px}.search-block{--padding-x: 16px;background-color:var(--white);border-radius:4px;margin-bottom:16px}.search-block .search-header{align-items:center;background-color:var(--gray);border-radius:4px 4px 0 0;color:inherit;display:flex;justify-content:space-between;margin-bottom:16px;padding:4px var(--padding-x)}.search-block .search-header .material-symbols-outlined{padding:4px}.search-block .search-header .material-symbols-outlined:hover{background-color:var(--gray-medium);border-radius:50%;cursor:pointer;opacity:.8}.search-block .search-body{padding:0 var(--padding-x)}.search-block .search-body.collapse{display:none}.search-block .search-footer{padding:16px var(--padding-x)}.search-block .search-footer .search-info{margin-top:16px}.search-block .search-footer.collapse{display:none}@media screen and (min-width: 960px){.search-block .search-footer{align-items:center;display:flex;flex-wrap:wrap}.search-block .search-footer .search-info{margin-right:16px;margin-top:0}}.date-select{align-items:center;display:flex;flex-wrap:wrap}.sort-field{margin-top:16px;align-items:center;display:flex;margin-left:auto}@media screen and (min-width: 960px){.sort-field{margin-top:0}}.sort-field .form-label{display:inline-block;white-space:nowrap}.sort-field .input-field{display:inline-block}.layout-header{background-color:var(--header-color);color:var(--white);height:var(--header-height)}.header-container{align-items:center;display:flex;padding:4px var(--sp-page-padding-x)}@media screen and (min-width: 960px){.header-container{padding:0 var(--pc-page-padding-x)}}.header-container .header-logo{--logo-size: 32px;height:var(--logo-size);margin-right:8px;width:var(--logo-size)}.header-container .header-logo .header-logo-img{height:var(--logo-size);width:var(--logo-size)}.header-container .header-title{margin-right:16px}.header-container .header-title .title-link{color:inherit;font-size:1.2rem;font-weight:700}.header-container .header-title .title-link:hover{opacity:.8}.header-container .header-nav{display:none}@media screen and (min-width: 960px){.header-container .header-nav{align-items:center;color:var(--inactive);display:flex;overflow:hidden;white-space:nowrap}}.header-container .header-nav .nav-item.active{color:var(--white)}.header-container .header-nav .nav-item .nav-link{color:inherit;display:block;margin-right:8px;padding:8px}.header-container .header-nav .nav-item .nav-link:hover{color:var(--white);opacity:.8}.header-container .header-mobile-menu{margin-left:16px}@media screen and (min-width: 960px){.header-container .header-mobile-menu{display:none}}.header-container .header-mobile-menu .material-symbols-outlined{display:block;font-size:2rem}.header-container .header-mobile-menu .material-symbols-outlined:hover{cursor:pointer;opacity:.8}.user-info{position:relative;margin-left:auto}.user-info-modal{background-color:var(--white);border-radius:4px;box-shadow:0 0 8px var(--gray-dark);color:var(--black);display:none;right:0;min-width:240px;position:absolute;text-align:center;top:24px;z-index:var(--z-index-modal)}.user-info-modal.show{display:block}.user-info-modal-header{border-bottom:1px solid var(--gray);padding:16px}.user-info-modal-body{border-bottom:1px solid var(--gray)}.user-info-modal-body .profile-menu{padding:8px}.user-info-modal-body .profile-menu:hover{background-color:var(--gray-light);cursor:pointer;opacity:.8}.user-info-modal-footer .logout-form-wrapper{border-radius:0 0 4px 4px;color:var(--red);padding-bottom:8px;padding-top:8px}.user-info-modal-footer .logout-form-wrapper:hover{background-color:var(--gray-light);cursor:pointer;opacity:.8}.layout-collapse-header{background-color:var(--header-color);color:var(--white)}.header-collapse-container{display:none}.header-collapse-container.visible{display:block;padding:0 24px 24px}@media screen and (min-width: 960px){.header-collapse-container.visible{display:none}}.header-collapse-container .header-nav .nav-item{border-bottom:1px solid #fff}.header-collapse-container .header-nav .nav-item .nav-link{color:inherit;display:block;padding:8px}.header-collapse-container .header-nav .nav-item .nav-link:hover{background-color:#397abed3}.layout-home{background-color:var(--main-color);color:var(--black);min-height:calc(100vh - var(--header-height) - var(--footer-height))}.layout-home .home-container{margin:0 auto;padding:24px 4%}@media screen and (min-width: 960px){.layout-home .home-container{max-width:960px;padding:16px 24px}}.layout-main{background-color:var(--main-color);color:var(--black);min-height:calc(100vh - var(--header-height))}.layout-main .main-container{margin:0 auto;padding:24px 4%}@media screen and (min-width: 960px){.layout-main .main-container{padding:16px 24px}}.layout-footer{background-color:var(--footer-color);color:var(--white);height:var(--footer-height)}.layout-footer .footer-container{text-align:center;padding:4px var(--sp-page-padding-x)}@media screen and (min-width: 960px){.layout-footer .footer-container{padding:4px var(--pc-page-padding-x)}}body.modal-open{overflow:hidden}.page-mask{background:rgba(0,0,0,.4);bottom:0;display:none;left:0;overflow:auto;position:fixed;right:0;top:0;z-index:var(--z-index-mask)}.page-mask.show{display:block}.layout-login{background-color:var(--gray-light);min-height:100vh}.login-container{padding:80px 16px;max-width:480px;margin:0 auto}.login-title-block{text-align:center;padding-bottom:24px}.login-form-block{background-color:var(--white);border-radius:8px;padding:24px}.login-input-row+.login-input-row{margin-top:16px}.layout-operation{background-color:var(--dark);border-top:1px solid var(--gray-medium);bottom:0;position:sticky}.operation-container{align-items:center;display:flex;padding:24px}.delete-form-wrapper{color:var(--white);margin-left:auto}@media screen and (min-width: 960px){.page-wrapper{display:flex;padding:16px}}.calendar-wrapper{padding:24px 0;height:calc(100vh - var(--header-height) - 32px);width:100%}@media screen and (min-width: 960px){.calendar-wrapper{padding:0 24px}}.ordered-project-list{border-radius:4px;border:1px solid #ccc;background-color:#fff;height:calc(100vh - var(--header-height) - 48px)}@media screen and (min-width: 960px){.ordered-project-list{width:300px}}.project-list-header{padding:8px 16px;border-bottom:1px solid #ddd;height:40px}.project-list{height:calc(100vh - var(--header-height) - 64px);overflow:scroll;padding:16px}.project-item{background-color:#0000001a;border:1px solid rgba(0,0,0,.3);border-radius:4px;font-size:.9rem;padding:4px}.project-item+.project-item{margin-top:8px}.calendar-modal-mask{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0000004d;z-index:999;display:none}.calendar-modal-mask.show{display:block}.calendar-input-modal{position:absolute;top:20%;left:50%;transform:translate(-50%,-20%);z-index:1000;display:none}.calendar-input-modal.show{display:block}.calendar-input-modal-container{background-color:var(--white);border:1px solid var(--gray);border-radius:8px;padding:8px 24px;min-width:375px;max-width:440px;max-height:100vh;overflow:auto}.calendar-input-modal-container .input-header{display:flex;padding:8px}.calendar-input-modal-container .input-header .form-title{font-weight:700;font-size:1.1rem}.calendar-input-modal-container .input-header .delete-button{color:#687eff;margin-left:auto;text-decoration:underline}.calendar-input-modal-container .input-header .delete-button:hover{cursor:pointer}.calendar-input-modal-container .input-body{border-radius:8px;padding:8px 24px}.calendar-input-modal-container .input-body.type-company-event{background-color:#d0e7d2}.calendar-input-modal-container .input-body.type-task-schedule{background-color:#d2e0fb}.calendar-input-modal-container .input-body.type-task-result{background-color:var(--gray-medium)}.calendar-input-modal-container .input-footer{align-items:center;display:flex;padding:8px}.calendar-input-modal-container .input-footer .duplicate-button{color:#687eff;margin-left:auto;text-decoration:underline}.calendar-input-modal-container .input-footer .duplicate-button:hover{cursor:pointer}.radio-group{width:100%;max-width:300px;display:flex;flex-wrap:wrap}.radio-group .radio-label{margin-right:8px}.event-label{border:none}.event-label.type-0{background-color:#4d4c7d}.event-label.type-1{background-color:#7d7c7c}.event-label.type-2{background-color:#687eff}.event-label.type-3{background-color:#ff6969}.event-label.type-4{background-color:#4d4c7d}th .fc-datagrid-cell-frame{border-bottom:1px solid var(--fc-border-color)}.fc .fc-toolbar.fc-header-toolbar{margin-bottom:8px}td.fc-resource-group{border-bottom:2px solid #333}td.fc-resource-group.is-hidden{border-bottom:none}td[data-resource-id$="-2"]{background-color:#eee;border-bottom:2px solid #333}td[data-resource-id$="-2"].is-hidden{display:none}.fc-toolbar-chunk button.fc-dailyButton-button{background-color:#687eff;border:1px solid #687EFF}.fc-toolbar-chunk button.fc-dailyButton-button.is-inactive{background-color:#2c3e50;border:1px solid #2c3e50}.fc-toolbar-chunk button.is-active{background-color:#687eff;border:1px solid #687EFF}.fc-toolbar-chunk button.is-active:hover{background-color:#687eff;border:1px solid #687EFF;opacity:.8}.fc-toolbar-chunk button.is-active:focus{border:none;box-shadow:none}.estimate-status{border-radius:4px;padding:4px 8px;font-weight:700;text-align:center}.estimate-status.label-1{background-color:#b0d4ae;color:#274526}.estimate-status.label-2{background-color:#f0e4c3;color:#7a6b43}.estimate-status.label-3{background-color:#cabed8;color:#4e3956}.estimate-status.label-4{background-color:#d8c2b1;color:#5f4433}:root{--fc-border-color: #ccc}td.fc-slot-sun,td.fc-slot-sat,.fc-day-sun,.fc-day-sat,.highlight-slot{background-color:#0000001a}.fc .fc-scrollgrid-liquid{height:95%}.table-block.is-scrollable{overflow-x:scroll;overflow-y:scroll;max-height:55vh}.fc-timeline-event{margin-bottom:4px}.calendar-label{color:#fff;border-radius:4px;padding:4px 8px;text-align:center;font-size:.9rem}.calendar-label.label-1{background-color:#7d7c7c}.calendar-label.label-2{background-color:#687eff}.calendar-label.label-3{background-color:#ff6969}.calendar-label.label-4{background-color:#4d4c7d}.u-mt-1{margin-top:.25rem}.u-mt-2{margin-top:.5rem}.u-mt-3{margin-top:1rem}.u-mt-4{margin-top:1.5rem}.u-mr-1{margin-right:.25rem}.u-mr-2{margin-right:.5rem}.u-mr-3{margin-right:1rem}.u-mr-4{margin-right:1.5rem}.u-mb-1{margin-bottom:.25rem}.u-mb-2{margin-bottom:.5rem}.u-mb-3{margin-bottom:1rem}.u-mb-4{margin-bottom:1.5rem}.u-ml-1{margin-left:.25rem}.u-ml-2{margin-left:.5rem}.u-ml-3{margin-left:1rem}.u-ml-4{margin-left:1.5rem}.u-mx-1{margin-left:.25rem;margin-right:.25rem}.u-mx-2{margin-left:.5rem;margin-right:.5rem}.u-mx-3{margin-left:1rem;margin-right:1rem}.u-mx-4{margin-left:1.5rem;margin-right:1.5rem}.u-my-1{margin-top:.25rem;margin-bottom:.25rem}.u-my-2{margin-top:.5rem;margin-bottom:.5rem}.u-my-3{margin-top:1rem;margin-bottom:1rem}.u-my-4{margin-top:1.5rem;margin-bottom:1.5rem}.u-mx-auto{margin-left:auto;margin-right:auto}.u-mt-auto{margin-top:auto}.u-mr-auto{margin-right:auto}.u-mb-auto{margin-bottom:auto}.u-ml-auto{margin-left:auto}.u-mt-n1{margin-top:-.25rem}.u-mt-n2{margin-top:-.5rem}.u-mt-n3{margin-top:-1rem}.u-mt-n4{margin-top:-1.5rem}.u-mr-n1{margin-right:-.25rem}.u-mr-n2{margin-right:-.5rem}.u-mr-n3{margin-right:-1rem}.u-mr-n4{margin-right:-1.5rem}.u-mb-n1{margin-bottom:-.25rem}.u-mb-n2{margin-bottom:-.5rem}.u-mb-n3{margin-bottom:-1rem}.u-mb-n4{margin-bottom:-1.5rem}.u-ml-n1{margin-left:-.25rem}.u-ml-n2{margin-left:-.5rem}.u-ml-n3{margin-left:-1rem}.u-ml-n4{margin-left:-1.5rem}.u-m-0{margin:0}.u-mt-0{margin-top:0}.u-mr-0{margin-right:0}.u-mb-0{margin-bottom:0}.u-ml-0{margin-left:0}.u-w-8{width:8px}.u-w-16{width:16px}.u-w-24{width:24px}.u-w-32{width:32px}.u-w-40{width:40px}.u-w-48{width:48px}.u-w-56{width:56px}.u-w-64{width:64px}.u-w-72{width:72px}.u-w-80{width:80px}.u-w-88{width:88px}.u-w-96{width:96px}.u-w-104{width:104px}.u-w-112{width:112px}.u-w-120{width:120px}.u-w-128{width:128px}.u-w-136{width:136px}.u-w-144{width:144px}.u-w-152{width:152px}.u-w-160{width:160px}.u-w-168{width:168px}.u-w-176{width:176px}.u-w-184{width:184px}.u-w-192{width:192px}.u-w-200{width:200px}.u-w-208{width:208px}.u-w-216{width:216px}.u-w-224{width:224px}.u-w-232{width:232px}.u-w-240{width:240px}.u-min-w-8{min-width:8px}.u-min-w-16{min-width:16px}.u-min-w-24{min-width:24px}.u-min-w-32{min-width:32px}.u-min-w-40{min-width:40px}.u-min-w-48{min-width:48px}.u-min-w-56{min-width:56px}.u-min-w-64{min-width:64px}.u-min-w-72{min-width:72px}.u-min-w-80{min-width:80px}.u-min-w-88{min-width:88px}.u-min-w-96{min-width:96px}.u-min-w-104{min-width:104px}.u-min-w-112{min-width:112px}.u-min-w-120{min-width:120px}.u-min-w-128{min-width:128px}.u-min-w-136{min-width:136px}.u-min-w-144{min-width:144px}.u-min-w-152{min-width:152px}.u-min-w-160{min-width:160px}.u-min-w-168{min-width:168px}.u-min-w-176{min-width:176px}.u-min-w-184{min-width:184px}.u-min-w-192{min-width:192px}.u-min-w-200{min-width:200px}.u-min-w-208{min-width:208px}.u-min-w-216{min-width:216px}.u-min-w-224{min-width:224px}.u-min-w-232{min-width:232px}.u-min-w-240{min-width:240px}.u-max-w-8{max-width:8px}.u-max-w-16{max-width:16px}.u-max-w-24{max-width:24px}.u-max-w-32{max-width:32px}.u-max-w-40{max-width:40px}.u-max-w-48{max-width:48px}.u-max-w-56{max-width:56px}.u-max-w-64{max-width:64px}.u-max-w-72{max-width:72px}.u-max-w-80{max-width:80px}.u-max-w-88{max-width:88px}.u-max-w-96{max-width:96px}.u-max-w-104{max-width:104px}.u-max-w-112{max-width:112px}.u-max-w-120{max-width:120px}.u-max-w-128{max-width:128px}.u-max-w-136{max-width:136px}.u-max-w-144{max-width:144px}.u-max-w-152{max-width:152px}.u-max-w-160{max-width:160px}.u-max-w-168{max-width:168px}.u-max-w-176{max-width:176px}.u-max-w-184{max-width:184px}.u-max-w-192{max-width:192px}.u-max-w-200{max-width:200px}.u-max-w-208{max-width:208px}.u-max-w-216{max-width:216px}.u-max-w-224{max-width:224px}.u-max-w-232{max-width:232px}.u-max-w-240{max-width:240px}.u-text-left{text-align:left}.u-text-center{text-align:center}.u-text-right{text-align:right}.u-text-justify{text-align:justify}.u-fade-in{opacity:0;animation:fadeIn .3s steps(10) forwards}@keyframes fadeIn{0%{opacity:0}25%{opacity:.25}50%{opacity:.5}75%{opacity:.75}to{opacity:1}}
