@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap";.loading{position:absolute;z-index:9999;top:0;left:0;right:0;height:100vh;background:rgba(36,37,45,.4);justify-content:center;align-items:center}.drawer{position:relative}.drawer .ant-drawer-header{gap:16px}.drawer .ant-drawer-header-title{gap:8px;height:36px}.drawer .ant-drawer-title{font-size:1.4rem;font-weight:600;color:var(--text-10)}.antd-modal{border-radius:8px}.antd-modal .ant-modal-content{padding:0;border-radius:8px}.antd-modal .ant-modal-header{height:56px;margin:0;display:flex;align-items:center;padding:0 24px;border-bottom:1px solid var(--surface-8);background-color:var(--white)}.antd-modal .ant-modal-header>div{font-size:18px;font-weight:600;color:var(--text-10)}.antd-modal .ant-modal-body{overflow:hidden;border-radius:8px}.antd-modal .ant-modal-close-icon{top:20px}.antd-modal .ant-modal-footer{display:none}.button{box-sizing:border-box;padding:12px 16px;color:var(--white);height:40px;box-shadow:unset;display:flex;align-items:center;justify-content:center;border-radius:8px}.button:disabled{background-color:var(--primary);color:var(--white);border:unset;opacity:.6}.ant-btn-default{border:1px solid var(--black-3);color:var(--primary);background-color:var(--white);outline:none!important}.ant-btn-default:disabled{color:var(--primary);background-color:transparent;border:1px solid var(--black-1);border-color:var(--black-1)!important;opacity:.6}.ant-btn-default:hover{color:var(--primary)!important;background-color:transparent;border:1px solid var(--black-1)!important;border-color:var(--primary)!important}.ant-btn-text{border:unset;color:var(--primary);background-color:transparent!important;outline:none!important}.ant-btn-text:disabled{color:var(--primary);background-color:transparent!important;border:unset;opacity:.6}.ant-btn-text:hover{background-color:transparent!important;border:unset!important}.input{display:flex;flex-direction:column}.input input{padding:8px 14px;border-radius:8px;border:1px solid var(--black-3);font-size:1rem}.input input::placeholder{font-weight:400;color:var(--text-4)}.input input:focus{border-color:var(--primary);box-shadow:unset}.input .ant-input-password{padding:8px;border-radius:8px;border:1px solid var(--black-3)}.input .ant-input-password::placeholder{font-weight:400;color:var(--text-4)}.input .ant-input-password:focus{border-color:var(--primary);box-shadow:unset}.input :where(.css-dev-only-do-not-override-1f5amzj).ant-input-affix-wrapper .anticon.ant-input-password-icon{color:var(--primary)}.input .ant-input-group-addon{cursor:pointer}.input .ant-input-status-error{border-color:var(--red-2)!important}.input .ant-input-group-wrapper-status-error .ant-input-group-addon{color:var(--red-2);border-color:var(--red-2)}.input .ant-input-disabled{opacity:.6;background-color:var(--surface-7);color:var(--text-4)}.input .ant-input-affix-wrapper{padding:8px 14px;border-radius:8px;border:1px solid var(--black-3);font-size:1rem}.input .ant-input-affix-wrapper::placeholder{font-weight:400;color:var(--text-4)}.input .ant-input-affix-wrapper:focus{border-color:var(--primary);box-shadow:unset}.input .ant-input-affix-wrapper-disabled{opacity:.4;background-color:var(--surface-7);color:var(--text-4)}.input svg{cursor:pointer}.input svg path{fill:var(--black)}.login{height:100vh;background:var(--white);display:flex}.login-left,.login-right{flex:1;display:flex;align-items:center;justify-content:center}.login-form{width:400px;background:var(--white);border-radius:6px;color:var(--text-10);display:flex;flex-direction:column;align-items:center;box-shadow:none!important}.login-form .ant-card-body{display:flex;flex-direction:column;align-items:start}.login-form__login-btn{border-radius:8px;width:362px;height:43px;padding:12px 16px}.login-form__logo{display:flex;align-items:center;gap:24px;margin-bottom:32px}.login-form__logo img{width:57px;height:54px}.login-form__logo>div{line-height:54px;color:var(--primary)}.login-right{background:url(/assets/login-background-2cf5dd92.png) no-repeat center center;background-size:cover;border-radius:40px;margin:30px 120px 30px 0}.forgot-password{height:calc(100vh - 48px);display:flex;align-items:center;justify-content:center}.forgot-password__form{width:400px;background:var(--white);border-radius:6px;color:var(--text-10);display:flex;flex-direction:column}@keyframes typing{0%{box-shadow:inset -3px 0 #888}to{box-shadow:inset -3px 0 0 transparent}}.mod-error-403,.mod-error-404{align-items:center;justify-content:center}.mod-error-403 h1,.mod-error-404 h1{display:inline-block;font-size:50px;padding-right:12px;animation:typing .5s alternate infinite}.page-403-default{display:flex;align-items:center;justify-content:center;height:calc(100vh - 108px)}.page-403-default-form{max-width:800px;width:100%;height:400px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:40px}.page-403-default-form__content{align-items:start;justify-content:start;text-align:start;max-width:700px}.page-403-default-form__content--title{color:var(--text-4);font-family:Inter;font-size:32px;font-style:normal;font-weight:300;line-height:normal}.page-404-default{display:flex;align-items:center;justify-content:center;height:calc(100vh - 108px)}.page-404-default-form{max-width:800px;width:100%;height:400px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.page-404-default-form__content{display:flex;align-items:center;justify-content:center;text-align:center;max-width:700px}.select{display:flex;flex-direction:column}.select:focus{box-shadow:unset}.select-option>div{display:flex;align-items:center;gap:8px}.select-option>div div{display:block;max-width:100%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.select .ant-select:hover .ant-select-selector,.select .ant-select-open .ant-select-selector{border-color:var(--primary)!important}.select .ant-select-open img{opacity:.2}.select .ant-select-single{height:auto!important}.select .ant-select-selection-item{display:flex;align-items:center;gap:8px}.select .ant-select-selection-item div{display:block;max-width:100%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.select .ant-select-selector{height:40px;min-height:40px!important;border:1px solid var(--black-3)!important;border-radius:8px!important;padding:0 14px!important;box-shadow:unset!important}.select .ant-select-selection-search-input{min-height:38px!important}.select .ant-select-selection-item{display:flex;align-items:center;color:var(--text-10);font-size:1rem}.select .ant-select-selection-placeholder{display:flex;align-items:center;font-weight:400;color:var(--text-4)}.select .ant-select-arrow{color:var(--black)}.select .ant-select-status-error>div.ant-select-selector{border-color:var(--red-2)!important}.select .ant-select-disabled{background-color:var(--surface-7);color:var(--text-4);opacity:.4}.select .ant-select-disabled .ant-select-selector{background:unset!important;color:unset!important}.popover{margin-right:0!important}.popover-card .ant-popover-inner{padding:16px;max-width:340px}.popover-card .ant-popover-inner-content{color:var(--gray-900)}.select-status{display:flex;flex-direction:column}.select-status .ant-select-single{width:260px}.select-status .ant-select-selector{height:40px;min-height:40px!important;border:1px solid var(--black-3)!important;border-radius:8px!important;padding:0 14px!important;box-shadow:unset!important}.select-status .ant-select-selection-item{display:flex;align-items:center;color:var(--black-10);font-size:1rem}.select-status .ant-select-selection-placeholder{display:flex;align-items:center;font-size:1rem}.select-status .ant-select-arrow{color:var(--black)}.select-status .ant-select-disabled{background-color:var(--surface-7);color:var(--text-4);opacity:.4}.select-status .ant-select-disabled .ant-select-selector{background:unset!important;color:unset!important}.select-status .ant-select-disabled .ant-select-selection-item,.select-status .ant-select-disabled .ant-select-arrow{color:var(--text-10)}.select-status .ant-select:hover .ant-select-selector,.select-status .ant-select-open .ant-select-selector{border-color:var(--primary)!important}.select-status__label{display:flex;align-items:center;gap:8px}.select-status__label>div:nth-of-type(1){width:8px;height:8px;border-radius:50%}.select-status__label--all,.select-status__label--status{background:var(--black-5)}.select-status__label--draft{background:var(--black-10)}.select-status__label--active{background:var(--green-2)}.select-status__label--pending,.select-status__label--testing{background:var(--orange-2)}.select-status__label--inactive{background:var(--red-2)}.select-multi{display:flex;flex-direction:column}.select-multi:focus{box-shadow:unset}.select-multi__option>div{display:flex;align-items:center;gap:8px}.select-multi__option>div img{object-fit:cover}.select-multi__option>div div{display:block;max-width:100%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.select-multi .ant-select:hover .ant-select-selector,.select-multi .ant-select-open .ant-select-selector{border-color:var(--primary)!important}.select-multi .ant-select-selection-item-content{display:flex;align-items:center;gap:8px}.select-multi .ant-select-selection-item-content div{display:block;max-width:100%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.select-multi .ant-select-selector{min-height:40px!important;border:1px solid var(--black-3)!important;border-radius:8px!important;box-shadow:unset!important}.select-multi .ant-select-selection-item{display:flex;align-items:center;color:var(--text-10)}.select-multi .ant-select-selection-placeholder{display:flex;align-items:center;font-weight:400;color:var(--text-4)}.select-multi .ant-select-arrow{color:var(--black)}.select-multi .ant-select-status-error>div.ant-select-selector{border-color:var(--red-4)!important}.select-multi .ant-select-disabled{background-color:var(--surface-7);color:var(--text-4);opacity:.6}.select-multi .ant-select-disabled .ant-select-selector{background:unset!important;color:unset!important}.select-multi .ant-select-selection-overflow-item-suffix{min-width:12px}.advanced-filter-user__body{padding:24px;display:flex;flex-direction:column;gap:8px}.advanced-filter-user__body .select-status .ant-select-single{width:100%}.advanced-filter-user__body .select-status .ant-select-single .ant-select-selector{height:38px}.advanced-filter-user__action{padding:16px;background:var(--white);border-top:1px solid var(--surface-8);display:flex;justify-content:center;align-items:center;gap:12px;border-radius:8px}.advanced-filter{width:44px;height:40px;background-color:var(--white);box-shadow:0 1px 1px #0000000f;border:1px solid var(--black-3);border-radius:8px;cursor:pointer;display:flex;justify-content:center;align-items:center}.advanced-filter svg path{fill:var(--primary)}.advanced-filter.active{background-color:var(--primary);box-shadow:0 1px 1px #00000014;box-shadow:0 2px 1px #0000000f;box-shadow:0 1px 3px #0000001a}.advanced-filter.active svg path{fill:var(--white)}.tabs{width:100%;color:var(--text-10)}.tabs .ant-tabs-nav{margin:0}.tabs .ant-tabs-nav:before{border-bottom:unset}.tabs .ant-tabs-tab{padding:8px 0}.ant-tabs-nav-operations{display:none!important}.ant-tabs-large .ant-tabs-tab{padding:12px 0!important;font-size:1rem!important}.tabs-items{color:var(--text-4);display:flex;align-items:center;text-shadow:none}.tabs-items.active{color:var(--primary)}.tabs-count{margin-left:4px;color:var(--text-4);display:flex;align-items:center}.tabs-count.active{color:var(--primary)}.ant-tabs-tab-btn{display:flex;align-items:center}.user-tabs__content{padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--gray-200)}.modal-confirm{color:var(--text-10)}.modal-confirm__body{padding:24px;display:flex;flex-direction:column;gap:8px}.modal-confirm__action{padding:16px;background:var(--white);border-top:1px solid var(--surface-8);display:flex;justify-content:center;align-items:center;gap:8px;border-radius:8px}.input-search{padding:8px 14px;border-radius:8px;border:1px solid var(--black-3);box-shadow:unset}@media screen and (max-width: 1024px){.input-search{width:170px!important;min-width:170px!important}}.input-search:focus{box-shadow:unset}.input-search:hover{border-color:var(--primary)!important}.input-search input{font-size:1rem}.input-search input::placeholder{font-weight:400;color:var(--text-4)}.input-search input:focus{box-shadow:unset}.input-search .ant-input-group-addon{cursor:pointer}.input-search svg path{fill:var(--black)}.input-search .ant-input-prefix{margin-inline-end:8px}.input-search .ant-input-suffix{width:15px}.image-upload{position:relative;cursor:pointer;height:100%}.image-upload__overlay{width:100%;height:100%;position:absolute;top:0;z-index:1;background-color:#00000069;display:flex;align-items:center;justify-content:center}.image-upload__overlay--delete svg{cursor:pointer;width:24px;height:24px}.image-upload__overlay--delete svg path{fill:var(--red)}.image-upload__overlay>div{background-color:var(--white);padding:4px;border-radius:4px}.image-upload__overlay>div svg{cursor:pointer;width:24px;height:24px}.divider{color:var(--text-10);border:1px solid var(--primary-7);border-block-start:unset;margin:0;border-bottom:unset!important}.create-user__body{max-height:75vh;overflow-x:auto;padding:24px;padding-bottom:12;gap:8px}.create-user__body--general{display:flex;flex-wrap:wrap}.create-user__body--general .image-upload{width:15%}.create-user__body--general .infomation{width:81%}.create-user__action{padding:16px;background:var(--white);border-top:1px solid var(--surface-8);display:flex;justify-content:center;align-items:center;gap:12px}.create-user .select-status .ant-select-single{width:100%}.create-user .btn-action{padding:0;font-size:14px;color:var(--blue-2);font-weight:400}.edit-user__body{max-height:75vh;overflow-x:auto;padding:24px;gap:8px}.edit-user__body--general{display:flex;flex-wrap:wrap}.edit-user__body--general .image-upload{width:15%}.edit-user__body--general .infomation{width:81%}.edit-user__action{padding:16px;background:var(--white);border-top:1px solid var(--surface-8);display:flex;justify-content:center;align-items:center;gap:12px}.edit-user .select-status .ant-select-single{width:100%}.edit-user .btn-delete{padding:0;font-size:14px;color:var(--red-2);font-weight:300}.edit-user .btn-action{padding:0;font-size:14px;color:var(--blue-2);font-weight:400}.antd-table .ant-table-column-sort{background:none!important}.antd-table .ant-table-tbody tr td{color:var(--text-10);padding:12px;z-index:1;cursor:pointer}.antd-table .ant-table-tbody tr:hover td{background:none!important}.antd-table .ant-table-footer{padding:8px 8px 10px;background-color:var(--white)}@media screen and (max-width: 1024px){.antd-table-pagination{justify-content:center}}@media screen and (max-width: 1024px){.antd-table-pagination__show{display:none}}.new-row .ant-table-cell{padding:8px!important}.new-row .ant-input,.new-row .ant-select{width:100%}.view-more__button{padding:4px;width:100px;box-shadow:0 1px 1px #0000000f;border-radius:8px;border:1px solid var(--black-1);cursor:pointer;font-size:12px;font-weight:500;line-height:20px;display:flex;align-items:center;gap:8px}.view-more__button span{color:var(--primary-6)}.tooltip{width:fit-content}.user-management{background-color:var(--white);border-radius:8px;box-shadow:0 2px 24px #0000000d}.user-management__header{padding:16px;display:flex;justify-content:space-between}.user-management__header--left{display:flex;align-items:center;gap:16px}.user-management__header--right{display:flex;align-items:center;gap:8px}.user-management__header--total{height:24px;color:var(--black);padding-right:16px;border-right:1px solid var(--text-2);min-width:fit-content;display:flex;align-items:center}.user-management__column--title{min-width:200px;display:flex;align-items:center;gap:8px;color:unset}.user-management__column--title:hover{color:unset}.user-management__column--title .role{color:var(--text-4)}.user-management__column--title>div{display:flex;flex-direction:column}.user-management__column--title>div>div:nth-of-type(1){color:var(--text-10)}.user-management .anticon.anticon-user{color:var(--text-4)}.header{position:relative;z-index:999;width:100%;height:60px;padding:24px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;background-color:var(--background)}.checkbox .ant-checkbox+span{color:var(--text-10)}.checkbox .ant-checkbox-inner{width:18px;height:18px}.checkbox .ant-checkbox-disabled{opacity:.6}.checkbox .ant-checkbox-disabled .ant-checkbox-inner{background:var(--white)}.checkbox .ant-checkbox-checked.ant-checkbox-disabled{opacity:.7}.checkbox .ant-checkbox-checked.ant-checkbox-disabled .ant-checkbox-inner{background:var(--primary);border-color:var(--primary)}.checkbox .ant-checkbox-checked.ant-checkbox-disabled .ant-checkbox-inner:after{border-color:var(--white)}.create-custom-role{max-height:92vh;overflow:auto}.create-custom-role__group{display:flex;flex-direction:column;gap:16px}.create-custom-role__group--name{padding:8px 16px;background:var(--surface-4);display:flex;justify-content:space-between;border-radius:8px}.create-custom-role__group--permission{display:flex;flex-direction:column;gap:16px}.create-custom-role__action{padding:16px;display:flex;justify-content:center;align-items:center;gap:12px;border-radius:8px}.table-group{display:flex;flex-direction:column;overflow:auto;border-radius:8px}.table-group .sticky-col{position:-webkit-sticky;position:sticky;background-color:var(--white)!important}.table-group .first-col{left:0;z-index:999}@media screen and (max-width: 1024px){.table-group .first-col{max-width:260px;min-width:260px;width:260px}}.table-group .ant-table.ant-table-small.ant-table-bordered.ant-table-scroll-horizontal{box-sizing:border-box;margin:0;padding:0;color:#000000e0;font-size:14px;line-height:1.5714285714;list-style:none;font-family:Inter,sans-serif;background:var(--white);border-radius:8px 8px 0 0}.table-group .ant-table-container{border-top:1px solid var(--surface)}.table-group .ant-table-header table{table-layout:auto;width:100%;text-align:start;border-radius:8px 8px 0 0;border-collapse:separate;border-spacing:0}.table-group .ant-table-thead tr th{border-start-end-radius:unset!important;border-start-start-radius:unset!important;padding:10px 5px;color:var(--text-10);font-weight:500;background:var(--gray-200);word-break:break-word;border-inline-end:1px solid var(--surface);border-bottom:1px solid var(--surface)}.table-group .ant-table-thead td{max-width:10px;width:10px;border-start-end-radius:unset!important;border-start-start-radius:unset!important;padding:10px 16px;color:var(--text-10);font-weight:500;background:var(--gray-200);word-break:break-word;text-align:center}.table-group div#tableGroupBy table{width:100%;text-align:start;border-radius:8px 8px 0 0;border-collapse:separate;border-spacing:0}.table-group .ant-table-tbody tr td{color:var(--text-10);word-break:break-word;padding:10px;border-inline-end:1px solid var(--surface);transition:background .2s,border-color .2s;border-bottom:1px solid var(--surface)}.table-group .ant-table-tbody .ant-table-placeholder td{color:var(--gray-600)!important;word-break:break-word}.table-group-pagination{position:relative;display:flex;justify-content:center;padding:12px 24px}.table-group-pagination .ant-pagination-options{display:none}.table-group-pagination .ant-pagination-item-active{border:unset;background:var(--background)}.table-group-pagination .ant-pagination-item-active a{color:var(--primary)!important}.table-group-pagination .ant-pagination-item a{color:var(--gray-900)}.table-group-pagination__show{position:absolute;right:24px;display:flex;align-items:center;gap:16px}.table-group-pagination__show>div:nth-of-type(1){color:var(--text-10)}.table-group__loading{position:absolute;z-index:2;top:0;bottom:0;left:0;right:0;justify-content:center;align-items:center}.table-group--header{position:relative}.table-group--header:hover .table-group--icon{opacity:1}.table-group--icon{position:absolute;opacity:0;right:0}.table-group__box{width:100%;height:69vh;display:flex;align-items:center;justify-content:center;gap:24px;color:var(--text-4)}.table-group__box>div.content div.title{font-size:32px;font-weight:300;line-height:39px}.delete-custom-role{display:flex;flex-direction:column}.delete-custom-role__action{padding:16px;background:var(--white);display:flex;justify-content:center;align-items:center;gap:12px;border-radius:8px}.edit-custom-role{max-height:92vh;min-height:92vh;overflow:auto}.edit-custom-role__permission{min-height:92vh}.edit-custom-role__group{display:flex;flex-direction:column;gap:16px}.edit-custom-role__group--name{padding:8px 16px;background:var(--surface-4);display:flex;justify-content:space-between;border-radius:8px}.edit-custom-role__group--permission{display:flex;flex-direction:column;gap:16px}.edit-custom-role__action{padding:16px;display:flex;justify-content:center;align-items:center;gap:12px;border-radius:8px}@keyframes _fadeIn_1ignq_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._fullScreen_1ignq_11{position:fixed;top:0;left:0;z-index:9999}.role-permissions{background-color:var(--white);border-radius:8px;box-shadow:0 2px 24px #0000000d}.role-permissions__header{padding:24px;display:flex;justify-content:space-between}@media screen and (max-width: 768px){.role-permissions__header{padding:20px 5px!important}}.role-permissions__header--left{display:flex;align-items:center;gap:16px}.role-permissions__header--right{display:flex;align-items:center;gap:8px}.role-permissions__header--total{height:24px;color:var(--black);padding-right:16px;border-right:1px solid var(--text-2);min-width:fit-content;display:flex;align-items:center}.date-range-picker .ant-picker{padding:0 8px 0 0}.date-range-picker .ant-picker .ant-picker-suffix{margin-left:auto}.date-range-picker .ant-picker-input{padding:8px 14px;border-radius:8px;max-width:102px}.date-range-picker .ant-picker-input input{font-size:1rem}.date-range-picker .ant-picker-input input::placeholder{font-weight:400;color:var(--text-4)}.date-range-picker .ant-picker-input input:focus{border-color:var(--primary);box-shadow:unset}.date-range-picker .ant-picker-disabled{opacity:.6}.date-range-picker .ant-picker-range-separator{padding:0!important}.date-range-picker__preset{position:absolute;top:0;z-index:99999;visibility:hidden}.date-range-picker__preset .ant-picker-input,.date-range-picker__preset .ant-picker-active-bar{display:none}@media screen and (max-width: 768px){.date-range-picker__popup-content{flex-direction:column}}.date-range-picker__popup .ant-picker-presets{padding-left:16px;width:160px;height:360px}.date-range-picker__popup .ant-picker-presets ul{height:100%;margin:0;overflow:hidden!important;border-inline-end:unset}.date-range-picker__popup .ant-picker-presets ul li{height:30px;margin:0 8px 0 0!important;display:flex;align-items:center;color:var(--text-10)}.date-range-picker__popup .ant-picker-panels{border-left:1px solid var(--black-3);color:var(--text-10)!important}.date-range-picker__popup .ant-picker-panels button{font-size:1rem}.date-range-picker__popup .ant-picker-panels .ant-picker-panel-has-range{border:unset}.date-range-picker__popup .ant-picker-content{font-size:1rem}.date-range-picker__popup .ant-picker-header-view,.date-range-picker__popup .ant-picker-content th{color:var(--text-10)!important}.date-range-picker__popup .ant-picker-footer-extra{border-left:1px solid var(--black-3);padding:16px;display:flex;justify-content:flex-end}.date-range-picker__panel{padding:16px 24px;display:flex;flex-direction:column}@media screen and (max-width: 768px){.date-range-picker__panel{display:grid;grid-template-columns:repeat(4,1fr)}}.date-range-picker__panel>div{padding:0 16px 0 8px;height:30px;display:flex;align-items:center;cursor:pointer;color:var(--text-10);font-size:1rem;font-weight:400}@media screen and (max-width: 768px){.date-range-picker__panel>div{height:35px}}.date-range-picker__panel>div:hover{background-color:var(--surface-8);border-radius:8px}.date-range-picker__panel--active{background-color:var(--surface-8);border-radius:8px}@keyframes _fadeIn_1lo9q_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._activity_1lo9q_11{border-radius:16px;padding:16px 0}._activityCard_1lo9q_16{display:flex;flex-direction:column;margin-bottom:24px;gap:24px}@media screen and (max-width: 1240px){._activityCard_1lo9q_16{gap:15px;margin-bottom:15px}}._cardRow_1lo9q_29{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}@media screen and (max-width: 1240px){._cardRow_1lo9q_29{gap:15px}}@media screen and (max-width: 1240px){._cardRow_1lo9q_29{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 414px){._cardRow_1lo9q_29{grid-template-columns:1fr}}._card_1lo9q_29{background-color:var(--white);padding:20px 16px;box-shadow:0 2px 24px #0000000d;border-radius:4px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;min-height:114px;justify-content:space-between;animation:_fadeIn_1lo9q_1 .5s ease-out;animation-fill-mode:both}@media screen and (max-width: 1240px){._card_1lo9q_29{padding:12px 16px;min-height:114px}}._card_1lo9q_29:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}._noClick_1lo9q_75{cursor:default}._cardHeader_1lo9q_79{display:flex;align-items:baseline}._percent_1lo9q_84{font-size:32px;font-style:normal;font-weight:400;line-height:normal;margin-right:5px}@media screen and (max-width: 1240px){._percent_1lo9q_84{font-size:28px}}._count_1lo9q_97{font-size:16px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.24px}@media screen and (max-width: 1240px){._count_1lo9q_97{font-size:12px}}._cardLabel_1lo9q_110{color:#5b5a7b;font-family:Segoe UI,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal;display:flex;align-items:center;gap:8px}.tabs-nav{display:flex;gap:24px}.tabs-nav__tab{width:200px}.tabs-nav__tab svg{cursor:pointer}.tabs-nav__tab--item{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:8px;cursor:pointer;color:var(--text-9)}.tabs-nav__tab--active{background-color:var(--primary);color:var(--white)}.tabs-nav__content{display:flex;flex-direction:column;flex:1;min-width:500px}.create-category__body{padding:16px;gap:8px}.create-category__action{padding:16px;background:var(--white);border-top:1px solid var(--surface-8);display:flex;justify-content:center;align-items:center;gap:12px;border-radius:8px}.edit-category__body{padding:16px;gap:8px}.edit-category__body .ant-btn{padding:0!important}.edit-category__action{padding:16px;background:var(--white);border-top:1px solid var(--surface-8);display:flex;justify-content:center;align-items:center;gap:12px;border-radius:8px}.categories{background-color:var(--white)}.categories__header{background-color:var(--white);padding:16px;display:flex;justify-content:space-between;align-items:center}.categories__header--left{display:flex;align-items:center;gap:16px}.categories__header--right{display:flex;align-items:center;gap:8px}.categories__content{background-color:var(--white)}.tag{margin-inline-end:0!important;font-weight:400}.tag.override-color{background-color:var(--background);color:var(--text-10)}._body_1rvhq_1{padding:12px 24px 0;display:flex;flex-direction:column;gap:8px;border-bottom:1px solid var(--gray-400)}._action_1rvhq_9{padding:16px;background:var(--white);border-top:1px solid var(--surface-8);display:flex;justify-content:center;align-items:center;gap:12px}._checkbox_1rvhq_19{display:flex;gap:8px;flex-wrap:wrap}._btnLoadMore_4l5na_1{padding:4px;width:100px;box-shadow:0 1px 1px #0000000f;border-radius:8px;border:1px solid var(--black-1);cursor:pointer;font-size:12px;font-weight:500;line-height:20px;display:flex;align-items:center;gap:8px}._iconClose_4l5na_16{width:24px;height:20px}._iconClose_4l5na_16:hover{background-color:var(--black-3)}@keyframes _fadeIn_yao17_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._fs-0_yao17_11{font-size:0px;line-height:4px}._fs-1_yao17_16{font-size:1px;line-height:5px}._fs-2_yao17_21{font-size:2px;line-height:6px}._fs-3_yao17_26{font-size:3px;line-height:7px}._fs-4_yao17_31{font-size:4px;line-height:8px}._fs-5_yao17_36{font-size:5px;line-height:9px}._fs-6_yao17_41{font-size:6px;line-height:10px}._fs-7_yao17_46{font-size:7px;line-height:11px}._fs-8_yao17_51{font-size:8px;line-height:12px}._fs-9_yao17_56{font-size:9px;line-height:13px}._fs-10_yao17_61{font-size:10px;line-height:14px}._fs-11_yao17_66{font-size:11px;line-height:15px}._fs-12_yao17_71{font-size:12px;line-height:16px}._fs-13_yao17_76{font-size:13px;line-height:17px}._fs-14_yao17_81{font-size:14px;line-height:18px}._fs-15_yao17_86{font-size:15px;line-height:19px}._fs-16_yao17_91{font-size:16px;line-height:20px}._fs-17_yao17_96{font-size:17px;line-height:21px}._fs-18_yao17_101{font-size:18px;line-height:22px}._fs-19_yao17_106{font-size:19px;line-height:23px}._fs-20_yao17_111{font-size:20px;line-height:24px}._fs-21_yao17_116{font-size:21px;line-height:25px}._fs-22_yao17_121{font-size:22px;line-height:26px}._fs-23_yao17_126{font-size:23px;line-height:27px}._fs-24_yao17_131{font-size:24px;line-height:28px}._fs-25_yao17_136{font-size:25px;line-height:29px}._fs-26_yao17_141{font-size:26px;line-height:30px}._fs-27_yao17_146{font-size:27px;line-height:31px}._fs-28_yao17_151{font-size:28px;line-height:32px}._fs-29_yao17_156{font-size:29px;line-height:33px}._fs-30_yao17_161{font-size:30px;line-height:34px}._fs-31_yao17_166{font-size:31px;line-height:35px}._fs-32_yao17_171{font-size:32px;line-height:36px}._fs-33_yao17_176{font-size:33px;line-height:37px}._fs-34_yao17_181{font-size:34px;line-height:38px}._fs-35_yao17_186{font-size:35px;line-height:39px}._fs-36_yao17_191{font-size:36px;line-height:40px}._fs-37_yao17_196{font-size:37px;line-height:41px}._fs-38_yao17_201{font-size:38px;line-height:42px}._fs-39_yao17_206{font-size:39px;line-height:43px}._fs-40_yao17_211{font-size:40px;line-height:44px}._fs-41_yao17_216{font-size:41px;line-height:45px}._fs-42_yao17_221{font-size:42px;line-height:46px}._fs-43_yao17_226{font-size:43px;line-height:47px}._fs-44_yao17_231{font-size:44px;line-height:48px}._fs-45_yao17_236{font-size:45px;line-height:49px}._fs-46_yao17_241{font-size:46px;line-height:50px}._fs-47_yao17_246{font-size:47px;line-height:51px}._fs-48_yao17_251{font-size:48px;line-height:52px}._fs-49_yao17_256{font-size:49px;line-height:53px}._fs-50_yao17_261{font-size:50px;line-height:54px}._fs-51_yao17_266{font-size:51px;line-height:55px}._fs-52_yao17_271{font-size:52px;line-height:56px}._fs-53_yao17_276{font-size:53px;line-height:57px}._fs-54_yao17_281{font-size:54px;line-height:58px}._fs-55_yao17_286{font-size:55px;line-height:59px}._fs-56_yao17_291{font-size:56px;line-height:60px}._fs-57_yao17_296{font-size:57px;line-height:61px}._fs-58_yao17_301{font-size:58px;line-height:62px}._fs-59_yao17_306{font-size:59px;line-height:63px}._fs-60_yao17_311{font-size:60px;line-height:64px}._fs-61_yao17_316{font-size:61px;line-height:65px}._fs-62_yao17_321{font-size:62px;line-height:66px}._fs-63_yao17_326{font-size:63px;line-height:67px}._fs-64_yao17_331{font-size:64px;line-height:68px}._fs-65_yao17_336{font-size:65px;line-height:69px}._fs-66_yao17_341{font-size:66px;line-height:70px}._fs-67_yao17_346{font-size:67px;line-height:71px}._fs-68_yao17_351{font-size:68px;line-height:72px}._fs-69_yao17_356{font-size:69px;line-height:73px}._fs-70_yao17_361{font-size:70px;line-height:74px}._fs-71_yao17_366{font-size:71px;line-height:75px}._fs-72_yao17_371{font-size:72px;line-height:76px}._fs-73_yao17_376{font-size:73px;line-height:77px}._fs-74_yao17_381{font-size:74px;line-height:78px}._fs-75_yao17_386{font-size:75px;line-height:79px}._fs-76_yao17_391{font-size:76px;line-height:80px}._fs-77_yao17_396{font-size:77px;line-height:81px}._fs-78_yao17_401{font-size:78px;line-height:82px}._fs-79_yao17_406{font-size:79px;line-height:83px}._fs-80_yao17_411{font-size:80px;line-height:84px}._fs-81_yao17_416{font-size:81px;line-height:85px}._fs-82_yao17_421{font-size:82px;line-height:86px}._fs-83_yao17_426{font-size:83px;line-height:87px}._fs-84_yao17_431{font-size:84px;line-height:88px}._fs-85_yao17_436{font-size:85px;line-height:89px}._fs-86_yao17_441{font-size:86px;line-height:90px}._fs-87_yao17_446{font-size:87px;line-height:91px}._fs-88_yao17_451{font-size:88px;line-height:92px}._fs-89_yao17_456{font-size:89px;line-height:93px}._fs-90_yao17_461{font-size:90px;line-height:94px}._fs-91_yao17_466{font-size:91px;line-height:95px}._fs-92_yao17_471{font-size:92px;line-height:96px}._fs-93_yao17_476{font-size:93px;line-height:97px}._fs-94_yao17_481{font-size:94px;line-height:98px}._fs-95_yao17_486{font-size:95px;line-height:99px}._fs-96_yao17_491{font-size:96px;line-height:100px}._fs-97_yao17_496{font-size:97px;line-height:101px}._fs-98_yao17_501{font-size:98px;line-height:102px}._fs-99_yao17_506{font-size:99px;line-height:103px}._fs-100_yao17_511{font-size:100px;line-height:104px}._fw-100_yao17_516{font-weight:100}._fw-200_yao17_520{font-weight:200}._fw-300_yao17_524{font-weight:300}._fw-400_yao17_528{font-weight:400}._fw-500_yao17_532{font-weight:500}._fw-600_yao17_536{font-weight:600}._fw-700_yao17_540{font-weight:700}._fw-800_yao17_544{font-weight:800}._fw-900_yao17_548{font-weight:900}._heading-1_yao17_552{font-size:96px;font-weight:600}._heading-2_yao17_557{font-size:42px;font-weight:600}._heading-3_yao17_562{font-size:24px;font-weight:600}._heading-4_yao17_567{font-size:18px;font-weight:600}._heading-5_yao17_572{font-size:16px;font-weight:600}._heading-6_yao17_577{font-size:15px;font-weight:500}._subtitle-1_yao17_582{font-size:14px;font-weight:600}._subtitle-2_yao17_587{font-size:13px;font-weight:600}._body-1_yao17_592{font-size:14px;font-weight:300}._body-2_yao17_597{font-size:14px;font-weight:400}._meta_yao17_602{font-size:12px}._f-tiny_yao17_606{font-weight:300}._f-small_yao17_610{font-weight:400}._f-medium_yao17_614{font-weight:500}._f-semi-bold_yao17_618{font-weight:600}._f-bold_yao17_622{font-weight:700}._select_yao17_626{display:flex;flex-direction:column;gap:8px;width:fit-content}._selectedItem_yao17_633{height:25px;color:var(--text-10)}._inputSearchContainer_yao17_638{border-bottom:1px solid var(--surface)}._inputSearch_yao17_638{border:unset!important;box-shadow:unset!important}._inputSearch_yao17_638:hover{border:unset!important;outline:unset!important;border-inline-end-width:0!important;box-shadow:unset!important}._inputSearch_yao17_638:focus{border:unset!important;outline:unset!important;border-inline-end-width:0!important;box-shadow:unset!important}._dropdown_yao17_659{position:fixed;top:32px;left:0;background-color:var(--white);border-radius:8px;z-index:99999;isolation:isolate;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;width:220px;display:flex;flex-direction:column;gap:4px}._options_yao17_674{display:flex;flex-direction:column;padding:4px;max-height:280px;overflow:auto}._option_yao17_674{padding:8px 12px;cursor:pointer;line-height:20px;border-radius:4px;display:flex;align-items:center;gap:8px}._option_yao17_674:hover,._optionActive_yao17_695{background-color:var(--primary-1)}._empty_yao17_699{height:80px;display:flex;align-items:center;justify-content:center;opacity:.5}._loading_yao17_707{height:80px;display:flex;align-items:center;justify-content:center}._image_yao17_714{min-width:24px;width:24px;height:24px;border-radius:50%;object-fit:cover}._iconArrowDown_yao17_722{min-width:17px}._disabled_yao17_726{opacity:.5;pointer-events:none}.textarea{display:flex;flex-direction:column}.textarea textarea{padding:8px 14px;border-radius:8px;border:1px solid var(--black-3)}.textarea textarea::placeholder{font-weight:400;color:var(--text-4)}.textarea textarea:focus{box-shadow:none}.textarea .ant-input-status-error{border-color:var(--red-2)!important}.textarea .ant-input-group-addon{cursor:pointer}.textarea .ant-input-disabled{opacity:.6;background-color:var(--white)}@keyframes _fadeIn_mpe9q_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._rowItem_mpe9q_11{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}._active_p6iqz_1 path{fill:var(--orange-4)}.date-picker{display:flex;flex-direction:column}.date-picker .ant-picker{padding:0;width:100%;box-shadow:unset}.date-picker .ant-picker-input{padding:8px 14px;border-radius:8px}.date-picker .ant-picker-input input{font-size:1rem}.date-picker .ant-picker-input input::placeholder{font-weight:400;color:var(--text-4)}.date-picker .ant-picker-input input:focus{border-color:var(--primary);box-shadow:unset}.date-picker .ant-picker-disabled{opacity:.6}.date-picker .ant-picker-clear{right:8px}.date-picker__popup .ant-picker-date-panel button,.date-picker__popup .ant-picker-content,.date-picker__popup .ant-picker-footer{font-size:1rem}.table-action{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.table-action:hover{width:24px;height:24px;background-color:var(--white);border-radius:8px;box-shadow:1px 1px 1px 1px var(--surface-8)}.table-action:hover svg path{fill:var(--black)}.table-action__block{padding:8px 0;border-radius:8px;background-color:var(--white);box-shadow:0 3px 10px #00000014,0 2px 8px #00000014,0 1px 6px #0000000d,0 0 2px #0000001c,0 0 1px #00000012;display:flex;flex-direction:column}.table-action__block--item{cursor:pointer;display:flex;align-items:center;padding:8px 16px;color:var(--text-10)}.table-action__block--item:hover{background-color:var(--background)}.table-action__block--item>div{width:100%}@keyframes _fadeIn_1fyd4_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._fs-0_1fyd4_11{font-size:0px;line-height:4px}._fs-1_1fyd4_16{font-size:1px;line-height:5px}._fs-2_1fyd4_21{font-size:2px;line-height:6px}._fs-3_1fyd4_26{font-size:3px;line-height:7px}._fs-4_1fyd4_31{font-size:4px;line-height:8px}._fs-5_1fyd4_36{font-size:5px;line-height:9px}._fs-6_1fyd4_41{font-size:6px;line-height:10px}._fs-7_1fyd4_46{font-size:7px;line-height:11px}._fs-8_1fyd4_51{font-size:8px;line-height:12px}._fs-9_1fyd4_56{font-size:9px;line-height:13px}._fs-10_1fyd4_61{font-size:10px;line-height:14px}._fs-11_1fyd4_66{font-size:11px;line-height:15px}._fs-12_1fyd4_71{font-size:12px;line-height:16px}._fs-13_1fyd4_76{font-size:13px;line-height:17px}._fs-14_1fyd4_81{font-size:14px;line-height:18px}._fs-15_1fyd4_86{font-size:15px;line-height:19px}._fs-16_1fyd4_91{font-size:16px;line-height:20px}._fs-17_1fyd4_96{font-size:17px;line-height:21px}._fs-18_1fyd4_101{font-size:18px;line-height:22px}._fs-19_1fyd4_106{font-size:19px;line-height:23px}._fs-20_1fyd4_111{font-size:20px;line-height:24px}._fs-21_1fyd4_116{font-size:21px;line-height:25px}._fs-22_1fyd4_121{font-size:22px;line-height:26px}._fs-23_1fyd4_126{font-size:23px;line-height:27px}._fs-24_1fyd4_131{font-size:24px;line-height:28px}._fs-25_1fyd4_136{font-size:25px;line-height:29px}._fs-26_1fyd4_141{font-size:26px;line-height:30px}._fs-27_1fyd4_146{font-size:27px;line-height:31px}._fs-28_1fyd4_151{font-size:28px;line-height:32px}._fs-29_1fyd4_156{font-size:29px;line-height:33px}._fs-30_1fyd4_161{font-size:30px;line-height:34px}._fs-31_1fyd4_166{font-size:31px;line-height:35px}._fs-32_1fyd4_171{font-size:32px;line-height:36px}._fs-33_1fyd4_176{font-size:33px;line-height:37px}._fs-34_1fyd4_181{font-size:34px;line-height:38px}._fs-35_1fyd4_186{font-size:35px;line-height:39px}._fs-36_1fyd4_191{font-size:36px;line-height:40px}._fs-37_1fyd4_196{font-size:37px;line-height:41px}._fs-38_1fyd4_201{font-size:38px;line-height:42px}._fs-39_1fyd4_206{font-size:39px;line-height:43px}._fs-40_1fyd4_211{font-size:40px;line-height:44px}._fs-41_1fyd4_216{font-size:41px;line-height:45px}._fs-42_1fyd4_221{font-size:42px;line-height:46px}._fs-43_1fyd4_226{font-size:43px;line-height:47px}._fs-44_1fyd4_231{font-size:44px;line-height:48px}._fs-45_1fyd4_236{font-size:45px;line-height:49px}._fs-46_1fyd4_241{font-size:46px;line-height:50px}._fs-47_1fyd4_246{font-size:47px;line-height:51px}._fs-48_1fyd4_251{font-size:48px;line-height:52px}._fs-49_1fyd4_256{font-size:49px;line-height:53px}._fs-50_1fyd4_261{font-size:50px;line-height:54px}._fs-51_1fyd4_266{font-size:51px;line-height:55px}._fs-52_1fyd4_271{font-size:52px;line-height:56px}._fs-53_1fyd4_276{font-size:53px;line-height:57px}._fs-54_1fyd4_281{font-size:54px;line-height:58px}._fs-55_1fyd4_286{font-size:55px;line-height:59px}._fs-56_1fyd4_291{font-size:56px;line-height:60px}._fs-57_1fyd4_296{font-size:57px;line-height:61px}._fs-58_1fyd4_301{font-size:58px;line-height:62px}._fs-59_1fyd4_306{font-size:59px;line-height:63px}._fs-60_1fyd4_311{font-size:60px;line-height:64px}._fs-61_1fyd4_316{font-size:61px;line-height:65px}._fs-62_1fyd4_321{font-size:62px;line-height:66px}._fs-63_1fyd4_326{font-size:63px;line-height:67px}._fs-64_1fyd4_331{font-size:64px;line-height:68px}._fs-65_1fyd4_336{font-size:65px;line-height:69px}._fs-66_1fyd4_341{font-size:66px;line-height:70px}._fs-67_1fyd4_346{font-size:67px;line-height:71px}._fs-68_1fyd4_351{font-size:68px;line-height:72px}._fs-69_1fyd4_356{font-size:69px;line-height:73px}._fs-70_1fyd4_361{font-size:70px;line-height:74px}._fs-71_1fyd4_366{font-size:71px;line-height:75px}._fs-72_1fyd4_371{font-size:72px;line-height:76px}._fs-73_1fyd4_376{font-size:73px;line-height:77px}._fs-74_1fyd4_381{font-size:74px;line-height:78px}._fs-75_1fyd4_386{font-size:75px;line-height:79px}._fs-76_1fyd4_391{font-size:76px;line-height:80px}._fs-77_1fyd4_396{font-size:77px;line-height:81px}._fs-78_1fyd4_401{font-size:78px;line-height:82px}._fs-79_1fyd4_406{font-size:79px;line-height:83px}._fs-80_1fyd4_411{font-size:80px;line-height:84px}._fs-81_1fyd4_416{font-size:81px;line-height:85px}._fs-82_1fyd4_421{font-size:82px;line-height:86px}._fs-83_1fyd4_426{font-size:83px;line-height:87px}._fs-84_1fyd4_431{font-size:84px;line-height:88px}._fs-85_1fyd4_436{font-size:85px;line-height:89px}._fs-86_1fyd4_441{font-size:86px;line-height:90px}._fs-87_1fyd4_446{font-size:87px;line-height:91px}._fs-88_1fyd4_451{font-size:88px;line-height:92px}._fs-89_1fyd4_456{font-size:89px;line-height:93px}._fs-90_1fyd4_461{font-size:90px;line-height:94px}._fs-91_1fyd4_466{font-size:91px;line-height:95px}._fs-92_1fyd4_471{font-size:92px;line-height:96px}._fs-93_1fyd4_476{font-size:93px;line-height:97px}._fs-94_1fyd4_481{font-size:94px;line-height:98px}._fs-95_1fyd4_486{font-size:95px;line-height:99px}._fs-96_1fyd4_491{font-size:96px;line-height:100px}._fs-97_1fyd4_496{font-size:97px;line-height:101px}._fs-98_1fyd4_501{font-size:98px;line-height:102px}._fs-99_1fyd4_506{font-size:99px;line-height:103px}._fs-100_1fyd4_511{font-size:100px;line-height:104px}._fw-100_1fyd4_516{font-weight:100}._fw-200_1fyd4_520{font-weight:200}._fw-300_1fyd4_524{font-weight:300}._fw-400_1fyd4_528{font-weight:400}._fw-500_1fyd4_532{font-weight:500}._fw-600_1fyd4_536{font-weight:600}._fw-700_1fyd4_540{font-weight:700}._fw-800_1fyd4_544{font-weight:800}._fw-900_1fyd4_548{font-weight:900}._heading-1_1fyd4_552{font-size:96px;font-weight:600}._heading-2_1fyd4_557{font-size:42px;font-weight:600}._heading-3_1fyd4_562{font-size:24px;font-weight:600}._heading-4_1fyd4_567{font-size:18px;font-weight:600}._heading-5_1fyd4_572{font-size:16px;font-weight:600}._heading-6_1fyd4_577{font-size:15px;font-weight:500}._subtitle-1_1fyd4_582{font-size:14px;font-weight:600}._subtitle-2_1fyd4_587{font-size:13px;font-weight:600}._body-1_1fyd4_592{font-size:14px;font-weight:300}._body-2_1fyd4_597{font-size:14px;font-weight:400}._meta_1fyd4_602{font-size:12px}._f-tiny_1fyd4_606{font-weight:300}._f-small_1fyd4_610{font-weight:400}._f-medium_1fyd4_614{font-weight:500}._f-semi-bold_1fyd4_618{font-weight:600}._f-bold_1fyd4_622{font-weight:700}._select_1fyd4_626{display:flex;flex-direction:column;gap:8px;width:100%}._selectedItem_1fyd4_633{height:25px;color:var(--text-10);width:100%;display:flex;align-items:center}._inputSearchContainer_1fyd4_641{border-bottom:1px solid var(--surface)}._inputSearch_1fyd4_641{border:unset!important;box-shadow:unset!important}._inputSearch_1fyd4_641:hover{border:unset!important;outline:unset!important;border-inline-end-width:0!important;box-shadow:unset!important}._inputSearch_1fyd4_641:focus{border:unset!important;outline:unset!important;border-inline-end-width:0!important;box-shadow:unset!important}._dropdown_1fyd4_662{position:fixed;top:32px;left:0;background-color:var(--white);border-radius:8px;z-index:99999;isolation:isolate;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;width:220px;display:flex;flex-direction:column;gap:4px}._options_1fyd4_677{display:flex;flex-direction:column;padding:4px;max-height:280px;overflow:auto}._option_1fyd4_677{padding:8px 12px;cursor:pointer;line-height:20px;display:flex;align-items:center;gap:8px}._option_1fyd4_677:hover,._optionActive_1fyd4_697{background-color:var(--primary-1)}._empty_1fyd4_701{height:80px;display:flex;align-items:center;justify-content:center;opacity:.5}._loading_1fyd4_709{height:80px;display:flex;align-items:center;justify-content:center}._image_1fyd4_716{min-width:24px;width:24px;height:24px;border-radius:50%;object-fit:cover}._disabled_1fyd4_724{opacity:.5;pointer-events:none}._iconArrowDown_1fyd4_729{min-width:17px;margin-left:8px;flex-shrink:0}._threeDot_1fyd4_735{width:fit-content;max-width:calc(100% - 25px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._threeDot_1fyd4_735>span{display:inline-flex;align-items:center;gap:4px}.antd-table{display:flex;flex-direction:column}.antd-table .ant-table{font-size:1rem}.antd-table .ant-table-body{scrollbar-color:var(--text-2) transparent}.antd-table>:not(caption)>*>*{padding:unset!important}.antd-table .ant-table-thead tr th{border-start-end-radius:unset!important;border-start-start-radius:unset!important;padding:16px 12px;color:var(--text-10);font-weight:600;font-size:14px;background:var(--white);border-top:1px solid var(--surface-3);border-bottom:1px solid var(--surface-3)}.antd-table .ant-table-thead tr th:before{width:0px!important}.antd-table .ant-table-thead tr th span.ant-table-column-title{width:max-content}.antd-table .ant-table-thead tr td{max-width:10px;width:10px;border-start-end-radius:unset!important;border-start-start-radius:unset!important;padding:16px 12px;color:var(--text-10);font-weight:500;background:var(--white);border-top:1px solid var(--surface-3);border-bottom:1px solid var(--surface-3)}.antd-table .ant-table-thead tr td:before{width:0px!important}.antd-table .ant-table-tbody tr td{color:var(--text-10);padding:12px;z-index:1}.antd-table .ant-table-tbody .ant-table-placeholder td{color:var(--text-2)!important}.antd-table-pagination{position:relative;display:flex;justify-content:flex-end;padding:12px 24px}.antd-table-pagination .ant-pagination-options{display:none}.antd-table-pagination .ant-pagination-item-active{border:unset;background:var(--background)}.antd-table-pagination .ant-pagination-item-active a{color:var(--primary)!important}.antd-table-pagination ul.ant-pagination{display:flex;align-items:center}.antd-table-pagination__show{display:flex;align-items:center;gap:16px;color:var(--text-6);font-weight:300}.antd-table-pagination__show>div:nth-of-type(1){color:var(--text-6)}.antd-table .ant-table-wrapper .ant-table-column-sorter-up.active,.antd-table .ant-table-wrapper .ant-table-column-sorter-down.active{color:var(--black)}.antd-table .surface-color td{background:var(--background-row-table)!important}.select .ant-select-arrow{color:var(--primary)}@keyframes _fadeIn_186hb_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._cause_186hb_11{animation:_fadeIn_186hb_1 .5s ease-out}._rowItem_186hb_15{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}._iconArrowRight_186hb_21{transform:rotate(-90deg)}._iconClose_186hb_25{width:24px;height:20px}._iconClose_186hb_25:hover{background-color:var(--black-3)}@keyframes _fadeIn_vpf2p_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._reviewContainer_vpf2p_11{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000c;z-index:9999;display:flex;align-items:center;justify-content:center;padding:12px 12px 0}._imageContainer_vpf2p_26{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}._image_vpf2p_26{max-width:100%;max-height:calc(100% - 80px);object-fit:contain;border-radius:8px;opacity:0;transform:scale(.95);transition:opacity .3s ease,transform .3s ease}._image_vpf2p_26._loaded_vpf2p_46{opacity:1;transform:scale(1)}._fileInfo_vpf2p_51{text-align:center;color:var(--white);padding:8px 16px;border-radius:4px;opacity:0;transform:translateY(10px);transition:opacity .3s ease .1s,transform .3s ease .1s}._fileInfo_vpf2p_51._loaded_vpf2p_46{opacity:1;transform:translateY(0)}._fileName_vpf2p_65{font-size:16px;font-weight:500;margin-bottom:4px}._fileSize_vpf2p_71{font-size:14px;opacity:.8}._closeButton_vpf2p_76{position:absolute;top:0;right:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1;transition:all .2s ease;opacity:0;transform:scale(.8)}._closeButton_vpf2p_76._loaded_vpf2p_46{opacity:1;transform:scale(1)}._closeButton_vpf2p_76:hover{background-color:var(--gray-800);transform:scale(1.1)}._closeButton_vpf2p_76 svg{width:24px;height:24px}._closeButton_vpf2p_76 svg path{fill:var(--white)}._attachment_1k55n_1{width:180px;min-width:180px;border:1px solid #F3F3F3;border-radius:8px}._attachmentImage_1k55n_8{width:100%;height:100px;object-fit:cover;overflow:hidden;border-radius:8px 8px 0 0;display:flex;align-items:center;justify-content:center}._attachmentImage_1k55n_8 img{width:100%;height:100%;object-fit:cover}._overlay_1k55n_24{width:100%;height:100%;padding-right:10px;position:absolute;top:0;z-index:1;background-color:#0009;display:flex;align-items:flex-start;justify-content:flex-end;border-radius:8px 8px 0 0}._overlay_1k55n_24:hover{opacity:1}._overlay_1k55n_24 ._iconDownload_1k55n_40{transition:transform .3s ease}._overlay_1k55n_24 ._iconDownload_1k55n_40:hover{transform:scale(1.2) rotate(5deg)}.history-comment__action{display:flex;gap:10px}.history-comment__fileList{flex-direction:column}.history-comment__fileList .file-item{display:flex;align-items:center;justify-content:start;padding:3px 0;border-radius:4px;gap:8px}.history-comment__fileList .file-name{color:var(--primary);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.history-comment__fileList .remove-icon{color:#ff4d4f;cursor:pointer}.history-comment .mentions{height:50px}.history-comment .mentions__input{border-radius:5px;padding:5px;outline:none;font-weight:300}.history-comment .mentions__mention{position:relative;z-index:10}.history-comment .mentions__mention:hover{color:var(--primary);transition:.1s}.history-comment .mentions__highlighter{height:50px;overflow:auto;font-weight:300}.history-comment .mentions__suggestions{box-shadow:3px 1px 12px 1px #d5d5d5;z-index:999999!important;margin-left:20px}.history-comment .mentions__suggestions__list{overflow:auto;max-height:200px;position:relative}.history-comment .mentions__suggestions__item{padding:8px 10px;cursor:pointer;transition:.5s}.history-comment .mentions__suggestions__item:hover,.history-comment .mentions__suggestions__item--focused{background-color:#e5e3e3}.detail-user__body{max-height:75vh;overflow-x:auto;padding:24px 24px 0;gap:8px}.detail-user__body--general{display:flex;flex-wrap:wrap}.detail-user__body--general .image-upload{width:15%}.detail-user__body--general .infomation{width:81%}._priorityFlag_jwqz4_1 svg{width:16px;height:16px}.history{background-color:var(--white);box-shadow:0 2px 24px #0000000d;border-radius:8px;overflow:hidden;padding:24px 24px 0}.history__content{margin-left:38px}.history__list-file .ant-list-items{display:flex;flex-wrap:wrap;gap:10px}.history__list-file .ant-list-item{padding:5px 0;justify-content:left;color:var(--primary);border:none}.history__list-file .ant-list-item-action{margin-inline-start:10px!important}.history__list-file .ant-list-item-action li{display:flex;cursor:pointer}.history .subtitle-1{color:var(--primary);cursor:pointer}.history .ant-timeline-item-content{margin-left:-10px}.history .ant-timeline-item-head{display:none}.history .ant-avatar{background:#BFBFBF}.create-follower__body{padding:24px}.create-follower__action{padding:16px;background:var(--white);border-top:1px solid var(--surface-8);display:flex;justify-content:center;align-items:center;gap:8px;border-radius:8px}.follower{min-width:300px;background-color:var(--white);border-radius:8px;box-shadow:0 2px 24px #0000000d}.follower-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:8px 16px 8px 24px}.follower-header svg{fill:var(--primary)}.follower-list__item{padding:16px 24px;display:flex;align-items:center;gap:12px;border-top:1px solid var(--surface-8)}@keyframes _fadeIn_12dpy_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._fs-0_12dpy_11{font-size:0px;line-height:4px}._fs-1_12dpy_16{font-size:1px;line-height:5px}._fs-2_12dpy_21{font-size:2px;line-height:6px}._fs-3_12dpy_26{font-size:3px;line-height:7px}._fs-4_12dpy_31{font-size:4px;line-height:8px}._fs-5_12dpy_36{font-size:5px;line-height:9px}._fs-6_12dpy_41{font-size:6px;line-height:10px}._fs-7_12dpy_46{font-size:7px;line-height:11px}._fs-8_12dpy_51{font-size:8px;line-height:12px}._fs-9_12dpy_56{font-size:9px;line-height:13px}._fs-10_12dpy_61{font-size:10px;line-height:14px}._fs-11_12dpy_66{font-size:11px;line-height:15px}._fs-12_12dpy_71{font-size:12px;line-height:16px}._fs-13_12dpy_76{font-size:13px;line-height:17px}._fs-14_12dpy_81{font-size:14px;line-height:18px}._fs-15_12dpy_86{font-size:15px;line-height:19px}._fs-16_12dpy_91{font-size:16px;line-height:20px}._fs-17_12dpy_96{font-size:17px;line-height:21px}._fs-18_12dpy_101{font-size:18px;line-height:22px}._fs-19_12dpy_106{font-size:19px;line-height:23px}._fs-20_12dpy_111{font-size:20px;line-height:24px}._fs-21_12dpy_116{font-size:21px;line-height:25px}._fs-22_12dpy_121{font-size:22px;line-height:26px}._fs-23_12dpy_126{font-size:23px;line-height:27px}._fs-24_12dpy_131{font-size:24px;line-height:28px}._fs-25_12dpy_136{font-size:25px;line-height:29px}._fs-26_12dpy_141{font-size:26px;line-height:30px}._fs-27_12dpy_146{font-size:27px;line-height:31px}._fs-28_12dpy_151{font-size:28px;line-height:32px}._fs-29_12dpy_156{font-size:29px;line-height:33px}._fs-30_12dpy_161{font-size:30px;line-height:34px}._fs-31_12dpy_166{font-size:31px;line-height:35px}._fs-32_12dpy_171{font-size:32px;line-height:36px}._fs-33_12dpy_176{font-size:33px;line-height:37px}._fs-34_12dpy_181{font-size:34px;line-height:38px}._fs-35_12dpy_186{font-size:35px;line-height:39px}._fs-36_12dpy_191{font-size:36px;line-height:40px}._fs-37_12dpy_196{font-size:37px;line-height:41px}._fs-38_12dpy_201{font-size:38px;line-height:42px}._fs-39_12dpy_206{font-size:39px;line-height:43px}._fs-40_12dpy_211{font-size:40px;line-height:44px}._fs-41_12dpy_216{font-size:41px;line-height:45px}._fs-42_12dpy_221{font-size:42px;line-height:46px}._fs-43_12dpy_226{font-size:43px;line-height:47px}._fs-44_12dpy_231{font-size:44px;line-height:48px}._fs-45_12dpy_236{font-size:45px;line-height:49px}._fs-46_12dpy_241{font-size:46px;line-height:50px}._fs-47_12dpy_246{font-size:47px;line-height:51px}._fs-48_12dpy_251{font-size:48px;line-height:52px}._fs-49_12dpy_256{font-size:49px;line-height:53px}._fs-50_12dpy_261{font-size:50px;line-height:54px}._fs-51_12dpy_266{font-size:51px;line-height:55px}._fs-52_12dpy_271{font-size:52px;line-height:56px}._fs-53_12dpy_276{font-size:53px;line-height:57px}._fs-54_12dpy_281{font-size:54px;line-height:58px}._fs-55_12dpy_286{font-size:55px;line-height:59px}._fs-56_12dpy_291{font-size:56px;line-height:60px}._fs-57_12dpy_296{font-size:57px;line-height:61px}._fs-58_12dpy_301{font-size:58px;line-height:62px}._fs-59_12dpy_306{font-size:59px;line-height:63px}._fs-60_12dpy_311{font-size:60px;line-height:64px}._fs-61_12dpy_316{font-size:61px;line-height:65px}._fs-62_12dpy_321{font-size:62px;line-height:66px}._fs-63_12dpy_326{font-size:63px;line-height:67px}._fs-64_12dpy_331{font-size:64px;line-height:68px}._fs-65_12dpy_336{font-size:65px;line-height:69px}._fs-66_12dpy_341{font-size:66px;line-height:70px}._fs-67_12dpy_346{font-size:67px;line-height:71px}._fs-68_12dpy_351{font-size:68px;line-height:72px}._fs-69_12dpy_356{font-size:69px;line-height:73px}._fs-70_12dpy_361{font-size:70px;line-height:74px}._fs-71_12dpy_366{font-size:71px;line-height:75px}._fs-72_12dpy_371{font-size:72px;line-height:76px}._fs-73_12dpy_376{font-size:73px;line-height:77px}._fs-74_12dpy_381{font-size:74px;line-height:78px}._fs-75_12dpy_386{font-size:75px;line-height:79px}._fs-76_12dpy_391{font-size:76px;line-height:80px}._fs-77_12dpy_396{font-size:77px;line-height:81px}._fs-78_12dpy_401{font-size:78px;line-height:82px}._fs-79_12dpy_406{font-size:79px;line-height:83px}._fs-80_12dpy_411{font-size:80px;line-height:84px}._fs-81_12dpy_416{font-size:81px;line-height:85px}._fs-82_12dpy_421{font-size:82px;line-height:86px}._fs-83_12dpy_426{font-size:83px;line-height:87px}._fs-84_12dpy_431{font-size:84px;line-height:88px}._fs-85_12dpy_436{font-size:85px;line-height:89px}._fs-86_12dpy_441{font-size:86px;line-height:90px}._fs-87_12dpy_446{font-size:87px;line-height:91px}._fs-88_12dpy_451{font-size:88px;line-height:92px}._fs-89_12dpy_456{font-size:89px;line-height:93px}._fs-90_12dpy_461{font-size:90px;line-height:94px}._fs-91_12dpy_466{font-size:91px;line-height:95px}._fs-92_12dpy_471{font-size:92px;line-height:96px}._fs-93_12dpy_476{font-size:93px;line-height:97px}._fs-94_12dpy_481{font-size:94px;line-height:98px}._fs-95_12dpy_486{font-size:95px;line-height:99px}._fs-96_12dpy_491{font-size:96px;line-height:100px}._fs-97_12dpy_496{font-size:97px;line-height:101px}._fs-98_12dpy_501{font-size:98px;line-height:102px}._fs-99_12dpy_506{font-size:99px;line-height:103px}._fs-100_12dpy_511{font-size:100px;line-height:104px}._fw-100_12dpy_516{font-weight:100}._fw-200_12dpy_520{font-weight:200}._fw-300_12dpy_524{font-weight:300}._fw-400_12dpy_528{font-weight:400}._fw-500_12dpy_532{font-weight:500}._fw-600_12dpy_536{font-weight:600}._fw-700_12dpy_540{font-weight:700}._fw-800_12dpy_544{font-weight:800}._fw-900_12dpy_548{font-weight:900}._heading-1_12dpy_552{font-size:96px;font-weight:600}._heading-2_12dpy_557{font-size:42px;font-weight:600}._heading-3_12dpy_562{font-size:24px;font-weight:600}._heading-4_12dpy_567{font-size:18px;font-weight:600}._heading-5_12dpy_572{font-size:16px;font-weight:600}._heading-6_12dpy_577{font-size:15px;font-weight:500}._subtitle-1_12dpy_582{font-size:14px;font-weight:600}._subtitle-2_12dpy_587{font-size:13px;font-weight:600}._body-1_12dpy_592{font-size:14px;font-weight:300}._body-2_12dpy_597{font-size:14px;font-weight:400}._meta_12dpy_602{font-size:12px}._f-tiny_12dpy_606{font-weight:300}._f-small_12dpy_610{font-weight:400}._f-medium_12dpy_614{font-weight:500}._f-semi-bold_12dpy_618{font-weight:600}._f-bold_12dpy_622{font-weight:700}._selectStatus_12dpy_626{display:flex;flex-direction:column;gap:8px;width:fit-content}._options_12dpy_633{width:180px;display:flex;flex-direction:column;position:fixed;background-color:var(--white);border-radius:8px;z-index:99999;isolation:isolate;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;padding:4px}._option_12dpy_633{padding:6px 12px}._option_12dpy_633:hover,._optionActive_12dpy_653{background-color:var(--primary-1)}._optionItem_12dpy_657{cursor:pointer;padding:4px}._optionItem_12dpy_657._open_12dpy_661{background-color:var(--secondary-2);color:var(--orange-2);width:fit-content;border-radius:4px}._optionItem_12dpy_657._onTrack_12dpy_667{background-color:var(--green-4);color:var(--green-2);width:fit-content;border-radius:4px}._optionItem_12dpy_657._delayed_12dpy_673{background-color:var(--red-4);color:var(--red-2);width:fit-content;border-radius:4px}._optionItem_12dpy_657._success_12dpy_679{background-color:var(--green-2);color:var(--white);width:fit-content;border-radius:4px}._optionItem_12dpy_657._failed_12dpy_685{background-color:var(--red-2);color:var(--white);width:fit-content;border-radius:4px}._optionItem_12dpy_657._parked_12dpy_691{background-color:var(--black-5);color:var(--white);width:fit-content;border-radius:4px}._optionItem_12dpy_657._completed_12dpy_697{background-color:var(--green-6);color:var(--green-5);width:fit-content;border-radius:4px}._selectContent_12dpy_704{background-color:var(--back-1);color:var(--text-5)}._selectContent_12dpy_704._open_12dpy_661{background-color:var(--secondary-2);color:var(--orange-2)}._selectContent_12dpy_704._open_12dpy_661 svg path{fill:var(--orange-2)}._selectContent_12dpy_704._onTrack_12dpy_667{background-color:var(--green-4);color:var(--green-2)}._selectContent_12dpy_704._onTrack_12dpy_667 svg path{fill:var(--green-2)}._selectContent_12dpy_704._delayed_12dpy_673{background-color:var(--red-4);color:var(--red-2)}._selectContent_12dpy_704._delayed_12dpy_673 svg path{fill:var(--red-2)}._selectContent_12dpy_704._success_12dpy_679{background-color:var(--green-2);color:var(--white)}._selectContent_12dpy_704._success_12dpy_679 svg path{fill:var(--white)}._selectContent_12dpy_704._failed_12dpy_685{background-color:var(--red-2);color:var(--white)}._selectContent_12dpy_704._failed_12dpy_685 svg path{fill:var(--white)}._selectContent_12dpy_704._parked_12dpy_691{background-color:var(--black-5);color:var(--white)}._selectContent_12dpy_704._parked_12dpy_691 svg path{fill:var(--white)}._selectContent_12dpy_704._completed_12dpy_697{background-color:var(--green-6);color:var(--green-5)}._selectContent_12dpy_704._completed_12dpy_697 svg path{fill:var(--green-5)}._body_xznob_1{padding:12px 24px 0;display:flex;flex-direction:column;gap:8px;border-bottom:1px solid var(--gray-400);max-height:calc(100vh - 200px);overflow-y:auto}._action_xznob_11{padding:16px;background:var(--white);border-top:1px solid var(--surface-8);display:flex;justify-content:center;align-items:center;gap:12px}._checkbox_xznob_21{display:flex;gap:8px;flex-wrap:wrap}@keyframes _fadeIn_1xs0r_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._rowItem_1xs0r_11{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}._iconArrowRight_1xs0r_17{transform:rotate(-90deg)}.input-number{display:flex;flex-direction:column}.input-number input{padding:8px 14px;border-radius:8px;border:1px solid var(--black-3);font-size:1rem}.input-number input::placeholder{font-weight:400;color:var(--text-4)}.input-number input:focus{box-shadow:unset}.input-number .ant-input-group-addon{cursor:pointer}.input-number .ant-input-status-error{border-color:var(--red-2)!important}.input-number .ant-input-group-wrapper-status-error .ant-input-group-addon{color:var(--red-2);border-color:var(--red-2)}.input-number .ant-input-disabled{opacity:.6;background-color:var(--white)}._btnLoadMore_1jbgy_1{padding:4px;width:100px;box-shadow:0 1px 1px #0000000f;border-radius:8px;border:1px solid var(--black-1);cursor:pointer;font-size:12px;font-weight:500;line-height:20px;display:flex;align-items:center;gap:8px}.ant-layout-sider-dark{background:var(--primary-10)!important;box-shadow:0 10px 30px #1126920d}.ant-menu-dark.ant-menu-submenu>.ant-menu{background-color:var(--primary-10);color:var(--white)}.ant-menu-submenu-popup .ant-menu-vertical>.ant-menu-item{height:48px!important;display:flex;align-items:center}.ant-menu-submenu-popup .ant-menu-vertical>.ant-menu-item:hover{color:var(--white)!important;background-color:#233960!important}.ant-menu-title-content{color:var(--white)}.aside{position:absolute;left:0;top:0;bottom:0;z-index:1000;padding-bottom:0!important}.aside svg{width:24px;height:24px;vertical-align:-.5em!important}.aside ul.ant-menu{background-color:var(--primary-10)!important}.aside li.ant-menu-item,.aside li.ant-menu-submenu{display:flex;align-items:center;color:var(--white);border-radius:8px;height:48px;margin:4px}.aside li.ant-menu-item:hover,.aside li.ant-menu-submenu:hover{border-radius:8px;color:var(--white)!important;background-color:#233960!important}.aside li.ant-menu-item .ant-menu-title-content,.aside li.ant-menu-submenu .ant-menu-title-content{font-size:1rem}.aside li.ant-menu-item.ant-menu-item-selected,.aside li.ant-menu-submenu-selected,.aside .ant-menu-sub.ant-menu-inline .ant-menu-item-selected,.aside .ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item-selected{border-radius:8px;background:var(--primary);color:var(--white)!important}.aside--header{height:78px;width:100%;display:flex;align-items:center;gap:16px;transition:all .3s;border-bottom:1px solid var(--primary-7);padding-left:24px}.aside--header__image{display:flex;color:var(--white);margin-left:5px;cursor:pointer}.aside--header__image svg{width:24px;height:24px}.aside--header>div{color:var(--white);font-size:20px;font-weight:600;max-width:140px}.aside--content{flex-grow:1;overflow-y:auto;max-height:calc(100vh - 180px);padding:0 8px 24px}.aside--content::-webkit-scrollbar{width:6px}.aside--content::-webkit-scrollbar-track{background:transparent}.aside--content::-webkit-scrollbar-thumb{background-color:var(--blue-9);border-radius:10px;border:1px solid transparent}.aside--content::-webkit-scrollbar-thumb:hover{background-color:var(--blue-3)}.aside--footer{width:100%;position:absolute;bottom:0;border-top:1px solid var(--primary-7);padding:16px}.aside--footer__fullname{font-size:16px;font-weight:600;color:var(--white)}.aside--footer__role{font-size:12px;font-weight:400;color:var(--text-3)}.aside--footer__icon{color:var(--white);margin-right:20px;position:absolute;right:0}.aside--footer__icon svg{width:20px;height:20px}.aside--footer svg.user-default-large{width:48px!important;height:48px!important}.aside .ant-layout-sider-trigger{display:none;background:transparent;top:7px;width:75px!important}.aside .custom-subtitle{font-weight:400;font-size:14px;line-height:24px;margin:12px 0;display:block;color:var(--text-4);padding-left:8px}.aside .ant-divider{border-block-start:1px solid var(--text-4);margin:0 0 12px}.aside .line-sub{width:50%;min-width:50%;margin:32px auto 12px}.aside .ant-menu-submenu.ant-menu-submenu-vertical .ant-menu-submenu-title{margin-inline:0;width:100%}.aside .ant-menu-inline-collapsed .ant-menu-item{padding:unset;justify-content:center}.aside .ant-menu-inline-collapsed .ant-menu-item>span{display:none}.aside .ant-menu-inline-collapsed .ant-menu-submenu.ant-menu-submenu-vertical .ant-menu-submenu-title{padding:unset;display:flex;align-items:center;justify-content:center;margin-inline:0;width:100%}.aside .ant-menu-inline-collapsed .ant-menu-submenu.ant-menu-submenu-vertical .ant-menu-submenu-title span{display:none}.aside .ant-divider-horizontal{border-block-start:1px solid var(--primary-7)}.action-expand{width:200px}.action-collapse{width:110px}.image-icon-container{position:relative;width:38px;height:40px;justify-content:center;display:flex;margin-left:4px}.image-icon-container svg.user-default{width:38px!important;height:38px!important}.image-icon-container .icon-container{position:absolute;bottom:0;display:flex;align-items:center;justify-content:center;color:var(--white);pointer-events:none}.image-icon-container .icon-container svg{width:20px;height:20px}.hide{display:none!important}.layout-container{position:relative;flex:1 1 auto;display:flex;height:100vh;overflow:hidden;font-size:1rem}.layout-content{position:relative;flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden;font-size:1rem}.layout-content__child{height:100%;overflow:auto;background-color:var(--background);font-size:1rem}.layout-content.expanded{margin-left:80px}:root{--primary: #184EB0;--white: #fff;--black: #000;--background: #F9FAFB;--primary-1: #E8EDF7;--primary-2: #C8D5EC;--primary-3: #9CB3DD;--primary-4: #6D8FCD;--primary-5: #426EBE;--primary-6: #184EB0;--primary-7: #144296;--primary-8: #11377D;--primary-9: #0E2C64;--primary-10: #0B234F;--secondary-1: #FFF7EC;--secondary-2: #FFECD2;--secondary-3: #FFDDAF;--secondary-4: #FFCD8A;--secondary-5: #FFBD66;--secondary-6: #FFAF45;--secondary-7: #D9953B;--secondary-8: #B57C31;--secondary-9: #916427;--secondary-10: #734F1F;--black-1: #EDEDED;--black-2: #D5D5D5;--black-3: #B3B3B3;--black-4: #909090;--black-5: #6F6F6F;--black-6: #4F4F4F;--black-7: #434343;--black-8: #383838;--black-9: #2D2D2D;--black-10: #242424;--black-11: #000000;--text-1: #FFFFFF;--text-2: #EAEBEE;--text-3: #CCCFD5;--text-4: #A3A9B4;--text-5: #798291;--text-6: #505C70;--text-7: #2A3850;--text-8: #243044;--text-9: #1E2839;--text-10: #18202E;--text-11: #131924;--green-1: #B6DCCC;--green-2: #008F5D;--green-3: #1F6740;--green-4: #CAF1E0;--green-5: #215E5F;--green-6: #D1F7F8;--red-1: #EAEBEE;--red-2: #EA3829;--red-3: #9D241E;--red-4: #FBDEDC;--orange-1: #F7D9BA;--orange-2: #F68524;--orange-3: #A75D16;--orange-4: #FFA629;--blue-1: #C6DDFC;--blue-2: #3892F3;--blue-3: #3D68AF;--surface: #F0F0F0;--surface-1: #FCFDFD;--surface-2: #F5F7F9;--surface-3: #F0F3F6;--surface-4: #F9FAFB;--surface-5: #F2F4F7;--surface-6: #EBEEF2;--surface-7: #F6F8F9;--surface-8: #E5EAEF;--surface-9: #F3F3F3}.color-primary{color:#184eb0}.bg-primary{background-color:#184eb0}.color-white{color:#fff}.bg-white{background-color:#fff}.color-black{color:#000}.bg-black{background-color:#000}.color-background{color:#f9fafb}.bg-background{background-color:#f9fafb}.color-primary-1{color:#e8edf7}.bg-primary-1{background-color:#e8edf7}.color-primary-2{color:#c8d5ec}.bg-primary-2{background-color:#c8d5ec}.color-primary-3{color:#9cb3dd}.bg-primary-3{background-color:#9cb3dd}.color-primary-4{color:#6d8fcd}.bg-primary-4{background-color:#6d8fcd}.color-primary-5{color:#426ebe}.bg-primary-5{background-color:#426ebe}.color-primary-6{color:#184eb0}.bg-primary-6{background-color:#184eb0}.color-primary-7{color:#144296}.bg-primary-7{background-color:#144296}.color-primary-8{color:#11377d}.bg-primary-8{background-color:#11377d}.color-primary-9{color:#0e2c64}.bg-primary-9{background-color:#0e2c64}.color-primary-10{color:#0b234f}.bg-primary-10{background-color:#0b234f}.color-secondary-1{color:#fff7ec}.bg-secondary-1{background-color:#fff7ec}.color-secondary-2{color:#ffecd2}.bg-secondary-2{background-color:#ffecd2}.color-secondary-3{color:#ffddaf}.bg-secondary-3{background-color:#ffddaf}.color-secondary-4{color:#ffcd8a}.bg-secondary-4{background-color:#ffcd8a}.color-secondary-5{color:#ffbd66}.bg-secondary-5{background-color:#ffbd66}.color-secondary-6{color:#ffaf45}.bg-secondary-6{background-color:#ffaf45}.color-secondary-7{color:#d9953b}.bg-secondary-7{background-color:#d9953b}.color-secondary-8{color:#b57c31}.bg-secondary-8{background-color:#b57c31}.color-secondary-9{color:#916427}.bg-secondary-9{background-color:#916427}.color-secondary-10{color:#734f1f}.bg-secondary-10{background-color:#734f1f}.color-black-1{color:#ededed}.bg-black-1{background-color:#ededed}.color-black-2{color:#d5d5d5}.bg-black-2{background-color:#d5d5d5}.color-black-3{color:#b3b3b3}.bg-black-3{background-color:#b3b3b3}.color-black-4{color:#909090}.bg-black-4{background-color:#909090}.color-black-5{color:#6f6f6f}.bg-black-5{background-color:#6f6f6f}.color-black-6{color:#4f4f4f}.bg-black-6{background-color:#4f4f4f}.color-black-7{color:#434343}.bg-black-7{background-color:#434343}.color-black-8{color:#383838}.bg-black-8{background-color:#383838}.color-black-9{color:#2d2d2d}.bg-black-9{background-color:#2d2d2d}.color-black-10{color:#242424}.bg-black-10{background-color:#242424}.color-black-11{color:#000}.bg-black-11{background-color:#000}.color-text-1{color:#fff}.bg-text-1{background-color:#fff}.color-text-2{color:#eaebee}.bg-text-2{background-color:#eaebee}.color-text-3{color:#cccfd5}.bg-text-3{background-color:#cccfd5}.color-text-4{color:#a3a9b4}.bg-text-4{background-color:#a3a9b4}.color-text-5{color:#798291}.bg-text-5{background-color:#798291}.color-text-6{color:#505c70}.bg-text-6{background-color:#505c70}.color-text-7{color:#2a3850}.bg-text-7{background-color:#2a3850}.color-text-8{color:#243044}.bg-text-8{background-color:#243044}.color-text-9{color:#1e2839}.bg-text-9{background-color:#1e2839}.color-text-10{color:#18202e}.bg-text-10{background-color:#18202e}.color-text-11{color:#131924}.bg-text-11{background-color:#131924}.color-green-1{color:#b6dccc}.bg-green-1{background-color:#b6dccc}.color-green-2{color:#008f5d}.bg-green-2{background-color:#008f5d}.color-green-3{color:#1f6740}.bg-green-3{background-color:#1f6740}.color-green-4{color:#caf1e0}.bg-green-4{background-color:#caf1e0}.color-green-5{color:#215e5f}.bg-green-5{background-color:#215e5f}.color-green-6{color:#d1f7f8}.bg-green-6{background-color:#d1f7f8}.color-red-1{color:#eaebee}.bg-red-1{background-color:#eaebee}.color-red-2{color:#ea3829}.bg-red-2{background-color:#ea3829}.color-red-3{color:#9d241e}.bg-red-3{background-color:#9d241e}.color-red-4{color:#fbdedc}.bg-red-4{background-color:#fbdedc}.color-orange-1{color:#f7d9ba}.bg-orange-1{background-color:#f7d9ba}.color-orange-2{color:#f68524}.bg-orange-2{background-color:#f68524}.color-orange-3{color:#a75d16}.bg-orange-3{background-color:#a75d16}.color-orange-4{color:#ffa629}.bg-orange-4{background-color:#ffa629}.color-blue-1{color:#c6ddfc}.bg-blue-1{background-color:#c6ddfc}.color-blue-2{color:"#3892F3"}.bg-blue-2{background-color:"#3892F3"}.color-blue-3{color:"#3D68AF"}.bg-blue-3{background-color:"#3D68AF"}.color-surface{color:#f0f0f0}.bg-surface{background-color:#f0f0f0}.color-surface-1{color:#fcfdfd}.bg-surface-1{background-color:#fcfdfd}.color-surface-2{color:#f5f7f9}.bg-surface-2{background-color:#f5f7f9}.color-surface-3{color:#f0f3f6}.bg-surface-3{background-color:#f0f3f6}.color-surface-4{color:#f9fafb}.bg-surface-4{background-color:#f9fafb}.color-surface-5{color:#f2f4f7}.bg-surface-5{background-color:#f2f4f7}.color-surface-6{color:#ebeef2}.bg-surface-6{background-color:#ebeef2}.color-surface-7{color:#f6f8f9}.bg-surface-7{background-color:#f6f8f9}.color-surface-8{color:#e5eaef}.bg-surface-8{background-color:#e5eaef}.color-surface-9{color:#f3f3f3}.bg-surface-9{background-color:#f3f3f3}.fs-0{font-size:0px;line-height:4px}.fs-1{font-size:1px;line-height:5px}.fs-2{font-size:2px;line-height:6px}.fs-3{font-size:3px;line-height:7px}.fs-4{font-size:4px;line-height:8px}.fs-5{font-size:5px;line-height:9px}.fs-6{font-size:6px;line-height:10px}.fs-7{font-size:7px;line-height:11px}.fs-8{font-size:8px;line-height:12px}.fs-9{font-size:9px;line-height:13px}.fs-10{font-size:10px;line-height:14px}.fs-11{font-size:11px;line-height:15px}.fs-12{font-size:12px;line-height:16px}.fs-13{font-size:13px;line-height:17px}.fs-14{font-size:14px;line-height:18px}.fs-15{font-size:15px;line-height:19px}.fs-16{font-size:16px;line-height:20px}.fs-17{font-size:17px;line-height:21px}.fs-18{font-size:18px;line-height:22px}.fs-19{font-size:19px;line-height:23px}.fs-20{font-size:20px;line-height:24px}.fs-21{font-size:21px;line-height:25px}.fs-22{font-size:22px;line-height:26px}.fs-23{font-size:23px;line-height:27px}.fs-24{font-size:24px;line-height:28px}.fs-25{font-size:25px;line-height:29px}.fs-26{font-size:26px;line-height:30px}.fs-27{font-size:27px;line-height:31px}.fs-28{font-size:28px;line-height:32px}.fs-29{font-size:29px;line-height:33px}.fs-30{font-size:30px;line-height:34px}.fs-31{font-size:31px;line-height:35px}.fs-32{font-size:32px;line-height:36px}.fs-33{font-size:33px;line-height:37px}.fs-34{font-size:34px;line-height:38px}.fs-35{font-size:35px;line-height:39px}.fs-36{font-size:36px;line-height:40px}.fs-37{font-size:37px;line-height:41px}.fs-38{font-size:38px;line-height:42px}.fs-39{font-size:39px;line-height:43px}.fs-40{font-size:40px;line-height:44px}.fs-41{font-size:41px;line-height:45px}.fs-42{font-size:42px;line-height:46px}.fs-43{font-size:43px;line-height:47px}.fs-44{font-size:44px;line-height:48px}.fs-45{font-size:45px;line-height:49px}.fs-46{font-size:46px;line-height:50px}.fs-47{font-size:47px;line-height:51px}.fs-48{font-size:48px;line-height:52px}.fs-49{font-size:49px;line-height:53px}.fs-50{font-size:50px;line-height:54px}.fs-51{font-size:51px;line-height:55px}.fs-52{font-size:52px;line-height:56px}.fs-53{font-size:53px;line-height:57px}.fs-54{font-size:54px;line-height:58px}.fs-55{font-size:55px;line-height:59px}.fs-56{font-size:56px;line-height:60px}.fs-57{font-size:57px;line-height:61px}.fs-58{font-size:58px;line-height:62px}.fs-59{font-size:59px;line-height:63px}.fs-60{font-size:60px;line-height:64px}.fs-61{font-size:61px;line-height:65px}.fs-62{font-size:62px;line-height:66px}.fs-63{font-size:63px;line-height:67px}.fs-64{font-size:64px;line-height:68px}.fs-65{font-size:65px;line-height:69px}.fs-66{font-size:66px;line-height:70px}.fs-67{font-size:67px;line-height:71px}.fs-68{font-size:68px;line-height:72px}.fs-69{font-size:69px;line-height:73px}.fs-70{font-size:70px;line-height:74px}.fs-71{font-size:71px;line-height:75px}.fs-72{font-size:72px;line-height:76px}.fs-73{font-size:73px;line-height:77px}.fs-74{font-size:74px;line-height:78px}.fs-75{font-size:75px;line-height:79px}.fs-76{font-size:76px;line-height:80px}.fs-77{font-size:77px;line-height:81px}.fs-78{font-size:78px;line-height:82px}.fs-79{font-size:79px;line-height:83px}.fs-80{font-size:80px;line-height:84px}.fs-81{font-size:81px;line-height:85px}.fs-82{font-size:82px;line-height:86px}.fs-83{font-size:83px;line-height:87px}.fs-84{font-size:84px;line-height:88px}.fs-85{font-size:85px;line-height:89px}.fs-86{font-size:86px;line-height:90px}.fs-87{font-size:87px;line-height:91px}.fs-88{font-size:88px;line-height:92px}.fs-89{font-size:89px;line-height:93px}.fs-90{font-size:90px;line-height:94px}.fs-91{font-size:91px;line-height:95px}.fs-92{font-size:92px;line-height:96px}.fs-93{font-size:93px;line-height:97px}.fs-94{font-size:94px;line-height:98px}.fs-95{font-size:95px;line-height:99px}.fs-96{font-size:96px;line-height:100px}.fs-97{font-size:97px;line-height:101px}.fs-98{font-size:98px;line-height:102px}.fs-99{font-size:99px;line-height:103px}.fs-100{font-size:100px;line-height:104px}.fw-100{font-weight:100}.fw-200{font-weight:200}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.fw-900{font-weight:900}.heading-1{font-size:96px;font-weight:600}.heading-2{font-size:42px;font-weight:600}.heading-3{font-size:24px;font-weight:600}.heading-4{font-size:18px;font-weight:600}.heading-5{font-size:16px;font-weight:600}.heading-6{font-size:15px;font-weight:500}.subtitle-1{font-size:14px;font-weight:600}.subtitle-2{font-size:13px;font-weight:600}.body-1{font-size:14px;font-weight:300}.body-2{font-size:14px;font-weight:400}.meta{font-size:12px}.f-tiny{font-weight:300}.f-small{font-weight:400}.f-medium{font-weight:500}.f-semi-bold{font-weight:600}.f-bold{font-weight:700}.fx{display:flex}.fx-1{flex:1}.fx-2{flex:2}.fx-3{flex:3}.fx-4{flex:4}.fx-extend{flex:1 1 auto}.fx-row{display:flex;flex-direction:row}.fx-column{display:flex;flex-direction:column}.fx-center{align-items:center;justify-content:center}.fx-center-between{align-items:center;justify-content:space-between}.fx-wrap-wrap{flex-wrap:wrap}.fx-wrap-nowrap{flex-wrap:nowrap}.fx-wrap-revert{flex-wrap:revert}.fx-wrap-wrap-reverse{flex-wrap:wrap-reverse}.fx-ac-center{align-content:center}.fx-ac-start{align-content:start}.fx-ac-end{align-content:end}.fx-ac-flex-start{align-content:flex-start}.fx-ac-flex-end{align-content:flex-end}.fx-ac-baseline{align-content:baseline}.fx-ac-space-between{align-content:space-between}.fx-ac-space-around{align-content:space-around}.fx-ac-space-evenly{align-content:space-evenly}.fx-ac-stretch{align-content:stretch}.fx-ai-normal{align-items:normal}.fx-ai-stretch{align-items:stretch}.fx-ai-center{align-items:center}.fx-ai-start{align-items:start}.fx-ai-end{align-items:end}.fx-ai-flex-start{align-items:flex-start}.fx-ai-flex-end{align-items:flex-end}.fx-ai-baseline{align-items:baseline}.fx-as-auto{align-self:auto}.fx-as-normal{align-self:normal}.fx-as-center{align-self:center}.fx-as-start{align-self:start}.fx-as-end{align-self:end}.fx-as-self-start{align-self:self-start}.fx-as-self-end{align-self:self-end}.fx-as-flex-start{align-self:flex-start}.fx-as-flex-end{align-self:flex-end}.fx-as-baseline{align-self:baseline}.fx-as-stretch{align-self:stretch}.fx-jc-center{justify-content:center}.fx-jc-start{justify-content:start}.fx-jc-end{justify-content:end}.fx-jc-flex-start{justify-content:flex-start}.fx-jc-flex-end{justify-content:flex-end}.fx-jc-left{justify-content:left}.fx-jc-right{justify-content:right}.fx-jc-normal{justify-content:normal}.fx-jc-space-between{justify-content:space-between}.fx-jc-space-around{justify-content:space-around}.fx-jc-space-evenly{justify-content:space-evenly}.fx-jc-stretch{justify-content:stretch}.fx-ji-auto{justify-items:auto}.fx-ji-normal{justify-items:normal}.fx-ji-stretch{justify-items:stretch}.fx-ji-center{justify-items:center}.fx-ji-start{justify-items:start}.fx-ji-end{justify-items:end}.fx-ji-flex-start{justify-items:flex-start}.fx-ji-flex-end{justify-items:flex-end}.fx-ji-self-start{justify-items:self-start}.fx-ji-self-end{justify-items:self-end}.fx-ji-left{justify-items:left}.fx-ji-right{justify-items:right}.fx-js-auto{justify-self:auto}.fx-js-normal{justify-self:normal}.fx-js-stretch{justify-self:stretch}.fx-js-center{justify-self:center}.fx-js-start{justify-self:start}.fx-js-end{justify-self:end}.fx-js-flex-start{justify-self:flex-start}.fx-js-flex-end{justify-self:flex-end}.fx-js-self-start{justify-self:self-start}.fx-js-self-end{justify-self:self-end}.fx-js-left{justify-self:left}.fx-js-right{justify-self:right}.fx-none{display:none}.m-0{margin-top:0}.m-0-i{margin-top:0!important}.mt-0{margin-top:0}.mt-0-i{margin-top:0!important}.mb-0{margin-bottom:0}.mb-0-i{margin-bottom:0!important}.ml-0{margin-left:0}.ml-0-i{margin-left:0!important}.mr-0{margin-right:0}.mr-0-i{margin-right:0!important}.mx-0{margin-left:0;margin-right:0}.mx-0-i{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0;margin-bottom:0}.my-0-i{margin-top:0!important;margin-bottom:0!important}.p-0{padding:0}.p-0-i{padding:0!important}.pt-0{padding-top:0}.pt-0-i{padding-top:0!important}.pb-0{padding-bottom:0}.pb-0-i{padding-bottom:0!important}.pl-0{padding-left:0}.pl-0-i{padding-left:0!important}.pr-0{padding-right:0}.pr-0-i{padding-right:0!important}.px-0{padding-left:0;padding-right:0}.px-0-i{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0;padding-bottom:0}.py-0-i{padding-top:0!important;padding-bottom:0!important}.gap-0{gap:0px}.gap-0-i{gap:0px!important}.round-0{border-radius:0}.round-0-i{border-radius:0!important}.square-0{width:0px;height:0px}.m-1{margin-top:4px}.m-1-i{margin-top:4px!important}.mt-1{margin-top:4px}.mt-1-i{margin-top:4px!important}.mb-1{margin-bottom:4px}.mb-1-i{margin-bottom:4px!important}.ml-1{margin-left:4px}.ml-1-i{margin-left:4px!important}.mr-1{margin-right:4px}.mr-1-i{margin-right:4px!important}.mx-1{margin-left:4px;margin-right:4px}.mx-1-i{margin-left:4px!important;margin-right:4px!important}.my-1{margin-top:4px;margin-bottom:4px}.my-1-i{margin-top:4px!important;margin-bottom:4px!important}.p-1{padding:4px}.p-1-i{padding:4px!important}.pt-1{padding-top:4px}.pt-1-i{padding-top:4px!important}.pb-1{padding-bottom:4px}.pb-1-i{padding-bottom:4px!important}.pl-1{padding-left:4px}.pl-1-i{padding-left:4px!important}.pr-1{padding-right:4px}.pr-1-i{padding-right:4px!important}.px-1{padding-left:4px;padding-right:4px}.px-1-i{padding-left:4px!important;padding-right:4px!important}.py-1{padding-top:4px;padding-bottom:4px}.py-1-i{padding-top:4px!important;padding-bottom:4px!important}.gap-1{gap:4px}.gap-1-i{gap:4px!important}.round-1{border-radius:4px}.round-1-i{border-radius:4px!important}.square-1{width:4px;height:4px}.m-2{margin-top:8px}.m-2-i{margin-top:8px!important}.mt-2{margin-top:8px}.mt-2-i{margin-top:8px!important}.mb-2{margin-bottom:8px}.mb-2-i{margin-bottom:8px!important}.ml-2{margin-left:8px}.ml-2-i{margin-left:8px!important}.mr-2{margin-right:8px}.mr-2-i{margin-right:8px!important}.mx-2{margin-left:8px;margin-right:8px}.mx-2-i{margin-left:8px!important;margin-right:8px!important}.my-2{margin-top:8px;margin-bottom:8px}.my-2-i{margin-top:8px!important;margin-bottom:8px!important}.p-2{padding:8px}.p-2-i{padding:8px!important}.pt-2{padding-top:8px}.pt-2-i{padding-top:8px!important}.pb-2{padding-bottom:8px}.pb-2-i{padding-bottom:8px!important}.pl-2{padding-left:8px}.pl-2-i{padding-left:8px!important}.pr-2{padding-right:8px}.pr-2-i{padding-right:8px!important}.px-2{padding-left:8px;padding-right:8px}.px-2-i{padding-left:8px!important;padding-right:8px!important}.py-2{padding-top:8px;padding-bottom:8px}.py-2-i{padding-top:8px!important;padding-bottom:8px!important}.gap-2{gap:8px}.gap-2-i{gap:8px!important}.round-2{border-radius:8px}.round-2-i{border-radius:8px!important}.square-2{width:8px;height:8px}.m-3{margin-top:12px}.m-3-i{margin-top:12px!important}.mt-3{margin-top:12px}.mt-3-i{margin-top:12px!important}.mb-3{margin-bottom:12px}.mb-3-i{margin-bottom:12px!important}.ml-3{margin-left:12px}.ml-3-i{margin-left:12px!important}.mr-3{margin-right:12px}.mr-3-i{margin-right:12px!important}.mx-3{margin-left:12px;margin-right:12px}.mx-3-i{margin-left:12px!important;margin-right:12px!important}.my-3{margin-top:12px;margin-bottom:12px}.my-3-i{margin-top:12px!important;margin-bottom:12px!important}.p-3{padding:12px}.p-3-i{padding:12px!important}.pt-3{padding-top:12px}.pt-3-i{padding-top:12px!important}.pb-3{padding-bottom:12px}.pb-3-i{padding-bottom:12px!important}.pl-3{padding-left:12px}.pl-3-i{padding-left:12px!important}.pr-3{padding-right:12px}.pr-3-i{padding-right:12px!important}.px-3{padding-left:12px;padding-right:12px}.px-3-i{padding-left:12px!important;padding-right:12px!important}.py-3{padding-top:12px;padding-bottom:12px}.py-3-i{padding-top:12px!important;padding-bottom:12px!important}.gap-3{gap:12px}.gap-3-i{gap:12px!important}.round-3{border-radius:12px}.round-3-i{border-radius:12px!important}.square-3{width:12px;height:12px}.m-4{margin-top:16px}.m-4-i{margin-top:16px!important}.mt-4{margin-top:16px}.mt-4-i{margin-top:16px!important}.mb-4{margin-bottom:16px}.mb-4-i{margin-bottom:16px!important}.ml-4{margin-left:16px}.ml-4-i{margin-left:16px!important}.mr-4{margin-right:16px}.mr-4-i{margin-right:16px!important}.mx-4{margin-left:16px;margin-right:16px}.mx-4-i{margin-left:16px!important;margin-right:16px!important}.my-4{margin-top:16px;margin-bottom:16px}.my-4-i{margin-top:16px!important;margin-bottom:16px!important}.p-4{padding:16px}.p-4-i{padding:16px!important}.pt-4{padding-top:16px}.pt-4-i{padding-top:16px!important}.pb-4{padding-bottom:16px}.pb-4-i{padding-bottom:16px!important}.pl-4{padding-left:16px}.pl-4-i{padding-left:16px!important}.pr-4{padding-right:16px}.pr-4-i{padding-right:16px!important}.px-4{padding-left:16px;padding-right:16px}.px-4-i{padding-left:16px!important;padding-right:16px!important}.py-4{padding-top:16px;padding-bottom:16px}.py-4-i{padding-top:16px!important;padding-bottom:16px!important}.gap-4{gap:16px}.gap-4-i{gap:16px!important}.round-4{border-radius:16px}.round-4-i{border-radius:16px!important}.square-4{width:16px;height:16px}.m-5{margin-top:20px}.m-5-i{margin-top:20px!important}.mt-5{margin-top:20px}.mt-5-i{margin-top:20px!important}.mb-5{margin-bottom:20px}.mb-5-i{margin-bottom:20px!important}.ml-5{margin-left:20px}.ml-5-i{margin-left:20px!important}.mr-5{margin-right:20px}.mr-5-i{margin-right:20px!important}.mx-5{margin-left:20px;margin-right:20px}.mx-5-i{margin-left:20px!important;margin-right:20px!important}.my-5{margin-top:20px;margin-bottom:20px}.my-5-i{margin-top:20px!important;margin-bottom:20px!important}.p-5{padding:20px}.p-5-i{padding:20px!important}.pt-5{padding-top:20px}.pt-5-i{padding-top:20px!important}.pb-5{padding-bottom:20px}.pb-5-i{padding-bottom:20px!important}.pl-5{padding-left:20px}.pl-5-i{padding-left:20px!important}.pr-5{padding-right:20px}.pr-5-i{padding-right:20px!important}.px-5{padding-left:20px;padding-right:20px}.px-5-i{padding-left:20px!important;padding-right:20px!important}.py-5{padding-top:20px;padding-bottom:20px}.py-5-i{padding-top:20px!important;padding-bottom:20px!important}.gap-5{gap:20px}.gap-5-i{gap:20px!important}.round-5{border-radius:20px}.round-5-i{border-radius:20px!important}.square-5{width:20px;height:20px}.m-6{margin-top:24px}.m-6-i{margin-top:24px!important}.mt-6{margin-top:24px}.mt-6-i{margin-top:24px!important}.mb-6{margin-bottom:24px}.mb-6-i{margin-bottom:24px!important}.ml-6{margin-left:24px}.ml-6-i{margin-left:24px!important}.mr-6{margin-right:24px}.mr-6-i{margin-right:24px!important}.mx-6{margin-left:24px;margin-right:24px}.mx-6-i{margin-left:24px!important;margin-right:24px!important}.my-6{margin-top:24px;margin-bottom:24px}.my-6-i{margin-top:24px!important;margin-bottom:24px!important}.p-6{padding:24px}.p-6-i{padding:24px!important}.pt-6{padding-top:24px}.pt-6-i{padding-top:24px!important}.pb-6{padding-bottom:24px}.pb-6-i{padding-bottom:24px!important}.pl-6{padding-left:24px}.pl-6-i{padding-left:24px!important}.pr-6{padding-right:24px}.pr-6-i{padding-right:24px!important}.px-6{padding-left:24px;padding-right:24px}.px-6-i{padding-left:24px!important;padding-right:24px!important}.py-6{padding-top:24px;padding-bottom:24px}.py-6-i{padding-top:24px!important;padding-bottom:24px!important}.gap-6{gap:24px}.gap-6-i{gap:24px!important}.round-6{border-radius:24px}.round-6-i{border-radius:24px!important}.square-6{width:24px;height:24px}.m-7{margin-top:28px}.m-7-i{margin-top:28px!important}.mt-7{margin-top:28px}.mt-7-i{margin-top:28px!important}.mb-7{margin-bottom:28px}.mb-7-i{margin-bottom:28px!important}.ml-7{margin-left:28px}.ml-7-i{margin-left:28px!important}.mr-7{margin-right:28px}.mr-7-i{margin-right:28px!important}.mx-7{margin-left:28px;margin-right:28px}.mx-7-i{margin-left:28px!important;margin-right:28px!important}.my-7{margin-top:28px;margin-bottom:28px}.my-7-i{margin-top:28px!important;margin-bottom:28px!important}.p-7{padding:28px}.p-7-i{padding:28px!important}.pt-7{padding-top:28px}.pt-7-i{padding-top:28px!important}.pb-7{padding-bottom:28px}.pb-7-i{padding-bottom:28px!important}.pl-7{padding-left:28px}.pl-7-i{padding-left:28px!important}.pr-7{padding-right:28px}.pr-7-i{padding-right:28px!important}.px-7{padding-left:28px;padding-right:28px}.px-7-i{padding-left:28px!important;padding-right:28px!important}.py-7{padding-top:28px;padding-bottom:28px}.py-7-i{padding-top:28px!important;padding-bottom:28px!important}.gap-7{gap:28px}.gap-7-i{gap:28px!important}.round-7{border-radius:28px}.round-7-i{border-radius:28px!important}.square-7{width:28px;height:28px}.m-8{margin-top:32px}.m-8-i{margin-top:32px!important}.mt-8{margin-top:32px}.mt-8-i{margin-top:32px!important}.mb-8{margin-bottom:32px}.mb-8-i{margin-bottom:32px!important}.ml-8{margin-left:32px}.ml-8-i{margin-left:32px!important}.mr-8{margin-right:32px}.mr-8-i{margin-right:32px!important}.mx-8{margin-left:32px;margin-right:32px}.mx-8-i{margin-left:32px!important;margin-right:32px!important}.my-8{margin-top:32px;margin-bottom:32px}.my-8-i{margin-top:32px!important;margin-bottom:32px!important}.p-8{padding:32px}.p-8-i{padding:32px!important}.pt-8{padding-top:32px}.pt-8-i{padding-top:32px!important}.pb-8{padding-bottom:32px}.pb-8-i{padding-bottom:32px!important}.pl-8{padding-left:32px}.pl-8-i{padding-left:32px!important}.pr-8{padding-right:32px}.pr-8-i{padding-right:32px!important}.px-8{padding-left:32px;padding-right:32px}.px-8-i{padding-left:32px!important;padding-right:32px!important}.py-8{padding-top:32px;padding-bottom:32px}.py-8-i{padding-top:32px!important;padding-bottom:32px!important}.gap-8{gap:32px}.gap-8-i{gap:32px!important}.round-8{border-radius:32px}.round-8-i{border-radius:32px!important}.square-8{width:32px;height:32px}.m-9{margin-top:36px}.m-9-i{margin-top:36px!important}.mt-9{margin-top:36px}.mt-9-i{margin-top:36px!important}.mb-9{margin-bottom:36px}.mb-9-i{margin-bottom:36px!important}.ml-9{margin-left:36px}.ml-9-i{margin-left:36px!important}.mr-9{margin-right:36px}.mr-9-i{margin-right:36px!important}.mx-9{margin-left:36px;margin-right:36px}.mx-9-i{margin-left:36px!important;margin-right:36px!important}.my-9{margin-top:36px;margin-bottom:36px}.my-9-i{margin-top:36px!important;margin-bottom:36px!important}.p-9{padding:36px}.p-9-i{padding:36px!important}.pt-9{padding-top:36px}.pt-9-i{padding-top:36px!important}.pb-9{padding-bottom:36px}.pb-9-i{padding-bottom:36px!important}.pl-9{padding-left:36px}.pl-9-i{padding-left:36px!important}.pr-9{padding-right:36px}.pr-9-i{padding-right:36px!important}.px-9{padding-left:36px;padding-right:36px}.px-9-i{padding-left:36px!important;padding-right:36px!important}.py-9{padding-top:36px;padding-bottom:36px}.py-9-i{padding-top:36px!important;padding-bottom:36px!important}.gap-9{gap:36px}.gap-9-i{gap:36px!important}.round-9{border-radius:36px}.round-9-i{border-radius:36px!important}.square-9{width:36px;height:36px}.m-10{margin-top:40px}.m-10-i{margin-top:40px!important}.mt-10{margin-top:40px}.mt-10-i{margin-top:40px!important}.mb-10{margin-bottom:40px}.mb-10-i{margin-bottom:40px!important}.ml-10{margin-left:40px}.ml-10-i{margin-left:40px!important}.mr-10{margin-right:40px}.mr-10-i{margin-right:40px!important}.mx-10{margin-left:40px;margin-right:40px}.mx-10-i{margin-left:40px!important;margin-right:40px!important}.my-10{margin-top:40px;margin-bottom:40px}.my-10-i{margin-top:40px!important;margin-bottom:40px!important}.p-10{padding:40px}.p-10-i{padding:40px!important}.pt-10{padding-top:40px}.pt-10-i{padding-top:40px!important}.pb-10{padding-bottom:40px}.pb-10-i{padding-bottom:40px!important}.pl-10{padding-left:40px}.pl-10-i{padding-left:40px!important}.pr-10{padding-right:40px}.pr-10-i{padding-right:40px!important}.px-10{padding-left:40px;padding-right:40px}.px-10-i{padding-left:40px!important;padding-right:40px!important}.py-10{padding-top:40px;padding-bottom:40px}.py-10-i{padding-top:40px!important;padding-bottom:40px!important}.gap-10{gap:40px}.gap-10-i{gap:40px!important}.round-10{border-radius:40px}.round-10-i{border-radius:40px!important}.square-10{width:40px;height:40px}.m-11{margin-top:44px}.m-11-i{margin-top:44px!important}.mt-11{margin-top:44px}.mt-11-i{margin-top:44px!important}.mb-11{margin-bottom:44px}.mb-11-i{margin-bottom:44px!important}.ml-11{margin-left:44px}.ml-11-i{margin-left:44px!important}.mr-11{margin-right:44px}.mr-11-i{margin-right:44px!important}.mx-11{margin-left:44px;margin-right:44px}.mx-11-i{margin-left:44px!important;margin-right:44px!important}.my-11{margin-top:44px;margin-bottom:44px}.my-11-i{margin-top:44px!important;margin-bottom:44px!important}.p-11{padding:44px}.p-11-i{padding:44px!important}.pt-11{padding-top:44px}.pt-11-i{padding-top:44px!important}.pb-11{padding-bottom:44px}.pb-11-i{padding-bottom:44px!important}.pl-11{padding-left:44px}.pl-11-i{padding-left:44px!important}.pr-11{padding-right:44px}.pr-11-i{padding-right:44px!important}.px-11{padding-left:44px;padding-right:44px}.px-11-i{padding-left:44px!important;padding-right:44px!important}.py-11{padding-top:44px;padding-bottom:44px}.py-11-i{padding-top:44px!important;padding-bottom:44px!important}.gap-11{gap:44px}.gap-11-i{gap:44px!important}.round-11{border-radius:44px}.round-11-i{border-radius:44px!important}.square-11{width:44px;height:44px}.m-12{margin-top:48px}.m-12-i{margin-top:48px!important}.mt-12{margin-top:48px}.mt-12-i{margin-top:48px!important}.mb-12{margin-bottom:48px}.mb-12-i{margin-bottom:48px!important}.ml-12{margin-left:48px}.ml-12-i{margin-left:48px!important}.mr-12{margin-right:48px}.mr-12-i{margin-right:48px!important}.mx-12{margin-left:48px;margin-right:48px}.mx-12-i{margin-left:48px!important;margin-right:48px!important}.my-12{margin-top:48px;margin-bottom:48px}.my-12-i{margin-top:48px!important;margin-bottom:48px!important}.p-12{padding:48px}.p-12-i{padding:48px!important}.pt-12{padding-top:48px}.pt-12-i{padding-top:48px!important}.pb-12{padding-bottom:48px}.pb-12-i{padding-bottom:48px!important}.pl-12{padding-left:48px}.pl-12-i{padding-left:48px!important}.pr-12{padding-right:48px}.pr-12-i{padding-right:48px!important}.px-12{padding-left:48px;padding-right:48px}.px-12-i{padding-left:48px!important;padding-right:48px!important}.py-12{padding-top:48px;padding-bottom:48px}.py-12-i{padding-top:48px!important;padding-bottom:48px!important}.gap-12{gap:48px}.gap-12-i{gap:48px!important}.round-12{border-radius:48px}.round-12-i{border-radius:48px!important}.square-12{width:48px;height:48px}.m-13{margin-top:52px}.m-13-i{margin-top:52px!important}.mt-13{margin-top:52px}.mt-13-i{margin-top:52px!important}.mb-13{margin-bottom:52px}.mb-13-i{margin-bottom:52px!important}.ml-13{margin-left:52px}.ml-13-i{margin-left:52px!important}.mr-13{margin-right:52px}.mr-13-i{margin-right:52px!important}.mx-13{margin-left:52px;margin-right:52px}.mx-13-i{margin-left:52px!important;margin-right:52px!important}.my-13{margin-top:52px;margin-bottom:52px}.my-13-i{margin-top:52px!important;margin-bottom:52px!important}.p-13{padding:52px}.p-13-i{padding:52px!important}.pt-13{padding-top:52px}.pt-13-i{padding-top:52px!important}.pb-13{padding-bottom:52px}.pb-13-i{padding-bottom:52px!important}.pl-13{padding-left:52px}.pl-13-i{padding-left:52px!important}.pr-13{padding-right:52px}.pr-13-i{padding-right:52px!important}.px-13{padding-left:52px;padding-right:52px}.px-13-i{padding-left:52px!important;padding-right:52px!important}.py-13{padding-top:52px;padding-bottom:52px}.py-13-i{padding-top:52px!important;padding-bottom:52px!important}.gap-13{gap:52px}.gap-13-i{gap:52px!important}.round-13{border-radius:52px}.round-13-i{border-radius:52px!important}.square-13{width:52px;height:52px}.m-14{margin-top:56px}.m-14-i{margin-top:56px!important}.mt-14{margin-top:56px}.mt-14-i{margin-top:56px!important}.mb-14{margin-bottom:56px}.mb-14-i{margin-bottom:56px!important}.ml-14{margin-left:56px}.ml-14-i{margin-left:56px!important}.mr-14{margin-right:56px}.mr-14-i{margin-right:56px!important}.mx-14{margin-left:56px;margin-right:56px}.mx-14-i{margin-left:56px!important;margin-right:56px!important}.my-14{margin-top:56px;margin-bottom:56px}.my-14-i{margin-top:56px!important;margin-bottom:56px!important}.p-14{padding:56px}.p-14-i{padding:56px!important}.pt-14{padding-top:56px}.pt-14-i{padding-top:56px!important}.pb-14{padding-bottom:56px}.pb-14-i{padding-bottom:56px!important}.pl-14{padding-left:56px}.pl-14-i{padding-left:56px!important}.pr-14{padding-right:56px}.pr-14-i{padding-right:56px!important}.px-14{padding-left:56px;padding-right:56px}.px-14-i{padding-left:56px!important;padding-right:56px!important}.py-14{padding-top:56px;padding-bottom:56px}.py-14-i{padding-top:56px!important;padding-bottom:56px!important}.gap-14{gap:56px}.gap-14-i{gap:56px!important}.round-14{border-radius:56px}.round-14-i{border-radius:56px!important}.square-14{width:56px;height:56px}.m-15{margin-top:60px}.m-15-i{margin-top:60px!important}.mt-15{margin-top:60px}.mt-15-i{margin-top:60px!important}.mb-15{margin-bottom:60px}.mb-15-i{margin-bottom:60px!important}.ml-15{margin-left:60px}.ml-15-i{margin-left:60px!important}.mr-15{margin-right:60px}.mr-15-i{margin-right:60px!important}.mx-15{margin-left:60px;margin-right:60px}.mx-15-i{margin-left:60px!important;margin-right:60px!important}.my-15{margin-top:60px;margin-bottom:60px}.my-15-i{margin-top:60px!important;margin-bottom:60px!important}.p-15{padding:60px}.p-15-i{padding:60px!important}.pt-15{padding-top:60px}.pt-15-i{padding-top:60px!important}.pb-15{padding-bottom:60px}.pb-15-i{padding-bottom:60px!important}.pl-15{padding-left:60px}.pl-15-i{padding-left:60px!important}.pr-15{padding-right:60px}.pr-15-i{padding-right:60px!important}.px-15{padding-left:60px;padding-right:60px}.px-15-i{padding-left:60px!important;padding-right:60px!important}.py-15{padding-top:60px;padding-bottom:60px}.py-15-i{padding-top:60px!important;padding-bottom:60px!important}.gap-15{gap:60px}.gap-15-i{gap:60px!important}.round-15{border-radius:60px}.round-15-i{border-radius:60px!important}.square-15{width:60px;height:60px}.m-16{margin-top:64px}.m-16-i{margin-top:64px!important}.mt-16{margin-top:64px}.mt-16-i{margin-top:64px!important}.mb-16{margin-bottom:64px}.mb-16-i{margin-bottom:64px!important}.ml-16{margin-left:64px}.ml-16-i{margin-left:64px!important}.mr-16{margin-right:64px}.mr-16-i{margin-right:64px!important}.mx-16{margin-left:64px;margin-right:64px}.mx-16-i{margin-left:64px!important;margin-right:64px!important}.my-16{margin-top:64px;margin-bottom:64px}.my-16-i{margin-top:64px!important;margin-bottom:64px!important}.p-16{padding:64px}.p-16-i{padding:64px!important}.pt-16{padding-top:64px}.pt-16-i{padding-top:64px!important}.pb-16{padding-bottom:64px}.pb-16-i{padding-bottom:64px!important}.pl-16{padding-left:64px}.pl-16-i{padding-left:64px!important}.pr-16{padding-right:64px}.pr-16-i{padding-right:64px!important}.px-16{padding-left:64px;padding-right:64px}.px-16-i{padding-left:64px!important;padding-right:64px!important}.py-16{padding-top:64px;padding-bottom:64px}.py-16-i{padding-top:64px!important;padding-bottom:64px!important}.gap-16{gap:64px}.gap-16-i{gap:64px!important}.round-16{border-radius:64px}.round-16-i{border-radius:64px!important}.square-16{width:64px;height:64px}.m-17{margin-top:68px}.m-17-i{margin-top:68px!important}.mt-17{margin-top:68px}.mt-17-i{margin-top:68px!important}.mb-17{margin-bottom:68px}.mb-17-i{margin-bottom:68px!important}.ml-17{margin-left:68px}.ml-17-i{margin-left:68px!important}.mr-17{margin-right:68px}.mr-17-i{margin-right:68px!important}.mx-17{margin-left:68px;margin-right:68px}.mx-17-i{margin-left:68px!important;margin-right:68px!important}.my-17{margin-top:68px;margin-bottom:68px}.my-17-i{margin-top:68px!important;margin-bottom:68px!important}.p-17{padding:68px}.p-17-i{padding:68px!important}.pt-17{padding-top:68px}.pt-17-i{padding-top:68px!important}.pb-17{padding-bottom:68px}.pb-17-i{padding-bottom:68px!important}.pl-17{padding-left:68px}.pl-17-i{padding-left:68px!important}.pr-17{padding-right:68px}.pr-17-i{padding-right:68px!important}.px-17{padding-left:68px;padding-right:68px}.px-17-i{padding-left:68px!important;padding-right:68px!important}.py-17{padding-top:68px;padding-bottom:68px}.py-17-i{padding-top:68px!important;padding-bottom:68px!important}.gap-17{gap:68px}.gap-17-i{gap:68px!important}.round-17{border-radius:68px}.round-17-i{border-radius:68px!important}.square-17{width:68px;height:68px}.m-18{margin-top:72px}.m-18-i{margin-top:72px!important}.mt-18{margin-top:72px}.mt-18-i{margin-top:72px!important}.mb-18{margin-bottom:72px}.mb-18-i{margin-bottom:72px!important}.ml-18{margin-left:72px}.ml-18-i{margin-left:72px!important}.mr-18{margin-right:72px}.mr-18-i{margin-right:72px!important}.mx-18{margin-left:72px;margin-right:72px}.mx-18-i{margin-left:72px!important;margin-right:72px!important}.my-18{margin-top:72px;margin-bottom:72px}.my-18-i{margin-top:72px!important;margin-bottom:72px!important}.p-18{padding:72px}.p-18-i{padding:72px!important}.pt-18{padding-top:72px}.pt-18-i{padding-top:72px!important}.pb-18{padding-bottom:72px}.pb-18-i{padding-bottom:72px!important}.pl-18{padding-left:72px}.pl-18-i{padding-left:72px!important}.pr-18{padding-right:72px}.pr-18-i{padding-right:72px!important}.px-18{padding-left:72px;padding-right:72px}.px-18-i{padding-left:72px!important;padding-right:72px!important}.py-18{padding-top:72px;padding-bottom:72px}.py-18-i{padding-top:72px!important;padding-bottom:72px!important}.gap-18{gap:72px}.gap-18-i{gap:72px!important}.round-18{border-radius:72px}.round-18-i{border-radius:72px!important}.square-18{width:72px;height:72px}.m-19{margin-top:76px}.m-19-i{margin-top:76px!important}.mt-19{margin-top:76px}.mt-19-i{margin-top:76px!important}.mb-19{margin-bottom:76px}.mb-19-i{margin-bottom:76px!important}.ml-19{margin-left:76px}.ml-19-i{margin-left:76px!important}.mr-19{margin-right:76px}.mr-19-i{margin-right:76px!important}.mx-19{margin-left:76px;margin-right:76px}.mx-19-i{margin-left:76px!important;margin-right:76px!important}.my-19{margin-top:76px;margin-bottom:76px}.my-19-i{margin-top:76px!important;margin-bottom:76px!important}.p-19{padding:76px}.p-19-i{padding:76px!important}.pt-19{padding-top:76px}.pt-19-i{padding-top:76px!important}.pb-19{padding-bottom:76px}.pb-19-i{padding-bottom:76px!important}.pl-19{padding-left:76px}.pl-19-i{padding-left:76px!important}.pr-19{padding-right:76px}.pr-19-i{padding-right:76px!important}.px-19{padding-left:76px;padding-right:76px}.px-19-i{padding-left:76px!important;padding-right:76px!important}.py-19{padding-top:76px;padding-bottom:76px}.py-19-i{padding-top:76px!important;padding-bottom:76px!important}.gap-19{gap:76px}.gap-19-i{gap:76px!important}.round-19{border-radius:76px}.round-19-i{border-radius:76px!important}.square-19{width:76px;height:76px}.m-20{margin-top:80px}.m-20-i{margin-top:80px!important}.mt-20{margin-top:80px}.mt-20-i{margin-top:80px!important}.mb-20{margin-bottom:80px}.mb-20-i{margin-bottom:80px!important}.ml-20{margin-left:80px}.ml-20-i{margin-left:80px!important}.mr-20{margin-right:80px}.mr-20-i{margin-right:80px!important}.mx-20{margin-left:80px;margin-right:80px}.mx-20-i{margin-left:80px!important;margin-right:80px!important}.my-20{margin-top:80px;margin-bottom:80px}.my-20-i{margin-top:80px!important;margin-bottom:80px!important}.p-20{padding:80px}.p-20-i{padding:80px!important}.pt-20{padding-top:80px}.pt-20-i{padding-top:80px!important}.pb-20{padding-bottom:80px}.pb-20-i{padding-bottom:80px!important}.pl-20{padding-left:80px}.pl-20-i{padding-left:80px!important}.pr-20{padding-right:80px}.pr-20-i{padding-right:80px!important}.px-20{padding-left:80px;padding-right:80px}.px-20-i{padding-left:80px!important;padding-right:80px!important}.py-20{padding-top:80px;padding-bottom:80px}.py-20-i{padding-top:80px!important;padding-bottom:80px!important}.gap-20{gap:80px}.gap-20-i{gap:80px!important}.round-20{border-radius:80px}.round-20-i{border-radius:80px!important}.square-20{width:80px;height:80px}.m-21{margin-top:84px}.m-21-i{margin-top:84px!important}.mt-21{margin-top:84px}.mt-21-i{margin-top:84px!important}.mb-21{margin-bottom:84px}.mb-21-i{margin-bottom:84px!important}.ml-21{margin-left:84px}.ml-21-i{margin-left:84px!important}.mr-21{margin-right:84px}.mr-21-i{margin-right:84px!important}.mx-21{margin-left:84px;margin-right:84px}.mx-21-i{margin-left:84px!important;margin-right:84px!important}.my-21{margin-top:84px;margin-bottom:84px}.my-21-i{margin-top:84px!important;margin-bottom:84px!important}.p-21{padding:84px}.p-21-i{padding:84px!important}.pt-21{padding-top:84px}.pt-21-i{padding-top:84px!important}.pb-21{padding-bottom:84px}.pb-21-i{padding-bottom:84px!important}.pl-21{padding-left:84px}.pl-21-i{padding-left:84px!important}.pr-21{padding-right:84px}.pr-21-i{padding-right:84px!important}.px-21{padding-left:84px;padding-right:84px}.px-21-i{padding-left:84px!important;padding-right:84px!important}.py-21{padding-top:84px;padding-bottom:84px}.py-21-i{padding-top:84px!important;padding-bottom:84px!important}.gap-21{gap:84px}.gap-21-i{gap:84px!important}.round-21{border-radius:84px}.round-21-i{border-radius:84px!important}.square-21{width:84px;height:84px}.m-22{margin-top:88px}.m-22-i{margin-top:88px!important}.mt-22{margin-top:88px}.mt-22-i{margin-top:88px!important}.mb-22{margin-bottom:88px}.mb-22-i{margin-bottom:88px!important}.ml-22{margin-left:88px}.ml-22-i{margin-left:88px!important}.mr-22{margin-right:88px}.mr-22-i{margin-right:88px!important}.mx-22{margin-left:88px;margin-right:88px}.mx-22-i{margin-left:88px!important;margin-right:88px!important}.my-22{margin-top:88px;margin-bottom:88px}.my-22-i{margin-top:88px!important;margin-bottom:88px!important}.p-22{padding:88px}.p-22-i{padding:88px!important}.pt-22{padding-top:88px}.pt-22-i{padding-top:88px!important}.pb-22{padding-bottom:88px}.pb-22-i{padding-bottom:88px!important}.pl-22{padding-left:88px}.pl-22-i{padding-left:88px!important}.pr-22{padding-right:88px}.pr-22-i{padding-right:88px!important}.px-22{padding-left:88px;padding-right:88px}.px-22-i{padding-left:88px!important;padding-right:88px!important}.py-22{padding-top:88px;padding-bottom:88px}.py-22-i{padding-top:88px!important;padding-bottom:88px!important}.gap-22{gap:88px}.gap-22-i{gap:88px!important}.round-22{border-radius:88px}.round-22-i{border-radius:88px!important}.square-22{width:88px;height:88px}.m-23{margin-top:92px}.m-23-i{margin-top:92px!important}.mt-23{margin-top:92px}.mt-23-i{margin-top:92px!important}.mb-23{margin-bottom:92px}.mb-23-i{margin-bottom:92px!important}.ml-23{margin-left:92px}.ml-23-i{margin-left:92px!important}.mr-23{margin-right:92px}.mr-23-i{margin-right:92px!important}.mx-23{margin-left:92px;margin-right:92px}.mx-23-i{margin-left:92px!important;margin-right:92px!important}.my-23{margin-top:92px;margin-bottom:92px}.my-23-i{margin-top:92px!important;margin-bottom:92px!important}.p-23{padding:92px}.p-23-i{padding:92px!important}.pt-23{padding-top:92px}.pt-23-i{padding-top:92px!important}.pb-23{padding-bottom:92px}.pb-23-i{padding-bottom:92px!important}.pl-23{padding-left:92px}.pl-23-i{padding-left:92px!important}.pr-23{padding-right:92px}.pr-23-i{padding-right:92px!important}.px-23{padding-left:92px;padding-right:92px}.px-23-i{padding-left:92px!important;padding-right:92px!important}.py-23{padding-top:92px;padding-bottom:92px}.py-23-i{padding-top:92px!important;padding-bottom:92px!important}.gap-23{gap:92px}.gap-23-i{gap:92px!important}.round-23{border-radius:92px}.round-23-i{border-radius:92px!important}.square-23{width:92px;height:92px}.m-24{margin-top:96px}.m-24-i{margin-top:96px!important}.mt-24{margin-top:96px}.mt-24-i{margin-top:96px!important}.mb-24{margin-bottom:96px}.mb-24-i{margin-bottom:96px!important}.ml-24{margin-left:96px}.ml-24-i{margin-left:96px!important}.mr-24{margin-right:96px}.mr-24-i{margin-right:96px!important}.mx-24{margin-left:96px;margin-right:96px}.mx-24-i{margin-left:96px!important;margin-right:96px!important}.my-24{margin-top:96px;margin-bottom:96px}.my-24-i{margin-top:96px!important;margin-bottom:96px!important}.p-24{padding:96px}.p-24-i{padding:96px!important}.pt-24{padding-top:96px}.pt-24-i{padding-top:96px!important}.pb-24{padding-bottom:96px}.pb-24-i{padding-bottom:96px!important}.pl-24{padding-left:96px}.pl-24-i{padding-left:96px!important}.pr-24{padding-right:96px}.pr-24-i{padding-right:96px!important}.px-24{padding-left:96px;padding-right:96px}.px-24-i{padding-left:96px!important;padding-right:96px!important}.py-24{padding-top:96px;padding-bottom:96px}.py-24-i{padding-top:96px!important;padding-bottom:96px!important}.gap-24{gap:96px}.gap-24-i{gap:96px!important}.round-24{border-radius:96px}.round-24-i{border-radius:96px!important}.square-24{width:96px;height:96px}.m-25{margin-top:100px}.m-25-i{margin-top:100px!important}.mt-25{margin-top:100px}.mt-25-i{margin-top:100px!important}.mb-25{margin-bottom:100px}.mb-25-i{margin-bottom:100px!important}.ml-25{margin-left:100px}.ml-25-i{margin-left:100px!important}.mr-25{margin-right:100px}.mr-25-i{margin-right:100px!important}.mx-25{margin-left:100px;margin-right:100px}.mx-25-i{margin-left:100px!important;margin-right:100px!important}.my-25{margin-top:100px;margin-bottom:100px}.my-25-i{margin-top:100px!important;margin-bottom:100px!important}.p-25{padding:100px}.p-25-i{padding:100px!important}.pt-25{padding-top:100px}.pt-25-i{padding-top:100px!important}.pb-25{padding-bottom:100px}.pb-25-i{padding-bottom:100px!important}.pl-25{padding-left:100px}.pl-25-i{padding-left:100px!important}.pr-25{padding-right:100px}.pr-25-i{padding-right:100px!important}.px-25{padding-left:100px;padding-right:100px}.px-25-i{padding-left:100px!important;padding-right:100px!important}.py-25{padding-top:100px;padding-bottom:100px}.py-25-i{padding-top:100px!important;padding-bottom:100px!important}.gap-25{gap:100px}.gap-25-i{gap:100px!important}.round-25{border-radius:100px}.round-25-i{border-radius:100px!important}.square-25{width:100px;height:100px}.m-26{margin-top:104px}.m-26-i{margin-top:104px!important}.mt-26{margin-top:104px}.mt-26-i{margin-top:104px!important}.mb-26{margin-bottom:104px}.mb-26-i{margin-bottom:104px!important}.ml-26{margin-left:104px}.ml-26-i{margin-left:104px!important}.mr-26{margin-right:104px}.mr-26-i{margin-right:104px!important}.mx-26{margin-left:104px;margin-right:104px}.mx-26-i{margin-left:104px!important;margin-right:104px!important}.my-26{margin-top:104px;margin-bottom:104px}.my-26-i{margin-top:104px!important;margin-bottom:104px!important}.p-26{padding:104px}.p-26-i{padding:104px!important}.pt-26{padding-top:104px}.pt-26-i{padding-top:104px!important}.pb-26{padding-bottom:104px}.pb-26-i{padding-bottom:104px!important}.pl-26{padding-left:104px}.pl-26-i{padding-left:104px!important}.pr-26{padding-right:104px}.pr-26-i{padding-right:104px!important}.px-26{padding-left:104px;padding-right:104px}.px-26-i{padding-left:104px!important;padding-right:104px!important}.py-26{padding-top:104px;padding-bottom:104px}.py-26-i{padding-top:104px!important;padding-bottom:104px!important}.gap-26{gap:104px}.gap-26-i{gap:104px!important}.round-26{border-radius:104px}.round-26-i{border-radius:104px!important}.square-26{width:104px;height:104px}.m-27{margin-top:108px}.m-27-i{margin-top:108px!important}.mt-27{margin-top:108px}.mt-27-i{margin-top:108px!important}.mb-27{margin-bottom:108px}.mb-27-i{margin-bottom:108px!important}.ml-27{margin-left:108px}.ml-27-i{margin-left:108px!important}.mr-27{margin-right:108px}.mr-27-i{margin-right:108px!important}.mx-27{margin-left:108px;margin-right:108px}.mx-27-i{margin-left:108px!important;margin-right:108px!important}.my-27{margin-top:108px;margin-bottom:108px}.my-27-i{margin-top:108px!important;margin-bottom:108px!important}.p-27{padding:108px}.p-27-i{padding:108px!important}.pt-27{padding-top:108px}.pt-27-i{padding-top:108px!important}.pb-27{padding-bottom:108px}.pb-27-i{padding-bottom:108px!important}.pl-27{padding-left:108px}.pl-27-i{padding-left:108px!important}.pr-27{padding-right:108px}.pr-27-i{padding-right:108px!important}.px-27{padding-left:108px;padding-right:108px}.px-27-i{padding-left:108px!important;padding-right:108px!important}.py-27{padding-top:108px;padding-bottom:108px}.py-27-i{padding-top:108px!important;padding-bottom:108px!important}.gap-27{gap:108px}.gap-27-i{gap:108px!important}.round-27{border-radius:108px}.round-27-i{border-radius:108px!important}.square-27{width:108px;height:108px}.m-28{margin-top:112px}.m-28-i{margin-top:112px!important}.mt-28{margin-top:112px}.mt-28-i{margin-top:112px!important}.mb-28{margin-bottom:112px}.mb-28-i{margin-bottom:112px!important}.ml-28{margin-left:112px}.ml-28-i{margin-left:112px!important}.mr-28{margin-right:112px}.mr-28-i{margin-right:112px!important}.mx-28{margin-left:112px;margin-right:112px}.mx-28-i{margin-left:112px!important;margin-right:112px!important}.my-28{margin-top:112px;margin-bottom:112px}.my-28-i{margin-top:112px!important;margin-bottom:112px!important}.p-28{padding:112px}.p-28-i{padding:112px!important}.pt-28{padding-top:112px}.pt-28-i{padding-top:112px!important}.pb-28{padding-bottom:112px}.pb-28-i{padding-bottom:112px!important}.pl-28{padding-left:112px}.pl-28-i{padding-left:112px!important}.pr-28{padding-right:112px}.pr-28-i{padding-right:112px!important}.px-28{padding-left:112px;padding-right:112px}.px-28-i{padding-left:112px!important;padding-right:112px!important}.py-28{padding-top:112px;padding-bottom:112px}.py-28-i{padding-top:112px!important;padding-bottom:112px!important}.gap-28{gap:112px}.gap-28-i{gap:112px!important}.round-28{border-radius:112px}.round-28-i{border-radius:112px!important}.square-28{width:112px;height:112px}.m-29{margin-top:116px}.m-29-i{margin-top:116px!important}.mt-29{margin-top:116px}.mt-29-i{margin-top:116px!important}.mb-29{margin-bottom:116px}.mb-29-i{margin-bottom:116px!important}.ml-29{margin-left:116px}.ml-29-i{margin-left:116px!important}.mr-29{margin-right:116px}.mr-29-i{margin-right:116px!important}.mx-29{margin-left:116px;margin-right:116px}.mx-29-i{margin-left:116px!important;margin-right:116px!important}.my-29{margin-top:116px;margin-bottom:116px}.my-29-i{margin-top:116px!important;margin-bottom:116px!important}.p-29{padding:116px}.p-29-i{padding:116px!important}.pt-29{padding-top:116px}.pt-29-i{padding-top:116px!important}.pb-29{padding-bottom:116px}.pb-29-i{padding-bottom:116px!important}.pl-29{padding-left:116px}.pl-29-i{padding-left:116px!important}.pr-29{padding-right:116px}.pr-29-i{padding-right:116px!important}.px-29{padding-left:116px;padding-right:116px}.px-29-i{padding-left:116px!important;padding-right:116px!important}.py-29{padding-top:116px;padding-bottom:116px}.py-29-i{padding-top:116px!important;padding-bottom:116px!important}.gap-29{gap:116px}.gap-29-i{gap:116px!important}.round-29{border-radius:116px}.round-29-i{border-radius:116px!important}.square-29{width:116px;height:116px}.m-30{margin-top:120px}.m-30-i{margin-top:120px!important}.mt-30{margin-top:120px}.mt-30-i{margin-top:120px!important}.mb-30{margin-bottom:120px}.mb-30-i{margin-bottom:120px!important}.ml-30{margin-left:120px}.ml-30-i{margin-left:120px!important}.mr-30{margin-right:120px}.mr-30-i{margin-right:120px!important}.mx-30{margin-left:120px;margin-right:120px}.mx-30-i{margin-left:120px!important;margin-right:120px!important}.my-30{margin-top:120px;margin-bottom:120px}.my-30-i{margin-top:120px!important;margin-bottom:120px!important}.p-30{padding:120px}.p-30-i{padding:120px!important}.pt-30{padding-top:120px}.pt-30-i{padding-top:120px!important}.pb-30{padding-bottom:120px}.pb-30-i{padding-bottom:120px!important}.pl-30{padding-left:120px}.pl-30-i{padding-left:120px!important}.pr-30{padding-right:120px}.pr-30-i{padding-right:120px!important}.px-30{padding-left:120px;padding-right:120px}.px-30-i{padding-left:120px!important;padding-right:120px!important}.py-30{padding-top:120px;padding-bottom:120px}.py-30-i{padding-top:120px!important;padding-bottom:120px!important}.gap-30{gap:120px}.gap-30-i{gap:120px!important}.round-30{border-radius:120px}.round-30-i{border-radius:120px!important}.square-30{width:120px;height:120px}.m-31{margin-top:124px}.m-31-i{margin-top:124px!important}.mt-31{margin-top:124px}.mt-31-i{margin-top:124px!important}.mb-31{margin-bottom:124px}.mb-31-i{margin-bottom:124px!important}.ml-31{margin-left:124px}.ml-31-i{margin-left:124px!important}.mr-31{margin-right:124px}.mr-31-i{margin-right:124px!important}.mx-31{margin-left:124px;margin-right:124px}.mx-31-i{margin-left:124px!important;margin-right:124px!important}.my-31{margin-top:124px;margin-bottom:124px}.my-31-i{margin-top:124px!important;margin-bottom:124px!important}.p-31{padding:124px}.p-31-i{padding:124px!important}.pt-31{padding-top:124px}.pt-31-i{padding-top:124px!important}.pb-31{padding-bottom:124px}.pb-31-i{padding-bottom:124px!important}.pl-31{padding-left:124px}.pl-31-i{padding-left:124px!important}.pr-31{padding-right:124px}.pr-31-i{padding-right:124px!important}.px-31{padding-left:124px;padding-right:124px}.px-31-i{padding-left:124px!important;padding-right:124px!important}.py-31{padding-top:124px;padding-bottom:124px}.py-31-i{padding-top:124px!important;padding-bottom:124px!important}.gap-31{gap:124px}.gap-31-i{gap:124px!important}.round-31{border-radius:124px}.round-31-i{border-radius:124px!important}.square-31{width:124px;height:124px}.m-32{margin-top:128px}.m-32-i{margin-top:128px!important}.mt-32{margin-top:128px}.mt-32-i{margin-top:128px!important}.mb-32{margin-bottom:128px}.mb-32-i{margin-bottom:128px!important}.ml-32{margin-left:128px}.ml-32-i{margin-left:128px!important}.mr-32{margin-right:128px}.mr-32-i{margin-right:128px!important}.mx-32{margin-left:128px;margin-right:128px}.mx-32-i{margin-left:128px!important;margin-right:128px!important}.my-32{margin-top:128px;margin-bottom:128px}.my-32-i{margin-top:128px!important;margin-bottom:128px!important}.p-32{padding:128px}.p-32-i{padding:128px!important}.pt-32{padding-top:128px}.pt-32-i{padding-top:128px!important}.pb-32{padding-bottom:128px}.pb-32-i{padding-bottom:128px!important}.pl-32{padding-left:128px}.pl-32-i{padding-left:128px!important}.pr-32{padding-right:128px}.pr-32-i{padding-right:128px!important}.px-32{padding-left:128px;padding-right:128px}.px-32-i{padding-left:128px!important;padding-right:128px!important}.py-32{padding-top:128px;padding-bottom:128px}.py-32-i{padding-top:128px!important;padding-bottom:128px!important}.gap-32{gap:128px}.gap-32-i{gap:128px!important}.round-32{border-radius:128px}.round-32-i{border-radius:128px!important}.square-32{width:128px;height:128px}.m-33{margin-top:132px}.m-33-i{margin-top:132px!important}.mt-33{margin-top:132px}.mt-33-i{margin-top:132px!important}.mb-33{margin-bottom:132px}.mb-33-i{margin-bottom:132px!important}.ml-33{margin-left:132px}.ml-33-i{margin-left:132px!important}.mr-33{margin-right:132px}.mr-33-i{margin-right:132px!important}.mx-33{margin-left:132px;margin-right:132px}.mx-33-i{margin-left:132px!important;margin-right:132px!important}.my-33{margin-top:132px;margin-bottom:132px}.my-33-i{margin-top:132px!important;margin-bottom:132px!important}.p-33{padding:132px}.p-33-i{padding:132px!important}.pt-33{padding-top:132px}.pt-33-i{padding-top:132px!important}.pb-33{padding-bottom:132px}.pb-33-i{padding-bottom:132px!important}.pl-33{padding-left:132px}.pl-33-i{padding-left:132px!important}.pr-33{padding-right:132px}.pr-33-i{padding-right:132px!important}.px-33{padding-left:132px;padding-right:132px}.px-33-i{padding-left:132px!important;padding-right:132px!important}.py-33{padding-top:132px;padding-bottom:132px}.py-33-i{padding-top:132px!important;padding-bottom:132px!important}.gap-33{gap:132px}.gap-33-i{gap:132px!important}.round-33{border-radius:132px}.round-33-i{border-radius:132px!important}.square-33{width:132px;height:132px}.m-34{margin-top:136px}.m-34-i{margin-top:136px!important}.mt-34{margin-top:136px}.mt-34-i{margin-top:136px!important}.mb-34{margin-bottom:136px}.mb-34-i{margin-bottom:136px!important}.ml-34{margin-left:136px}.ml-34-i{margin-left:136px!important}.mr-34{margin-right:136px}.mr-34-i{margin-right:136px!important}.mx-34{margin-left:136px;margin-right:136px}.mx-34-i{margin-left:136px!important;margin-right:136px!important}.my-34{margin-top:136px;margin-bottom:136px}.my-34-i{margin-top:136px!important;margin-bottom:136px!important}.p-34{padding:136px}.p-34-i{padding:136px!important}.pt-34{padding-top:136px}.pt-34-i{padding-top:136px!important}.pb-34{padding-bottom:136px}.pb-34-i{padding-bottom:136px!important}.pl-34{padding-left:136px}.pl-34-i{padding-left:136px!important}.pr-34{padding-right:136px}.pr-34-i{padding-right:136px!important}.px-34{padding-left:136px;padding-right:136px}.px-34-i{padding-left:136px!important;padding-right:136px!important}.py-34{padding-top:136px;padding-bottom:136px}.py-34-i{padding-top:136px!important;padding-bottom:136px!important}.gap-34{gap:136px}.gap-34-i{gap:136px!important}.round-34{border-radius:136px}.round-34-i{border-radius:136px!important}.square-34{width:136px;height:136px}.m-35{margin-top:140px}.m-35-i{margin-top:140px!important}.mt-35{margin-top:140px}.mt-35-i{margin-top:140px!important}.mb-35{margin-bottom:140px}.mb-35-i{margin-bottom:140px!important}.ml-35{margin-left:140px}.ml-35-i{margin-left:140px!important}.mr-35{margin-right:140px}.mr-35-i{margin-right:140px!important}.mx-35{margin-left:140px;margin-right:140px}.mx-35-i{margin-left:140px!important;margin-right:140px!important}.my-35{margin-top:140px;margin-bottom:140px}.my-35-i{margin-top:140px!important;margin-bottom:140px!important}.p-35{padding:140px}.p-35-i{padding:140px!important}.pt-35{padding-top:140px}.pt-35-i{padding-top:140px!important}.pb-35{padding-bottom:140px}.pb-35-i{padding-bottom:140px!important}.pl-35{padding-left:140px}.pl-35-i{padding-left:140px!important}.pr-35{padding-right:140px}.pr-35-i{padding-right:140px!important}.px-35{padding-left:140px;padding-right:140px}.px-35-i{padding-left:140px!important;padding-right:140px!important}.py-35{padding-top:140px;padding-bottom:140px}.py-35-i{padding-top:140px!important;padding-bottom:140px!important}.gap-35{gap:140px}.gap-35-i{gap:140px!important}.round-35{border-radius:140px}.round-35-i{border-radius:140px!important}.square-35{width:140px;height:140px}.m-36{margin-top:144px}.m-36-i{margin-top:144px!important}.mt-36{margin-top:144px}.mt-36-i{margin-top:144px!important}.mb-36{margin-bottom:144px}.mb-36-i{margin-bottom:144px!important}.ml-36{margin-left:144px}.ml-36-i{margin-left:144px!important}.mr-36{margin-right:144px}.mr-36-i{margin-right:144px!important}.mx-36{margin-left:144px;margin-right:144px}.mx-36-i{margin-left:144px!important;margin-right:144px!important}.my-36{margin-top:144px;margin-bottom:144px}.my-36-i{margin-top:144px!important;margin-bottom:144px!important}.p-36{padding:144px}.p-36-i{padding:144px!important}.pt-36{padding-top:144px}.pt-36-i{padding-top:144px!important}.pb-36{padding-bottom:144px}.pb-36-i{padding-bottom:144px!important}.pl-36{padding-left:144px}.pl-36-i{padding-left:144px!important}.pr-36{padding-right:144px}.pr-36-i{padding-right:144px!important}.px-36{padding-left:144px;padding-right:144px}.px-36-i{padding-left:144px!important;padding-right:144px!important}.py-36{padding-top:144px;padding-bottom:144px}.py-36-i{padding-top:144px!important;padding-bottom:144px!important}.gap-36{gap:144px}.gap-36-i{gap:144px!important}.round-36{border-radius:144px}.round-36-i{border-radius:144px!important}.square-36{width:144px;height:144px}.m-37{margin-top:148px}.m-37-i{margin-top:148px!important}.mt-37{margin-top:148px}.mt-37-i{margin-top:148px!important}.mb-37{margin-bottom:148px}.mb-37-i{margin-bottom:148px!important}.ml-37{margin-left:148px}.ml-37-i{margin-left:148px!important}.mr-37{margin-right:148px}.mr-37-i{margin-right:148px!important}.mx-37{margin-left:148px;margin-right:148px}.mx-37-i{margin-left:148px!important;margin-right:148px!important}.my-37{margin-top:148px;margin-bottom:148px}.my-37-i{margin-top:148px!important;margin-bottom:148px!important}.p-37{padding:148px}.p-37-i{padding:148px!important}.pt-37{padding-top:148px}.pt-37-i{padding-top:148px!important}.pb-37{padding-bottom:148px}.pb-37-i{padding-bottom:148px!important}.pl-37{padding-left:148px}.pl-37-i{padding-left:148px!important}.pr-37{padding-right:148px}.pr-37-i{padding-right:148px!important}.px-37{padding-left:148px;padding-right:148px}.px-37-i{padding-left:148px!important;padding-right:148px!important}.py-37{padding-top:148px;padding-bottom:148px}.py-37-i{padding-top:148px!important;padding-bottom:148px!important}.gap-37{gap:148px}.gap-37-i{gap:148px!important}.round-37{border-radius:148px}.round-37-i{border-radius:148px!important}.square-37{width:148px;height:148px}.m-38{margin-top:152px}.m-38-i{margin-top:152px!important}.mt-38{margin-top:152px}.mt-38-i{margin-top:152px!important}.mb-38{margin-bottom:152px}.mb-38-i{margin-bottom:152px!important}.ml-38{margin-left:152px}.ml-38-i{margin-left:152px!important}.mr-38{margin-right:152px}.mr-38-i{margin-right:152px!important}.mx-38{margin-left:152px;margin-right:152px}.mx-38-i{margin-left:152px!important;margin-right:152px!important}.my-38{margin-top:152px;margin-bottom:152px}.my-38-i{margin-top:152px!important;margin-bottom:152px!important}.p-38{padding:152px}.p-38-i{padding:152px!important}.pt-38{padding-top:152px}.pt-38-i{padding-top:152px!important}.pb-38{padding-bottom:152px}.pb-38-i{padding-bottom:152px!important}.pl-38{padding-left:152px}.pl-38-i{padding-left:152px!important}.pr-38{padding-right:152px}.pr-38-i{padding-right:152px!important}.px-38{padding-left:152px;padding-right:152px}.px-38-i{padding-left:152px!important;padding-right:152px!important}.py-38{padding-top:152px;padding-bottom:152px}.py-38-i{padding-top:152px!important;padding-bottom:152px!important}.gap-38{gap:152px}.gap-38-i{gap:152px!important}.round-38{border-radius:152px}.round-38-i{border-radius:152px!important}.square-38{width:152px;height:152px}.m-39{margin-top:156px}.m-39-i{margin-top:156px!important}.mt-39{margin-top:156px}.mt-39-i{margin-top:156px!important}.mb-39{margin-bottom:156px}.mb-39-i{margin-bottom:156px!important}.ml-39{margin-left:156px}.ml-39-i{margin-left:156px!important}.mr-39{margin-right:156px}.mr-39-i{margin-right:156px!important}.mx-39{margin-left:156px;margin-right:156px}.mx-39-i{margin-left:156px!important;margin-right:156px!important}.my-39{margin-top:156px;margin-bottom:156px}.my-39-i{margin-top:156px!important;margin-bottom:156px!important}.p-39{padding:156px}.p-39-i{padding:156px!important}.pt-39{padding-top:156px}.pt-39-i{padding-top:156px!important}.pb-39{padding-bottom:156px}.pb-39-i{padding-bottom:156px!important}.pl-39{padding-left:156px}.pl-39-i{padding-left:156px!important}.pr-39{padding-right:156px}.pr-39-i{padding-right:156px!important}.px-39{padding-left:156px;padding-right:156px}.px-39-i{padding-left:156px!important;padding-right:156px!important}.py-39{padding-top:156px;padding-bottom:156px}.py-39-i{padding-top:156px!important;padding-bottom:156px!important}.gap-39{gap:156px}.gap-39-i{gap:156px!important}.round-39{border-radius:156px}.round-39-i{border-radius:156px!important}.square-39{width:156px;height:156px}.m-40{margin-top:160px}.m-40-i{margin-top:160px!important}.mt-40{margin-top:160px}.mt-40-i{margin-top:160px!important}.mb-40{margin-bottom:160px}.mb-40-i{margin-bottom:160px!important}.ml-40{margin-left:160px}.ml-40-i{margin-left:160px!important}.mr-40{margin-right:160px}.mr-40-i{margin-right:160px!important}.mx-40{margin-left:160px;margin-right:160px}.mx-40-i{margin-left:160px!important;margin-right:160px!important}.my-40{margin-top:160px;margin-bottom:160px}.my-40-i{margin-top:160px!important;margin-bottom:160px!important}.p-40{padding:160px}.p-40-i{padding:160px!important}.pt-40{padding-top:160px}.pt-40-i{padding-top:160px!important}.pb-40{padding-bottom:160px}.pb-40-i{padding-bottom:160px!important}.pl-40{padding-left:160px}.pl-40-i{padding-left:160px!important}.pr-40{padding-right:160px}.pr-40-i{padding-right:160px!important}.px-40{padding-left:160px;padding-right:160px}.px-40-i{padding-left:160px!important;padding-right:160px!important}.py-40{padding-top:160px;padding-bottom:160px}.py-40-i{padding-top:160px!important;padding-bottom:160px!important}.gap-40{gap:160px}.gap-40-i{gap:160px!important}.round-40{border-radius:160px}.round-40-i{border-radius:160px!important}.square-40{width:160px;height:160px}.m-41{margin-top:164px}.m-41-i{margin-top:164px!important}.mt-41{margin-top:164px}.mt-41-i{margin-top:164px!important}.mb-41{margin-bottom:164px}.mb-41-i{margin-bottom:164px!important}.ml-41{margin-left:164px}.ml-41-i{margin-left:164px!important}.mr-41{margin-right:164px}.mr-41-i{margin-right:164px!important}.mx-41{margin-left:164px;margin-right:164px}.mx-41-i{margin-left:164px!important;margin-right:164px!important}.my-41{margin-top:164px;margin-bottom:164px}.my-41-i{margin-top:164px!important;margin-bottom:164px!important}.p-41{padding:164px}.p-41-i{padding:164px!important}.pt-41{padding-top:164px}.pt-41-i{padding-top:164px!important}.pb-41{padding-bottom:164px}.pb-41-i{padding-bottom:164px!important}.pl-41{padding-left:164px}.pl-41-i{padding-left:164px!important}.pr-41{padding-right:164px}.pr-41-i{padding-right:164px!important}.px-41{padding-left:164px;padding-right:164px}.px-41-i{padding-left:164px!important;padding-right:164px!important}.py-41{padding-top:164px;padding-bottom:164px}.py-41-i{padding-top:164px!important;padding-bottom:164px!important}.gap-41{gap:164px}.gap-41-i{gap:164px!important}.round-41{border-radius:164px}.round-41-i{border-radius:164px!important}.square-41{width:164px;height:164px}.m-42{margin-top:168px}.m-42-i{margin-top:168px!important}.mt-42{margin-top:168px}.mt-42-i{margin-top:168px!important}.mb-42{margin-bottom:168px}.mb-42-i{margin-bottom:168px!important}.ml-42{margin-left:168px}.ml-42-i{margin-left:168px!important}.mr-42{margin-right:168px}.mr-42-i{margin-right:168px!important}.mx-42{margin-left:168px;margin-right:168px}.mx-42-i{margin-left:168px!important;margin-right:168px!important}.my-42{margin-top:168px;margin-bottom:168px}.my-42-i{margin-top:168px!important;margin-bottom:168px!important}.p-42{padding:168px}.p-42-i{padding:168px!important}.pt-42{padding-top:168px}.pt-42-i{padding-top:168px!important}.pb-42{padding-bottom:168px}.pb-42-i{padding-bottom:168px!important}.pl-42{padding-left:168px}.pl-42-i{padding-left:168px!important}.pr-42{padding-right:168px}.pr-42-i{padding-right:168px!important}.px-42{padding-left:168px;padding-right:168px}.px-42-i{padding-left:168px!important;padding-right:168px!important}.py-42{padding-top:168px;padding-bottom:168px}.py-42-i{padding-top:168px!important;padding-bottom:168px!important}.gap-42{gap:168px}.gap-42-i{gap:168px!important}.round-42{border-radius:168px}.round-42-i{border-radius:168px!important}.square-42{width:168px;height:168px}.m-43{margin-top:172px}.m-43-i{margin-top:172px!important}.mt-43{margin-top:172px}.mt-43-i{margin-top:172px!important}.mb-43{margin-bottom:172px}.mb-43-i{margin-bottom:172px!important}.ml-43{margin-left:172px}.ml-43-i{margin-left:172px!important}.mr-43{margin-right:172px}.mr-43-i{margin-right:172px!important}.mx-43{margin-left:172px;margin-right:172px}.mx-43-i{margin-left:172px!important;margin-right:172px!important}.my-43{margin-top:172px;margin-bottom:172px}.my-43-i{margin-top:172px!important;margin-bottom:172px!important}.p-43{padding:172px}.p-43-i{padding:172px!important}.pt-43{padding-top:172px}.pt-43-i{padding-top:172px!important}.pb-43{padding-bottom:172px}.pb-43-i{padding-bottom:172px!important}.pl-43{padding-left:172px}.pl-43-i{padding-left:172px!important}.pr-43{padding-right:172px}.pr-43-i{padding-right:172px!important}.px-43{padding-left:172px;padding-right:172px}.px-43-i{padding-left:172px!important;padding-right:172px!important}.py-43{padding-top:172px;padding-bottom:172px}.py-43-i{padding-top:172px!important;padding-bottom:172px!important}.gap-43{gap:172px}.gap-43-i{gap:172px!important}.round-43{border-radius:172px}.round-43-i{border-radius:172px!important}.square-43{width:172px;height:172px}.m-44{margin-top:176px}.m-44-i{margin-top:176px!important}.mt-44{margin-top:176px}.mt-44-i{margin-top:176px!important}.mb-44{margin-bottom:176px}.mb-44-i{margin-bottom:176px!important}.ml-44{margin-left:176px}.ml-44-i{margin-left:176px!important}.mr-44{margin-right:176px}.mr-44-i{margin-right:176px!important}.mx-44{margin-left:176px;margin-right:176px}.mx-44-i{margin-left:176px!important;margin-right:176px!important}.my-44{margin-top:176px;margin-bottom:176px}.my-44-i{margin-top:176px!important;margin-bottom:176px!important}.p-44{padding:176px}.p-44-i{padding:176px!important}.pt-44{padding-top:176px}.pt-44-i{padding-top:176px!important}.pb-44{padding-bottom:176px}.pb-44-i{padding-bottom:176px!important}.pl-44{padding-left:176px}.pl-44-i{padding-left:176px!important}.pr-44{padding-right:176px}.pr-44-i{padding-right:176px!important}.px-44{padding-left:176px;padding-right:176px}.px-44-i{padding-left:176px!important;padding-right:176px!important}.py-44{padding-top:176px;padding-bottom:176px}.py-44-i{padding-top:176px!important;padding-bottom:176px!important}.gap-44{gap:176px}.gap-44-i{gap:176px!important}.round-44{border-radius:176px}.round-44-i{border-radius:176px!important}.square-44{width:176px;height:176px}.m-45{margin-top:180px}.m-45-i{margin-top:180px!important}.mt-45{margin-top:180px}.mt-45-i{margin-top:180px!important}.mb-45{margin-bottom:180px}.mb-45-i{margin-bottom:180px!important}.ml-45{margin-left:180px}.ml-45-i{margin-left:180px!important}.mr-45{margin-right:180px}.mr-45-i{margin-right:180px!important}.mx-45{margin-left:180px;margin-right:180px}.mx-45-i{margin-left:180px!important;margin-right:180px!important}.my-45{margin-top:180px;margin-bottom:180px}.my-45-i{margin-top:180px!important;margin-bottom:180px!important}.p-45{padding:180px}.p-45-i{padding:180px!important}.pt-45{padding-top:180px}.pt-45-i{padding-top:180px!important}.pb-45{padding-bottom:180px}.pb-45-i{padding-bottom:180px!important}.pl-45{padding-left:180px}.pl-45-i{padding-left:180px!important}.pr-45{padding-right:180px}.pr-45-i{padding-right:180px!important}.px-45{padding-left:180px;padding-right:180px}.px-45-i{padding-left:180px!important;padding-right:180px!important}.py-45{padding-top:180px;padding-bottom:180px}.py-45-i{padding-top:180px!important;padding-bottom:180px!important}.gap-45{gap:180px}.gap-45-i{gap:180px!important}.round-45{border-radius:180px}.round-45-i{border-radius:180px!important}.square-45{width:180px;height:180px}.m-46{margin-top:184px}.m-46-i{margin-top:184px!important}.mt-46{margin-top:184px}.mt-46-i{margin-top:184px!important}.mb-46{margin-bottom:184px}.mb-46-i{margin-bottom:184px!important}.ml-46{margin-left:184px}.ml-46-i{margin-left:184px!important}.mr-46{margin-right:184px}.mr-46-i{margin-right:184px!important}.mx-46{margin-left:184px;margin-right:184px}.mx-46-i{margin-left:184px!important;margin-right:184px!important}.my-46{margin-top:184px;margin-bottom:184px}.my-46-i{margin-top:184px!important;margin-bottom:184px!important}.p-46{padding:184px}.p-46-i{padding:184px!important}.pt-46{padding-top:184px}.pt-46-i{padding-top:184px!important}.pb-46{padding-bottom:184px}.pb-46-i{padding-bottom:184px!important}.pl-46{padding-left:184px}.pl-46-i{padding-left:184px!important}.pr-46{padding-right:184px}.pr-46-i{padding-right:184px!important}.px-46{padding-left:184px;padding-right:184px}.px-46-i{padding-left:184px!important;padding-right:184px!important}.py-46{padding-top:184px;padding-bottom:184px}.py-46-i{padding-top:184px!important;padding-bottom:184px!important}.gap-46{gap:184px}.gap-46-i{gap:184px!important}.round-46{border-radius:184px}.round-46-i{border-radius:184px!important}.square-46{width:184px;height:184px}.m-47{margin-top:188px}.m-47-i{margin-top:188px!important}.mt-47{margin-top:188px}.mt-47-i{margin-top:188px!important}.mb-47{margin-bottom:188px}.mb-47-i{margin-bottom:188px!important}.ml-47{margin-left:188px}.ml-47-i{margin-left:188px!important}.mr-47{margin-right:188px}.mr-47-i{margin-right:188px!important}.mx-47{margin-left:188px;margin-right:188px}.mx-47-i{margin-left:188px!important;margin-right:188px!important}.my-47{margin-top:188px;margin-bottom:188px}.my-47-i{margin-top:188px!important;margin-bottom:188px!important}.p-47{padding:188px}.p-47-i{padding:188px!important}.pt-47{padding-top:188px}.pt-47-i{padding-top:188px!important}.pb-47{padding-bottom:188px}.pb-47-i{padding-bottom:188px!important}.pl-47{padding-left:188px}.pl-47-i{padding-left:188px!important}.pr-47{padding-right:188px}.pr-47-i{padding-right:188px!important}.px-47{padding-left:188px;padding-right:188px}.px-47-i{padding-left:188px!important;padding-right:188px!important}.py-47{padding-top:188px;padding-bottom:188px}.py-47-i{padding-top:188px!important;padding-bottom:188px!important}.gap-47{gap:188px}.gap-47-i{gap:188px!important}.round-47{border-radius:188px}.round-47-i{border-radius:188px!important}.square-47{width:188px;height:188px}.m-48{margin-top:192px}.m-48-i{margin-top:192px!important}.mt-48{margin-top:192px}.mt-48-i{margin-top:192px!important}.mb-48{margin-bottom:192px}.mb-48-i{margin-bottom:192px!important}.ml-48{margin-left:192px}.ml-48-i{margin-left:192px!important}.mr-48{margin-right:192px}.mr-48-i{margin-right:192px!important}.mx-48{margin-left:192px;margin-right:192px}.mx-48-i{margin-left:192px!important;margin-right:192px!important}.my-48{margin-top:192px;margin-bottom:192px}.my-48-i{margin-top:192px!important;margin-bottom:192px!important}.p-48{padding:192px}.p-48-i{padding:192px!important}.pt-48{padding-top:192px}.pt-48-i{padding-top:192px!important}.pb-48{padding-bottom:192px}.pb-48-i{padding-bottom:192px!important}.pl-48{padding-left:192px}.pl-48-i{padding-left:192px!important}.pr-48{padding-right:192px}.pr-48-i{padding-right:192px!important}.px-48{padding-left:192px;padding-right:192px}.px-48-i{padding-left:192px!important;padding-right:192px!important}.py-48{padding-top:192px;padding-bottom:192px}.py-48-i{padding-top:192px!important;padding-bottom:192px!important}.gap-48{gap:192px}.gap-48-i{gap:192px!important}.round-48{border-radius:192px}.round-48-i{border-radius:192px!important}.square-48{width:192px;height:192px}.m-49{margin-top:196px}.m-49-i{margin-top:196px!important}.mt-49{margin-top:196px}.mt-49-i{margin-top:196px!important}.mb-49{margin-bottom:196px}.mb-49-i{margin-bottom:196px!important}.ml-49{margin-left:196px}.ml-49-i{margin-left:196px!important}.mr-49{margin-right:196px}.mr-49-i{margin-right:196px!important}.mx-49{margin-left:196px;margin-right:196px}.mx-49-i{margin-left:196px!important;margin-right:196px!important}.my-49{margin-top:196px;margin-bottom:196px}.my-49-i{margin-top:196px!important;margin-bottom:196px!important}.p-49{padding:196px}.p-49-i{padding:196px!important}.pt-49{padding-top:196px}.pt-49-i{padding-top:196px!important}.pb-49{padding-bottom:196px}.pb-49-i{padding-bottom:196px!important}.pl-49{padding-left:196px}.pl-49-i{padding-left:196px!important}.pr-49{padding-right:196px}.pr-49-i{padding-right:196px!important}.px-49{padding-left:196px;padding-right:196px}.px-49-i{padding-left:196px!important;padding-right:196px!important}.py-49{padding-top:196px;padding-bottom:196px}.py-49-i{padding-top:196px!important;padding-bottom:196px!important}.gap-49{gap:196px}.gap-49-i{gap:196px!important}.round-49{border-radius:196px}.round-49-i{border-radius:196px!important}.square-49{width:196px;height:196px}.m-50{margin-top:200px}.m-50-i{margin-top:200px!important}.mt-50{margin-top:200px}.mt-50-i{margin-top:200px!important}.mb-50{margin-bottom:200px}.mb-50-i{margin-bottom:200px!important}.ml-50{margin-left:200px}.ml-50-i{margin-left:200px!important}.mr-50{margin-right:200px}.mr-50-i{margin-right:200px!important}.mx-50{margin-left:200px;margin-right:200px}.mx-50-i{margin-left:200px!important;margin-right:200px!important}.my-50{margin-top:200px;margin-bottom:200px}.my-50-i{margin-top:200px!important;margin-bottom:200px!important}.p-50{padding:200px}.p-50-i{padding:200px!important}.pt-50{padding-top:200px}.pt-50-i{padding-top:200px!important}.pb-50{padding-bottom:200px}.pb-50-i{padding-bottom:200px!important}.pl-50{padding-left:200px}.pl-50-i{padding-left:200px!important}.pr-50{padding-right:200px}.pr-50-i{padding-right:200px!important}.px-50{padding-left:200px;padding-right:200px}.px-50-i{padding-left:200px!important;padding-right:200px!important}.py-50{padding-top:200px;padding-bottom:200px}.py-50-i{padding-top:200px!important;padding-bottom:200px!important}.gap-50{gap:200px}.gap-50-i{gap:200px!important}.round-50{border-radius:200px}.round-50-i{border-radius:200px!important}.square-50{width:200px;height:200px}.m-51{margin-top:204px}.m-51-i{margin-top:204px!important}.mt-51{margin-top:204px}.mt-51-i{margin-top:204px!important}.mb-51{margin-bottom:204px}.mb-51-i{margin-bottom:204px!important}.ml-51{margin-left:204px}.ml-51-i{margin-left:204px!important}.mr-51{margin-right:204px}.mr-51-i{margin-right:204px!important}.mx-51{margin-left:204px;margin-right:204px}.mx-51-i{margin-left:204px!important;margin-right:204px!important}.my-51{margin-top:204px;margin-bottom:204px}.my-51-i{margin-top:204px!important;margin-bottom:204px!important}.p-51{padding:204px}.p-51-i{padding:204px!important}.pt-51{padding-top:204px}.pt-51-i{padding-top:204px!important}.pb-51{padding-bottom:204px}.pb-51-i{padding-bottom:204px!important}.pl-51{padding-left:204px}.pl-51-i{padding-left:204px!important}.pr-51{padding-right:204px}.pr-51-i{padding-right:204px!important}.px-51{padding-left:204px;padding-right:204px}.px-51-i{padding-left:204px!important;padding-right:204px!important}.py-51{padding-top:204px;padding-bottom:204px}.py-51-i{padding-top:204px!important;padding-bottom:204px!important}.gap-51{gap:204px}.gap-51-i{gap:204px!important}.round-51{border-radius:204px}.round-51-i{border-radius:204px!important}.square-51{width:204px;height:204px}.m-52{margin-top:208px}.m-52-i{margin-top:208px!important}.mt-52{margin-top:208px}.mt-52-i{margin-top:208px!important}.mb-52{margin-bottom:208px}.mb-52-i{margin-bottom:208px!important}.ml-52{margin-left:208px}.ml-52-i{margin-left:208px!important}.mr-52{margin-right:208px}.mr-52-i{margin-right:208px!important}.mx-52{margin-left:208px;margin-right:208px}.mx-52-i{margin-left:208px!important;margin-right:208px!important}.my-52{margin-top:208px;margin-bottom:208px}.my-52-i{margin-top:208px!important;margin-bottom:208px!important}.p-52{padding:208px}.p-52-i{padding:208px!important}.pt-52{padding-top:208px}.pt-52-i{padding-top:208px!important}.pb-52{padding-bottom:208px}.pb-52-i{padding-bottom:208px!important}.pl-52{padding-left:208px}.pl-52-i{padding-left:208px!important}.pr-52{padding-right:208px}.pr-52-i{padding-right:208px!important}.px-52{padding-left:208px;padding-right:208px}.px-52-i{padding-left:208px!important;padding-right:208px!important}.py-52{padding-top:208px;padding-bottom:208px}.py-52-i{padding-top:208px!important;padding-bottom:208px!important}.gap-52{gap:208px}.gap-52-i{gap:208px!important}.round-52{border-radius:208px}.round-52-i{border-radius:208px!important}.square-52{width:208px;height:208px}.m-53{margin-top:212px}.m-53-i{margin-top:212px!important}.mt-53{margin-top:212px}.mt-53-i{margin-top:212px!important}.mb-53{margin-bottom:212px}.mb-53-i{margin-bottom:212px!important}.ml-53{margin-left:212px}.ml-53-i{margin-left:212px!important}.mr-53{margin-right:212px}.mr-53-i{margin-right:212px!important}.mx-53{margin-left:212px;margin-right:212px}.mx-53-i{margin-left:212px!important;margin-right:212px!important}.my-53{margin-top:212px;margin-bottom:212px}.my-53-i{margin-top:212px!important;margin-bottom:212px!important}.p-53{padding:212px}.p-53-i{padding:212px!important}.pt-53{padding-top:212px}.pt-53-i{padding-top:212px!important}.pb-53{padding-bottom:212px}.pb-53-i{padding-bottom:212px!important}.pl-53{padding-left:212px}.pl-53-i{padding-left:212px!important}.pr-53{padding-right:212px}.pr-53-i{padding-right:212px!important}.px-53{padding-left:212px;padding-right:212px}.px-53-i{padding-left:212px!important;padding-right:212px!important}.py-53{padding-top:212px;padding-bottom:212px}.py-53-i{padding-top:212px!important;padding-bottom:212px!important}.gap-53{gap:212px}.gap-53-i{gap:212px!important}.round-53{border-radius:212px}.round-53-i{border-radius:212px!important}.square-53{width:212px;height:212px}.m-54{margin-top:216px}.m-54-i{margin-top:216px!important}.mt-54{margin-top:216px}.mt-54-i{margin-top:216px!important}.mb-54{margin-bottom:216px}.mb-54-i{margin-bottom:216px!important}.ml-54{margin-left:216px}.ml-54-i{margin-left:216px!important}.mr-54{margin-right:216px}.mr-54-i{margin-right:216px!important}.mx-54{margin-left:216px;margin-right:216px}.mx-54-i{margin-left:216px!important;margin-right:216px!important}.my-54{margin-top:216px;margin-bottom:216px}.my-54-i{margin-top:216px!important;margin-bottom:216px!important}.p-54{padding:216px}.p-54-i{padding:216px!important}.pt-54{padding-top:216px}.pt-54-i{padding-top:216px!important}.pb-54{padding-bottom:216px}.pb-54-i{padding-bottom:216px!important}.pl-54{padding-left:216px}.pl-54-i{padding-left:216px!important}.pr-54{padding-right:216px}.pr-54-i{padding-right:216px!important}.px-54{padding-left:216px;padding-right:216px}.px-54-i{padding-left:216px!important;padding-right:216px!important}.py-54{padding-top:216px;padding-bottom:216px}.py-54-i{padding-top:216px!important;padding-bottom:216px!important}.gap-54{gap:216px}.gap-54-i{gap:216px!important}.round-54{border-radius:216px}.round-54-i{border-radius:216px!important}.square-54{width:216px;height:216px}.m-55{margin-top:220px}.m-55-i{margin-top:220px!important}.mt-55{margin-top:220px}.mt-55-i{margin-top:220px!important}.mb-55{margin-bottom:220px}.mb-55-i{margin-bottom:220px!important}.ml-55{margin-left:220px}.ml-55-i{margin-left:220px!important}.mr-55{margin-right:220px}.mr-55-i{margin-right:220px!important}.mx-55{margin-left:220px;margin-right:220px}.mx-55-i{margin-left:220px!important;margin-right:220px!important}.my-55{margin-top:220px;margin-bottom:220px}.my-55-i{margin-top:220px!important;margin-bottom:220px!important}.p-55{padding:220px}.p-55-i{padding:220px!important}.pt-55{padding-top:220px}.pt-55-i{padding-top:220px!important}.pb-55{padding-bottom:220px}.pb-55-i{padding-bottom:220px!important}.pl-55{padding-left:220px}.pl-55-i{padding-left:220px!important}.pr-55{padding-right:220px}.pr-55-i{padding-right:220px!important}.px-55{padding-left:220px;padding-right:220px}.px-55-i{padding-left:220px!important;padding-right:220px!important}.py-55{padding-top:220px;padding-bottom:220px}.py-55-i{padding-top:220px!important;padding-bottom:220px!important}.gap-55{gap:220px}.gap-55-i{gap:220px!important}.round-55{border-radius:220px}.round-55-i{border-radius:220px!important}.square-55{width:220px;height:220px}.m-56{margin-top:224px}.m-56-i{margin-top:224px!important}.mt-56{margin-top:224px}.mt-56-i{margin-top:224px!important}.mb-56{margin-bottom:224px}.mb-56-i{margin-bottom:224px!important}.ml-56{margin-left:224px}.ml-56-i{margin-left:224px!important}.mr-56{margin-right:224px}.mr-56-i{margin-right:224px!important}.mx-56{margin-left:224px;margin-right:224px}.mx-56-i{margin-left:224px!important;margin-right:224px!important}.my-56{margin-top:224px;margin-bottom:224px}.my-56-i{margin-top:224px!important;margin-bottom:224px!important}.p-56{padding:224px}.p-56-i{padding:224px!important}.pt-56{padding-top:224px}.pt-56-i{padding-top:224px!important}.pb-56{padding-bottom:224px}.pb-56-i{padding-bottom:224px!important}.pl-56{padding-left:224px}.pl-56-i{padding-left:224px!important}.pr-56{padding-right:224px}.pr-56-i{padding-right:224px!important}.px-56{padding-left:224px;padding-right:224px}.px-56-i{padding-left:224px!important;padding-right:224px!important}.py-56{padding-top:224px;padding-bottom:224px}.py-56-i{padding-top:224px!important;padding-bottom:224px!important}.gap-56{gap:224px}.gap-56-i{gap:224px!important}.round-56{border-radius:224px}.round-56-i{border-radius:224px!important}.square-56{width:224px;height:224px}.m-57{margin-top:228px}.m-57-i{margin-top:228px!important}.mt-57{margin-top:228px}.mt-57-i{margin-top:228px!important}.mb-57{margin-bottom:228px}.mb-57-i{margin-bottom:228px!important}.ml-57{margin-left:228px}.ml-57-i{margin-left:228px!important}.mr-57{margin-right:228px}.mr-57-i{margin-right:228px!important}.mx-57{margin-left:228px;margin-right:228px}.mx-57-i{margin-left:228px!important;margin-right:228px!important}.my-57{margin-top:228px;margin-bottom:228px}.my-57-i{margin-top:228px!important;margin-bottom:228px!important}.p-57{padding:228px}.p-57-i{padding:228px!important}.pt-57{padding-top:228px}.pt-57-i{padding-top:228px!important}.pb-57{padding-bottom:228px}.pb-57-i{padding-bottom:228px!important}.pl-57{padding-left:228px}.pl-57-i{padding-left:228px!important}.pr-57{padding-right:228px}.pr-57-i{padding-right:228px!important}.px-57{padding-left:228px;padding-right:228px}.px-57-i{padding-left:228px!important;padding-right:228px!important}.py-57{padding-top:228px;padding-bottom:228px}.py-57-i{padding-top:228px!important;padding-bottom:228px!important}.gap-57{gap:228px}.gap-57-i{gap:228px!important}.round-57{border-radius:228px}.round-57-i{border-radius:228px!important}.square-57{width:228px;height:228px}.m-58{margin-top:232px}.m-58-i{margin-top:232px!important}.mt-58{margin-top:232px}.mt-58-i{margin-top:232px!important}.mb-58{margin-bottom:232px}.mb-58-i{margin-bottom:232px!important}.ml-58{margin-left:232px}.ml-58-i{margin-left:232px!important}.mr-58{margin-right:232px}.mr-58-i{margin-right:232px!important}.mx-58{margin-left:232px;margin-right:232px}.mx-58-i{margin-left:232px!important;margin-right:232px!important}.my-58{margin-top:232px;margin-bottom:232px}.my-58-i{margin-top:232px!important;margin-bottom:232px!important}.p-58{padding:232px}.p-58-i{padding:232px!important}.pt-58{padding-top:232px}.pt-58-i{padding-top:232px!important}.pb-58{padding-bottom:232px}.pb-58-i{padding-bottom:232px!important}.pl-58{padding-left:232px}.pl-58-i{padding-left:232px!important}.pr-58{padding-right:232px}.pr-58-i{padding-right:232px!important}.px-58{padding-left:232px;padding-right:232px}.px-58-i{padding-left:232px!important;padding-right:232px!important}.py-58{padding-top:232px;padding-bottom:232px}.py-58-i{padding-top:232px!important;padding-bottom:232px!important}.gap-58{gap:232px}.gap-58-i{gap:232px!important}.round-58{border-radius:232px}.round-58-i{border-radius:232px!important}.square-58{width:232px;height:232px}.m-59{margin-top:236px}.m-59-i{margin-top:236px!important}.mt-59{margin-top:236px}.mt-59-i{margin-top:236px!important}.mb-59{margin-bottom:236px}.mb-59-i{margin-bottom:236px!important}.ml-59{margin-left:236px}.ml-59-i{margin-left:236px!important}.mr-59{margin-right:236px}.mr-59-i{margin-right:236px!important}.mx-59{margin-left:236px;margin-right:236px}.mx-59-i{margin-left:236px!important;margin-right:236px!important}.my-59{margin-top:236px;margin-bottom:236px}.my-59-i{margin-top:236px!important;margin-bottom:236px!important}.p-59{padding:236px}.p-59-i{padding:236px!important}.pt-59{padding-top:236px}.pt-59-i{padding-top:236px!important}.pb-59{padding-bottom:236px}.pb-59-i{padding-bottom:236px!important}.pl-59{padding-left:236px}.pl-59-i{padding-left:236px!important}.pr-59{padding-right:236px}.pr-59-i{padding-right:236px!important}.px-59{padding-left:236px;padding-right:236px}.px-59-i{padding-left:236px!important;padding-right:236px!important}.py-59{padding-top:236px;padding-bottom:236px}.py-59-i{padding-top:236px!important;padding-bottom:236px!important}.gap-59{gap:236px}.gap-59-i{gap:236px!important}.round-59{border-radius:236px}.round-59-i{border-radius:236px!important}.square-59{width:236px;height:236px}.m-60{margin-top:240px}.m-60-i{margin-top:240px!important}.mt-60{margin-top:240px}.mt-60-i{margin-top:240px!important}.mb-60{margin-bottom:240px}.mb-60-i{margin-bottom:240px!important}.ml-60{margin-left:240px}.ml-60-i{margin-left:240px!important}.mr-60{margin-right:240px}.mr-60-i{margin-right:240px!important}.mx-60{margin-left:240px;margin-right:240px}.mx-60-i{margin-left:240px!important;margin-right:240px!important}.my-60{margin-top:240px;margin-bottom:240px}.my-60-i{margin-top:240px!important;margin-bottom:240px!important}.p-60{padding:240px}.p-60-i{padding:240px!important}.pt-60{padding-top:240px}.pt-60-i{padding-top:240px!important}.pb-60{padding-bottom:240px}.pb-60-i{padding-bottom:240px!important}.pl-60{padding-left:240px}.pl-60-i{padding-left:240px!important}.pr-60{padding-right:240px}.pr-60-i{padding-right:240px!important}.px-60{padding-left:240px;padding-right:240px}.px-60-i{padding-left:240px!important;padding-right:240px!important}.py-60{padding-top:240px;padding-bottom:240px}.py-60-i{padding-top:240px!important;padding-bottom:240px!important}.gap-60{gap:240px}.gap-60-i{gap:240px!important}.round-60{border-radius:240px}.round-60-i{border-radius:240px!important}.square-60{width:240px;height:240px}.m-61{margin-top:244px}.m-61-i{margin-top:244px!important}.mt-61{margin-top:244px}.mt-61-i{margin-top:244px!important}.mb-61{margin-bottom:244px}.mb-61-i{margin-bottom:244px!important}.ml-61{margin-left:244px}.ml-61-i{margin-left:244px!important}.mr-61{margin-right:244px}.mr-61-i{margin-right:244px!important}.mx-61{margin-left:244px;margin-right:244px}.mx-61-i{margin-left:244px!important;margin-right:244px!important}.my-61{margin-top:244px;margin-bottom:244px}.my-61-i{margin-top:244px!important;margin-bottom:244px!important}.p-61{padding:244px}.p-61-i{padding:244px!important}.pt-61{padding-top:244px}.pt-61-i{padding-top:244px!important}.pb-61{padding-bottom:244px}.pb-61-i{padding-bottom:244px!important}.pl-61{padding-left:244px}.pl-61-i{padding-left:244px!important}.pr-61{padding-right:244px}.pr-61-i{padding-right:244px!important}.px-61{padding-left:244px;padding-right:244px}.px-61-i{padding-left:244px!important;padding-right:244px!important}.py-61{padding-top:244px;padding-bottom:244px}.py-61-i{padding-top:244px!important;padding-bottom:244px!important}.gap-61{gap:244px}.gap-61-i{gap:244px!important}.round-61{border-radius:244px}.round-61-i{border-radius:244px!important}.square-61{width:244px;height:244px}.m-62{margin-top:248px}.m-62-i{margin-top:248px!important}.mt-62{margin-top:248px}.mt-62-i{margin-top:248px!important}.mb-62{margin-bottom:248px}.mb-62-i{margin-bottom:248px!important}.ml-62{margin-left:248px}.ml-62-i{margin-left:248px!important}.mr-62{margin-right:248px}.mr-62-i{margin-right:248px!important}.mx-62{margin-left:248px;margin-right:248px}.mx-62-i{margin-left:248px!important;margin-right:248px!important}.my-62{margin-top:248px;margin-bottom:248px}.my-62-i{margin-top:248px!important;margin-bottom:248px!important}.p-62{padding:248px}.p-62-i{padding:248px!important}.pt-62{padding-top:248px}.pt-62-i{padding-top:248px!important}.pb-62{padding-bottom:248px}.pb-62-i{padding-bottom:248px!important}.pl-62{padding-left:248px}.pl-62-i{padding-left:248px!important}.pr-62{padding-right:248px}.pr-62-i{padding-right:248px!important}.px-62{padding-left:248px;padding-right:248px}.px-62-i{padding-left:248px!important;padding-right:248px!important}.py-62{padding-top:248px;padding-bottom:248px}.py-62-i{padding-top:248px!important;padding-bottom:248px!important}.gap-62{gap:248px}.gap-62-i{gap:248px!important}.round-62{border-radius:248px}.round-62-i{border-radius:248px!important}.square-62{width:248px;height:248px}.m-63{margin-top:252px}.m-63-i{margin-top:252px!important}.mt-63{margin-top:252px}.mt-63-i{margin-top:252px!important}.mb-63{margin-bottom:252px}.mb-63-i{margin-bottom:252px!important}.ml-63{margin-left:252px}.ml-63-i{margin-left:252px!important}.mr-63{margin-right:252px}.mr-63-i{margin-right:252px!important}.mx-63{margin-left:252px;margin-right:252px}.mx-63-i{margin-left:252px!important;margin-right:252px!important}.my-63{margin-top:252px;margin-bottom:252px}.my-63-i{margin-top:252px!important;margin-bottom:252px!important}.p-63{padding:252px}.p-63-i{padding:252px!important}.pt-63{padding-top:252px}.pt-63-i{padding-top:252px!important}.pb-63{padding-bottom:252px}.pb-63-i{padding-bottom:252px!important}.pl-63{padding-left:252px}.pl-63-i{padding-left:252px!important}.pr-63{padding-right:252px}.pr-63-i{padding-right:252px!important}.px-63{padding-left:252px;padding-right:252px}.px-63-i{padding-left:252px!important;padding-right:252px!important}.py-63{padding-top:252px;padding-bottom:252px}.py-63-i{padding-top:252px!important;padding-bottom:252px!important}.gap-63{gap:252px}.gap-63-i{gap:252px!important}.round-63{border-radius:252px}.round-63-i{border-radius:252px!important}.square-63{width:252px;height:252px}.m-64{margin-top:256px}.m-64-i{margin-top:256px!important}.mt-64{margin-top:256px}.mt-64-i{margin-top:256px!important}.mb-64{margin-bottom:256px}.mb-64-i{margin-bottom:256px!important}.ml-64{margin-left:256px}.ml-64-i{margin-left:256px!important}.mr-64{margin-right:256px}.mr-64-i{margin-right:256px!important}.mx-64{margin-left:256px;margin-right:256px}.mx-64-i{margin-left:256px!important;margin-right:256px!important}.my-64{margin-top:256px;margin-bottom:256px}.my-64-i{margin-top:256px!important;margin-bottom:256px!important}.p-64{padding:256px}.p-64-i{padding:256px!important}.pt-64{padding-top:256px}.pt-64-i{padding-top:256px!important}.pb-64{padding-bottom:256px}.pb-64-i{padding-bottom:256px!important}.pl-64{padding-left:256px}.pl-64-i{padding-left:256px!important}.pr-64{padding-right:256px}.pr-64-i{padding-right:256px!important}.px-64{padding-left:256px;padding-right:256px}.px-64-i{padding-left:256px!important;padding-right:256px!important}.py-64{padding-top:256px;padding-bottom:256px}.py-64-i{padding-top:256px!important;padding-bottom:256px!important}.gap-64{gap:256px}.gap-64-i{gap:256px!important}.round-64{border-radius:256px}.round-64-i{border-radius:256px!important}.square-64{width:256px;height:256px}.m-65{margin-top:260px}.m-65-i{margin-top:260px!important}.mt-65{margin-top:260px}.mt-65-i{margin-top:260px!important}.mb-65{margin-bottom:260px}.mb-65-i{margin-bottom:260px!important}.ml-65{margin-left:260px}.ml-65-i{margin-left:260px!important}.mr-65{margin-right:260px}.mr-65-i{margin-right:260px!important}.mx-65{margin-left:260px;margin-right:260px}.mx-65-i{margin-left:260px!important;margin-right:260px!important}.my-65{margin-top:260px;margin-bottom:260px}.my-65-i{margin-top:260px!important;margin-bottom:260px!important}.p-65{padding:260px}.p-65-i{padding:260px!important}.pt-65{padding-top:260px}.pt-65-i{padding-top:260px!important}.pb-65{padding-bottom:260px}.pb-65-i{padding-bottom:260px!important}.pl-65{padding-left:260px}.pl-65-i{padding-left:260px!important}.pr-65{padding-right:260px}.pr-65-i{padding-right:260px!important}.px-65{padding-left:260px;padding-right:260px}.px-65-i{padding-left:260px!important;padding-right:260px!important}.py-65{padding-top:260px;padding-bottom:260px}.py-65-i{padding-top:260px!important;padding-bottom:260px!important}.gap-65{gap:260px}.gap-65-i{gap:260px!important}.round-65{border-radius:260px}.round-65-i{border-radius:260px!important}.square-65{width:260px;height:260px}.m-66{margin-top:264px}.m-66-i{margin-top:264px!important}.mt-66{margin-top:264px}.mt-66-i{margin-top:264px!important}.mb-66{margin-bottom:264px}.mb-66-i{margin-bottom:264px!important}.ml-66{margin-left:264px}.ml-66-i{margin-left:264px!important}.mr-66{margin-right:264px}.mr-66-i{margin-right:264px!important}.mx-66{margin-left:264px;margin-right:264px}.mx-66-i{margin-left:264px!important;margin-right:264px!important}.my-66{margin-top:264px;margin-bottom:264px}.my-66-i{margin-top:264px!important;margin-bottom:264px!important}.p-66{padding:264px}.p-66-i{padding:264px!important}.pt-66{padding-top:264px}.pt-66-i{padding-top:264px!important}.pb-66{padding-bottom:264px}.pb-66-i{padding-bottom:264px!important}.pl-66{padding-left:264px}.pl-66-i{padding-left:264px!important}.pr-66{padding-right:264px}.pr-66-i{padding-right:264px!important}.px-66{padding-left:264px;padding-right:264px}.px-66-i{padding-left:264px!important;padding-right:264px!important}.py-66{padding-top:264px;padding-bottom:264px}.py-66-i{padding-top:264px!important;padding-bottom:264px!important}.gap-66{gap:264px}.gap-66-i{gap:264px!important}.round-66{border-radius:264px}.round-66-i{border-radius:264px!important}.square-66{width:264px;height:264px}.m-67{margin-top:268px}.m-67-i{margin-top:268px!important}.mt-67{margin-top:268px}.mt-67-i{margin-top:268px!important}.mb-67{margin-bottom:268px}.mb-67-i{margin-bottom:268px!important}.ml-67{margin-left:268px}.ml-67-i{margin-left:268px!important}.mr-67{margin-right:268px}.mr-67-i{margin-right:268px!important}.mx-67{margin-left:268px;margin-right:268px}.mx-67-i{margin-left:268px!important;margin-right:268px!important}.my-67{margin-top:268px;margin-bottom:268px}.my-67-i{margin-top:268px!important;margin-bottom:268px!important}.p-67{padding:268px}.p-67-i{padding:268px!important}.pt-67{padding-top:268px}.pt-67-i{padding-top:268px!important}.pb-67{padding-bottom:268px}.pb-67-i{padding-bottom:268px!important}.pl-67{padding-left:268px}.pl-67-i{padding-left:268px!important}.pr-67{padding-right:268px}.pr-67-i{padding-right:268px!important}.px-67{padding-left:268px;padding-right:268px}.px-67-i{padding-left:268px!important;padding-right:268px!important}.py-67{padding-top:268px;padding-bottom:268px}.py-67-i{padding-top:268px!important;padding-bottom:268px!important}.gap-67{gap:268px}.gap-67-i{gap:268px!important}.round-67{border-radius:268px}.round-67-i{border-radius:268px!important}.square-67{width:268px;height:268px}.m-68{margin-top:272px}.m-68-i{margin-top:272px!important}.mt-68{margin-top:272px}.mt-68-i{margin-top:272px!important}.mb-68{margin-bottom:272px}.mb-68-i{margin-bottom:272px!important}.ml-68{margin-left:272px}.ml-68-i{margin-left:272px!important}.mr-68{margin-right:272px}.mr-68-i{margin-right:272px!important}.mx-68{margin-left:272px;margin-right:272px}.mx-68-i{margin-left:272px!important;margin-right:272px!important}.my-68{margin-top:272px;margin-bottom:272px}.my-68-i{margin-top:272px!important;margin-bottom:272px!important}.p-68{padding:272px}.p-68-i{padding:272px!important}.pt-68{padding-top:272px}.pt-68-i{padding-top:272px!important}.pb-68{padding-bottom:272px}.pb-68-i{padding-bottom:272px!important}.pl-68{padding-left:272px}.pl-68-i{padding-left:272px!important}.pr-68{padding-right:272px}.pr-68-i{padding-right:272px!important}.px-68{padding-left:272px;padding-right:272px}.px-68-i{padding-left:272px!important;padding-right:272px!important}.py-68{padding-top:272px;padding-bottom:272px}.py-68-i{padding-top:272px!important;padding-bottom:272px!important}.gap-68{gap:272px}.gap-68-i{gap:272px!important}.round-68{border-radius:272px}.round-68-i{border-radius:272px!important}.square-68{width:272px;height:272px}.m-69{margin-top:276px}.m-69-i{margin-top:276px!important}.mt-69{margin-top:276px}.mt-69-i{margin-top:276px!important}.mb-69{margin-bottom:276px}.mb-69-i{margin-bottom:276px!important}.ml-69{margin-left:276px}.ml-69-i{margin-left:276px!important}.mr-69{margin-right:276px}.mr-69-i{margin-right:276px!important}.mx-69{margin-left:276px;margin-right:276px}.mx-69-i{margin-left:276px!important;margin-right:276px!important}.my-69{margin-top:276px;margin-bottom:276px}.my-69-i{margin-top:276px!important;margin-bottom:276px!important}.p-69{padding:276px}.p-69-i{padding:276px!important}.pt-69{padding-top:276px}.pt-69-i{padding-top:276px!important}.pb-69{padding-bottom:276px}.pb-69-i{padding-bottom:276px!important}.pl-69{padding-left:276px}.pl-69-i{padding-left:276px!important}.pr-69{padding-right:276px}.pr-69-i{padding-right:276px!important}.px-69{padding-left:276px;padding-right:276px}.px-69-i{padding-left:276px!important;padding-right:276px!important}.py-69{padding-top:276px;padding-bottom:276px}.py-69-i{padding-top:276px!important;padding-bottom:276px!important}.gap-69{gap:276px}.gap-69-i{gap:276px!important}.round-69{border-radius:276px}.round-69-i{border-radius:276px!important}.square-69{width:276px;height:276px}.m-70{margin-top:280px}.m-70-i{margin-top:280px!important}.mt-70{margin-top:280px}.mt-70-i{margin-top:280px!important}.mb-70{margin-bottom:280px}.mb-70-i{margin-bottom:280px!important}.ml-70{margin-left:280px}.ml-70-i{margin-left:280px!important}.mr-70{margin-right:280px}.mr-70-i{margin-right:280px!important}.mx-70{margin-left:280px;margin-right:280px}.mx-70-i{margin-left:280px!important;margin-right:280px!important}.my-70{margin-top:280px;margin-bottom:280px}.my-70-i{margin-top:280px!important;margin-bottom:280px!important}.p-70{padding:280px}.p-70-i{padding:280px!important}.pt-70{padding-top:280px}.pt-70-i{padding-top:280px!important}.pb-70{padding-bottom:280px}.pb-70-i{padding-bottom:280px!important}.pl-70{padding-left:280px}.pl-70-i{padding-left:280px!important}.pr-70{padding-right:280px}.pr-70-i{padding-right:280px!important}.px-70{padding-left:280px;padding-right:280px}.px-70-i{padding-left:280px!important;padding-right:280px!important}.py-70{padding-top:280px;padding-bottom:280px}.py-70-i{padding-top:280px!important;padding-bottom:280px!important}.gap-70{gap:280px}.gap-70-i{gap:280px!important}.round-70{border-radius:280px}.round-70-i{border-radius:280px!important}.square-70{width:280px;height:280px}.m-71{margin-top:284px}.m-71-i{margin-top:284px!important}.mt-71{margin-top:284px}.mt-71-i{margin-top:284px!important}.mb-71{margin-bottom:284px}.mb-71-i{margin-bottom:284px!important}.ml-71{margin-left:284px}.ml-71-i{margin-left:284px!important}.mr-71{margin-right:284px}.mr-71-i{margin-right:284px!important}.mx-71{margin-left:284px;margin-right:284px}.mx-71-i{margin-left:284px!important;margin-right:284px!important}.my-71{margin-top:284px;margin-bottom:284px}.my-71-i{margin-top:284px!important;margin-bottom:284px!important}.p-71{padding:284px}.p-71-i{padding:284px!important}.pt-71{padding-top:284px}.pt-71-i{padding-top:284px!important}.pb-71{padding-bottom:284px}.pb-71-i{padding-bottom:284px!important}.pl-71{padding-left:284px}.pl-71-i{padding-left:284px!important}.pr-71{padding-right:284px}.pr-71-i{padding-right:284px!important}.px-71{padding-left:284px;padding-right:284px}.px-71-i{padding-left:284px!important;padding-right:284px!important}.py-71{padding-top:284px;padding-bottom:284px}.py-71-i{padding-top:284px!important;padding-bottom:284px!important}.gap-71{gap:284px}.gap-71-i{gap:284px!important}.round-71{border-radius:284px}.round-71-i{border-radius:284px!important}.square-71{width:284px;height:284px}.m-72{margin-top:288px}.m-72-i{margin-top:288px!important}.mt-72{margin-top:288px}.mt-72-i{margin-top:288px!important}.mb-72{margin-bottom:288px}.mb-72-i{margin-bottom:288px!important}.ml-72{margin-left:288px}.ml-72-i{margin-left:288px!important}.mr-72{margin-right:288px}.mr-72-i{margin-right:288px!important}.mx-72{margin-left:288px;margin-right:288px}.mx-72-i{margin-left:288px!important;margin-right:288px!important}.my-72{margin-top:288px;margin-bottom:288px}.my-72-i{margin-top:288px!important;margin-bottom:288px!important}.p-72{padding:288px}.p-72-i{padding:288px!important}.pt-72{padding-top:288px}.pt-72-i{padding-top:288px!important}.pb-72{padding-bottom:288px}.pb-72-i{padding-bottom:288px!important}.pl-72{padding-left:288px}.pl-72-i{padding-left:288px!important}.pr-72{padding-right:288px}.pr-72-i{padding-right:288px!important}.px-72{padding-left:288px;padding-right:288px}.px-72-i{padding-left:288px!important;padding-right:288px!important}.py-72{padding-top:288px;padding-bottom:288px}.py-72-i{padding-top:288px!important;padding-bottom:288px!important}.gap-72{gap:288px}.gap-72-i{gap:288px!important}.round-72{border-radius:288px}.round-72-i{border-radius:288px!important}.square-72{width:288px;height:288px}.m-73{margin-top:292px}.m-73-i{margin-top:292px!important}.mt-73{margin-top:292px}.mt-73-i{margin-top:292px!important}.mb-73{margin-bottom:292px}.mb-73-i{margin-bottom:292px!important}.ml-73{margin-left:292px}.ml-73-i{margin-left:292px!important}.mr-73{margin-right:292px}.mr-73-i{margin-right:292px!important}.mx-73{margin-left:292px;margin-right:292px}.mx-73-i{margin-left:292px!important;margin-right:292px!important}.my-73{margin-top:292px;margin-bottom:292px}.my-73-i{margin-top:292px!important;margin-bottom:292px!important}.p-73{padding:292px}.p-73-i{padding:292px!important}.pt-73{padding-top:292px}.pt-73-i{padding-top:292px!important}.pb-73{padding-bottom:292px}.pb-73-i{padding-bottom:292px!important}.pl-73{padding-left:292px}.pl-73-i{padding-left:292px!important}.pr-73{padding-right:292px}.pr-73-i{padding-right:292px!important}.px-73{padding-left:292px;padding-right:292px}.px-73-i{padding-left:292px!important;padding-right:292px!important}.py-73{padding-top:292px;padding-bottom:292px}.py-73-i{padding-top:292px!important;padding-bottom:292px!important}.gap-73{gap:292px}.gap-73-i{gap:292px!important}.round-73{border-radius:292px}.round-73-i{border-radius:292px!important}.square-73{width:292px;height:292px}.m-74{margin-top:296px}.m-74-i{margin-top:296px!important}.mt-74{margin-top:296px}.mt-74-i{margin-top:296px!important}.mb-74{margin-bottom:296px}.mb-74-i{margin-bottom:296px!important}.ml-74{margin-left:296px}.ml-74-i{margin-left:296px!important}.mr-74{margin-right:296px}.mr-74-i{margin-right:296px!important}.mx-74{margin-left:296px;margin-right:296px}.mx-74-i{margin-left:296px!important;margin-right:296px!important}.my-74{margin-top:296px;margin-bottom:296px}.my-74-i{margin-top:296px!important;margin-bottom:296px!important}.p-74{padding:296px}.p-74-i{padding:296px!important}.pt-74{padding-top:296px}.pt-74-i{padding-top:296px!important}.pb-74{padding-bottom:296px}.pb-74-i{padding-bottom:296px!important}.pl-74{padding-left:296px}.pl-74-i{padding-left:296px!important}.pr-74{padding-right:296px}.pr-74-i{padding-right:296px!important}.px-74{padding-left:296px;padding-right:296px}.px-74-i{padding-left:296px!important;padding-right:296px!important}.py-74{padding-top:296px;padding-bottom:296px}.py-74-i{padding-top:296px!important;padding-bottom:296px!important}.gap-74{gap:296px}.gap-74-i{gap:296px!important}.round-74{border-radius:296px}.round-74-i{border-radius:296px!important}.square-74{width:296px;height:296px}.m-75{margin-top:300px}.m-75-i{margin-top:300px!important}.mt-75{margin-top:300px}.mt-75-i{margin-top:300px!important}.mb-75{margin-bottom:300px}.mb-75-i{margin-bottom:300px!important}.ml-75{margin-left:300px}.ml-75-i{margin-left:300px!important}.mr-75{margin-right:300px}.mr-75-i{margin-right:300px!important}.mx-75{margin-left:300px;margin-right:300px}.mx-75-i{margin-left:300px!important;margin-right:300px!important}.my-75{margin-top:300px;margin-bottom:300px}.my-75-i{margin-top:300px!important;margin-bottom:300px!important}.p-75{padding:300px}.p-75-i{padding:300px!important}.pt-75{padding-top:300px}.pt-75-i{padding-top:300px!important}.pb-75{padding-bottom:300px}.pb-75-i{padding-bottom:300px!important}.pl-75{padding-left:300px}.pl-75-i{padding-left:300px!important}.pr-75{padding-right:300px}.pr-75-i{padding-right:300px!important}.px-75{padding-left:300px;padding-right:300px}.px-75-i{padding-left:300px!important;padding-right:300px!important}.py-75{padding-top:300px;padding-bottom:300px}.py-75-i{padding-top:300px!important;padding-bottom:300px!important}.gap-75{gap:300px}.gap-75-i{gap:300px!important}.round-75{border-radius:300px}.round-75-i{border-radius:300px!important}.square-75{width:300px;height:300px}.m-76{margin-top:304px}.m-76-i{margin-top:304px!important}.mt-76{margin-top:304px}.mt-76-i{margin-top:304px!important}.mb-76{margin-bottom:304px}.mb-76-i{margin-bottom:304px!important}.ml-76{margin-left:304px}.ml-76-i{margin-left:304px!important}.mr-76{margin-right:304px}.mr-76-i{margin-right:304px!important}.mx-76{margin-left:304px;margin-right:304px}.mx-76-i{margin-left:304px!important;margin-right:304px!important}.my-76{margin-top:304px;margin-bottom:304px}.my-76-i{margin-top:304px!important;margin-bottom:304px!important}.p-76{padding:304px}.p-76-i{padding:304px!important}.pt-76{padding-top:304px}.pt-76-i{padding-top:304px!important}.pb-76{padding-bottom:304px}.pb-76-i{padding-bottom:304px!important}.pl-76{padding-left:304px}.pl-76-i{padding-left:304px!important}.pr-76{padding-right:304px}.pr-76-i{padding-right:304px!important}.px-76{padding-left:304px;padding-right:304px}.px-76-i{padding-left:304px!important;padding-right:304px!important}.py-76{padding-top:304px;padding-bottom:304px}.py-76-i{padding-top:304px!important;padding-bottom:304px!important}.gap-76{gap:304px}.gap-76-i{gap:304px!important}.round-76{border-radius:304px}.round-76-i{border-radius:304px!important}.square-76{width:304px;height:304px}.m-77{margin-top:308px}.m-77-i{margin-top:308px!important}.mt-77{margin-top:308px}.mt-77-i{margin-top:308px!important}.mb-77{margin-bottom:308px}.mb-77-i{margin-bottom:308px!important}.ml-77{margin-left:308px}.ml-77-i{margin-left:308px!important}.mr-77{margin-right:308px}.mr-77-i{margin-right:308px!important}.mx-77{margin-left:308px;margin-right:308px}.mx-77-i{margin-left:308px!important;margin-right:308px!important}.my-77{margin-top:308px;margin-bottom:308px}.my-77-i{margin-top:308px!important;margin-bottom:308px!important}.p-77{padding:308px}.p-77-i{padding:308px!important}.pt-77{padding-top:308px}.pt-77-i{padding-top:308px!important}.pb-77{padding-bottom:308px}.pb-77-i{padding-bottom:308px!important}.pl-77{padding-left:308px}.pl-77-i{padding-left:308px!important}.pr-77{padding-right:308px}.pr-77-i{padding-right:308px!important}.px-77{padding-left:308px;padding-right:308px}.px-77-i{padding-left:308px!important;padding-right:308px!important}.py-77{padding-top:308px;padding-bottom:308px}.py-77-i{padding-top:308px!important;padding-bottom:308px!important}.gap-77{gap:308px}.gap-77-i{gap:308px!important}.round-77{border-radius:308px}.round-77-i{border-radius:308px!important}.square-77{width:308px;height:308px}.m-78{margin-top:312px}.m-78-i{margin-top:312px!important}.mt-78{margin-top:312px}.mt-78-i{margin-top:312px!important}.mb-78{margin-bottom:312px}.mb-78-i{margin-bottom:312px!important}.ml-78{margin-left:312px}.ml-78-i{margin-left:312px!important}.mr-78{margin-right:312px}.mr-78-i{margin-right:312px!important}.mx-78{margin-left:312px;margin-right:312px}.mx-78-i{margin-left:312px!important;margin-right:312px!important}.my-78{margin-top:312px;margin-bottom:312px}.my-78-i{margin-top:312px!important;margin-bottom:312px!important}.p-78{padding:312px}.p-78-i{padding:312px!important}.pt-78{padding-top:312px}.pt-78-i{padding-top:312px!important}.pb-78{padding-bottom:312px}.pb-78-i{padding-bottom:312px!important}.pl-78{padding-left:312px}.pl-78-i{padding-left:312px!important}.pr-78{padding-right:312px}.pr-78-i{padding-right:312px!important}.px-78{padding-left:312px;padding-right:312px}.px-78-i{padding-left:312px!important;padding-right:312px!important}.py-78{padding-top:312px;padding-bottom:312px}.py-78-i{padding-top:312px!important;padding-bottom:312px!important}.gap-78{gap:312px}.gap-78-i{gap:312px!important}.round-78{border-radius:312px}.round-78-i{border-radius:312px!important}.square-78{width:312px;height:312px}.m-79{margin-top:316px}.m-79-i{margin-top:316px!important}.mt-79{margin-top:316px}.mt-79-i{margin-top:316px!important}.mb-79{margin-bottom:316px}.mb-79-i{margin-bottom:316px!important}.ml-79{margin-left:316px}.ml-79-i{margin-left:316px!important}.mr-79{margin-right:316px}.mr-79-i{margin-right:316px!important}.mx-79{margin-left:316px;margin-right:316px}.mx-79-i{margin-left:316px!important;margin-right:316px!important}.my-79{margin-top:316px;margin-bottom:316px}.my-79-i{margin-top:316px!important;margin-bottom:316px!important}.p-79{padding:316px}.p-79-i{padding:316px!important}.pt-79{padding-top:316px}.pt-79-i{padding-top:316px!important}.pb-79{padding-bottom:316px}.pb-79-i{padding-bottom:316px!important}.pl-79{padding-left:316px}.pl-79-i{padding-left:316px!important}.pr-79{padding-right:316px}.pr-79-i{padding-right:316px!important}.px-79{padding-left:316px;padding-right:316px}.px-79-i{padding-left:316px!important;padding-right:316px!important}.py-79{padding-top:316px;padding-bottom:316px}.py-79-i{padding-top:316px!important;padding-bottom:316px!important}.gap-79{gap:316px}.gap-79-i{gap:316px!important}.round-79{border-radius:316px}.round-79-i{border-radius:316px!important}.square-79{width:316px;height:316px}.m-80{margin-top:320px}.m-80-i{margin-top:320px!important}.mt-80{margin-top:320px}.mt-80-i{margin-top:320px!important}.mb-80{margin-bottom:320px}.mb-80-i{margin-bottom:320px!important}.ml-80{margin-left:320px}.ml-80-i{margin-left:320px!important}.mr-80{margin-right:320px}.mr-80-i{margin-right:320px!important}.mx-80{margin-left:320px;margin-right:320px}.mx-80-i{margin-left:320px!important;margin-right:320px!important}.my-80{margin-top:320px;margin-bottom:320px}.my-80-i{margin-top:320px!important;margin-bottom:320px!important}.p-80{padding:320px}.p-80-i{padding:320px!important}.pt-80{padding-top:320px}.pt-80-i{padding-top:320px!important}.pb-80{padding-bottom:320px}.pb-80-i{padding-bottom:320px!important}.pl-80{padding-left:320px}.pl-80-i{padding-left:320px!important}.pr-80{padding-right:320px}.pr-80-i{padding-right:320px!important}.px-80{padding-left:320px;padding-right:320px}.px-80-i{padding-left:320px!important;padding-right:320px!important}.py-80{padding-top:320px;padding-bottom:320px}.py-80-i{padding-top:320px!important;padding-bottom:320px!important}.gap-80{gap:320px}.gap-80-i{gap:320px!important}.round-80{border-radius:320px}.round-80-i{border-radius:320px!important}.square-80{width:320px;height:320px}.m-81{margin-top:324px}.m-81-i{margin-top:324px!important}.mt-81{margin-top:324px}.mt-81-i{margin-top:324px!important}.mb-81{margin-bottom:324px}.mb-81-i{margin-bottom:324px!important}.ml-81{margin-left:324px}.ml-81-i{margin-left:324px!important}.mr-81{margin-right:324px}.mr-81-i{margin-right:324px!important}.mx-81{margin-left:324px;margin-right:324px}.mx-81-i{margin-left:324px!important;margin-right:324px!important}.my-81{margin-top:324px;margin-bottom:324px}.my-81-i{margin-top:324px!important;margin-bottom:324px!important}.p-81{padding:324px}.p-81-i{padding:324px!important}.pt-81{padding-top:324px}.pt-81-i{padding-top:324px!important}.pb-81{padding-bottom:324px}.pb-81-i{padding-bottom:324px!important}.pl-81{padding-left:324px}.pl-81-i{padding-left:324px!important}.pr-81{padding-right:324px}.pr-81-i{padding-right:324px!important}.px-81{padding-left:324px;padding-right:324px}.px-81-i{padding-left:324px!important;padding-right:324px!important}.py-81{padding-top:324px;padding-bottom:324px}.py-81-i{padding-top:324px!important;padding-bottom:324px!important}.gap-81{gap:324px}.gap-81-i{gap:324px!important}.round-81{border-radius:324px}.round-81-i{border-radius:324px!important}.square-81{width:324px;height:324px}.m-82{margin-top:328px}.m-82-i{margin-top:328px!important}.mt-82{margin-top:328px}.mt-82-i{margin-top:328px!important}.mb-82{margin-bottom:328px}.mb-82-i{margin-bottom:328px!important}.ml-82{margin-left:328px}.ml-82-i{margin-left:328px!important}.mr-82{margin-right:328px}.mr-82-i{margin-right:328px!important}.mx-82{margin-left:328px;margin-right:328px}.mx-82-i{margin-left:328px!important;margin-right:328px!important}.my-82{margin-top:328px;margin-bottom:328px}.my-82-i{margin-top:328px!important;margin-bottom:328px!important}.p-82{padding:328px}.p-82-i{padding:328px!important}.pt-82{padding-top:328px}.pt-82-i{padding-top:328px!important}.pb-82{padding-bottom:328px}.pb-82-i{padding-bottom:328px!important}.pl-82{padding-left:328px}.pl-82-i{padding-left:328px!important}.pr-82{padding-right:328px}.pr-82-i{padding-right:328px!important}.px-82{padding-left:328px;padding-right:328px}.px-82-i{padding-left:328px!important;padding-right:328px!important}.py-82{padding-top:328px;padding-bottom:328px}.py-82-i{padding-top:328px!important;padding-bottom:328px!important}.gap-82{gap:328px}.gap-82-i{gap:328px!important}.round-82{border-radius:328px}.round-82-i{border-radius:328px!important}.square-82{width:328px;height:328px}.m-83{margin-top:332px}.m-83-i{margin-top:332px!important}.mt-83{margin-top:332px}.mt-83-i{margin-top:332px!important}.mb-83{margin-bottom:332px}.mb-83-i{margin-bottom:332px!important}.ml-83{margin-left:332px}.ml-83-i{margin-left:332px!important}.mr-83{margin-right:332px}.mr-83-i{margin-right:332px!important}.mx-83{margin-left:332px;margin-right:332px}.mx-83-i{margin-left:332px!important;margin-right:332px!important}.my-83{margin-top:332px;margin-bottom:332px}.my-83-i{margin-top:332px!important;margin-bottom:332px!important}.p-83{padding:332px}.p-83-i{padding:332px!important}.pt-83{padding-top:332px}.pt-83-i{padding-top:332px!important}.pb-83{padding-bottom:332px}.pb-83-i{padding-bottom:332px!important}.pl-83{padding-left:332px}.pl-83-i{padding-left:332px!important}.pr-83{padding-right:332px}.pr-83-i{padding-right:332px!important}.px-83{padding-left:332px;padding-right:332px}.px-83-i{padding-left:332px!important;padding-right:332px!important}.py-83{padding-top:332px;padding-bottom:332px}.py-83-i{padding-top:332px!important;padding-bottom:332px!important}.gap-83{gap:332px}.gap-83-i{gap:332px!important}.round-83{border-radius:332px}.round-83-i{border-radius:332px!important}.square-83{width:332px;height:332px}.m-84{margin-top:336px}.m-84-i{margin-top:336px!important}.mt-84{margin-top:336px}.mt-84-i{margin-top:336px!important}.mb-84{margin-bottom:336px}.mb-84-i{margin-bottom:336px!important}.ml-84{margin-left:336px}.ml-84-i{margin-left:336px!important}.mr-84{margin-right:336px}.mr-84-i{margin-right:336px!important}.mx-84{margin-left:336px;margin-right:336px}.mx-84-i{margin-left:336px!important;margin-right:336px!important}.my-84{margin-top:336px;margin-bottom:336px}.my-84-i{margin-top:336px!important;margin-bottom:336px!important}.p-84{padding:336px}.p-84-i{padding:336px!important}.pt-84{padding-top:336px}.pt-84-i{padding-top:336px!important}.pb-84{padding-bottom:336px}.pb-84-i{padding-bottom:336px!important}.pl-84{padding-left:336px}.pl-84-i{padding-left:336px!important}.pr-84{padding-right:336px}.pr-84-i{padding-right:336px!important}.px-84{padding-left:336px;padding-right:336px}.px-84-i{padding-left:336px!important;padding-right:336px!important}.py-84{padding-top:336px;padding-bottom:336px}.py-84-i{padding-top:336px!important;padding-bottom:336px!important}.gap-84{gap:336px}.gap-84-i{gap:336px!important}.round-84{border-radius:336px}.round-84-i{border-radius:336px!important}.square-84{width:336px;height:336px}.m-85{margin-top:340px}.m-85-i{margin-top:340px!important}.mt-85{margin-top:340px}.mt-85-i{margin-top:340px!important}.mb-85{margin-bottom:340px}.mb-85-i{margin-bottom:340px!important}.ml-85{margin-left:340px}.ml-85-i{margin-left:340px!important}.mr-85{margin-right:340px}.mr-85-i{margin-right:340px!important}.mx-85{margin-left:340px;margin-right:340px}.mx-85-i{margin-left:340px!important;margin-right:340px!important}.my-85{margin-top:340px;margin-bottom:340px}.my-85-i{margin-top:340px!important;margin-bottom:340px!important}.p-85{padding:340px}.p-85-i{padding:340px!important}.pt-85{padding-top:340px}.pt-85-i{padding-top:340px!important}.pb-85{padding-bottom:340px}.pb-85-i{padding-bottom:340px!important}.pl-85{padding-left:340px}.pl-85-i{padding-left:340px!important}.pr-85{padding-right:340px}.pr-85-i{padding-right:340px!important}.px-85{padding-left:340px;padding-right:340px}.px-85-i{padding-left:340px!important;padding-right:340px!important}.py-85{padding-top:340px;padding-bottom:340px}.py-85-i{padding-top:340px!important;padding-bottom:340px!important}.gap-85{gap:340px}.gap-85-i{gap:340px!important}.round-85{border-radius:340px}.round-85-i{border-radius:340px!important}.square-85{width:340px;height:340px}.m-86{margin-top:344px}.m-86-i{margin-top:344px!important}.mt-86{margin-top:344px}.mt-86-i{margin-top:344px!important}.mb-86{margin-bottom:344px}.mb-86-i{margin-bottom:344px!important}.ml-86{margin-left:344px}.ml-86-i{margin-left:344px!important}.mr-86{margin-right:344px}.mr-86-i{margin-right:344px!important}.mx-86{margin-left:344px;margin-right:344px}.mx-86-i{margin-left:344px!important;margin-right:344px!important}.my-86{margin-top:344px;margin-bottom:344px}.my-86-i{margin-top:344px!important;margin-bottom:344px!important}.p-86{padding:344px}.p-86-i{padding:344px!important}.pt-86{padding-top:344px}.pt-86-i{padding-top:344px!important}.pb-86{padding-bottom:344px}.pb-86-i{padding-bottom:344px!important}.pl-86{padding-left:344px}.pl-86-i{padding-left:344px!important}.pr-86{padding-right:344px}.pr-86-i{padding-right:344px!important}.px-86{padding-left:344px;padding-right:344px}.px-86-i{padding-left:344px!important;padding-right:344px!important}.py-86{padding-top:344px;padding-bottom:344px}.py-86-i{padding-top:344px!important;padding-bottom:344px!important}.gap-86{gap:344px}.gap-86-i{gap:344px!important}.round-86{border-radius:344px}.round-86-i{border-radius:344px!important}.square-86{width:344px;height:344px}.m-87{margin-top:348px}.m-87-i{margin-top:348px!important}.mt-87{margin-top:348px}.mt-87-i{margin-top:348px!important}.mb-87{margin-bottom:348px}.mb-87-i{margin-bottom:348px!important}.ml-87{margin-left:348px}.ml-87-i{margin-left:348px!important}.mr-87{margin-right:348px}.mr-87-i{margin-right:348px!important}.mx-87{margin-left:348px;margin-right:348px}.mx-87-i{margin-left:348px!important;margin-right:348px!important}.my-87{margin-top:348px;margin-bottom:348px}.my-87-i{margin-top:348px!important;margin-bottom:348px!important}.p-87{padding:348px}.p-87-i{padding:348px!important}.pt-87{padding-top:348px}.pt-87-i{padding-top:348px!important}.pb-87{padding-bottom:348px}.pb-87-i{padding-bottom:348px!important}.pl-87{padding-left:348px}.pl-87-i{padding-left:348px!important}.pr-87{padding-right:348px}.pr-87-i{padding-right:348px!important}.px-87{padding-left:348px;padding-right:348px}.px-87-i{padding-left:348px!important;padding-right:348px!important}.py-87{padding-top:348px;padding-bottom:348px}.py-87-i{padding-top:348px!important;padding-bottom:348px!important}.gap-87{gap:348px}.gap-87-i{gap:348px!important}.round-87{border-radius:348px}.round-87-i{border-radius:348px!important}.square-87{width:348px;height:348px}.m-88{margin-top:352px}.m-88-i{margin-top:352px!important}.mt-88{margin-top:352px}.mt-88-i{margin-top:352px!important}.mb-88{margin-bottom:352px}.mb-88-i{margin-bottom:352px!important}.ml-88{margin-left:352px}.ml-88-i{margin-left:352px!important}.mr-88{margin-right:352px}.mr-88-i{margin-right:352px!important}.mx-88{margin-left:352px;margin-right:352px}.mx-88-i{margin-left:352px!important;margin-right:352px!important}.my-88{margin-top:352px;margin-bottom:352px}.my-88-i{margin-top:352px!important;margin-bottom:352px!important}.p-88{padding:352px}.p-88-i{padding:352px!important}.pt-88{padding-top:352px}.pt-88-i{padding-top:352px!important}.pb-88{padding-bottom:352px}.pb-88-i{padding-bottom:352px!important}.pl-88{padding-left:352px}.pl-88-i{padding-left:352px!important}.pr-88{padding-right:352px}.pr-88-i{padding-right:352px!important}.px-88{padding-left:352px;padding-right:352px}.px-88-i{padding-left:352px!important;padding-right:352px!important}.py-88{padding-top:352px;padding-bottom:352px}.py-88-i{padding-top:352px!important;padding-bottom:352px!important}.gap-88{gap:352px}.gap-88-i{gap:352px!important}.round-88{border-radius:352px}.round-88-i{border-radius:352px!important}.square-88{width:352px;height:352px}.m-89{margin-top:356px}.m-89-i{margin-top:356px!important}.mt-89{margin-top:356px}.mt-89-i{margin-top:356px!important}.mb-89{margin-bottom:356px}.mb-89-i{margin-bottom:356px!important}.ml-89{margin-left:356px}.ml-89-i{margin-left:356px!important}.mr-89{margin-right:356px}.mr-89-i{margin-right:356px!important}.mx-89{margin-left:356px;margin-right:356px}.mx-89-i{margin-left:356px!important;margin-right:356px!important}.my-89{margin-top:356px;margin-bottom:356px}.my-89-i{margin-top:356px!important;margin-bottom:356px!important}.p-89{padding:356px}.p-89-i{padding:356px!important}.pt-89{padding-top:356px}.pt-89-i{padding-top:356px!important}.pb-89{padding-bottom:356px}.pb-89-i{padding-bottom:356px!important}.pl-89{padding-left:356px}.pl-89-i{padding-left:356px!important}.pr-89{padding-right:356px}.pr-89-i{padding-right:356px!important}.px-89{padding-left:356px;padding-right:356px}.px-89-i{padding-left:356px!important;padding-right:356px!important}.py-89{padding-top:356px;padding-bottom:356px}.py-89-i{padding-top:356px!important;padding-bottom:356px!important}.gap-89{gap:356px}.gap-89-i{gap:356px!important}.round-89{border-radius:356px}.round-89-i{border-radius:356px!important}.square-89{width:356px;height:356px}.m-90{margin-top:360px}.m-90-i{margin-top:360px!important}.mt-90{margin-top:360px}.mt-90-i{margin-top:360px!important}.mb-90{margin-bottom:360px}.mb-90-i{margin-bottom:360px!important}.ml-90{margin-left:360px}.ml-90-i{margin-left:360px!important}.mr-90{margin-right:360px}.mr-90-i{margin-right:360px!important}.mx-90{margin-left:360px;margin-right:360px}.mx-90-i{margin-left:360px!important;margin-right:360px!important}.my-90{margin-top:360px;margin-bottom:360px}.my-90-i{margin-top:360px!important;margin-bottom:360px!important}.p-90{padding:360px}.p-90-i{padding:360px!important}.pt-90{padding-top:360px}.pt-90-i{padding-top:360px!important}.pb-90{padding-bottom:360px}.pb-90-i{padding-bottom:360px!important}.pl-90{padding-left:360px}.pl-90-i{padding-left:360px!important}.pr-90{padding-right:360px}.pr-90-i{padding-right:360px!important}.px-90{padding-left:360px;padding-right:360px}.px-90-i{padding-left:360px!important;padding-right:360px!important}.py-90{padding-top:360px;padding-bottom:360px}.py-90-i{padding-top:360px!important;padding-bottom:360px!important}.gap-90{gap:360px}.gap-90-i{gap:360px!important}.round-90{border-radius:360px}.round-90-i{border-radius:360px!important}.square-90{width:360px;height:360px}.m-91{margin-top:364px}.m-91-i{margin-top:364px!important}.mt-91{margin-top:364px}.mt-91-i{margin-top:364px!important}.mb-91{margin-bottom:364px}.mb-91-i{margin-bottom:364px!important}.ml-91{margin-left:364px}.ml-91-i{margin-left:364px!important}.mr-91{margin-right:364px}.mr-91-i{margin-right:364px!important}.mx-91{margin-left:364px;margin-right:364px}.mx-91-i{margin-left:364px!important;margin-right:364px!important}.my-91{margin-top:364px;margin-bottom:364px}.my-91-i{margin-top:364px!important;margin-bottom:364px!important}.p-91{padding:364px}.p-91-i{padding:364px!important}.pt-91{padding-top:364px}.pt-91-i{padding-top:364px!important}.pb-91{padding-bottom:364px}.pb-91-i{padding-bottom:364px!important}.pl-91{padding-left:364px}.pl-91-i{padding-left:364px!important}.pr-91{padding-right:364px}.pr-91-i{padding-right:364px!important}.px-91{padding-left:364px;padding-right:364px}.px-91-i{padding-left:364px!important;padding-right:364px!important}.py-91{padding-top:364px;padding-bottom:364px}.py-91-i{padding-top:364px!important;padding-bottom:364px!important}.gap-91{gap:364px}.gap-91-i{gap:364px!important}.round-91{border-radius:364px}.round-91-i{border-radius:364px!important}.square-91{width:364px;height:364px}.m-92{margin-top:368px}.m-92-i{margin-top:368px!important}.mt-92{margin-top:368px}.mt-92-i{margin-top:368px!important}.mb-92{margin-bottom:368px}.mb-92-i{margin-bottom:368px!important}.ml-92{margin-left:368px}.ml-92-i{margin-left:368px!important}.mr-92{margin-right:368px}.mr-92-i{margin-right:368px!important}.mx-92{margin-left:368px;margin-right:368px}.mx-92-i{margin-left:368px!important;margin-right:368px!important}.my-92{margin-top:368px;margin-bottom:368px}.my-92-i{margin-top:368px!important;margin-bottom:368px!important}.p-92{padding:368px}.p-92-i{padding:368px!important}.pt-92{padding-top:368px}.pt-92-i{padding-top:368px!important}.pb-92{padding-bottom:368px}.pb-92-i{padding-bottom:368px!important}.pl-92{padding-left:368px}.pl-92-i{padding-left:368px!important}.pr-92{padding-right:368px}.pr-92-i{padding-right:368px!important}.px-92{padding-left:368px;padding-right:368px}.px-92-i{padding-left:368px!important;padding-right:368px!important}.py-92{padding-top:368px;padding-bottom:368px}.py-92-i{padding-top:368px!important;padding-bottom:368px!important}.gap-92{gap:368px}.gap-92-i{gap:368px!important}.round-92{border-radius:368px}.round-92-i{border-radius:368px!important}.square-92{width:368px;height:368px}.m-93{margin-top:372px}.m-93-i{margin-top:372px!important}.mt-93{margin-top:372px}.mt-93-i{margin-top:372px!important}.mb-93{margin-bottom:372px}.mb-93-i{margin-bottom:372px!important}.ml-93{margin-left:372px}.ml-93-i{margin-left:372px!important}.mr-93{margin-right:372px}.mr-93-i{margin-right:372px!important}.mx-93{margin-left:372px;margin-right:372px}.mx-93-i{margin-left:372px!important;margin-right:372px!important}.my-93{margin-top:372px;margin-bottom:372px}.my-93-i{margin-top:372px!important;margin-bottom:372px!important}.p-93{padding:372px}.p-93-i{padding:372px!important}.pt-93{padding-top:372px}.pt-93-i{padding-top:372px!important}.pb-93{padding-bottom:372px}.pb-93-i{padding-bottom:372px!important}.pl-93{padding-left:372px}.pl-93-i{padding-left:372px!important}.pr-93{padding-right:372px}.pr-93-i{padding-right:372px!important}.px-93{padding-left:372px;padding-right:372px}.px-93-i{padding-left:372px!important;padding-right:372px!important}.py-93{padding-top:372px;padding-bottom:372px}.py-93-i{padding-top:372px!important;padding-bottom:372px!important}.gap-93{gap:372px}.gap-93-i{gap:372px!important}.round-93{border-radius:372px}.round-93-i{border-radius:372px!important}.square-93{width:372px;height:372px}.m-94{margin-top:376px}.m-94-i{margin-top:376px!important}.mt-94{margin-top:376px}.mt-94-i{margin-top:376px!important}.mb-94{margin-bottom:376px}.mb-94-i{margin-bottom:376px!important}.ml-94{margin-left:376px}.ml-94-i{margin-left:376px!important}.mr-94{margin-right:376px}.mr-94-i{margin-right:376px!important}.mx-94{margin-left:376px;margin-right:376px}.mx-94-i{margin-left:376px!important;margin-right:376px!important}.my-94{margin-top:376px;margin-bottom:376px}.my-94-i{margin-top:376px!important;margin-bottom:376px!important}.p-94{padding:376px}.p-94-i{padding:376px!important}.pt-94{padding-top:376px}.pt-94-i{padding-top:376px!important}.pb-94{padding-bottom:376px}.pb-94-i{padding-bottom:376px!important}.pl-94{padding-left:376px}.pl-94-i{padding-left:376px!important}.pr-94{padding-right:376px}.pr-94-i{padding-right:376px!important}.px-94{padding-left:376px;padding-right:376px}.px-94-i{padding-left:376px!important;padding-right:376px!important}.py-94{padding-top:376px;padding-bottom:376px}.py-94-i{padding-top:376px!important;padding-bottom:376px!important}.gap-94{gap:376px}.gap-94-i{gap:376px!important}.round-94{border-radius:376px}.round-94-i{border-radius:376px!important}.square-94{width:376px;height:376px}.m-95{margin-top:380px}.m-95-i{margin-top:380px!important}.mt-95{margin-top:380px}.mt-95-i{margin-top:380px!important}.mb-95{margin-bottom:380px}.mb-95-i{margin-bottom:380px!important}.ml-95{margin-left:380px}.ml-95-i{margin-left:380px!important}.mr-95{margin-right:380px}.mr-95-i{margin-right:380px!important}.mx-95{margin-left:380px;margin-right:380px}.mx-95-i{margin-left:380px!important;margin-right:380px!important}.my-95{margin-top:380px;margin-bottom:380px}.my-95-i{margin-top:380px!important;margin-bottom:380px!important}.p-95{padding:380px}.p-95-i{padding:380px!important}.pt-95{padding-top:380px}.pt-95-i{padding-top:380px!important}.pb-95{padding-bottom:380px}.pb-95-i{padding-bottom:380px!important}.pl-95{padding-left:380px}.pl-95-i{padding-left:380px!important}.pr-95{padding-right:380px}.pr-95-i{padding-right:380px!important}.px-95{padding-left:380px;padding-right:380px}.px-95-i{padding-left:380px!important;padding-right:380px!important}.py-95{padding-top:380px;padding-bottom:380px}.py-95-i{padding-top:380px!important;padding-bottom:380px!important}.gap-95{gap:380px}.gap-95-i{gap:380px!important}.round-95{border-radius:380px}.round-95-i{border-radius:380px!important}.square-95{width:380px;height:380px}.m-96{margin-top:384px}.m-96-i{margin-top:384px!important}.mt-96{margin-top:384px}.mt-96-i{margin-top:384px!important}.mb-96{margin-bottom:384px}.mb-96-i{margin-bottom:384px!important}.ml-96{margin-left:384px}.ml-96-i{margin-left:384px!important}.mr-96{margin-right:384px}.mr-96-i{margin-right:384px!important}.mx-96{margin-left:384px;margin-right:384px}.mx-96-i{margin-left:384px!important;margin-right:384px!important}.my-96{margin-top:384px;margin-bottom:384px}.my-96-i{margin-top:384px!important;margin-bottom:384px!important}.p-96{padding:384px}.p-96-i{padding:384px!important}.pt-96{padding-top:384px}.pt-96-i{padding-top:384px!important}.pb-96{padding-bottom:384px}.pb-96-i{padding-bottom:384px!important}.pl-96{padding-left:384px}.pl-96-i{padding-left:384px!important}.pr-96{padding-right:384px}.pr-96-i{padding-right:384px!important}.px-96{padding-left:384px;padding-right:384px}.px-96-i{padding-left:384px!important;padding-right:384px!important}.py-96{padding-top:384px;padding-bottom:384px}.py-96-i{padding-top:384px!important;padding-bottom:384px!important}.gap-96{gap:384px}.gap-96-i{gap:384px!important}.round-96{border-radius:384px}.round-96-i{border-radius:384px!important}.square-96{width:384px;height:384px}.m-97{margin-top:388px}.m-97-i{margin-top:388px!important}.mt-97{margin-top:388px}.mt-97-i{margin-top:388px!important}.mb-97{margin-bottom:388px}.mb-97-i{margin-bottom:388px!important}.ml-97{margin-left:388px}.ml-97-i{margin-left:388px!important}.mr-97{margin-right:388px}.mr-97-i{margin-right:388px!important}.mx-97{margin-left:388px;margin-right:388px}.mx-97-i{margin-left:388px!important;margin-right:388px!important}.my-97{margin-top:388px;margin-bottom:388px}.my-97-i{margin-top:388px!important;margin-bottom:388px!important}.p-97{padding:388px}.p-97-i{padding:388px!important}.pt-97{padding-top:388px}.pt-97-i{padding-top:388px!important}.pb-97{padding-bottom:388px}.pb-97-i{padding-bottom:388px!important}.pl-97{padding-left:388px}.pl-97-i{padding-left:388px!important}.pr-97{padding-right:388px}.pr-97-i{padding-right:388px!important}.px-97{padding-left:388px;padding-right:388px}.px-97-i{padding-left:388px!important;padding-right:388px!important}.py-97{padding-top:388px;padding-bottom:388px}.py-97-i{padding-top:388px!important;padding-bottom:388px!important}.gap-97{gap:388px}.gap-97-i{gap:388px!important}.round-97{border-radius:388px}.round-97-i{border-radius:388px!important}.square-97{width:388px;height:388px}.m-98{margin-top:392px}.m-98-i{margin-top:392px!important}.mt-98{margin-top:392px}.mt-98-i{margin-top:392px!important}.mb-98{margin-bottom:392px}.mb-98-i{margin-bottom:392px!important}.ml-98{margin-left:392px}.ml-98-i{margin-left:392px!important}.mr-98{margin-right:392px}.mr-98-i{margin-right:392px!important}.mx-98{margin-left:392px;margin-right:392px}.mx-98-i{margin-left:392px!important;margin-right:392px!important}.my-98{margin-top:392px;margin-bottom:392px}.my-98-i{margin-top:392px!important;margin-bottom:392px!important}.p-98{padding:392px}.p-98-i{padding:392px!important}.pt-98{padding-top:392px}.pt-98-i{padding-top:392px!important}.pb-98{padding-bottom:392px}.pb-98-i{padding-bottom:392px!important}.pl-98{padding-left:392px}.pl-98-i{padding-left:392px!important}.pr-98{padding-right:392px}.pr-98-i{padding-right:392px!important}.px-98{padding-left:392px;padding-right:392px}.px-98-i{padding-left:392px!important;padding-right:392px!important}.py-98{padding-top:392px;padding-bottom:392px}.py-98-i{padding-top:392px!important;padding-bottom:392px!important}.gap-98{gap:392px}.gap-98-i{gap:392px!important}.round-98{border-radius:392px}.round-98-i{border-radius:392px!important}.square-98{width:392px;height:392px}.m-99{margin-top:396px}.m-99-i{margin-top:396px!important}.mt-99{margin-top:396px}.mt-99-i{margin-top:396px!important}.mb-99{margin-bottom:396px}.mb-99-i{margin-bottom:396px!important}.ml-99{margin-left:396px}.ml-99-i{margin-left:396px!important}.mr-99{margin-right:396px}.mr-99-i{margin-right:396px!important}.mx-99{margin-left:396px;margin-right:396px}.mx-99-i{margin-left:396px!important;margin-right:396px!important}.my-99{margin-top:396px;margin-bottom:396px}.my-99-i{margin-top:396px!important;margin-bottom:396px!important}.p-99{padding:396px}.p-99-i{padding:396px!important}.pt-99{padding-top:396px}.pt-99-i{padding-top:396px!important}.pb-99{padding-bottom:396px}.pb-99-i{padding-bottom:396px!important}.pl-99{padding-left:396px}.pl-99-i{padding-left:396px!important}.pr-99{padding-right:396px}.pr-99-i{padding-right:396px!important}.px-99{padding-left:396px;padding-right:396px}.px-99-i{padding-left:396px!important;padding-right:396px!important}.py-99{padding-top:396px;padding-bottom:396px}.py-99-i{padding-top:396px!important;padding-bottom:396px!important}.gap-99{gap:396px}.gap-99-i{gap:396px!important}.round-99{border-radius:396px}.round-99-i{border-radius:396px!important}.square-99{width:396px;height:396px}.m-100{margin-top:400px}.m-100-i{margin-top:400px!important}.mt-100{margin-top:400px}.mt-100-i{margin-top:400px!important}.mb-100{margin-bottom:400px}.mb-100-i{margin-bottom:400px!important}.ml-100{margin-left:400px}.ml-100-i{margin-left:400px!important}.mr-100{margin-right:400px}.mr-100-i{margin-right:400px!important}.mx-100{margin-left:400px;margin-right:400px}.mx-100-i{margin-left:400px!important;margin-right:400px!important}.my-100{margin-top:400px;margin-bottom:400px}.my-100-i{margin-top:400px!important;margin-bottom:400px!important}.p-100{padding:400px}.p-100-i{padding:400px!important}.pt-100{padding-top:400px}.pt-100-i{padding-top:400px!important}.pb-100{padding-bottom:400px}.pb-100-i{padding-bottom:400px!important}.pl-100{padding-left:400px}.pl-100-i{padding-left:400px!important}.pr-100{padding-right:400px}.pr-100-i{padding-right:400px!important}.px-100{padding-left:400px;padding-right:400px}.px-100-i{padding-left:400px!important;padding-right:400px!important}.py-100{padding-top:400px;padding-bottom:400px}.py-100-i{padding-top:400px!important;padding-bottom:400px!important}.gap-100{gap:400px}.gap-100-i{gap:400px!important}.round-100{border-radius:400px}.round-100-i{border-radius:400px!important}.square-100{width:400px;height:400px}.Toastify__toast-body{font-family:Inter,sans-serif}.fa.fa-refresh.fa-spin.button-icon-right{display:none}.d-tableCell{display:table-cell}.cursor-pointer{cursor:pointer}.cursor-pointer-i{cursor:pointer!important}.cursor-help{cursor:help}.cursor-help-i{cursor:help!important}.cursor-default{cursor:default}.cursor-default-i{cursor:default!important}.relative{position:relative}.absolute{position:absolute}.word-break{word-break:break-word}.link{color:var(--primary);cursor:pointer;font-weight:300;text-decoration:unset}.link:hover{color:var(--primary-4)}.text-url{font-family:monaco,Consolas,Lucida Console,monospace;font-size:.925rem;font-weight:400}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-break-all{word-break:break-all}.note-color{color:var(--text-4)}.svg-color svg path,.svg-color g path{fill:var(--white)}.time-overdue-date{background-color:#ffe0de!important}.time-is-comming{background-color:#fff0e0!important}.user-tag{color:var(--primary)}.o-wrap-anywhere{overflow-wrap:anywhere}.pre-line{white-space:pre-line}.text-align-right{text-align:right}.opacity-0{opacity:0}.opacity-1{opacity:1}.w-full{width:100%}.w-fit{width:fit-content}.w-min-fit{min-width:fit-content}.w-max-fit{max-width:fit-content}.w-screen{width:100vw}.w-1{width:8px}.w-min-1{min-width:8px}.w-max-1{max-width:8px}.w-2{width:16px}.w-min-2{min-width:16px}.w-max-2{max-width:16px}.w-3{width:24px}.w-min-3{min-width:24px}.w-max-3{max-width:24px}.w-4{width:32px}.w-min-4{min-width:32px}.w-max-4{max-width:32px}.w-5{width:40px}.w-min-5{min-width:40px}.w-max-5{max-width:40px}.w-6{width:48px}.w-min-6{min-width:48px}.w-max-6{max-width:48px}.w-7{width:56px}.w-min-7{min-width:56px}.w-max-7{max-width:56px}.w-8{width:64px}.w-min-8{min-width:64px}.w-max-8{max-width:64px}.w-9{width:72px}.w-min-9{min-width:72px}.w-max-9{max-width:72px}.w-10{width:80px}.w-min-10{min-width:80px}.w-max-10{max-width:80px}.w-11{width:88px}.w-min-11{min-width:88px}.w-max-11{max-width:88px}.w-12{width:96px}.w-min-12{min-width:96px}.w-max-12{max-width:96px}.w-13{width:104px}.w-min-13{min-width:104px}.w-max-13{max-width:104px}.w-14{width:112px}.w-min-14{min-width:112px}.w-max-14{max-width:112px}.w-15{width:120px}.w-min-15{min-width:120px}.w-max-15{max-width:120px}.w-16{width:128px}.w-min-16{min-width:128px}.w-max-16{max-width:128px}.w-17{width:136px}.w-min-17{min-width:136px}.w-max-17{max-width:136px}.w-18{width:144px}.w-min-18{min-width:144px}.w-max-18{max-width:144px}.w-19{width:152px}.w-min-19{min-width:152px}.w-max-19{max-width:152px}.w-20{width:160px}.w-min-20{min-width:160px}.w-max-20{max-width:160px}.w-21{width:168px}.w-min-21{min-width:168px}.w-max-21{max-width:168px}.w-22{width:176px}.w-min-22{min-width:176px}.w-max-22{max-width:176px}.w-23{width:184px}.w-min-23{min-width:184px}.w-max-23{max-width:184px}.w-24{width:192px}.w-min-24{min-width:192px}.w-max-24{max-width:192px}.w-25{width:200px}.w-min-25{min-width:200px}.w-max-25{max-width:200px}.w-26{width:208px}.w-min-26{min-width:208px}.w-max-26{max-width:208px}.w-27{width:216px}.w-min-27{min-width:216px}.w-max-27{max-width:216px}.w-28{width:224px}.w-min-28{min-width:224px}.w-max-28{max-width:224px}.w-29{width:232px}.w-min-29{min-width:232px}.w-max-29{max-width:232px}.w-30{width:240px}.w-min-30{min-width:240px}.w-max-30{max-width:240px}.w-31{width:248px}.w-min-31{min-width:248px}.w-max-31{max-width:248px}.w-32{width:256px}.w-min-32{min-width:256px}.w-max-32{max-width:256px}.w-33{width:264px}.w-min-33{min-width:264px}.w-max-33{max-width:264px}.w-34{width:272px}.w-min-34{min-width:272px}.w-max-34{max-width:272px}.w-35{width:280px}.w-min-35{min-width:280px}.w-max-35{max-width:280px}.w-36{width:288px}.w-min-36{min-width:288px}.w-max-36{max-width:288px}.w-37{width:296px}.w-min-37{min-width:296px}.w-max-37{max-width:296px}.w-38{width:304px}.w-min-38{min-width:304px}.w-max-38{max-width:304px}.w-39{width:312px}.w-min-39{min-width:312px}.w-max-39{max-width:312px}.w-40{width:320px}.w-min-40{min-width:320px}.w-max-40{max-width:320px}.w-41{width:328px}.w-min-41{min-width:328px}.w-max-41{max-width:328px}.w-42{width:336px}.w-min-42{min-width:336px}.w-max-42{max-width:336px}.w-43{width:344px}.w-min-43{min-width:344px}.w-max-43{max-width:344px}.w-44{width:352px}.w-min-44{min-width:352px}.w-max-44{max-width:352px}.w-45{width:360px}.w-min-45{min-width:360px}.w-max-45{max-width:360px}.w-46{width:368px}.w-min-46{min-width:368px}.w-max-46{max-width:368px}.w-47{width:376px}.w-min-47{min-width:376px}.w-max-47{max-width:376px}.w-48{width:384px}.w-min-48{min-width:384px}.w-max-48{max-width:384px}.w-49{width:392px}.w-min-49{min-width:392px}.w-max-49{max-width:392px}.w-50{width:400px}.w-min-50{min-width:400px}.w-max-50{max-width:400px}.w-51{width:408px}.w-min-51{min-width:408px}.w-max-51{max-width:408px}.w-52{width:416px}.w-min-52{min-width:416px}.w-max-52{max-width:416px}.w-53{width:424px}.w-min-53{min-width:424px}.w-max-53{max-width:424px}.w-54{width:432px}.w-min-54{min-width:432px}.w-max-54{max-width:432px}.w-55{width:440px}.w-min-55{min-width:440px}.w-max-55{max-width:440px}.w-56{width:448px}.w-min-56{min-width:448px}.w-max-56{max-width:448px}.w-57{width:456px}.w-min-57{min-width:456px}.w-max-57{max-width:456px}.w-58{width:464px}.w-min-58{min-width:464px}.w-max-58{max-width:464px}.w-59{width:472px}.w-min-59{min-width:472px}.w-max-59{max-width:472px}.w-60{width:480px}.w-min-60{min-width:480px}.w-max-60{max-width:480px}.w-61{width:488px}.w-min-61{min-width:488px}.w-max-61{max-width:488px}.w-62{width:496px}.w-min-62{min-width:496px}.w-max-62{max-width:496px}.w-63{width:504px}.w-min-63{min-width:504px}.w-max-63{max-width:504px}.w-64{width:512px}.w-min-64{min-width:512px}.w-max-64{max-width:512px}.w-65{width:520px}.w-min-65{min-width:520px}.w-max-65{max-width:520px}.w-66{width:528px}.w-min-66{min-width:528px}.w-max-66{max-width:528px}.w-67{width:536px}.w-min-67{min-width:536px}.w-max-67{max-width:536px}.w-68{width:544px}.w-min-68{min-width:544px}.w-max-68{max-width:544px}.w-69{width:552px}.w-min-69{min-width:552px}.w-max-69{max-width:552px}.w-70{width:560px}.w-min-70{min-width:560px}.w-max-70{max-width:560px}.w-71{width:568px}.w-min-71{min-width:568px}.w-max-71{max-width:568px}.w-72{width:576px}.w-min-72{min-width:576px}.w-max-72{max-width:576px}.w-73{width:584px}.w-min-73{min-width:584px}.w-max-73{max-width:584px}.w-74{width:592px}.w-min-74{min-width:592px}.w-max-74{max-width:592px}.w-75{width:600px}.w-min-75{min-width:600px}.w-max-75{max-width:600px}.w-76{width:608px}.w-min-76{min-width:608px}.w-max-76{max-width:608px}.w-77{width:616px}.w-min-77{min-width:616px}.w-max-77{max-width:616px}.w-78{width:624px}.w-min-78{min-width:624px}.w-max-78{max-width:624px}.w-79{width:632px}.w-min-79{min-width:632px}.w-max-79{max-width:632px}.w-80{width:640px}.w-min-80{min-width:640px}.w-max-80{max-width:640px}.w-81{width:648px}.w-min-81{min-width:648px}.w-max-81{max-width:648px}.w-82{width:656px}.w-min-82{min-width:656px}.w-max-82{max-width:656px}.w-83{width:664px}.w-min-83{min-width:664px}.w-max-83{max-width:664px}.w-84{width:672px}.w-min-84{min-width:672px}.w-max-84{max-width:672px}.w-85{width:680px}.w-min-85{min-width:680px}.w-max-85{max-width:680px}.w-86{width:688px}.w-min-86{min-width:688px}.w-max-86{max-width:688px}.w-87{width:696px}.w-min-87{min-width:696px}.w-max-87{max-width:696px}.w-88{width:704px}.w-min-88{min-width:704px}.w-max-88{max-width:704px}.w-89{width:712px}.w-min-89{min-width:712px}.w-max-89{max-width:712px}.w-90{width:720px}.w-min-90{min-width:720px}.w-max-90{max-width:720px}.w-91{width:728px}.w-min-91{min-width:728px}.w-max-91{max-width:728px}.w-92{width:736px}.w-min-92{min-width:736px}.w-max-92{max-width:736px}.w-93{width:744px}.w-min-93{min-width:744px}.w-max-93{max-width:744px}.w-94{width:752px}.w-min-94{min-width:752px}.w-max-94{max-width:752px}.w-95{width:760px}.w-min-95{min-width:760px}.w-max-95{max-width:760px}.w-96{width:768px}.w-min-96{min-width:768px}.w-max-96{max-width:768px}.w-97{width:776px}.w-min-97{min-width:776px}.w-max-97{max-width:776px}.w-98{width:784px}.w-min-98{min-width:784px}.w-max-98{max-width:784px}.w-99{width:792px}.w-min-99{min-width:792px}.w-max-99{max-width:792px}.w-100{width:800px}.w-min-100{min-width:800px}.w-max-100{max-width:800px}.h-full{height:100%}.h-screen{height:100vh}.h-screen-i{height:100vh!important}.h-1{height:8px}.h-min-1{min-height:8px}.h-max-1{max-height:8px}.h-2{height:16px}.h-min-2{min-height:16px}.h-max-2{max-height:16px}.h-3{height:24px}.h-min-3{min-height:24px}.h-max-3{max-height:24px}.h-4{height:32px}.h-min-4{min-height:32px}.h-max-4{max-height:32px}.h-5{height:40px}.h-min-5{min-height:40px}.h-max-5{max-height:40px}.h-6{height:48px}.h-min-6{min-height:48px}.h-max-6{max-height:48px}.h-7{height:56px}.h-min-7{min-height:56px}.h-max-7{max-height:56px}.h-8{height:64px}.h-min-8{min-height:64px}.h-max-8{max-height:64px}.h-9{height:72px}.h-min-9{min-height:72px}.h-max-9{max-height:72px}.h-10{height:80px}.h-min-10{min-height:80px}.h-max-10{max-height:80px}.h-11{height:88px}.h-min-11{min-height:88px}.h-max-11{max-height:88px}.h-12{height:96px}.h-min-12{min-height:96px}.h-max-12{max-height:96px}.h-13{height:104px}.h-min-13{min-height:104px}.h-max-13{max-height:104px}.h-14{height:112px}.h-min-14{min-height:112px}.h-max-14{max-height:112px}.h-15{height:120px}.h-min-15{min-height:120px}.h-max-15{max-height:120px}.h-16{height:128px}.h-min-16{min-height:128px}.h-max-16{max-height:128px}.h-17{height:136px}.h-min-17{min-height:136px}.h-max-17{max-height:136px}.h-18{height:144px}.h-min-18{min-height:144px}.h-max-18{max-height:144px}.h-19{height:152px}.h-min-19{min-height:152px}.h-max-19{max-height:152px}.h-20{height:160px}.h-min-20{min-height:160px}.h-max-20{max-height:160px}.h-21{height:168px}.h-min-21{min-height:168px}.h-max-21{max-height:168px}.h-22{height:176px}.h-min-22{min-height:176px}.h-max-22{max-height:176px}.h-23{height:184px}.h-min-23{min-height:184px}.h-max-23{max-height:184px}.h-24{height:192px}.h-min-24{min-height:192px}.h-max-24{max-height:192px}.h-25{height:200px}.h-min-25{min-height:200px}.h-max-25{max-height:200px}.h-26{height:208px}.h-min-26{min-height:208px}.h-max-26{max-height:208px}.h-27{height:216px}.h-min-27{min-height:216px}.h-max-27{max-height:216px}.h-28{height:224px}.h-min-28{min-height:224px}.h-max-28{max-height:224px}.h-29{height:232px}.h-min-29{min-height:232px}.h-max-29{max-height:232px}.h-30{height:240px}.h-min-30{min-height:240px}.h-max-30{max-height:240px}.h-31{height:248px}.h-min-31{min-height:248px}.h-max-31{max-height:248px}.h-32{height:256px}.h-min-32{min-height:256px}.h-max-32{max-height:256px}.h-33{height:264px}.h-min-33{min-height:264px}.h-max-33{max-height:264px}.h-34{height:272px}.h-min-34{min-height:272px}.h-max-34{max-height:272px}.h-35{height:280px}.h-min-35{min-height:280px}.h-max-35{max-height:280px}.h-36{height:288px}.h-min-36{min-height:288px}.h-max-36{max-height:288px}.h-37{height:296px}.h-min-37{min-height:296px}.h-max-37{max-height:296px}.h-38{height:304px}.h-min-38{min-height:304px}.h-max-38{max-height:304px}.h-39{height:312px}.h-min-39{min-height:312px}.h-max-39{max-height:312px}.h-40{height:320px}.h-min-40{min-height:320px}.h-max-40{max-height:320px}.h-41{height:328px}.h-min-41{min-height:328px}.h-max-41{max-height:328px}.h-42{height:336px}.h-min-42{min-height:336px}.h-max-42{max-height:336px}.h-43{height:344px}.h-min-43{min-height:344px}.h-max-43{max-height:344px}.h-44{height:352px}.h-min-44{min-height:352px}.h-max-44{max-height:352px}.h-45{height:360px}.h-min-45{min-height:360px}.h-max-45{max-height:360px}.h-46{height:368px}.h-min-46{min-height:368px}.h-max-46{max-height:368px}.h-47{height:376px}.h-min-47{min-height:376px}.h-max-47{max-height:376px}.h-48{height:384px}.h-min-48{min-height:384px}.h-max-48{max-height:384px}.h-49{height:392px}.h-min-49{min-height:392px}.h-max-49{max-height:392px}.h-50{height:400px}.h-min-50{min-height:400px}.h-max-50{max-height:400px}.h-51{height:408px}.h-min-51{min-height:408px}.h-max-51{max-height:408px}.h-52{height:416px}.h-min-52{min-height:416px}.h-max-52{max-height:416px}.h-53{height:424px}.h-min-53{min-height:424px}.h-max-53{max-height:424px}.h-54{height:432px}.h-min-54{min-height:432px}.h-max-54{max-height:432px}.h-55{height:440px}.h-min-55{min-height:440px}.h-max-55{max-height:440px}.h-56{height:448px}.h-min-56{min-height:448px}.h-max-56{max-height:448px}.h-57{height:456px}.h-min-57{min-height:456px}.h-max-57{max-height:456px}.h-58{height:464px}.h-min-58{min-height:464px}.h-max-58{max-height:464px}.h-59{height:472px}.h-min-59{min-height:472px}.h-max-59{max-height:472px}.h-60{height:480px}.h-min-60{min-height:480px}.h-max-60{max-height:480px}.h-61{height:488px}.h-min-61{min-height:488px}.h-max-61{max-height:488px}.h-62{height:496px}.h-min-62{min-height:496px}.h-max-62{max-height:496px}.h-63{height:504px}.h-min-63{min-height:504px}.h-max-63{max-height:504px}.h-64{height:512px}.h-min-64{min-height:512px}.h-max-64{max-height:512px}.h-65{height:520px}.h-min-65{min-height:520px}.h-max-65{max-height:520px}.h-66{height:528px}.h-min-66{min-height:528px}.h-max-66{max-height:528px}.h-67{height:536px}.h-min-67{min-height:536px}.h-max-67{max-height:536px}.h-68{height:544px}.h-min-68{min-height:544px}.h-max-68{max-height:544px}.h-69{height:552px}.h-min-69{min-height:552px}.h-max-69{max-height:552px}.h-70{height:560px}.h-min-70{min-height:560px}.h-max-70{max-height:560px}.h-71{height:568px}.h-min-71{min-height:568px}.h-max-71{max-height:568px}.h-72{height:576px}.h-min-72{min-height:576px}.h-max-72{max-height:576px}.h-73{height:584px}.h-min-73{min-height:584px}.h-max-73{max-height:584px}.h-74{height:592px}.h-min-74{min-height:592px}.h-max-74{max-height:592px}.h-75{height:600px}.h-min-75{min-height:600px}.h-max-75{max-height:600px}.h-76{height:608px}.h-min-76{min-height:608px}.h-max-76{max-height:608px}.h-77{height:616px}.h-min-77{min-height:616px}.h-max-77{max-height:616px}.h-78{height:624px}.h-min-78{min-height:624px}.h-max-78{max-height:624px}.h-79{height:632px}.h-min-79{min-height:632px}.h-max-79{max-height:632px}.h-80{height:640px}.h-min-80{min-height:640px}.h-max-80{max-height:640px}.h-81{height:648px}.h-min-81{min-height:648px}.h-max-81{max-height:648px}.h-82{height:656px}.h-min-82{min-height:656px}.h-max-82{max-height:656px}.h-83{height:664px}.h-min-83{min-height:664px}.h-max-83{max-height:664px}.h-84{height:672px}.h-min-84{min-height:672px}.h-max-84{max-height:672px}.h-85{height:680px}.h-min-85{min-height:680px}.h-max-85{max-height:680px}.h-86{height:688px}.h-min-86{min-height:688px}.h-max-86{max-height:688px}.h-87{height:696px}.h-min-87{min-height:696px}.h-max-87{max-height:696px}.h-88{height:704px}.h-min-88{min-height:704px}.h-max-88{max-height:704px}.h-89{height:712px}.h-min-89{min-height:712px}.h-max-89{max-height:712px}.h-90{height:720px}.h-min-90{min-height:720px}.h-max-90{max-height:720px}.h-91{height:728px}.h-min-91{min-height:728px}.h-max-91{max-height:728px}.h-92{height:736px}.h-min-92{min-height:736px}.h-max-92{max-height:736px}.h-93{height:744px}.h-min-93{min-height:744px}.h-max-93{max-height:744px}.h-94{height:752px}.h-min-94{min-height:752px}.h-max-94{max-height:752px}.h-95{height:760px}.h-min-95{min-height:760px}.h-max-95{max-height:760px}.h-96{height:768px}.h-min-96{min-height:768px}.h-max-96{max-height:768px}.h-97{height:776px}.h-min-97{min-height:776px}.h-max-97{max-height:776px}.h-98{height:784px}.h-min-98{min-height:784px}.h-max-98{max-height:784px}.h-99{height:792px}.h-min-99{min-height:792px}.h-max-99{max-height:792px}.h-100{height:800px}.h-min-100{min-height:800px}.h-max-100{max-height:800px}.position-static{position:static}.position-fixed{position:fixed}.position-absolute{position:absolute}.position-relative{position:relative}.position-sticky{position:sticky}.position-top-0{top:0}.position-bottom-0{bottom:0}.position-left-0{left:0}.position-right-0{right:0}.position-top-1{top:4px}.position-bottom-1{bottom:4px}.position-left-1{left:4px}.position-right-1{right:4px}.position-top-2{top:8px}.position-bottom-2{bottom:8px}.position-left-2{left:8px}.position-right-2{right:8px}.position-top-3{top:12px}.position-bottom-3{bottom:12px}.position-left-3{left:12px}.position-right-3{right:12px}.position-top-4{top:16px}.position-bottom-4{bottom:16px}.position-left-4{left:16px}.position-right-4{right:16px}.position-top-5{top:20px}.position-bottom-5{bottom:20px}.position-left-5{left:20px}.position-right-5{right:20px}.position-top-6{top:24px}.position-bottom-6{bottom:24px}.position-left-6{left:24px}.position-right-6{right:24px}.position-top-7{top:28px}.position-bottom-7{bottom:28px}.position-left-7{left:28px}.position-right-7{right:28px}.position-top-8{top:32px}.position-bottom-8{bottom:32px}.position-left-8{left:32px}.position-right-8{right:32px}.position-top-9{top:36px}.position-bottom-9{bottom:36px}.position-left-9{left:36px}.position-right-9{right:36px}.position-top-10{top:40px}.position-bottom-10{bottom:40px}.position-left-10{left:40px}.position-right-10{right:40px}.position-top-11{top:44px}.position-bottom-11{bottom:44px}.position-left-11{left:44px}.position-right-11{right:44px}.position-top-12{top:48px}.position-bottom-12{bottom:48px}.position-left-12{left:48px}.position-right-12{right:48px}.position-top-13{top:52px}.position-bottom-13{bottom:52px}.position-left-13{left:52px}.position-right-13{right:52px}.position-top-14{top:56px}.position-bottom-14{bottom:56px}.position-left-14{left:56px}.position-right-14{right:56px}.position-top-15{top:60px}.position-bottom-15{bottom:60px}.position-left-15{left:60px}.position-right-15{right:60px}.position-top-16{top:64px}.position-bottom-16{bottom:64px}.position-left-16{left:64px}.position-right-16{right:64px}.position-top-17{top:68px}.position-bottom-17{bottom:68px}.position-left-17{left:68px}.position-right-17{right:68px}.position-top-18{top:72px}.position-bottom-18{bottom:72px}.position-left-18{left:72px}.position-right-18{right:72px}.position-top-19{top:76px}.position-bottom-19{bottom:76px}.position-left-19{left:76px}.position-right-19{right:76px}.position-top-20{top:80px}.position-bottom-20{bottom:80px}.position-left-20{left:80px}.position-right-20{right:80px}.position-top-21{top:84px}.position-bottom-21{bottom:84px}.position-left-21{left:84px}.position-right-21{right:84px}.position-top-22{top:88px}.position-bottom-22{bottom:88px}.position-left-22{left:88px}.position-right-22{right:88px}.position-top-23{top:92px}.position-bottom-23{bottom:92px}.position-left-23{left:92px}.position-right-23{right:92px}.position-top-24{top:96px}.position-bottom-24{bottom:96px}.position-left-24{left:96px}.position-right-24{right:96px}.position-top-25{top:100px}.position-bottom-25{bottom:100px}.position-left-25{left:100px}.position-right-25{right:100px}.position-top-26{top:104px}.position-bottom-26{bottom:104px}.position-left-26{left:104px}.position-right-26{right:104px}.position-top-27{top:108px}.position-bottom-27{bottom:108px}.position-left-27{left:108px}.position-right-27{right:108px}.position-top-28{top:112px}.position-bottom-28{bottom:112px}.position-left-28{left:112px}.position-right-28{right:112px}.position-top-29{top:116px}.position-bottom-29{bottom:116px}.position-left-29{left:116px}.position-right-29{right:116px}.position-top-30{top:120px}.position-bottom-30{bottom:120px}.position-left-30{left:120px}.position-right-30{right:120px}.position-top-31{top:124px}.position-bottom-31{bottom:124px}.position-left-31{left:124px}.position-right-31{right:124px}.position-top-32{top:128px}.position-bottom-32{bottom:128px}.position-left-32{left:128px}.position-right-32{right:128px}.position-top-33{top:132px}.position-bottom-33{bottom:132px}.position-left-33{left:132px}.position-right-33{right:132px}.position-top-34{top:136px}.position-bottom-34{bottom:136px}.position-left-34{left:136px}.position-right-34{right:136px}.position-top-35{top:140px}.position-bottom-35{bottom:140px}.position-left-35{left:140px}.position-right-35{right:140px}.position-top-36{top:144px}.position-bottom-36{bottom:144px}.position-left-36{left:144px}.position-right-36{right:144px}.position-top-37{top:148px}.position-bottom-37{bottom:148px}.position-left-37{left:148px}.position-right-37{right:148px}.position-top-38{top:152px}.position-bottom-38{bottom:152px}.position-left-38{left:152px}.position-right-38{right:152px}.position-top-39{top:156px}.position-bottom-39{bottom:156px}.position-left-39{left:156px}.position-right-39{right:156px}.position-top-40{top:160px}.position-bottom-40{bottom:160px}.position-left-40{left:160px}.position-right-40{right:160px}.position-top-41{top:164px}.position-bottom-41{bottom:164px}.position-left-41{left:164px}.position-right-41{right:164px}.position-top-42{top:168px}.position-bottom-42{bottom:168px}.position-left-42{left:168px}.position-right-42{right:168px}.position-top-43{top:172px}.position-bottom-43{bottom:172px}.position-left-43{left:172px}.position-right-43{right:172px}.position-top-44{top:176px}.position-bottom-44{bottom:176px}.position-left-44{left:176px}.position-right-44{right:176px}.position-top-45{top:180px}.position-bottom-45{bottom:180px}.position-left-45{left:180px}.position-right-45{right:180px}.position-top-46{top:184px}.position-bottom-46{bottom:184px}.position-left-46{left:184px}.position-right-46{right:184px}.position-top-47{top:188px}.position-bottom-47{bottom:188px}.position-left-47{left:188px}.position-right-47{right:188px}.position-top-48{top:192px}.position-bottom-48{bottom:192px}.position-left-48{left:192px}.position-right-48{right:192px}.position-top-49{top:196px}.position-bottom-49{bottom:196px}.position-left-49{left:196px}.position-right-49{right:196px}.position-top-50{top:200px}.position-bottom-50{bottom:200px}.position-left-50{left:200px}.position-right-50{right:200px}.position-top-51{top:204px}.position-bottom-51{bottom:204px}.position-left-51{left:204px}.position-right-51{right:204px}.position-top-52{top:208px}.position-bottom-52{bottom:208px}.position-left-52{left:208px}.position-right-52{right:208px}.position-top-53{top:212px}.position-bottom-53{bottom:212px}.position-left-53{left:212px}.position-right-53{right:212px}.position-top-54{top:216px}.position-bottom-54{bottom:216px}.position-left-54{left:216px}.position-right-54{right:216px}.position-top-55{top:220px}.position-bottom-55{bottom:220px}.position-left-55{left:220px}.position-right-55{right:220px}.position-top-56{top:224px}.position-bottom-56{bottom:224px}.position-left-56{left:224px}.position-right-56{right:224px}.position-top-57{top:228px}.position-bottom-57{bottom:228px}.position-left-57{left:228px}.position-right-57{right:228px}.position-top-58{top:232px}.position-bottom-58{bottom:232px}.position-left-58{left:232px}.position-right-58{right:232px}.position-top-59{top:236px}.position-bottom-59{bottom:236px}.position-left-59{left:236px}.position-right-59{right:236px}.position-top-60{top:240px}.position-bottom-60{bottom:240px}.position-left-60{left:240px}.position-right-60{right:240px}.position-top-61{top:244px}.position-bottom-61{bottom:244px}.position-left-61{left:244px}.position-right-61{right:244px}.position-top-62{top:248px}.position-bottom-62{bottom:248px}.position-left-62{left:248px}.position-right-62{right:248px}.position-top-63{top:252px}.position-bottom-63{bottom:252px}.position-left-63{left:252px}.position-right-63{right:252px}.position-top-64{top:256px}.position-bottom-64{bottom:256px}.position-left-64{left:256px}.position-right-64{right:256px}.position-top-65{top:260px}.position-bottom-65{bottom:260px}.position-left-65{left:260px}.position-right-65{right:260px}.position-top-66{top:264px}.position-bottom-66{bottom:264px}.position-left-66{left:264px}.position-right-66{right:264px}.position-top-67{top:268px}.position-bottom-67{bottom:268px}.position-left-67{left:268px}.position-right-67{right:268px}.position-top-68{top:272px}.position-bottom-68{bottom:272px}.position-left-68{left:272px}.position-right-68{right:272px}.position-top-69{top:276px}.position-bottom-69{bottom:276px}.position-left-69{left:276px}.position-right-69{right:276px}.position-top-70{top:280px}.position-bottom-70{bottom:280px}.position-left-70{left:280px}.position-right-70{right:280px}.position-top-71{top:284px}.position-bottom-71{bottom:284px}.position-left-71{left:284px}.position-right-71{right:284px}.position-top-72{top:288px}.position-bottom-72{bottom:288px}.position-left-72{left:288px}.position-right-72{right:288px}.position-top-73{top:292px}.position-bottom-73{bottom:292px}.position-left-73{left:292px}.position-right-73{right:292px}.position-top-74{top:296px}.position-bottom-74{bottom:296px}.position-left-74{left:296px}.position-right-74{right:296px}.position-top-75{top:300px}.position-bottom-75{bottom:300px}.position-left-75{left:300px}.position-right-75{right:300px}.position-top-76{top:304px}.position-bottom-76{bottom:304px}.position-left-76{left:304px}.position-right-76{right:304px}.position-top-77{top:308px}.position-bottom-77{bottom:308px}.position-left-77{left:308px}.position-right-77{right:308px}.position-top-78{top:312px}.position-bottom-78{bottom:312px}.position-left-78{left:312px}.position-right-78{right:312px}.position-top-79{top:316px}.position-bottom-79{bottom:316px}.position-left-79{left:316px}.position-right-79{right:316px}.position-top-80{top:320px}.position-bottom-80{bottom:320px}.position-left-80{left:320px}.position-right-80{right:320px}.position-top-81{top:324px}.position-bottom-81{bottom:324px}.position-left-81{left:324px}.position-right-81{right:324px}.position-top-82{top:328px}.position-bottom-82{bottom:328px}.position-left-82{left:328px}.position-right-82{right:328px}.position-top-83{top:332px}.position-bottom-83{bottom:332px}.position-left-83{left:332px}.position-right-83{right:332px}.position-top-84{top:336px}.position-bottom-84{bottom:336px}.position-left-84{left:336px}.position-right-84{right:336px}.position-top-85{top:340px}.position-bottom-85{bottom:340px}.position-left-85{left:340px}.position-right-85{right:340px}.position-top-86{top:344px}.position-bottom-86{bottom:344px}.position-left-86{left:344px}.position-right-86{right:344px}.position-top-87{top:348px}.position-bottom-87{bottom:348px}.position-left-87{left:348px}.position-right-87{right:348px}.position-top-88{top:352px}.position-bottom-88{bottom:352px}.position-left-88{left:352px}.position-right-88{right:352px}.position-top-89{top:356px}.position-bottom-89{bottom:356px}.position-left-89{left:356px}.position-right-89{right:356px}.position-top-90{top:360px}.position-bottom-90{bottom:360px}.position-left-90{left:360px}.position-right-90{right:360px}.position-top-91{top:364px}.position-bottom-91{bottom:364px}.position-left-91{left:364px}.position-right-91{right:364px}.position-top-92{top:368px}.position-bottom-92{bottom:368px}.position-left-92{left:368px}.position-right-92{right:368px}.position-top-93{top:372px}.position-bottom-93{bottom:372px}.position-left-93{left:372px}.position-right-93{right:372px}.position-top-94{top:376px}.position-bottom-94{bottom:376px}.position-left-94{left:376px}.position-right-94{right:376px}.position-top-95{top:380px}.position-bottom-95{bottom:380px}.position-left-95{left:380px}.position-right-95{right:380px}.position-top-96{top:384px}.position-bottom-96{bottom:384px}.position-left-96{left:384px}.position-right-96{right:384px}.position-top-97{top:388px}.position-bottom-97{bottom:388px}.position-left-97{left:388px}.position-right-97{right:388px}.position-top-98{top:392px}.position-bottom-98{bottom:392px}.position-left-98{left:392px}.position-right-98{right:392px}.position-top-99{top:396px}.position-bottom-99{bottom:396px}.position-left-99{left:396px}.position-right-99{right:396px}.position-top-100{top:400px}.position-bottom-100{bottom:400px}.position-left-100{left:400px}.position-right-100{right:400px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}html{font-size:14px;font-weight:300}body{margin:0;color:var(--text-11);background-color:var(--background);font-family:Inter,sans-serif;font-size:14px;font-weight:300}body ::-webkit-scrollbar{position:relative;width:6px;height:6px}body ::-webkit-scrollbar-thumb{border-radius:1rem;background:var(--surface)}.three-dot-1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.three-dot-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.three-dot-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.three-dot-4{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.three-dot-5{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
