@charset "UTF-8";.btn{display:inline-block;cursor:pointer;border:none;text-decoration:none;transition:all .15s ease-in-out;font-family:var(--font-family-secondary);padding:.5rem 1rem;border-radius:10px;box-sizing:content-box;font-size:18px}.throd-icon{animation-name:throb;animation-duration:.9s;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-iteration-count:infinite;animation-fill-mode:none;animation-play-state:running;position:relative}.dd-button-arrow{position:absolute;cursor:pointer;width:40px;height:40px;border-radius:20px;box-shadow:0 0 10px 0 var(--silver);border:none;color:var(--granateKind);background-color:var(--whiteKind);display:flex;align-items:center;justify-content:center;transition:1s}.dd-button-close{float:right;top:2rem;right:2rem;position:fixed;cursor:pointer;width:50px;height:50px;border-radius:25px;box-shadow:0 0 10px 0 var(--silver);border:none;background-color:var(--white);color:var(--granateKind);display:flex;align-items:center;justify-content:center;transition:1s;z-index:999}@media only screen and (max-width:602px){.dd-button-close{top:2rem;right:2rem}}@media only screen and (min-width:602px)and (max-width:1368px){.dd-button-close{top:2rem;right:2rem}}.btn-item{border-bottom:1px solid var(--whiteKind);background-color:transparent}.btn-item button{width:100%;text-decoration:none;cursor:pointer;user-select:none;-webkit-user-select:none;border:1px solid transparent}.li-content{padding:0;margin:0;font-size:small}.li-items{display:flex;align-items:center;justify-content:flex-start}.icon-flex{display:flex;align-items:center}.li-items-sidebar i{font-size:x-large;display:flex;align-items:center;justify-content:center}.li-items-sidebar span{font-size:medium;margin-left:1.2rem;flex-wrap:wrap}.arrowUp .iconArrowUp{display:block}.arrowUp .iconArrowDown,.arrowDown .iconArrowUp{display:none}.arrowDown .iconArrowDown{display:block}.btn{display:inline-block;cursor:pointer;border:none;text-decoration:none;transition:all .15s ease-in-out;padding:.5rem 1rem;border-radius:10px;box-sizing:content-box;font-size:18px;width:90%;transition:1s}.btn svg{vertical-align:middle;transition:all .15s ease-in-out}.btn.disabled{opacity:.5;cursor:not-allowed}.throd-icon{animation-name:throb;animation-duration:.9s;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-iteration-count:infinite;animation-fill-mode:none;animation-play-state:running;position:relative;text-align:center}@keyframes throb{0%{transform:scale(1)}to{transform:scale(.8)}}.box-shadow-1px{box-shadow:0 0 7px 1px var(--silver)}.dd-button-save{position:fixed;float:right;bottom:4rem;right:4rem;cursor:pointer;width:50px;height:50px;border-radius:25px;background-color:var(--yellowKind);color:var(--blackKind);box-shadow:0 0 15px 0 var(--blackKind);border:none;display:flex;align-items:center;justify-content:center;transition:1s;z-index:999}@media only screen and (max-width:602px){.dd-button-save{bottom:1rem;right:1rem}}@media only screen and (min-width:602px)and (max-width:1368px){.dd-button-save{bottom:1rem;right:1rem}}.cardFlow{width:240px;height:450px;border-radius:10px;box-shadow:0 0 7px 1px #c4c4c4;display:flex;flex-direction:column;cursor:pointer;transition:1s}.cardFlow_principal{height:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px 10px 0 0;padding:1rem}.cardFlow_principal__icon{width:100px;height:100px}.cardFlow_principal__title{font-size:18px;padding-top:1rem;font-weight:700;text-align:center}.cardFlow_secondary{height:50%;display:flex;align-items:center;justify-content:center;border-radius:0 0 10px 10px;padding:1rem;word-wrap:break-word}.cardFlow_secondary__description{font-size:14px;text-align:center}.cardFlow:hover{transform:scale(1.03);transition:1s}@media only screen and (max-width:768px){.cardFlow{width:100%;height:auto;border-radius:10px;box-shadow:0 0 7px 1px #c4c4c4;flex-direction:row;cursor:pointer;transition:1s}.cardFlow_principal{width:45%;height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px 0 0 10px;padding:1rem}.cardFlow_principal__icon{width:50px;height:50px}.cardFlow_principal__title{font-size:14px;padding-top:1rem;font-weight:700;text-align:center}.cardFlow_secondary{width:55%;height:200px;display:flex;align-items:center;justify-content:center;border-radius:0 10px 10px 0;padding:1rem}.cardFlow_secondary__description{font-size:12px;text-align:center;overflow:hidden;text-overflow:Ellipsis}}@media only screen and (min-width:768px)and (max-width:992px){.cardFlow{width:100%;height:auto;border-radius:10px;box-shadow:0 0 7px 1px #c4c4c4;flex-direction:row;cursor:pointer;transition:1s}.cardFlow_principal{width:45%;height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px 0 0 10px;padding:1rem}.cardFlow_principal__icon{width:50px;height:50px}.cardFlow_principal__title{font-size:14px;padding-top:1rem;font-weight:700;text-align:center}.cardFlow_secondary{width:55%;height:160px;display:flex;align-items:center;justify-content:center;border-radius:0 10px 10px 0;padding:1rem}.cardFlow_secondary__description{font-size:12px;text-align:center}}.checkbox{width:100%;display:flex;align-items:center;justify-content:left}.checkbox_label{line-height:1.1;gap:1em;padding-left:1rem;padding-right:1rem}.checkbox_label__input{border:.2em solid #df1e44;border-radius:3px;background-color:var(--whiteKind)}.checkbox_label__text{font-size:16px;font-weight:700;text-align:left}.checkbox .input-checkbox:focus-within{color:#0f0f0f;font-weight:700}.checkbox input[type=checkbox]{-webkit-appearance:none;appearance:none;margin:0;color:#fff;width:24px;height:24px;transform:translateY(-.075em);display:grid;place-content:center;transform:scale(0);transition:.12s transform ease-in-out;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.3399%2014.9307L18.0296%204.58086C18.3547%204.19362%2018.7685%204%2019.2709%204C19.7734%204%2020.1872%204.19362%2020.5123%204.58086C20.8374%204.9681%2021%205.46094%2021%206.0594C21%206.65786%2020.8374%207.15071%2020.5123%207.53795L10.5813%2019.3663C10.2266%2019.7888%209.81281%2020%209.3399%2020C8.86699%2020%208.4532%2019.7888%208.09852%2019.3663L3.48768%2013.8746C3.16256%2013.4873%203%2012.9945%203%2012.396C3%2011.7976%203.16256%2011.3047%203.48768%2010.9175C3.81281%2010.5303%204.2266%2010.3366%204.72906%2010.3366C5.23153%2010.3366%205.64532%2010.5303%205.97044%2010.9175L9.3399%2014.9307Z'%20fill='%23DF1E44'/%3e%3c/svg%3e")}.checkbox input:checked[type=checkbox]{transform:scale(1)}.ComboBox-flex-column{display:flex;align-items:flex-start;gap:.5rem;flex-direction:column;text-transform:capitalize;user-select:none}.ComboBox-flex-column label{font-size:small;text-transform:capitalize;margin-left:.5rem}.ComboBox-flex-column input{width:100%;height:45px!important;border:1px solid #d9d9d9;border-radius:5px;margin:4px 0;outline:none;padding:8px;box-sizing:border-box;transition:.3s;background:#d9d9d954}.ComboBox{width:100%;position:relative}.ComboBox__toggle{width:100%;border:0;outline:0;background-color:transparent;position:relative;cursor:pointer}.ComboBox__toggle-badge{display:flex;align-items:center;justify-content:center;position:absolute;top:-12px;right:-10px;height:25px!important;width:25px;border-radius:50%;background-color:#747272;color:#fff;font-size:small}.ComboBox__content{position:absolute;box-shadow:#959da533 0 8px 24px;transform-origin:top right;transform:scale(1);transition:transform .3s ease 0s}.ComboBox__content.active{transform:scale(1)}.ComboBox__content-table{top:calc(100% - 16px);right:17px;width:150px;background-color:#fff;border-radius:15px;color:#0f0f0f}.ComboBox-input{width:100%;cursor:pointer;padding:.6em 2em .6em .8em;outline:0;border:0;text-align:start}.ComboBox-input-intro{width:calc(100% - 1rem);cursor:pointer;padding:.2em 2em .2em .8em;margin:.5rem;outline:0;border:0;text-align:start}.ComboBox-Collapse{border:1px solid #c4c4c4;background-color:transparent;border-radius:8px;text-transform:capitalize;transition:all .25s ease;color:#747272;font-size:small;position:relative;font-weight:400}.ComboBox-Collapse::-ms-expand{display:none;background-color:transparent}.ComboBox-Collapse:hover{border:1px solid #747272;color:#747272}.ComboBox-Collapse-Search{border:1px solid #1e8b90;background-color:transparent;border-radius:8px;text-transform:capitalize;transition:all .25s ease;color:#1e8b90;font-size:small;position:relative;font-weight:400}.ComboBox-Collapse-Search::placeholder{color:#1e8b90}.ComboBox-Collapse-Search::-ms-expand{display:none;background-color:transparent}.ComboBox-Collapse-Search:hover{border:1px solid #1e8b90;color:#1e8b90;box-shadow:#5f9ece4d 0 1px 2px,#5f9ece4d 0 0 2px 1px}.ComboBox-UnCollapse{border-radius:8px 8px 0 0!important}.ComboBox-iconArrow{position:absolute;font-size:1.5rem!important;right:.5rem;top:calc(50% - .7rem);display:block;transition:all .25s ease;color:#747272!important}.ComboBox-iconClear{position:absolute;font-size:1.5rem!important;right:1.4rem;top:calc(50% - .9rem);display:block;transition:all .25s ease;color:#1e8b90!important}.ComboBox__content-listgroup{width:100%;overflow:overlay;border:1px solid #747272;font-size:1.5rem!important;border-radius:0 0 8px 8px;top:calc(100% + -0rem)!important;z-index:1000;background-color:#fff}.list-group-combobox{min-height:100%!important;max-height:105px!important}.error{text-align:left;width:100%;margin:.01rem 0 0;font-size:small;color:#df1e44}.btnItem{background-color:#fff;text-align:left;width:100%;border:0;height:45px!important;cursor:pointer}.btnItem:hover{background-color:#d9d9d9;color:#0f0f0f}.comboBoxMultiple{width:100%;display:flex;flex-direction:column}.comboBoxMultiple_label{font-family:var(--font-family-primary)}.comboBoxMultiple_content{width:100%;position:relative}.comboBoxMultiple_content__toggle{width:100%;border:0;outline:0;position:relative;cursor:pointer;box-sizing:border-box;user-select:none;border:2px solid var(--granateKind);background-color:transparent;border-radius:20px;padding:1rem .5rem;color:var(--blackKind)}@media screen and (max-width:768px){.comboBoxMultiple_content__toggle{font-size:small}}.comboBoxMultiple_content__options{display:flex;flex-wrap:wrap;gap:.5rem;overflow:auto;min-height:100%;max-height:110px}.comboBoxMultiple_listgroup{padding:.5rem 0}.comboBoxMultiple_listgroup__container{width:100%;box-sizing:border-box;position:absolute;background-color:var(--white);border:2px solid var(--orangeKind);padding:.5rem;border-radius:10px;margin-top:.5rem}.comboBoxMultiple_listgroup__inputSearch{position:sticky;top:0;width:-webkit-fill-available;outline:0;border:0;border-bottom:2px solid var(--granateKind);background-color:transparent;text-transform:none;position:relative;transition:all .25s ease;color:var(--blackKind);z-index:5;font-size:medium;padding:.5rem}.comboBoxMultiple_listgroup__inputSearch:hover{border-bottom:2px solid var(--granateKind);color:var(--granateKind)}.comboBoxMultiple_listgroup__inputSearch:focus{border-bottom:2px solid var(--granateKind);color:var(--granateKind)}.comboBoxMultiple_listgroup__inputSearch::placeholder{font-size:medium;color:var(--gray)}@media screen and (max-width:768px){.comboBoxMultiple_listgroup__inputSearch{font-size:small}.comboBoxMultiple_listgroup__inputSearch::placeholder{font-size:small}}.list-group{width:100%;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;min-height:100%;max-height:130px;overflow:auto}.list-group_options{font-family:var(--font-family-primary);text-align:left;padding:.2rem .5rem;font-size:medium}@media screen and (max-width:768px){.list-group_options{font-size:small}}.list-selected-option{width:max-content;border:2px solid var(--granateKind);display:flex;align-items:center;gap:.5rem;padding:.2rem .5rem;color:var(--gray)}.dropdown{position:absolute;top:90px;right:50px;transition:all .3s ease;visibility:hidden;opacity:0}.dropdown.open{visibility:visible;opacity:1}.dropdown-content{background-color:#fff;border-radius:15px 0 15px 15px;box-shadow:#0000004d 0 0 10px;overflow:hidden}.dropdown-content:after{right:0;margin:auto;position:absolute;top:-20px;content:"";border-top:solid 0 transparent;border-left:solid 22px transparent;border-right:solid 0px transparent;border-bottom:solid 20px #fff;width:0;height:0}.dropdown-content .option{padding:0 1.5rem;cursor:pointer;text-decoration:none;display:block;text-align:center;font-size:1.1rem;font-weight:800;color:#0f0f0f}.dropdown-content .option:hover{background-color:#df1e44}.dropdown-content .option:hover .text{color:#fff}.dropdown-content .option .text{padding:.5rem 1rem;margin:0}.dropdown-content .option .text.border{border-bottom:1px solid #747272}.input-component{width:100%;display:flex;flex-direction:column}.input-component_label{text-align:left;text-transform:none;margin-bottom:.5rem}.input-component_container{position:relative}.input-component_input{width:-webkit-fill-available;outline:0;border:0;border:2px solid #df1e44;background-color:transparent;border-radius:10px;text-transform:none;position:relative;transition:all .25s ease;color:#0f0f0f;z-index:5;font-size:1.125em}.input-component_input:hover{border:2px solid #f26722;color:#df1e44}.input-component_input:focus{border:2px solid #f26722;color:#df1e44}.input-component_input::placeholder{color:#747272}@media screen and (max-width:768px){.input-component_input{font-size:1.075em}}@media screen and (max-width:350px){.input-component_input{font-size:1.025em}}.input-component_icon{position:absolute;font-size:x-large;right:0rem;top:calc(50% - .5rem);display:block;color:#0f0f0f;transition:all .25s ease;z-index:1}.input-component_error{width:100%;margin:.5rem 0 0;font-size:small;color:#df1e44}.input-file-img{display:flex;align-items:center;justify-content:center;gap:1rem;user-select:none}.input-file-img img{box-shadow:1px 1px 5px #373737b3;border-radius:10px;object-fit:contain;width:36px}.input-file-img button{height:50px}.inputMab{width:100%;display:flex;flex-direction:column;user-select:none;font-family:var(--font-family-primary)}.inputMab input{width:100%;height:45px;border:1px solid #d9d9d9;border-radius:5px;margin:8px 0;outline:none;padding:8px;box-sizing:border-box;transition:.3s;background:#d9d9d954}.inputMab input:focus{border-color:var(--cyanKindDark);box-shadow:0 0 8px 0 var(--cyanKindDark)}.inputMab .inputWithIcon{position:relative}.inputMab .inputWithIcon input{padding-left:40px}.inputMab .inputWithIcon .iLeft{position:absolute;width:20px;height:27px;left:0;top:8px;padding:9px 8px;transition:.3s;border-radius:5px 0 0 5px;z-index:1}.inputMab .inputWithIcon .iRight{position:absolute;right:0;width:20px;height:27px;top:8px;padding:9px 8px;transition:.3s;border-radius:0 5px 5px 0;z-index:1}.inputMab .inputWithIcon input:focus+i{color:#1e90ff}.inputMab .inputWithIcon.inputIconBg i{background-color:#aaa;color:#fff;padding:9px 4px;border-radius:4px 0 0 4px}.inputMab .inputWithIcon.inputIconBg input:focus+i{color:#fff;background-color:var(--yellowKind)}.inputMab_error{text-align:left;width:100%;margin:.01rem 0 0;font-size:small;color:var(--granateKind)}.list-group{width:100%;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;text-transform:capitalize}.dropdown-group-list{width:100%;background-color:var(--white);background-clip:padding-box;padding:.5rem 0;border-radius:10px;box-shadow:#959da533 0 8px 25px}.dropdown-group-list-item{position:relative;display:block;padding:.5rem .8rem;gap:.5rem;color:var(--blackKind);text-decoration:none;background-color:var(--white)}.dropdown-group-list-item .icon{font-size:1.3rem}.dropdown-group-list-item span{font-size:small}.dropdown-group-list-item:hover{color:var(--gray);font-weight:bolder}.dropdown-group-list-item.disabled,.dropdown-group-list-item:disabled{pointer-events:none;background-color:var(--silver);color:var(--silver);font-weight:bolder}.dropdown-group-list-item-filter.active{z-index:2;color:var(--white);background-color:var(--gray);font-weight:bolder}.dropdown-group-list-item+.dropdown-group-item{border-top-width:0}.dropdown-group-list-item+.dropdown-group-item.active{margin-top:-1px;border-top-width:1px}.collapse-selects{width:100%;overflow:overlay;border:1px solid var(--silver);border-radius:0 0 8px 8px}.collapse-selects-item{position:relative;display:block;padding:.5rem;gap:.5rem;color:var(--blackKind);text-decoration:none;background-color:var(--white);text-align:left}.collapse-selects-item .icon{font-size:large}.collapse-selects-item span{font-size:small}.collapse-selects-item:hover{background-color:var(--blueKind)}.collapse-selects-item.disabled,.collapse-selects-item:disabled{pointer-events:none;background-color:var(--silver);color:var(--silver)}.collapse-selects-item-filter.active{z-index:2;color:var(--white);background-color:var(--blueKind);border-color:var(--blueKind)}.collapse-selects-item+.collapse-selects-item{border-top-width:0}.collapse-selects-item+.collapse-selects-item.active{margin-top:-1px;border-top-width:1px}.collapse-select-absolute{position:absolute;z-index:10;background-color:var(--white)}.selected-item{position:relative;display:block;padding:.1rem 1rem .1rem .5rem;gap:.5rem;color:var(--silver);text-decoration:none;background-color:var(--white);user-select:none!important;-webkit-user-select:none!important}.selected-item-Role{position:relative;display:block;padding:.1rem 1rem .1rem .5rem;gap:.5rem;color:var(--silver);text-decoration:none;background-color:var(--white)}.selected-item:hover{background-color:var(--blueKind)}.selected-item.disabled,.selected-item:disabled{pointer-events:none;background-color:var(--silver);color:var(--silver)}.selected-item-filter.active{z-index:2;color:var(--white);background-color:var(--blueKind);border-color:var(--blueKind)}.selected-item+.selected-item{border-top-width:0}.selected-item+.selected-item.active{margin-top:-1px;border-top-width:1px}.collapse-sidebar{width:100%;background-color:transparent;font-weight:700}.collapse-sidebar-item{position:relative;display:block;padding:1rem 1.5rem;gap:.5rem;color:var(--blackKind);text-decoration:none;background-color:var(--blueKind);color:var(--white)}.collapse-sidebar-item .icon{font-size:large}.collapse-sidebar-item span{font-size:small;margin-left:1.5rem}.collapse-sidebar-item:hover{background-color:var(--granateKind);color:var(--white)}.collapse-sidebar-item.disabled,.collapse-sidebar-item:disabled{pointer-events:none;background-color:var(--silver);color:var(--silver)}.collapse-sidebar-item-filter.active{z-index:2;background-color:var(--granateKind);color:var(--white)}.collapse-sidebar-item+.collapse-sidebar-item{border-top-width:0}.collapse-sidebar-item+.collapse-sidebar-item.active{margin-top:-1px;border-top-width:1px}.uncollapse-sidebar{width:100%;background-color:transparent}.uncollapse-sidebar-item{height:4rem;width:100%;position:relative;display:block;padding:1rem 1.3rem;gap:.5rem;text-decoration:none;background-color:var(--gray);color:var(--white)}.uncollapse-sidebar-item .icon{font-size:x-large}.uncollapse-sidebar-item span{font-size:large}.uncollapse-sidebar-item:hover{background-color:var(--granateKind);color:var(--white)}.uncollapse-sidebar-item.disabled,.uncollapse-sidebar-item:disabled{pointer-events:none;background-color:var(--silver);color:var(--silver)}.uncollapse-sidebar-item-filter.active{z-index:2;background-color:var(--granateKind);color:var(--white)}.uncollapse-sidebar-item+.uncollapse-sidebar-item{border-top-width:0}.uncollapse-sidebar-item+.uncollapse-sidebar-item.active{margin-top:-1px;border-top-width:1px}.logo_text{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:0rem;text-align:start}.logo_text__title{width:100%}.logo_text__h1{text-align:center;margin:0!important;padding:0!important;font-size:35px}.logo_text__h2{text-align:center;margin:0!important;padding:0!important;font-size:50px}.logo_text__h3{border-radius:10px;text-align:center;color:var(--white);background-color:var(--granateKind);margin:0!important;font-size:medium;padding:.4rem 0;font-weight:700}.pagination{padding-top:1rem;display:flex;align-items:center;gap:1rem}.pagination p{font-size:medium}.pagination__btns{display:flex;gap:.5rem}.pagination__btn{border-radius:100%;width:20px;height:20px;border:2px solid var(--granateKind)}@media screen and (max-width:768px){.pagination{flex-direction:column-reverse;gap:.1rem;padding-top:.5rem}.pagination p{font-size:small}}.dd-posit{position:relative;background-color:var(--orangeKind);box-shadow:0 0 10px 0 var(--silver)}.dd-posit .observation{position:absolute;bottom:1rem;right:1rem;width:30px;height:30px;border-radius:15px;background-color:var(--orangeKind);cursor:pointer;z-index:99}/*!
* Bootstrap Grid v5.3.0-alpha1 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text: #0a58ca;--bs-secondary-text: #6c757d;--bs-success-text: #146c43;--bs-info-text: #087990;--bs-warning-text: #997404;--bs-danger-text: #b02a37;--bs-light-text: #6c757d;--bs-dark-text: #495057;--bs-primary-bg-subtle: #cfe2ff;--bs-secondary-bg-subtle: #f8f9fa;--bs-success-bg-subtle: #d1e7dd;--bs-info-bg-subtle: #cff4fc;--bs-warning-bg-subtle: #fff3cd;--bs-danger-bg-subtle: #f8d7da;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #9ec5fe;--bs-secondary-border-subtle: #e9ecef;--bs-success-border-subtle: #a3cfbb;--bs-info-border-subtle: #9eeaf9;--bs-warning-border-subtle: #ffe69c;--bs-danger-border-subtle: #f1aeb5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 33, 37, 41;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient( 180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0) );--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, .75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, .5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-link-color: #0d6efd;--bs-link-color-rgb: 13, 110, 253;--bs-link-decoration: underline;--bs-link-hover-color: #0a58ca;--bs-link-hover-color-rgb: 10, 88, 202;--bs-code-color: #d63384;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, .175);--bs-border-radius: .375rem;--bs-border-radius-sm: .25rem;--bs-border-radius-lg: .5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-2xl: 2rem;--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb), .15);--bs-box-shadow-sm: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075);--bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), .175);--bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), .075);--bs-emphasis-color: #000;--bs-form-control-bg: var(--bs-body-bg);--bs-form-control-disabled-bg: var(--bs-secondary-bg);--bs-highlight-bg: #fff3cd;--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}[data-bs-theme=dark]{--bs-body-color: #adb5bd;--bs-body-color-rgb: 173, 181, 189;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #f8f9fa;--bs-emphasis-color-rgb: 248, 249, 250;--bs-secondary-color: rgba(173, 181, 189, .75);--bs-secondary-color-rgb: 173, 181, 189;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(173, 181, 189, .5);--bs-tertiary-color-rgb: 173, 181, 189;--bs-tertiary-bg: #2b3035;--bs-tertiary-bg-rgb: 43, 48, 53;--bs-emphasis-color: #fff;--bs-primary-text: #6ea8fe;--bs-secondary-text: #dee2e6;--bs-success-text: #75b798;--bs-info-text: #6edff6;--bs-warning-text: #ffda6a;--bs-danger-text: #ea868f;--bs-light-text: #f8f9fa;--bs-dark-text: #dee2e6;--bs-primary-bg-subtle: #031633;--bs-secondary-bg-subtle: #212529;--bs-success-bg-subtle: #051b11;--bs-info-bg-subtle: #032830;--bs-warning-bg-subtle: #332701;--bs-danger-bg-subtle: #2c0b0e;--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: #084298;--bs-secondary-border-subtle: #495057;--bs-success-border-subtle: #0f5132;--bs-info-border-subtle: #055160;--bs-warning-border-subtle: #664d03;--bs-danger-border-subtle: #842029;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: #fff;--bs-link-color: #6ea8fe;--bs-link-hover-color: #9ec5fe;--bs-link-color-rgb: 110, 168, 254;--bs-link-hover-color-rgb: 158, 197, 254;--bs-code-color: #e685b5;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, .15)}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 0;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media(min-width:576px){.container-sm,.container{max-width:540px}}@media(min-width:768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width:1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}.row{--bs-gutter-x: 1rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * 1);padding-left:calc(var(--bs-gutter-x) * 1);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}@media(min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media(min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media(min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media(min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media(min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.select-component{width:100%;display:flex;flex-direction:column;position:relative;user-select:none}.select-component .label{text-align:left;text-transform:none}.select-component .select{width:100%;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;outline:0;font-size:1em;cursor:pointer}.select-component .select>p{margin:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.select-component .select .arrow{transition:all .25s ease}.select-component .select .arrow.rotate{transform:rotate(180deg)}.select-component-container{position:fixed;top:0;width:100%;height:100%}.select-component-container .content{position:absolute;z-index:996;box-shadow:#959da533 0 8px 24px;background-color:var(--white);border-radius:0 0 10px 10px;border-width:1px 1px 0 1px;border-style:solid;border-color:var(--silver);overflow-x:hidden;overflow-y:auto;max-height:190px}.select-component-container .content .option{cursor:pointer;padding:.5em 1em;border-bottom:1px solid var(--silver)}.select-component-container .content .option:hover{background-color:var(--silverMedium)}.spinner-brightness{display:flex;align-items:center;justify-content:center;background-color:transparent;transition:all .7s cubic-bezier(0,.68,.98,.98);z-index:998}.spinner-brightness_loader{width:200px;height:50px;display:flex;align-items:center;justify-content:space-around;animation-play-state:running;animation:infinite loader-brightness 1s;-webkit-animation:35s 1 loader-brightness}@keyframes loader-brightness{15%{filter:brightness(1)}50%{filter:brightness(1.75)}to{filter:brightness(1)}}.skeleton{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.skeleton-circle{border-radius:50%}.spinner-loading{display:flex;align-items:center;justify-content:center;background-color:transparent;transition:all .7s cubic-bezier(0,.68,.98,.98);z-index:998}.spinner-loading .loader{width:200px;height:50px;display:flex;align-items:center;justify-content:space-around}.spinner-loading .dot{animation:loader ease-out 1s infinite;height:25px;width:25px;display:block;border-radius:50%}.spinner-loading .dot:nth-child(1){animation-delay:.3s}.spinner-loading .dot:nth-child(2){animation-delay:.2s}.spinner-loading .dot:nth-child(3){animation-delay:.1s}@keyframes loader{15%{transform:translateY(0)}45%{transform:translateY(25px)}65%{transform:translateY(25px)}to{transform:translateY(0)}}.textarea{resize:none;width:100%;height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:0px;border-radius:15px;padding:1rem;outline:none}#ct-container{position:fixed;width:100%;height:100vh;top:0;left:0;z-index:999999;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none;overflow:hidden;box-sizing:border-box}.ct-row{display:flex;justify-content:space-between}.ct-group{flex:1;margin:10px 20px;display:flex;flex-direction:column;align-items:center}.ct-group:first-child{align-items:flex-start}.ct-group:last-child{align-items:flex-end}.ct-flex-bottom{justify-content:flex-end}.ct-toast{display:flex;justify-content:center;align-items:center;padding:12px 20px;background-color:#fff;box-shadow:0 4px 12px #00000040;color:#000;border-radius:4px;margin:0;opacity:1;transition:.3s all ease-in-out;min-height:45px;pointer-events:all;cursor:pointer}.ct-toast:focus{outline:none}.ct-text-group{margin-left:15px}.ct-text-group-heading{margin-left:25px}.ct-heading{font-size:18px;margin:0 0 5px}.ct-text{font-size:14px}@media(max-width:768px){.ct-row{justify-content:flex-start;flex-direction:column;margin:7px 0}.ct-group{flex:none;margin:0}.ct-toast{margin:8px 15px;width:initial}}.tooltip{position:absolute;background-color:var(--white);z-index:999;transition:all .2s ease;padding:.5rem .8rem;border-radius:5px;box-shadow:0 0 5px #0003}@font-face{font-family:DINRoundPro;src:url(/assets/DINRoundPro-DwAYT3dE.woff2) format("woff2"),url(/assets/DINRoundPro-CqQTwOcJ.woff) format("woff"),url(/assets/DINRoundPro-1lSbp66E.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DINRoundPro;src:url(/assets/DINRoundPro-Medi-DmtVRYSU.woff2) format("woff2"),url(/assets/DINRoundPro-Medi-VOxQBiwq.woff) format("woff"),url(/assets/DINRoundPro-Medi-qNvuxClY.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:DINRoundPro;src:url(/assets/DINRoundPro-Bold-Sc7eqa76.woff2) format("woff2"),url(/assets/DINRoundPro-Bold-DZI8GAk2.woff) format("woff"),url(/assets/DINRoundPro-Bold-Dz9fWDLj.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:DINRoundPro;src:url(../../fonts/DINRoundPro/DINRoundPro-Black.otf) format("opentype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:FestivoLetters;src:url(/assets/FestivoLetters-DYl-0bG3.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}body{font-family:var(--font-family-primary)}:root{--font-family-primary: "DINRoundPro", sans-serif;--font-family-secondary: "FestivoLetters", sans-serif;--transparent: transparent;--white: #ffffff;--whiteLight: #f9f6f2;--silver: #c4c4c4;--silverLight: #f4f4f4;--silverMedium: #e5e5e5;--silverDark: #aaa;--grayLight: #787d99;--gray: #747272;--grayDark: #373737;--whiteKind: #f9f6f2;--blackKind: #0f0f0f;--granateKind: #df1e44;--granateKindLight: #eb8a9a;--redKind: #df1e44;--cyanKindLight: #CFECEB;--cyanKindLightTwo: #BDDCDE;--cyanKind: #31c2c9;--cyanKindMedium: #00b4c1;--cyanKindDark: #1e8b90;--yellowKind: #fbd11d;--yellowKindLight: #fde396;--orangeKind: #f26722;--orangeKindLight: #f9ac80;--greenKind: #45b64a;--greenKindLight: #a6d39a;--blueKind: #3366cc;--blueKindLight: #8cb2fe;--small: small;--x-small: x-small;--xx-small: xx-small;--medium: medium;--large: large;--x-large: x-large;--xx-large: xx-large;--breakpoint: 350px;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--breakpoint-xxl: 1400px;--height-nav: 80px;--nav-width: 64px;--sidebar-width: 220px;--sidebarNotification-width: 280px;--sideBar-width-open: 220px;--sideBar-width-close: 64px}.logo{height:80px}.ac-center{align-content:center!important}.ac-start{align-content:start!important}.ac-end{align-content:end!important}.ac-flex-start{align-content:flex-start!important}.ac-flex-end{align-content:flex-end!important}.ac-normal{align-content:normal!important}.ac-baseline{align-content:baseline!important}.ac-first-baseline{align-content:first baseline!important}.ac-last-baseline{align-content:last baseline!important}.ac-space-between{align-content:space-between!important}.ac-space-around{align-content:space-around!important}.ac-space-evenly{align-content:space-evenly!important}.ac-stretch{align-content:stretch!important}.ac-safe-center{align-content:safe center!important}.ac-unsafe-center{align-content:unsafe center!important}.ac-inherit{align-content:inherit!important}.ac-initial{align-content:initial!important}.ac-revert{align-content:revert!important}.ac-revert-layer{align-content:revert-layer!important}.ac-unset{align-content:unset!important}.ai-normal{align-items:normal!important}.ai-stretch{align-items:stretch!important}.ai-center{align-items:center!important}.ai-start{align-items:start!important}.ai-end{align-items:end!important}.ai-flex-start{align-items:flex-start!important}.ai-flex-end{align-items:flex-end!important}.ai-self-start{align-items:self-start!important}.ai-self-end{align-items:self-end!important}.ai-baseline{align-items:baseline!important}.ai-first-baseline{align-items:first baseline!important}.ai-last-baseline{align-items:last baseline!important}.ai-safe-center{align-items:safe center!important}.ai-unsafe-center{align-items:unsafe center!important}.ai-inherit{align-items:inherit!important}.ai-initial{align-items:initial!important}.ai-revert{align-items:revert!important}.ai-revert-layer{align-items:revert-layer!important}.ai-unset{align-items:unset!important}.as-auto{align-self:auto!important}.as-normal{align-self:normal!important}.as-center{align-self:center!important}.as-start{align-self:start!important}.as-end{align-self:end!important}.as-self-start{align-self:self-start!important}.as-self-end{align-self:self-end!important}.as-flex-start{align-self:flex-start!important}.as-flex-end{align-self:flex-end!important}.as-baseline{align-self:baseline!important}.as-first-baseline{align-self:first baseline!important}.as-last-baseline{align-self:last baseline!important}.as-stretch{align-self:stretch!important}.as-safe-center{align-self:safe center!important}.as-unsafe-center{align-self:unsafe center!important}.as-inherit{align-self:inherit!important}.as-initial{align-self:initial!important}.as-revert{align-self:revert!important}.as-revert-layer{align-self:revert-layer!important}.as-unset{align-self:unset!important}.jc-center{justify-content:center!important}.jc-start{justify-content:start!important}.jc-end{justify-content:end!important}.jc-flex-start{justify-content:flex-start!important}.jc-flex-end{justify-content:flex-end!important}.jc-left{justify-content:left!important}.jc-right{justify-content:right!important}.jc-normal{justify-content:normal!important}.jc-space-between{justify-content:space-between!important}.jc-space-around{justify-content:space-around!important}.jc-space-evenly{justify-content:space-evenly!important}.jc-stretch{justify-content:stretch!important}.jc-safe-center{justify-content:safe center!important}.jc-unsafe-center{justify-content:unsafe center!important}.jc-inherit{justify-content:inherit!important}.jc-initial{justify-content:initial!important}.jc-revert{justify-content:revert!important}.jc-revert-layer{justify-content:revert-layer!important}.jc-unset{justify-content:unset!important}.ji-normal{justify-items:normal!important}.ji-stretch{justify-items:stretch!important}.ji-center{justify-items:center!important}.ji-start{justify-items:start!important}.ji-end{justify-items:end!important}.ji-flex-start{justify-items:flex-start!important}.ji-flex-end{justify-items:flex-end!important}.ji-self-start{justify-items:self-start!important}.ji-self-end{justify-items:self-end!important}.ji-left{justify-items:left!important}.ji-right{justify-items:right!important}.ji-baseline{justify-items:baseline!important}.ji-first-baseline{justify-items:first baseline!important}.ji-last-baseline{justify-items:last baseline!important}.ji-safe-center{justify-items:safe center!important}.ji-unsafe-center{justify-items:unsafe center!important}.ji-legacy-right{justify-items:legacy right!important}.ji-legacy-left{justify-items:legacy left!important}.ji-legacy-center{justify-items:legacy center!important}.ji-inherit{justify-items:inherit!important}.ji-initial{justify-items:initial!important}.ji-revert{justify-items:revert!important}.ji-revert-layer{justify-items:revert-layer!important}.ji-unset{justify-items:unset!important}.ac-ai-jc-center{justify-content:center;align-items:center;align-content:center}.br-0{border-radius:0rem!important}.br-t-0{border-radius:0rem 0rem 0 0!important}.br-b-0{border-radius:0 0 0rem 0rem!important}.br-05{border-radius:.5rem!important}.br-t-05{border-radius:.5rem .5rem 0 0!important}.br-b-05{border-radius:0 0 .5rem .5rem!important}.br-07{border-radius:.7rem!important}.br-t-07{border-radius:.7rem .7rem 0 0!important}.br-b-07{border-radius:0 0 .7rem .7rem!important}.br-1{border-radius:1rem!important}.br-t-1{border-radius:1rem 1rem 0 0!important}.br-b-1{border-radius:0 0 1rem 1rem!important}.br-2{border-radius:2rem!important}.br-t-2{border-radius:2rem 2rem 0 0!important}.br-b-2{border-radius:0 0 2rem 2rem!important}.br-3{border-radius:3rem!important}.br-t-3{border-radius:3rem 3rem 0 0!important}.br-b-3{border-radius:0 0 3rem 3rem!important}.br-4{border-radius:4rem!important}.br-t-4{border-radius:4rem 4rem 0 0!important}.br-b-4{border-radius:0 0 4rem 4rem!important}.br-5{border-radius:5rem!important}.br-t-5{border-radius:5rem 5rem 0 0!important}.br-b-5{border-radius:0 0 5rem 5rem!important}.br-6{border-radius:6rem!important}.br-t-6{border-radius:6rem 6rem 0 0!important}.br-b-6{border-radius:0 0 6rem 6rem!important}.br-7{border-radius:7rem!important}.br-t-7{border-radius:7rem 7rem 0 0!important}.br-b-7{border-radius:0 0 7rem 7rem!important}.br-8{border-radius:8rem!important}.br-t-8{border-radius:8rem 8rem 0 0!important}.br-b-8{border-radius:0 0 8rem 8rem!important}.br-9{border-radius:9rem!important}.br-t-9{border-radius:9rem 9rem 0 0!important}.br-b-9{border-radius:0 0 9rem 9rem!important}.br-5px{border-radius:5px!important}.br-t-5px{border-radius:5px 5px 0 0!important}.br-b-5px{border-radius:0 0 5px 5px!important}.br-10px{border-radius:10px!important}.br-t-10px{border-radius:10px 10px 0 0!important}.br-b-10px{border-radius:0 0 10px 10px!important}.br-20px{border-radius:20px!important}.br-t-20px{border-radius:20px 20px 0 0!important}.br-b-20px{border-radius:0 0 20px 20px!important}.br-25px{border-radius:25px!important}.br-t-25px{border-radius:25px 25px 0 0!important}.br-b-25px{border-radius:0 0 25px 25px!important}.br-30px{border-radius:30px!important}.br-t-30px{border-radius:30px 30px 0 0!important}.br-b-30px{border-radius:0 0 30px 30px!important}.br-35px{border-radius:35px!important}.br-t-35px{border-radius:35px 35px 0 0!important}.br-b-35px{border-radius:0 0 35px 35px!important}.br-40px{border-radius:40px!important}.br-t-40px{border-radius:40px 40px 0 0!important}.br-b-40px{border-radius:0 0 40px 40px!important}.br-45px{border-radius:45px!important}.br-t-45px{border-radius:45px 45px 0 0!important}.br-b-45px{border-radius:0 0 45px 45px!important}.br-50px{border-radius:50px!important}.br-t-50px{border-radius:50px 50px 0 0!important}.br-b-50px{border-radius:0 0 50px 50px!important}.br-100{border-radius:100%!important}.br-t-100{border-radius:100% 100% 0 0!important}.br-b-100{border-radius:0 0 100% 100%!important}.b-2px-transparent{border:2px solid transparent!important}.t-transparent,.hov-t-transparent:hover{color:transparent!important}.bg-transparent,.hov-bg-transparent:hover{background-color:transparent!important}.l-transparent,.hov-l-transparent:hover{color:transparent!important}.foc-l-transparent:focus{color:transparent!important}.act-l-transparent:active{color:transparent!important}.fill-transparent{fill:transparent!important}.stroke-transparent{stroke:transparent!important}.hov-svg-transparent:hover svg{fill:transparent!important}.b-2px-whiteKind{border:2px solid var(--whiteKind)!important}.t-whiteKind,.hov-t-whiteKind:hover{color:var(--whiteKind)!important}.bg-whiteKind,.hov-bg-whiteKind:hover{background-color:var(--whiteKind)!important}.l-whiteKind,.hov-l-whiteKind:hover{color:var(--whiteKind)!important}.foc-l-whiteKind:focus{color:var(--whiteKind)!important}.act-l-whiteKind:active{color:var(--whiteKind)!important}.fill-whiteKind{fill:var(--whiteKind)!important}.stroke-whiteKind{stroke:var(--whiteKind)!important}.hov-svg-whiteKind:hover svg{fill:var(--whiteKind)!important}.b-2px-blackKind{border:2px solid var(--blackKind)!important}.t-blackKind,.hov-t-blackKind:hover{color:var(--blackKind)!important}.bg-blackKind,.hov-bg-blackKind:hover{background-color:var(--blackKind)!important}.l-blackKind,.hov-l-blackKind:hover{color:var(--blackKind)!important}.foc-l-blackKind:focus{color:var(--blackKind)!important}.act-l-blackKind:active{color:var(--blackKind)!important}.fill-blackKind{fill:var(--blackKind)!important}.stroke-blackKind{stroke:var(--blackKind)!important}.hov-svg-blackKind:hover svg{fill:var(--blackKind)!important}.b-2px-granateKind{border:2px solid var(--granateKind)!important}.t-granateKind,.hov-t-granateKind:hover{color:var(--granateKind)!important}.bg-granateKind,.hov-bg-granateKind:hover{background-color:var(--granateKind)!important}.l-granateKind,.hov-l-granateKind:hover{color:var(--granateKind)!important}.foc-l-granateKind:focus{color:var(--granateKind)!important}.act-l-granateKind:active{color:var(--granateKind)!important}.fill-granateKind{fill:var(--granateKind)!important}.stroke-granateKind{stroke:var(--granateKind)!important}.hov-svg-granateKind:hover svg{fill:var(--granateKind)!important}.b-2px-granateKindLight{border:2px solid var(--granateKindLight)!important}.t-granateKindLight,.hov-t-granateKindLight:hover{color:var(--granateKindLight)!important}.bg-granateKindLight,.hov-bg-granateKindLight:hover{background-color:var(--granateKindLight)!important}.l-granateKindLight,.hov-l-granateKindLight:hover{color:var(--granateKindLight)!important}.foc-l-granateKindLight:focus{color:var(--granateKindLight)!important}.act-l-granateKindLight:active{color:var(--granateKindLight)!important}.fill-granateKindLight{fill:var(--granateKindLight)!important}.stroke-granateKindLight{stroke:var(--granateKindLight)!important}.hov-svg-granateKindLight:hover svg{fill:var(--granateKindLight)!important}.b-2px-redKind{border:2px solid var(--redKind)!important}.t-redKind,.hov-t-redKind:hover{color:var(--redKind)!important}.bg-redKind,.hov-bg-redKind:hover{background-color:var(--redKind)!important}.l-redKind,.hov-l-redKind:hover{color:var(--redKind)!important}.foc-l-redKind:focus{color:var(--redKind)!important}.act-l-redKind:active{color:var(--redKind)!important}.fill-redKind{fill:var(--redKind)!important}.stroke-redKind{stroke:var(--redKind)!important}.hov-svg-redKind:hover svg{fill:var(--redKind)!important}.b-2px-cyanKindLight{border:2px solid var(--cyanKindLight)!important}.t-cyanKindLight,.hov-t-cyanKindLight:hover{color:var(--cyanKindLight)!important}.bg-cyanKindLight,.hov-bg-cyanKindLight:hover{background-color:var(--cyanKindLight)!important}.l-cyanKindLight,.hov-l-cyanKindLight:hover{color:var(--cyanKindLight)!important}.foc-l-cyanKindLight:focus{color:var(--cyanKindLight)!important}.act-l-cyanKindLight:active{color:var(--cyanKindLight)!important}.fill-cyanKindLight{fill:var(--cyanKindLight)!important}.stroke-cyanKindLight{stroke:var(--cyanKindLight)!important}.hov-svg-cyanKindLight:hover svg{fill:var(--cyanKindLight)!important}.b-2px-cyanKindLightTwo{border:2px solid var(--cyanKindLightTwo)!important}.t-cyanKindLightTwo,.hov-t-cyanKindLightTwo:hover{color:var(--cyanKindLightTwo)!important}.bg-cyanKindLightTwo,.hov-bg-cyanKindLightTwo:hover{background-color:var(--cyanKindLightTwo)!important}.l-cyanKindLightTwo,.hov-l-cyanKindLightTwo:hover{color:var(--cyanKindLightTwo)!important}.foc-l-cyanKindLightTwo:focus{color:var(--cyanKindLightTwo)!important}.act-l-cyanKindLightTwo:active{color:var(--cyanKindLightTwo)!important}.fill-cyanKindLightTwo{fill:var(--cyanKindLightTwo)!important}.stroke-cyanKindLightTwo{stroke:var(--cyanKindLightTwo)!important}.hov-svg-cyanKindLightTwo:hover svg{fill:var(--cyanKindLightTwo)!important}.b-2px-cyanKind{border:2px solid var(--cyanKind)!important}.t-cyanKind,.hov-t-cyanKind:hover{color:var(--cyanKind)!important}.bg-cyanKind,.hov-bg-cyanKind:hover{background-color:var(--cyanKind)!important}.l-cyanKind,.hov-l-cyanKind:hover{color:var(--cyanKind)!important}.foc-l-cyanKind:focus{color:var(--cyanKind)!important}.act-l-cyanKind:active{color:var(--cyanKind)!important}.fill-cyanKind{fill:var(--cyanKind)!important}.stroke-cyanKind{stroke:var(--cyanKind)!important}.hov-svg-cyanKind:hover svg{fill:var(--cyanKind)!important}.b-2px-cyanKindMedium{border:2px solid var(--cyanKindMedium)!important}.t-cyanKindMedium,.hov-t-cyanKindMedium:hover{color:var(--cyanKindMedium)!important}.bg-cyanKindMedium,.hov-bg-cyanKindMedium:hover{background-color:var(--cyanKindMedium)!important}.l-cyanKindMedium,.hov-l-cyanKindMedium:hover{color:var(--cyanKindMedium)!important}.foc-l-cyanKindMedium:focus{color:var(--cyanKindMedium)!important}.act-l-cyanKindMedium:active{color:var(--cyanKindMedium)!important}.fill-cyanKindMedium{fill:var(--cyanKindMedium)!important}.stroke-cyanKindMedium{stroke:var(--cyanKindMedium)!important}.hov-svg-cyanKindMedium:hover svg{fill:var(--cyanKindMedium)!important}.b-2px-cyanKindDark{border:2px solid var(--cyanKindDark)!important}.t-cyanKindDark,.hov-t-cyanKindDark:hover{color:var(--cyanKindDark)!important}.bg-cyanKindDark,.hov-bg-cyanKindDark:hover{background-color:var(--cyanKindDark)!important}.l-cyanKindDark,.hov-l-cyanKindDark:hover{color:var(--cyanKindDark)!important}.foc-l-cyanKindDark:focus{color:var(--cyanKindDark)!important}.act-l-cyanKindDark:active{color:var(--cyanKindDark)!important}.fill-cyanKindDark{fill:var(--cyanKindDark)!important}.stroke-cyanKindDark{stroke:var(--cyanKindDark)!important}.hov-svg-cyanKindDark:hover svg{fill:var(--cyanKindDark)!important}.b-2px-yellowKind{border:2px solid var(--yellowKind)!important}.t-yellowKind,.hov-t-yellowKind:hover{color:var(--yellowKind)!important}.bg-yellowKind,.hov-bg-yellowKind:hover{background-color:var(--yellowKind)!important}.l-yellowKind,.hov-l-yellowKind:hover{color:var(--yellowKind)!important}.foc-l-yellowKind:focus{color:var(--yellowKind)!important}.act-l-yellowKind:active{color:var(--yellowKind)!important}.fill-yellowKind{fill:var(--yellowKind)!important}.stroke-yellowKind{stroke:var(--yellowKind)!important}.hov-svg-yellowKind:hover svg{fill:var(--yellowKind)!important}.b-2px-yellowKindLight{border:2px solid var(--yellowKindLight)!important}.t-yellowKindLight,.hov-t-yellowKindLight:hover{color:var(--yellowKindLight)!important}.bg-yellowKindLight,.hov-bg-yellowKindLight:hover{background-color:var(--yellowKindLight)!important}.l-yellowKindLight,.hov-l-yellowKindLight:hover{color:var(--yellowKindLight)!important}.foc-l-yellowKindLight:focus{color:var(--yellowKindLight)!important}.act-l-yellowKindLight:active{color:var(--yellowKindLight)!important}.fill-yellowKindLight{fill:var(--yellowKindLight)!important}.stroke-yellowKindLight{stroke:var(--yellowKindLight)!important}.hov-svg-yellowKindLight:hover svg{fill:var(--yellowKindLight)!important}.b-2px-orangeKind{border:2px solid var(--orangeKind)!important}.t-orangeKind,.hov-t-orangeKind:hover{color:var(--orangeKind)!important}.bg-orangeKind,.hov-bg-orangeKind:hover{background-color:var(--orangeKind)!important}.l-orangeKind,.hov-l-orangeKind:hover{color:var(--orangeKind)!important}.foc-l-orangeKind:focus{color:var(--orangeKind)!important}.act-l-orangeKind:active{color:var(--orangeKind)!important}.fill-orangeKind{fill:var(--orangeKind)!important}.stroke-orangeKind{stroke:var(--orangeKind)!important}.hov-svg-orangeKind:hover svg{fill:var(--orangeKind)!important}.b-2px-orangeKindLight{border:2px solid var(--orangeKindLight)!important}.t-orangeKindLight,.hov-t-orangeKindLight:hover{color:var(--orangeKindLight)!important}.bg-orangeKindLight,.hov-bg-orangeKindLight:hover{background-color:var(--orangeKindLight)!important}.l-orangeKindLight,.hov-l-orangeKindLight:hover{color:var(--orangeKindLight)!important}.foc-l-orangeKindLight:focus{color:var(--orangeKindLight)!important}.act-l-orangeKindLight:active{color:var(--orangeKindLight)!important}.fill-orangeKindLight{fill:var(--orangeKindLight)!important}.stroke-orangeKindLight{stroke:var(--orangeKindLight)!important}.hov-svg-orangeKindLight:hover svg{fill:var(--orangeKindLight)!important}.b-2px-greenKind{border:2px solid var(--greenKind)!important}.t-greenKind,.hov-t-greenKind:hover{color:var(--greenKind)!important}.bg-greenKind,.hov-bg-greenKind:hover{background-color:var(--greenKind)!important}.l-greenKind,.hov-l-greenKind:hover{color:var(--greenKind)!important}.foc-l-greenKind:focus{color:var(--greenKind)!important}.act-l-greenKind:active{color:var(--greenKind)!important}.fill-greenKind{fill:var(--greenKind)!important}.stroke-greenKind{stroke:var(--greenKind)!important}.hov-svg-greenKind:hover svg{fill:var(--greenKind)!important}.b-2px-greenKindLight{border:2px solid var(--greenKindLight)!important}.t-greenKindLight,.hov-t-greenKindLight:hover{color:var(--greenKindLight)!important}.bg-greenKindLight,.hov-bg-greenKindLight:hover{background-color:var(--greenKindLight)!important}.l-greenKindLight,.hov-l-greenKindLight:hover{color:var(--greenKindLight)!important}.foc-l-greenKindLight:focus{color:var(--greenKindLight)!important}.act-l-greenKindLight:active{color:var(--greenKindLight)!important}.fill-greenKindLight{fill:var(--greenKindLight)!important}.stroke-greenKindLight{stroke:var(--greenKindLight)!important}.hov-svg-greenKindLight:hover svg{fill:var(--greenKindLight)!important}.b-2px-blueKind{border:2px solid var(--blueKind)!important}.t-blueKind,.hov-t-blueKind:hover{color:var(--blueKind)!important}.bg-blueKind,.hov-bg-blueKind:hover{background-color:var(--blueKind)!important}.l-blueKind,.hov-l-blueKind:hover{color:var(--blueKind)!important}.foc-l-blueKind:focus{color:var(--blueKind)!important}.act-l-blueKind:active{color:var(--blueKind)!important}.fill-blueKind{fill:var(--blueKind)!important}.stroke-blueKind{stroke:var(--blueKind)!important}.hov-svg-blueKind:hover svg{fill:var(--blueKind)!important}.b-2px-blueKindLight{border:2px solid var(--blueKindLight)!important}.t-blueKindLight,.hov-t-blueKindLight:hover{color:var(--blueKindLight)!important}.bg-blueKindLight,.hov-bg-blueKindLight:hover{background-color:var(--blueKindLight)!important}.l-blueKindLight,.hov-l-blueKindLight:hover{color:var(--blueKindLight)!important}.foc-l-blueKindLight:focus{color:var(--blueKindLight)!important}.act-l-blueKindLight:active{color:var(--blueKindLight)!important}.fill-blueKindLight{fill:var(--blueKindLight)!important}.stroke-blueKindLight{stroke:var(--blueKindLight)!important}.hov-svg-blueKindLight:hover svg{fill:var(--blueKindLight)!important}.b-2px-silver{border:2px solid var(--silver)!important}.t-silver,.hov-t-silver:hover{color:var(--silver)!important}.bg-silver,.hov-bg-silver:hover{background-color:var(--silver)!important}.l-silver,.hov-l-silver:hover{color:var(--silver)!important}.foc-l-silver:focus{color:var(--silver)!important}.act-l-silver:active{color:var(--silver)!important}.fill-silver{fill:var(--silver)!important}.stroke-silver{stroke:var(--silver)!important}.hov-svg-silver:hover svg{fill:var(--silver)!important}.b-2px-silverLight{border:2px solid var(--silverLight)!important}.t-silverLight,.hov-t-silverLight:hover{color:var(--silverLight)!important}.bg-silverLight,.hov-bg-silverLight:hover{background-color:var(--silverLight)!important}.l-silverLight,.hov-l-silverLight:hover{color:var(--silverLight)!important}.foc-l-silverLight:focus{color:var(--silverLight)!important}.act-l-silverLight:active{color:var(--silverLight)!important}.fill-silverLight{fill:var(--silverLight)!important}.stroke-silverLight{stroke:var(--silverLight)!important}.hov-svg-silverLight:hover svg{fill:var(--silverLight)!important}.b-2px-silverMedium{border:2px solid var(--silverMedium)!important}.t-silverMedium,.hov-t-silverMedium:hover{color:var(--silverMedium)!important}.bg-silverMedium,.hov-bg-silverMedium:hover{background-color:var(--silverMedium)!important}.l-silverMedium,.hov-l-silverMedium:hover{color:var(--silverMedium)!important}.foc-l-silverMedium:focus{color:var(--silverMedium)!important}.act-l-silverMedium:active{color:var(--silverMedium)!important}.fill-silverMedium{fill:var(--silverMedium)!important}.stroke-silverMedium{stroke:var(--silverMedium)!important}.hov-svg-silverMedium:hover svg{fill:var(--silverMedium)!important}.b-2px-silverDark{border:2px solid var(--silverDark)!important}.t-silverDark,.hov-t-silverDark:hover{color:var(--silverDark)!important}.bg-silverDark,.hov-bg-silverDark:hover{background-color:var(--silverDark)!important}.l-silverDark,.hov-l-silverDark:hover{color:var(--silverDark)!important}.foc-l-silverDark:focus{color:var(--silverDark)!important}.act-l-silverDark:active{color:var(--silverDark)!important}.fill-silverDark{fill:var(--silverDark)!important}.stroke-silverDark{stroke:var(--silverDark)!important}.hov-svg-silverDark:hover svg{fill:var(--silverDark)!important}.b-2px-grayLight{border:2px solid var(--grayLight)!important}.t-grayLight,.hov-t-grayLight:hover{color:var(--grayLight)!important}.bg-grayLight,.hov-bg-grayLight:hover{background-color:var(--grayLight)!important}.l-grayLight,.hov-l-grayLight:hover{color:var(--grayLight)!important}.foc-l-grayLight:focus{color:var(--grayLight)!important}.act-l-grayLight:active{color:var(--grayLight)!important}.fill-grayLight{fill:var(--grayLight)!important}.stroke-grayLight{stroke:var(--grayLight)!important}.hov-svg-grayLight:hover svg{fill:var(--grayLight)!important}.b-2px-gray{border:2px solid var(--gray)!important}.t-gray,.hov-t-gray:hover{color:var(--gray)!important}.bg-gray,.hov-bg-gray:hover{background-color:var(--gray)!important}.l-gray,.hov-l-gray:hover{color:var(--gray)!important}.foc-l-gray:focus{color:var(--gray)!important}.act-l-gray:active{color:var(--gray)!important}.fill-gray{fill:var(--gray)!important}.stroke-gray{stroke:var(--gray)!important}.hov-svg-gray:hover svg{fill:var(--gray)!important}.b-2px-grayDark{border:2px solid var(--grayDark)!important}.t-grayDark,.hov-t-grayDark:hover{color:var(--grayDark)!important}.bg-grayDark,.hov-bg-grayDark:hover{background-color:var(--grayDark)!important}.l-grayDark,.hov-l-grayDark:hover{color:var(--grayDark)!important}.foc-l-grayDark:focus{color:var(--grayDark)!important}.act-l-grayDark:active{color:var(--grayDark)!important}.fill-grayDark{fill:var(--grayDark)!important}.stroke-grayDark{stroke:var(--grayDark)!important}.hov-svg-grayDark:hover svg{fill:var(--grayDark)!important}.b-2px-white{border:2px solid var(--white)!important}.t-white,.hov-t-white:hover{color:var(--white)!important}.bg-white,.hov-bg-white:hover{background-color:var(--white)!important}.l-white,.hov-l-white:hover{color:var(--white)!important}.foc-l-white:focus{color:var(--white)!important}.act-l-white:active{color:var(--white)!important}.fill-white{fill:var(--white)!important}.stroke-white{stroke:var(--white)!important}.hov-svg-white:hover svg{fill:var(--white)!important}.c-alias{cursor:alias!important}.c-all-scroll{cursor:all-scroll!important}.c-auto{cursor:auto!important}.c-cell{cursor:cell!important}.c-context-menu{cursor:context-menu!important}.c-col-resize{cursor:col-resize!important}.c-copy{cursor:copy!important}.c-crosshair{cursor:crosshair!important}.c-default{cursor:default!important}.c-e-resize{cursor:e-resize!important}.c-ew-resize{cursor:ew-resize!important}.c-grab{cursor:grab!important}.c-grabbing{cursor:grabbing!important}.c-help{cursor:help!important}.c-move{cursor:move!important}.c-n-resize{cursor:n-resize!important}.c-ne-resize{cursor:ne-resize!important}.c-nesw-resize{cursor:nesw-resize!important}.c-ns-resize{cursor:ns-resize!important}.c-nw-resize{cursor:nw-resize!important}.c-nwse-resize{cursor:nwse-resize!important}.c-no-drop{cursor:no-drop!important}.c-none{cursor:none!important}.c-not-allowed{cursor:not-allowed!important}.c-pointer{cursor:pointer!important}.c-progress{cursor:progress!important}.c-row-resize{cursor:row-resize!important}.c-s-resize{cursor:s-resize!important}.c-se-resize{cursor:se-resize!important}.c-sw-resize{cursor:sw-resize!important}.c-text{cursor:text!important}.c-w-resize{cursor:w-resize!important}.c-wait{cursor:wait!important}.c-zoom-in{cursor:zoom-in!important}.c-zoom-out{cursor:zoom-out!important}.us-none{user-select:none!important}.us-auto{user-select:auto!important}.us-text{user-select:text!important}.us-contain{user-select:contain!important}.us-all{user-select:all!important}.us-inherit{user-select:inherit!important}.us-initial{user-select:initial!important}.us-revert{user-select:revert!important}.us-revert-layer{user-select:revert-layer!important}.us-unset{user-select:unset!important}.fd-row{flex-direction:row!important}.fd-row-reverse{flex-direction:row-reverse!important}.fd-column{flex-direction:column!important}.fd-column-reverse{flex-direction:column-reverse!important}.fd-inherit{flex-direction:inherit!important}.fd-initial{flex-direction:initial!important}.fd-unset{flex-direction:unset!important}.fw-nowrap{flex-wrap:nowrap!important}.fw-wrap{flex-wrap:wrap!important}.fw-wrap-reverse{flex-wrap:wrap-reverse!important}.fw-inherit{flex-wrap:inherit!important}.g-0-1rem{gap:.1rem!important}.g-0-2rem{gap:.2rem!important}.g-0-3rem{gap:.3rem!important}.g-0-4rem{gap:.4rem!important}.g-0-5rem{gap:.5rem!important}.g-0-6rem{gap:.6rem!important}.g-0-7rem{gap:.7rem!important}.g-0-8rem{gap:.8rem!important}.g-0-9rem{gap:.9rem!important}.g-0rem{gap:0rem!important}.g-1rem{gap:1rem!important}.g-1-5rem{gap:1.5rem!important}.g-2rem{gap:2rem!important}.g-2-5rem{gap:2.5rem!important}.g-3rem{gap:3rem!important}.g-3-5rem{gap:3.5rem!important}.g-4rem{gap:4rem!important}.g-4-5rem{gap:4.5rem!important}.g-5rem{gap:5rem!important}.g-6rem{gap:6rem!important}.g-7rem{gap:7rem!important}.g-8rem{gap:8rem!important}.g-9rem{gap:9rem!important}.g-10rem{gap:10rem!important}@media screen and (max-width:768px){.m768-d-flex-column{display:flex;flex-direction:column;align-items:end!important}}.ff-primary{font-family:var(--font-family-primary)!important}.ff-secondary{font-family:var(--font-family-secondary)!important}.fs-auto{font-size:auto!important}.fs-0px{font-size:0px!important}.fs-4px{font-size:4px!important}.fs-5px{font-size:5px!important}.fs-6px{font-size:6px!important}.fs-8px{font-size:8px!important}.fs-10px{font-size:10px!important}.fs-11px{font-size:11px!important}.fs-12px{font-size:12px!important}.fs-14px{font-size:14px!important}.fs-15px{font-size:15px!important}.fs-16px{font-size:16px!important}.fs-18px{font-size:18px!important}.fs-19px{font-size:19px!important}.fs-20px{font-size:20px!important}.fs-21px{font-size:21px!important}.fs-25px{font-size:25px!important}.fs-30px{font-size:30px!important}.fs-35px{font-size:35px!important}.fs-40px{font-size:40px!important}.fs-45px{font-size:45px!important}.fs-50px{font-size:50px!important}.fs-55px{font-size:55px!important}.fs-60px{font-size:60px!important}.fs-65px{font-size:65px!important}.fs-70px{font-size:70px!important}.fs-75px{font-size:75px!important}.fs-80px{font-size:80px!important}.fs-90px{font-size:90px!important}.fs-100px{font-size:100px!important}.fs-110px{font-size:110px!important}.fs-120px{font-size:120px!important}.fs-130px{font-size:130px!important}.fs-140px{font-size:140px!important}.fs-150px{font-size:150px!important}.fs-160px{font-size:160px!important}.fs-170px{font-size:170px!important}.fs-180px{font-size:180px!important}.fs-200px{font-size:200px!important}.fs-210px{font-size:210px!important}.fs-220px{font-size:220px!important}.fs-230px{font-size:230px!important}.fs-240px{font-size:240px!important}.fs-250px{font-size:250px!important}.fs-260px{font-size:260px!important}.fs-270px{font-size:270px!important}.fs-275px{font-size:275px!important}.fs-280px{font-size:280px!important}.fs-290px{font-size:290px!important}.fs-300px{font-size:300px!important}.fs-310px{font-size:310px!important}.fs-320px{font-size:320px!important}.fs-330px{font-size:330px!important}.fs-340px{font-size:340px!important}.fs-350px{font-size:350px!important}.fs-400px{font-size:400px!important}.fs-450px{font-size:450px!important}.fs-500px{font-size:500px!important}.fs-600px{font-size:600px!important}.fs-700px{font-size:700px!important}.fs-800px{font-size:800px!important}.fs-900px{font-size:900px!important}.fs-1000px{font-size:1000px!important}.fs-1100px{font-size:1100px!important}.fs-1200px{font-size:1200px!important}.fs-1300px{font-size:1300px!important}.fw-100{font-weight:100!important}.ff-100{font-family:100!important}.fw-200{font-weight:200!important}.ff-200{font-family:200!important}.fw-300{font-weight:300!important}.ff-300{font-family:300!important}.fw-400{font-weight:400!important}.ff-400{font-family:400!important}.fw-500{font-weight:500!important}.ff-500{font-family:500!important}.fw-600{font-weight:600!important}.ff-600{font-family:600!important}.fw-700{font-weight:700!important}.ff-700{font-family:700!important}.fw-800{font-weight:800!important}.ff-800{font-family:800!important}.fw-900{font-weight:900!important}.ff-900{font-family:900!important}.fw-lighter{font-weight:lighter!important}.ff-lighter{font-family:lighter!important}.fw-bold{font-weight:700!important}.ff-bold{font-family:bold!important}.fw-normal{font-weight:400!important}.ff-normal{font-family:normal!important}.fw-bolver{font-weight:bolder!important}.ff-bolver{font-family:bolder!important}.fw-inherit{font-weight:inherit!important}.ff-inherit{font-family:inherit!important}.fw-initial{font-weight:initial!important}.ff-initial{font-family:initial!important}.fw-revert{font-weight:revert!important}.ff-revert{font-family:revert!important}.fw-revert-layer{font-weight:revert-layer!important}.ff-revert-layer{font-family:revert-layer!important}.fw-unset{font-weight:unset!important}.ff-unset{font-family:unset!important}.fw-right{font-weight:right!important}.ff-right{font-family:right!important}.fw-left{font-weight:left!important}.ff-left{font-family:left!important}.fw-end{font-weight:end!important}.ff-end{font-family:end!important}.fw-start{font-weight:start!important}.ff-start{font-family:start!important}.fw-justify{font-weight:justify!important}.ff-justify{font-family:justify!important}.fw-center{font-weight:center!important}.ff-center{font-family:center!important}.fw-1{font-weight:1px 1px rgb(103,101,101)!important}.ff-1{font-family:1px 1px rgb(103,101,101)!important}.fw-none{font-weight:none!important}.ff-none{font-family:none!important}.fw-capitalize{font-weight:capitalize!important}.ff-capitalize{font-family:capitalize!important}.fw-uppercase{font-weight:uppercase!important}.ff-uppercase{font-family:uppercase!important}.fw-lowercase{font-weight:lowercase!important}.ff-lowercase{font-family:lowercase!important}.fs-title{font-size:1.875em!important}.fs-subTitle{font-size:1.625em!important}.fs-questions,.fs-description{font-size:1.125em!important}.fs-subDescription{font-size:1em!important}@media screen and (max-width:768px){.fs-title{font-size:1.5625em!important}.fs-subTitle{font-size:1.35em!important}.fs-questions,.fs-description{font-size:1.075em!important}.fs-subDescription{font-size:.85em!important}}@media screen and (max-width:350px){.fs-title{font-size:1.35em!important}.fs-subTitle{font-size:1.25em!important}.fs-questions,.fs-description{font-size:1.025em!important}.fs-subDescription{font-size:.65em!important}}.tt-none{text-transform:none!important}.tt-capitalize{text-transform:capitalize!important}.tt-uppercase{text-transform:uppercase!important}.tt-lowercase{text-transform:lowercase!important}.tt-full-width{text-transform:full-width!important}.tt-full-size-kana{text-transform:full-size-kana!important}.tt-inherit{text-transform:inherit!important}.tt-initial{text-transform:initial!important}.tt-revert{text-transform:revert!important}.tt-revert-layer{text-transform:revert-layer!important}.tt-unset{text-transform:unset!important}.td-underline{text-decoration:underline!important}.td-none{text-decoration:none!important}.td-inherit{text-decoration:inherit!important}.td-initial{text-decoration:initial!important}.td-revert{text-decoration:revert!important}.td-revert-layer{text-decoration:revert-layer!important}.td-unset{text-decoration:unset!important}.ts-1{text-shadow:1px 1px rgb(103,101,101)!important}.ta-right{text-align:right!important}@media print,screen and (min-width:40em){.m-ta-right{text-align:right!important}}@media print,screen and (min-width:64em){.l-ta-right{text-align:right!important}}.ta-left{text-align:left!important}@media print,screen and (min-width:40em){.m-ta-left{text-align:left!important}}@media print,screen and (min-width:64em){.l-ta-left{text-align:left!important}}.ta-center{text-align:center!important}@media print,screen and (min-width:40em){.m-ta-center{text-align:center!important}}@media print,screen and (min-width:64em){.l-ta-center{text-align:center!important}}.ta-justify{text-align:justify!important}@media print,screen and (min-width:40em){.m-ta-justify{text-align:justify!important}}@media print,screen and (min-width:64em){.l-ta-justify{text-align:justify!important}}.tav-baseline{vertical-align:baseline!important}.tav-sub{vertical-align:sub!important}.tav-super{vertical-align:super!important}.tav-text-top{vertical-align:text-top!important}.tav-text-bottom{vertical-align:text-bottom!important}.tav-middle{vertical-align:middle!important}.tav-top{vertical-align:top!important}.tav-bottom{vertical-align:bottom!important}.tav-inherit{vertical-align:inherit!important}.tav-initial{vertical-align:initial!important}.tav-vrevert{vertical-align:revert!important}.tav-revert-layer{vertical-align:revert-layer!important}.tav-unset{vertical-align:unset!important}.l{cursor:pointer;transition:all .3s;font-weight:400;letter-spacing:.5px;line-height:21px;font-size:18px;text-decoration:none}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:FestivoLetters,sans-serif;font-style:normal;font-weight:400;color:"";text-rendering:optimizeLegibility}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{line-height:0;color:#e5e5e5}.h0,h0{font-size:3.75rem;line-height:1.3;margin-top:0;margin-bottom:.5rem}.h1,h1{font-size:2.5rem;line-height:1.3;margin-top:0;margin-bottom:.5rem}.h2,h2{font-size:1.75rem;line-height:1.3;margin-top:0;margin-bottom:.5rem}.h3,h3{font-size:1.5rem;line-height:1.3;margin-top:0;margin-bottom:.5rem}.h4,h4{font-size:1.375rem;line-height:1.3;margin-top:0;margin-bottom:.5rem}.h5,h5{font-size:1.3125rem;line-height:1.3;margin-top:0;margin-bottom:.5rem}.h6,h6{font-size:1.25rem;line-height:1.3;margin-top:0;margin-bottom:.5rem}@media print,screen and (min-width:40em){.h0,h0{font-size:4.375rem}.h1,h1{font-size:3rem}.h2,h2{font-size:2.25rem}.h3,h3{font-size:1.875rem}.h4,h4{font-size:1.5625rem}.h5,h5{font-size:1.375rem}.h6,h6{font-size:1.3125rem}}.o-overlay{overflow:overlay!important}.oy-overlay{overflow-y:overlay!important}.ox-overlay{overflow-x:overlay!important}.o-scroll{overflow:scroll!important}.oy-scroll{overflow-y:scroll!important}.ox-scroll{overflow-x:scroll!important}.o-hidden{overflow:hidden!important}.oy-hidden{overflow-y:hidden!important}.ox-hidden{overflow-x:hidden!important}.o-auto{overflow:auto!important}.oy-auto{overflow-y:auto!important}.ox-auto{overflow-x:auto!important}.o-clip{overflow:clip!important}.oy-clip{overflow-y:clip!important}.ox-clip{overflow-x:clip!important}.o-visible{overflow:visible!important}.oy-visible{overflow-y:visible!important}.ox-visible{overflow-x:visible!important}.owrap-break-word{overflow-wrap:break-word!important}.h-none{height:none!important}.h-fit-content{height:fit-content!important}.h-min-content{height:min-content!important}.h-max-content{height:max-content!important}.h-fill{height:-webkit-fill-available!important}.h-0por{height:0%!important}.h-5por{height:5%!important}.h-10por{height:10%!important}.h-15por{height:15%!important}.h-20por{height:20%!important}.h-25por{height:25%!important}.h-30por{height:30%!important}.h-35por{height:35%!important}.h-40por{height:40%!important}.h-45por{height:45%!important}.h-50por{height:50%!important}.h-55por{height:55%!important}.h-60por{height:60%!important}.h-65por{height:65%!important}.h-70por{height:70%!important}.h-75por{height:75%!important}.h-80por{height:80%!important}.h-85por{height:85%!important}.h-90por{height:90%!important}.h-95por{height:95%!important}.h-100por{height:100%!important}.h-0vh{height:0!important}.h-5vh{height:5vh!important}.h-10vh{height:10vh!important}.h-11vh{height:11vh!important}.h-12vh{height:12vh!important}.h-13vh{height:13vh!important}.h-14vh{height:14vh!important}.h-15vh{height:15vh!important}.h-20vh{height:20vh!important}.h-25vh{height:25vh!important}.h-30vh{height:30vh!important}.h-35vh{height:35vh!important}.h-40vh{height:40vh!important}.h-45vh{height:45vh!important}.h-50vh{height:50vh!important}.h-55vh{height:55vh!important}.h-60vh{height:60vh!important}.h-65vh{height:65vh!important}.h-70vh{height:70vh!important}.h-75vh{height:75vh!important}.h-80vh{height:80vh!important}.h-85vh{height:85vh!important}.h-90vh{height:90vh!important}.h-95vh{height:95vh!important}.h-100vh{height:100vh!important}.h-0vw{height:0!important}.h-5vw{height:5vw!important}.h-10vw{height:10vw!important}.h-11vw{height:11vw!important}.h-12vw{height:12vw!important}.h-13vw{height:13vw!important}.h-14vw{height:14vw!important}.h-15vw{height:15vw!important}.h-20vw{height:20vw!important}.h-25vw{height:25vw!important}.h-30vw{height:30vw!important}.h-35vw{height:35vw!important}.h-40vw{height:40vw!important}.h-45vw{height:45vw!important}.h-50vw{height:50vw!important}.h-55vw{height:55vw!important}.h-60vw{height:60vw!important}.h-65vw{height:65vw!important}.h-70vw{height:70vw!important}.h-75vw{height:75vw!important}.h-80vw{height:80vw!important}.h-85vw{height:85vw!important}.h-90vw{height:90vw!important}.h-95vw{height:95vw!important}.h-100vw{height:100vw!important}.h-auto{height:auto!important}.h-0px{height:0px!important}.h-4px{height:4px!important}.h-5px{height:5px!important}.h-6px{height:6px!important}.h-8px{height:8px!important}.h-10px{height:10px!important}.h-11px{height:11px!important}.h-12px{height:12px!important}.h-14px{height:14px!important}.h-15px{height:15px!important}.h-16px{height:16px!important}.h-18px{height:18px!important}.h-19px{height:19px!important}.h-20px{height:20px!important}.h-21px{height:21px!important}.h-25px{height:25px!important}.h-30px{height:30px!important}.h-35px{height:35px!important}.h-40px{height:40px!important}.h-45px{height:45px!important}.h-50px{height:50px!important}.h-55px{height:55px!important}.h-60px{height:60px!important}.h-65px{height:65px!important}.h-70px{height:70px!important}.h-75px{height:75px!important}.h-80px{height:80px!important}.h-90px{height:90px!important}.h-100px{height:100px!important}.h-110px{height:110px!important}.h-120px{height:120px!important}.h-130px{height:130px!important}.h-140px{height:140px!important}.h-150px{height:150px!important}.h-160px{height:160px!important}.h-170px{height:170px!important}.h-180px{height:180px!important}.h-200px{height:200px!important}.h-210px{height:210px!important}.h-220px{height:220px!important}.h-230px{height:230px!important}.h-240px{height:240px!important}.h-250px{height:250px!important}.h-260px{height:260px!important}.h-270px{height:270px!important}.h-275px{height:275px!important}.h-280px{height:280px!important}.h-290px{height:290px!important}.h-300px{height:300px!important}.h-310px{height:310px!important}.h-320px{height:320px!important}.h-330px{height:330px!important}.h-340px{height:340px!important}.h-350px{height:350px!important}.h-400px{height:400px!important}.h-450px{height:450px!important}.h-500px{height:500px!important}.h-600px{height:600px!important}.h-700px{height:700px!important}.h-800px{height:800px!important}.h-900px{height:900px!important}.h-1000px{height:1000px!important}.h-1100px{height:1100px!important}.h-1200px{height:1200px!important}.h-1300px{height:1300px!important}.max-h-100por{max-height:100%!important}.w-none{width:none!important}.w-fit-content{width:fit-content!important}.w-min-content{width:min-content!important}.w-max-content{width:max-content!important}.w-fill{width:-webkit-fill-available!important}.w-0por{width:0%!important}.w-5por{width:5%!important}.w-10por{width:10%!important}.w-15por{width:15%!important}.w-20por{width:20%!important}.w-25por{width:25%!important}.w-30por{width:30%!important}.w-35por{width:35%!important}.w-40por{width:40%!important}.w-45por{width:45%!important}.w-50por{width:50%!important}.w-55por{width:55%!important}.w-60por{width:60%!important}.w-65por{width:65%!important}.w-70por{width:70%!important}.w-75por{width:75%!important}.w-80por{width:80%!important}.w-85por{width:85%!important}.w-90por{width:90%!important}.w-95por{width:95%!important}.w-100por{width:100%!important}.w-0vh{width:0!important}.w-5vh{width:5vh!important}.w-10vh{width:10vh!important}.w-11vh{width:11vh!important}.w-12vh{width:12vh!important}.w-13vh{width:13vh!important}.w-14vh{width:14vh!important}.w-15vh{width:15vh!important}.w-20vh{width:20vh!important}.w-25vh{width:25vh!important}.w-30vh{width:30vh!important}.w-35vh{width:35vh!important}.w-40vh{width:40vh!important}.w-45vh{width:45vh!important}.w-50vh{width:50vh!important}.w-55vh{width:55vh!important}.w-60vh{width:60vh!important}.w-65vh{width:65vh!important}.w-70vh{width:70vh!important}.w-75vh{width:75vh!important}.w-80vh{width:80vh!important}.w-85vh{width:85vh!important}.w-90vh{width:90vh!important}.w-95vh{width:95vh!important}.w-100vh{width:100vh!important}.w-0vw{width:0!important}.w-5vw{width:5vw!important}.w-10vw{width:10vw!important}.w-11vw{width:11vw!important}.w-12vw{width:12vw!important}.w-13vw{width:13vw!important}.w-14vw{width:14vw!important}.w-15vw{width:15vw!important}.w-20vw{width:20vw!important}.w-25vw{width:25vw!important}.w-30vw{width:30vw!important}.w-35vw{width:35vw!important}.w-40vw{width:40vw!important}.w-45vw{width:45vw!important}.w-50vw{width:50vw!important}.w-55vw{width:55vw!important}.w-60vw{width:60vw!important}.w-65vw{width:65vw!important}.w-70vw{width:70vw!important}.w-75vw{width:75vw!important}.w-80vw{width:80vw!important}.w-85vw{width:85vw!important}.w-90vw{width:90vw!important}.w-95vw{width:95vw!important}.w-100vw{width:100vw!important}.w-auto{width:auto!important}.w-0px{width:0px!important}.w-4px{width:4px!important}.w-5px{width:5px!important}.w-6px{width:6px!important}.w-8px{width:8px!important}.w-10px{width:10px!important}.w-11px{width:11px!important}.w-12px{width:12px!important}.w-14px{width:14px!important}.w-15px{width:15px!important}.w-16px{width:16px!important}.w-18px{width:18px!important}.w-19px{width:19px!important}.w-20px{width:20px!important}.w-21px{width:21px!important}.w-25px{width:25px!important}.w-30px{width:30px!important}.w-35px{width:35px!important}.w-40px{width:40px!important}.w-45px{width:45px!important}.w-50px{width:50px!important}.w-55px{width:55px!important}.w-60px{width:60px!important}.w-65px{width:65px!important}.w-70px{width:70px!important}.w-75px{width:75px!important}.w-80px{width:80px!important}.w-90px{width:90px!important}.w-100px{width:100px!important}.w-110px{width:110px!important}.w-120px{width:120px!important}.w-130px{width:130px!important}.w-140px{width:140px!important}.w-150px{width:150px!important}.w-160px{width:160px!important}.w-170px{width:170px!important}.w-180px{width:180px!important}.w-200px{width:200px!important}.w-210px{width:210px!important}.w-220px{width:220px!important}.w-230px{width:230px!important}.w-240px{width:240px!important}.w-250px{width:250px!important}.w-260px{width:260px!important}.w-270px{width:270px!important}.w-275px{width:275px!important}.w-280px{width:280px!important}.w-290px{width:290px!important}.w-300px{width:300px!important}.w-310px{width:310px!important}.w-320px{width:320px!important}.w-330px{width:330px!important}.w-340px{width:340px!important}.w-350px{width:350px!important}.w-400px{width:400px!important}.w-450px{width:450px!important}.w-500px{width:500px!important}.w-600px{width:600px!important}.w-700px{width:700px!important}.w-800px{width:800px!important}.w-900px{width:900px!important}.w-1000px{width:1000px!important}.w-1100px{width:1100px!important}.w-1200px{width:1200px!important}.w-1300px{width:1300px!important}.max-w-100por{max-width:100%!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-run-in{display:run-in!important}.d-flow{display:flow!important}.d-flow-root{display:flow-root!important}.d-table{display:table!important}.d-flex{display:flex!important}.d-grid{display:grid!important}.d-contents{display:contents!important}.d-none{display:none!important}.d-ruby{display:ruby!important}.d-subgrid{display:subgrid!important}.d-block-flow{display:block flow!important}.d-inline-block{display:inline-block!important}.d-inline-table{display:inline-table!important}.d-inline-flex{display:inline-flex!important}.d-inline-grid{display:inline-grid!important}.d-flex-run-in{display:flex run-in!important}.d-list-item{display:list-item!important}.d-list-item-block{display:list-item block!important}.d-list-item-inline{display:list-item inline!important}.d-list-item-flow{display:list-item flow!important}.d-list-item-flow-root{display:list-item flow-root!important}.d-list-item-block-flow{display:list-item block flow!important}.d-list-item-block-flow-root{display:list-item block flow-root!important}.d-flow-list-item-block{display:flow list-item block!important}.d-table-row-group{display:table-row-group!important}.d-table-header-group{display:table-header-group!important}.d-table-footer-group{display:table-footer-group!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-table-column-group{display:table-column-group!important}.d-table-column{display:table-column!important}.d-table-caption{display:table-caption!important}.d-ruby-base{display:ruby-base!important}.d-ruby-text{display:ruby-text!important}.d-ruby-base-container{display:ruby-base-container!important}.d-ruby-text-container{display:ruby-text-container!important}.d-heredar{display:heredar!important}.d-initial{display:initial!important}.d-unset{display:unset!important}.p-0-1rem{padding:.1rem!important}.pt-0-1rem{padding-top:.1rem!important}.pr-0-1rem{padding-right:.1rem!important}.pl-0-1rem{padding-left:.1rem!important}.pb-0-1rem{padding-bottom:.1rem!important}.px-0-1rem{padding-right:.1rem!important;padding-left:.1rem!important}.py-0-1rem{padding-top:.1rem!important;padding-bottom:.1rem!important}.p-0-2rem{padding:.2rem!important}.pt-0-2rem{padding-top:.2rem!important}.pr-0-2rem{padding-right:.2rem!important}.pl-0-2rem{padding-left:.2rem!important}.pb-0-2rem{padding-bottom:.2rem!important}.px-0-2rem{padding-right:.2rem!important;padding-left:.2rem!important}.py-0-2rem{padding-top:.2rem!important;padding-bottom:.2rem!important}.p-0-3rem{padding:.3rem!important}.pt-0-3rem{padding-top:.3rem!important}.pr-0-3rem{padding-right:.3rem!important}.pl-0-3rem{padding-left:.3rem!important}.pb-0-3rem{padding-bottom:.3rem!important}.px-0-3rem{padding-right:.3rem!important;padding-left:.3rem!important}.py-0-3rem{padding-top:.3rem!important;padding-bottom:.3rem!important}.p-0-4rem{padding:.4rem!important}.pt-0-4rem{padding-top:.4rem!important}.pr-0-4rem{padding-right:.4rem!important}.pl-0-4rem{padding-left:.4rem!important}.pb-0-4rem{padding-bottom:.4rem!important}.px-0-4rem{padding-right:.4rem!important;padding-left:.4rem!important}.py-0-4rem{padding-top:.4rem!important;padding-bottom:.4rem!important}.p-0-5rem{padding:.5rem!important}.pt-0-5rem{padding-top:.5rem!important}.pr-0-5rem{padding-right:.5rem!important}.pl-0-5rem{padding-left:.5rem!important}.pb-0-5rem{padding-bottom:.5rem!important}.px-0-5rem{padding-right:.5rem!important;padding-left:.5rem!important}.py-0-5rem{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-0-6rem{padding:.6rem!important}.pt-0-6rem{padding-top:.6rem!important}.pr-0-6rem{padding-right:.6rem!important}.pl-0-6rem{padding-left:.6rem!important}.pb-0-6rem{padding-bottom:.6rem!important}.px-0-6rem{padding-right:.6rem!important;padding-left:.6rem!important}.py-0-6rem{padding-top:.6rem!important;padding-bottom:.6rem!important}.p-0-7rem{padding:.7rem!important}.pt-0-7rem{padding-top:.7rem!important}.pr-0-7rem{padding-right:.7rem!important}.pl-0-7rem{padding-left:.7rem!important}.pb-0-7rem{padding-bottom:.7rem!important}.px-0-7rem{padding-right:.7rem!important;padding-left:.7rem!important}.py-0-7rem{padding-top:.7rem!important;padding-bottom:.7rem!important}.p-0-8rem{padding:.8rem!important}.pt-0-8rem{padding-top:.8rem!important}.pr-0-8rem{padding-right:.8rem!important}.pl-0-8rem{padding-left:.8rem!important}.pb-0-8rem{padding-bottom:.8rem!important}.px-0-8rem{padding-right:.8rem!important;padding-left:.8rem!important}.py-0-8rem{padding-top:.8rem!important;padding-bottom:.8rem!important}.p-0-9rem{padding:.9rem!important}.pt-0-9rem{padding-top:.9rem!important}.pr-0-9rem{padding-right:.9rem!important}.pl-0-9rem{padding-left:.9rem!important}.pb-0-9rem{padding-bottom:.9rem!important}.px-0-9rem{padding-right:.9rem!important;padding-left:.9rem!important}.py-0-9rem{padding-top:.9rem!important;padding-bottom:.9rem!important}.p-0rem{padding:0rem!important}.pt-0rem{padding-top:0rem!important}.pr-0rem{padding-right:0rem!important}.pl-0rem{padding-left:0rem!important}.pb-0rem{padding-bottom:0rem!important}.px-0rem{padding-right:0rem!important;padding-left:0rem!important}.py-0rem{padding-top:0rem!important;padding-bottom:0rem!important}.p-1rem{padding:1rem!important}.pt-1rem{padding-top:1rem!important}.pr-1rem{padding-right:1rem!important}.pl-1rem{padding-left:1rem!important}.pb-1rem{padding-bottom:1rem!important}.px-1rem{padding-right:1rem!important;padding-left:1rem!important}.py-1rem{padding-top:1rem!important;padding-bottom:1rem!important}.p-1-5rem{padding:1.5rem!important}.pt-1-5rem{padding-top:1.5rem!important}.pr-1-5rem{padding-right:1.5rem!important}.pl-1-5rem{padding-left:1.5rem!important}.pb-1-5rem{padding-bottom:1.5rem!important}.px-1-5rem{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-1-5rem{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-2rem{padding:2rem!important}.pt-2rem{padding-top:2rem!important}.pr-2rem{padding-right:2rem!important}.pl-2rem{padding-left:2rem!important}.pb-2rem{padding-bottom:2rem!important}.px-2rem{padding-right:2rem!important;padding-left:2rem!important}.py-2rem{padding-top:2rem!important;padding-bottom:2rem!important}.p-2-5rem{padding:2.5rem!important}.pt-2-5rem{padding-top:2.5rem!important}.pr-2-5rem{padding-right:2.5rem!important}.pl-2-5rem{padding-left:2.5rem!important}.pb-2-5rem{padding-bottom:2.5rem!important}.px-2-5rem{padding-right:2.5rem!important;padding-left:2.5rem!important}.py-2-5rem{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.p-3rem{padding:3rem!important}.pt-3rem{padding-top:3rem!important}.pr-3rem{padding-right:3rem!important}.pl-3rem{padding-left:3rem!important}.pb-3rem{padding-bottom:3rem!important}.px-3rem{padding-right:3rem!important;padding-left:3rem!important}.py-3rem{padding-top:3rem!important;padding-bottom:3rem!important}.p-3-5rem{padding:3.5rem!important}.pt-3-5rem{padding-top:3.5rem!important}.pr-3-5rem{padding-right:3.5rem!important}.pl-3-5rem{padding-left:3.5rem!important}.pb-3-5rem{padding-bottom:3.5rem!important}.px-3-5rem{padding-right:3.5rem!important;padding-left:3.5rem!important}.py-3-5rem{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.p-4rem{padding:4rem!important}.pt-4rem{padding-top:4rem!important}.pr-4rem{padding-right:4rem!important}.pl-4rem{padding-left:4rem!important}.pb-4rem{padding-bottom:4rem!important}.px-4rem{padding-right:4rem!important;padding-left:4rem!important}.py-4rem{padding-top:4rem!important;padding-bottom:4rem!important}.p-4-5rem{padding:4.5rem!important}.pt-4-5rem{padding-top:4.5rem!important}.pr-4-5rem{padding-right:4.5rem!important}.pl-4-5rem{padding-left:4.5rem!important}.pb-4-5rem{padding-bottom:4.5rem!important}.px-4-5rem{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-4-5rem{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.p-5rem{padding:5rem!important}.pt-5rem{padding-top:5rem!important}.pr-5rem{padding-right:5rem!important}.pl-5rem{padding-left:5rem!important}.pb-5rem{padding-bottom:5rem!important}.px-5rem{padding-right:5rem!important;padding-left:5rem!important}.py-5rem{padding-top:5rem!important;padding-bottom:5rem!important}.p-6rem{padding:6rem!important}.pt-6rem{padding-top:6rem!important}.pr-6rem{padding-right:6rem!important}.pl-6rem{padding-left:6rem!important}.pb-6rem{padding-bottom:6rem!important}.px-6rem{padding-right:6rem!important;padding-left:6rem!important}.py-6rem{padding-top:6rem!important;padding-bottom:6rem!important}.p-7rem{padding:7rem!important}.pt-7rem{padding-top:7rem!important}.pr-7rem{padding-right:7rem!important}.pl-7rem{padding-left:7rem!important}.pb-7rem{padding-bottom:7rem!important}.px-7rem{padding-right:7rem!important;padding-left:7rem!important}.py-7rem{padding-top:7rem!important;padding-bottom:7rem!important}.p-8rem{padding:8rem!important}.pt-8rem{padding-top:8rem!important}.pr-8rem{padding-right:8rem!important}.pl-8rem{padding-left:8rem!important}.pb-8rem{padding-bottom:8rem!important}.px-8rem{padding-right:8rem!important;padding-left:8rem!important}.py-8rem{padding-top:8rem!important;padding-bottom:8rem!important}.p-9rem{padding:9rem!important}.pt-9rem{padding-top:9rem!important}.pr-9rem{padding-right:9rem!important}.pl-9rem{padding-left:9rem!important}.pb-9rem{padding-bottom:9rem!important}.px-9rem{padding-right:9rem!important;padding-left:9rem!important}.py-9rem{padding-top:9rem!important;padding-bottom:9rem!important}.p-10rem{padding:10rem!important}.pt-10rem{padding-top:10rem!important}.pr-10rem{padding-right:10rem!important}.pl-10rem{padding-left:10rem!important}.pb-10rem{padding-bottom:10rem!important}.px-10rem{padding-right:10rem!important;padding-left:10rem!important}.py-10rem{padding-top:10rem!important;padding-bottom:10rem!important}.p-0por{padding:0%!important}.p-5por{padding:5%!important}.p-10por{padding:10%!important}.p-15por{padding:15%!important}.p-20por{padding:20%!important}.p-25por{padding:25%!important}.p-30por{padding:30%!important}.p-35por{padding:35%!important}.p-40por{padding:40%!important}.p-45por{padding:45%!important}.p-50por{padding:50%!important}.p-55por{padding:55%!important}.p-60por{padding:60%!important}.p-65por{padding:65%!important}.p-70por{padding:70%!important}.p-75por{padding:75%!important}.p-80por{padding:80%!important}.p-85por{padding:85%!important}.p-90por{padding:90%!important}.p-95por{padding:95%!important}.p-100por{padding:100%!important}.p-0vh{padding:0!important}.p-5vh{padding:5vh!important}.p-10vh{padding:10vh!important}.p-11vh{padding:11vh!important}.p-12vh{padding:12vh!important}.p-13vh{padding:13vh!important}.p-14vh{padding:14vh!important}.p-15vh{padding:15vh!important}.p-20vh{padding:20vh!important}.p-25vh{padding:25vh!important}.p-30vh{padding:30vh!important}.p-35vh{padding:35vh!important}.p-40vh{padding:40vh!important}.p-45vh{padding:45vh!important}.p-50vh{padding:50vh!important}.p-55vh{padding:55vh!important}.p-60vh{padding:60vh!important}.p-65vh{padding:65vh!important}.p-70vh{padding:70vh!important}.p-75vh{padding:75vh!important}.p-80vh{padding:80vh!important}.p-85vh{padding:85vh!important}.p-90vh{padding:90vh!important}.p-95vh{padding:95vh!important}.p-100vh{padding:100vh!important}.p-0vw{padding:0!important}.p-5vw{padding:5vw!important}.p-10vw{padding:10vw!important}.p-11vw{padding:11vw!important}.p-12vw{padding:12vw!important}.p-13vw{padding:13vw!important}.p-14vw{padding:14vw!important}.p-15vw{padding:15vw!important}.p-20vw{padding:20vw!important}.p-25vw{padding:25vw!important}.p-30vw{padding:30vw!important}.p-35vw{padding:35vw!important}.p-40vw{padding:40vw!important}.p-45vw{padding:45vw!important}.p-50vw{padding:50vw!important}.p-55vw{padding:55vw!important}.p-60vw{padding:60vw!important}.p-65vw{padding:65vw!important}.p-70vw{padding:70vw!important}.p-75vw{padding:75vw!important}.p-80vw{padding:80vw!important}.p-85vw{padding:85vw!important}.p-90vw{padding:90vw!important}.p-95vw{padding:95vw!important}.p-100vw{padding:100vw!important}.p-auto{padding:auto!important}.p-0px{padding:0!important}.p-4px{padding:4px!important}.p-5px{padding:5px!important}.p-6px{padding:6px!important}.p-8px{padding:8px!important}.p-10px{padding:10px!important}.p-11px{padding:11px!important}.p-12px{padding:12px!important}.p-14px{padding:14px!important}.p-15px{padding:15px!important}.p-16px{padding:16px!important}.p-18px{padding:18px!important}.p-19px{padding:19px!important}.p-20px{padding:20px!important}.p-21px{padding:21px!important}.p-25px{padding:25px!important}.p-30px{padding:30px!important}.p-35px{padding:35px!important}.p-40px{padding:40px!important}.p-45px{padding:45px!important}.p-50px{padding:50px!important}.p-55px{padding:55px!important}.p-60px{padding:60px!important}.p-65px{padding:65px!important}.p-70px{padding:70px!important}.p-75px{padding:75px!important}.p-80px{padding:80px!important}.p-90px{padding:90px!important}.p-100px{padding:100px!important}.p-110px{padding:110px!important}.p-120px{padding:120px!important}.p-130px{padding:130px!important}.p-140px{padding:140px!important}.p-150px{padding:150px!important}.p-160px{padding:160px!important}.p-170px{padding:170px!important}.p-180px{padding:180px!important}.p-200px{padding:200px!important}.p-210px{padding:210px!important}.p-220px{padding:220px!important}.p-230px{padding:230px!important}.p-240px{padding:240px!important}.p-250px{padding:250px!important}.p-260px{padding:260px!important}.p-270px{padding:270px!important}.p-275px{padding:275px!important}.p-280px{padding:280px!important}.p-290px{padding:290px!important}.p-300px{padding:300px!important}.p-310px{padding:310px!important}.p-320px{padding:320px!important}.p-330px{padding:330px!important}.p-340px{padding:340px!important}.p-350px{padding:350px!important}.p-400px{padding:400px!important}.p-450px{padding:450px!important}.p-500px{padding:500px!important}.p-600px{padding:600px!important}.p-700px{padding:700px!important}.p-800px{padding:800px!important}.p-900px{padding:900px!important}.p-1000px{padding:1000px!important}.p-1100px{padding:1100px!important}.p-1200px{padding:1200px!important}.p-1300px{padding:1300px!important}.m-0-1rem{margin:.1rem!important}.mt-0-1rem{margin-top:.1rem!important}.mr-0-1rem{margin-right:.1rem!important}.ml-0-1rem{margin-left:.1rem!important}.mb-0-1rem{margin-bottom:.1rem!important}.mx-0-1rem{margin-right:.1rem!important;margin-left:.1rem!important}.my-0-1rem{margin-top:.1rem!important;margin-bottom:.1rem!important}.m-0-2rem{margin:.2rem!important}.mt-0-2rem{margin-top:.2rem!important}.mr-0-2rem{margin-right:.2rem!important}.ml-0-2rem{margin-left:.2rem!important}.mb-0-2rem{margin-bottom:.2rem!important}.mx-0-2rem{margin-right:.2rem!important;margin-left:.2rem!important}.my-0-2rem{margin-top:.2rem!important;margin-bottom:.2rem!important}.m-0-3rem{margin:.3rem!important}.mt-0-3rem{margin-top:.3rem!important}.mr-0-3rem{margin-right:.3rem!important}.ml-0-3rem{margin-left:.3rem!important}.mb-0-3rem{margin-bottom:.3rem!important}.mx-0-3rem{margin-right:.3rem!important;margin-left:.3rem!important}.my-0-3rem{margin-top:.3rem!important;margin-bottom:.3rem!important}.m-0-4rem{margin:.4rem!important}.mt-0-4rem{margin-top:.4rem!important}.mr-0-4rem{margin-right:.4rem!important}.ml-0-4rem{margin-left:.4rem!important}.mb-0-4rem{margin-bottom:.4rem!important}.mx-0-4rem{margin-right:.4rem!important;margin-left:.4rem!important}.my-0-4rem{margin-top:.4rem!important;margin-bottom:.4rem!important}.m-0-5rem{margin:.5rem!important}.mt-0-5rem{margin-top:.5rem!important}.mr-0-5rem{margin-right:.5rem!important}.ml-0-5rem{margin-left:.5rem!important}.mb-0-5rem{margin-bottom:.5rem!important}.mx-0-5rem{margin-right:.5rem!important;margin-left:.5rem!important}.my-0-5rem{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-0-6rem{margin:.6rem!important}.mt-0-6rem{margin-top:.6rem!important}.mr-0-6rem{margin-right:.6rem!important}.ml-0-6rem{margin-left:.6rem!important}.mb-0-6rem{margin-bottom:.6rem!important}.mx-0-6rem{margin-right:.6rem!important;margin-left:.6rem!important}.my-0-6rem{margin-top:.6rem!important;margin-bottom:.6rem!important}.m-0-7rem{margin:.7rem!important}.mt-0-7rem{margin-top:.7rem!important}.mr-0-7rem{margin-right:.7rem!important}.ml-0-7rem{margin-left:.7rem!important}.mb-0-7rem{margin-bottom:.7rem!important}.mx-0-7rem{margin-right:.7rem!important;margin-left:.7rem!important}.my-0-7rem{margin-top:.7rem!important;margin-bottom:.7rem!important}.m-0-8rem{margin:.8rem!important}.mt-0-8rem{margin-top:.8rem!important}.mr-0-8rem{margin-right:.8rem!important}.ml-0-8rem{margin-left:.8rem!important}.mb-0-8rem{margin-bottom:.8rem!important}.mx-0-8rem{margin-right:.8rem!important;margin-left:.8rem!important}.my-0-8rem{margin-top:.8rem!important;margin-bottom:.8rem!important}.m-0-9rem{margin:.9rem!important}.mt-0-9rem{margin-top:.9rem!important}.mr-0-9rem{margin-right:.9rem!important}.ml-0-9rem{margin-left:.9rem!important}.mb-0-9rem{margin-bottom:.9rem!important}.mx-0-9rem{margin-right:.9rem!important;margin-left:.9rem!important}.my-0-9rem{margin-top:.9rem!important;margin-bottom:.9rem!important}.m-0rem{margin:0rem!important}.mt-0rem{margin-top:0rem!important}.mr-0rem{margin-right:0rem!important}.ml-0rem{margin-left:0rem!important}.mb-0rem{margin-bottom:0rem!important}.mx-0rem{margin-right:0rem!important;margin-left:0rem!important}.my-0rem{margin-top:0rem!important;margin-bottom:0rem!important}.m-1rem{margin:1rem!important}.mt-1rem{margin-top:1rem!important}.mr-1rem{margin-right:1rem!important}.ml-1rem{margin-left:1rem!important}.mb-1rem{margin-bottom:1rem!important}.mx-1rem{margin-right:1rem!important;margin-left:1rem!important}.my-1rem{margin-top:1rem!important;margin-bottom:1rem!important}.m-1-5rem{margin:1.5rem!important}.mt-1-5rem{margin-top:1.5rem!important}.mr-1-5rem{margin-right:1.5rem!important}.ml-1-5rem{margin-left:1.5rem!important}.mb-1-5rem{margin-bottom:1.5rem!important}.mx-1-5rem{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-1-5rem{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-2rem{margin:2rem!important}.mt-2rem{margin-top:2rem!important}.mr-2rem{margin-right:2rem!important}.ml-2rem{margin-left:2rem!important}.mb-2rem{margin-bottom:2rem!important}.mx-2rem{margin-right:2rem!important;margin-left:2rem!important}.my-2rem{margin-top:2rem!important;margin-bottom:2rem!important}.m-2-5rem{margin:2.5rem!important}.mt-2-5rem{margin-top:2.5rem!important}.mr-2-5rem{margin-right:2.5rem!important}.ml-2-5rem{margin-left:2.5rem!important}.mb-2-5rem{margin-bottom:2.5rem!important}.mx-2-5rem{margin-right:2.5rem!important;margin-left:2.5rem!important}.my-2-5rem{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.m-3rem{margin:3rem!important}.mt-3rem{margin-top:3rem!important}.mr-3rem{margin-right:3rem!important}.ml-3rem{margin-left:3rem!important}.mb-3rem{margin-bottom:3rem!important}.mx-3rem{margin-right:3rem!important;margin-left:3rem!important}.my-3rem{margin-top:3rem!important;margin-bottom:3rem!important}.m-3-5rem{margin:3.5rem!important}.mt-3-5rem{margin-top:3.5rem!important}.mr-3-5rem{margin-right:3.5rem!important}.ml-3-5rem{margin-left:3.5rem!important}.mb-3-5rem{margin-bottom:3.5rem!important}.mx-3-5rem{margin-right:3.5rem!important;margin-left:3.5rem!important}.my-3-5rem{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.m-4rem{margin:4rem!important}.mt-4rem{margin-top:4rem!important}.mr-4rem{margin-right:4rem!important}.ml-4rem{margin-left:4rem!important}.mb-4rem{margin-bottom:4rem!important}.mx-4rem{margin-right:4rem!important;margin-left:4rem!important}.my-4rem{margin-top:4rem!important;margin-bottom:4rem!important}.m-4-5rem{margin:4.5rem!important}.mt-4-5rem{margin-top:4.5rem!important}.mr-4-5rem{margin-right:4.5rem!important}.ml-4-5rem{margin-left:4.5rem!important}.mb-4-5rem{margin-bottom:4.5rem!important}.mx-4-5rem{margin-right:4.5rem!important;margin-left:4.5rem!important}.my-4-5rem{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.m-5rem{margin:5rem!important}.mt-5rem{margin-top:5rem!important}.mr-5rem{margin-right:5rem!important}.ml-5rem{margin-left:5rem!important}.mb-5rem{margin-bottom:5rem!important}.mx-5rem{margin-right:5rem!important;margin-left:5rem!important}.my-5rem{margin-top:5rem!important;margin-bottom:5rem!important}.m-6rem{margin:6rem!important}.mt-6rem{margin-top:6rem!important}.mr-6rem{margin-right:6rem!important}.ml-6rem{margin-left:6rem!important}.mb-6rem{margin-bottom:6rem!important}.mx-6rem{margin-right:6rem!important;margin-left:6rem!important}.my-6rem{margin-top:6rem!important;margin-bottom:6rem!important}.m-7rem{margin:7rem!important}.mt-7rem{margin-top:7rem!important}.mr-7rem{margin-right:7rem!important}.ml-7rem{margin-left:7rem!important}.mb-7rem{margin-bottom:7rem!important}.mx-7rem{margin-right:7rem!important;margin-left:7rem!important}.my-7rem{margin-top:7rem!important;margin-bottom:7rem!important}.m-8rem{margin:8rem!important}.mt-8rem{margin-top:8rem!important}.mr-8rem{margin-right:8rem!important}.ml-8rem{margin-left:8rem!important}.mb-8rem{margin-bottom:8rem!important}.mx-8rem{margin-right:8rem!important;margin-left:8rem!important}.my-8rem{margin-top:8rem!important;margin-bottom:8rem!important}.m-9rem{margin:9rem!important}.mt-9rem{margin-top:9rem!important}.mr-9rem{margin-right:9rem!important}.ml-9rem{margin-left:9rem!important}.mb-9rem{margin-bottom:9rem!important}.mx-9rem{margin-right:9rem!important;margin-left:9rem!important}.my-9rem{margin-top:9rem!important;margin-bottom:9rem!important}.m-10rem{margin:10rem!important}.mt-10rem{margin-top:10rem!important}.mr-10rem{margin-right:10rem!important}.ml-10rem{margin-left:10rem!important}.mb-10rem{margin-bottom:10rem!important}.mx-10rem{margin-right:10rem!important;margin-left:10rem!important}.my-10rem{margin-top:10rem!important;margin-bottom:10rem!important}.m-0por{margin:0%!important}.m-5por{margin:5%!important}.m-10por{margin:10%!important}.m-15por{margin:15%!important}.m-20por{margin:20%!important}.m-25por{margin:25%!important}.m-30por{margin:30%!important}.m-35por{margin:35%!important}.m-40por{margin:40%!important}.m-45por{margin:45%!important}.m-50por{margin:50%!important}.m-55por{margin:55%!important}.m-60por{margin:60%!important}.m-65por{margin:65%!important}.m-70por{margin:70%!important}.m-75por{margin:75%!important}.m-80por{margin:80%!important}.m-85por{margin:85%!important}.m-90por{margin:90%!important}.m-95por{margin:95%!important}.m-100por{margin:100%!important}.m-0vh{margin:0!important}.m-5vh{margin:5vh!important}.m-10vh{margin:10vh!important}.m-11vh{margin:11vh!important}.m-12vh{margin:12vh!important}.m-13vh{margin:13vh!important}.m-14vh{margin:14vh!important}.m-15vh{margin:15vh!important}.m-20vh{margin:20vh!important}.m-25vh{margin:25vh!important}.m-30vh{margin:30vh!important}.m-35vh{margin:35vh!important}.m-40vh{margin:40vh!important}.m-45vh{margin:45vh!important}.m-50vh{margin:50vh!important}.m-55vh{margin:55vh!important}.m-60vh{margin:60vh!important}.m-65vh{margin:65vh!important}.m-70vh{margin:70vh!important}.m-75vh{margin:75vh!important}.m-80vh{margin:80vh!important}.m-85vh{margin:85vh!important}.m-90vh{margin:90vh!important}.m-95vh{margin:95vh!important}.m-100vh{margin:100vh!important}.m-0vw{margin:0!important}.m-5vw{margin:5vw!important}.m-10vw{margin:10vw!important}.m-11vw{margin:11vw!important}.m-12vw{margin:12vw!important}.m-13vw{margin:13vw!important}.m-14vw{margin:14vw!important}.m-15vw{margin:15vw!important}.m-20vw{margin:20vw!important}.m-25vw{margin:25vw!important}.m-30vw{margin:30vw!important}.m-35vw{margin:35vw!important}.m-40vw{margin:40vw!important}.m-45vw{margin:45vw!important}.m-50vw{margin:50vw!important}.m-55vw{margin:55vw!important}.m-60vw{margin:60vw!important}.m-65vw{margin:65vw!important}.m-70vw{margin:70vw!important}.m-75vw{margin:75vw!important}.m-80vw{margin:80vw!important}.m-85vw{margin:85vw!important}.m-90vw{margin:90vw!important}.m-95vw{margin:95vw!important}.m-100vw{margin:100vw!important}.m-auto{margin:auto!important}.m-0px{margin:0!important}.m-4px{margin:4px!important}.m-5px{margin:5px!important}.m-6px{margin:6px!important}.m-8px{margin:8px!important}.m-10px{margin:10px!important}.m-11px{margin:11px!important}.m-12px{margin:12px!important}.m-14px{margin:14px!important}.m-15px{margin:15px!important}.m-16px{margin:16px!important}.m-18px{margin:18px!important}.m-19px{margin:19px!important}.m-20px{margin:20px!important}.m-21px{margin:21px!important}.m-25px{margin:25px!important}.m-30px{margin:30px!important}.m-35px{margin:35px!important}.m-40px{margin:40px!important}.m-45px{margin:45px!important}.m-50px{margin:50px!important}.m-55px{margin:55px!important}.m-60px{margin:60px!important}.m-65px{margin:65px!important}.m-70px{margin:70px!important}.m-75px{margin:75px!important}.m-80px{margin:80px!important}.m-90px{margin:90px!important}.m-100px{margin:100px!important}.m-110px{margin:110px!important}.m-120px{margin:120px!important}.m-130px{margin:130px!important}.m-140px{margin:140px!important}.m-150px{margin:150px!important}.m-160px{margin:160px!important}.m-170px{margin:170px!important}.m-180px{margin:180px!important}.m-200px{margin:200px!important}.m-210px{margin:210px!important}.m-220px{margin:220px!important}.m-230px{margin:230px!important}.m-240px{margin:240px!important}.m-250px{margin:250px!important}.m-260px{margin:260px!important}.m-270px{margin:270px!important}.m-275px{margin:275px!important}.m-280px{margin:280px!important}.m-290px{margin:290px!important}.m-300px{margin:300px!important}.m-310px{margin:310px!important}.m-320px{margin:320px!important}.m-330px{margin:330px!important}.m-340px{margin:340px!important}.m-350px{margin:350px!important}.m-400px{margin:400px!important}.m-450px{margin:450px!important}.m-500px{margin:500px!important}.m-600px{margin:600px!important}.m-700px{margin:700px!important}.m-800px{margin:800px!important}.m-900px{margin:900px!important}.m-1000px{margin:1000px!important}.m-1100px{margin:1100px!important}.m-1200px{margin:1200px!important}.m-1300px{margin:1300px!important}.pos-static{position:static!important}.pos-relative{position:relative!important}.pos-absolute{position:absolute!important}.pos-fixed{position:fixed!important}.pos-sticky{position:sticky!important}.p-fixed-top{position:fixed!important;top:0rem!important;right:0rem!important;left:0rem!important;z-index:975}.p-fixed-bottom{position:fixed!important;right:0rem!important;bottom:0rem!important;left:0rem!important;z-index:975}.t-0-1rem{top:.1rem!important}.r-0-1rem{right:.1rem!important}.b-0-1rem{bottom:.1rem!important}.l-0-1rem{left:.1rem!important}.t-0-2rem{top:.2rem!important}.r-0-2rem{right:.2rem!important}.b-0-2rem{bottom:.2rem!important}.l-0-2rem{left:.2rem!important}.t-0-3rem{top:.3rem!important}.r-0-3rem{right:.3rem!important}.b-0-3rem{bottom:.3rem!important}.l-0-3rem{left:.3rem!important}.t-0-4rem{top:.4rem!important}.r-0-4rem{right:.4rem!important}.b-0-4rem{bottom:.4rem!important}.l-0-4rem{left:.4rem!important}.t-0-5rem{top:.5rem!important}.r-0-5rem{right:.5rem!important}.b-0-5rem{bottom:.5rem!important}.l-0-5rem{left:.5rem!important}.t-0-6rem{top:.6rem!important}.r-0-6rem{right:.6rem!important}.b-0-6rem{bottom:.6rem!important}.l-0-6rem{left:.6rem!important}.t-0-7rem{top:.7rem!important}.r-0-7rem{right:.7rem!important}.b-0-7rem{bottom:.7rem!important}.l-0-7rem{left:.7rem!important}.t-0-8rem{top:.8rem!important}.r-0-8rem{right:.8rem!important}.b-0-8rem{bottom:.8rem!important}.l-0-8rem{left:.8rem!important}.t-0-9rem{top:.9rem!important}.r-0-9rem{right:.9rem!important}.b-0-9rem{bottom:.9rem!important}.l-0-9rem{left:.9rem!important}.t-0rem{top:0rem!important}.r-0rem{right:0rem!important}.b-0rem{bottom:0rem!important}.l-0rem{left:0rem!important}.t-1rem{top:1rem!important}.r-1rem{right:1rem!important}.b-1rem{bottom:1rem!important}.l-1rem{left:1rem!important}.t-1-5rem{top:1.5rem!important}.r-1-5rem{right:1.5rem!important}.b-1-5rem{bottom:1.5rem!important}.l-1-5rem{left:1.5rem!important}.t-2rem{top:2rem!important}.r-2rem{right:2rem!important}.b-2rem{bottom:2rem!important}.l-2rem{left:2rem!important}.t-2-5rem{top:2.5rem!important}.r-2-5rem{right:2.5rem!important}.b-2-5rem{bottom:2.5rem!important}.l-2-5rem{left:2.5rem!important}.t-3rem{top:3rem!important}.r-3rem{right:3rem!important}.b-3rem{bottom:3rem!important}.l-3rem{left:3rem!important}.t-3-5rem{top:3.5rem!important}.r-3-5rem{right:3.5rem!important}.b-3-5rem{bottom:3.5rem!important}.l-3-5rem{left:3.5rem!important}.t-4rem{top:4rem!important}.r-4rem{right:4rem!important}.b-4rem{bottom:4rem!important}.l-4rem{left:4rem!important}.t-4-5rem{top:4.5rem!important}.r-4-5rem{right:4.5rem!important}.b-4-5rem{bottom:4.5rem!important}.l-4-5rem{left:4.5rem!important}.t-5rem{top:5rem!important}.r-5rem{right:5rem!important}.b-5rem{bottom:5rem!important}.l-5rem{left:5rem!important}.t-6rem{top:6rem!important}.r-6rem{right:6rem!important}.b-6rem{bottom:6rem!important}.l-6rem{left:6rem!important}.t-7rem{top:7rem!important}.r-7rem{right:7rem!important}.b-7rem{bottom:7rem!important}.l-7rem{left:7rem!important}.t-8rem{top:8rem!important}.r-8rem{right:8rem!important}.b-8rem{bottom:8rem!important}.l-8rem{left:8rem!important}.t-9rem{top:9rem!important}.r-9rem{right:9rem!important}.b-9rem{bottom:9rem!important}.l-9rem{left:9rem!important}.t-10rem{top:10rem!important}.r-10rem{right:10rem!important}.b-10rem{bottom:10rem!important}.l-10rem{left:10rem!important}.t-0por{top:0%!important}.r-0por{right:0%!important}.b-0por{bottom:0%!important}.l-0por{left:0%!important}.t-5por{top:5%!important}.r-5por{right:5%!important}.b-5por{bottom:5%!important}.l-5por{left:5%!important}.t-10por{top:10%!important}.r-10por{right:10%!important}.b-10por{bottom:10%!important}.l-10por{left:10%!important}.t-15por{top:15%!important}.r-15por{right:15%!important}.b-15por{bottom:15%!important}.l-15por{left:15%!important}.t-20por{top:20%!important}.r-20por{right:20%!important}.b-20por{bottom:20%!important}.l-20por{left:20%!important}.t-25por{top:25%!important}.r-25por{right:25%!important}.b-25por{bottom:25%!important}.l-25por{left:25%!important}.t-30por{top:30%!important}.r-30por{right:30%!important}.b-30por{bottom:30%!important}.l-30por{left:30%!important}.t-35por{top:35%!important}.r-35por{right:35%!important}.b-35por{bottom:35%!important}.l-35por{left:35%!important}.t-40por{top:40%!important}.r-40por{right:40%!important}.b-40por{bottom:40%!important}.l-40por{left:40%!important}.t-45por{top:45%!important}.r-45por{right:45%!important}.b-45por{bottom:45%!important}.l-45por{left:45%!important}.t-50por{top:50%!important}.r-50por{right:50%!important}.b-50por{bottom:50%!important}.l-50por{left:50%!important}.t-55por{top:55%!important}.r-55por{right:55%!important}.b-55por{bottom:55%!important}.l-55por{left:55%!important}.t-60por{top:60%!important}.r-60por{right:60%!important}.b-60por{bottom:60%!important}.l-60por{left:60%!important}.t-65por{top:65%!important}.r-65por{right:65%!important}.b-65por{bottom:65%!important}.l-65por{left:65%!important}.t-70por{top:70%!important}.r-70por{right:70%!important}.b-70por{bottom:70%!important}.l-70por{left:70%!important}.t-75por{top:75%!important}.r-75por{right:75%!important}.b-75por{bottom:75%!important}.l-75por{left:75%!important}.t-80por{top:80%!important}.r-80por{right:80%!important}.b-80por{bottom:80%!important}.l-80por{left:80%!important}.t-85por{top:85%!important}.r-85por{right:85%!important}.b-85por{bottom:85%!important}.l-85por{left:85%!important}.t-90por{top:90%!important}.r-90por{right:90%!important}.b-90por{bottom:90%!important}.l-90por{left:90%!important}.t-95por{top:95%!important}.r-95por{right:95%!important}.b-95por{bottom:95%!important}.l-95por{left:95%!important}.t-100por{top:100%!important}.r-100por{right:100%!important}.b-100por{bottom:100%!important}.l-100por{left:100%!important}.t-0vh{top:0!important}.r-0vh{right:0!important}.b-0vh{bottom:0!important}.l-0vh{left:0!important}.t-5vh{top:5vh!important}.r-5vh{right:5vh!important}.b-5vh{bottom:5vh!important}.l-5vh{left:5vh!important}.t-10vh{top:10vh!important}.r-10vh{right:10vh!important}.b-10vh{bottom:10vh!important}.l-10vh{left:10vh!important}.t-11vh{top:11vh!important}.r-11vh{right:11vh!important}.b-11vh{bottom:11vh!important}.l-11vh{left:11vh!important}.t-12vh{top:12vh!important}.r-12vh{right:12vh!important}.b-12vh{bottom:12vh!important}.l-12vh{left:12vh!important}.t-13vh{top:13vh!important}.r-13vh{right:13vh!important}.b-13vh{bottom:13vh!important}.l-13vh{left:13vh!important}.t-14vh{top:14vh!important}.r-14vh{right:14vh!important}.b-14vh{bottom:14vh!important}.l-14vh{left:14vh!important}.t-15vh{top:15vh!important}.r-15vh{right:15vh!important}.b-15vh{bottom:15vh!important}.l-15vh{left:15vh!important}.t-20vh{top:20vh!important}.r-20vh{right:20vh!important}.b-20vh{bottom:20vh!important}.l-20vh{left:20vh!important}.t-25vh{top:25vh!important}.r-25vh{right:25vh!important}.b-25vh{bottom:25vh!important}.l-25vh{left:25vh!important}.t-30vh{top:30vh!important}.r-30vh{right:30vh!important}.b-30vh{bottom:30vh!important}.l-30vh{left:30vh!important}.t-35vh{top:35vh!important}.r-35vh{right:35vh!important}.b-35vh{bottom:35vh!important}.l-35vh{left:35vh!important}.t-40vh{top:40vh!important}.r-40vh{right:40vh!important}.b-40vh{bottom:40vh!important}.l-40vh{left:40vh!important}.t-45vh{top:45vh!important}.r-45vh{right:45vh!important}.b-45vh{bottom:45vh!important}.l-45vh{left:45vh!important}.t-50vh{top:50vh!important}.r-50vh{right:50vh!important}.b-50vh{bottom:50vh!important}.l-50vh{left:50vh!important}.t-55vh{top:55vh!important}.r-55vh{right:55vh!important}.b-55vh{bottom:55vh!important}.l-55vh{left:55vh!important}.t-60vh{top:60vh!important}.r-60vh{right:60vh!important}.b-60vh{bottom:60vh!important}.l-60vh{left:60vh!important}.t-65vh{top:65vh!important}.r-65vh{right:65vh!important}.b-65vh{bottom:65vh!important}.l-65vh{left:65vh!important}.t-70vh{top:70vh!important}.r-70vh{right:70vh!important}.b-70vh{bottom:70vh!important}.l-70vh{left:70vh!important}.t-75vh{top:75vh!important}.r-75vh{right:75vh!important}.b-75vh{bottom:75vh!important}.l-75vh{left:75vh!important}.t-80vh{top:80vh!important}.r-80vh{right:80vh!important}.b-80vh{bottom:80vh!important}.l-80vh{left:80vh!important}.t-85vh{top:85vh!important}.r-85vh{right:85vh!important}.b-85vh{bottom:85vh!important}.l-85vh{left:85vh!important}.t-90vh{top:90vh!important}.r-90vh{right:90vh!important}.b-90vh{bottom:90vh!important}.l-90vh{left:90vh!important}.t-95vh{top:95vh!important}.r-95vh{right:95vh!important}.b-95vh{bottom:95vh!important}.l-95vh{left:95vh!important}.t-100vh{top:100vh!important}.r-100vh{right:100vh!important}.b-100vh{bottom:100vh!important}.l-100vh{left:100vh!important}.t-0vw{top:0!important}.r-0vw{right:0!important}.b-0vw{bottom:0!important}.l-0vw{left:0!important}.t-5vw{top:5vw!important}.r-5vw{right:5vw!important}.b-5vw{bottom:5vw!important}.l-5vw{left:5vw!important}.t-10vw{top:10vw!important}.r-10vw{right:10vw!important}.b-10vw{bottom:10vw!important}.l-10vw{left:10vw!important}.t-11vw{top:11vw!important}.r-11vw{right:11vw!important}.b-11vw{bottom:11vw!important}.l-11vw{left:11vw!important}.t-12vw{top:12vw!important}.r-12vw{right:12vw!important}.b-12vw{bottom:12vw!important}.l-12vw{left:12vw!important}.t-13vw{top:13vw!important}.r-13vw{right:13vw!important}.b-13vw{bottom:13vw!important}.l-13vw{left:13vw!important}.t-14vw{top:14vw!important}.r-14vw{right:14vw!important}.b-14vw{bottom:14vw!important}.l-14vw{left:14vw!important}.t-15vw{top:15vw!important}.r-15vw{right:15vw!important}.b-15vw{bottom:15vw!important}.l-15vw{left:15vw!important}.t-20vw{top:20vw!important}.r-20vw{right:20vw!important}.b-20vw{bottom:20vw!important}.l-20vw{left:20vw!important}.t-25vw{top:25vw!important}.r-25vw{right:25vw!important}.b-25vw{bottom:25vw!important}.l-25vw{left:25vw!important}.t-30vw{top:30vw!important}.r-30vw{right:30vw!important}.b-30vw{bottom:30vw!important}.l-30vw{left:30vw!important}.t-35vw{top:35vw!important}.r-35vw{right:35vw!important}.b-35vw{bottom:35vw!important}.l-35vw{left:35vw!important}.t-40vw{top:40vw!important}.r-40vw{right:40vw!important}.b-40vw{bottom:40vw!important}.l-40vw{left:40vw!important}.t-45vw{top:45vw!important}.r-45vw{right:45vw!important}.b-45vw{bottom:45vw!important}.l-45vw{left:45vw!important}.t-50vw{top:50vw!important}.r-50vw{right:50vw!important}.b-50vw{bottom:50vw!important}.l-50vw{left:50vw!important}.t-55vw{top:55vw!important}.r-55vw{right:55vw!important}.b-55vw{bottom:55vw!important}.l-55vw{left:55vw!important}.t-60vw{top:60vw!important}.r-60vw{right:60vw!important}.b-60vw{bottom:60vw!important}.l-60vw{left:60vw!important}.t-65vw{top:65vw!important}.r-65vw{right:65vw!important}.b-65vw{bottom:65vw!important}.l-65vw{left:65vw!important}.t-70vw{top:70vw!important}.r-70vw{right:70vw!important}.b-70vw{bottom:70vw!important}.l-70vw{left:70vw!important}.t-75vw{top:75vw!important}.r-75vw{right:75vw!important}.b-75vw{bottom:75vw!important}.l-75vw{left:75vw!important}.t-80vw{top:80vw!important}.r-80vw{right:80vw!important}.b-80vw{bottom:80vw!important}.l-80vw{left:80vw!important}.t-85vw{top:85vw!important}.r-85vw{right:85vw!important}.b-85vw{bottom:85vw!important}.l-85vw{left:85vw!important}.t-90vw{top:90vw!important}.r-90vw{right:90vw!important}.b-90vw{bottom:90vw!important}.l-90vw{left:90vw!important}.t-95vw{top:95vw!important}.r-95vw{right:95vw!important}.b-95vw{bottom:95vw!important}.l-95vw{left:95vw!important}.t-100vw{top:100vw!important}.r-100vw{right:100vw!important}.b-100vw{bottom:100vw!important}.l-100vw{left:100vw!important}.t-auto{top:auto!important}.r-auto{right:auto!important}.b-auto{bottom:auto!important}.l-auto{left:auto!important}.t-0px{top:0!important}.r-0px{right:0!important}.b-0px{bottom:0!important}.l-0px{left:0!important}.t-4px{top:4px!important}.r-4px{right:4px!important}.b-4px{bottom:4px!important}.l-4px{left:4px!important}.t-5px{top:5px!important}.r-5px{right:5px!important}.b-5px{bottom:5px!important}.l-5px{left:5px!important}.t-6px{top:6px!important}.r-6px{right:6px!important}.b-6px{bottom:6px!important}.l-6px{left:6px!important}.t-8px{top:8px!important}.r-8px{right:8px!important}.b-8px{bottom:8px!important}.l-8px{left:8px!important}.t-10px{top:10px!important}.r-10px{right:10px!important}.b-10px{bottom:10px!important}.l-10px{left:10px!important}.t-11px{top:11px!important}.r-11px{right:11px!important}.b-11px{bottom:11px!important}.l-11px{left:11px!important}.t-12px{top:12px!important}.r-12px{right:12px!important}.b-12px{bottom:12px!important}.l-12px{left:12px!important}.t-14px{top:14px!important}.r-14px{right:14px!important}.b-14px{bottom:14px!important}.l-14px{left:14px!important}.t-15px{top:15px!important}.r-15px{right:15px!important}.b-15px{bottom:15px!important}.l-15px{left:15px!important}.t-16px{top:16px!important}.r-16px{right:16px!important}.b-16px{bottom:16px!important}.l-16px{left:16px!important}.t-18px{top:18px!important}.r-18px{right:18px!important}.b-18px{bottom:18px!important}.l-18px{left:18px!important}.t-19px{top:19px!important}.r-19px{right:19px!important}.b-19px{bottom:19px!important}.l-19px{left:19px!important}.t-20px{top:20px!important}.r-20px{right:20px!important}.b-20px{bottom:20px!important}.l-20px{left:20px!important}.t-21px{top:21px!important}.r-21px{right:21px!important}.b-21px{bottom:21px!important}.l-21px{left:21px!important}.t-25px{top:25px!important}.r-25px{right:25px!important}.b-25px{bottom:25px!important}.l-25px{left:25px!important}.t-30px{top:30px!important}.r-30px{right:30px!important}.b-30px{bottom:30px!important}.l-30px{left:30px!important}.t-35px{top:35px!important}.r-35px{right:35px!important}.b-35px{bottom:35px!important}.l-35px{left:35px!important}.t-40px{top:40px!important}.r-40px{right:40px!important}.b-40px{bottom:40px!important}.l-40px{left:40px!important}.t-45px{top:45px!important}.r-45px{right:45px!important}.b-45px{bottom:45px!important}.l-45px{left:45px!important}.t-50px{top:50px!important}.r-50px{right:50px!important}.b-50px{bottom:50px!important}.l-50px{left:50px!important}.t-55px{top:55px!important}.r-55px{right:55px!important}.b-55px{bottom:55px!important}.l-55px{left:55px!important}.t-60px{top:60px!important}.r-60px{right:60px!important}.b-60px{bottom:60px!important}.l-60px{left:60px!important}.t-65px{top:65px!important}.r-65px{right:65px!important}.b-65px{bottom:65px!important}.l-65px{left:65px!important}.t-70px{top:70px!important}.r-70px{right:70px!important}.b-70px{bottom:70px!important}.l-70px{left:70px!important}.t-75px{top:75px!important}.r-75px{right:75px!important}.b-75px{bottom:75px!important}.l-75px{left:75px!important}.t-80px{top:80px!important}.r-80px{right:80px!important}.b-80px{bottom:80px!important}.l-80px{left:80px!important}.t-90px{top:90px!important}.r-90px{right:90px!important}.b-90px{bottom:90px!important}.l-90px{left:90px!important}.t-100px{top:100px!important}.r-100px{right:100px!important}.b-100px{bottom:100px!important}.l-100px{left:100px!important}.t-110px{top:110px!important}.r-110px{right:110px!important}.b-110px{bottom:110px!important}.l-110px{left:110px!important}.t-120px{top:120px!important}.r-120px{right:120px!important}.b-120px{bottom:120px!important}.l-120px{left:120px!important}.t-130px{top:130px!important}.r-130px{right:130px!important}.b-130px{bottom:130px!important}.l-130px{left:130px!important}.t-140px{top:140px!important}.r-140px{right:140px!important}.b-140px{bottom:140px!important}.l-140px{left:140px!important}.t-150px{top:150px!important}.r-150px{right:150px!important}.b-150px{bottom:150px!important}.l-150px{left:150px!important}.t-160px{top:160px!important}.r-160px{right:160px!important}.b-160px{bottom:160px!important}.l-160px{left:160px!important}.t-170px{top:170px!important}.r-170px{right:170px!important}.b-170px{bottom:170px!important}.l-170px{left:170px!important}.t-180px{top:180px!important}.r-180px{right:180px!important}.b-180px{bottom:180px!important}.l-180px{left:180px!important}.t-200px{top:200px!important}.r-200px{right:200px!important}.b-200px{bottom:200px!important}.l-200px{left:200px!important}.t-210px{top:210px!important}.r-210px{right:210px!important}.b-210px{bottom:210px!important}.l-210px{left:210px!important}.t-220px{top:220px!important}.r-220px{right:220px!important}.b-220px{bottom:220px!important}.l-220px{left:220px!important}.t-230px{top:230px!important}.r-230px{right:230px!important}.b-230px{bottom:230px!important}.l-230px{left:230px!important}.t-240px{top:240px!important}.r-240px{right:240px!important}.b-240px{bottom:240px!important}.l-240px{left:240px!important}.t-250px{top:250px!important}.r-250px{right:250px!important}.b-250px{bottom:250px!important}.l-250px{left:250px!important}.t-260px{top:260px!important}.r-260px{right:260px!important}.b-260px{bottom:260px!important}.l-260px{left:260px!important}.t-270px{top:270px!important}.r-270px{right:270px!important}.b-270px{bottom:270px!important}.l-270px{left:270px!important}.t-275px{top:275px!important}.r-275px{right:275px!important}.b-275px{bottom:275px!important}.l-275px{left:275px!important}.t-280px{top:280px!important}.r-280px{right:280px!important}.b-280px{bottom:280px!important}.l-280px{left:280px!important}.t-290px{top:290px!important}.r-290px{right:290px!important}.b-290px{bottom:290px!important}.l-290px{left:290px!important}.t-300px{top:300px!important}.r-300px{right:300px!important}.b-300px{bottom:300px!important}.l-300px{left:300px!important}.t-310px{top:310px!important}.r-310px{right:310px!important}.b-310px{bottom:310px!important}.l-310px{left:310px!important}.t-320px{top:320px!important}.r-320px{right:320px!important}.b-320px{bottom:320px!important}.l-320px{left:320px!important}.t-330px{top:330px!important}.r-330px{right:330px!important}.b-330px{bottom:330px!important}.l-330px{left:330px!important}.t-340px{top:340px!important}.r-340px{right:340px!important}.b-340px{bottom:340px!important}.l-340px{left:340px!important}.t-350px{top:350px!important}.r-350px{right:350px!important}.b-350px{bottom:350px!important}.l-350px{left:350px!important}.t-400px{top:400px!important}.r-400px{right:400px!important}.b-400px{bottom:400px!important}.l-400px{left:400px!important}.t-450px{top:450px!important}.r-450px{right:450px!important}.b-450px{bottom:450px!important}.l-450px{left:450px!important}.t-500px{top:500px!important}.r-500px{right:500px!important}.b-500px{bottom:500px!important}.l-500px{left:500px!important}.t-600px{top:600px!important}.r-600px{right:600px!important}.b-600px{bottom:600px!important}.l-600px{left:600px!important}.t-700px{top:700px!important}.r-700px{right:700px!important}.b-700px{bottom:700px!important}.l-700px{left:700px!important}.t-800px{top:800px!important}.r-800px{right:800px!important}.b-800px{bottom:800px!important}.l-800px{left:800px!important}.t-900px{top:900px!important}.r-900px{right:900px!important}.b-900px{bottom:900px!important}.l-900px{left:900px!important}.t-1000px{top:1000px!important}.r-1000px{right:1000px!important}.b-1000px{bottom:1000px!important}.l-1000px{left:1000px!important}.t-1100px{top:1100px!important}.r-1100px{right:1100px!important}.b-1100px{bottom:1100px!important}.l-1100px{left:1100px!important}.t-1200px{top:1200px!important}.r-1200px{right:1200px!important}.b-1200px{bottom:1200px!important}.l-1200px{left:1200px!important}.t-1300px{top:1300px!important}.r-1300px{right:1300px!important}.b-1300px{bottom:1300px!important}.l-1300px{left:1300px!important}.t-middle{transform:translate(-50%,-50%)!important}.t-middle-x{transform:translate(-50%)!important}.t-middle-y{transform:translateY(-50%)!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}.z-4{z-index:4!important}.z-5{z-index:5!important}.z-auto{z-index:auto!important}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}.table{--bs-table-color: var(--bs-body-color);--bs-table-bg: transparent;--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-body-color);--bs-table-striped-bg: rgba(0, 0, 0, .05);--bs-table-active-color: var(--bs-body-color);--bs-table-active-bg: rgba(0, 0, 0, .1);--bs-table-hover-color: var(--bs-body-color);--bs-table-hover-bg: rgba(0, 0, 0, .075);width:100%;margin-bottom:1rem;color:var(--bs-table-color);vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem;background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{background-color:var(--yellowKindLight);color:var(--bs-table-striped-color)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){background-color:var(--yellowKindLight);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg: var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg: var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-color: #000;--bs-table-bg: #cfe2ff;--bs-table-border-color: #bacbe6;--bs-table-striped-bg: #c5d7f2;--bs-table-striped-color: #000;--bs-table-active-bg: #bacbe6;--bs-table-active-color: #000;--bs-table-hover-bg: #bfd1ec;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: #e2e3e5;--bs-table-border-color: #cbccce;--bs-table-striped-bg: #d7d8da;--bs-table-striped-color: #000;--bs-table-active-bg: #cbccce;--bs-table-active-color: #000;--bs-table-hover-bg: #d1d2d4;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: #d1e7dd;--bs-table-border-color: #bcd0c7;--bs-table-striped-bg: #c7dbd2;--bs-table-striped-color: #000;--bs-table-active-bg: #bcd0c7;--bs-table-active-color: #000;--bs-table-hover-bg: #c1d6cc;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: #cff4fc;--bs-table-border-color: #badce3;--bs-table-striped-bg: #c5e8ef;--bs-table-striped-color: #000;--bs-table-active-bg: #badce3;--bs-table-active-color: #000;--bs-table-hover-bg: #bfe2e9;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: #fff3cd;--bs-table-border-color: #e6dbb9;--bs-table-striped-bg: #f2e7c3;--bs-table-striped-color: #000;--bs-table-active-bg: #e6dbb9;--bs-table-active-color: #000;--bs-table-hover-bg: #ece1be;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: #f8d7da;--bs-table-border-color: #dfc2c4;--bs-table-striped-bg: #eccccf;--bs-table-striped-color: #000;--bs-table-active-bg: #dfc2c4;--bs-table-active-color: #000;--bs-table-hover-bg: #e5c7ca;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: #dfe0e1;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #212529;--bs-table-border-color: #373b3e;--bs-table-striped-bg: #2c3034;--bs-table-striped-color: #fff;--bs-table-active-bg: #373b3e;--bs-table-active-color: #fff;--bs-table-hover-bg: #323539;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}:root{overflow-x:hidden!important}body{margin:0;padding:0;font-family:var(--font-family-primary);box-sizing:content-box;overflow-x:hidden!important}.container{width:100%;margin-right:auto;margin-left:auto;box-sizing:border-box}.cursor-point{cursor:pointer}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--blueKind);border-radius:5px}::-webkit-scrollbar-track{background:#9ac2ec}::selection{color:var(--white);background:var(--granateKind)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next";font-size:20px;font-weight:700}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev";font-size:20px;font-weight:700}.swiper-button-prev,.swiper-rtl .swiper-button-next,.swiper-button-next,.swiper-rtl .swiper-button-prev{width:30px;height:30px;background-color:var(--whiteKind);color:var(--granateKind);border-radius:100%;padding:.5rem;box-sizing:content-box;box-shadow:#00000029 0 1px 4px;transition:all .3s}.swiper-button-prev:hover,.swiper-rtl .swiper-button-next:hover,.swiper-button-next:hover,.swiper-rtl .swiper-button-prev:hover{color:var(--granateKind);transform:scale(1.1)}
