@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Roboto";@import"https://fonts.googleapis.com/css?family=Oswald:400,700";@import"https://fonts.googleapis.com/css?family=Work+Sans:regular,medium,semibold,bold";:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}@font-face{font-family:Material Symbols Outlined;font-style:normal;font-weight:100 700;font-display:block;src:url(/build/assets/material-symbols-outlined-Bgl3Icaq.woff2) format("woff2")}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.v-popper__popper{z-index:10000;top:0;left:0;outline:none}.v-popper__popper.v-popper__popper--hidden{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s;pointer-events:none}.v-popper__popper.v-popper__popper--shown{visibility:visible;opacity:1;transition:opacity .15s}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper{transition:none!important}.v-popper__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.v-popper__inner{position:relative;box-sizing:border-box;overflow-y:auto}.v-popper__inner>div{position:relative;z-index:1;max-width:inherit;max-height:inherit}.v-popper__arrow-container{position:absolute;width:10px;height:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;position:absolute;top:0;left:0;width:0;height:0}.v-popper__arrow-inner{visibility:hidden;border-width:7px}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{border-bottom-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{border-top-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{border-left-width:0;border-left-color:transparent!important;border-top-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer{border-right-width:0;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner{left:-2px}.v-popper--theme-tooltip .v-popper__inner{background:#000c;color:#fff;border-radius:6px;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#000c}.v-popper--theme-dropdown .v-popper__inner{background:#fff;color:#000;border-radius:6px;border:1px solid #ddd;box-shadow:0 6px 30px #0000001a}.v-popper--theme-dropdown .v-popper__arrow-inner{visibility:visible;border-color:#fff}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}.btn-wapp[data-v-552fc431]{position:fixed;right:8px;bottom:40px;width:48px;height:48px;border-radius:34px;padding:8px;background-color:#25d366;z-index:99}@media(min-width:1024px){.btn-wapp[data-v-552fc431]{right:24px;bottom:20px;width:50px;height:50px}}.modal.encuesta .contenedor[data-v-bd05af88]{display:flex;flex-direction:row;justify-content:center;align-items:center}.modal.encuesta .informacion[data-v-bd05af88]{display:grid;gap:16px;text-align:center}.modal.encuesta .titulo[data-v-bd05af88]{font-family:Work Sans;font-size:40px;margin:0}.modal.encuesta .titulo1[data-v-bd05af88]{font-weight:500;color:#333;margin:0}.modal.encuesta .titulo2[data-v-bd05af88]{font-weight:700;color:#da251e;margin:0}.modal.encuesta .subtitulo1[data-v-bd05af88]{font-family:Work Sans;font-size:18px;font-weight:400}.modal.encuesta .subtitulo1-palabras[data-v-bd05af88]{font-weight:600}.modal.encuesta .subtitulo2[data-v-bd05af88]{font-family:Work Sans;font-size:14px;font-weight:400}#footerAR{background:#333}#footerAR .container-footer{padding-block:2rem;padding-inline:7%}#footerAR .container-footer .content-columns{display:flex;justify-content:space-between;gap:25px 15px;margin-bottom:25px}#footerAR .container-footer .content-columns .column .icon-redes{width:24px;height:auto;object-fit:cover}#footerAR .container-footer .content-columns .column.marcas a img{width:100px;height:auto;object-fit:cover}#footerAR .container-footer .content-columns .column .title{color:#fff;font-family:Oswald;font-size:14px;font-weight:500;margin-bottom:20px;text-transform:uppercase}#footerAR .container-footer .content-columns .column ul{list-style-type:none;padding:unset;margin:unset;display:flex;flex-direction:column;row-gap:8px}#footerAR .container-footer .content-columns .column ul li,#footerAR .container-footer .content-columns .column ul a{color:#d6d6d6;font-family:Work Sans,sans-serif!important;font-size:12px!important;font-weight:500!important}#footerAR .container-footer .content-columns .column .content-separador{display:none}#footerAR .container-footer .content-columns .column.redes{width:210px}#footerAR .container-footer .content-columns .column.redes .text-redes{font-family:Work Sans;font-size:12px;font-weight:500;display:block;margin-bottom:16px;color:#d6d6d6}#footerAR .container-footer .content-columns .column.redes ul{display:flex;column-gap:24px;flex-direction:row}#footerAR .container-footer .content-compra{display:none}#footerAR .container-footer .content-slogan{border-bottom:1px solid #ababab;padding-bottom:20px}#footerAR .container-footer .content-slogan .slogan{color:#fff;font-family:Oswald;font-weight:500;font-size:14px;text-transform:uppercase}#footerAR .container-footer .nav-footer-legales{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:2rem;gap:15px}#footerAR .container-footer .nav-footer-legales .defensa-al-consumidor{color:#fafafa;font-family:Work Sans,sans-serif!important;font-size:14px;font-weight:400;line-height:15px}#footerAR .container-footer .nav-footer-legales .defensa-al-consumidor .link-defensa-consumidor{color:inherit}#footerAR .container-footer .nav-footer-legales .logos{display:flex;justify-content:flex-start;column-gap:10px;max-width:100vw;height:123px;overflow:auto}#footerAR .container-footer .nav-footer-legales .logos a img{height:100%;width:auto;object-fit:cover}@media(max-width:576px){#footerAR .container-footer{padding-inline:0;padding-block:0 2rem}#footerAR .container-footer .content-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:0;margin-bottom:0}#footerAR .container-footer .content-columns .column.gestiones{order:1}#footerAR .container-footer .content-columns .column.nosotros{order:2}#footerAR .container-footer .content-columns .column.comunidad{order:3}#footerAR .container-footer .content-columns .column.contacto{order:5}#footerAR .container-footer .content-columns .column.redes{order:6;width:100%}#footerAR .container-footer .content-columns .column.redes .text-redes{display:none}#footerAR .container-footer .content-columns .column.marcas{order:4}#footerAR .container-footer .content-columns .column.marcas ul{align-items:center;column-gap:10px;display:flex;flex-direction:row;flex-wrap:wrap}#footerAR .container-footer .content-columns .column.marcas ul li a img{width:auto;height:30px;object-fit:cover}#footerAR .container-footer .content-columns .column.marcas ul li img.konnen{width:auto;height:32px;object-fit:cover}#footerAR .container-footer .content-columns .column .item.datos-impositivo,#footerAR .container-footer .content-columns .column .item.legajos-impositivo{display:none}#footerAR .container-footer .content-columns .column .title{font-family:Work Sans;font-size:14px;font-weight:700;margin-block:0 20px}}@media(max-width:576px)and (min-width:1024px){#footerAR .container-footer .content-columns .column .title{font-size:18px}}@media(max-width:576px){#footerAR .container-footer .content-columns .column ul{row-gap:15px}#footerAR .container-footer .content-columns .column ul li,#footerAR .container-footer .content-columns .column ul a{color:#fff;font-size:14px!important;line-height:13px}#footerAR .container-footer .content-columns .column:not(.contacto,.redes){padding-inline:2rem;padding-block:1.5rem}#footerAR .container-footer .content-columns .column:is(.redes){border-bottom:1px solid #fff;padding-block:20px;grid-column:span 2}#footerAR .container-footer .content-columns .column:is(.redes) .title{display:none}#footerAR .container-footer .content-columns .column:is(.redes) ul{flex-direction:row;column-gap:30px;justify-content:center}#footerAR .container-footer .content-columns .column:is(.redes) ul li img{width:40px;height:auto;object-fit:cover}#footerAR .container-footer .content-columns .column:is(.contacto){border-top:1px solid #fff;border-bottom:1px solid #fff;padding-block:10px;grid-column:span 2}#footerAR .container-footer .content-columns .column:is(.contacto) .title{display:none}#footerAR .container-footer .content-columns .column:is(.contacto) .item:not(.ayuda,.telefono-primario,.whatsapp,.mail){display:none}#footerAR .container-footer .content-columns .column:is(.contacto) ul{display:grid;grid-template-columns:1fr 15px 1fr}#footerAR .container-footer .content-columns .column:is(.contacto) ul li{display:flex;align-items:center;justify-content:center}#footerAR .container-footer .content-columns .column:is(.contacto) ul li.ayuda{grid-row:span 3}#footerAR .container-footer .content-columns .column:is(.contacto) ul li.content-separador{display:block;grid-row:span 3}#footerAR .container-footer .content-columns .column:is(.contacto) ul li.content-separador .separador{border-left:1px solid #fff;height:100%}#footerAR .container-footer .content-compra{display:block;text-align:center;text-wrap:balance;color:#fff;border-bottom:1px solid #fff;padding-block:1rem}#footerAR .container-footer .content-compra a{color:#fff!important;text-decoration:underline!important}#footerAR .container-footer .content-slogan{display:none}#footerAR .container-footer .nav-footer-legales{justify-content:center}#footerAR .container-footer .nav-footer-legales .defensa-al-consumidor{text-align:center;color:#fff}#footerAR .container-footer .nav-footer-legales .defensa-al-consumidor .link-defensa-consumidor{font-weight:700}}@media(min-width:577px)and (max-width:768px){#footerAR .container-footer .content-columns{display:grid;grid-template-columns:repeat(3,1fr)}}#footerUY{background:#333}#footerUY .container-footer{padding-block:2rem;padding-inline:7%}#footerUY .container-footer .content-columns{display:flex;justify-content:space-between;flex-wrap:wrap;gap:25px 15px;margin-bottom:25px}#footerUY .container-footer .content-columns .column .icon-redes{width:24px;height:auto;object-fit:cover}#footerUY .container-footer .content-columns .column .title{color:#fff;font-family:Oswald;font-size:14px;font-weight:500;margin-bottom:20px;text-transform:uppercase}#footerUY .container-footer .content-columns .column ul{list-style-type:none;padding:unset;margin:unset;display:flex;flex-direction:column;row-gap:8px}#footerUY .container-footer .content-columns .column ul li,#footerUY .container-footer .content-columns .column ul a{color:#d6d6d6;font-family:Work Sans!important;font-size:12px!important}#footerUY .container-footer .content-columns .column .content-separador{display:none}#footerUY .container-footer .content-columns .column.redes{width:210px}#footerUY .container-footer .content-columns .column.redes .text-redes{font-family:Work Sans;font-size:12px;font-weight:500;display:block;margin-bottom:16px;color:#d6d6d6}#footerUY .container-footer .content-columns .column.redes ul{display:flex;column-gap:24px;flex-direction:row}#footerUY .container-footer .content-compra{display:none}#footerUY .container-footer .content-slogan{border-bottom:1px solid #ababab;padding-bottom:20px}#footerUY .container-footer .content-slogan .slogan{color:#fff;font-family:Oswald;font-weight:500;font-size:14px;text-transform:uppercase}@media(max-width:576px){#footerUY .container-footer{padding-inline:0;padding-block:0 2rem}#footerUY .container-footer .content-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:0;margin-bottom:0}#footerUY .container-footer .content-columns .column.gestiones{order:1}#footerUY .container-footer .content-columns .column.nosotros{order:2}#footerUY .container-footer .content-columns .column.comunidad{order:3}#footerUY .container-footer .content-columns .column.contacto{order:4}#footerUY .container-footer .content-columns .column.redes{order:5;width:100%}#footerUY .container-footer .content-columns .column.redes .text-redes{display:none}#footerUY .container-footer .content-columns .column .title{font-family:Work Sans;font-size:20px;font-weight:700;margin-block:0 20px}#footerUY .container-footer .content-columns .column ul{row-gap:15px}#footerUY .container-footer .content-columns .column ul li,#footerUY .container-footer .content-columns .column ul a{color:#fff;font-size:14px!important;line-height:13px}#footerUY .container-footer .content-columns .column:not(.contacto,.redes){padding-inline:2rem;padding-block:2rem}#footerUY .container-footer .content-columns .column:is(.redes){border-bottom:1px solid #fff;padding-block:20px;grid-column:span 2}#footerUY .container-footer .content-columns .column:is(.redes) .title{display:none}#footerUY .container-footer .content-columns .column:is(.redes) ul{flex-direction:row;column-gap:30px;justify-content:center}#footerUY .container-footer .content-columns .column:is(.redes) ul li img{width:40px;height:auto;object-fit:cover}#footerUY .container-footer .content-columns .column:is(.contacto){border-top:1px solid #fff;border-bottom:1px solid #fff;padding-block:10px;grid-column:span 2}#footerUY .container-footer .content-columns .column:is(.contacto) .title{display:none}#footerUY .container-footer .content-columns .column:is(.contacto) .item:not(.telefono-primario,.mail){display:none}#footerUY .container-footer .content-columns .column:is(.contacto) ul{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:stretch}#footerUY .container-footer .content-columns .column:is(.contacto) ul li{display:flex;align-items:center;justify-content:center}#footerUY .container-footer .content-columns .column:is(.contacto) ul li.content-separador{display:block}#footerUY .container-footer .content-columns .column:is(.contacto) ul li.content-separador .separador{border-left:1px solid #fff;height:100%}#footerUY .container-footer .content-compra{display:block;text-align:center;text-wrap:balance;color:#fff;border-bottom:1px solid #fff;padding-block:1rem}#footerUY .container-footer .content-compra a{color:#fff!important;text-decoration:underline!important}#footerUY .container-footer .content-slogan{display:none}}@media(min-width:577px)and (max-width:768px){#footerUY .container-footer .content-columns{display:grid;grid-template-columns:repeat(3,1fr)}}.comeback[data-v-a5d547fe]{position:relative;padding-block:8px;padding-inline:16px;background-color:#fafafa;text-align:center;color:#333;font-family:Work Sans;font-size:14px;font-weight:600}.comeback .material-symbols-outlined[data-v-a5d547fe]{color:#333}.comeback .router-link[data-v-a5d547fe]{position:absolute;left:16px}.nodo[data-v-b15758b7]{position:relative;height:103.62px;border:1px solid rgba(163,163,163,.15);border-radius:3px;text-align:center}.nodo img[data-v-b15758b7]{max-width:100%;width:auto;height:100%;border-radius:3px;object-fit:cover}.nodo[data-v-b15758b7]:hover{border-bottom:3px solid var(--color)}.nodo:hover .item-nodo[data-v-b15758b7]{height:100%;cursor:pointer;transition:.3s}.nodo:hover .item-nodo-l[data-v-b15758b7]{height:100%}.nodo:hover .item-nodo-l .text-nodo[data-v-b15758b7]{display:none}.nodo:hover .item-nodo-l .content-nodos-l[data-v-b15758b7]{display:block;align-items:center;justify-content:center}.nodo:hover .item-nodo-l .content-nodos-l .text-nodo[data-v-b15758b7]{display:block;font-weight:400;cursor:pointer}.nodo:hover .item-nodo-l .content-nodos-l .text-nodo[data-v-b15758b7]:hover{font-weight:500}.nodo .item-nodo[data-v-b15758b7],.nodo .item-nodo-l[data-v-b15758b7]{position:absolute;bottom:0;display:flex;align-items:center;justify-content:center;width:100%;height:32px;background:#f5f5f5;border-radius:0 0 3px 3px;opacity:.8}.nodo .text-nodo[data-v-b15758b7]{color:#333;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:500;line-height:16px;text-align:center}.nodo .content-nodos-l[data-v-b15758b7]{display:none}.nodo[data-v-ec072be6]{position:relative;height:104px;background:#d6d6d6;overflow:hidden}.nodo[data-v-ec072be6]:before{content:"";position:absolute;top:0;left:-150px;display:block;width:150px;height:100%;background:linear-gradient(to right,transparent 0%,#F5F5F5 50%,transparent 100%);animation:load-ec072be6 2s cubic-bezier(.4,0,.2,1) infinite}@keyframes load-ec072be6{0%{left:-150px}to{left:100%}}.item-breadcrumb[data-v-1e81f8e3]{display:flex;align-items:baseline;padding:24px 10px 10px}.item-breadcrumb .seccion[data-v-1e81f8e3]{font-family:Work Sans;font-size:14px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:0em;text-align:left;color:#a3a3a3}.item-breadcrumb .item[data-v-1e81f8e3]{border:1px solid transparent;height:15px;width:20px;position:relative;box-sizing:border-box;transform:rotate(90deg);display:flex;justify-content:center;align-items:center}.item-breadcrumb .item .cuadrado[data-v-1e81f8e3]{background:var(--color);height:10px;width:10px;opacity:.6;border-radius:1px}.item-breadcrumb .item[data-v-1e81f8e3]:after{content:" ";display:block;position:absolute;height:1px;opacity:.6;width:0px;left:100%}.item-breadcrumb .enlace[data-v-1e81f8e3]:after{content:" ";display:block;position:absolute;height:1px;background:var(--color);opacity:.6;width:34px;left:100%;transition:.5s}.item-breadcrumb:last-child .seccion[data-v-1e81f8e3]{color:#333;line-height:16,42px;margin-left:5px;cursor:default!important}.item-breadcrumb:last-child .item[data-v-1e81f8e3]{justify-content:initial!important}.item-breadcrumb:last-child .item .cuadrado[data-v-1e81f8e3]{height:15px;width:15px;opacity:1;border-radius:2px;margin-left:2px;cursor:default!important}.item-breadcrumb:first-child .seccion[data-v-1e81f8e3]{font-size:15px}.item-breadcrumb:hover .seccion[data-v-1e81f8e3]{color:#333;cursor:pointer}.item-breadcrumb:hover .item .cuadrado[data-v-1e81f8e3]{cursor:pointer}#jerarquia[data-v-0cae800b]{position:absolute;top:40px;left:50%;width:84%;max-width:1150px;min-width:1127px;border-radius:0 0 6px 6px;box-shadow:0 4px 4px #00000040;transform:translate(-50%)}#jerarquia .container-content[data-v-0cae800b]{display:grid;grid-template-columns:27% calc(73% - 24px);gap:24px;grid-auto-flow:row;width:100%;max-height:408px;background-color:#fff;border-radius:0 0 4px 4px;opacity:1;transition:all 3s linear}#jerarquia .container-content.hidden[data-v-0cae800b]{display:none}#jerarquia .container-content.visuallyhidden[data-v-0cae800b]{opacity:0!important}#jerarquia .container-content .container-breadcrumb[data-v-0cae800b]{border-right:1px solid rgba(163,163,163,.15);box-shadow:2px 0 5px #3333331a}#jerarquia .container-content .container-breadcrumb .descargar-folleto[data-v-0cae800b]{position:absolute;bottom:0;align-items:center;display:flex;margin:15px;padding:11px;border-radius:3px;color:#333;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;letter-spacing:0em;line-height:18px}#jerarquia .container-content .container-breadcrumb .descargar-folleto[data-v-0cae800b]:hover{background:var(--colorFolleto)}#jerarquia .container-content .container-breadcrumb .descargar-folleto span[data-v-0cae800b]{display:flex;justify-content:center}#jerarquia .container-content .container-breadcrumb .descargar-folleto span .uil-import[data-v-0cae800b]{padding-right:10px;font-size:20px}#jerarquia .container-content .container-nodos[data-v-0cae800b]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;grid-auto-flow:row;max-height:408px;padding:24px 24px 24px 0;overflow:auto}#menu-jerarquia[data-v-4c569dc5]{position:relative;background-color:#fafafa}@media(min-width:1024px){#menu-jerarquia[data-v-4c569dc5]{border-top:1px solid rgba(214,214,214,.22)}}#menu-jerarquia.abierto[data-v-4c569dc5]:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#d6d6d6;opacity:.8;z-index:-1}#menu-jerarquia .category-titles .category-container[data-v-4c569dc5]{display:flex;align-items:center;gap:51px;width:100%;max-width:100vw;height:40px;padding-inline:2.7%;white-space:nowrap;overflow:auto}@media(min-width:1280px){#menu-jerarquia .category-titles .category-container[data-v-4c569dc5]{justify-content:space-between;max-width:100%;padding-inline:0 1px;gap:15px!important}}#menu-jerarquia .category-titles .category-container .category-title[data-v-4c569dc5]{display:flex;align-items:center;height:100%;margin-bottom:0;color:#333;font-family:Work Sans;font-size:12px;font-weight:600}@media(min-width:1024px){#menu-jerarquia .category-titles .category-container .category-title[data-v-4c569dc5]{font-size:13px;font-weight:400;border-block:4px solid transparent;cursor:pointer}#menu-jerarquia .category-titles .category-container .category-title[data-v-4c569dc5]:hover{border-bottom:4px solid var(--border-color, transparent)}}#menu-jerarquia .px-4[data-v-4c569dc5]{padding-inline:4%}@media(min-width:1620px){#menu-jerarquia .px-4[data-v-4c569dc5]{padding-inline:7%}}.mensaje-configurable[data-v-6cecb781]{display:grid;min-height:40px;padding-block:8px}.mensaje-configurable .mensaje-container[data-v-6cecb781]{display:flex;align-items:center}.mensaje-configurable .mensaje-container .image img[data-v-6cecb781]{max-width:40px;max-height:40px}.mensaje-configurable .mensaje-container .message[data-v-6cecb781]{font-family:Work Sans,sans-serif;font-weight:400}.mensaje-configurable .mensaje-container .actions[data-v-6cecb781]{display:flex;align-items:center;justify-content:flex-end;gap:30px}.mensaje-configurable .mensaje-container .actions button[data-v-6cecb781]{display:flex;align-items:center;justify-content:center;width:fit-content;height:unset;padding:0;background-color:transparent;border:none}.mensaje-configurable .mensaje-container .actions .btn.red[data-v-6cecb781]{background-color:#da251e}.mensajes-configurables-container[data-v-eaf30ec9]{display:flex;justify-content:center;flex-wrap:wrap;background-color:#f5f5f5}.mensajes-configurables-container .mensaje-configurable[data-v-eaf30ec9]{width:100%}@media(min-width:1024px){.mensajes-configurables-container .mensaje-configurable[data-v-eaf30ec9]{width:83.3333333333%}}.vl-shown{overflow:hidden}.vl-overlay{bottom:0;left:0;position:absolute;right:0;top:0;align-items:center;display:none;justify-content:center;overflow:hidden;z-index:9999}.vl-overlay.vl-active{display:flex}.vl-overlay.vl-full-page{z-index:9999;position:fixed}.vl-overlay .vl-background{bottom:0;left:0;position:absolute;right:0;top:0;background:#fff;opacity:.5}.vl-overlay .vl-icon,.vl-parent{position:relative}.desplegable[data-v-0f4ed4d4]{position:absolute;display:none;align-items:center;z-index:8}.desplegable.top[data-v-0f4ed4d4]{bottom:calc(100% + 15px);left:50%;transform:translate(-50%)}.desplegable.top.left[data-v-0f4ed4d4]{bottom:calc(100% + 15px);left:0;right:unset;transform:unset}.desplegable.top.right[data-v-0f4ed4d4]{bottom:calc(100% + 15px);left:unset;right:0;transform:unset}.desplegable.bottom[data-v-0f4ed4d4]{top:calc(100% + 15px);left:50%;transform:translate(-50%)}.desplegable.bottom.left[data-v-0f4ed4d4]{top:calc(100% + 15px);left:0;right:unset;transform:unset}.desplegable.bottom.right[data-v-0f4ed4d4]{top:calc(100% + 15px);left:unset;right:0;transform:unset}.desplegable.left[data-v-0f4ed4d4]{top:50%;right:calc(100% + 15px);transform:translateY(-50%)}.desplegable.right[data-v-0f4ed4d4]{top:50%;left:calc(100% + 15px);transform:translateY(-50%)}.desplegable.opened[data-v-0f4ed4d4]{display:flex}.desplegable.use-default-css[data-v-0f4ed4d4]:before{content:"";position:absolute;width:0;height:0}.desplegable.use-default-css.top[data-v-0f4ed4d4]:before{top:-14px;left:50%;border:15px solid transparent;border-top-color:#fff;border-bottom-width:0;transform:translate(-50%)}.desplegable.use-default-css.top.left[data-v-0f4ed4d4]:before{top:-14px;left:14px;border:15px solid transparent;border-top-color:#fff;border-bottom-width:0;transform:none}.desplegable.use-default-css.top.right[data-v-0f4ed4d4]:before{top:-14px;left:unset;right:14px;border:15px solid transparent;border-top-color:#fff;border-bottom-width:0;transform:none}.desplegable.use-default-css.bottom[data-v-0f4ed4d4]:before{top:-14px;left:50%;border:15px solid transparent;border-top-width:0;border-bottom-color:#fff;transform:translate(-50%)}.desplegable.use-default-css.bottom.left[data-v-0f4ed4d4]:before{top:-14px;left:14px;border:15px solid transparent;border-top-width:0;border-bottom-color:#fff;transform:none}.desplegable.use-default-css.bottom.right[data-v-0f4ed4d4]:before{top:-14px;left:unset;right:14px;border:15px solid transparent;border-top-width:0;border-bottom-color:#fff;transform:none}.desplegable.use-default-css.left[data-v-0f4ed4d4]:before{top:50%;right:-14px;border:15px solid transparent;border-left-color:#fff;border-right-width:0;transform:translateY(-50%)}.desplegable.use-default-css.right[data-v-0f4ed4d4]:before{top:50%;left:-14px;border:15px solid transparent;border-left-width:0;border-right-color:#fff;transform:translateY(-50%)}.desplegable.use-default-css .desplegable-body[data-v-0f4ed4d4]{width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:5px;box-shadow:0 2px 8px #00000054;pointer-events:all}.desplegable.use-default-css .desplegable-body .desplegable-container[data-v-0f4ed4d4]{display:flex;flex-wrap:wrap}.desplegable.use-default-css .desplegable-body .desplegable-container .desplegable-header[data-v-0f4ed4d4]{position:sticky;top:0;width:100%;padding:15px;background-color:#fff;z-index:1}.desplegable.use-default-css .desplegable-body .desplegable-container .desplegable-content[data-v-0f4ed4d4]{width:100%;padding:0}.desplegable.use-default-css .desplegable-body .desplegable-container .desplegable-footer[data-v-0f4ed4d4]{position:sticky;bottom:0;width:100%;padding:15px;background-color:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1}.custom-input-switch.use-default-css[data-v-5e26ab9a]{display:flex;justify-content:flex-start;align-items:center;height:100%}.custom-input-switch.use-default-css .switch[data-v-5e26ab9a]{position:relative;top:unset;display:block;width:28px;height:16px;margin:0}.custom-input-switch.use-default-css .switch input[data-v-5e26ab9a]{display:none}.custom-input-switch.use-default-css .switch input:checked+.slider[data-v-5e26ab9a]{background-color:#000;border-color:#000}.custom-input-switch.use-default-css .switch input:checked+.slider[data-v-5e26ab9a]:before{background-color:#fff;transform:translate(10px,-50%)}.custom-input-switch.use-default-css .switch input:disabled+.slider[data-v-5e26ab9a]{background-color:#a3a3a3;border-color:#a3a3a3;cursor:not-allowed}.custom-input-switch.use-default-css .switch input:disabled+.slider[data-v-5e26ab9a]:before{background-color:#fff}.custom-input-switch.use-default-css .switch .slider[data-v-5e26ab9a]{position:absolute;background-color:#fff;border:1px solid #333333;border-radius:100vh;cursor:pointer;transition:.4s}.custom-input-switch.use-default-css .switch .slider[data-v-5e26ab9a]:before{content:"";position:absolute;width:12px;height:12px;top:50%;left:2px;background-color:#333;border-radius:100vh;transform:translateY(-50%);transition:.4s}.carrito.desplegable[data-v-1f80e2e6]{width:265px}.carrito.desplegable .container-switch[data-v-1f80e2e6]{position:relative;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;margin:0;border-bottom:1px solid #d7d7d7}.carrito.desplegable label[data-v-1f80e2e6]{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin:0;color:#6d6d6d;font-size:10px;font-weight:400}.carrito.desplegable label .title[data-v-1f80e2e6]{position:relative;display:flex;align-items:center;height:42px;color:#333;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.carrito.desplegable label .custom-switch[data-v-1f80e2e6]{width:28px}.carrito.desplegable .text-alternativas[data-v-1f80e2e6]{font-size:12px}.carrito.desplegable[data-v-1f80e2e6] .desplegable-body .desplegable-container .desplegable-footer{display:flex;justify-content:center;border-top:1px solid #D6D6D6}.carrito-container[data-v-dd4c453a]{position:relative;padding-left:1px}.carrito-container .button[data-v-dd4c453a]{display:flex;align-items:center;justify-content:center;width:35px;height:35px;padding:0;background-color:transparent;border:none}.carrito-container .button[data-v-dd4c453a]:focus{outline:none}.carrito-container .button .material-symbols-outlined[data-v-dd4c453a]{font-size:32px;font-weight:100}.carrito-container .button .icon[data-v-dd4c453a]{border:none;padding:0;background-color:transparent;font-size:25px}.carrito-container .button .icon.dropdown[data-v-dd4c453a]{font-size:24px}.carrito-container .button a[data-v-dd4c453a]{position:relative;color:#333}.carrito-container .button .badge[data-v-dd4c453a]{position:absolute;top:-11px;right:-9px;display:flex;align-items:center;justify-content:center;width:18px;height:18px;background-color:#da251e;border-radius:100vh;color:#fff;font-family:Work Sans;font-size:11px;cursor:pointer}@media(min-width:1025px){.carrito-container .button .badge[data-v-dd4c453a]{top:-8px;right:-8px}}.carrito-container .decoration-none[data-v-dd4c453a]{text-decoration:none}.lista.desplegable[data-v-7a06c0f9]{width:290px}.lista.desplegable .link[data-v-7a06c0f9]{color:#0742da;font-size:12px;font-weight:300;line-height:14px;text-decoration:underline}.lista.desplegable .list[data-v-7a06c0f9]{margin:0;padding:0;list-style:none}.lista.desplegable .list .item[data-v-7a06c0f9]{padding:5px 20px;font-family:Work Sans;cursor:pointer}.lista.desplegable .list .item[data-v-7a06c0f9]:not(:first-child){border-top:1px solid #D6D6D6}.lista.desplegable .list .item[data-v-7a06c0f9]:hover{background-color:#f5f5f5}.lista.desplegable .list .item .title[data-v-7a06c0f9]{color:#333;font-weight:500}.lista.desplegable .list .item .subtitle[data-v-7a06c0f9]{color:#6d6d6d;font-size:10.5px}.lista.desplegable[data-v-7a06c0f9] .desplegable-body .desplegable-container .desplegable-header{display:flex;align-items:center;justify-content:space-between;padding-block:5px;border-bottom:1px solid #6D6D6D;font-weight:500;font-size:16px;font-family:Work Sans;line-height:19px;text-decoration:underline}.lista.desplegable[data-v-7a06c0f9] .desplegable-body .desplegable-container .desplegable-content{padding:0}.lista.desplegable.bottom[data-v-7a06c0f9]{top:calc(100% + 15px)!important;left:0%!important;transform:translate(-78%)!important}.lista.desplegable.use-default-css.bottom[data-v-7a06c0f9]:before{left:83%;transform:translate(-50%)!important}.lista-container[data-v-b86698cc]{position:relative}.lista-container button[data-v-b86698cc]{display:flex;align-items:center;gap:5px;padding:0;background-color:transparent;border:none;color:#333;font-family:sans-serif;font-size:12px;font-weight:600;text-decoration:none;white-space:nowrap}.lista-container button[data-v-b86698cc]:focus{outline:none}.lista-container button .material-symbols-outlined[data-v-b86698cc]{font-size:32px;font-weight:100}.lista-container button .icon[data-v-b86698cc]{font-size:25px}.lista-container button .icon.dropdown[data-v-b86698cc]{font-size:24px}.lista-container button .relative[data-v-b86698cc]{position:relative}.lista-container button .badge[data-v-b86698cc]{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:18px;height:18px;background-color:#da251e;border-radius:100vh;color:#fff;font-family:Work Sans;font-size:11px;cursor:pointer}@media(min-width:1025px){.lista-container button .badge[data-v-b86698cc]{top:-8px;right:-8px}}.dropdown[data-v-b0e7bed6]{display:block;box-sizing:border-box}.dropdown>.dropdown-header[data-v-b0e7bed6]{padding:unset;font-size:unset;color:unset}.dropdown:not(.cant-open)>.dropdown-header[data-v-b0e7bed6]{cursor:pointer}.dropdown:not(.opened)>.dropdown-content[data-v-b0e7bed6]{display:none}.dropdown.use-default-css[data-v-b0e7bed6]{display:grid;border-top:1px solid var(--dropdown-border-color, #D6D6D6);border-bottom:1px solid var(--dropdown-border-color, #D6D6D6)}@media(min-width:1024px){.dropdown.use-default-css[data-v-b0e7bed6]{border:none}}.dropdown.use-default-css[data-v-b0e7bed6] *{box-sizing:border-box}.dropdown.use-default-css>.dropdown-header[data-v-b0e7bed6]{position:relative;display:flex;align-items:center;gap:15px;width:100%;min-height:42px;padding:10px 15px;background-color:var(--dropdown-header-bg-color, #FFFFFF);border-radius:3px;color:var(--dropdown-header-color, #333333);font-family:Work Sans;font-size:18px;font-style:normal;font-weight:600;line-height:16px}@media(max-width:768px){.dropdown.use-default-css>.dropdown-header[data-v-b0e7bed6]{font-weight:400;min-height:50px;font-size:16px}}@media(min-width:1024px){.dropdown.use-default-css>.dropdown-header[data-v-b0e7bed6]{--dropdown-header-bg-color: #EDEDED;--dropdown-header-color: #6D6D6D;padding:10px 24px;box-shadow:0 2px 2px #33333340;border:none;font-size:18px;line-height:21px}}.dropdown.use-default-css>.dropdown-header[data-v-b0e7bed6]:focus,.dropdown.use-default-css>.dropdown-header[data-v-b0e7bed6]:hover{text-decoration:none}.dropdown.use-default-css>.dropdown-header[data-v-b0e7bed6]:before{content:var(--dropdown-header-icon, "expand_more");position:absolute;top:50%;right:15px;margin:0;padding:0;font-family:Material Symbols Outlined;font-size:24px;font-weight:400;box-sizing:border-box;transform:translateY(-50%)}@media(min-width:1024px){.dropdown.use-default-css>.dropdown-header[data-v-b0e7bed6]:before{right:24px}}.dropdown.use-default-css.cant-open>.dropdown-header[data-v-b0e7bed6]:before{content:unset}.dropdown.use-default-css.opened>.dropdown-header[data-v-b0e7bed6]:before{transform:translateY(-50%) rotate(180deg)}@media(min-width:1024px){.dropdown.use-default-css.opened>.dropdown-header[data-v-b0e7bed6]:before{--dropdown-header-icon: "remove";transform:translateY(-50%)}.dropdown.use-default-css:not(.opened)>.dropdown-header[data-v-b0e7bed6]:before{--dropdown-header-icon: "add"}}.dropdown.use-default-css>.dropdown-content[data-v-b0e7bed6]{width:100%;padding:0 15px;background-color:var(--dropdown-content-bg-color, #FFFFFF)}@media(min-width:1024px){.dropdown.use-default-css>.dropdown-content[data-v-b0e7bed6]{--dropdown-content-bg-color: #F5F5F5}}.dropdown.use-default-css.opened>.dropdown-content[data-v-b0e7bed6]{padding:15px;overflow:visible}.dropdown.use-default-css:not(.opened)>.dropdown-content[data-v-b0e7bed6]{display:block;height:0;overflow:hidden}.tag[data-v-d5285a7e]{position:relative;align-items:center;justify-content:center;border:none;padding:4px 8px;cursor:default}.tag[data-v-d5285a7e]:not(.none){display:flex}.tag[data-v-d5285a7e]:not(.solid){border:1px solid}.tag.circle[data-v-d5285a7e]{border-radius:100vh}.tag.box[data-v-d5285a7e]{border-radius:4px}.tag.flag[data-v-d5285a7e]{border-radius:0;padding:0 4px}.tag.flag[data-v-d5285a7e]:before{content:"";position:absolute;top:0;left:-5px;height:100%;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:4px solid #49B170}.tag .letter-tag[data-v-d5285a7e]{font-family:Work Sans;font-style:normal;font-weight:500;font-size:14px;line-height:14px}.tag.white[data-v-d5285a7e]{background-color:#fff}.tag.white[data-v-d5285a7e]:not(.solid){border:1px solid #D6D6D6}.tag.white .letter-tag[data-v-d5285a7e]{color:#6d6d6d}.tag.white.solid[data-v-d5285a7e]{background-color:#fff}.tag.white.solid .letter-tag[data-v-d5285a7e]{color:#d6d6d6}.tag.grey[data-v-d5285a7e]{background-color:#f5f5f5}.tag.grey[data-v-d5285a7e]:not(.solid){border:1px solid #6D6D6D}.tag.grey .letter-tag[data-v-d5285a7e]{color:#6d6d6d}.tag.grey.solid[data-v-d5285a7e]{background-color:#6d6d6d}.tag.grey.solid .letter-tag[data-v-d5285a7e]{color:#fff}.tag.red[data-v-d5285a7e]{background-color:#fbe6ea}.tag.red[data-v-d5285a7e]:not(.solid){border:1px solid #DA251E}.tag.red .letter-tag[data-v-d5285a7e]{color:#da251e}.tag.red.solid[data-v-d5285a7e]{background-color:#da251e}.tag.red.solid .letter-tag[data-v-d5285a7e]{color:#fff}.tag.maroon[data-v-d5285a7e]{background-color:#f5e7eb}.tag.maroon[data-v-d5285a7e]:not(.solid){border:1px solid #9F1F2E}.tag.maroon .letter-tag[data-v-d5285a7e]{color:#9f1f2e}.tag.maroon.solid[data-v-d5285a7e]{background-color:#9f1f2e}.tag.maroon.solid .letter-tag[data-v-d5285a7e]{color:#fff}.tag.blue[data-v-d5285a7e]{background-color:#f6fafb}.tag.blue[data-v-d5285a7e]:not(.solid){border:1px solid #386688}.tag.blue .letter-tag[data-v-d5285a7e]{color:#386688}.tag.blue.solid[data-v-d5285a7e]{background-color:#386688}.tag.blue.solid .letter-tag[data-v-d5285a7e]{color:#fff}.tag.blue-dark[data-v-d5285a7e]{background-color:#e8eaf1}.tag.blue-dark[data-v-d5285a7e]:not(.solid){border:1px solid #272858}.tag.blue-dark .letter-tag[data-v-d5285a7e]{color:#272858}.tag.blue-dark.solid[data-v-d5285a7e]{background-color:#272858}.tag.blue-dark.solid .letter-tag[data-v-d5285a7e]{color:#fff}.tag.green[data-v-d5285a7e]{background-color:#e5f4ea}.tag.green[data-v-d5285a7e]:not(.solid){border:1px solid #208844}.tag.green .letter-tag[data-v-d5285a7e]{color:#208844}.tag.green.solid[data-v-d5285a7e]{background-color:#208844}.tag.green.solid .letter-tag[data-v-d5285a7e]{color:#fff}.tag.olive[data-v-d5285a7e]{background-color:#f3f5de}.tag.olive[data-v-d5285a7e]:not(.solid){border:1px solid #5C5E4B}.tag.olive .letter-tag[data-v-d5285a7e]{color:#5c5e4b}.tag.olive.solid[data-v-d5285a7e]{background-color:#5c5e4b}.tag.olive.solid .letter-tag[data-v-d5285a7e]{color:#fff}.tag.yellow[data-v-d5285a7e]{background-color:#fffeed}.tag.yellow[data-v-d5285a7e]:not(.solid){border:1px solid #F1984A}.tag.yellow .letter-tag[data-v-d5285a7e]{color:#f1984a}.tag.yellow.solid[data-v-d5285a7e]{background-color:#f1984a}.tag.yellow.solid .letter-tag[data-v-d5285a7e]{color:#fff}.tag.golden[data-v-d5285a7e]{background-color:#fffeed}.tag.golden[data-v-d5285a7e]:not(.solid){border:1px solid #9E8B55}.tag.golden .letter-tag[data-v-d5285a7e]{color:#9e8b55}.tag.golden.solid[data-v-d5285a7e]{background-color:#9e8b55}.tag.golden.solid .letter-tag[data-v-d5285a7e]{color:#fff}.tag.orange[data-v-d5285a7e]{background-color:#fef4e5}.tag.orange[data-v-d5285a7e]:not(.solid){border:1px solid #D3693E}.tag.orange .letter-tag[data-v-d5285a7e]{color:#d3693e}.tag.orange.solid[data-v-d5285a7e]{background-color:#d3693e}.tag.orange.solid .letter-tag[data-v-d5285a7e]{color:#fff}.tag.grey-dark[data-v-d5285a7e]{background-color:#e3e3e3}.tag.grey-dark[data-v-d5285a7e]:not(.solid){border:1px solid #3C3229}.tag.grey-dark .letter-tag[data-v-d5285a7e]{color:#3c3229}.tag.grey-dark.solid[data-v-d5285a7e]{background-color:#3c3229}.tag.grey-dark.solid .letter-tag[data-v-d5285a7e]{color:#fff}.tag.cyan[data-v-d5285a7e]{border:1px solid #8F9DE4;background-color:#e5e7f9}.tag.cyan .letter-tag[data-v-d5285a7e]{color:#8f9de4}.mi-cuenta.dropdown .material-symbols-outlined.arrow[data-v-cf8ecf3f]{color:#6d6d6d;font-size:24px}.mi-cuenta.dropdown.active .label[data-v-cf8ecf3f]{padding:unset;color:#000;font-size:14px;font-weight:400;text-align:center}.mi-cuenta.dropdown.active .label .material-symbols-outlined[data-v-cf8ecf3f]{color:#da251e}.mi-cuenta.dropdown .active-label[data-v-cf8ecf3f]{color:#da251e;font-weight:700}.mi-cuenta.dropdown.with-arrow[data-v-cf8ecf3f]:after{content:"";position:absolute;bottom:-1px;left:16px;right:16px;height:2px;background-color:#da251e;display:block;box-shadow:0 2px 4px #0006;margin:-7px}.mi-cuenta.dropdown .label[data-v-cf8ecf3f]{padding:unset;color:#000;font-size:14px;font-weight:400;text-align:center}.mi-cuenta.dropdown .label .material-symbols-outlined[data-v-cf8ecf3f]{color:#000;font-size:32px;font-weight:200}.mi-cuenta.dropdown ul.list[data-v-cf8ecf3f]{padding-left:36px}.mi-cuenta.dropdown ul.list li.item .router-link[data-v-cf8ecf3f]{color:#333}.mi-cuenta.dropdown ul.list li.item .router-link[data-v-cf8ecf3f]:focus,.mi-cuenta.dropdown ul.list li.item .router-link[data-v-cf8ecf3f]:hover,.mi-cuenta.dropdown ul.list li.item .router-link.selected[data-v-cf8ecf3f]{color:#da251e;font-weight:700;text-decoration:none!important}.mi-cuenta.dropdown[data-v-cf8ecf3f] .dropdown-header{display:flex;align-items:center;justify-content:space-between}.mi-cuenta.dropdown .router-link[data-v-cf8ecf3f]{text-decoration:none!important}.sidebar.use-default-css[data-v-a2f67597]{position:fixed;top:0;left:0;width:0;height:100%;display:none;align-items:center;z-index:10000}.sidebar.use-default-css.opened[data-v-a2f67597]{display:block;width:100%}@media(min-width:1024px){.sidebar.use-default-css.opened[data-v-a2f67597]{display:grid}}.sidebar.use-default-css[data-v-a2f67597]:not(.outside-click){pointer-events:none}.sidebar.use-default-css .sidebar-mask[data-v-a2f67597]{display:none}@media(min-width:1024px){.sidebar.use-default-css .sidebar-mask[data-v-a2f67597]{position:fixed;top:0;bottom:0;left:0;right:0;display:block;background:#3336;cursor:pointer}}.sidebar.use-default-css.left[data-v-a2f67597]{justify-content:flex-start}.sidebar.use-default-css.left .sidebar-body[data-v-a2f67597]{left:0}.sidebar.use-default-css.right[data-v-a2f67597]{justify-content:flex-end}.sidebar.use-default-css.right .sidebar-body[data-v-a2f67597]{right:0}.sidebar.use-default-css .sidebar-body[data-v-a2f67597]{width:100%;height:100%;background-color:#fff;box-shadow:0 2px 8px #00000054;pointer-events:all}@media(min-width:1024px){.sidebar.use-default-css .sidebar-body[data-v-a2f67597]{position:fixed;top:0;width:30%}}.sidebar.use-default-css .sidebar-body .sidebar-container[data-v-a2f67597]{display:flex;flex-wrap:wrap;height:fit-content;max-height:100%;overflow:auto}.sidebar.use-default-css .sidebar-body .sidebar-container .sidebar-header[data-v-a2f67597]{position:sticky;top:0;width:100%;background-color:#fff;border-bottom:1px solid #D6D6D6;box-shadow:0 4px 6px #0000001a;z-index:2}.sidebar.use-default-css .sidebar-body .sidebar-container .sidebar-content[data-v-a2f67597]{width:100%;min-height:calc(100% - 70px)}.sidebar.use-default-css .sidebar-body .sidebar-container .sidebar-footer[data-v-a2f67597]{position:sticky;bottom:0;width:100%;background-color:#fff;border:1px solid #D6D6D6;box-shadow:0 4px 6px #0000001a;z-index:1}.menu.sidebar .list .item[data-v-d92bb330]{display:flex;align-items:center;gap:8px;min-height:40px;padding:5px 16px;color:#333;font-family:Work Sans;font-size:14px;font-weight:500}.menu.sidebar .list .item[data-v-d92bb330]:hover{background-color:#fff;cursor:pointer}.menu.sidebar .list .item img.icon[data-v-d92bb330]{width:24px;height:24px}.menu.sidebar .list .item .category-text[data-v-d92bb330]{flex-grow:1}.menu.sidebar .list .item .material-symbols-outlined.arrow[data-v-d92bb330]{color:#6d6d6d;font-size:20px}.menu.sidebar .list .align-icon[data-v-d92bb330]{margin-right:16px}.menu.sidebar .list .back-button[data-v-d92bb330]{padding-left:0}.menu.sidebar .list .back-button .back-text[data-v-d92bb330]{font-weight:600}.menu.sidebar .list .back-button img.icon[data-v-d92bb330]{width:24px;height:24px;margin-right:8px}.menu.sidebar .pl-0[data-v-34332465]{padding-left:0!important}.menu.sidebar .m-0[data-v-34332465],.menu.sidebar .p-0[data-v-34332465]{margin:0!important}.menu.sidebar .arrow[data-v-34332465]{color:#6d6d6d;font-size:24px}.menu.sidebar .header-content[data-v-34332465]{width:100vw;height:4px;position:absolute;top:0;left:-5%}.menu.sidebar .header-content.desa[data-v-34332465]{background-color:#6aa23f}.menu.sidebar .header-content.prd[data-v-34332465]{background-color:#da251e}.menu.sidebar .header-content.tst[data-v-34332465]{background-color:#333}.menu.sidebar .header-content.uix[data-v-34332465]{background-color:#66afe9}.menu.sidebar .close[data-v-34332465]{font-size:24px;cursor:pointer}.menu.sidebar .mi-cuenta[data-v-34332465]{color:#da251e;font-weight:600;display:block}.menu.sidebar .razon-social[data-v-34332465]{color:#333;font-weight:500;display:block}.menu.sidebar .icono[data-v-34332465]{font-size:32px;padding-right:10px;color:#da251e}.menu.sidebar .info-cuenta[data-v-34332465]{display:flex;flex-direction:column;line-height:1.2}.menu.sidebar .line-border-top[data-v-34332465],.menu.sidebar .menu.sidebar .list .line-border-top[data-v-34332465]{border-top:1px solid #6D6D6D!important;padding:16px 0 16px 16px;margin-top:16px}.menu.sidebar .font-32[data-v-34332465]{font-size:32px}.menu.sidebar .btn-footer[data-v-34332465]{display:flex;justify-content:center;gap:16px;border-bottom:none;border-inline:none;padding-block:16px}.menu.sidebar .close[data-v-34332465]{float:unset;color:#6d6d6d;font-size:28px;font-weight:600;line-height:unset;text-shadow:unset;filter:unset;opacity:unset}.menu.sidebar .logo[data-v-34332465]{height:40px}.menu.sidebar .list .item[data-v-34332465]{display:flex;align-items:center;gap:8px;min-height:40px;padding:0 16px;color:#333;font-family:Work Sans;font-size:14px;font-weight:500;border:none!important;cursor:pointer}.menu.sidebar .list .item a[data-v-34332465]{display:flex;align-items:center;color:#333;font-family:Work Sans;font-size:14px!important;font-weight:500}.menu.sidebar .list .item a .material-symbols-outlined[data-v-34332465]{color:#6d6d6d;font-size:24px}.menu.sidebar[data-v-34332465] .sidebar-body .sidebar-container{padding-inline:16px}.menu.sidebar[data-v-34332465] .sidebar-body .sidebar-container .sidebar-header{display:flex;align-items:center;justify-content:end;gap:16px;box-shadow:none;border:none}.menu.sidebar[data-v-34332465] .sidebar-body .sidebar-container .sidebar-header .close{order:2}.menu.sidebar[data-v-34332465] .sidebar-body .sidebar-container .sidebar-content .dropdown{display:grid;background-color:#fff;margin-bottom:16px}.menu.sidebar[data-v-34332465] .sidebar-body .sidebar-container .sidebar-content .dropdown .list{margin:0;padding:0;list-style:none}.menu.sidebar[data-v-34332465] .sidebar-body .sidebar-container .sidebar-content .dropdown .list .item{min-height:40px;padding:8px 8px 8px 56px}.menu.sidebar[data-v-34332465] .sidebar-body .sidebar-container .sidebar-content .dropdown .list .item .router-link{color:#333!important;font-family:Work Sans;font-size:14px!important;font-weight:400}.menu.sidebar[data-v-34332465] .sidebar-body .sidebar-container .sidebar-content .dropdown .list .item .router-link:hover,.menu.sidebar[data-v-34332465] .sidebar-body .sidebar-container .sidebar-content .dropdown .list .item .router-link.router-link-active{color:#da251e!important;text-decoration:underline;font-weight:600}.menu.sidebar[data-v-34332465] .sidebar-body .sidebar-container .sidebar-content .dropdown .dropdown-header{display:flex;align-items:center;gap:8px;min-height:40px;padding:8px;color:#333;font-family:Work Sans;font-size:14px;font-weight:500}.menu.sidebar[data-v-34332465] .sidebar-body .sidebar-container .sidebar-content .dropdown .dropdown-header .value{width:100%}.menu.sidebar[data-v-34332465] .sidebar-body .sidebar-container .sidebar-content .dropdown .dropdown-header .material-symbols-outlined{color:#6d6d6d;font-size:24px}.menu.sidebar[data-v-34332465] .sidebar-body .sidebar-container .sidebar-footer{display:flex;justify-content:center;gap:16px;border-bottom:none;border-inline:none;padding-block:16px}.menu-container button[data-v-99fd2990]{display:flex;align-items:center;justify-content:center;width:35px;height:35px;padding:0;background-color:transparent;border:none}.menu-container button[data-v-99fd2990]:focus{outline:none}.menu-container button.razonSocial[data-v-99fd2990]{display:flex;height:unset}.menu-container button .value[data-v-99fd2990]{width:100px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bloqueos[data-v-3ba190b7]{display:grid;gap:8px}.bloqueos .empty[data-v-3ba190b7]{color:#333;font-family:Work Sans;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.bloqueos .title[data-v-3ba190b7]{font-size:14px;font-weight:500;font-family:Work Sans;color:#333}.bloqueos .label[data-v-3ba190b7],.bloqueos .value[data-v-3ba190b7]{font-size:12px;font-weight:400;display:flex;color:#333}.notas[data-v-9e49358e]{display:grid;gap:8px}.notas .empty[data-v-9e49358e]{color:#333;font-family:Work Sans;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.notas .title[data-v-9e49358e]{font-size:14px;font-weight:500;font-family:Work Sans;color:#333}.cuenta .cuenta-body[data-v-f9174133],.cuenta .cuenta-body .cuenta-container[data-v-f9174133],.cuenta .cuenta-body .cuenta-container .cuenta-content[data-v-f9174133]{width:100%}.cuenta .cuenta-body .cuenta-container .cuenta-content .cuenta-header[data-v-f9174133]{display:flex;align-items:center;gap:8px;margin-bottom:16px}.cuenta .cuenta-body .cuenta-container .cuenta-content .cuenta-header .titulo[data-v-f9174133]{font-size:18px;font-weight:500;font-family:Work Sans;color:#333}.cuenta .cuenta-body .cuenta-container .cuenta-content .list[data-v-f9174133]{display:grid;grid-template-columns:repeat(2,auto);grid-auto-rows:auto;gap:8px 24px;list-style:none;padding:0}.cuenta .cuenta-body .cuenta-container .cuenta-content .list.una-columna[data-v-f9174133]{grid-template-columns:1fr!important;gap:8px 0}.cuenta .cuenta-body .cuenta-container .cuenta-content .list .item a[data-v-f9174133]{font-size:14px;font-weight:400;font-family:Work Sans;color:#333;line-height:20px;cursor:pointer}.cuenta .cuenta-body .cuenta-container .cuenta-content .observaciones[data-v-f9174133]{border-top:1px solid #D6D6D6;padding-top:16px;margin-top:8px}.cuenta .cuenta-body .cuenta-container .cuenta-content .observaciones .observaciones-header[data-v-f9174133]{font-size:18px;font-family:Work Sans;font-weight:500;color:#333;margin-bottom:8px}.cuenta .cuenta-body .cuenta-container .cuenta-content .observaciones .observaciones-columns[data-v-f9174133]{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cuenta .cuenta-body .cuenta-container .cuenta-content .observaciones .observaciones-columns[data-v-f9174133] ul{margin:0;padding:0;list-style:none}.cuenta .cuenta-body .cuenta-container .cuenta-content .observaciones .observaciones-columns[data-v-f9174133] ul li{font-size:12px;font-family:Work Sans;color:#333;line-height:16px}.cuenta .cuenta-body .cuenta-container .cuenta-content .observaciones .ver-mas-notas[data-v-f9174133]{color:#333;font-size:12px;font-family:Work Sans;margin-top:8px}.cuenta .cuenta-body .cuenta-container .cuenta-content .observaciones .ver-mas-notas a[data-v-f9174133]{text-decoration:underline;color:#333}.cuenta .cuenta-body .cuenta-container .cuenta-footer[data-v-f9174133]{display:flex;justify-content:flex-end;gap:8px;margin-top:24px}.cuenta .cuenta-body .cuenta-container .cuenta-footer .btn.rojo[data-v-f9174133]{background-color:#da251e}.datos-consumidor-final[data-v-e0661a12],.datos-empresa[data-v-47d52e8c],.datos-proveedor[data-v-54f8f63d]{display:grid;gap:15px}.datos-vendedor[data-v-5f40e437],.datos-vendedor .datos-pago[data-v-5f40e437]{display:grid;gap:8px}.mis-datos[data-v-cc218d85]{border-right:1px solid #A3A3A3}.mis-datos .mis-datos-body .mis-datos-container[data-v-cc218d85] .title{color:#333;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:600;line-height:16px}.mis-datos .mis-datos-body .mis-datos-container[data-v-cc218d85] .datos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mis-datos .mis-datos-body .mis-datos-container[data-v-cc218d85] .datos .label{padding:0;color:#333;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;line-height:16px;text-align:left}.mis-datos .mis-datos-body .mis-datos-container[data-v-cc218d85] .datos .value{color:#6d6d6d;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;line-height:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mis-datos .titulo[data-v-cc218d85]{font-size:18px;font-weight:500;font-family:Work Sans;color:#333;text-decoration:none!important}.mis-datos .titulo[data-v-cc218d85]:hover{text-decoration:underline!important}.score .list[data-v-e779c648]{display:grid;gap:8px;margin:0;padding:0;list-style:none}.score .list .item[data-v-e779c648]{display:flex;gap:8px;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.score .list .item.anterior[data-v-e779c648]{color:#6d6d6d}.score .list .item.objetivo[data-v-e779c648]{font-weight:700}.score .list .item[data-v-e779c648]>:first-child{width:16px}.profundidad-de-score[data-v-1e288c2b]{display:grid;gap:10px}.profundidad-de-score[data-v-1e288c2b] .score .list .item{font-size:14px}.profundidad-de-score .autogestion[data-v-1e288c2b]{border-radius:3px;border:.5px solid #A3A3A3;padding:3px 4px;background:#f5f5f5;color:#6d6d6d;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.observaciones[data-v-48ac149c]{border-right:1px solid #6D6D6D}.observaciones .observaciones-body .observaciones-container .observaciones-content .ver-mas-notas[data-v-48ac149c]{color:#333;font-family:Work Sans;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.observaciones .observaciones-body .observaciones-container .observaciones-content .ver-mas-notas a[data-v-48ac149c]{color:#333;text-decoration:1px underline #333333}.observaciones .observaciones-body .observaciones-container .observaciones-content[data-v-48ac149c] .title{color:#333;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:600;line-height:16px}.observaciones .observaciones-body .observaciones-container .observaciones-content[data-v-48ac149c] ul:not(.list){display:grid;margin:0;padding:0;list-style:none}.observaciones .observaciones-body .observaciones-container .observaciones-content[data-v-48ac149c] ul:not(.list) li{display:grid;color:#333;font-family:Work Sans;font-size:12px;font-style:normal;font-weight:400;line-height:16px;text-transform:lowercase}.observaciones .observaciones-body .observaciones-container .observaciones-content[data-v-48ac149c] ul:not(.list) li .label{padding:0;color:#333;font-size:12px;font-weight:400;line-height:16px;text-align:left}.mi-cuenta.desplegable[data-v-b6b80107]{width:auto;min-width:820px;max-width:1200px}.mi-cuenta.desplegable img[data-v-b6b80107]{width:auto;height:50px;object-fit:contain}.mi-cuenta.desplegable .username[data-v-b6b80107]{position:absolute;top:8px;right:8px;color:#a3a3a3;font-family:Work Sans,sans-serif;font-size:14px}.mi-cuenta.desplegable[data-v-b6b80107] .desplegable-body{height:auto!important;max-height:none!important;overflow:visible!important}.mi-cuenta.desplegable[data-v-b6b80107] .desplegable-body .desplegable-container{display:block!important;height:auto!important;max-height:none!important;overflow:visible!important}.mi-cuenta.desplegable[data-v-b6b80107] .desplegable-body .desplegable-container .desplegable-header{position:relative!important;display:flex!important;justify-content:center!important;padding:0!important;border:none!important;margin-bottom:16px!important;box-shadow:0 2px 2px #33333340!important}.mi-cuenta.desplegable[data-v-b6b80107] .desplegable-body .desplegable-container .desplegable-content{display:grid!important;grid-template-columns:50% 50%!important;padding:0!important;padding-block:16px!important;overflow:visible!important;height:auto!important;max-height:none!important}.mi-cuenta.desplegable[data-v-b6b80107] .desplegable-body .desplegable-container .desplegable-content .seccion .seccion-body .seccion-container{display:flex;align-content:space-between;flex-wrap:wrap;gap:8px;padding-inline:16px}.mi-cuenta.desplegable[data-v-b6b80107] .desplegable-body .desplegable-container .desplegable-content .seccion .seccion-body .seccion-container .seccion-content{width:100%;display:grid;gap:8px}.mi-cuenta.desplegable[data-v-b6b80107] .desplegable-body .desplegable-container .desplegable-content .seccion .seccion-body .seccion-container .seccion-content .seccion-header{display:flex;align-items:center;gap:8px}.mi-cuenta.desplegable[data-v-b6b80107] .desplegable-body .desplegable-container .desplegable-content .seccion .seccion-body .seccion-container .seccion-content .seccion-header .icon{font-size:20px}.mi-cuenta.desplegable[data-v-b6b80107] .desplegable-body .desplegable-container .desplegable-content .seccion .seccion-body .seccion-container .seccion-content .seccion-header .link{color:#333;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:600;line-height:19px;text-decoration:1px underline #333333}.mi-cuenta.desplegable[data-v-b6b80107] .desplegable-body .desplegable-container .desplegable-content .seccion .seccion-body .seccion-container .seccion-footer{position:sticky;bottom:0;width:100%}.mi-cuenta.desplegable.vendedor[data-v-b6b80107]{max-width:unset}.mi-cuenta.desplegable.vendedor[data-v-b6b80107] .seccion-container{min-width:600px}.mi-cuenta.desplegable.cliente[data-v-b6b80107]{max-width:unset}.mi-cuenta.desplegable.proveedor[data-v-b6b80107]{min-width:700px}.mi-cuenta-container[data-v-ca91b95b]:not(.vendedor){position:relative}.mi-cuenta-container button[data-v-ca91b95b]{display:flex;align-items:center;gap:5px;padding:0;background-color:transparent;border:none}.mi-cuenta-container button[data-v-ca91b95b]:focus{outline:none}.mi-cuenta-container button .text-container[data-v-ca91b95b]{display:flex;flex-direction:column}.mi-cuenta-container button .text-container .label[data-v-ca91b95b]{text-align:left;padding:0;color:#6d6d6d;font-family:sans-serif;font-size:12px;font-weight:500}.mi-cuenta-container button .text-container .value[data-v-ca91b95b]{max-width:100px;color:#333;font-family:sans-serif;font-size:12px;font-weight:600;text-align:left;text-decoration:none;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;overflow:hidden}.mi-cuenta-container button .material-symbols-outlined[data-v-ca91b95b]{font-size:32px;font-weight:100}.mi-cuenta-container button .icon[data-v-ca91b95b]{font-size:25px}.mi-cuenta-container button .icon.dropdown[data-v-ca91b95b]{font-size:24px;margin-left:auto}.sucursales.desplegable.use-default-css[data-v-c7544e66]{width:200px}.sucursales.desplegable.use-default-css[data-v-c7544e66]:before{border-bottom-color:#fff}.sucursales.desplegable.use-default-css .list[data-v-c7544e66]{margin:0;padding:0 20px;list-style:none}.sucursales.desplegable.use-default-css .list .item label[data-v-c7544e66]{position:relative;display:flex;align-items:center;gap:6px;padding-block:4px;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:500;line-height:16px;cursor:pointer;padding-left:26px}.sucursales.desplegable.use-default-css .list .item label input[type=radio][data-v-c7544e66]{opacity:0;position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;margin:0;cursor:pointer}.sucursales.desplegable.use-default-css .list .item label input[type=radio]+span[data-v-c7544e66]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:50%;background-color:#fff;border:2px solid #333333}.sucursales.desplegable.use-default-css .list .item label input[type=radio][data-interior=true]+span[data-v-c7544e66]:before{border-color:#a3a3a3}.sucursales.desplegable.use-default-css .list .item label input[type=radio]:checked+span[data-v-c7544e66]:after{content:"";position:absolute;left:5px;top:50%;transform:translateY(-50%);width:8px;height:8px;background-color:#262626;border-radius:50%}.sucursales.desplegable.use-default-css .list .item label span.cliente[data-v-c7544e66]{color:#333}.sucursales.desplegable.use-default-css .list .item label span.interior[data-v-c7544e66]{color:#a3a3a3}.sucursales.desplegable.use-default-css[data-v-c7544e66] .desplegable-body .desplegable-container .desplegable-header{padding:14px 16px 8px;color:#000;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:500;line-height:14px;text-align:center;border-radius:8px}.sucursales.desplegable.use-default-css[data-v-c7544e66] .desplegable-body .desplegable-container .desplegable-content{padding:0}.sucursales.desplegable.use-default-css .divide[data-v-c7544e66]{border-bottom:1px solid #A3A3A3;margin:8px 0 8px -6px}.sucursales.desplegable.use-default-css .divide-top[data-v-c7544e66]{border-bottom:1px solid #6D6D6D;margin:0 18px 4px 14px}.sucursales.desplegable.use-default-css .loading[data-v-c7544e66]{display:flex;align-items:center;justify-content:center;padding:16px;font-family:Work Sans;font-size:14px;color:#333}.sucursales.desplegable.use-default-css .loading .spinner[data-v-c7544e66]{width:14px;height:14px;border:2px solid #A3A3A3;border-top-color:transparent;border-radius:50%;animation:spin-c7544e66 .8s linear infinite;margin-right:8px}@keyframes spin-c7544e66{to{transform:rotate(360deg)}}.sucursales-container[data-v-bcb4b19f]{position:relative}.sucursales-container button[data-v-bcb4b19f]{display:flex;align-items:center;gap:5px;padding:0;background-color:transparent;border:none}.sucursales-container button[data-v-bcb4b19f]:focus{outline:none}.sucursales-container button>div[data-v-bcb4b19f]{display:grid}.sucursales-container button>div .label[data-v-bcb4b19f]{text-align:left;padding:0;color:#6d6d6d;font-family:sans-serif;font-size:12px;font-weight:500}.sucursales-container button>div .value[data-v-bcb4b19f]{color:#333;font-family:sans-serif;font-size:12px;font-weight:600;text-align:left;text-decoration:none;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.sucursales-container button .material-symbols-outlined[data-v-bcb4b19f]{font-size:32px;font-weight:100}.sucursales-container button .icon[data-v-bcb4b19f]{font-size:25px}.sucursales-container button .icon.dropdown[data-v-bcb4b19f]{font-size:24px}.custom-input.custom-input-checkbox.use-default-css label[data-v-a29afaaf]{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:0}.custom-input.custom-input-checkbox.use-default-css label input[data-v-a29afaaf]{display:none}.custom-input.custom-input-checkbox.use-default-css label .checkbox[data-v-a29afaaf]{display:flex;align-items:center;justify-content:center;width:var(--aspect-ratio, 16px);height:var(--aspect-ratio, 16px);background-color:#fff;border:1px solid #333333;border-radius:2px;cursor:pointer}.custom-input.custom-input-checkbox.use-default-css label .checkbox .check[data-v-a29afaaf]{display:none;color:#333;font-size:16px;font-weight:bolder}.custom-input.custom-input-checkbox.use-default-css label .label[data-v-a29afaaf]{display:inline;padding:0;color:#333;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400;line-height:19px;cursor:pointer}.custom-input.custom-input-checkbox.use-default-css.checked label .checkbox .check[data-v-a29afaaf]{display:inline}.custom-input.custom-input-checkbox.use-default-css.disabled .checkbox[data-v-a29afaaf]{border-color:#d6d6d6}.custom-input.custom-input-checkbox.use-default-css.disabled.checked label .checkbox .check[data-v-a29afaaf]{color:#d6d6d6}.m-0[data-v-243dbab6]{margin:0!important}.p-0[data-v-243dbab6]{padding:0!important}.p-1[data-v-243dbab6]{padding:8px!important}@media(max-width:1024px){.buscador[data-v-243dbab6]{width:220px;height:32px;font-size:14px;font-weight:400;line-height:16px;letter-spacing:0em}}.buscador[data-v-243dbab6]{position:relative;display:flex;border:1px solid #D6D6D6;border-radius:5px;background-color:#fff}.buscador.disabled[data-v-243dbab6]{background-color:#d6d6d6;cursor:not-allowed}.buscador input[data-v-243dbab6]{width:100%;padding:6px 12px;border:none;border-radius:3px}@media(min-width:1024px){.buscador input[data-v-243dbab6]{padding:0 15px;background-color:#fff;font-family:Work Sans,sans-serif;font-size:13px}.buscador input[data-v-243dbab6]:disabled{background-color:#d6d6d6;cursor:not-allowed}}.buscador input[data-v-243dbab6]:focus{box-shadow:0 0 8px #66afe999;outline:none}.buscador .buttons[data-v-243dbab6]{display:flex;align-items:center;gap:8px}.buscador .buttons .buscar-solo-en[data-v-243dbab6]{padding-left:8px;border-left:1px solid #D6D6D6}.buscador .buttons .buscar-solo-en .custom-input.custom-input-checkbox.use-default-css[data-v-243dbab6] label{flex-wrap:nowrap}.buscador .buttons .buscar-solo-en .custom-input.custom-input-checkbox.use-default-css[data-v-243dbab6] label .checkbox{--aspect-ratio: 14px;border-width:1px;border:1px solid #A3A3A3}.buscador .buttons .buscar-solo-en .custom-input.custom-input-checkbox.use-default-css[data-v-243dbab6] label .checkbox .check{font-size:12px}.buscador .buttons .buscar-solo-en .custom-input.custom-input-checkbox.use-default-css[data-v-243dbab6] label .label{max-width:125px;color:#a3a3a3;font-family:Work Sans;font-weight:300;font-size:12px;text-overflow:ellipsis;overflow:hidden}.buscador .buttons button[data-v-243dbab6]{display:flex;align-items:center;justify-content:center;min-width:35px;height:35px;border-radius:0 3px 3px 0;border:none;padding:0;background-color:transparent}@media(min-width:1024px){.buscador .buttons button[data-v-243dbab6]{width:45px;height:40px}.buscador .buttons button[data-v-243dbab6]:disabled{background-color:#d6d6d6;cursor:not-allowed}}.buscador .buttons button[data-v-243dbab6]:focus{outline:none}.buscador .buttons button .icon[data-v-243dbab6]{padding:0;font-size:25px}.buscador .suggestions[data-v-243dbab6]{position:absolute;top:100%;left:0;width:100%;background-color:#fff;cursor:default;box-sizing:border-box;list-style:none;overflow:auto;z-index:9999999}.buscador .suggestions.opened[data-v-243dbab6]{border:1px solid #D6D6D6}.buscador .suggestions[data-v-243dbab6]:not(.opened){display:none}.buscador .suggestions .suggestion[data-v-243dbab6]{white-space:nowrap;cursor:pointer;overflow:hidden}.buscador .suggestions .suggestion[data-v-243dbab6]:hover,.buscador .suggestions .suggestion.focus[data-v-243dbab6]{background-color:#f5f5f5}.material-symbols-outlined[data-v-243dbab6]{font-size:32px}.cambio[data-v-48c442ea]{display:flex;align-items:center;gap:5px;white-space:nowrap;font-size:14px;font-weight:400}.cambio .material-symbols-outlined[data-v-48c442ea]{font-size:24px;--icon-wght: 600}.datos-contacto[data-v-b1429e82]{background:#fafafa;height:32px;display:flex;justify-content:center;gap:16px;align-items:center}@media(min-width:1024px){.datos-contacto[data-v-b1429e82]{justify-content:flex-start;background-color:transparent;height:unset;width:48%}}.datos-contacto .separador[data-v-b1429e82]{color:#6d6d6d}.datos-contacto .email[data-v-b1429e82],.datos-contacto .phone[data-v-b1429e82]{display:flex;align-items:center;gap:8px;color:#333;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400}.datos-contacto .email[data-v-b1429e82]:hover,.datos-contacto .phone[data-v-b1429e82]:hover{text-decoration:none}.datos-contacto .email .icon[data-v-b1429e82],.datos-contacto .phone .icon[data-v-b1429e82]{font-size:20px;color:#6d6d6d}.logo img[data-v-32423a9f]{width:25px;height:27px;object-fit:contain;object-position:left}@media(min-width:1024px){.logo img[data-v-32423a9f]{width:100%;height:40px}}.p-1[data-v-892c9be9]{padding:8px!important}.nav-bar[data-v-892c9be9]{padding-block:3px;background-color:#fafafa}@media(min-width:1024px){.nav-bar .nav-bar-container[data-v-892c9be9]{position:relative;display:flex;padding-block:3px}}.nav-bar .nav-bar-container .first-row .logo[data-v-892c9be9]{width:50%}@media(min-width:1024px){.nav-bar .nav-bar-container .first-row .logo[data-v-892c9be9]{width:fit-content}}.nav-bar .nav-bar-container .first-row .cambio[data-v-892c9be9]{font-size:12px;font-weight:600;line-height:14px;letter-spacing:-.1em;text-align:left}@media(min-width:1024px){.nav-bar .nav-bar-container .first-row .cambio[data-v-892c9be9]{font-family:Work Sans;font-size:13px;font-weight:700;line-height:16px}}@media(min-width:1024px){.nav-bar .nav-bar-container .last-row[data-v-892c9be9]{width:calc(85% - 7.5px);border-bottom:1px solid #D6D6D6;border-block:1px solid #D6D6D6;border:none}}.nav-bar .nav-bar-container .last-row .buscador[data-v-892c9be9]{width:100%}@media(min-width:1024px){.nav-bar .nav-bar-container .last-row .buscador[data-v-892c9be9]{width:61%}}.nav-bar .nav-bar-container .last-row .botones .mi-cuenta-container.vendedor[data-v-892c9be9]{position:unset}.nav-bar .nav-bar-container .last-row .botones .mi-cuenta-container.vendedor.opened[data-v-892c9be9]>button{position:relative}.nav-bar .nav-bar-container .last-row .botones .mi-cuenta-container.vendedor.opened[data-v-892c9be9]>button:before{content:"";position:absolute;bottom:-25px;left:50%;width:0;height:0;border:15px solid transparent;border-top-width:0;border-bottom-color:#fff;transform:translate(-50%);z-index:10001}.nav-bar .nav-bar-container .last-row .botones .mi-cuenta-container.vendedor[data-v-892c9be9] .mi-cuenta.desplegable{top:100%}.nav-bar .nav-bar-container .last-row .botones .mi-cuenta-container.vendedor[data-v-892c9be9] .mi-cuenta.desplegable:before{display:none}.nav-bar .nav-bar-container .last-row .botones .iniciar-sesion[data-v-892c9be9],.nav-bar .nav-bar-container .last-row .botones .registro-btn[data-v-892c9be9]{color:#333;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;text-decoration:none}.nav-bar .nav-bar-container .last-row .botones .logout-btn[data-v-892c9be9]{display:flex;align-items:center;justify-content:center;gap:8px;color:#333;font-family:Work Sans,sans-serif;font-size:14px;font-weight:500;text-decoration:none}.nav-bar .nav-bar-container .last-row .botones .separador[data-v-892c9be9]{height:16px;border-left:1px solid #A3A3A3}.nav-bar .justify-end[data-v-892c9be9]{justify-content:end}.nav-bar .px-2[data-v-892c9be9]{padding-inline:16px}.nav-bar .flex[data-v-892c9be9]{display:flex}.nav-bar .gap-1[data-v-892c9be9]{gap:8px!important}.nav-bar .gap-2[data-v-892c9be9]{gap:16px!important}.nav-bar .gap-3[data-v-892c9be9]{gap:24px!important}.nav-bar .lg\:flex.lg\:gap-10[data-v-892c9be9]{gap:80px!important}.nav-bar .px-7[data-v-892c9be9]{padding-inline:4%}@media(min-width:1620px){.nav-bar .px-7[data-v-892c9be9]{padding-inline:7%}}.nav-bar .py-1[data-v-892c9be9]{padding-block:8px}.nav-bar .gap-12[data-v-892c9be9]{gap:96px!important}.nav-bar .islogued[data-v-892c9be9]{gap:82px!important;padding-right:0}@media(max-width:768px){.nav-bar .islogued[data-v-892c9be9]{gap:12px!important}}@media(min-width:1620px){.nav-bar .islogued[data-v-892c9be9]{gap:108px!important}}.nav-bar .ayuda[data-v-892c9be9]{gap:2%!important}.nav-bar .material-symbols-outlined[data-v-892c9be9]{font-weight:100;font-size:32px;margin-right:8px}.bottom-sheet[data-v-2ffc437b]{align-content:flex-end;align-items:flex-end}.bottom-sheet.use-default-css[data-v-2ffc437b]{padding:0}.bottom-sheet.use-default-css .title[data-v-2ffc437b]{color:#333;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:500;line-height:26px;text-align:center}.bottom-sheet.use-default-css .subtitle[data-v-2ffc437b]{color:#6d6d6d;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-align:center}.bottom-sheet.use-default-css .actions[data-v-2ffc437b]{display:flex;align-items:center;justify-content:space-evenly;height:100%}.bottom-sheet.use-default-css.close-button[data-v-2ffc437b]>.modal-body{padding-top:32px}.bottom-sheet.use-default-css.top-full[data-v-2ffc437b]>.modal-body{min-height:83vh!important;height:83vh!important}.bottom-sheet.use-default-css[data-v-2ffc437b]>.modal-body{align-items:flex-start;width:100%;padding:16px;border-bottom-left-radius:0;border-bottom-right-radius:0;min-height:auto;animation:modal-slide-up-2ffc437b .5s forwards}@media(min-width:1024px){.bottom-sheet.use-default-css[data-v-2ffc437b]>.modal-body{width:400px}}@media(min-width:768px){.bottom-sheet.use-default-css[data-v-2ffc437b]>.modal-body{min-height:197px;animation:none}}@keyframes modal-slide-up-2ffc437b{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bottom-sheet.use-default-css[data-v-2ffc437b]>.modal-body:before{content:"";position:absolute;top:16px;left:50%;width:20%;height:4px;border-radius:100vh;background-color:#a3a3a3;transform:translate(-50%)}.bottom-sheet.use-default-css[data-v-2ffc437b]>.modal-body>.close{display:none}@media(min-width:1024px){.bottom-sheet.use-default-css[data-v-2ffc437b]>.modal-body>.close{display:block;top:16px;right:16px}}.bottom-sheet.use-default-css[data-v-2ffc437b]>.modal-body>.modal-container{gap:8px}.bottom-sheet.use-default-css[data-v-2ffc437b]>.modal-body>.modal-container>.modal-header{position:sticky;top:0}.bottom-sheet.use-default-css[data-v-2ffc437b]>.modal-body>.modal-container>.modal-content{display:grid;gap:8px;max-height:350px;border-radius:unset;overflow-y:auto;overflow-x:hidden}.custom-input-select.type-dropdown .btn[data-v-0dc2c6a9]{display:none}@media(min-width:1024px){.custom-input-select:not(.type-button) .btn[data-v-0dc2c6a9]{display:none}}.custom-input-select:not(.type-dropdown) .dropdown-input[data-v-0dc2c6a9]{display:none}@media(min-width:1024px){.custom-input-select:not(.type-dropdown):not(.type-button) .dropdown-input[data-v-0dc2c6a9]{display:block}}.custom-input-select.use-default-css .btn[data-v-0dc2c6a9]{display:flex;align-items:center;justify-content:space-between;min-width:100%;height:38px;padding:0 12px;border:1px solid #6D6D6D;color:#a3a3a3;font-family:Work Sans;font-size:16px;font-weight:300;line-height:19px;text-align:left;overflow:hidden}.custom-input-select.use-default-css .btn.selected[data-v-0dc2c6a9]{color:#333}.custom-input-select.use-default-css .btn.secundario[data-v-0dc2c6a9]:disabled{background-color:#d6d6d6}.custom-input-select.use-default-css .btn span[data-v-0dc2c6a9]{display:inline-block;width:100%;text-overflow:ellipsis;overflow:hidden}.custom-input-select.use-default-css .btn[data-v-0dc2c6a9]:after{content:"expand_more";display:flex;align-items:center;justify-content:center;height:100%;color:#333;font-family:Material Symbols Outlined;font-size:20px}.custom-input-select.use-default-css.type-dropdown .btn[data-v-0dc2c6a9]{display:none}@media(min-width:1024px){.custom-input-select.use-default-css:not(.type-button) .btn[data-v-0dc2c6a9]{display:none}}.custom-input-select.use-default-css .option[data-v-0dc2c6a9]{margin:0;padding:10px 28px;color:#333;font-family:Work Sans;font-style:normal;font-size:14px;font-weight:500;line-height:19px;cursor:pointer}.custom-input-select.use-default-css .option[data-v-0dc2c6a9]:not(:last-child){border-bottom:1px solid #6D6D6D}.custom-input-select.use-default-css .option.checked[data-v-0dc2c6a9],.custom-input-select.use-default-css .option[data-v-0dc2c6a9]:hover{background-color:#f5f5f5}.custom-input-select.use-default-css .option[data-v-0dc2c6a9]:first-letter{text-transform:uppercase}.custom-input-select.use-default-css .option input[data-v-0dc2c6a9]{display:none}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9]{position:relative;display:block;font-family:Work Sans;font-size:14px;font-weight:300;line-height:19px;cursor:pointer}.custom-input-select.use-default-css .dropdown-input.vs--disabled[data-v-0dc2c6a9]{cursor:not-allowed}.custom-input-select.use-default-css .dropdown-input label[data-v-0dc2c6a9]{margin-bottom:0;font-weight:300}.custom-input-select.use-default-css .dropdown-input .material-symbols-outlined[data-v-0dc2c6a9]{font-size:16px;font-weight:300;color:#6d6d6d;cursor:pointer}.custom-input-select.use-default-css:not(.type-dropdown) .dropdown-input[data-v-0dc2c6a9]{display:none}@media(min-width:1024px){.custom-input-select.use-default-css:not(.type-dropdown):not(.type-button) .dropdown-input[data-v-0dc2c6a9]{display:block}}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9] .vs__dropdown-toggle{position:relative;display:flex;height:38px;background-color:#fff;border:1px solid #6D6D6D;border-radius:3px;padding:10px}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9] .vs__dropdown-toggle .vs__selected-options{position:relative;display:flex;align-items:center;width:calc(100% - 20px);height:100%;padding:0}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9] .vs__dropdown-toggle .vs__selected-options .vs__selected{display:block;width:85%;max-width:85%;margin:0;padding:0;background:#fff;border:0;border-radius:5px;color:#333;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;z-index:2}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9] .vs__dropdown-toggle .vs__selected-options input{position:absolute;top:0;left:0;width:85%;height:100%;margin:0;padding:0 2px;border:0;background-color:#fff;border-radius:3px;color:#333;font-family:Work Sans;font-size:14px;font-weight:300;line-height:19px;text-overflow:ellipsis;z-index:1}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9] .vs__dropdown-toggle .vs__selected-options input.placeholder{color:#a3a3a3;font-size:14px;font-weight:400}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9] .vs__dropdown-toggle .vs__selected-options input::placeholder{width:100%;color:#a3a3a3;font-size:14px;font-weight:400}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9] .vs__dropdown-toggle .vs__selected-options input:focus{outline:none}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9] .vs__dropdown-toggle .vs__actions{display:flex;align-items:center;height:100%;padding:0}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9] .vs__dropdown-toggle .vs__actions:after{content:"expand_more";transition-duration:.2s;margin:0;background-color:#fff;color:#333;font-family:Material Symbols Outlined;font-size:20px;z-index:1}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9] .vs__dropdown-toggle .vs__actions .vs__clear:after{content:"close";position:absolute;top:50%;right:0;transform:translateY(-50%);margin:0;background-color:#fff;font-family:Material Symbols Outlined;font-size:20px;z-index:1}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9] .vs__dropdown-toggle .vs__actions svg{display:none}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9] .vs__dropdown-menu{position:absolute;top:calc(100% + 1px);left:50%;display:block;width:calc(100% + 2px);max-height:280px;margin:0;padding:0;background-color:#fff;border:none;border-radius:0 0 4px 4px;box-shadow:0 3px 6px #00000026;text-align:left;box-sizing:border-box;list-style:none;overflow-y:auto;transform:translate(-50%);z-index:6}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9] .vs__dropdown-menu .vs__dropdown-option{padding:8px 12px;border-inline:.75px solid #D6D6D6;border-bottom:.75px solid #D6D6D6}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9] .vs__dropdown-menu .vs__dropdown-option:first-child{border-top:.75px solid #D6D6D6}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9] .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight{background-color:#f5f5f5;color:#333}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9] .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--selected{background-color:#f5f5f5;color:#333;font-weight:600}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9] .vs__dropdown-menu .vs__no-options{padding:8px 12px;border-inline:.75px solid #D6D6D6;border-bottom:.75px solid #D6D6D6;border-top:.75px solid #D6D6D6}.custom-input-select.use-default-css .dropdown-input.vs--disabled[data-v-0dc2c6a9] .vs__dropdown-toggle{background-color:#d6d6d6;cursor:not-allowed}.custom-input-select.use-default-css .dropdown-input.vs--disabled[data-v-0dc2c6a9] .vs__dropdown-toggle .vs__selected-options .vs__selected,.custom-input-select.use-default-css .dropdown-input.vs--disabled[data-v-0dc2c6a9] .vs__dropdown-toggle .vs__selected-options input{background-color:#d6d6d6}.custom-input-select.use-default-css .dropdown-input.vs--disabled[data-v-0dc2c6a9] .vs__dropdown-toggle .vs__actions:after{background-color:#d6d6d6}.custom-input-select.use-default-css .dropdown-input.vs--disabled[data-v-0dc2c6a9] .vs__dropdown-toggle .vs__actions .vs__clear:after{background-color:#d6d6d6;z-index:1}.custom-input-select.use-default-css .dropdown-input[data-v-0dc2c6a9]:not(.vs--single) .vs__dropdown-toggle .vs__selected-options .vs__selected{display:none}.custom-input-select.use-default-css .dropdown-input.vs--open[data-v-0dc2c6a9] .vs__dropdown-toggle .vs__selected-options .vs__selected{display:none}.custom-input-select.use-default-css .dropdown-input.vs--open[data-v-0dc2c6a9] .vs__dropdown-toggle .vs__selected-options input:not([readonly]){z-index:3}.custom-input-select.use-default-css .dropdown-input.vs--open[data-v-0dc2c6a9] .vs__dropdown-toggle .vs__actions:after{content:"expand_less"}.custom-input-select.use-default-css .dropdown-input.vs--multiple[data-v-0dc2c6a9] .vs__dropdown-menu .vs__dropdown-option{cursor:default}.custom-input-select.use-default-css .dropdown-input.vs--multiple[data-v-0dc2c6a9]:not(.vs--open) .vs__dropdown-toggle .vs__selected-options input:not(.placeholder)::placeholder{color:#333}.custom-input-select.use-default-css .list[data-v-0dc2c6a9]{display:grid;padding:0;margin:0;list-style:none}.custom-input-select.use-default-css .list .item:not(:last-child) .option[data-v-0dc2c6a9]{border-bottom:1px solid #D6D6D6}.custom-input-select.use-default-css .list .item .option[data-v-0dc2c6a9]{display:flex;align-items:center;gap:8px;width:100%;margin:0;border:none;padding:8px 16px;background-color:transparent;color:#333;font-family:Work Sans;font-style:normal;font-size:14px;font-weight:500;line-height:19px;cursor:pointer}.custom-input-select.use-default-css .list .item .option.selected[data-v-0dc2c6a9]{color:#333;font-weight:700}@media(min-width:1024px){.custom-input-select.use-default-css .list .item .option[data-v-0dc2c6a9]:hover{background-color:#d6d6d6}}.custom-input-select.use-default-css .list .item .option[data-v-0dc2c6a9]:first-letter{text-transform:uppercase}.custom-input-select.use-default-css .list .item .option input[data-v-0dc2c6a9]{display:none}.custom-input-select .bottom-sheet.use-default-css[data-v-0dc2c6a9]>.modal-body{padding:0}.custom-input-select .bottom-sheet.use-default-css[data-v-0dc2c6a9]>.modal-body .close{left:unset;right:16px;z-index:2}.custom-input-select .bottom-sheet.use-default-css[data-v-0dc2c6a9]>.modal-body>.modal-container{gap:0}.custom-input-select .bottom-sheet.use-default-css[data-v-0dc2c6a9]>.modal-body>.modal-container>.modal-header{box-shadow:0 2px 2px #33333340;padding:36px 16px 16px;font-size:16px;font-weight:600;text-align:center;z-index:1}.custom-input-select .no-options[data-v-0dc2c6a9]{padding:0 12px}.sucursal[data-v-1db706b7]{height:unset;background-color:#fafafa}.sucursal .label[data-v-1db706b7]{color:#333;font-size:12px;font-weight:400}.sucursal .custom-input-select.use-default-css[data-v-1db706b7]{width:100%}.sucursal .custom-input-select.use-default-css[data-v-1db706b7] .btn{border:none;padding:0;background-color:transparent;color:#333;font-size:12px;font-weight:400}.sucursal .custom-input-select.use-default-css[data-v-1db706b7] .btn:disabled{background-color:transparent}.sucursal .custom-input-select.use-default-css[data-v-1db706b7] .btn:focus{outline:none}.sucursal .material-symbols-outlined[data-v-1db706b7]{color:#333}.novedad.card[data-v-f9ff8847]{position:relative;max-height:350px;padding:15px 15px 35px;background:#fff;border:1px solid #D6D6D6;border-radius:4px;font-family:Work Sans;overflow:hidden}.novedad.card.no_leida[data-v-f9ff8847]{border-color:#da251e}.novedad.card .card-body .card-container[data-v-f9ff8847]{display:grid;gap:10px;max-height:300px;min-height:100px;overflow:hidden}.novedad.card .card-body .card-container .card-header[data-v-f9ff8847]{display:flex;gap:5px;font-weight:600;justify-content:space-between;align-items:center}.novedad.card .card-body .card-container .card-header .fecha[data-v-f9ff8847]{color:#6d6d6d;font-size:14px;display:inline}.novedad.card .card-body .card-container .card-content[data-v-f9ff8847]{margin-bottom:24px}.novedad.card .card-body .card-container .card-content .title[data-v-f9ff8847]{color:#333;font-size:20px;font-weight:700;overflow-wrap:break-word;white-space:normal;line-height:1.3}.novedad.card .card-body .card-container .card-content .contenido[data-v-f9ff8847]{color:#333;font-size:16px;font-weight:400;line-height:1.3;overflow-wrap:break-word;white-space:normal}.novedad.card .card-body .card-container .card-content .contenido[data-v-f9ff8847] img{width:100%;height:auto}.novedad.card .card-body .card-container .card-footer[data-v-f9ff8847]{position:absolute;bottom:10px;left:0;display:flex;justify-content:center;width:100%;background:linear-gradient(180deg,#fff0,#fff)}.novedades.sidebar.use-default-css .close[data-v-14b93c0d]{float:unset;padding:0;color:#fff;font-size:unset;line-height:unset;text-shadow:unset;filter:unset;opacity:unset}.novedades.sidebar.use-default-css[data-v-14b93c0d] .sidebar-body{background-color:#f5f5f5}.novedades.sidebar.use-default-css[data-v-14b93c0d] .sidebar-body .sidebar-container .sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background-color:#54c17d;border:none;color:#fff;font-size:20px;font-weight:600}.novedades.sidebar.use-default-css[data-v-14b93c0d] .sidebar-body .sidebar-container .sidebar-content{display:grid;gap:20px;padding:20px 10px}.novedades-container button[data-v-5c4d7c8d]{position:relative;display:flex;align-items:center;height:100%;padding-left:0;background-color:transparent;border:none}.novedades-container button[data-v-5c4d7c8d]:hover{text-decoration:1px underline #FFFFFF}.novedades-container button .badge[data-v-5c4d7c8d]{position:absolute;top:4px;right:-12px;display:flex;align-items:center;justify-content:center;width:14px;height:14px;background-color:#a90003b3;border-radius:100vh;color:#fff;font-family:Work Sans;font-size:11px;cursor:pointer}.top-bar[data-v-9b92f9eb]{max-width:100%;min-height:4px}.top-bar.desa[data-v-9b92f9eb]{background-color:#6aa23f}.top-bar.prd[data-v-9b92f9eb]{background-color:#da251e}.top-bar.tst[data-v-9b92f9eb]{background-color:#333}.top-bar.uix[data-v-9b92f9eb]{background-color:#66afe9}.top-bar .gap-3[data-v-9b92f9eb]{gap:28px}.top-bar .top-bar-container[data-v-9b92f9eb]{width:100%;color:#fff;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400;line-height:33px;white-space:nowrap;height:24px;display:flex;align-items:center}@media(min-width:1280px){.top-bar .top-bar-container[data-v-9b92f9eb]{justify-content:space-between;padding:0 4%}}@media(min-width:1620px){.top-bar .top-bar-container[data-v-9b92f9eb]{padding:0 7%}}.top-bar .top-bar-container a[data-v-9b92f9eb],.top-bar .top-bar-container button[data-v-9b92f9eb]{color:#fff;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}@media(min-width:1280px){.top-bar .top-bar-container a[data-v-9b92f9eb],.top-bar .top-bar-container button[data-v-9b92f9eb]{font-size:12px}}.top-bar .top-bar-container a[data-v-9b92f9eb]:hover,.top-bar .top-bar-container button[data-v-9b92f9eb]:hover{text-decoration:1px underline #FFFFFF}.top-bar .top-bar-container .phone[data-v-9b92f9eb]{display:flex;align-items:center;gap:.5rem}.top-bar .top-bar-container .phone .material-symbols-outlined[data-v-9b92f9eb]{display:flex;align-items:center;text-decoration:none;font-weight:100}.top-bar .top-bar-container .phone .material-symbols-outlined[data-v-9b92f9eb]:hover{text-decoration:none}.top-bar .top-bar-container .novedades-container[data-v-9b92f9eb]{height:33px}.top-bar .top-bar-container .cambio[data-v-9b92f9eb]{height:100%;padding-inline:10px 16px;background-color:#a90003b3}.top-bar .flex[data-v-9b92f9eb]{display:flex}header[data-v-5559af76]{z-index:11}@media(min-width:1024px){header[data-v-5559af76]{box-shadow:0 5px 5px #d6d6d6b3;position:sticky;top:0}}.toast[data-v-6babf74f]{pointer-events:all;z-index:999999}.toast[data-v-6babf74f]:not(.opened){display:none}.toast.use-default-css[data-v-6babf74f]{align-items:center;gap:15px;padding:15px;background-color:var(--toast-bg-color, #333333);box-shadow:0 0 12px var(--toast-shadow-color, #999999);border-radius:3px}.toast.use-default-css.opened[data-v-6babf74f]{display:flex}.toast.use-default-css .toast-close-button[data-v-6babf74f]{position:unset;display:none;align-items:center;justify-content:center;padding:0;background:transparent;border:none;opacity:1}@media(min-width:1024px){.toast.use-default-css .toast-close-button[data-v-6babf74f]{display:flex}}.toast.use-default-css .toast-close-button .material-symbols-outlined[data-v-6babf74f]{padding:0;color:var(--toast-icon-color, #FFFFFF);font-size:18px;font-weight:700}.toast.use-default-css:not(.auto-close) .toast-close-button[data-v-6babf74f]{display:flex}.toast.use-default-css .toast-message[data-v-6babf74f]{display:flex;align-items:center;gap:10px;color:var(--toast-color, #FFFFFF);font-family:Work Sans;font-size:14px;font-style:normal;font-weight:500;line-height:16px;white-space:normal}@media(min-width:1024px){.toast.use-default-css .toast-message[data-v-6babf74f]{white-space:nowrap}}.toast.use-default-css .toast-message .icon-error[data-v-6babf74f]{color:#e43f3a}.toast.use-default-css .toast-message .icon-info[data-v-6babf74f]{color:#efd110}.toast.use-default-css .toast-message .icon-success[data-v-6babf74f]{color:#49b170}.toast.use-default-css .toast-message .undo[data-v-6babf74f]{background:transparent;border:none;font-weight:600;text-decoration:underline}.toaster[data-v-56c6e26a]{position:fixed;bottom:12px;left:12px;right:12px;display:flex;flex-direction:column;gap:16px;margin:0;padding:0;pointer-events:none;list-style:none;z-index:999999}.toaster .item[data-v-56c6e26a]{position:relative;width:100%}.toaster .item.opened[data-v-56c6e26a]{animation:to-right-56c6e26a ease-in .25s}.toaster .item .toast[data-v-56c6e26a]{width:fit-content}@keyframes to-right-56c6e26a{0%{left:-100%;opacity:0}to{left:0%;opacity:1}}.app[data-v-168af2aa]{background-color:#fff}::-webkit-scrollbar{width:8px;height:0px}@media(min-width:1024px){::-webkit-scrollbar{height:8px}}::-webkit-scrollbar-thumb{background:#d6d6d6;border-radius:10px}::-webkit-scrollbar-track{background:#fafafa}.loading-container[data-v-f1699e17]{position:absolute;top:0;left:0;right:0;bottom:0;text-align:center}.loading-container .loading-backdrop[data-v-f1699e17]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#d3d3d3;opacity:.5;z-index:9998}.loading-container .loading[data-v-f1699e17]{z-index:9999;position:fixed;display:inline-block;background-color:#fff;padding:20px 50px;border-radius:12px;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;left:50%;top:50%;transform:translate(-50%,-50%)}.loading-container .loading .loading-icon[data-v-f1699e17]{margin-bottom:8px}.loading-container .loading .loading-icon .spin[data-v-f1699e17]{font-size:36px;animation:spin-f1699e17 1s linear infinite}@keyframes spin-f1699e17{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tooltip-fmq[data-v-7d752be3]{position:relative}.tooltip-fmq .tooltip-fmq-tooltip[data-v-7d752be3]{position:absolute;display:none;z-index:3}.tooltip-fmq.opened.top .tooltip-fmq-tooltip[data-v-7d752be3],.tooltip-fmq.opened.bottom .tooltip-fmq-tooltip[data-v-7d752be3],.tooltip-fmq.opened.left .tooltip-fmq-tooltip[data-v-7d752be3],.tooltip-fmq.opened.right .tooltip-fmq-tooltip[data-v-7d752be3]{display:block}.tooltip-fmq.use-default-css .tooltip-fmq-content[data-v-7d752be3]:not(.no-hover){cursor:pointer}.tooltip-fmq.use-default-css.black .tooltip-fmq-tooltip[data-v-7d752be3]{background-color:#333333e6;color:#fff}.tooltip-fmq.use-default-css.white .tooltip-fmq-tooltip[data-v-7d752be3]{box-shadow:0 1px 5px #000;background-color:#fff;color:#333}.tooltip-fmq.use-default-css .tooltip-fmq-tooltip[data-v-7d752be3]{padding:10px;border-radius:4px;font-family:Work Sans;font-size:12px;font-style:normal;font-weight:400;line-height:14px}.tooltip-fmq.use-default-css .tooltip-fmq-tooltip[data-v-7d752be3]:before{position:absolute}.tooltip-fmq.use-default-css .tooltip-fmq-tooltip .tooltip-close-button[data-v-7d752be3]{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;opacity:1}.tooltip-fmq.use-default-css .tooltip-fmq-tooltip .tooltip-close-button[data-v-7d752be3]:focus{outline:none}.tooltip-fmq.use-default-css.top .tooltip-fmq-tooltip[data-v-7d752be3]{bottom:100%;left:50%;transform:translate(-50%)}.tooltip-fmq.use-default-css.bottom .tooltip-fmq-tooltip[data-v-7d752be3]{top:100%;left:50%;transform:translate(-50%)}.tooltip-fmq.use-default-css.left .tooltip-fmq-tooltip[data-v-7d752be3]{top:50%;right:100%;transform:translateY(-50%)}.tooltip-fmq.use-default-css.left.top .tooltip-fmq-tooltip[data-v-7d752be3]{top:unset;bottom:100%;left:0;right:unset;transform:unset}.tooltip-fmq.use-default-css.left.bottom .tooltip-fmq-tooltip[data-v-7d752be3]{top:100%;bottom:unset;left:0;right:unset;transform:unset}.tooltip-fmq.use-default-css.right .tooltip-fmq-tooltip[data-v-7d752be3]{top:50%;left:100%;transform:translateY(-50%)}.tooltip-fmq.use-default-css.right.top .tooltip-fmq-tooltip[data-v-7d752be3]{top:unset;bottom:100%;left:unset;right:0;transform:unset}.tooltip-fmq.use-default-css.right.bottom .tooltip-fmq-tooltip[data-v-7d752be3]{top:100%;bottom:unset;left:unset;right:0;transform:unset}.tooltip-fmq.use-default-css.arrow-top.opened .tooltip-fmq-tooltip[data-v-7d752be3]:before,.tooltip-fmq.use-default-css.arrow-bottom.opened .tooltip-fmq-tooltip[data-v-7d752be3]:before,.tooltip-fmq.use-default-css.arrow-left.opened .tooltip-fmq-tooltip[data-v-7d752be3]:before,.tooltip-fmq.use-default-css.arrow-right.opened .tooltip-fmq-tooltip[data-v-7d752be3]:before{content:""}.tooltip-fmq.use-default-css.arrow-top.black .tooltip-fmq-tooltip[data-v-7d752be3]:before{border-bottom-color:#333333e6}.tooltip-fmq.use-default-css.arrow-top.white .tooltip-fmq-tooltip[data-v-7d752be3]:before{border-bottom-color:#ffffffe6}.tooltip-fmq.use-default-css.arrow-top .tooltip-fmq-tooltip[data-v-7d752be3]:before{top:-6px;left:50%;transform:translate(-50%);border-bottom:6px solid transparent;border-left:6px solid transparent;border-right:6px solid transparent}.tooltip-fmq.use-default-css.arrow-top.bottom .tooltip-fmq-tooltip[data-v-7d752be3]{margin-top:6px}.tooltip-fmq.use-default-css.arrow-bottom.black .tooltip-fmq-tooltip[data-v-7d752be3]:before{border-top-color:#333333e6}.tooltip-fmq.use-default-css.arrow-bottom.white .tooltip-fmq-tooltip[data-v-7d752be3]:before{border-top-color:#ffffffe6}.tooltip-fmq.use-default-css.arrow-bottom .tooltip-fmq-tooltip[data-v-7d752be3]:before{bottom:-6px;left:50%;transform:translate(-50%);border-top:6px solid transparent;border-left:6px solid transparent;border-right:6px solid transparent}.tooltip-fmq.use-default-css.arrow-bottom.top .tooltip-fmq-tooltip[data-v-7d752be3]{margin-bottom:6px}.tooltip-fmq.use-default-css.arrow-left.black .tooltip-fmq-tooltip[data-v-7d752be3]:before{border-right-color:#333333e6}.tooltip-fmq.use-default-css.arrow-left.white .tooltip-fmq-tooltip[data-v-7d752be3]:before{border-right-color:#ffffffe6}.tooltip-fmq.use-default-css.arrow-left .tooltip-fmq-tooltip[data-v-7d752be3]:before{top:50%;left:-6px;transform:translateY(-50%);border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid transparent}.tooltip-fmq.use-default-css.arrow-left.right .tooltip-fmq-tooltip[data-v-7d752be3]{margin-left:6px}.tooltip-fmq.use-default-css.arrow-right.black .tooltip-fmq-tooltip[data-v-7d752be3]:before{border-left-color:#333333e6}.tooltip-fmq.use-default-css.arrow-right.white .tooltip-fmq-tooltip[data-v-7d752be3]:before{border-left-color:#ffffffe6}.tooltip-fmq.use-default-css.arrow-right .tooltip-fmq-tooltip[data-v-7d752be3]:before{top:50%;right:-6px;transform:translateY(-50%);border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid transparent}.tooltip-fmq.use-default-css.arrow-right.left .tooltip-fmq-tooltip[data-v-7d752be3]{margin-right:6px}.tooltip-fmq.use-default-css .icon-close[data-v-7d752be3]{font-size:18px}/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */.label,sub,sup{vertical-align:baseline}hr,img{border:0}body,figure{margin:0}.btn-group>.btn-group,.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.dropdown-menu{float:left}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.pre-scrollable{max-height:340px}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;color:#337ab7;text-decoration:none}a:active,a:hover{outline:0}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0}mark{color:#000;background:#ff0}.img-thumbnail,body{background-color:#fff}.dropdown-menu,.modal-content{-webkit-background-clip:padding-box}.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-warning.active,.btn-warning:active,.btn.active,.btn:active,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover,.form-control,.navbar-toggle,.open>.dropdown-toggle.btn-danger,.open>.dropdown-toggle.btn-default,.open>.dropdown-toggle.btn-info,.open>.dropdown-toggle.btn-primary,.open>.dropdown-toggle.btn-warning{background-image:none}sub,sup{position:relative;font-size:75%;line-height:0}sup{top:-.5em}sub{bottom:-.25em}img{vertical-align:middle}svg:not(:root){overflow:hidden}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}*,:after,:before,input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}pre,textarea{overflow:auto}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}.glyphicon,address{font-style:normal}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@font-face{font-family:Glyphicons Halflings;src:url(/build/assets/glyphicons-halflings-regular-BUJKDMgK.eot);src:url(/build/assets/glyphicons-halflings-regular-BUJKDMgK.eot?#iefix) format("embedded-opentype"),url(/build/assets/glyphicons-halflings-regular-DzqM6ju8.woff2) format("woff2"),url(/build/assets/glyphicons-halflings-regular-BKjkU69z.woff) format("woff"),url(/build/assets/glyphicons-halflings-regular-DrwTMapi.ttf) format("truetype"),url(/build/assets/glyphicons-halflings-regular-CSehLiBc.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:Glyphicons Halflings;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"*"}.glyphicon-plus:before{content:"+"}.glyphicon-eur:before,.glyphicon-euro:before{content:"€"}.glyphicon-minus:before{content:"−"}.glyphicon-cloud:before{content:"☁"}.glyphicon-envelope:before{content:"✉"}.glyphicon-pencil:before{content:"✏"}.glyphicon-glass:before{content:""}.glyphicon-music:before{content:""}.glyphicon-search:before{content:""}.glyphicon-heart:before{content:""}.glyphicon-star:before{content:""}.glyphicon-star-empty:before{content:""}.glyphicon-user:before{content:""}.glyphicon-film:before{content:""}.glyphicon-th-large:before{content:""}.glyphicon-th:before{content:""}.glyphicon-th-list:before{content:""}.glyphicon-ok:before{content:""}.glyphicon-remove:before{content:""}.glyphicon-zoom-in:before{content:""}.glyphicon-zoom-out:before{content:""}.glyphicon-off:before{content:""}.glyphicon-signal:before{content:""}.glyphicon-cog:before{content:""}.glyphicon-trash:before{content:""}.glyphicon-home:before{content:""}.glyphicon-file:before{content:""}.glyphicon-time:before{content:""}.glyphicon-road:before{content:""}.glyphicon-download-alt:before{content:""}.glyphicon-download:before{content:""}.glyphicon-upload:before{content:""}.glyphicon-inbox:before{content:""}.glyphicon-play-circle:before{content:""}.glyphicon-repeat:before{content:""}.glyphicon-refresh:before{content:""}.glyphicon-list-alt:before{content:""}.glyphicon-lock:before{content:""}.glyphicon-flag:before{content:""}.glyphicon-headphones:before{content:""}.glyphicon-volume-off:before{content:""}.glyphicon-volume-down:before{content:""}.glyphicon-volume-up:before{content:""}.glyphicon-qrcode:before{content:""}.glyphicon-barcode:before{content:""}.glyphicon-tag:before{content:""}.glyphicon-tags:before{content:""}.glyphicon-book:before{content:""}.glyphicon-bookmark:before{content:""}.glyphicon-print:before{content:""}.glyphicon-camera:before{content:""}.glyphicon-font:before{content:""}.glyphicon-bold:before{content:""}.glyphicon-italic:before{content:""}.glyphicon-text-height:before{content:""}.glyphicon-text-width:before{content:""}.glyphicon-align-left:before{content:""}.glyphicon-align-center:before{content:""}.glyphicon-align-right:before{content:""}.glyphicon-align-justify:before{content:""}.glyphicon-list:before{content:""}.glyphicon-indent-left:before{content:""}.glyphicon-indent-right:before{content:""}.glyphicon-facetime-video:before{content:""}.glyphicon-picture:before{content:""}.glyphicon-map-marker:before{content:""}.glyphicon-adjust:before{content:""}.glyphicon-tint:before{content:""}.glyphicon-edit:before{content:""}.glyphicon-share:before{content:""}.glyphicon-check:before{content:""}.glyphicon-move:before{content:""}.glyphicon-step-backward:before{content:""}.glyphicon-fast-backward:before{content:""}.glyphicon-backward:before{content:""}.glyphicon-play:before{content:""}.glyphicon-pause:before{content:""}.glyphicon-stop:before{content:""}.glyphicon-forward:before{content:""}.glyphicon-fast-forward:before{content:""}.glyphicon-step-forward:before{content:""}.glyphicon-eject:before{content:""}.glyphicon-chevron-left:before{content:""}.glyphicon-chevron-right:before{content:""}.glyphicon-plus-sign:before{content:""}.glyphicon-minus-sign:before{content:""}.glyphicon-remove-sign:before{content:""}.glyphicon-ok-sign:before{content:""}.glyphicon-question-sign:before{content:""}.glyphicon-info-sign:before{content:""}.glyphicon-screenshot:before{content:""}.glyphicon-remove-circle:before{content:""}.glyphicon-ok-circle:before{content:""}.glyphicon-ban-circle:before{content:""}.glyphicon-arrow-left:before{content:""}.glyphicon-arrow-right:before{content:""}.glyphicon-arrow-up:before{content:""}.glyphicon-arrow-down:before{content:""}.glyphicon-share-alt:before{content:""}.glyphicon-resize-full:before{content:""}.glyphicon-resize-small:before{content:""}.glyphicon-exclamation-sign:before{content:""}.glyphicon-gift:before{content:""}.glyphicon-leaf:before{content:""}.glyphicon-fire:before{content:""}.glyphicon-eye-open:before{content:""}.glyphicon-eye-close:before{content:""}.glyphicon-warning-sign:before{content:""}.glyphicon-plane:before{content:""}.glyphicon-calendar:before{content:""}.glyphicon-random:before{content:""}.glyphicon-comment:before{content:""}.glyphicon-magnet:before{content:""}.glyphicon-chevron-up:before{content:""}.glyphicon-chevron-down:before{content:""}.glyphicon-retweet:before{content:""}.glyphicon-shopping-cart:before{content:""}.glyphicon-folder-close:before{content:""}.glyphicon-folder-open:before{content:""}.glyphicon-resize-vertical:before{content:""}.glyphicon-resize-horizontal:before{content:""}.glyphicon-hdd:before{content:""}.glyphicon-bullhorn:before{content:""}.glyphicon-bell:before{content:""}.glyphicon-certificate:before{content:""}.glyphicon-thumbs-up:before{content:""}.glyphicon-thumbs-down:before{content:""}.glyphicon-hand-right:before{content:""}.glyphicon-hand-left:before{content:""}.glyphicon-hand-up:before{content:""}.glyphicon-hand-down:before{content:""}.glyphicon-circle-arrow-right:before{content:""}.glyphicon-circle-arrow-left:before{content:""}.glyphicon-circle-arrow-up:before{content:""}.glyphicon-circle-arrow-down:before{content:""}.glyphicon-globe:before{content:""}.glyphicon-wrench:before{content:""}.glyphicon-tasks:before{content:""}.glyphicon-filter:before{content:""}.glyphicon-briefcase:before{content:""}.glyphicon-fullscreen:before{content:""}.glyphicon-dashboard:before{content:""}.glyphicon-paperclip:before{content:""}.glyphicon-heart-empty:before{content:""}.glyphicon-link:before{content:""}.glyphicon-phone:before{content:""}.glyphicon-pushpin:before{content:""}.glyphicon-usd:before{content:""}.glyphicon-gbp:before{content:""}.glyphicon-sort:before{content:""}.glyphicon-sort-by-alphabet:before{content:""}.glyphicon-sort-by-alphabet-alt:before{content:""}.glyphicon-sort-by-order:before{content:""}.glyphicon-sort-by-order-alt:before{content:""}.glyphicon-sort-by-attributes:before{content:""}.glyphicon-sort-by-attributes-alt:before{content:""}.glyphicon-unchecked:before{content:""}.glyphicon-expand:before{content:""}.glyphicon-collapse-down:before{content:""}.glyphicon-collapse-up:before{content:""}.glyphicon-log-in:before{content:""}.glyphicon-flash:before{content:""}.glyphicon-log-out:before{content:""}.glyphicon-new-window:before{content:""}.glyphicon-record:before{content:""}.glyphicon-save:before{content:""}.glyphicon-open:before{content:""}.glyphicon-saved:before{content:""}.glyphicon-import:before{content:""}.glyphicon-export:before{content:""}.glyphicon-send:before{content:""}.glyphicon-floppy-disk:before{content:""}.glyphicon-floppy-saved:before{content:""}.glyphicon-floppy-remove:before{content:""}.glyphicon-floppy-save:before{content:""}.glyphicon-floppy-open:before{content:""}.glyphicon-credit-card:before{content:""}.glyphicon-transfer:before{content:""}.glyphicon-cutlery:before{content:""}.glyphicon-header:before{content:""}.glyphicon-compressed:before{content:""}.glyphicon-earphone:before{content:""}.glyphicon-phone-alt:before{content:""}.glyphicon-tower:before{content:""}.glyphicon-stats:before{content:""}.glyphicon-sd-video:before{content:""}.glyphicon-hd-video:before{content:""}.glyphicon-subtitles:before{content:""}.glyphicon-sound-stereo:before{content:""}.glyphicon-sound-dolby:before{content:""}.glyphicon-sound-5-1:before{content:""}.glyphicon-sound-6-1:before{content:""}.glyphicon-sound-7-1:before{content:""}.glyphicon-copyright-mark:before{content:""}.glyphicon-registration-mark:before{content:""}.glyphicon-cloud-download:before{content:""}.glyphicon-cloud-upload:before{content:""}.glyphicon-tree-conifer:before{content:""}.glyphicon-tree-deciduous:before{content:""}.glyphicon-cd:before{content:""}.glyphicon-save-file:before{content:""}.glyphicon-open-file:before{content:""}.glyphicon-level-up:before{content:""}.glyphicon-copy:before{content:""}.glyphicon-paste:before{content:""}.glyphicon-alert:before{content:""}.glyphicon-equalizer:before{content:""}.glyphicon-king:before{content:""}.glyphicon-queen:before{content:""}.glyphicon-pawn:before{content:""}.glyphicon-bishop:before{content:""}.glyphicon-knight:before{content:""}.glyphicon-baby-formula:before{content:""}.glyphicon-tent:before{content:"⛺"}.glyphicon-blackboard:before{content:""}.glyphicon-bed:before{content:""}.glyphicon-apple:before{content:""}.glyphicon-erase:before{content:""}.glyphicon-hourglass:before{content:"⌛"}.glyphicon-lamp:before{content:""}.glyphicon-duplicate:before{content:""}.glyphicon-piggy-bank:before{content:""}.glyphicon-scissors:before{content:""}.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before{content:""}.glyphicon-jpy:before,.glyphicon-yen:before{content:"¥"}.glyphicon-rub:before,.glyphicon-ruble:before{content:"₽"}.glyphicon-scale:before{content:""}.glyphicon-ice-lolly:before{content:""}.glyphicon-ice-lolly-tasted:before{content:""}.glyphicon-education:before{content:""}.glyphicon-option-horizontal:before{content:""}.glyphicon-option-vertical:before{content:""}.glyphicon-menu-hamburger:before{content:""}.glyphicon-modal-window:before{content:""}.glyphicon-oil:before{content:""}.glyphicon-grain:before{content:""}.glyphicon-sunglasses:before{content:""}.glyphicon-text-size:before{content:""}.glyphicon-text-color:before{content:""}.glyphicon-text-background:before{content:""}.glyphicon-object-align-top:before{content:""}.glyphicon-object-align-bottom:before{content:""}.glyphicon-object-align-horizontal:before{content:""}.glyphicon-object-align-left:before{content:""}.glyphicon-object-align-vertical:before{content:""}.glyphicon-object-align-right:before{content:""}.glyphicon-triangle-right:before{content:""}.glyphicon-triangle-left:before{content:""}.glyphicon-triangle-bottom:before{content:""}.glyphicon-triangle-top:before{content:""}.glyphicon-console:before{content:""}.glyphicon-superscript:before{content:""}.glyphicon-subscript:before{content:""}.glyphicon-menu-left:before{content:""}.glyphicon-menu-right:before{content:""}.glyphicon-menu-down:before{content:""}.glyphicon-menu-up:before{content:""}*,:after,:before{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}dt,kbd kbd,label{font-weight:700}address,blockquote .small,blockquote footer,blockquote small,dd,dt,pre{line-height:1.42857143}@media(min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}pre code,table{background-color:transparent}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}dl,ol,ul{margin-top:0}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child,ol ol,ol ul,ul ol,ul ul{margin-bottom:0}address,dl{margin-bottom:20px}ol,ul{margin-bottom:10px}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.container{width:750px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;color:#777}legend,pre{display:block;color:#333}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"— "}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}code,kbd{padding:2px 4px;font-size:90%}caption,th{text-align:left}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:" —"}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px #00000040}kbd kbd{padding:0;font-size:100%;-webkit-box-shadow:none;box-shadow:none}pre{padding:9.5px;margin:0 0 10px;font-size:13px;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.container,.container-fluid{margin-right:auto;margin-left:auto}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;border-radius:0}.container,.container-fluid{padding-right:15px;padding-left:15px}.pre-scrollable{overflow-y:scroll}@media(min-width:992px){.container{width:970px}}@media(min-width:1200px){.container{width:1170px}}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media(min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media(min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media(min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{border-spacing:0;border-collapse:collapse}caption{padding-top:8px;padding-bottom:8px;color:#777}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset,legend{padding:0;border:0}fieldset{min-width:0;margin:0}legend{width:100%;margin-bottom:20px;font-size:21px;line-height:inherit;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\	;line-height:normal}.form-control,output{font-size:14px;line-height:1.42857143;color:#555;display:block}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}output{padding-top:7px}.form-control{width:100%;height:34px;padding:6px 12px;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px #00000013,0 0 8px #66afe999}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .form-control-feedback,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\	;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.form-group-sm .form-control,.input-sm{padding:5px 10px;border-radius:3px;font-size:12px}.input-sm{height:30px;line-height:1.5}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;line-height:1.5}.form-group-lg .form-control,.input-lg{border-radius:6px;padding:10px 16px;font-size:18px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;line-height:1.3333333}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;line-height:1.3333333}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.collapsing,.dropdown,.dropup{position:relative}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px #00000013,0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .form-control-feedback,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px #00000013,0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .form-control-feedback,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px #00000013,0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-control-static,.form-inline .form-group{display:inline-block}.form-inline .control-label,.form-inline .form-group{margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media(min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success.active,.btn-success:active,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info.active,.btn-info:active,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\	;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px #0000002d}.dropdown-menu-right,.dropdown-menu.pull-right{right:0;left:auto}.dropdown-header,.dropdown-menu>li>a{display:block;padding:3px 20px;line-height:1.42857143;white-space:nowrap}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child),.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{clear:both;font-weight:400;color:#333}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;filter:progid: DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-left{right:auto;left:0}.dropdown-header{font-size:12px;color:#777}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.nav-justified>.dropdown .dropdown-menu,.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\	}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn .caret,.btn-group>.btn:first-child{margin-left:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn-lg .caret{border-width:5px 5px 0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-radius:4px 4px 0 0}.btn-group-vertical>.btn:last-child:not(:first-child){border-radius:0 0 4px 4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.nav>li,.nav>li>a{display:block;position:relative}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li>a{padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center;margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0;border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-justified>li,.nav-stacked>li{float:none}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px #ffffff1a}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar{border-radius:4px}.navbar-header{float:left}.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.carousel-inner,.embed-responsive,.modal,.modal-open,.progress{overflow:hidden}@media(max-device-width:480px)and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}.navbar-static-top{z-index:1000;border-width:0 0 1px}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media(min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}.progress-bar-striped,.progress-striped .progress-bar,.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}@media(min-width:768px){.navbar-toggle{display:none}.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px #ffffff1a,0 1px #ffffff1a;margin:8px -15px}@media(min-width:768px){.navbar-form .form-control-static,.navbar-form .form-group{display:inline-block}.navbar-form .control-label,.navbar-form .form-group{margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.breadcrumb>li,.pagination{display:inline-block}.btn .badge,.btn .label{top:-1px;position:relative}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-radius:4px 4px 0 0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/ "}.breadcrumb>.active{color:#777}.pagination{padding-left:0;margin:20px 0;border-radius:4px}.pager li,.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.badge,.label{font-weight:700;line-height:1;white-space:nowrap;text-align:center}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;color:#fff;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;color:#fff;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.media-object,.thumbnail{display:block}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.jumbotron,.jumbotron .h1,.jumbotron h1{color:inherit}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;background-color:#eee}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.alert,.thumbnail{margin-bottom:20px}.alert .alert-link,.close{font-weight:700}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.modal,.modal-backdrop{top:0;right:0;bottom:0;left:0}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px #0000001a}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px #00000026;-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-striped .progress-bar-info,.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.panel-heading>.dropdown .dropdown-toggle,.panel-title,.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px #0000000d}.panel-title,.panel>.list-group,.panel>.panel-collapse>.list-group,.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-title{margin-top:0;font-size:16px}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel-group .panel-heading,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px #0000000d}.well blockquote{border-color:#ddd;border-color:#00000026}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.popover,.tooltip{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;line-break:auto;text-decoration:none}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal{position:fixed;z-index:1050;display:none;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translateY(-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080}.modal-backdrop{position:fixed;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.carousel-control,.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px #00000080}.modal-sm{width:300px}}.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}@media(min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;text-align:left;text-align:start;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px}.tooltip.top-right .tooltip-arrow{left:5px}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow{border-width:0 5px 5px;border-bottom-color:#000;top:0}.tooltip.bottom .tooltip-arrow{left:50%;margin-left:-5px}.tooltip.bottom-left .tooltip-arrow{right:5px;margin-top:-5px}.tooltip.bottom-right .tooltip-arrow{left:5px;margin-top:-5px}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-size:14px;text-align:left;text-align:start;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px #0003}.carousel-caption,.carousel-control{color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.carousel,.carousel-inner{position:relative}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:#00000040;border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.left>.arrow:after,.popover.right>.arrow:after{bottom:-10px;content:" "}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:#00000040;border-left-width:0}.popover.right>.arrow:after{left:1px;border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:#00000040}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:#00000040}.popover.left>.arrow:after{right:1px;border-right-width:0;border-left-color:#fff}.carousel-inner{width:100%}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;background-color:#0000}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,#00000080 0,#0000);filter:progid: DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,#0000 0,#00000080);filter:progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:"‹"}.carousel-control .icon-next:before{content:"›"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\	;background-color:#0000;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px}.carousel-caption .btn,.text-hide{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.show{display:block!important}.hidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media(max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media(min-width:768px)and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media(min-width:992px)and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media(min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}.hidden-lg{display:none!important}}@media(max-width:767px){.hidden-xs{display:none!important}}@media(min-width:768px)and (max-width:991px){.hidden-sm{display:none!important}}@media(min-width:992px)and (max-width:1199px){.hidden-md{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}.hidden-print{display:none!important}}.sprite-icons-engranaje-2,.sprite-icons-engranaje-1,.sprite-icons-play,.sprite-icons-mi-sucursal,.sprite-icons-mi-cuenta,.sprite-icons-cart,.sprite-icons-ferreteria-construccion,.sprite-icons-drag-handle,.sprite-icons-materias-primas,.sprite-icons-servicios,.sprite-icons-consumibles-industriales,.sprite-icons-conduccion-de-fluidos-sanitarios,.sprite-icons-conduccion-de-fluidos-industriales,.sprite-icons-descarga,.sprite-icons-icono-certificado{background-image:url(/build/assets/icons-CuZBb0jO.png?v=2);background-repeat:no-repeat}.sprite-icons-engranaje-2{background-position:0 0;width:118px;height:114px}.sprite-icons-engranaje-1{background-position:-118px 0;width:88px;height:83px}.sprite-icons-play{background-position:0 -114px;width:30px;height:37px;margin:15px 17px}.sprite-icons-mi-sucursal{background-position:-118px -83px;width:30px;height:30px}.sprite-icons-mi-cuenta{background-position:-148px -83px;width:30px;height:30px}.sprite-icons-cart{background-position:-30px -114px;width:30px;height:30px}.sprite-icons-ferreteria-construccion{background-position:-178px -83px;width:28px;height:25px}.sprite-icons-drag-handle{background-position:-60px -114px;width:13px;height:27px}.sprite-icons-materias-primas{background-position:-73px -114px;width:26px;height:25px}.sprite-icons-servicios{background-position:-99px -114px;width:21px;height:25px}.sprite-icons-consumibles-industriales{background-position:-120px -114px;width:25px;height:25px}.sprite-icons-conduccion-de-fluidos-sanitarios{background-position:-145px -114px;width:22px;height:25px}.sprite-icons-conduccion-de-fluidos-industriales{background-position:-167px -114px;width:23px;height:25px}.sprite-icons-descarga{background-position:0 -151px;width:18px;height:18px}.sprite-icons-icono-certificado{background-position:-190px -114px;width:13px;height:13px}@media screen and (-webkit-min-device-pixel-ratio:1),screen and (min--moz-device-pixel-ratio:1),screen and (-o-min-device-pixel-ratio:100/100),screen and (min-device-pixel-ratio:1),screen and (min-resolution:1dppx){.sprite-icons-engranaje-2,.sprite-icons-engranaje-1,.sprite-icons-play,.sprite-icons-mi-sucursal,.sprite-icons-mi-cuenta,.sprite-icons-cart,.sprite-icons-ferreteria-construccion,.sprite-icons-drag-handle,.sprite-icons-materias-primas,.sprite-icons-servicios,.sprite-icons-consumibles-industriales,.sprite-icons-conduccion-de-fluidos-sanitarios,.sprite-icons-conduccion-de-fluidos-industriales,.sprite-icons-descarga,.sprite-icons-icono-certificado{background-image:url(/build/assets/icons-CuZBb0jO.png?v=2);-webkit-background-size:206px 169px;-moz-background-size:206px 169px;background-size:206px 169px}}@font-face{font-family:Roboto Medium;src:url(/build/assets/Roboto-Medium-BazAdFNM.eot),url(/build/assets/Roboto-Medium-BazAdFNM.eot?#iefix) format("embedded-opentype"),url(/build/assets/Roboto-Medium-Cu3v0ylD.woff) format("woff"),url(/build/assets/Roboto-Medium-cNKjeBYp.ttf) format("truetype"),url(/build/assets/Roboto-Medium-Do4RfL-a.svg) format("svg")}@font-face{font-family:Roboto Black;src:url(/build/assets/Roboto-Black-DEdzYR-h.eot),url(/build/assets/Roboto-Black-DEdzYR-h.eot?#iefix) format("embedded-opentype"),url(/build/assets/Roboto-Black-BIA49YOk.woff) format("woff"),url(/build/assets/Roboto-Black-C0mwRDn7.ttf) format("truetype"),url(/build/assets/Roboto-Black-DXCX_uMX.svg) format("svg")}@font-face{font-family:Roboto Light;src:url(/build/assets/Roboto-Light-B6CQ0nGG.eot),url(/build/assets/Roboto-Light-B6CQ0nGG.eot?#iefix) format("embedded-opentype"),url(/build/assets/Roboto-Light-CdHv07uD.woff) format("woff"),url(/build/assets/Roboto-Light-DClj45N0.ttf) format("truetype"),url(/build/assets/Roboto-Light-CrUI8CWp.svg) format("svg")}@font-face{font-family:Roboto Medium;src:url(/build/assets/Roboto-Medium-BazAdFNM.eot),url(/build/assets/Roboto-Medium-BazAdFNM.eot?#iefix) format("embedded-opentype"),url(/build/assets/Roboto-Medium-Cu3v0ylD.woff) format("woff"),url(/build/assets/Roboto-Medium-cNKjeBYp.ttf) format("truetype"),url(/build/assets/Roboto-Medium-Do4RfL-a.svg) format("svg")}@font-face{font-family:Roboto Black;src:url(/build/assets/Roboto-Black-DEdzYR-h.eot),url(/build/assets/Roboto-Black-DEdzYR-h.eot?#iefix) format("embedded-opentype"),url(/build/assets/Roboto-Black-BIA49YOk.woff) format("woff"),url(/build/assets/Roboto-Black-C0mwRDn7.ttf) format("truetype"),url(/build/assets/Roboto-Black-DXCX_uMX.svg) format("svg")}@font-face{font-family:Roboto Light;src:url(/build/assets/Roboto-Light-B6CQ0nGG.eot),url(/build/assets/Roboto-Light-B6CQ0nGG.eot?#iefix) format("embedded-opentype"),url(/build/assets/Roboto-Light-CdHv07uD.woff) format("woff"),url(/build/assets/Roboto-Light-DClj45N0.ttf) format("truetype"),url(/build/assets/Roboto-Light-CrUI8CWp.svg) format("svg")}/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?v=4.4.0);src:url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"),url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.4.0) format("woff2"),url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff?v=4.4.0) format("woff"),url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.ttf?v=4.4.0) format("truetype"),url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}#medio_pago .row-paga-ahora .form-group label,#confirmacion_pedido .form-group label{font-family:Roboto Medium}#medio_pago .row-paga-ahora .form-group .fmq-select,#confirmacion_pedido .form-group .fmq-select{padding-left:15px;height:33px;font-size:small;font-family:Roboto;color:#707070}#medio_pago .row-paga-ahora .error.form-group .mensaje-error,#confirmacion_pedido .error.form-group .mensaje-error{color:#d92617;font-size:12px;font-family:Roboto Medium}#medio_pago .row-paga-ahora .error.form-group .fmq-select,#confirmacion_pedido .error.form-group .fmq-select{border-color:#d92617;color:#d92617}@media(max-width:1200px){.info .container.institucional{width:95%!important}.info a,.info span{font-size:11px}.info .fa,.info .material-symbols-outlined{display:none}}#cover-background{width:0}#cover-background.active{width:100%;height:900%;position:absolute;z-index:45;background-color:#d3d3d3a3;top:0;left:0;transition:.25s}#cover-background.active #menu-mobile{display:block!important}#cover-background .menu-navbar-collapse-1{width:82%;position:absolute;top:0;left:0;z-index:60;background-color:#f8f8f7;padding:0 0 10px;margin:0;border:0px;border-radius:0}#cover-background .menu-navbar-collapse-1.block-category-detail{display:none;top:56px;height:610px}#cover-background .menu-navbar-collapse-1.block-category-detail #return-button{color:#d92423;font-weight:700;text-transform:uppercase}#cover-background .menu-navbar-collapse-1.block-category-detail #return-button i{color:#d92423;padding-right:5px}#cover-background .menu-navbar-collapse-1.block-category-detail .menu{color:#fff;float:right;font-weight:700;text-transform:uppercase}#cover-background .menu-navbar-collapse-1.block-category-detail .title-category{padding:10px 17px}#cover-background .menu-navbar-collapse-1.block-category-detail .title-category a{font-family:Work Sans,sans-serif;color:#484848;font-weight:700}#cover-background .menu-navbar-collapse-1.block-category-detail .family-item{padding:10px 17px}#cover-background .menu-navbar-collapse-1.block-category-detail .family-item a{color:#666}#cover-background .menu-navbar-collapse-1 #logo-famiq{padding:10px 0 10px 15px}#cover-background .menu-navbar-collapse-1#menu-mobile{display:none}#cover-background .menu-navbar-collapse-1#menu-mobile .li-logo-famiq{padding:11px 0}#cover-background .menu-navbar-collapse-1#menu-mobile .category-block .row-category{padding:10px 17px}#cover-background .menu-navbar-collapse-1#menu-mobile .category-block .row-category a{color:#000}#cover-background .menu-navbar-collapse-1#menu-mobile .category-block .row-category .angle-right{float:right}#cover-background .menu-navbar-collapse-1#menu-mobile .category-block .category-detail{display:none}#cover-background .menu-navbar-collapse-1#menu-mobile.active{display:block!important}#cover-background .menu-navbar-collapse-1 .buttons-menu{background-color:#171717;padding:22px 17px}#cover-background .menu-navbar-collapse-1 .buttons-menu a{color:#fff}#cover-background .menu-navbar-collapse-1 .buttons-menu #btn-person-black{padding:0;background-color:#171717;border:none;font-weight:700;text-transform:uppercase}#cover-background .menu-navbar-collapse-1 .buttons-menu #btn-person-black img{bottom:2px;position:relative}#cover-background .menu-navbar-collapse-1 .buttons-menu .login-register{float:right}#cover-background .menu-navbar-collapse-1 .buttons-footers-menu{padding:10px 0;display:flex}#cover-background .menu-navbar-collapse-1 .buttons-footers-menu a{color:#333;display:flex;padding-left:20px}#cover-background .menu-navbar-collapse-1 .buttons-footers-menu a .icono{width:15%;margin-top:4px;padding-left:25px}#cover-background .menu-navbar-collapse-1 .buttons-footers-menu a .icono .fa{float:right;padding-right:15px}#cover-background .menu-navbar-collapse-1 .divider-footers-menu{padding:10px 16px}#cover-background .menu-navbar-collapse-1 .divider-footers-menu hr{margin:0 0 17px;height:0px;background-color:#e5e5e5}#menu-navbar-person{position:absolute;margin:0 2px;z-index:20}.container.container-menu{position:relative}.static{position:static!important}.carousel-ofertas{width:100%;min-height:60px;background:#f5f5f5}.carousel-ofertas .offer-title{color:#313332;text-transform:uppercase;margin-right:10px;font-family:Oswald;font-size:16px;font-weight:400}.carousel-ofertas .offer-desc{color:#313332;margin-right:10px;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}.carousel-ofertas .more{color:#313332;text-decoration:underline;font-family:Work Sans,sans-serif;font-size:12px;font-weight:700}.carousel-ofertas .owl-item{height:60px}.carousel-ofertas .owl-item .item{padding-top:18px}@media(max-width:1280px){header#header .info .content-left :nth-child(n){padding-left:10px}header#header .info .content-right :nth-child(n){padding-left:10px}}@media(max-width:480px){header#header .navbar-default{background-color:#f1f1f1;border:none}}header#header .info{height:33px}header#header .info.prd{background:#da251e}header#header .info.tst{background:#484445}header#header .info.desa{background:#6aa23f}header#header .info.uix{background:#9ce}header#header .info .institucional{display:flex;justify-content:space-around;white-space:nowrap}header#header .info .container{line-height:33px}header#header .info .container .estilo-header span,header#header .info .container .estilo-header a{color:#fff;padding-left:12px;padding-right:12px!important;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400}header#header .info .container a.estilo-header,header#header .info .container a.estilo-header-novedades{color:#fff;padding-left:10px;padding-right:10px!important;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;display:inline!important}header#header .info .container .content-left{float:left}header#header .info .container .separator-pipe{margin-right:0;margin-left:10px;padding-left:0!important}@media(max-width:1100px){header#header .info .container .separator-pipe{margin-right:0;margin-left:10px;padding-left:0!important}}header#header .info .container .content-right{float:right;position:relative;right:0;top:0}header#header .info .container .content-right span,header#header .info .container .content-right a{font-family:Work Sans,sans-serif;font-size:14px;padding-left:15px;font-weight:400}header#header .info .container .content-right span.help i,header#header .info .container .content-right a.help i{margin-right:5px}header#header .info .container .content-right span.cotizacion,header#header .info .container .content-right a.cotizacion{background-color:#121212;margin-left:13px;padding:10px 16px;cursor:default}header#header .info .container .content-right span.cotizacion:focus,header#header .info .container .content-right span.cotizacion:hover,header#header .info .container .content-right a.cotizacion:focus,header#header .info .container .content-right a.cotizacion:hover{text-decoration:none}header#header .header{background:#fafafa;position:relative;border-bottom:solid 1px rgba(217,217,217,.22)}@media(max-width:768px){header#header .header{padding-bottom:15px!important}}header#header .header .container{max-height:100%;display:block;margin:0 auto}header#header .header .container .main-header-content{width:100%;text-align:center}@media(min-width:768px)and (max-width:990px){header#header .header .container .main-header-content{min-height:46px}}header#header .header .container .main-header-content .main-header-left,header#header .header .container .main-header-content .main-header-center{float:left}header#header .header .container .main-header-content .main-header-left,header#header .header .container .main-header-content .main-header-center,header#header .header .container .main-header-content .main-header-right{padding:8px 0}header#header .header .container .main-header-content .main-header-left{width:15%;text-align:left}header#header .header .container .main-header-content .main-header-center{width:85%}header#header .header .container .main-header-content .module-options{width:35%;padding-right:15px;float:right}@media(max-width:1280px){header#header .header .container .main-header-content .module-options{width:50%!important}}@media(max-width:960px){header#header .header .container .main-header-content .module-options{width:50%!important}}header#header .header .container .logo{margin-bottom:5px;height:43px}@media(min-width:768px)and (max-width:990px){header#header .header .container .logo{position:absolute;top:0;left:-50px}}@media(max-width:767px){header#header .header .container .logo{position:absolute;top:15px;left:0}}header#header .header .container .main-search-form{width:65%;margin:0;position:relative}@media(max-width:1280px){header#header .header .container .main-search-form{width:50%!important}}@media(max-width:960px){header#header .header .container .main-search-form{width:40%!important}}header#header .header .container .main-search-form #search-dropdown{font-family:Oswald;font-size:12px;font-weight:400;color:#888;height:45px;width:70px}header#header .header .container .main-search-form #search-dropdown i{margin-left:5px}header#header .header .container .main-search-form #search-text{border-radius:4px 0 0 4px;border:none;font-size:13px;padding:0 15px;height:43px;width:445px;font-family:Work Sans,sans-serif;background-color:#fff}@media(max-width:768px){header#header .header .container .main-search-form #search-text{width:325px;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400}}header#header .header .container .main-search-form .container-btn-category #btn-category{color:#333;text-transform:uppercase;line-height:1em;margin-right:15px;display:block;height:9px;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}@media(min-width:768px)and (max-width:990px){header#header .header .container .main-search-form .container-btn-category #btn-category{position:absolute;left:124px;top:13px}}@media(max-width:767px){header#header .header .container .main-search-form .container-btn-category #btn-category{position:absolute;left:132px;top:65px}}header#header .header .container .main-search-form #search-btn{background-color:#fafafa;background-image:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/2wBDAQMDAwQDBAgEBAgQCwkLEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBD/wAARCAA0ADUDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9RaKKKACikd0jRpJHCqoJZicAAdzTILm3ukMltPHKoOCyMGGfTigCSiiigBQzL91iKKSigAooooA8n8N+GrT4zJP438diW/0Wa7mj0TRHkZbSO3ikKLPNGCBLK5Rm+fIVWAArW1z4N+HII31j4dWdt4S8Q2677S60yIQQyMBxHPCmI5Y26EMuRnIINZvg7xNYfCx2+G3jq7j0u3guJm0LVLp9lrfWskjOkZlPyrNHu2FGIJAUjOa0fH3xw8EeDtHu57DWrLWNWSB5LfT7KdZmJA4aUoSIogTlnfAABxk8UAdH8P8AxUfG3g3S/E0lr9mmvIT9og/55ToxSVP+AyKw/Cugrl/hf4eTwv4B0XRk1CG/ZLczy3UDBo55pmMskiEcFS8jEH0IrqKACiiigAooooAhvbGy1G2ey1CzgureUYeKaMOjD3U8Gqmm+HPD2jwy2+kaDp1jFOMSpbWqRK4/2goAP41o0UAcx4P8DQ+CLvUoNG1OUaHeOs9rpLIDHYSksZfJbORG5KkR4wpDY4bA6eiigAooooAKKKKACiiigAooooAkiQPnOeKKKKAP/9k=);background-position:50% 30%;border-left:solid 1px rgba(0,0,0,.2)!important;background-size:contain;color:#fff;position:relative;height:43px;width:45px;border:#A4A4A3}header#header .header .container .main-search-form #search-btn:focus,header#header .header .container .main-search-form #search-btn:active{outline:0px!important;-webkit-appearance:none}header#header .header .container .main-search-form .btn-profile{color:#fff;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}header#header .js-categories{width:103%;height:780%;left:0;top:66px;border-radius:0}header#header .js-categories:before{width:0;height:0;border-right:15px solid transparent;border-top:0 solid transparent;border-left:15px solid transparent;position:absolute;border-bottom:15px solid #ffffff;top:-14px;left:180px;z-index:35}@media(max-width:1024px){header#header .js-categories:before{left:265px}}header#header .js-categories .content-left{max-width:80%}header#header .js-categories .content-left .category-info a:hover{color:#da281a}header#header .js-categories .content-left .category-info-newsize{min-height:105px;min-width:183px}header#header .js-categories .column-row{padding:0 20px;min-width:20%;float:left;position:relative}header#header .js-categories .column-row:nth-child(1):after,header#header .js-categories .column-row:nth-child(2):after,header#header .js-categories .column-row:nth-child(3):after,header#header .js-categories .column-row:nth-child(4):after{content:"";width:100%;height:1px;position:absolute;background:#eee}header#header .js-categories .column-row:nth-child(1) ul,header#header .js-categories .column-row:nth-child(2) ul,header#header .js-categories .column-row:nth-child(3) ul,header#header .js-categories .column-row:nth-child(4) ul{margin-left:0}header#header .js-categories .column-row .title{color:#333;display:block;margin:30px 0 15px;font-family:Work Sans,sans-serif;font-size:20px;font-weight:400}header#header .js-categories .column-row .category-info{color:#666;list-style-type:none;padding:5px 0 0}header#header .js-categories .column-row .category-info a{color:#666;margin:5px 0;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}header#header .js-categories .column-row .category-info a:before{display:inline-block;font-family:FontAwesome;font-style:normal;line-height:1;padding-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:5px;content:"";font-weight:400}header#header .js-categories .column-row .more{display:block;color:#323232;padding-top:15px;text-transform:uppercase;margin-bottom:35px;font-family:Oswald;font-size:12px;font-weight:400}header#header .js-categories .content-right{position:relative;right:-121px;top:0}header#header .js-categories .month-offer{background-color:#f5f5f5;height:50px;width:515px;margin-left:15px;line-height:50px;padding-left:40px;position:absolute;bottom:0}header#header .js-categories .month-offer:after{content:"";width:0;height:0;right:-25px;border-left:25px solid #f5f5f5;border-top:25px solid transparent;border-bottom:25px solid transparent;float:right;position:absolute}header#header .js-categories .month-offer .offer-title{color:#313332;text-transform:uppercase;margin-right:10px;font-family:Oswald;font-size:16px;font-weight:400}header#header .js-categories .month-offer .offer-desc{position:absolute;left:130px;color:#313332;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}header#header .js-categories .month-offer .title{position:absolute;left:15px!important;font-family:Oswald;font-size:15px;font-weight:400;color:#db291b;text-transform:uppercase}header#header .js-categories .month-offer .more{position:absolute;left:320px;color:#313332;text-decoration:underline!important;font-family:Work Sans,sans-serif;font-size:12px;font-weight:700}.mi-cuenta-module,.sucursal-module{position:relative}.js-profile{margin-left:-175px}.js-profile:before{left:168px}.js-sucursal{margin-top:10px;margin-left:-80px}.js-sucursal:before{left:73px;border-bottom-color:#333!important}.js-profile,.js-sucursal{border-radius:3px;background:#fff;width:350px;float:right;left:40%;padding-bottom:0}.js-profile.js-profile,.js-sucursal.js-profile{top:50px}.js-profile.js-sucursal,.js-sucursal.js-sucursal{top:35px}.js-profile .separator-after:after,.js-sucursal .separator-after:after{content:"";display:block;border-bottom:1px solid #e1e1e1;margin-top:20px;margin-bottom:10px}@media(min-width:991px){.js-profile:before,.js-sucursal:before{width:0;height:0;border-top:0 solid transparent;border-right:15px solid transparent;border-left:15px solid transparent;border-bottom:15px solid #ffffff;position:absolute;top:-14px;z-index:35}}.js-profile .title,.js-sucursal .title{color:#333;font-family:Work Sans,sans-serif;font-size:18px;font-weight:400;display:block}.js-profile .title a,.js-sucursal .title a{color:#333;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400;float:right}.js-profile .title:not(.no-border):after,.js-sucursal .title:not(.no-border):after{content:"";display:block;border-bottom:1px solid #e1e1e1;margin-top:20px}.js-profile label,.js-sucursal label{display:block;padding-top:15px;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}.js-profile input,.js-sucursal input{width:100%!important}.js-profile .remind,.js-sucursal .remind{font-family:Work Sans,sans-serif;font-size:13px;font-weight:400;color:#777}.js-profile .remind label,.js-sucursal .remind label{padding:0}.js-profile .remind input,.js-sucursal .remind input{width:auto!important;margin-right:6px}.js-profile .remind a,.js-sucursal .remind a{color:#777;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}.js-profile .delimiter,.js-sucursal .delimiter{height:1px;width:100%;background-color:#e1e1e1;margin:30px 0}.js-profile .msg,.js-sucursal .msg{color:#777;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}#user-carrito-span{display:flex;align-items:center;height:42px}#user-carrito-span #btn-dev-logout #razonSocialHeaderSpan .material-symbols-outlined,#user-carrito-span #btn-login #razonSocialHeaderSpan .material-symbols-outlined{font-size:20px;vertical-align:sub}#user-carrito-span #btn-dev-logout,#user-carrito-span #btn-login{padding:0 10px;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;color:#333!important;text-decoration:none;font-weight:500}#user-carrito-span #btn-registrarse{padding:0 10px;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;color:#333!important;text-decoration:none;font-weight:500;border-right:1px solid #A3A3A3}#btn-dev-logout .login-label,#btn-login .login-label{display:inline-block;text-align:left;line-height:14px}#btn-dev-logout #btn-registrarse .login-label,#btn-login #btn-registrarse .login-label{display:inline-block;text-align:left;line-height:14px;text-decoration:none}#btn-dev-logout .sprite-icons-mi-cuenta,#btn-login .sprite-icons-mi-cuenta{vertical-align:top}#fos-btn-submit{color:#fff;background:#333}#btn-person,#btn-cart,#btn-heart,#btn-sucursal,#btn-listas{font-family:Work Sans,sans-serif;font-size:12px;font-weight:400;color:#494546;font-family:sans-serif;text-decoration:none}#btn-person span img,#btn-cart span img,#btn-heart span img,#btn-sucursal span img,#btn-listas span img{padding-right:3px}#btn-person i,#btn-cart i,#btn-heart i,#btn-sucursal i,#btn-listas i{margin-right:0}#btn-sucursal img{height:30px}#btn-homepage{float:left}#btn-heart{margin-left:5px}@media(max-width:990px){#btn-heart{position:absolute;top:50px;left:540px}}@media(max-width:768px){#btn-heart{position:absolute;top:63px;left:530px}}.carritoSpan{float:right;height:30px}@media(max-width:990px)and (min-width:768px){.carritoSpan{position:absolute;left:110px;top:0}}@media(min-width:768px)and (max-width:990px){.carritoSpan{position:absolute;left:9px;top:0}}@media screen and (min-width:1900px){.carritoSpan{position:relative;top:7px}}.carritoCirculo{width:16px;height:16px;border-radius:10px;background-color:#da251e;background-size:cover;display:block;color:#fff;position:relative;bottom:32px;left:23px}.carritoCirculo #carritoHeaderSpan{position:relative;font-size:11px}.carritoCirculo #carritoHeaderSpan .carrito-cantidad-loading-gif{padding-bottom:3px;padding-left:2px}@media(max-width:480px){#btn-cart{position:relative;left:initial;top:7px;float:right;margin-right:6%}}@media(max-width:990px)and (min-width:480px){#btn-cart{position:absolute;top:8px;left:692px}}@media(min-width:768px)and (max-width:990px){#btn-cart{position:absolute;top:8px;left:692px}}@media(max-width:767px)and (min-width:480px){#btn-cart{position:absolute;top:8px;left:692px;width:140px}}#btn-cart{margin-left:5px}#btn-person{position:relative;margin-right:0;border:none;float:left}#btn-person:hover{background:none}#btn-person .icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAIAAADtKeFkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QYODhkKDxiNGAAAApVJREFUOMulVMtPE2EQn90auj2wWdIIKtrCxdJWihBRykuwsRsoGBCjFyLEB569GPkPjBfvhHjxpBHDI4AFW7APSoEILLSUCy0eiGAa6Bfp7kq39bDNdm3xEZ3bfDO/b34z+c1gsVgM/sNO5D75XO5QcCMUCu1+3eM4jiCIopOFOp1ObzSYGxuykjF5/QCzNu/x+vzzRr3BcMFIkiRJUejgACEUXA8ENoLmKzU19XVGU/kx+ACzNvT6DcuyN291Vdeac3ktzvnevR1SqVRdd25LX+BSeGpiEgC6e3skMLO84nO5meUV0a2uNXf39kiZP/U/OTq2FQk/6OuTPn41+PL9lF0QBIVCQV+33n14HwCMpvJEIjE4MDA5OtZyoz1T3+Fw0DRdUVUpuuurjAgGAEEQ7NNT66uMGKqoqqRpesbpzPBf8M7F4/G2zg6JVTKZFMGiCYKQTCYlt62z49vhod/jTeMjW+FSbYl8VDzLYhiWGTKG8SwrTyjVlmyHI2k8QoiiKHk4jyDkLwUFBXkEIU+gKAohlMbjOC5nKzZ5ralZcpuvNkmjkTrCcTyNJ0kyV8UGU7lIgaIog0wwosVisfz8/DT+nFYT3o5kZexHoyJDhNB+NCoPBZi1yOdtTYkWABT9/f1nNZpZp/M7x53XlwHAp8WliZHR4ZHho6MjAEilUgzDRHf3AOB08RkA8HvndnZ27j3qy+jHYrGMj4+r1Wqv27PCrCYSCXlBjuOmHR9mPs5eNFXUNdTb7XabzZat/xfPni8sLaZSqd8vLIZhly9VP376JFv/1tYWva7sjwuv15VZW1uO2X9R+cUer8vj5nk+F6lUKhvrG365v/L7sREIbm5uftnb5XleqVSeKiz6q/vxD/YDC/AptNKCLIAAAAAASUVORK5CYII=);height:20px;width:20px;display:inline-block;left:-25px;position:absolute}@media(max-width:480px){#btn-person{position:relative;left:-20px;top:4px;padding:0}#btn-person .icon{left:initial;position:relative}}.vertical-delimiter{margin:0 15px;height:35px;width:1px;background-color:#df4e4e}.js-cart{width:400px}.js-cart:before{left:285px!important}.js-cart .btn{margin-top:80px;width:100%}.js-cart .cart-bottom{background:#eee;margin:25px -25px -25px;height:60px}.js-cart .cart-bottom .content-left{width:50px;float:left}.js-cart .cart-bottom .content-left i{font-size:36px;color:#ccc;margin-top:13px;padding-left:10px}.js-cart .cart-bottom .content-right{padding-top:10px}.js-cart .cart-bottom .content-right span{color:#777;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}.js-cart .cart-line{margin-top:20px;width:100%;overflow:hidden}.js-cart .cart-line:after{content:"";display:block;border-bottom:1px solid #e1e1e1;margin-top:65px}.js-cart .cart-line .content-left{width:60px;float:left}.js-cart .cart-line .content-center{width:155px;float:left}.js-cart .cart-line .content-center .product-name{color:#da2626;display:block;text-transform:uppercase;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400}.js-cart .cart-line .content-center .product-desc{color:#777;display:block;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}.js-cart .cart-line .content-right{text-align:right;float:right}.js-cart .cart-line .content-right .price{color:#333;margin-left:15px;font-family:Work Sans,sans-serif;font-size:17px;font-weight:400}.js-cart .cart-line .cart-line-img{width:50px;height:50px;border:1px solid #eeeeee}.js-cart .subtotal-container{float:right;margin:20px 0;width:100%;overflow:hidden;text-align:right}.js-cart .subtotal-container:after{content:"";display:block;border-bottom:1px solid #e1e1e1;margin-top:20px}.js-cart .subtotal-container .label{color:#777;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}.js-cart .subtotal-container .qty{color:#da2626;font-family:Work Sans,sans-serif;font-size:17px;font-weight:400}.search-container{width:100%;height:45px;border-radius:4px;background-color:#fff;border:solid 1px rgba(0,0,0,.2)}@media(min-width:768px)and (max-width:990px){.search-container{position:absolute;top:-3px;left:145px;width:60%}}@media(max-width:767px){.search-container{position:absolute;top:10px;left:145px}}@media(min-width:768px)and (max-width:990px){#categoryHeaderSpan{display:none}}.login-info-data{float:right}.login-info-title{font-family:Work Sans;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#333}.header-categories{box-shadow:0 3px 21px -5px gray;z-index:-1;position:relative;height:40px;border-bottom:solid 1px #d9d9d9}.header-categories .category-titles{font-size:14px;display:flex;justify-content:space-between;white-space:nowrap}.header-categories .menu-desplegable-faded-background{opacity:0;width:100vw;left:0%;height:100vh;top:156px;position:fixed;background:#000;transition:opacity 1s ease;-webkit-transition:opacity 1s ease;-moz-transition:opacity 1s ease;-o-transition:opacity 1s ease;display:none}@media(max-width:992px){.header-categories .category-container{font-size:10px}}@media only screen and (min-device-width:481px)and (max-device-width:1024px){.header-categories .category-container{font-size:10px}}.header-categories .category-container{float:left;display:flex;justify-content:space-around}.header-categories .category-container span{transition:all 1s ease}.header-categories .category-container span:hover :after{text-decoration:underline}.header-categories .category-container span:hover{border-bottom:4px solid;transition:all 1s ease}.header-categories .category-container span:hover.consumibles-industriales{border-color:#d16d30}.header-categories .category-container span:hover.materias-primas{border-color:#5e5e5d}.header-categories .category-container span:hover.conduccion-de-fluidos-sanitarios{border-color:#9bc1e4}.header-categories .category-container span:hover.conduccion-de-fluidos-industriales{border-color:#efc72f}.header-categories .category-container span:hover.ferreteria-construccion{border-color:#72af73}.header-categories .category-container span:hover.servicios{border-color:#b72b1e}.header-categories .category-container .menu-desplegable{position:fixed;top:157px;left:0;width:100vw;box-shadow:0 2px 4px #0000001a;display:none;background-color:#fff;padding:20px 20px 30px;background-repeat:no-repeat;background-position:right bottom;margin:0}.header-categories .category-container .menu-desplegable .content{position:relative;margin:auto;width:1200px;text-align:left;color:#000}.header-categories .category-container .menu-desplegable .category-dropdown-title{margin-bottom:0;margin-top:5px}.header-categories .category-container .menu-desplegable .category-dropdown-title .title-category{margin-bottom:15px;font-size:20px;padding-left:5px;text-decoration:none}.header-categories .category-container .menu-desplegable .category-dropdown-title .title-category i{height:25px;position:relative;top:-4px}.header-categories .category-container .menu-desplegable .category-dropdown-title .title-category.consumibles-industriales{color:#d46f31!important}.header-categories .category-container .menu-desplegable .category-dropdown-title .title-category.materias-primas{color:#5e5f5f!important}.header-categories .category-container .menu-desplegable .category-dropdown-title .title-category.conduccion-de-fluidos-sanitarios{color:#9bc1e4!important}.header-categories .category-container .menu-desplegable .category-dropdown-title .title-category.conduccion-de-fluidos-industriales{color:#efc82e!important}.header-categories .category-container .menu-desplegable .category-dropdown-title .title-category.ferreteria-construccion{color:#72af73!important}.header-categories .category-container .menu-desplegable .category-dropdown-title .title-category.servicios{color:#b72e26!important}.header-categories .category-container .menu-desplegable .category-dropdown-title .ver-todo{color:#999;padding-left:6px}.header-categories .category-container .menu-desplegable .container-familia{font-family:Work Sans,sans-serif}.header-categories .category-container .menu-desplegable .container-familia div{margin:1px 0}.header-categories .category-container .menu-desplegable .container-familia a{width:100%;font-size:13px;color:#000;white-space:normal;display:block}.header-categories .category-container .menu-desplegable .container-familia a:hover{color:#da2626!important}.header-categories .category-container .menu-desplegable .container-familia .title-familia{font-weight:700;font-size:14px;color:#000}.header-categories .category-container .menu-desplegable .container-familia .ver-mas{font-style:italic;color:#666}.header-categories .category-container .title.category{transition:text-decoration 1s ease;-webkit-transition:text-decoration 1s ease;-moz-transition:text-decoration 1s ease;-o-transition:text-decoration 1s ease;cursor:default;font-family:Work Sans;color:#333;font-style:normal;font-weight:500;font-size:14px;line-height:23px;text-decoration:none}.header-categories .category-container .title.category:hover{text-decoration:none}.autocomplete-suggestions-search{font-family:Work Sans,sans-serif}#header .header .container .main-header-center.logged .main-search-form{width:52%}#header .header .container .main-header-center.logged .module-usuario{width:35%}#header .header .container .main-header-center.logged .user-carrito-span{width:90%;float:left}#header .header .container .main-header-center.logged .carritoSpan{width:10%;float:right}#header .header .container .main-header-center.logged .module-options{padding-right:0;width:48%;float:left}#header .header .container .main-header-center.logged .module-options #user-carrito-span{width:89%;float:left;position:relative;top:0;align-items:center}#header .header .container .main-header-center.logged .module-options .carritoSpan{width:11%;margin-top:10px}#header .header .container .main-header-center.logged .module-options .sucursal-module,#header .header .container .main-header-center.logged .module-options .carritoSpan,#header .header .container .main-header-center.logged .module-options .mi-cuenta-module,#header .header .container .main-header-center.logged .module-options .mis-listas-module{display:inline-block}#header .header .container .main-header-center.logged .module-options .info{display:flex;align-items:center}#header .header .container .main-header-center.logged .module-options .info .ico{float:left;width:30px}#header .header .container .main-header-center.logged .module-options .info .icon-arrow{padding-bottom:0;padding-left:3px;margin-right:8px}#header .header .container .main-header-center.logged .module-options .info .seleccion{float:left;text-align:left;line-height:15px;max-width:105px;min-width:55px;white-space:nowrap}#header .header .container .main-header-center.logged .module-options .info .seleccion .opcion{font-size:14px;font-weight:400}#header .header .container .main-header-center.logged .module-options .info .seleccion .valor{text-transform:uppercase}#header .header .container .main-header-center.logged .module-options .info .seleccion .valor .text-user{font-size:14px;font-weight:500;margin-bottom:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sucursal-module .js-sucursal{width:180px!important}.sucursal-module .dropdown-menu.js-sucursal{padding:0!important;left:40px;top:47px}.sucursal-module ul{margin:0;padding:10px;list-style:none;text-align:center}.sucursal-module ul li{padding:5px 0;cursor:pointer}.sucursal-module ul li.selected{background:#eee;font-weight:700;cursor:default}.sucursal-module ul a{color:#333;display:inline-block;width:100%;height:100%}.sucursal-module ul a:hover{text-decoration:none}.sucursal-module p{background:#4e4c4f;color:#fff;margin:0;font-size:10px;padding:4px 34px;line-height:14px}.mi-cuenta-module .info img,#razonSocialHeaderSpan img{height:30px}#razonSocialHeaderSpan .sprite-icons,#btn-person .sprite-icons{margin-right:5px}.mi-cuenta-module .dropdown-menu.logged{width:900px;border:none;box-shadow:none;background:transparent;font-family:Work Sans,sans-serif;left:-530px;margin-top:0}.mi-cuenta-module .dropdown-menu.logged.cliente{width:525px;left:-120px;top:45px}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile{width:620px}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .botones button{font-weight:400}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .mis-datos{width:55%!important}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .mis-datos .material-symbols-outlined{font-size:20px;padding-right:5px}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .mis-datos .table-info-empresa{padding-right:0}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .mis-datos .table-info-empresa table{width:100%;line-height:1.3em;vertical-align:initial;padding-bottom:15px;border-bottom:none}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .mis-datos .table-info-empresa table td{vertical-align:top;height:initial}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .mis-datos .table-info-empresa table td:last-child{vertical-align:bottom}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .mis-datos .table-info-empresa table tr:last-child{border-bottom:none}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .sidebar-dropdown{width:45%!important;border-left:1px solid #6D6D6D;min-height:185px}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .sidebar-dropdown .material-symbols-outlined{font-size:20px;padding-right:5px}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .titulo{padding-bottom:12px}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .titulo a{color:#333;text-decoration:underline;font-family:Work Sans;font-style:normal;font-weight:600;font-size:16px;line-height:19px}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .no-padding{padding:0}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .usuario{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .subtitulo a{color:#333}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .subtitulo{font-family:Work Sans;font-style:normal;font-weight:400;font-size:14px;line-height:20px;padding:4px 3px}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .botones{float:right;padding:15px 20px}.mi-cuenta-module .dropdown-menu.logged.cliente .js-profile .botones form{padding:5px 0}.mi-cuenta-module .dropdown-menu.logged .js-profile{border-radius:3px;background:#fff;float:right;top:0;padding:0;margin-top:5px;box-shadow:0 3px 21px -5px gray}.mi-cuenta-module .dropdown-menu.logged .js-profile:before{width:0;height:0;border-top:0 solid transparent;border-right:15px solid transparent;border-left:15px solid transparent;border-bottom:15px solid #ffffff;position:absolute;top:-5px;z-index:35;content:" "}.mi-cuenta-module .dropdown-menu.logged .js-profile:after{margin-top:10px}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor{left:0;width:960px;padding-bottom:15px}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor:before{left:580px}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .subtitulo{font-family:Work Sans;font-style:normal;font-weight:600;font-size:14px;line-height:16px;padding:4px 3px;color:#333}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .sidebar-dropdown{border-left:solid 1px #6d6d6d;min-height:434px;width:24%}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .sidebar-dropdown .titulo{text-decoration:underline;display:flex;align-items:center;padding-bottom:12px}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .sidebar-dropdown .titulo a .material-symbols-outlined{font-size:20px;padding-right:5px}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .sidebar-dropdown .titulo a{font-family:Work Sans;font-style:normal;font-weight:600;font-size:16px;line-height:19px;color:#333}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .sidebar-dropdown .subtitulo a{color:#333}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .sidebar-dropdown .subtitulo{font-family:Work Sans;font-style:normal;font-weight:400;font-size:14px;line-height:20px;padding:4px 3px}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .sidebar-dropdown .botones{bottom:0;right:15px;position:absolute}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .sidebar-dropdown .botones .gestion{background:#da251e;margin-bottom:10px}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .btn.default{font-weight:400}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .btn.default:hover{background:#da251e!important}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .famiq-logo-dropdown{display:flex;justify-content:center;padding-left:26%}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown{width:76%;padding:0}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .datos-empresa{width:36%}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .datos-empresa .titulo{padding-bottom:12px}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .bloqueos .group-item-hijo,.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .bloqueos .group-item-padre{font-family:Work Sans;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#333;text-transform:lowercase}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .notas{margin-top:13px}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .notas .group-item-padre{font-family:Work Sans;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#333;text-transform:lowercase}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .notas .mensaje-notasInternas{font-family:Work Sans;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#333;padding-top:20px}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .notas .destacado{color:#333;text-decoration:underline}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .titulo,.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .titulo a{font-family:Work Sans;font-style:normal;font-weight:600;font-size:16px;line-height:19px;color:#333}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .subtitulo{font-family:Work Sans;font-style:normal;font-weight:600;font-size:14px;line-height:16px;padding:4px 3px;color:#333}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .cuerpo-table{border-left:1px solid #6D6D6D;min-height:185px;width:64%}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .cuerpo-table .material-symbols-outlined{font-size:20px;padding-right:5px}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .cuerpo-table .titulo{padding-bottom:12px}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .cuerpo-table .titulo a{color:#333;text-decoration:underline;font-family:Work Sans;font-style:normal;font-weight:600;font-size:16px;line-height:19px}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .cuerpo-table .no-padding{padding:0!important}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .cuerpo-table .detalle{font-family:Work Sans;font-style:normal;padding:4px 3px;font-weight:400;font-size:14px;line-height:16px;color:#333;width:45%!important}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .cuerpo-table .descripcion{font-family:Work Sans;font-style:normal;padding:4px 3px 4px 15px;font-weight:400;font-size:14px;line-height:16px;width:55%!important;color:#333;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .cuerpo-table table{line-height:1.2em;vertical-align:initial;padding-bottom:15px;border-bottom:none}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .cuerpo-table table td{height:18px}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .cuerpo-table table td.detalle{font-family:Work Sans;font-style:normal;padding:4px 3px;font-weight:400;font-size:14px;line-height:16px;color:#333}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .cuerpo-table table td.descripcion{font-family:Work Sans;font-style:normal;padding:4px 3px 4px 15px;font-weight:400;font-size:14px;line-height:16px;color:#333;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor .cuerpo-dropdown .cuerpo-table table tr:last-child{border-bottom:none}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor.consumidorFinal{width:600px;height:400px}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor.consumidorFinal .sidebar-dropdown{height:240px}.mi-cuenta-module .dropdown-menu.logged .js-profile.vendedor.consumidorFinal .famiq-logo-dropdown{left:20%}.mi-cuenta-module .dropdown-menu.logged .js-profile .usuario{float:right;padding-top:10px;line-height:1.2em}.mi-cuenta-module .dropdown-menu.logged .js-profile .usuario .titulo{font-weight:700}.mi-cuenta-module .dropdown-menu.logged .js-profile .usuario .email-usuario{color:#959595}.mi-cuenta-module .dropdown-menu.logged .js-profile .usuario span{float:right}.dropdown-menu.js-profile .login-info{font-family:Roboto;padding:25px 25px 0}.dropdown-menu.js-profile .login-info div{margin-top:0}.dropdown-menu.js-profile .olvidaste{margin-bottom:8px}.dropdown-menu.js-profile .olvidaste a,.dropdown-menu.js-profile .olvidaste a:hover,.dropdown-menu.js-profile .olvidaste a:visited{color:#666}.dropdown-menu.js-profile .registrate{font-size:14px;background:#49b170;color:#fff;display:block;padding:6px 0;margin-bottom:-1px;margin-right:-1px;margin-left:-1px;border-radius:0 0 3px 3px}.dropdown-menu.js-profile .registrate:hover{background:#54c17d}.dropdown-menu.js-profile .registrate:visited,.dropdown-menu.js-profile .registrate:link,.dropdown-menu.js-profile .registrate:active,.dropdown-menu.js-profile .registrate:hover{text-decoration:none}#bloqueo-login-dropdown,#bloqueo-login-seccion{padding:0}#bloqueo-login-dropdown:before,#bloqueo-login-seccion:before{border-bottom:15px solid #A8A8A8}#bloqueo-login-dropdown .intro,#bloqueo-login-seccion .intro{background:#a8a8a8;text-transform:uppercase;padding:28px 0;color:#fff;font-family:Roboto Medium;font-size:16px;font-weight:400}#bloqueo-login-dropdown .desc,#bloqueo-login-seccion .desc{padding:50px 12px 60px;background:#f5f5f5;color:#474747;font-family:Roboto Light;font-size:15px;font-weight:400}#bloqueo-login-seccion .intro{font-family:Roboto Medium;font-size:18px;font-weight:400;padding:15px 0}#bloqueo-login-seccion .intro i{margin-right:30px}#bloqueo-login-seccion .desc{font-family:Roboto Light;font-size:18px;font-weight:400}.mensaje-fondo{background-color:#f4f4f4}.mensaje-container{display:block;background-color:#f4f4f4;height:50px;position:relative;z-index:9;display:table;font-family:Work Sans,sans-serif!important;font-weight:400!important}.mensaje-box{line-break:auto;display:table-cell;vertical-align:middle;font-size:14px}.mensaje-box.mensaje-texto{min-height:45px;line-height:normal;padding-top:8px}.bloqueBuscarSoloEn{position:relative;z-index:3}.buscarSoloEnContainer{align-items:center;background-color:#fff;border-left:2px #c8c8c8 solid;display:flex;gap:9px;max-width:215px;padding:9px;position:absolute;right:5px;text-wrap:nowrap;top:8px;height:28px}.buscarSoloEnContainer .buscarSoloEnTexto{color:#a3a3a3;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;margin:0!important;padding:0!important;overflow:hidden;white-space:nowrap}.buscarSoloEnContainer .buscarSoloEnEstado{margin:0!important}body{padding:0;margin:0}body>header{height:105px;width:100%}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.carousel-ofertas{height:60px;width:100%;background:#f5f5f5}@media only screen and (max-device-width:768px)and (max-device-width:1024px){.productImage{width:80px;height:80px}}main{padding:30px 0;margin-bottom:20px}main>header .breadcrumb{margin-top:20px;margin-bottom:5px;color:#6d6d6d;font-size:14px}main>header .breadcrumb p{display:inline}main>header .breadcrumb{background:none}main>header .breadcrumb span{color:#da251e}main>header .breadcrumb span a{color:#da251e;cursor:pointer}main>header .breadcrumb .palabraClave{margin-top:10px;font-family:Roboto Black}main>header .breadcrumb>li+li:before{display:none}main>header .breadcrumb a:hover{text-decoration:none;border-bottom:1px solid #da251e}main>header .breadcrumb .breadcrumb-link{display:inline}main>header .breadcrumb .breadcrumb-link>a{color:#d92626;text-decoration:none;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}main>header .breadcrumb .breadcrumb-link>a:after{content:">";margin-left:5px}main>header .breadcrumb .breadcrumb-link>a:last-of-type:after{color:#6d6d6d}main>header .breadcrumb .breadcrumb-selected{display:inline}main>header .breadcrumb .breadcrumb-selected>span{color:#6d6d6d;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400}main>header .icons{float:right}main>header .icons>.icons-delimiter{display:inline-block;background-color:#abb0b6;height:11px;width:1px;margin-left:14px;margin-right:11px}main>header .icons>.icons-link{display:inline}main>header .icons>.icons-link>a{color:#333;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400;text-transform:uppercase;text-decoration:none}main>header .icons>.icons-link.email>a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;padding-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";margin-right:10px}main>header .icons>.icons-link.print>a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;padding-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";margin-right:10px}main>header .breadcrumb{display:inline-block;padding-top:0;padding-bottom:0;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400}main>header .breadcrumb li i{padding:0 4px;font-family:FontAwesome!important;font-weight:400!important}main>header .icons{display:inline-block;text-align:right}main #page-content{margin-top:20px}main #page-content .sidebar .sidebar-content{background-color:#f5f5f5;padding:20px}main #page-content .sidebar .sidebar-content .sidebar-section .sidebar-section-delimiter{margin:6px 0 8px}main #page-content .sidebar .sidebar-content .sidebar-section .sidebar-section-delimiter:after{background-color:#e3e3e3;border-bottom:1px solid #fff;content:"";display:block;height:2px;width:100%}main #page-content .sidebar .sidebar-content .sidebar-section .sidebar-section-title{display:block;font-family:Work Sans,sans-serif;font-size:13px;font-weight:700;margin-bottom:4px;position:relative}main #page-content .sidebar .sidebar-content .sidebar-section .sidebar-section-title .js-toggle-filter{position:absolute;height:25px;width:100%;left:0;top:-2px}main #page-content .sidebar .sidebar-content .sidebar-section .sidebar-section-title i.help{color:#ccc;margin-left:5px;vertical-align:text-top}main #page-content .sidebar .sidebar-content .sidebar-section .sidebar-section-title i.help:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;padding-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:""}main #page-content .sidebar .sidebar-content .sidebar-section .sidebar-section-title i.arrow:after{color:#727272;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;padding-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";float:right;margin:5px 0 0}main #page-content .sidebar .sidebar-content .sidebar-section .sidebar-section-title.active i.arrow:after{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;padding-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";float:right}main #page-content .sidebar .sidebar-content .sidebar-section .section-filters{list-style-type:none;padding:0}main #page-content .sidebar .sidebar-content .sidebar-section .section-filters.subfamilias{display:block}main #page-content .sidebar .sidebar-content .sidebar-section .section-filters.caracteristicas{display:none}main #page-content .sidebar .sidebar-content .sidebar-section .section-filters .section-filters-item .section-filters-title{text-transform:uppercase;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400;margin-left:26px}main #page-content .sidebar .sidebar-content .sidebar-section .section-filters .section-filters-item .options{list-style-type:none;margin-top:1px;padding:0}main #page-content .sidebar .sidebar-content .sidebar-section .section-filters .section-filters-item .options .with-remove-icon:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";margin-right:15px;color:#ccc;font-size:13px;padding:0}main #page-content .sidebar .sidebar-content .sidebar-section .section-filters .section-filters-item .options .remove-filters{text-transform:uppercase}main #page-content .sidebar .sidebar-content .sidebar-section .section-filters .section-filters-item .options a{color:#333;display:block;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400;margin-top:2px;overflow:hidden;text-overflow:ellipsis}main #page-content .sidebar .sidebar-content .sidebar-section .section-filters .section-filters-item .options a:hover,main #page-content .sidebar .sidebar-content .sidebar-section .section-filters .section-filters-item .options a:hover:before{color:#db2626;text-decoration:none}main #page-content .sidebar .sidebar-content .sidebar-section .section-filters .section-filters-item .options.products>li{margin-top:-2px}main #page-content .sidebar .sidebar-content .sidebar-section .section-filters .section-filters-item .options.products input[type=checkbox]{vertical-align:top}main #page-content .sidebar .sidebar-content .sidebar-section .section-filters .section-filters-item .options.products .section-filters-listmore{color:#d82626;text-transform:uppercase;margin-left:20px;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}main #page-content .sidebar .sidebar-content .sidebar-section .section-filters .section-filters-item .options.products .botonVerMas{color:#da2626;padding:0;margin:10px 0;font-color:red;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}main #page-content .sidebar .sidebar-content .sidebar-section .section-filters .section-filters-item .options.products .botonVerMas:focus{box-shadow:none;border:none;outline:none}main #page-content .sidebar .sidebar-content .sidebar-section .section-filters .section-filters-item .options.products .section-filters-name{font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}main #page-content .sidebar .sidebar-content .sidebar-section .section-filters .section-filters-item .options.products .section-filters-name>span{color:#777}main #page-content .listing{padding-top:10px}main #page-content .listing .listing-content{font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}main #page-content .listing .listing-content h1{color:#333;margin:0;font-family:Work Sans,sans-serif;font-size:20px;font-weight:400}main #page-content .listing .listing-content .search-desc{padding:2px 0 5px}main #page-content .listing .listing-content .search-desc>span{font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}main #page-content .listing .listing-content .search-desc .search-desc-content .search-desc-content-right{text-align:right;display:flex!important;align-items:center!important;justify-content:end!important}main #page-content .listing .listing-content .search-desc .search-desc-content .search-desc-content-right b:last-of-type{padding-right:10px}main #page-content .listing .listing-content .search-desc .search-desc-content .search-desc-content-right .dropdown-menu{min-width:120px}main #page-content .listing .listing-content .search-desc .search-desc-content .search-desc-content-right .dropdown-menu li:hover{background-color:#e0dcdc}main #page-content .listing .listing-content .search-desc .search-desc-content .search-desc-content-right .dropdown-menu li a{padding:3px 7px;text-decoration:none}main #page-content .listing .listing-content .search-desc .search-dropdown{display:inline-block;float:right}main #page-content .listing .listing-content .search-desc .search-dropdown.open i.arrow:after{color:#727272;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;padding-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:""}main #page-content .listing .listing-content .search-desc .search-dropdown i.arrow:after{color:#727272;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;padding-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";float:right;margin-top:3px;margin-right:0;margin-left:5px}main #page-content .listing .listing-content .search-desc .search-dropdown .dropdown-menu{border:none;box-shadow:none}main #page-content .listing .listing-content .search-desc .search-dropdown a{color:#333;border:none;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}main #page-content .listing .listing-content .search-desc .search-dropdown a:hover{text-decoration:underline;background:none}main #page-content .listing .listing-content .search-desc .search-dropdown button{padding:0;background:none;color:#333;border:none;vertical-align:baseline;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}main #page-content .listing .listing-content .search-desc .search-dropdown button:active{box-shadow:none;border:none;outline:none}main #page-content .listing .listing-content .listing-content-container{list-style-type:none;margin:0;padding:0;width:100%}main #page-content .listing .listing-content .listing-content-container .listing-content-item{display:block;height:125px;border-top:1px solid #dcdcdc}main #page-content .listing .listing-content .listing-content-container .listing-content-item.mensaje{height:170px!important}main #page-content .listing .listing-content .listing-content-container .listing-content-item img{height:100px;width:100px}main #page-content .listing .listing-content .listing-content-container .listing-content-item .mensajeItem{padding:10px;border-radius:4px;color:#42a947;background-color:#e4f2de;border:1px solid transparent;margin:25px 0 0;font-size:12px;width:40%;float:right}main #page-content .listing .listing-content .listing-content-container .listing-content-item .content-left,main #page-content .listing .listing-content .listing-content-container .listing-content-item .content-center,main #page-content .listing .listing-content .listing-content-container .listing-content-item .content-right{position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}main #page-content .listing .listing-content .listing-content-container .listing-content-item .content-center .content-item-category{color:#999;border:1px solid #dddddd;border-radius:2px;text-transform:uppercase;padding:2px;font-family:Work Sans,sans-serif;font-size:11px;font-weight:400}main #page-content .listing .listing-content .listing-content-container .listing-content-item .content-center .content-item-name{color:#da2626;display:block;padding-top:9px;font-family:Work Sans,sans-serif;font-size:15px;font-weight:400}main #page-content .listing .listing-content .listing-content-container .listing-content-item .content-center .content-item-sku{color:#777;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}main #page-content .listing .listing-content .listing-content-container .listing-content-item .content-right .content-item-price{color:#da2626;display:block;text-align:right}main #page-content .listing .listing-content .listing-content-container .listing-content-item .content-right .content-item-price b{font-family:Work Sans,sans-serif;font-size:17px;font-weight:400}main #page-content .listing .listing-content .listing-content-container .listing-content-item .content-right .content-item-price span{font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}main #page-content .listing .listing-content .listing-content-container .listing-content-item .content-right .content-item-buttons{text-align:right;padding-top:10px}main #page-content .listing .listing-content .listing-content-container .listing-content-item .content-right .content-item-buttons .content-item-add{color:#777;display:block;text-transform:uppercase;width:105px;height:35px;font-weight:700!important;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}main #page-content .listing .listing-content .listing-content-container .listing-content-item .content-right .content-item-buttons .content-item-qty{color:#777;display:block;text-transform:uppercase;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400;background:#fff;display:inline-block;text-align:left!important;vertical-align:middle;border-radius:4px;margin-right:-10px;margin-top:5px!important;max-width:80px!important}main #page-content .listing .listing-content .listing-content-container .listing-content-item .content-right .content-item-buttons .content-item-qty:hover{border-radius:5px}main #page-content .listing .listing-content .listing-content-container .listing-content-item .content-right .content-item-buttons .content-item-qty i.arrow{display:inline-block}main #page-content .listing .listing-content .listing-content-container .listing-content-item .content-right .content-item-buttons .content-item-qty i.arrow:after{color:#727272;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;padding-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";float:right}main #page-content .listing .listing-content .listing-content-container .listing-content-item .content-right .content-item-buttons .content-item-add{color:#fff;background-color:#333;border-radius:3px;display:inline-block;text-align:center;padding:4px;font-weight:700!important}.newsletter{background-color:#eee;height:100px}.newsletter .newsletter-content{margin-top:35px;text-align:center;position:relative}.newsletter .newsletter-content .newsletter-email{max-width:250px!important;height:35px;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400;color:#aaa;display:inline-block;margin-left:5px}.newsletter .newsletter-content .newsletter-btn{max-width:250px!important;line-height:32px;padding-bottom:1px;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400;color:#fff;text-transform:uppercase;display:inline-block;background:#db2626;width:105px;margin-left:5px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.newsletter .newsletter-content .newsletter-title{top:2px;color:#333;position:relative;font-family:Work Sans,sans-serif;font-size:15px;font-weight:400}.newsletter .newsletter-content .newsletter-title:before{position:absolute;top:3px;left:-25px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;padding-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";margin-right:10px}.content-item-buttons>.ui-spinner{height:40px!important;width:100px;margin-top:0}.item i.fa{margin-right:2px}.list-item .list-item-price{float:right;text-align:right}.list-item .list-item-price>*{text-align:right}.list-item .row-stock{margin:5px 0}.list-item .row-stock .consultarStock{color:#333;cursor:pointer;margin:5px 0}.list-item .row-stock .valor-stock .divider{font-weight:700}.list-item .row-stock .valor-stock .divider:last-of-type{display:none}.list-item .row-stock .valor-stock .fecha{font-style:italic;color:#9a6d1b;font-size:13px}.list-item .row-stock .col-xs-2{padding:6px 12px}.content-item-category{color:#999;border:1px solid #dddddd;border-radius:2px;text-transform:uppercase;padding:2px;font-family:Work Sans,sans-serif;font-size:11px;font-weight:400}.content-item-name{color:#da2626!important;display:block;padding-top:9px;font-family:Work Sans,sans-serif;font-size:14px;font-weight:700}.content-item-sku{color:#777;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}.container-item-precio-medida{font-style:normal;line-height:14px;color:#6d6d6d;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}.content-item-buttons{text-align:right;padding-top:10px}.content-item-buttons .content-item-qty,.content-item-buttons .content-item-add{color:#777;display:block;font-weight:700!important;text-transform:uppercase;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}.content-item-buttons .content-item-qty{text-align:center!important;line-height:2em!important;max-width:40px!important}.content-item-buttons .content-item-add{cursor:pointer;color:#fff;border-radius:3px;display:inline-block;text-align:center;padding:6px;font-weight:700!important;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400;background-color:#191919!important;text-transform:Capitalize!important;font-size:13px!important;padding-top:11px!important;height:44px!important;width:107px!important;margin-left:-10px!important}.content-item-buttons .content-item-add:hover{text-decoration:none!important;background-color:#444!important}.content-item-buttons .content-item-add.botonDeshabilitado{border-color:#cecece!important;color:#9a9797!important;background-color:#cecece!important;cursor:wait!important}.mensajeItem{padding:4px 10px;border-radius:4px;border:1px solid transparent;font-size:12px;margin:0 5px;color:#333;background-color:#f5f5f5}.mensajeItem i{font-size:1.3em}.mensajeItem i.fa-check-circle{color:#49b170}.mensajeItem i.fa-exclamation-circle{color:#efd110}.mensajeItem i.fa-minus-circle{color:#da251e}.mensajeItem.error{color:#a94442;background-color:#f2dede}.dispSucursal{font-family:Work Sans}.dispSucursal i{font-size:73%;padding-bottom:5px;display:inline-table;vertical-align:bottom;color:green}.stockSucursal{margin-right:5px}.stockSucursal b{margin-right:4px}.aplicar-filtros-container{text-align:center;margin-bottom:10px;margin-top:15px}.ui-dialog{z-index:10001}.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{border:0;top:8px;right:10px;margin:0!important;color:#000!important}.ui-dialog .dialog-con-scrollbar{font-family:Work Sans,sans-serif;font-size:13px;font-weight:400;display:none;max-height:300px;overflow:auto;height:100%!important;max-height:300px!important;padding:5px}.ui-dialog .dialog-con-scrollbar ul{padding:5px!important;list-style-type:none}.ui-dialog .dialog-con-scrollbar ul .section-filters-qty{color:#777}.ui-widget-overlay{opacity:.3!important;filter:Alpha(Opacity=50)!important;z-index:10000;background:#323232!important}.modalCancel{margin-right:20px!important;background-color:#191919}.modalConfirm,.modalCancel{height:45px;width:140px;border:0px!important;border-radius:2px;margin-bottom:20px!important;margin-top:20px!important;font-family:Work Sans,sans-serif!important;font-size:13px!important;font-weight:700;color:#fff}.modalConfirm{margin-right:25px!important;background-color:#d92617}.btn-ver-todos{font-size:11px;font-weight:700;color:#da2626;text-decoration:none;margin-left:7px}.btn-ver-todos:hover{color:#da2626}.filtroAplicado{padding:0 2px;background:#fff;-webkit-border-radius:2px;border-radius:3px;float:left;border:1px solid white;margin:4px 12px 8px 0;position:relative;font-size:11px;cursor:pointer;color:#3f3339}.filtroAplicado i{color:#a99f9f}.filtroAplicado:hover{background:#e3e3e3;color:#000}.filtroAplicado:hover i{color:#000}.eliminarFiltros{padding:0 2px;background:#fff;-webkit-border-radius:2px;border-radius:3px;float:left;border:1px solid white;margin:4px 12px 8px 0;position:relative;font-size:11px;cursor:pointer;color:#da2626}.eliminarFiltros i{color:#da2626}.eliminarFiltros:hover{background:#e3e3e3}@media(min-width:480px){.container{padding:0}}.container .header-above-fixed-mobile{margin-top:95px}.container .header-above-fixed-mobile .linea-materiales .products-content{padding-top:0;margin:0 14px}.container .header-above-fixed-mobile .linea-materiales .products-content .acorh a{color:#666}.container .header-above-fixed-mobile .linea-materiales .products-content .acorh{padding:14px 7px 12px 0;margin:0;border-bottom:1px solid #eeeeee}.container .header-above-fixed-mobile .linea-materiales .products-content .acorh .ul-category{color:transparent;position:relative;font-size:17px}.container .header-above-fixed-mobile .linea-materiales .products-content .acorh .ul-category .plus{float:right}.container .header-above-fixed-mobile .linea-materiales .products-content .acorh .ul-category .minus{float:right;display:none}.container .header-above-fixed-mobile .linea-materiales .products-content .acorh .ul-category.select .plus{display:none}.container .header-above-fixed-mobile .linea-materiales .products-content .acorh .ul-category.select .minus{display:initial}.container .header-above-fixed-mobile .linea-materiales .products-content .acorh .ul-category.select a{color:#db2626;text-decoration:none}.container .header-above-fixed-mobile .linea-materiales .products-content .acorh .product-info{padding-top:4px;display:none}@media(max-width:480px){.container .sidebar-content ul{padding:10px 10px 0!important}.container .sidebar-content ul li{border-bottom:1px solid #eeeeee;padding-bottom:40px;margin-bottom:20px!important;padding-left:7%}.container .sidebar-content ul li:last-child{border-bottom:none}}@media(max-width:480px){.container .products-content{padding-left:10%;padding-right:10%}.container .products-content .product-container{padding:15px 0}.container .products-content .product-container header{padding-left:15%;text-align:initial}}.slider-container{overflow:hidden}@media(max-width:480px){.slider-container{padding:0}}.slider-container .slider-content{height:470px}@media(max-width:480px){.slider-container .slider-content{height:575px}}.slider-container .slider-content{background:#eee}.slider-container .slider-content .slider-image{height:400px;background-repeat:no-repeat!important;-webkit-background-size:cover;background-size:cover}.slider-container .slider-content .slider-controls{height:70px}.slider-container .slider-content .slider-controls>div{height:100%;float:left;cursor:pointer;background:#ddd;width:33.3333333333%}.slider-container .slider-content .slider-controls>div.active{background-color:#f5f5f5}.slider-container .slider-content .slider-controls>div.active .title{color:#db2626}.slider-container .slider-content .slider-controls>div>div{position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);text-align:center}.slider-container .slider-content .slider-controls>div .title{color:#333;display:block;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400}.slider-container .slider-content .slider-controls>div .subtitle{color:#777;display:block;text-transform:uppercase;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}.sidebar-content.home{padding-top:18px}.sidebar-content.home>ul{padding:0 0 0 14px}@media(min-width:1024px)and (min-height:768px){.sidebar-content.home>ul{padding:0}}@media(min-width:768px)and (max-width:990px){.sidebar-content.home>ul{padding:0}}.sidebar-content.home li{color:transparent;position:relative;margin-bottom:55px}.sidebar-content.home li .left-content{width:23px;float:left}@media(min-width:1024px)and (min-height:768px){.sidebar-content.home li .left-content{width:20px}}@media(min-width:768px)and (max-width:990px){.sidebar-content.home li .left-content{width:20px}}.sidebar-content.home li .left-content .icon{position:relative;height:28px;width:30px;background-repeat:no-repeat!important}.sidebar-content.home li .left-content .icon.cotizador{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAcCAIAAAD5mpj+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExODA4M0E3QjRCMzA1OERCRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NDc2MDY4Mzc5NkMxMUU2OUE4N0UxRTM2ODk5NUEyMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NDc2MDY4Mjc5NkMxMUU2OUE4N0UxRTM2ODk5NUEyMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZDN0YxMTc0MDcyMDY4MTE4NzFGQ0E0NEE1Q0Y2OEM4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4MDgzQTdCNEIzMDU4REJEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6weQHQAAANtJREFUeNpi/P//PwNtACMeoz+tW8cXFPQ0Nvb7qVO41LBraIh1dLBramJKMeEx91VlJUGn/bxx43lWFlYpJkrMhYA/z54ByXeTJ/9++pSA0SSZCwfvpkx5VVGBz2jyzIUAtChhQZMGxhsQUSWFoBsNDDI0kd9PnlDJ6ClTqJWumRhoBkaNHjV61OhRo6lpNKu0NKlG4NKCbrTE1KkkmQ5UDNSCVisSbiwQCYDmvsjKAlbtQLbKzZs4qwIIwN/2wAU4zcwIR6NIVRWaOoKA28VFcupUKgcILgAQYABS/lfR9V9yOwAAAABJRU5ErkJggg==)}.sidebar-content.home li .left-content .icon.camion{margin-top:8px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAUCAYAAAB1aeb6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgMEQkWmMSCBAAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAGQSURBVEjH5dVPhJVRGAbw3x31ZYhm2arEnLPoD3eRWaSUGBpRm3YxGmL20YgWbSYirUqRFpEZ4i7LjCItYkQxmlbni4/RLmKY1YxRi85wS3d8t2ZuQ+/q+M753uc8z/O+7+F/jcb6ooyxxOCfJgopNcoYz4aUntf9p69tPbgJZI50c7hvu8j+7W8SZdl/l+MVRkJKK71gPoddIaUGBtCP+72SvVpnGVJawnmcLmO82nPPQ0pf8gWulTGea9/bsQV4zTLGIay1fSuwhKkyxmMhpYWtAj+ItxvsP8P+f9Vq+7ZFn3eSfQ0tvEcTF7Jv3cRXPMUiTuJMnWpfwSk8wB48xtFcMHXjE6uHFNUbRbVbUU1gvA54C3vxGtfxAsfxsAvwG4rPk5jKOd4pqjksdJJ9AgdwC3exjBO5Oi9hJEvfvwHoWC6oFh7l0XobM9m6y9mCn2d724yHO7iCWQxn7y6GlGpTLw/v/JDJzGflRsPH1Sd1JtzNfPthvMyqdBtjP7zXxD1Md3zVfmHeaVRuaqt9B0xAZNYDwtFXAAAAAElFTkSuQmCC)}.sidebar-content.home li .left-content .icon.database{margin-top:3px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAYCAIAAABiC9roAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExODA4M0E3QjRCMzA1OERCRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBRjY1MzhFRDc5NkMxMUU2OTU3QjgxM0Q4RDcyQkNBQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBRjY1MzhFQzc5NkMxMUU2OTU3QjgxM0Q4RDcyQkNBQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZDN0YxMTc0MDcyMDY4MTE4NzFGQ0E0NEE1Q0Y2OEM4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4MDgzQTdCNEIzMDU4REJEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+iqOooQAAArpJREFUeNq0VTtII1EUzWQy0clndrPqmo2iwkaDimAhSmKRxmClRdTGKqCwdgrWEsTGQkilpAkKioVoCjuxUjBRK0FFjS74yyJm1XXyGRMzmT3BwmxwJiasj8vw4L173p177j2XEARB9jFLIXEmPD1xOzuxra3E6Wni/DwVDsPkWi1MWVOjrK1VtbfTbW1EcfGb7sSbUSdDoT8eD7uykmJZ6dDkDMPY7Z8HBxVlZbmhY5ubN6OjOUGzHtBPTamsVilobnf3l8Mh8Hy+mSVI0jA3R7e2vr6XdeP35GQBuGlieB6+//xKdpaDwYJLIss3G1rb3V0wtKarSwr6y/Aw3dJSAC68SkZGpKBDTuc3t1s3NERQ1HsJpCjdjx/wgq9UhZyZTEWNjV8nJhTl5Y9LS9H19fjRkezNjiWIovp6tc3G9PXxt7e3Y2Pxw0PjyYko9M/mZoHj4KayWLR2u9pqBfWJQOD58pJ/eEB/ovdInY6qqlLW1aHgohsbYa835vPheYKmv+/tiTa6xmYLr67iHvobJiNJpdGI6CiDgVCpyNLSVCTyfH3NbW/HA4HE2Zkso1I1HR1SCeHv7oIOB8LMl0alyVQxO0uWlIjSeD89XbmwkC5Bgnh3IxK4Xzk/fz8zk4NG6FmZ04kUPy4ugsbkzY2obOr1oPFTfz+SHhofRwIlaWxoACihUKg7O5neXmjC88UFRBVfKCrPsiTDQFSp6mqIKr7QHHZ5Obq2JiSTCN94fCwKfdXTEz84eM2XWl3U1AQaFQYD9rBUNApLXl2Bxvj+PvaZ6a5CCYgqn98fHBiQFaBQJFnh8dBmsyiNONO7XNDfvGDTeu1yZeKKThmU4IPbzXq9qOIcoBoNpgyEIbPspKBfVorjOJ8v5venacRsjERgwIJRL7PRbKYtFjlN5zEb/8uSyz5s/RVgAIJOVupHKkxMAAAAAElFTkSuQmCC)}.sidebar-content.home li .left-content .icon.check{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAZCAIAAACpVwlNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExODA4M0E3QjRCMzA1OERCRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMDM0MzQ2Qjc5NkMxMUU2QTZEQUM2MkEzN0JGQzQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMDM0MzQ2QTc5NkMxMUU2QTZEQUM2MkEzN0JGQzQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZDN0YxMTc0MDcyMDY4MTE4NzFGQ0E0NEE1Q0Y2OEM4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4MDgzQTdCNEIzMDU4REJEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+3Q5QiAAAAilJREFUeNpi/P//PwNtABMDzQALQRU/r1//vGnTj7Nn/zx//vf9e2ZBQRZJSQ4jI15/f3ZNTTwaGfEEyO/Hj992dX3ZvZsBqxpGRh5XV+GyMlZZWdKM/nbkyIvCwn+fPhEIUD4+if5+LhsbYo3+um/f85wchr9/iQpUZmbJKVO4nZwIG/374cPHAQH/vn0jITFwccmuX8+qoEAghbxuaSHSXA5jY2CAABlA9UBdBBLfz2vXvh06RIy5vL6+MkuXCsTEQOPm8GGgXnxGf968mRhzOS0sxNrbf92+/WHxYlx60Y0Gpl+C5rKpqQHj7e/bt89SU/99/gwX/37qFD6jgfkCIcfDw66tjaaAVUZGavZsIANo7p8XL1Di/9EjfEYD8xuczR8dLbt2rXBJCTB5QZOZkJDUvHnMwsLApPnr1i00vWiZAN1oZgEBOPvTihXfjh4VTE2VmjWLmZ+fkZNTcsYMVjm5V5WV30+cwJp98JUhLFJSf16/hvrg48dnaWnCRUWCyckya9YA8z2Hvv7b3l5cUY2W45kwkypqAP192939oqiIWVSUy9r64/Ll72fNwplszMzw5cafV68+DgrCmiq4LC0/LFmCJ/fLrluHHO1YMvqzlBRg+ie1dOaytZWaM2fgyhBWeXnx3l54giOm5AOqRzMXZwUGLCGlZs5k4uUl7F5eXqBKzBJ1gGoZlLpx40Zg+QC0CZjfgPkCaBYwnVFUNw7exgJAgAEA7c4HauUESBkAAAAASUVORK5CYII=)}.sidebar-content.home li .left-content .icon.compra-online{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='28px'%20height='28px'%20viewBox='0%200%2028%2028'%20enable-background='new%200%200%2028%2028'%20xml:space='preserve'%3e%3cg%3e%3cpath%20fill='%23DB2626'%20d='M20.73,23c0,0.55,0.19,1.02,0.56,1.41C21.67,24.8,22.12,25,22.65,25c0.53,0,0.99-0.2,1.36-0.59%20c0.38-0.39,0.57-0.86,0.57-1.41s-0.19-1.02-0.57-1.41C23.64,21.2,23.18,21,22.65,21c-0.53,0-0.98,0.2-1.36,0.59%20C20.92,21.98,20.73,22.45,20.73,23z'/%3e%3cpath%20fill='%23DB2626'%20d='M26.21,5.3C26.02,5.1,25.8,5,25.54,5H7.49L7.43,4.6L7.34,4.14C7.32,4.03,7.29,3.89,7.23,3.73%20C7.18,3.57,7.11,3.44,7.04,3.34C6.96,3.25,6.86,3.17,6.74,3.1C6.61,3.03,6.47,3,6.31,3H2.46C2.2,3,1.98,3.1,1.79,3.3%20C1.6,3.49,1.5,3.73,1.5,4s0.1,0.51,0.29,0.7C1.98,4.9,2.2,5,2.46,5h3.07l2.66,12.86l-0.31,0.59c-0.19,0.36-0.34,0.67-0.45,0.93%20C7.32,19.65,7.27,19.85,7.27,20c0,0.27,0.09,0.51,0.28,0.7c0.2,0.2,0.42,0.3,0.68,0.3h0.96h13.46h0.96c0.27,0,0.49-0.1,0.68-0.3%20c0.19-0.19,0.29-0.43,0.29-0.7s-0.1-0.51-0.29-0.7c-0.19-0.2-0.41-0.3-0.68-0.3H9.79c0.24-0.5,0.36-0.83,0.36-1%20c0-0.1-0.01-0.22-0.03-0.34l-0.09-0.42l-0.07-0.33L25.64,15c0.25-0.03,0.46-0.14,0.62-0.34c0.16-0.19,0.24-0.41,0.24-0.66V6%20C26.5,5.73,26.4,5.49,26.21,5.3z'/%3e%3cpath%20fill='%23DB2626'%20d='M7.27,23c0,0.55,0.19,1.02,0.56,1.41C8.21,24.8,8.66,25,9.19,25c0.53,0,0.99-0.2,1.36-0.59%20c0.38-0.39,0.57-0.86,0.57-1.41s-0.19-1.02-0.57-1.41C10.18,21.2,9.72,21,9.19,21c-0.53,0-0.98,0.2-1.36,0.59%20C7.46,21.98,7.27,22.45,7.27,23z'/%3e%3c/g%3e%3c/svg%3e")}.sidebar-content.home li .left-content .icon.corte-medida{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='28px'%20height='28px'%20viewBox='0%200%2028%2028'%20enable-background='new%200%200%2028%2028'%20xml:space='preserve'%3e%3cg%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%23DB2626'%20d='M13.87,20.54c-3.57,0-6.47-2.9-6.47-6.48%20c0-3.57,2.9-6.48,6.47-6.48c3.58,0,6.48,2.91,6.48,6.48C20.35,17.64,17.45,20.54,13.87,20.54z%20M23.92,16.95%20c-0.65-0.33-0.78-1.05-0.3-1.59l2.61-2.92c0.49-0.54,0.29-0.96-0.44-0.92l-1.73,0.08c-0.72,0.03-1.2-0.53-1.05-1.24l0.81-3.83%20c0.15-0.71-0.23-0.97-0.85-0.58l-1.46,0.94c-0.61,0.39-1.3,0.15-1.53-0.55l-1.21-3.71c-0.23-0.7-0.69-0.73-1.02-0.09l-0.8,1.54%20c-0.33,0.65-1.05,0.78-1.59,0.3l-2.92-2.61c-0.54-0.49-0.96-0.29-0.92,0.44l0.08,1.72c0.03,0.73-0.53,1.21-1.24,1.06L6.53,4.18%20C5.82,4.03,5.56,4.41,5.95,5.03l0.94,1.46c0.39,0.61,0.15,1.3-0.55,1.52L2.63,9.23c-0.7,0.23-0.73,0.69-0.09,1.02l1.54,0.8%20c0.65,0.33,0.78,1.05,0.3,1.59l-2.61,2.92c-0.49,0.54-0.29,0.96,0.44,0.92l1.73-0.08c0.72-0.03,1.2,0.53,1.05,1.24l-0.81,3.83%20c-0.15,0.71,0.23,0.97,0.85,0.58l1.46-0.94c0.61-0.39,1.3-0.15,1.52,0.55l1.22,3.71c0.23,0.7,0.69,0.73,1.02,0.09l0.8-1.54%20c0.33-0.65,1.05-0.78,1.59-0.3l2.92,2.61c0.54,0.49,0.96,0.29,0.92-0.44l-0.08-1.72c-0.03-0.73,0.53-1.21,1.24-1.06l3.83,0.81%20c0.71,0.15,0.97-0.23,0.58-0.85l-0.94-1.46c-0.39-0.61-0.15-1.3,0.55-1.52l3.71-1.22c0.7-0.23,0.73-0.69,0.09-1.02L23.92,16.95z'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%23DB2626'%20d='M13.87,15.55c-0.82,0-1.48-0.67-1.48-1.49s0.66-1.48,1.48-1.48%20c0.82,0,1.49,0.66,1.49,1.48S14.69,15.55,13.87,15.55z%20M13.87,8.91c-2.84,0-5.15,2.31-5.15,5.15s2.31,5.16,5.15,5.16%20c2.85,0,5.16-2.32,5.16-5.16S16.72,8.91,13.87,8.91z'/%3e%3c/g%3e%3c/svg%3e")}.sidebar-content.home li .left-content .icon.iso{background:url(/build/assets/certificado-iso-DmH7hXK-.svg)}.sidebar-content.home li .left-content i{color:#db2626;font-size:30px;padding-top:3px}.sidebar-content.home li .left-content i.fa-truck{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH}.sidebar-content.home li .right-content{float:left;width:90%;padding-left:15px}@media(min-width:768px)and (max-width:990px){.sidebar-content.home li .right-content{width:85%}}.sidebar-content.home li .right-content>span{color:#666;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}.sidebar-content.home li .right-content>:first-child{color:#333;display:block;text-transform:uppercase;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}.sidebar-content.home .card-container{height:150px;border:1px solid #eeeeee;margin-top:-10px}@media(max-width:900px){.sidebar-content.home .card-container .title,.sidebar-content.home .card-container a,.sidebar-content.home .card-container img{text-align:center!important}}.sidebar-content.home .card-container .title{display:block;padding-top:30px;text-transform:uppercase;color:#333;padding-left:20px;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}.sidebar-content.home .card-container a{color:#db2626;display:block;text-align:center;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}.sidebar-content.home .card-container img{margin:20px 0 0 24px}.stockBody{font-family:Work Sans,sans-serif;font-size:"13px";font-weight:400;margin-left:0}.sectionTitle{margin-bottom:20px}.detallesContent,.property{font-family:Work Sans,sans-serif;font-size:"13px";font-weight:400}.documentation{font-family:Work Sans,sans-serif;font-size:"13px";font-weight:400;color:#777}.pdfIcon{color:red}.products-content{padding-top:60px}@media(max-width:480px){.products-content{padding-top:20px}}.products-content.more-viewed{padding-top:75px}.products-content.more-viewed .products-line{margin-top:15px!important}.products-content .section-title{display:block}.products-content .section-title>span{color:#333;float:left;font-family:Work Sans,sans-serif;font-size:24px;width:100%;line-height:1.08}.products-content .section-title>span .recently-view{padding-top:10px}.products-content .section-title>a{color:#999;float:right;padding:0;margin:0;line-height:37px;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}.products-content .products-line{margin-top:50px}@media(max-width:480px){.products-content .products-line{margin-top:40px}}@media(min-width:480px){.products-content .products-line.bordered{border-bottom:1px solid #eeeeee;padding-bottom:60px}}.products-content .products-line article.oferta:before{content:"";background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAAuCAYAAACRfL+OAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0E4RDJENjM3ODYyMTFFNkE3OEVBMThEMDVEMzdDODQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0E4RDJENjQ3ODYyMTFFNkE3OEVBMThEMDVEMzdDODQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQThEMkQ2MTc4NjIxMUU2QTc4RUExOEQwNUQzN0M4NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQThEMkQ2Mjc4NjIxMUU2QTc4RUExOEQwNUQzN0M4NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnLIDOoAAAKwSURBVHja7JjPSiNBEMbb7GRDkASRRdDo1T8voHf1AdS7xrPE86oPoA+gPoB4XsWz+gD6AgrrRTSKQUSSDSIG1/7K1NA723HaGEd3pwqGyVRPJ9O/rvqqJt7P/v7fSsy3hCAQIAJEgAgQASJABMgHmdfsxGQupzJTUyqRzarHcllVtrbUQ7FIY1nt9/S4aRhPj4w4+at7e+r+6Ig+p4eHaTxodwcH6u7w8I/fu1ld/RgggNG3s6MSmYzv68jnVXF6mhaSmZykhQQX4OrvLBRUdX9fXc7NEQxcB+0Gc+tAulZW/gIZacp0zs8TDAA4GRhQZxMTdA0opvE4Dn74MP/p6Cj52sfGVPv4OO067sMYgVhbo2uOhtTQkD8/CDsyIBzevBjsyv3xsTW0X2tIO9tiGxnfg993uT8yUYWOeD09rVF6rUuuhqioXVyomgb5tQVAPPWOZu4egLn4k729lJKsCWEGCA/n5xSlSLNPDeTb0pKvDaZWhPlhpcVFJ4FMDQ6SrphVyfzOTwXkennZ1xdXv6cjpGNmxgkGiyiirFYv+dCxtwB518YMi8LDmWkR5kdfAkOP45qSOKMiuQpxZBHyWKm0BCJE0qWEclVDHxOEFGmE8MK5GuCMBby1KWL7pcUU2pAMdLW2CMGzcE+DZg6V7jVVqiVAyvWwzm1uUkXoXl9/bsO3t53mo9XGPBy2RVd3d+nMadCoNGPxpl7whgBmpEBQDqHsX/RDoa3GTuGaQYUZQhzzcHgWIKQveudf0hFOKTMq8RpgplIz1ib/usvrvwARIAJEgAgQASJABIgAESD/oHk/bm839DnvOuH71VXbfx0hC6XSrD5vSGwYKSNQLBoiUCyiKlAsVSbuUKxlN85QGvYhcYXyYmMWRyihnWrcoDi17nGC4vwuExcoTwIMADNSV81+89OKAAAAAElFTkSuQmCC) no-repeat;position:absolute;width:68px;height:46px;top:32px;left:0;z-index:2}.products-content .product-container.item{padding:12px;border:1px solid #fff}.products-content .product-container.item:hover{padding:11px;border:1px solid #dddddd;cursor:pointer}.products-content .product-container.item:hover article{border:1px solid #dddddd}.products-content .product-container.item:hover article .article-controls{background:#0000;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:-webkit-flex;-webkit-align-items:center;display:flex;align-items:center}.products-content .product-container.item:hover article .article-controls>div{width:100%}.products-content .product-container.item:hover article .article-controls>div a{color:#9e9e9e;width:41px;height:41px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;line-height:41px;border:1px solid #9e9e9e;margin:0 3.5px}.products-content .product-container.item:hover article .article-controls>div a:hover{color:#fff;background:#db2626;text-decoration:none;font-weight:700;border:1px solid #fff}.products-content .product-container article header{position:relative;text-align:left;padding-bottom:15px}.products-content .product-container article header .article-controls{display:none}.products-content .product-container article h1{color:#333;font-family:Work Sans,sans-serif;font-size:20px;font-weight:400;font-size:20px!important;margin-bottom:5px!important}.products-content .product-container article .product-info{color:#666;list-style-type:none;padding:5px 0 0}.products-content .product-container article .product-info li{color:#666;margin:5px 0;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}.products-content .product-container article .product-info li:before{display:inline-block;font-family:FontAwesome;font-style:normal;line-height:1;padding-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:5px;content:"";font-weight:400}.products-content .product-container article .linea-link{color:#323232;text-transform:uppercase;margin-top:20px;display:block;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}.products-content .product-container article .linea-link:hover{color:#ce2424}.products-content .slide-pagination{float:right!important}.products-content .slide-pagination .slide-pagination-numbers{color:#333;font-family:Work Sans,sans-serif;font-size:13px;font-weight:700}.products-content .slide-pagination .slide-pagination-prev{color:#999;text-transform:uppercase;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}.products-content .slide-pagination .slide-pagination-delimiter{font-size:13px;color:#999}.products-content .slide-pagination .slide-pagination-next{color:#da2626;text-transform:uppercase;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}.products-content .js-owl-carousel article{background-color:#f5f5f5}.products-content .js-owl-carousel article header{min-height:230px;padding:0 20px;display:flex;align-items:center;position:relative}.products-content .js-owl-carousel article header hr.delimiter{background:#e7e7e7;height:1px;position:absolute;bottom:0;left:20px;display:block;right:20px;margin:0}.products-content .js-owl-carousel article .article-content{padding:15px 20px 10px}.products-content .js-owl-carousel article .article-content .category-border{color:#999;border:1px solid #dddddd;border-radius:4px;text-transform:uppercase;padding:2px 5px;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}.products-content .js-owl-carousel article .article-content hr{margin:10px 0 0}.products-content .js-owl-carousel article .article-content .content-item-name{margin-top:5px!important;color:#da2626!important;font-size:14px!important;font-weight:400!important;display:block;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400}.products-content .js-owl-carousel article .article-content .content-item-sku{color:#777;font-family:Work Sans,sans-serif;font-size:12px;font-weight:700}.products-content .js-owl-carousel article .article-prices{padding:15px 25px 0}.products-content .js-owl-carousel article .article-prices .content-left,.products-content .js-owl-carousel article .article-prices .content-right{width:50%}.products-content .js-owl-carousel article .article-prices .content-left span,.products-content .js-owl-carousel article .article-prices .content-right span{display:block;text-align:center}.products-content .js-owl-carousel article .article-prices .content-left{float:left}.products-content .js-owl-carousel article .article-prices .content-right{float:right}.products-content .js-owl-carousel article .article-prices .regular-price-label{color:#888;font-family:Work Sans,sans-serif;font-size:11px;font-weight:400;text-transform:uppercase}.products-content .js-owl-carousel article .article-prices .regular-price-value{color:#888;font-family:Work Sans,sans-serif;font-size:17px;font-weight:400;text-decoration:line-through}.products-content .js-owl-carousel article .article-prices .online-price-label{color:#da2626;font-family:Work Sans,sans-serif;font-size:11px;font-weight:400;text-transform:uppercase}.products-content .js-owl-carousel article .article-prices .online-price-value{color:#da2626;font-family:Work Sans,sans-serif;font-size:17px;font-weight:400}.products-content .js-owl-carousel article .article-buttons{text-align:center;padding:25px 0;margin-top:35px}.products-content .js-owl-carousel article .article-buttons .content-item-qty,.products-content .js-owl-carousel article .article-buttons .content-item-add{position:relative;color:#777;display:block;text-transform:uppercase;width:105px;height:35px;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400}.products-content .js-owl-carousel article .article-buttons .content-input-qty{width:105px;display:inline-block;text-align:center;line-height:35px;vertical-align:middle;border-radius:4px;margin-right:5px;border:1px solid #dddddd!important}.products-content .js-owl-carousel article .article-buttons .content-item-qty{background:#eee;display:inline-block;text-align:center;line-height:35px;vertical-align:middle;border-radius:5px;margin-right:5px}.products-content .js-owl-carousel article .article-buttons .content-item-qty i.arrow{display:inline-block;float:right;line-height:35px;padding-right:10px}.products-content .js-owl-carousel article .article-buttons .content-item-add{color:#fff;background-color:#333;border-radius:4px;display:inline-block;text-align:center;padding:9px}.products-content .js-owl-carousel article .article-buttons .content-item-add i.add-cart{float:left}.products-content .js-owl-carousel article .article-buttons .content-item-add i.add-cart:before{top:12px;padding-right:5px;position:absolute}.products-content .js-owl-carousel article img{max-width:100%;max-height:100%;width:auto!important;margin:0 auto}.products-content .js-owl-carousel:hover .owl-prev,.products-content .js-owl-carousel:hover .owl-next{opacity:.8}.products-content .js-owl-carousel .owl-prev,.products-content .js-owl-carousel .owl-next{opacity:0;position:absolute;top:50%;display:block;width:45px;height:45px;text-align:center;background-color:#fff}.products-content .js-owl-carousel .owl-prev i,.products-content .js-owl-carousel .owl-next i{font-size:25px;position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.products-content .js-owl-carousel .owl-prev{left:0}.products-content .js-owl-carousel .owl-next{right:0}.js-carousel-ofertas{max-width:900px;margin:0 auto;height:100%}.js-carousel-ofertas .owl-item .item{padding:10 40px 0 40px;text-align:center}.js-carousel-ofertas .owl-prev,.js-carousel-ofertas .owl-next{position:absolute;top:50%;display:block;width:45px;text-align:center;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.js-carousel-ofertas .owl-prev i,.js-carousel-ofertas .owl-next i{font-size:25px}.js-carousel-ofertas .owl-prev{left:0}.js-carousel-ofertas .owl-next{right:0}.recently-view-container{padding-top:25px}.recently-view-container .recently-view-content{background:#f5f5f5;overflow:hidden;margin-bottom:45px}.recently-view-container .recently-view-content article{float:left;text-align:center;background:#f3f3f3;width:11.1111111111%;min-height:170px;display:flex;align-items:center}.recently-view-container .recently-view-content article>img{text-align:center;margin:0 auto}.owl-controls .icon-left{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAASCAIAAAACF7MiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NjZBNjU4MURGNzhFNjExOTI1MTlFRTIyMzVCNEIyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2OTJDNTBBRTc5NzQxMUU2ODUyQUExQUNCOUYzQTkzOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2OTJDNTBBRDc5NzQxMUU2ODUyQUExQUNCOUYzQTkzOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk2NkE2NTgxREY3OEU2MTE5MjUxOUVFMjIzNUI0QjI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk2NkE2NTgxREY3OEU2MTE5MjUxOUVFMjIzNUI0QjI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+x+SduQAAAOlJREFUeNqMUjEKhDAQNBfFxnf4gXuAP7BVIa1g7QcsLAVra/EJ1tYi2AmCr1CwDd7c5cidZwI3RYqdYWd2Nybn3NBg3/ckSW46elkW3/fxqhVt2zLG0MN1XYNfUBTF/YUsy7ZtOynWdY3jWNBVVYniRzHPcxRF4DzP67pO1t8KlECADsMQ0u/GT0XTNKIzLGD0E4sSQuq6Rv4gCPI8tyzrOMOUE0JKKb1OTpHAcZy+76dpGscRaWzbPkmE2TAMIinGUST9a1q5sTRNtRvTbZ0or4/LlWUpLkd0/wN3x+eASOEiAQtkfwgwAMwFRAkwRRc7AAAAAElFTkSuQmCC)}.owl-controls .icon-right{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAASCAIAAAACF7MiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NjZBNjU4MURGNzhFNjExOTI1MTlFRTIyMzVCNEIyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QjYzN0YzRjc5NzQxMUU2QjY5NEFBMkI4OEYzOTgxNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QjYzN0YzRTc5NzQxMUU2QjY5NEFBMkI4OEYzOTgxNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk2NkE2NTgxREY3OEU2MTE5MjUxOUVFMjIzNUI0QjI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk2NkE2NTgxREY3OEU2MTE5MjUxOUVFMjIzNUI0QjI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vOjfqgAAANpJREFUeNqUUjEKhDAQTMy9xQ9cZZUPiHUEWz+QD/gAG0sfYGMpWAsWNn5A8A+CQSvh4IYLiCRRuCnCkp3szO7Gi+NYKfW5hzfPcxRFOMkNPN/3931PkqRtWyeDDcOwLAtq9H2/bVsQBCZFi5Vl+f4hTdN1Xa8+yBl1Xcc5Bwnep2lyMAAkhBAggYoHDgYACQhpxaqqcEOP47D9F0VR1zWCMAxfjDGbQSk1e3lQMZ2iEe10HMc/uz0nJqU0J4bFZlmm03me27slp3DTNM7tE52+CjtqPP+grwADAOmTc6nwv34yAAAAAElFTkSuQmCC)}.owl-controls .icon-left,.owl-controls .icon-right{height:18px;width:11px;margin:3px auto 0;padding-top:5px;top:-50%;transform:translateY(50%)}input[type=number]:focus{outline:none}.input-spinner{border:1px solid #ddd!important;border-radius:4px!important}.input-spinner-button{border:none!important;background-color:#fff!important}@media only screen and (min-device-width:481px)and (max-device-width:1024px){.header-above-fixed-header{margin-top:130px}}sup{font-size:65%}@media(max-width:1024px){#user-carrito-span{margin-right:-20px!important}}@media(max-width:1024px){#btn-icon .icon{left:-32px}}.terms-buttons{margin-top:15px;text-align:right}.terminos-well-title{margin-bottom:15px}.terms-and-conditions-textarea{width:100%;height:500px!important;background-color:#fff!important}.famiq-logo-dropdown{display:flex;justify-content:center;padding-bottom:8px}.famiq-logo-dropdown img{height:66px;width:auto}.category-title{font-family:Work Sans,sans-serif;font-size:"13px";font-weight:400}@media only screen and (min-device-width:481px)and (max-device-width:1024px){.category-title{font-size:8px}}.bloques-container{padding-top:137px}.bloques-container .bloque-container{padding:20px 0}.bloques-container .bloque-container h1{margin:0;padding:0}.bloques-container .carousel-control .fa-arrow-right,.bloques-container .carousel-control .fa-arrow-left{position:absolute;top:50%;z-index:99;display:inline-block}.bloques-container .carousel-inner .item{margin:0}.center{text-align:center;margin:auto}@media(max-width:480px){.bloque-container .row{margin:0!important}.bloque-container .banner-container .item{margin:20px 0 0}}#boton-todas-las-lineas{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 123px;font-family:Oswald;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#fff;width:200px;margin:0 auto;background:#333}#page-content h1{color:#333;font-family:Roboto;font-size:25px;font-weight:700;margin-top:0}#page-content .product-image-container{padding-left:0}@media(min-width:992px){#page-content .product-image-container .product-image-grande{display:none}}#page-content .product-image-container .product-image-line{padding-left:0}@media(max-width:992px){#page-content .product-image-container .product-image-line{display:none}}#page-content .product-image-container .product-image-line .product-image-box{background-size:cover!important;cursor:pointer;border:3px solid #ffffff;height:67px;width:67px;margin-bottom:15px}@media(max-width:1024px){#page-content .product-image-container .product-image-line .product-image-box{display:inline-block}}#page-content .product-image-container .product-image-line .product-image-box.active,#page-content .product-image-container .product-image-line .product-image-box:hover{border:3px solid #eeeeee}#page-content .product-image-container .product-main-image{background-repeat:no-repeat!important;background-position:center;min-height:345px;border:1px solid #eeeeee}@media(max-width:992px){#page-content .product-image-container .product-main-image{display:none}}#page-content .product-image-container .product-on-offer:before{content:"";background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAAuCAYAAACRfL+OAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0E4RDJENjM3ODYyMTFFNkE3OEVBMThEMDVEMzdDODQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0E4RDJENjQ3ODYyMTFFNkE3OEVBMThEMDVEMzdDODQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQThEMkQ2MTc4NjIxMUU2QTc4RUExOEQwNUQzN0M4NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQThEMkQ2Mjc4NjIxMUU2QTc4RUExOEQwNUQzN0M4NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnLIDOoAAAKwSURBVHja7JjPSiNBEMbb7GRDkASRRdDo1T8voHf1AdS7xrPE86oPoA+gPoB4XsWz+gD6AgrrRTSKQUSSDSIG1/7K1NA723HaGEd3pwqGyVRPJ9O/rvqqJt7P/v7fSsy3hCAQIAJEgAgQASJABMgHmdfsxGQupzJTUyqRzarHcllVtrbUQ7FIY1nt9/S4aRhPj4w4+at7e+r+6Ig+p4eHaTxodwcH6u7w8I/fu1ld/RgggNG3s6MSmYzv68jnVXF6mhaSmZykhQQX4OrvLBRUdX9fXc7NEQxcB+0Gc+tAulZW/gIZacp0zs8TDAA4GRhQZxMTdA0opvE4Dn74MP/p6Cj52sfGVPv4OO067sMYgVhbo2uOhtTQkD8/CDsyIBzevBjsyv3xsTW0X2tIO9tiGxnfg993uT8yUYWOeD09rVF6rUuuhqioXVyomgb5tQVAPPWOZu4egLn4k729lJKsCWEGCA/n5xSlSLNPDeTb0pKvDaZWhPlhpcVFJ4FMDQ6SrphVyfzOTwXkennZ1xdXv6cjpGNmxgkGiyiirFYv+dCxtwB518YMi8LDmWkR5kdfAkOP45qSOKMiuQpxZBHyWKm0BCJE0qWEclVDHxOEFGmE8MK5GuCMBby1KWL7pcUU2pAMdLW2CMGzcE+DZg6V7jVVqiVAyvWwzm1uUkXoXl9/bsO3t53mo9XGPBy2RVd3d+nMadCoNGPxpl7whgBmpEBQDqHsX/RDoa3GTuGaQYUZQhzzcHgWIKQveudf0hFOKTMq8RpgplIz1ib/usvrvwARIAJEgAgQASJABIgAESD/oHk/bm839DnvOuH71VXbfx0hC6XSrD5vSGwYKSNQLBoiUCyiKlAsVSbuUKxlN85QGvYhcYXyYmMWRyihnWrcoDi17nGC4vwuExcoTwIMADNSV81+89OKAAAAAElFTkSuQmCC) no-repeat;width:69px;height:46px;position:absolute;left:-11px;top:20px}#page-content .product-image-container .extra-info-container{padding:20px 0;font-family:Roboto;font-size:13px;font-weight:400}#page-content .product-image-container .extra-info-container i,#page-content .product-image-container .extra-info-container span{color:#999}#page-content .botonDeshabilitado{border-width:1px;border-style:double;border-color:#cecece;color:#dbdbdb!important;background-color:#cecece!important}#page-content .botonDeshabilitado:hover{cursor:default;text-decoration:none}#page-content img{float:right}#page-content .container-promotions{display:block;margin-top:90px;background:#fff;position:absolute}@media(max-width:1024px){#page-content .container-promotions{margin-top:100px;margin-left:-15px}}#page-content .container-promotions .promotions{color:#333;font-family:Roboto;font-size:11px;font-weight:400}#page-content .wishlist-container{display:block;margin-top:25px;padding-bottom:25px;text-align:center;border-bottom:1px solid #dddddd;box-shadow:0 0 1px #fff}#page-content .wishlist-container a{display:block;text-align:center}#page-content .wishlist-container i,#page-content .wishlist-container span,#page-content .wishlist-container a{color:#999}#page-content .wishlist-container i{margin-right:5px}#page-content .wishlist-container span{font-family:Oswald;font-size:13px;font-weight:400;text-transform:uppercase}.documentation-table{display:block;padding:20px 0;background-color:#f5f5f5}.documentation-table .detail-row>span{display:block;line-height:35px;overflow:hidden}.documentation-table .detail-row>span:after{content:"";border-bottom:1px solid #dddddd}.documentation-table .detail-row>span .property{font-family:Work Sans,sans-serif;font-size:12px;font-weight:400;text-transform:uppercase;color:#333}.documentation-table .detail-row>span .value{font-family:Work Sans,sans-serif;font-size:13px;font-weight:400;color:#777}.documentation-table .detail-row .delimiter .one{height:1px;background-color:#ddd}.documentation-table .detail-row .delimiter .two{height:1px;background:#fff}.title-information{padding-bottom:25px}.documentation article{margin-bottom:5px}.documentation article .content{background:#eee;line-height:35px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-left:-15px;padding-left:15px}.documentation article .content i{padding-right:10px;border-right:1px solid #dddddd}.documentation article .content a{color:#000;padding-left:10px}.corte-medida-table-head{font-family:Work Sans,sans-serif;font-size:"12px";font-weight:400}.cortemedida-table-body .no-border{border:none!important}#corte-medida-product{overflow:auto;width:100%;min-height:auto;max-height:170px}#corte-medida-product td{width:80px}#corte-medida-product #cantidad-recorte-column{background-color:#ddd;width:80px}#corte-medida-product #cantidad-recorte-column input{background-color:#ddd}#recorte-product input:read-only{outline:none}#recorte-product{overflow:auto;width:80%;height:140px}#recorte-product.cargandoRecortes{opacity:.5}#recorte-product .cargandoSpinner{position:absolute;left:27%;font-size:50px;transform:translate(50%,50%);display:none}#recorte-product #stock-recorte,#recorte-product .largo-recorte-column{width:80px}#recorte-product .largo-recorte-column .largo-recorte{width:80px;border:0px;text-align:left;text-align:center}#recorte-product .stock-recorte-column{width:80px}#recorte-product .stock-recorte-column .stock-recorte{width:80px;border:0px;text-align:left;text-align:center}#recorte-product .cantidad-recorte-column{width:80px}#table-corte-medida{margin-top:10px}#table-corte-medida th{font-family:Work Sans,sans-serif!important;text-transform:none;font-size:12px}.content-no-border{background-color:#fff}.table-selector-medida{color:#999;font-weight:400;width:90%;padding:0;border-spacing:5px 10px;margin-top:-5px;font-size:12px;margin-bottom:0}.table-selector-medida #largo-column{width:25%;min-width:70px}.table-selector-medida #metros-column,.table-selector-medida #sobrante-column{width:25%;min-width:50px}.table-selector-medida #unidad-column{width:25%;min-width:35px}.table-selector-medida #delete-item-column{width:20px}.table-selector-medida .precio-corte-medida{width:80px;border:0px;text-align:left}.table-select-product{color:#999;text-transform:uppercase;font-weight:400;width:100%;padding:0;border-spacing:5px 10px;margin-top:-5px;font-size:12px}.table-head-product{text-transform:uppercase;padding:2px 5px;font-weight:400;width:100%;font-size:10px}.select-cantidad{min-width:10px;max-width:10px;font-size:10px;background-color:#ccc;color:#ccc}td{padding:0;border-radius:3px;height:30px}th{width:12%;font-size:12px}.mas-recortes{width:80%;color:red;font-size:12px;padding-top:5px;margin-top:5px;cursor:pointer}.mas-recortes #ver-mas-recortes{cursor:pointer}.mas-recortes #ver-menos-recortes{display:none;cursor:pointer}.cortemedida-table-head th{font-size:11px;color:#333;font-weight:400;padding-bottom:10px}#restriccionesTitle{margin-top:15px;margin-bottom:10px;color:#da2626;cursor:pointer}.restriccionesModalContent{width:400px}.documentation{margin-bottom:30px}.pdf-link{margin-top:10px!important;color:#da2626;display:table-cell;padding-top:25px!important}.pdf-link i{vertical-align:middle;margin-right:10px;margin-bottom:5px}.pdf-link a{color:#929292!important;vertical-align:middle;font-size:16px;border-color:#929292;cursor:pointer;background-color:#fff;padding:8px;font-family:Work Sans,sans-serif;font-weight:400;border:1px solid;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:10px}.restriccionesModalBody{font-family:Work Sans,sans-serif;font-size:"14px";font-weight:400;padding-top:30px;padding-left:60px;padding-right:60px}.restriccionesModalBody .restriccionesModalTitle{font-size:18px;color:#da2626}.restriccionesModalBody .restriccionesModalTable{padding-left:16px}.restriccionesModalBody .restriccionesModalTable hr{margin-top:5px;margin-bottom:5px}#table-recorte-head th{color:#333;font-weight:400;padding-bottom:10px}.head-text-left{text-align:left}.detail-page main{margin-bottom:40px}.detail-page .products-content.title-information{margin-bottom:30px}.detail-page .products-content .products-line{margin-top:15px}#tableInformation{height:70px;display:none!important}#tableInformation td{border:0px;height:5px}#table-recortes,#table-corte-medida{display:none}#table-corte-medida .metros-corte-medida{width:100%;border:0px;text-align:left}#table-corte-medida .sobrantes-corte-medida{width:50px;border:0px;text-align:left}#table-corte-medida #total-corte-medida{width:50%;border:0px;text-align:center;background-color:#eee}#table-a-medida{display:none;font-family:Work Sans,sans-serif;font-size:"14px";font-weight:400}#table-a-medida .metros-a-medida{width:80px;height:28px;border:0px;text-align:left}#table-a-medida .sobrantes-corte-medida{width:80px;border:0px;text-align:left;height:28px}.content-no-border{width:100%!important;border:0px!important;outline:none;min-height:20px}.input-no-border{border:0px!important;width:2px}.input-no-border i{padding-top:5px;color:#000;align-items:center;text-align:center;width:10px;cursor:pointer}.mensajeError{border-radius:4px;color:#a94442!important;background-color:#f2dede!important;border:1px solid transparent;font-size:12px}.mensajeExito{padding:10px;border-radius:4px;color:#333;background-color:#f5f5f5;border:1px solid transparent;margin:15px 0 10px;font-size:12px}.mensajeExito i{font-size:1.3em}.mensajeExito i.fa-check-circle{color:#49b170}.mensajeExito i.fa-exclamation-circle{color:#efd110}.mensajeExito i.fa-minus-circle{color:#da251e}.mensajeExito.mensajeError{color:#a94442!important;background-color:#f2dede!important}@media(max-width:1024px){.mensajeExito{padding:5px}}#valor_precio+span.ui-spinner{width:100%!important}.mv-texto{margin-top:10px;margin-bottom:10px;font-family:Oswald}.variable-section{margin-top:5px;margin-bottom:5px}.variable-input{border-radius:2px;border:1px solid darkgrey}.subtotal-cotizacion{padding-right:0;text-align:right}.banner-mvse{color:#db2626;font-family:"WorkSans" sans-serif;font-size:12px}.banner-mvse div a{color:#db2626;font-weight:700;text-decoration:none}.mvse-title{color:#db2626;font-size:18px;margin-bottom:20px}.file-input{opacity:0;position:relative;z-index:100000;width:130px;top:-26px}.mvse-notas{height:35px;resize:none}.file-name{font-size:10px;margin-right:5px}.mvse-param-title{padding-top:5px;font-family:Roboto Medium;font-size:13px}.loading-price-div{width:100%;background-color:#f3f3f3;position:absolute;height:100%;top:1px;opacity:.5;z-index:99999;left:1px;display:none}#fos-title h3{font-family:Roboto Medium;margin-bottom:25px}.reset-pass-desc{margin-bottom:10px;font-size:13px}.fos-bottom input{margin-top:15px}.fos_user_resetting_reset label{color:#db2626;font-size:13px;font-weight:100}.right-aligned{text-align:right}.acerca-de-p{color:#666;margin:0 0 20px;font-size:13px;line-height:1.7}.acerca-de-p.informacion-tecnica{margin-bottom:10px;text-align:justify}h1 .informacion-tecnica{font-weight:400}h1 hr{margin:20px 15px}.informacion-tecnica-sidebar{font-family:Work Sans,sans-serif;width:27.333333%;position:relative;min-height:1px;padding-right:15px;padding-left:15px;float:left}@media only screen and (min-device-width:768px)and (max-device-width:1024px){.informacion-tecnica-sidebar{width:33.3333%}}@media only screen and (min-device-width:768px)and (max-device-width:1024px){.informacion-tecnica-sidebar{width:41.3333%}}.informacion-tecnica-container{width:70.666%;position:relative;min-height:1px;padding-right:15px;padding-left:15px;float:left}@media only screen and (min-device-width:768px)and (max-device-width:1024px){.informacion-tecnica-container{width:66.6666%}}@media only screen and (min-device-width:768px)and (max-device-width:1024px){.informacion-tecnica-container{width:56.6666%}}.item-title{font-size:14px;font-weight:700}.con-margen{margin-top:15px}.legenda{margin-left:25px}.productInfoSection{padding-left:12%;padding-right:12%;background-color:#f5f5f5}.borderedSucursal:before{content:"";position:absolute;left:10px;bottom:0;height:1px;width:80%;border-bottom:1px solid #ccc}.sucursal{height:30px;margin-bottom:8px}.sucursal .delimiter{margin-top:30px}.sucursal .delimiter .one{height:1px;background-color:#ddd}.sucursal .delimiter .two{height:1px;background:#fff}.productData{font-family:Work Sans,sans-serif;font-size:"14px";font-weight:400}.productData .skuProduct{color:#777;margin-bottom:5px}.productData .productName{font-family:Work Sans,sans-serif!important;font-size:20px;font-weight:400!important}.productData .precioContainer{color:#da2626;margin-bottom:5px;margin-right:15px;margin-top:10px;display:flex;align-items:center}.productData .precioContainer .precioContainerFirstCl{display:flex;align-items:center;width:auto!important;height:30px;padding-right:0}.productData .precioContainer .precioContainerSecondCl{padding-right:0}.productData .precioContainer .precioContainerSecondCl .descuento-bloque{float:right}.productData .precioContainer .usd-pesos{font-size:20px}.productData .precioContainer .label-precio-total{display:inline;font-size:23px;font-weight:500}.productData .precioContainer .inoxsale-tag{margin-top:10px}.productData .productSubtitle{margin-top:15px;margin-bottom:2px;color:#777}@media(max-width:768px){.productData .buttons{width:250px}}.productData .buttons{width:90%;padding-top:5px}.productData .buttons a{padding:12px;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400;border:1px solid;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:block;margin-bottom:10px}.productData .buttons a.principal{color:#fff;border-color:#777;cursor:pointer;background-color:#000}.productData .buttons a.secondary{color:#777;border-color:#ccc;cursor:pointer}.productData .productUnidades{padding-left:30px}.productData #cantidad-item{width:80px!important}.productData #botonAgregarACarrito{height:37px;text-align:center;padding-top:6px;width:108%;font-family:Work Sans,sans-serif;font-size:15px;font-weight:400;border:1px solid;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:block;margin-bottom:10px;color:#fff;cursor:pointer;background-color:#da251e}.productData #botonAgregarACarrito.botonDeshabilitado{border-color:#cecece!important;color:#9a9797!important;background-color:#cecece!important;cursor:wait!important}.productData .comprarLarge{margin-left:15px;width:83%!important}.productData .cantidadItemPadding{padding-left:0}.productData #tableInformation{color:#da2626}.productData #tableInformation tbody tr:last-child{border-bottom:0px!important}.item a{font-size:14px!important}.direccion-famiq{font-size:10px!important}.stock-encurso-items .sucursal{height:auto}.stock-encurso-items .fecha{font-style:italic;color:#9a6d1b;font-size:13px}.stock-encurso-items .divider{font-weight:700}.stock-encurso-items .divider:last-of-type{display:none}.stock-encurso-items .nombre-sucursal{margin-right:10px}.stock-encurso-items .sucursal .delimiter{margin-top:5px}.detallesContent h2{font-size:14px}.breadcrumb h1{display:inline;font-size:13px}.product-main-video iframe{width:100%;min-height:300px}#cortes-especiales-condiciones ul{padding-left:15px}#cortes-especiales-condiciones ul li{font-size:12px}#cortes-especiales-condiciones .title{font-family:Oswald;text-transform:uppercase;margin-bottom:10px}#datos_empresa .datos_empresa{font-family:Work Sans,sans-serif;font-size:16px;line-height:19px}#datos_empresa .datos_empresa .titulo-ppal{padding:5px 0 10px;margin:25px 10px 10px;width:95%;font-size:24px;border-bottom:1.25px solid #E2E2E2;font-weight:500}#datos_empresa .datos_empresa .cabecera{padding:15px 10px 20px 0;font-size:18px;font-weight:500}#datos_empresa .datos_empresa .cabecera.editable{font-size:14px;color:#0742da;font-weight:400;text-align:right}#datos_empresa .datos_empresa .box{background:#f5f5f5;box-shadow:0 2px 2px #33333340;border-radius:4px;padding:0!important;margin-bottom:40px!important}#datos_empresa .datos_empresa .bloque{border-bottom:1.25px solid #E2E2E2;padding:0}#datos_empresa .datos_empresa .titulo{color:#6d6d6d;padding:10px 10px 10px 20px}#datos_empresa .datos_empresa .detalle{color:#333;padding:10px 20px 10px 10px}#datos_empresa .datos_empresa .notas{background:#f5f5f5;box-shadow:0 2px 2px #33333340;border-radius:4px;padding:20px}@media screen and (-moz-images-in-menus:0){.carro-steps-container{margin-top:105px!important}}.carrito-main{padding-right:0!important;padding-left:0!important}.carro-steps-container{background-color:#f5f5f5;height:65px;margin:180px 20px 10px}@media(max-width:480px){.carro-steps-container{margin-top:94px;padding:15px;height:127px}}@media(min-width:768px)and (max-width:990px){.carro-steps-container{margin-top:127px}}@media(min-width:1024px)and (min-height:768px){.carro-steps-container{margin-top:160px}}@media screen and (min-width:1900px){.carro-steps-container{margin-top:108px}}.carro-steps-container>div{background-color:#fff;height:65px}.banner-descuento{position:relative;background:url(/build/assets/bg_banner_descuento-Bv4i5fPP.png) 0 0 no-repeat;height:88px;width:100%;border:solid #ccc 1px;margin:0 0 20px;box-shadow:#21212126 2px 4px 16px -4px}.banner-descuento p .rojo{color:#d92617!important}.banner-descuento p.unica-linea{padding:0 0 0 50px;text-align:center;font-size:28px;line-height:88px}.banner-descuento p.doble-linea{padding:17px 0 0 260px;text-align:left;font-size:22px;line-height:22px}.banner-descuento p.doble-linea .rojo{margin:0 0 0 185px}.banner-descuento .aclaracion{position:absolute;right:10px;bottom:2px;font-size:11px;color:#111}.step-circle-container{padding:0;text-align:center}.step-info-container{padding:0}body{font-family:Roboto!important}.item-json{font-size:11px}@media(max-width:480px){.item-json{text-align:center}}td.carrito{white-space:nowrap;text-align:left;vertical-align:middle!important;height:85px;color:#333}.enStock{color:green!important;font-weight:700}.fecha-entrega-item{text-decoration:underline;font-weight:700;font-size:11px}.text-rojo{color:#da251d!important}.notaPosicion{font-family:Work Sans,sans-serif;word-break:break-word}.notaPosicion.pdf{margin-left:20px}.monedaPrecio{white-space:initial;line-height:14px;padding-top:3.5px}.monedaPrecio span{font-size:10px;text-align:center}td.carrito.pdf{white-space:nowrap;text-align:left;vertical-align:middle!important;height:70px}.link-cuentas-bancarias{font-weight:100;margin-top:7px;font-size:13px;float:right}th.carrito,.thead{text-transform:none!important;font-weight:400;color:#8b8b8b;border:none!important;vertical-align:middle!important;white-space:nowrap}th.solicitudCotizacion{text-transform:none!important;font-weight:400;color:#000;border:none!important;vertical-align:middle!important;white-space:nowrap}.borderless th{border:none!important}.resumen-items{font-size:11px;font-family:Roboto;font-size:12px;font-weight:400}.resumen-items div{padding-left:15px;padding-right:15px;margin-top:4px}.resumen-items .rojo{color:#d92617!important}.resumen-items .negro{color:#111!important}.resumen-items .bold{font-family:Roboto Medium!important}.resumen-items .verde{color:#49b170}.resumen-items .total{font-size:13px!important}.resumen-items .ri-sin-definir{font-weight:400;color:#8b8b8b}.resumen-items .ri-sin-definir.mensaje-descuento{color:#49b170}.resumen-items .ri-subtotal-centro{color:#8b8b8b}.resumen-items .ri-subtotal{color:#da2525;font-size:14px}.resumen-items .ri-centro{font-size:12px;font-weight:700}.resumen-items .ri-ahorro{text-align:center;background:#62b94c;font-size:12px;color:#fff;padding:5px 16px;border-radius:5px;margin:20px 13px;line-height:20px}.boton{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:12px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;text-transform:uppercase;font-family:Oswald}.boton.principal{color:#fff;background-color:#333;border-color:#333;text-decoration:none}.boton.principal:hover{color:#fff;text-decoration:none}.boton.principal:disabled{background:#ccc;color:#333;opacity:.5;border:none}.boton.folleto{text-transform:unset;font-size:13px;color:#fff;font-family:Work Sans,regular;font-weight:600}.boton.folletoimg{width:16px}.boton.red{background-color:#d92617!important;color:#fff}.boton.secondary{color:#333;background-color:#fff;border-color:#333}.boton.secondary:disabled,.boton.secondary.disabled{color:#333;background-color:#ddd;border-color:#ddd;color:gray}.boton.secondary:disabled:hover,.boton.secondary.disabled:hover{text-decoration:none;cursor:not-allowed}.boton.gray{border-color:#666;background-color:#666;color:#fff}.botonesPrincipales{margin-top:0!important}.botonesPrincipales input{display:block;margin:15px auto;padding:5px;width:100%;text-align:center}.botonesPrincipales input#emailCotizacion{margin-bottom:5px}.botonesPrincipales button{display:block;margin:0 auto;padding:7px 12px;width:75%}.botonesPrincipales.botonesPasoUno{margin-top:0!important}.botonesPrincipales .proceder-compra{margin-top:0}.botonesPrincipales .mensajeValidacion{padding:0 25px;margin-top:5px;text-align:center}.botonesPrincipales .mensajeValidacion span{color:#db2626;font-size:12px}.botonesPrincipales #btn-solicitud-cotizacion{width:77%}.overlay{display:none;position:fixed;background:#fff}#img-load{position:absolute}#btn-seguir-comprando{padding:6px 20px}#btn-update-empty{padding:6px 30px;float:left}.vaciar-carro-dialog-icon{float:left;margin:12px 12px 20px 0}.vaciar-carro-dialog-text{top:10px;position:relative}.proceder-compra-link,.seguir-compra-link{text-decoration:none;float:right;margin-left:5px;margin-right:5px}.guardar-cotizacion-title{margin-top:25px;font-weight:700}.ingresar-correo{margin-top:20px}.email-input{margin-top:5px}.carro-compras-subtitle{font-size:14px;color:#404040}.carro-compras-subtitle input{width:100%;border:none;border-bottom:1px #dddddd solid;align-self:center;min-width:30px;max-width:500px;border:1px solid #dddddd!important;border-radius:3px;font-size:13px}.carro-compras-subtitle input:focus+span{display:none}.carro-compras-subtitle span{position:relative;font-size:13px;color:#333;bottom:10px;right:6px}.carro-compras-title{margin-top:10px;font-size:25px;font-weight:700;position:relative;color:#333;bottom:10px;margin-left:-15px;margin-bottom:20px}.carro-compras-title>span{font-size:25px}.row-without-margins{margin-left:0;margin-right:0}.row-with-margins{margin-left:15px;margin-right:15px}.carritoVacioDiv{margin-bottom:35px}.carrito-info-row{margin-top:10px;margin-bottom:10px}.carrito-info-row>div>span{margin-left:8px}.product-name{color:#da2525;font-weight:700}.product-name:hover{color:#da2525!important}.fila-material{padding-top:15px!important;padding-bottom:10px!important}.fila-material .control-checkbox{margin:4px 8px!important}.subtotal-title{font-size:12px;font-weight:700;text-transform:uppercase}.subtotal-price{font-weight:700;color:#db2626;font-size:16px}#resumenPedido{padding-right:0;padding-left:0;margin-top:-10px}@media(max-width:1199px){#resumenPedido #wrapper-resumen-pedido{margin:30px auto auto!important;padding-left:28%!important;padding-right:28%!important}#resumenPedido .botonesPrincipales{margin:auto!important}}@media(max-width:991px){#resumenPedido .btn-cotizacion-paso1{width:180px!important;margin:auto!important}#resumenPedido .botonesPrincipales{margin:auto!important;width:180px!important}}@media(max-width:990px)and (min-width:768px){.horario-label{display:none}}@media(max-width:990px)and (min-width:768px){.datos-facturacion-div{margin-left:-30px!important}}@media(min-width:768px){.datos-facturacion-div{margin-left:-30px!important}}#resumenPedido>div{background-color:#f9f9f9;margin-top:10px;padding-bottom:20px;width:85%}@media(max-width:990px)and (min-width:768px){#resumenPedido>div{width:100%}}.title-resumen-pedido{font-family:Work Sans;font-style:normal;font-weight:600;font-size:16px;line-height:19px;padding-top:10px;text-align:center}.fecha-entrega-title{padding-bottom:5px;font-size:12px;padding-left:20px;padding-right:20px}.fecha-entrega{padding-bottom:20px;font-size:12px;padding-left:20px;padding-right:20px}.step-desc-active{font-size:13px;color:#db2626;white-space:nowrap}@media(min-width:768px)and (max-width:990px){.step-desc-active{display:none}}.step-desc{font-size:13px;color:#ccc;white-space:nowrap}@media(min-width:768px)and (max-width:990px){.step-desc{display:none}}.step-desc-can-go{font-size:13px;color:#da251e;opacity:.4;white-space:nowrap}@media(min-width:768px)and (max-width:990px){.step-desc-can-go{display:none}}.step{display:inline-block;width:281px;vertical-align:top}@media(min-width:1024px)and (min-height:768px){.step{width:255px}}@media(min-width:768px)and (max-width:990px){.step{width:185px}}.step-envio{white-space:nowrap}hr.divider{border-top:1px solid #e3e3e3!important;margin-top:10px;margin-bottom:10px}.subtotal-label{position:relative;top:-22px}.embalaje{position:relative;margin-top:-10px;padding-left:0}.switch-sucursal-container{border:1px solid #ddd;margin-top:10px;margin-bottom:10px}.oficina-venta-span{font-family:Oswald;text-transform:uppercase;margin-top:7px}.vertical-delimiter{border-right:1px solid #fafafa;border-left:1px solid #b4b4b4;position:relative;top:-5px;margin-left:0;margin-right:10px}.switch{position:relative;display:inline-block;width:42px;margin-top:-1px;height:24px;top:6px;margin-left:5px;margin-right:5px}.switch input{display:none}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#db2626;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:20px;width:20px;left:1px;bottom:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.slider{background-color:#db2626}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{-webkit-transform:translateX(19px);-ms-transform:translateX(19px);transform:translate(19px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.oficina-venta{font-family:Roboto;font-size:12px;position:relative;top:-6px}@media(max-device-height:768px)and (max-device-width:1024px){.oficina-venta.ciudad1{margin-left:20px}}.oficina-venta.selected{color:#db2626}.divider-vertical{height:30px;margin:0 9px;border-right:1px solid #505050}hr.sol-cotizacion{border-top:1px dashed #9a9595}@media print{body{background-color:#fff!important;-webkit-print-color-adjust:exact}}#subtotal>div{margin-bottom:5px}#subtotal{border-top:1px solid #e3e3e3;padding-top:20px;margin-top:30px}.red-dialog-titlebar{background-color:#db2626!important;color:#fff!important}.table-cotizacion thead{display:table-header-group}.table-cotizacion tfoot{display:table-row-group}.table-cotizacion tr{page-break-inside:avoid}.confirmacion-pedido tr td:last-child>span{margin-right:5px!important}hr.detalle-cotizacion.divider{margin-top:10px;margin-bottom:10px}.title-table-pedidos{margin-left:0;margin-right:0}.creditoCompMayorADisp{color:#db2626;font-weight:700;font-size:10px}#datos-generales span{color:#db2626}#datos-generales .row-input{padding-bottom:15px;padding-top:5px}#datos-generales .row-input input{border-radius:0;border-color:#ddd}#datos-generales .row-input input::placeholder{color:#c2c2c2}.datos-generales-comentarios-title2{font-family:Roboto Medium;padding-left:20px;font-size:13px}@media(max-width:480px){.datos-generales-comentarios-title2{padding-bottom:5px}}.datos-generales-nombre-proy2{font-family:Roboto Medium;padding-left:20px;font-size:13px}@media(max-width:480px){.datos-generales-nombre-proy2{padding-bottom:5px}}#textoCabecera2{width:89%;border-color:#ddd;border-radius:3px;resize:none;color:#404040;font-size:13px}@media(max-width:480px){#textoCabecera2{width:100%}}.table-producto-header{width:80%}.table-cantidad-header{width:10%}.carrito.table-kilos-header{width:4%;text-align:right}.carrito.table-um-header{width:4%}.carrito-table-header{text-align:right}.carrito-table tbody{font-size:12px}.carrito-td-producto{color:#333;width:35%}.carrito-table .item-image{top:15px;position:relative}.carrito-table{font-family:Work Sans!important}.carrito-table .item-sku,.carrito-table .item-presentacion{font-size:13px}.carrito-table .item-sobrante{margin-left:86px;margin-top:5px;font-size:10px}.carrito-table .thead{height:101px}.carrito-table{font-size:12px}.carrito-table .item-cantidad-requerida{width:35px;margin-bottom:0!important;text-align:right}.carrito-table .cantidad-span-oferta-especial{margin-left:21px}.carrito-table .item-rct-cantidad-solicitada{padding-left:33%}.carrito-table .item-asm-cantidad-solicitada{padding-left:15%}.carrito-table .row-header{height:50px;padding-top:11px;border-bottom:1px solid #ddd}@media(max-width:480px){.carrito-table .product-name{font-size:14px}}.carrito-table .span-total{font-size:13px}.envio-parcial{margin:5px 0}.envio-parcial .centro{font-family:Work Sans;font-weight:500;font-size:16px;margin-bottom:20px;margin-top:10px}.cotizacion-table{font-size:12px;margin-top:10px;margin-bottom:10px}.solicitud-cotizacion-table{font-size:16px!important}.solicitud-cotizacion-table .subheader-tabla-cotizacion{font-size:13px!important}.span-total{font-weight:700}.grupoMaterial{float:left}.grupoMaterial .title-gm{border:solid 1px #dedede;padding:6px 12px;background-color:#ddd}.grupoMaterial .pos-alternativa .cabecera-desdoble{font-weight:700}.grupoMaterial .pos-alternativa.inactivo{opacity:.5}.grupoMaterial .pos-alternativa{background-color:#f4f4f4;border:solid 1px #dedede;border-top:none}.grupoMaterial .pos-alternativa .input-spinner{background-color:#f4f4f4}.grupoMaterial .pos-alternativa .input-spinner a{background-color:#f4f4f4!important}.grupoMaterial{margin-bottom:10px}.row-detalle{margin-bottom:5px}.row-detalle.cotizacion .col-xs-1{width:12.5%!important}.row-detalle.cotizacion .col-xs-2{width:25%!important}.span-precio-final{font-size:13px}.loadingDiv{opacity:.5;width:100%;z-index:99999;top:0%;border-radius:4px}.loadingDiv>i{margin:0 auto;position:fixed;left:50%;top:50%;font-size:50px;transform:translate(50%,50%)}.confirmar-pedido-title{font-family:Work Sans!important;color:#da251e;font-weight:500;font-size:18px;line-height:21px;padding-bottom:10px;padding-top:15px;margin-bottom:10px}.envio-parcial-centro{color:#0000;font-size:17px;font-weight:700}.envio-parcial-subtotal{margin-top:20px}.envio-parcial-subtotal>div{padding-right:0;padding-left:28px}.envio-parcial-subtotal>div div{padding-right:28px;padding-left:15px}.confirm-info-row{padding-top:5px;padding-bottom:5px}.confirm-info-row div{text-align:right;font-size:13px}.confirm-info-row .total{padding-right:15px}.datos-envio-row{padding-top:10px;padding-bottom:10px;font-family:Work Sans!important}.datos-envio-row>div{font-size:14px;color:#db2626}.datos-envio-row>div>span{margin-left:45px}.datos-envio-row .direccion-empresa{text-align:left;font-size:12px}.datos-envio-row .direccion-empresa>div{margin-left:30px;color:#333}@media(max-width:480px){.datos-envio-row .direccion-empresa>div{margin-left:0;margin-top:8px}}.datos-envio-row .flete-title{color:#333;text-align:right;font-size:13px}.datos-envio-row .total{text-align:right;font-size:13px;padding-right:15px}.total-row{background-color:#f5f5f5;padding-top:15px;padding-bottom:15px;border-radius:1px}.total-row>div{text-align:right!important;font-size:13px}.total-row .total{font-size:13px;text-align:right;padding-right:28px}.metodo-pago-row{padding-top:10px;padding-bottom:10px;font-family:Work Sans}.metodo-pago-row :first-child span,.metodo-pago-row .metodo-pago-title{font-size:14px;color:#db2626}.metodo-pago-title>span{margin-left:45px}.metodo-pago-row .metodo-pago{text-align:left;font-size:12px;margin-top:4px}div.cotizacion-guardada{margin-top:15px}.resumen-pedido-panel-title{font-size:20px;font-weight:700;margin-top:10px}.total-table-price{color:#db2626}#tablaTotal{font-size:12px;font-family:Work Sans}#tablaTotal .ahorro{float:right;background:#62b94c;font-size:12px;color:#fff;padding:5px 16px;border-radius:5px}.totalLabels span{font-weight:700;color:#db2626;font-size:14px}.med-padding{padding-left:9px;padding-right:9px}.min-padding{padding-left:3px;padding-right:3px}.without-padding{padding:0}.cotizacion-table .span-total{white-space:nowrap}.subheader-tabla-cotizacion{font-family:Oswald!important;text-transform:uppercase!important;font-weight:700}.subheader-tabla-cotizacion span{font-weight:initial}.subheader-tabla-cotizacion{font-size:11px;background-color:#f5f5f5;padding-top:15px;padding-bottom:15px;border-bottom:1px solid #ddd;margin-bottom:10px;height:60px}.subheader-tabla-cotizacion.v-align{line-height:30px}#leyendaDescuentos{margin-left:0;margin-top:25px;font-size:11px;margin-bottom:-20px}#btn-desc-volumen{color:#da2525;float:right}#accionesCarrito button{float:right;margin:0 3px}#accionesCarrito button#btn-update-empty{float:left}#accionesCarrito #formGuardarCotizacion{display:initial}@media(max-width:480px){#accionesCarrito .col-xs-12{padding:10px}#accionesCarrito .col-xs-12 button{width:100%}#accionesCarrito .col-xs-12 .proceder-compra-link{float:left;width:100%;margin:0}#accionesCarrito .col-xs-12 #btn-update-empty{width:100%}#accionesCarrito .col-xs-12 #formGuardarCotizacion{width:100%;display:block}}.servicio-title{padding-left:72px}.servicio-title-pedido{margin-left:45px}@media(max-width:480px){.panel-body .center{text-align:center}.panel-body .titulo span{float:right}.panel-body .detalle span{font-size:14px}.panel-body .item-cantidad-requerida{width:40px;height:15px}.panel-body .opciones{background-color:#faebd7;margin-bottom:10px;padding:5px 20px}.panel-body .opcion{cursor:pointer}.panel-body .opcion.selected{background-color:#f5f5f5;padding:10px 0;cursor:initial}}.detalle-doc{margin:20px 10px}.ver-detalle-btn{margin-top:10px}.cliente-info{padding-left:0;font-size:13px}.entrega-parcial-title{font-weight:700;font-size:20px;margin-top:25px;margin-bottom:10px}.a-definir{color:#333;text-transform:initial;margin-left:0!important}.comentarios-adicionales-row{margin:20px 0}.comentarios-adicionales-row{padding-left:0;padding-right:0;font-family:Oswald;color:#db2626;text-transform:uppercase;font-size:15px}.texto-cabecera{padding-left:0;padding-right:0}#descuentosModal .modal-dialog{width:900px}#alerta-stock-modal .modal-dialog{width:70%}#alerta-stock-modal .modal-body{font-size:12px;font-weight:400;padding:30px 60px}#alerta-stock-modal .modal-body .modal-title{font-family:Work Sans,sans-serif;font-size:18px;color:#da2626;margin-bottom:16px}#alerta-stock-modal .modal-body .modal-table{padding-left:16px}#alerta-stock-modal .modal-body .modal-table hr{margin-top:5px;margin-bottom:5px}.consumidor-final-modal .modal-dialog{width:52%}.consumidor-final-modal .modal-body{font-size:12px;color:#333333e8;font-weight:400;padding:20px 40px}.consumidor-final-modal .modal-body .modal-title{font-family:Work Sans,sans-serif;font-size:25px;font-weight:800;text-align:center;margin-bottom:30px}.consumidor-final-modal .modal-body .modal-table{padding-right:70px;font-size:14px;margin-bottom:20px}.consumidor-final-modal .modal-body .modal-table .control-label{float:right;padding:5px 0}.consumidor-final-modal .modal-body .modal-table .form-control{height:28px}.consumidor-final-modal .modal-body .modal-table .help-block span{display:none}.consumidor-final-modal .modal-body .modal-table .help-block li{padding:0 10px;border-radius:4px;color:#a94442;background-color:#f2dede;border:1px solid transparent;font-size:12px}.consumidor-final-modal .modal-body .botonera{float:right}.consumidor-final-modal .modal-body .botonera button{width:90px}#wrapper-descuentos{height:82px;width:100%}#wrapper-descuentos .item{float:left;padding:0 8px;font-size:13px}#wrapper-descuentos .desc{color:green}#wrapper-descuentos .familia{font-weight:700}.aviso-descuento{color:#469435;margin-bottom:20px}.aviso-descuento .msg{text-align:center;padding:0 5px;float:left;font-weight:700;font-size:20px;margin-top:4px}.aviso-descuento .piggy-ico{width:30px;height:30px;display:inline-block;background:#469435 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gQZDwI7x6hiZwAAAlxJREFUOMuVk81LlFEUxn/3vqM1Kpom1pQUERL0B0jkItzpIty0GKTQlQ6tpIhoEzEt+iCaNhqtihYVrdy4CRSpRV+bIAIblCgisw/LyeFtyHueFr4Ts4iwBy73wDn87nM457pcLucBlxyRaHl5mXw+n+7q6jrqvR8FdgK3yuXyxaampm+jo6PeOQegWgA1sRsYGIgSwHVJt4AZ4FRjY+PNnp4ePz09/afe1wCQRBzHOOcYHBxMe++HgK/OuQ9AlJQdnJ2d3T8/Px8SJ6SSFlw6naZQKIRqSxMTEwHYBGwFzgHHgCNJPlV9FMBXXRQKhbVKpbLHzI6Xy+V9IYRdwP0kfS0BALweHx9/2d7eXnW2TvR+nVVfX38AuNDQ0FACIkkngUvOuTPAHmBKUn5sbGxteHg4iqKIEALkcrmotbXVLywsbDKz25JM6/puZr1xHO+QtGN1dbWlUqlsk/RC0r2lpaU04LPZbATghoaGvJldlvRWUqy/61EIIWtmNyTJzK7MzMxsXlxc3EqpVNoi6YSk95LuSvqifysk9zszOy3pKGY2mCTWJP2oKdIGYCshhEMp51xHzZSa2Li8mZ0vFouPfQjhIfAK+MX/KQ4hvJmcnDQAVlZWtkt6ov/T01KptLu/vz/yIyMjUUtLy0czOwt82KCLT5Lyzc3Nbzs7O/Hee7LZbBRF0YNkM39uAPLIez/V3d0dpVKp9Y1ta2urfsLPwFpNfAfYmzjMAIdrSR0dHU6SUoDMrPqLnzvnfiRTuuicu1osFrfMzc3FfX19mbq6ul6gHngGkMlkBPAbnNfBTACRQgQAAAAASUVORK5CYII=) 6px 5px no-repeat;float:left;border-radius:100%;margin-left:4px}.col-dispo{width:90px}.pdf .col-dispo{width:150px}.fecha-con-demora{font-weight:700}.fecha-a-confirmar{color:#a94442;font-weight:700}.mensaje-fecha-foco.active{display:inline-block}#confirmacion_pedido .text-adjunto-oc,#confirmacion_pedido .label-check-obra{font-family:Work Sans;font-weight:500;font-size:16px;line-height:19px;color:#333}#confirmacion_pedido .check-pedido-obra{font-family:Work Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#333}#confirmacion_pedido .btn-file{font-family:Work Sans!important;font-style:normal;font-weight:400;font-size:12px;line-height:19px;color:#333;padding:5px}.fa-drag-handle{top:0!important}.check-item{top:5px!important}.carrito-controles{top:20px!important}.carrito-control-centro>div{padding-top:6px;padding-left:41px}.carrito-control-centro{height:33px!important;font-family:Work Sans,regular}.carrito-control-centro .pull-right{font-size:12px}.carrito-control-centro>div>strong{padding-left:8px;padding-right:8px}.carrito-control-centro i{color:#666;font-size:20px;padding-right:2px}.check-carrito input[type=checkbox]{display:none}.check-carrito input[type=checkbox]+label span{display:inline-block;width:19px;height:19px;margin:-1px 4px 0 0;vertical-align:middle;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAATCAYAAAA6T+sJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJHSURBVHgB7ZhNy2lRFMfX4eRlIhMRMyZSJAY+gYGR5BMoYzNTAxMDM5koA1/BB1CKkhRGJgxkoCTJW8jLvXet275t96V7zvGc53HKr3T2Xvbenf0/a++99hK+/QDeSEZkhVarBdPpFOSg0+nA6/VCOBx+sBcKBdhut6AE7MtTq9VgMBiA3O8aCAQgnU4/2I7HI5zPZ1ljCYIAZrMZjEYj1Umw8XhMYnk8HrBYLJIHWywWMBqNwOVygcPhIFulUpEtPE8ul4N8Pk/lfr8PnU4HlNDr9cDv90MkEqH65XIhwQ6HA9zvd8njoFNge1EUQa/X/xRst9vRn6FQCEwmk+TBbDYbzOdz2O/3v2xKPYuBE2NsNht4Br7/9Xqlpxyx+Pa3240E08EbWbyEYMFgkH5aQIQvBoVKpVK0lIfDIbw6X+phTCzcA8vlMmgB1QX716nLi1UqlejE1QKqLslkMkkn7++CKBELYyq32/2HnR37yHq9pmexWAS1UNXDVqsVeVgmkwG73U42rXoWQ1UPazab9ERPQ9EajQbE43FFYlWrVXgFVD8ledESiQSdhlr0LManhBVMtGg0qmmxkE+Lw1C0brdL9zkt89Smz+5neKOXglyxpI6rVv+/QR7mdDop61Cv1yVfvnHy+EK4ifOxFmYtJpMJfAT4Xs+AyQEGZhsQPgyRArbn+wssgTibzWiizGv+h8FgAJ/PB1arlco8mMNaLpeghGw2+1DHpdxutylbIBWcHMZ/sVjswX46nRTnw9gchXfGVR7fAZtJE6WOQy+nAAAAAElFTkSuQmCC) left top no-repeat;cursor:pointer}.check-carrito input[type=checkbox]:checked+label span{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAATCAYAAAA6T+sJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJHSURBVHgB7ZhNy2lRFMfX4eRlIhMRMyZSJAY+gYGR5BMoYzNTAxMDM5koA1/BB1CKkhRGJgxkoCTJW8jLvXet275t96V7zvGc53HKr3T2Xvbenf0/a++99hK+/QDeSEZkhVarBdPpFOSg0+nA6/VCOBx+sBcKBdhut6AE7MtTq9VgMBiA3O8aCAQgnU4/2I7HI5zPZ1ljCYIAZrMZjEYj1Umw8XhMYnk8HrBYLJIHWywWMBqNwOVygcPhIFulUpEtPE8ul4N8Pk/lfr8PnU4HlNDr9cDv90MkEqH65XIhwQ6HA9zvd8njoFNge1EUQa/X/xRst9vRn6FQCEwmk+TBbDYbzOdz2O/3v2xKPYuBE2NsNht4Br7/9Xqlpxyx+Pa3240E08EbWbyEYMFgkH5aQIQvBoVKpVK0lIfDIbw6X+phTCzcA8vlMmgB1QX716nLi1UqlejE1QKqLslkMkkn7++CKBELYyq32/2HnR37yHq9pmexWAS1UNXDVqsVeVgmkwG73U42rXoWQ1UPazab9ERPQ9EajQbE43FFYlWrVXgFVD8ledESiQSdhlr0LManhBVMtGg0qmmxkE+Lw1C0brdL9zkt89Smz+5neKOXglyxpI6rVv+/QR7mdDop61Cv1yVfvnHy+EK4ifOxFmYtJpMJfAT4Xs+AyQEGZhsQPgyRArbn+wssgTibzWiizGv+h8FgAJ/PB1arlco8mMNaLpeghGw2+1DHpdxutylbIBWcHMZ/sVjswX46nRTnw9gchXfGVR7fAZtJE6WOQy+nAAAAAElFTkSuQmCC) -19px top no-repeat}.check-carrito input[type=checkbox]+label span.check-any{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAATCAYAAAA6T+sJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJHSURBVHgB7ZhNy2lRFMfX4eRlIhMRMyZSJAY+gYGR5BMoYzNTAxMDM5koA1/BB1CKkhRGJgxkoCTJW8jLvXet275t96V7zvGc53HKr3T2Xvbenf0/a++99hK+/QDeSEZkhVarBdPpFOSg0+nA6/VCOBx+sBcKBdhut6AE7MtTq9VgMBiA3O8aCAQgnU4/2I7HI5zPZ1ljCYIAZrMZjEYj1Umw8XhMYnk8HrBYLJIHWywWMBqNwOVygcPhIFulUpEtPE8ul4N8Pk/lfr8PnU4HlNDr9cDv90MkEqH65XIhwQ6HA9zvd8njoFNge1EUQa/X/xRst9vRn6FQCEwmk+TBbDYbzOdz2O/3v2xKPYuBE2NsNht4Br7/9Xqlpxyx+Pa3240E08EbWbyEYMFgkH5aQIQvBoVKpVK0lIfDIbw6X+phTCzcA8vlMmgB1QX716nLi1UqlejE1QKqLslkMkkn7++CKBELYyq32/2HnR37yHq9pmexWAS1UNXDVqsVeVgmkwG73U42rXoWQ1UPazab9ERPQ9EajQbE43FFYlWrVXgFVD8ledESiQSdhlr0LManhBVMtGg0qmmxkE+Lw1C0brdL9zkt89Smz+5neKOXglyxpI6rVv+/QR7mdDop61Cv1yVfvnHy+EK4ifOxFmYtJpMJfAT4Xs+AyQEGZhsQPgyRArbn+wssgTibzWiizGv+h8FgAJ/PB1arlco8mMNaLpeghGw2+1DHpdxutylbIBWcHMZ/sVjswX46nRTnw9gchXfGVR7fAZtJE6WOQy+nAAAAAElFTkSuQmCC) -38px top no-repeat}.check-carrito input[type=checkbox]+label span.check-all{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAATCAYAAAA6T+sJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJHSURBVHgB7ZhNy2lRFMfX4eRlIhMRMyZSJAY+gYGR5BMoYzNTAxMDM5koA1/BB1CKkhRGJgxkoCTJW8jLvXet275t96V7zvGc53HKr3T2Xvbenf0/a++99hK+/QDeSEZkhVarBdPpFOSg0+nA6/VCOBx+sBcKBdhut6AE7MtTq9VgMBiA3O8aCAQgnU4/2I7HI5zPZ1ljCYIAZrMZjEYj1Umw8XhMYnk8HrBYLJIHWywWMBqNwOVygcPhIFulUpEtPE8ul4N8Pk/lfr8PnU4HlNDr9cDv90MkEqH65XIhwQ6HA9zvd8njoFNge1EUQa/X/xRst9vRn6FQCEwmk+TBbDYbzOdz2O/3v2xKPYuBE2NsNht4Br7/9Xqlpxyx+Pa3240E08EbWbyEYMFgkH5aQIQvBoVKpVK0lIfDIbw6X+phTCzcA8vlMmgB1QX716nLi1UqlejE1QKqLslkMkkn7++CKBELYyq32/2HnR37yHq9pmexWAS1UNXDVqsVeVgmkwG73U42rXoWQ1UPazab9ERPQ9EajQbE43FFYlWrVXgFVD8ledESiQSdhlr0LManhBVMtGg0qmmxkE+Lw1C0brdL9zkt89Smz+5neKOXglyxpI6rVv+/QR7mdDop61Cv1yVfvnHy+EK4ifOxFmYtJpMJfAT4Xs+AyQEGZhsQPgyRArbn+wssgTibzWiizGv+h8FgAJ/PB1arlco8mMNaLpeghGw2+1DHpdxutylbIBWcHMZ/sVjswX46nRTnw9gchXfGVR7fAZtJE6WOQy+nAAAAAElFTkSuQmCC) -19px top no-repeat}.check-carrito input[type=checkbox]+label span.check-none{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAATCAYAAAA6T+sJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJHSURBVHgB7ZhNy2lRFMfX4eRlIhMRMyZSJAY+gYGR5BMoYzNTAxMDM5koA1/BB1CKkhRGJgxkoCTJW8jLvXet275t96V7zvGc53HKr3T2Xvbenf0/a++99hK+/QDeSEZkhVarBdPpFOSg0+nA6/VCOBx+sBcKBdhut6AE7MtTq9VgMBiA3O8aCAQgnU4/2I7HI5zPZ1ljCYIAZrMZjEYj1Umw8XhMYnk8HrBYLJIHWywWMBqNwOVygcPhIFulUpEtPE8ul4N8Pk/lfr8PnU4HlNDr9cDv90MkEqH65XIhwQ6HA9zvd8njoFNge1EUQa/X/xRst9vRn6FQCEwmk+TBbDYbzOdz2O/3v2xKPYuBE2NsNht4Br7/9Xqlpxyx+Pa3240E08EbWbyEYMFgkH5aQIQvBoVKpVK0lIfDIbw6X+phTCzcA8vlMmgB1QX716nLi1UqlejE1QKqLslkMkkn7++CKBELYyq32/2HnR37yHq9pmexWAS1UNXDVqsVeVgmkwG73U42rXoWQ1UPazab9ERPQ9EajQbE43FFYlWrVXgFVD8ledESiQSdhlr0LManhBVMtGg0qmmxkE+Lw1C0brdL9zkt89Smz+5neKOXglyxpI6rVv+/QR7mdDop61Cv1yVfvnHy+EK4ifOxFmYtJpMJfAT4Xs+AyQEGZhsQPgyRArbn+wssgTibzWiizGv+h8FgAJ/PB1arlco8mMNaLpeghGw2+1DHpdxutylbIBWcHMZ/sVjswX46nRTnw9gchXfGVR7fAZtJE6WOQy+nAAAAAElFTkSuQmCC) 0px top no-repeat}.check-carrito input[type=checkbox]+label span.check-items{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAATCAYAAAA6T+sJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJHSURBVHgB7ZhNy2lRFMfX4eRlIhMRMyZSJAY+gYGR5BMoYzNTAxMDM5koA1/BB1CKkhRGJgxkoCTJW8jLvXet275t96V7zvGc53HKr3T2Xvbenf0/a++99hK+/QDeSEZkhVarBdPpFOSg0+nA6/VCOBx+sBcKBdhut6AE7MtTq9VgMBiA3O8aCAQgnU4/2I7HI5zPZ1ljCYIAZrMZjEYj1Umw8XhMYnk8HrBYLJIHWywWMBqNwOVygcPhIFulUpEtPE8ul4N8Pk/lfr8PnU4HlNDr9cDv90MkEqH65XIhwQ6HA9zvd8njoFNge1EUQa/X/xRst9vRn6FQCEwmk+TBbDYbzOdz2O/3v2xKPYuBE2NsNht4Br7/9Xqlpxyx+Pa3240E08EbWbyEYMFgkH5aQIQvBoVKpVK0lIfDIbw6X+phTCzcA8vlMmgB1QX716nLi1UqlejE1QKqLslkMkkn7++CKBELYyq32/2HnR37yHq9pmexWAS1UNXDVqsVeVgmkwG73U42rXoWQ1UPazab9ERPQ9EajQbE43FFYlWrVXgFVD8ledESiQSdhlr0LManhBVMtGg0qmmxkE+Lw1C0brdL9zkt89Smz+5neKOXglyxpI6rVv+/QR7mdDop61Cv1yVfvnHy+EK4ifOxFmYtJpMJfAT4Xs+AyQEGZhsQPgyRArbn+wssgTibzWiizGv+h8FgAJ/PB1arlco8mMNaLpeghGw2+1DHpdxutylbIBWcHMZ/sVjswX46nRTnw9gchXfGVR7fAZtJE6WOQy+nAAAAAElFTkSuQmCC) 0px top no-repeat}.check-carrito input[type=checkbox]:checked+label span.check-items{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAATCAYAAAA6T+sJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJHSURBVHgB7ZhNy2lRFMfX4eRlIhMRMyZSJAY+gYGR5BMoYzNTAxMDM5koA1/BB1CKkhRGJgxkoCTJW8jLvXet275t96V7zvGc53HKr3T2Xvbenf0/a++99hK+/QDeSEZkhVarBdPpFOSg0+nA6/VCOBx+sBcKBdhut6AE7MtTq9VgMBiA3O8aCAQgnU4/2I7HI5zPZ1ljCYIAZrMZjEYj1Umw8XhMYnk8HrBYLJIHWywWMBqNwOVygcPhIFulUpEtPE8ul4N8Pk/lfr8PnU4HlNDr9cDv90MkEqH65XIhwQ6HA9zvd8njoFNge1EUQa/X/xRst9vRn6FQCEwmk+TBbDYbzOdz2O/3v2xKPYuBE2NsNht4Br7/9Xqlpxyx+Pa3240E08EbWbyEYMFgkH5aQIQvBoVKpVK0lIfDIbw6X+phTCzcA8vlMmgB1QX716nLi1UqlejE1QKqLslkMkkn7++CKBELYyq32/2HnR37yHq9pmexWAS1UNXDVqsVeVgmkwG73U42rXoWQ1UPazab9ERPQ9EajQbE43FFYlWrVXgFVD8ledESiQSdhlr0LManhBVMtGg0qmmxkE+Lw1C0brdL9zkt89Smz+5neKOXglyxpI6rVv+/QR7mdDop61Cv1yVfvnHy+EK4ifOxFmYtJpMJfAT4Xs+AyQEGZhsQPgyRArbn+wssgTibzWiizGv+h8FgAJ/PB1arlco8mMNaLpeghGw2+1DHpdxutylbIBWcHMZ/sVjswX46nRTnw9gchXfGVR7fAZtJE6WOQy+nAAAAAElFTkSuQmCC) -19px top no-repeat}.check-carrito input[type=checkbox]:disabled+label span{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAATCAYAAAA6T+sJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJHSURBVHgB7ZhNy2lRFMfX4eRlIhMRMyZSJAY+gYGR5BMoYzNTAxMDM5koA1/BB1CKkhRGJgxkoCTJW8jLvXet275t96V7zvGc53HKr3T2Xvbenf0/a++99hK+/QDeSEZkhVarBdPpFOSg0+nA6/VCOBx+sBcKBdhut6AE7MtTq9VgMBiA3O8aCAQgnU4/2I7HI5zPZ1ljCYIAZrMZjEYj1Umw8XhMYnk8HrBYLJIHWywWMBqNwOVygcPhIFulUpEtPE8ul4N8Pk/lfr8PnU4HlNDr9cDv90MkEqH65XIhwQ6HA9zvd8njoFNge1EUQa/X/xRst9vRn6FQCEwmk+TBbDYbzOdz2O/3v2xKPYuBE2NsNht4Br7/9Xqlpxyx+Pa3240E08EbWbyEYMFgkH5aQIQvBoVKpVK0lIfDIbw6X+phTCzcA8vlMmgB1QX716nLi1UqlejE1QKqLslkMkkn7++CKBELYyq32/2HnR37yHq9pmexWAS1UNXDVqsVeVgmkwG73U42rXoWQ1UPazab9ERPQ9EajQbE43FFYlWrVXgFVD8ledESiQSdhlr0LManhBVMtGg0qmmxkE+Lw1C0brdL9zkt89Smz+5neKOXglyxpI6rVv+/QR7mdDop61Cv1yVfvnHy+EK4ifOxFmYtJpMJfAT4Xs+AyQEGZhsQPgyRArbn+wssgTibzWiizGv+h8FgAJ/PB1arlco8mMNaLpeghGw2+1DHpdxutylbIBWcHMZ/sVjswX46nRTnw9gchXfGVR7fAZtJE6WOQy+nAAAAAElFTkSuQmCC) -57px top no-repeat;cursor:not-allowed}.btn-group.open .dropdown-toggle,.btn-group.open{-webkit-box-shadow:unset!important;box-shadow:unset!important}.pb-5{padding-bottom:5px}.pt-5{padding-top:5px}@media(max-width:1199px){.confirmacion-pedido #resumenPedido .container-resumen-pedido{margin-left:auto!important;margin-right:auto!important;padding-right:28%!important;padding-left:28%!important}}.cupon-aplicado{text-decoration:line-through}.verde{color:#49b170}#confirmacion_vista main .card{border:.5px solid #D6D6D6;box-shadow:0 2px 2px #00000040;text-align:center;float:none;margin:190px auto 0;height:300px}#confirmacion_vista main .card .icon{font-size:52px;padding:30px 0;color:#da251e}#confirmacion_vista main .card .title{font-family:Work Sans;font-weight:600;font-size:24px;line-height:28px;color:#333}#confirmacion_vista main .card .mensaje{font-family:Work Sans;font-weight:400;font-size:16px;line-height:19px;color:#6d6d6d;padding:18px 0}#confirmacion_vista main .card #btnHome{margin:18px 0;font-family:Oswald;font-style:normal;font-weight:500;font-size:16px;line-height:19px;padding:10px 57px;text-transform:none}#confirmacion_vista main .text-bloqueo{color:red;margin:10px;font-family:Roboto}#confirmacion_vista main .panel{margin:20px 15%;border-radius:4px}#confirmacion_vista main .formEnviarMail{padding-top:20px;padding-bottom:35px}#confirmacion_vista main .formEnviarMail .enviar-pedido-title b{font-family:Roboto Black}#confirmacion_vista main .formEnviarMail .email-value{display:none}#confirmacion_vista main .formEnviarMail .email-input{text-align:center;display:inline-block;padding:0 25%}#confirmacion_vista main .formEnviarMail .email-input input{text-align:center;margin:20px auto;float:left}#confirmacion_vista main .formEnviarMail .email-input span{display:block;float:left;color:#000000b5;background:#8080806e;padding:5px 25px 5px 5px;margin:4px;border-radius:5px}#confirmacion_vista main .formEnviarMail .email-input span:hover{opacity:.7}#confirmacion_vista main .formEnviarMail .email-input span:focus{border:darkslateblue}#confirmacion_vista main .formEnviarMail .email-input span:after{position:absolute;cursor:pointer;color:#303030;margin-left:6px;font-size:12px;font-weight:bolder;content:"";font-family:FontAwesome;font-weight:400;font-style:normal;text-decoration:none}#confirmacion_vista main .formEnviarMail button{margin:10px 0 30px}#confirmacion_vista main .formEnviarMail button:hover{background:#333;color:#fff}#confirmacion_vista main .formEnviarMail button:disabled{background:#ccc!important;color:#333!important;opacity:.5!important}#confirmacion_vista main .formEnviarMail .mensajeValidacion{color:#db2626;font-size:12px;float:left;width:100%;position:absolute;top:54px;left:0}#confirmacion_vista main #btnHome{padding:6px 20px;margin:30px}#confirmacion_vista main #btnHome:hover{text-decoration:none}#confirmacion_vista main.error .titulo{font-size:132px}#confirmacion_vista main.error .mensaje{padding:0 0 30px;font-size:18px}#confirmacion_vista main .panel-confirmacion-email{display:none}#confirmacion_vista main .panel-confirmacion-email .subtitulo{font-size:14px;font-weight:700}#confirmacion_vista .card{border:.5px solid #D6D6D6;box-shadow:0 2px 2px #00000040;text-align:center;float:none;margin:15px auto;height:300px}#confirmacion_vista .card .icon{font-size:52px;padding:30px 0;color:#da251e}#confirmacion_vista .card .title{font-family:Work Sans;font-weight:600;font-size:24px;line-height:28px;color:#333}#confirmacion_vista .card .mensaje{font-family:Work Sans;font-weight:400;font-size:16px;line-height:19px;color:#6d6d6d;padding:18px 0}#confirmacion_vista .card #btnHome{margin:18px 0;font-family:Oswald;font-style:normal;font-weight:500;font-size:16px;line-height:19px;padding:10px 57px;text-transform:none}table.mi-pedido th{font-weight:700;text-transform:none!important}table.mis-cotizaciones th{text-transform:none!important}a.btn.selected{color:#db2626;cursor:auto}h1.title-table-cotizaciones{font-size:20px!important}.applyBtn{background-color:#cf2121}.icon-date-picker{position:relative;top:-25px;float:right;right:11px;opacity:.8}.daterangepicker td.active,.daterangepicker td.in-range.active{background-color:#db2626!important}.daterangepicker td.in-range{background-color:#eee!important}.daterangepicker .daterangepicker_input i{position:relative!important;float:right!important;top:-27px!important;right:9px!important;opacity:.8!important;left:-8px!important}table.mi-pedido td{vertical-align:top!important;font-size:12px;font-family:Roboto;font-weight:400;height:85px}table.mi-pedido td .product-name{min-width:340px;white-space:normal}table.mi-pedido td.total{color:#333}.ver-detalle{color:#333;position:relative;top:0}table.mis-cotizaciones td{height:45px;vertical-align:middle!important}.cliente-pedido-info{font-family:Roboto;font-size:13px;font-weight:400;color:#da2626}.subtotalParcial{text-align:right!important}.total-price{font-weight:700;color:#db2626;text-align:left!important;font-size:16px!important}ul.detalle-pedido i.fa{margin-right:15px;color:gray}.paginacion{float:right}.filtroFechas input{background-color:#fff!important;width:100%!important}.filtroFechas label{padding-top:7px}.filtroFechas{margin:10px 10px 20px 0}.inoxsale-tag{display:inline-block;padding:3px 5px 2px;color:#fff;background:#49b170;font-family:Work Sans;font-size:11px;border-radius:2px;font-weight:700;vertical-align:text-bottom}.inmovilizado-tag{display:inline-block;padding:3px 5px 2px;color:#fff;background:#f1984a;font-family:Work Sans;font-size:11px;border-radius:2px;font-weight:700;vertical-align:text-bottom}table.mi-cotizacion .head-centro{height:29px;background-color:#fff;font-weight:600;padding-bottom:0px 0px 3px 0px!important}table.mi-cotizacion .head-cotizacion{height:50px;font-weight:500;background-color:#b5b5b5}table.mi-cotizacion .head-centro th div{color:#fff!important;padding:0 0 0 20px!important;font-family:Work Sans;font-size:14px;text-transform:none!important;background:#828282;margin-bottom:3px}table.mi-cotizacion tr.grupo-head{border-top:2px solid #DCDCDC!important;border-left:2px solid #DCDCDC!important;border-right:2px solid #DCDCDC!important;border-bottom:unset!important}table.mi-cotizacion tr.grupo-head td{padding-top:12px!important;padding-left:24px!important;font-family:Work Sans!important;font-weight:700!important;height:24px!important}table.mi-cotizacion tr.grupo-alternativa{border-top:unset!important;border-left:2px solid #DCDCDC!important;border-right:2px solid #DCDCDC!important}table.mi-cotizacion{table-layout:auto}table.mi-cotizacion td,table.mi-cotizacion th{padding:3px 10px!important;width:unset!important;max-width:300px!important}table.mi-cotizacion .fila-deshabilitada{background-color:#f3f3f3!important}table.mi-cotizacion .fila-deshabilitada.fila-deshabilitada-mitad-superior{border-top:2px solid #DCDCDC!important;border-bottom:0px!important}table.mi-cotizacion .fila-deshabilitada.fila-deshabilitada-mitad-inferior{border-top:0px!important;border-bottom:2px solid #DCDCDC!important}.tag-deshabilitado{text-align:right;color:#da2525!important;height:16px!important}.fila-deshabilitada td.carrito{height:unset!important}.linea-detalles{color:#707070}.linea-detalles b{color:#a3a3a3}.servicio-title{font-weight:600}table.mi-cotizacion tr.grupo-alternativa+tr.nota{border-right:2px solid #dcdcdc!important;border-left:2px solid #dcdcdc!important}table.mi-cotizacion td{height:auto}table.mi-cotizacion tr.nota td{height:fit-content;border-top:none}table.mi-cotizacion .fecha-con-demora{white-space:nowrap}table.mi-cotizacion .precio-manual{color:#0637b3!important}div.work-with-us .step-number{margin-left:0;margin-right:0;color:#db2626;text-align:center;font-weight:bolder;font-size:13px}div.work-with-us .image{text-align:center}div.work-with-us .image-innovar{position:relative;top:-6px}div.work-with-us .image-title{text-align:center;font-weight:bolder}div.work-with-us .image-title.trabajar-equipo{margin-top:7px}div.work-with-us .image-title.clima-laboral{margin-top:10px}div.work-with-us .image-title.respeto{margin-top:8px}div.work-with-us .image-description{text-align:center;margin-top:10px;color:#666}div.work-with-us .title{font-size:18px;font-weight:bolder}div.work-with-us .enviar-cv-form{font-size:13px}div.work-with-us .mandatory span{color:#db2626}div.work-with-us .select-file{padding-left:0;padding-right:0}div.work-with-us #selected-file-name{border:1px solid lightgrey;padding:6px 0 5px 6px;border-radius:2px;color:gray}.terminos-condiciones p{margin:0 0 20px}@media(max-width:480px){#contacto .container{padding:155px 35px 60px!important;background:#fff}}#contacto .sidebar-title{text-transform:uppercase;font-family:Oswald;font-size:15px}#contacto .sidebar-item{margin-left:0;margin-right:0;padding-left:15px;padding-right:15px;line-height:1.8}#contacto .sidebar-text{font-size:13px;color:#333}#contacto .sidebar-divider{width:90%}#contacto .contacto-title{font-size:20px;font-weight:700}#contacto .contacto-subtitle{margin-bottom:15px;color:#db2626;font-size:16px}#contacto .contacto-desc{font-size:13px;margin-bottom:15px}#contacto .contacto-form-container{font-size:13px}#contacto .contacto-form-item{padding-left:0;margin-bottom:20px}#contacto .contacto-form-item .radio-inline{margin:5px 0;display:inherit}#contacto .contacto-form-item textarea{height:175px}#contacto .contacto-form-item .material-symbols-outlined.icono-error{position:absolute!important;top:6px!important;right:5px!important;color:#c5211b;font-size:22px;display:none}#contacto .contacto-form-item .material-symbols-outlined.icono-error-azul{position:absolute!important;top:6px!important;right:5px!important;color:#0637b3!important;font-size:22px;display:none}#contacto .contacto-form-item .form-control.mandatory.error,#contacto .contacto-form-item .mandatory.error{border:1px solid #C5211B;margin-bottom:5px}#contacto .contacto-form-item .message-error{font-family:Work Sans;font-style:normal;font-weight:300;font-size:12px;line-height:140.62%;color:#c5211b}#contacto .sidebar-block{background-color:#f9f9f9;padding-top:20px;padding-bottom:20px}.map-sucursales{height:340px;width:100%;margin-right:0;margin-left:0;position:relative;overflow:hidden;margin-bottom:40px}.map-header{height:160px}@media(max-width:480px){.sucursales.container{padding:155px 16px 60px 15px!important;background:#fff}}.sucursales h1{margin-right:0;margin-left:0;font-weight:700;font-size:20px;margin-top:15px}.sucursales .row-sucursal{margin-right:-30px;margin-left:-30px;margin-top:30px;line-height:22px}@media(max-width:480px){.sucursales .divider{margin:15px}}.sucursales .titulo{margin-bottom:5px;color:#db2626;font-weight:700;font-size:14px}.sucursales .texto{color:#666;font-size:13px}.sucursales .texto a,.sucursales .texto a:hover{color:#666}.forma-entrega-title{color:#db2626;font-size:20px;font-weight:700;padding-bottom:10px;padding-top:15px;margin-left:-15px}.label-input-retiro{font-size:13px}.admite-retiro-parcial-row{margin-top:20px}.retiro-parcial-checkbox-div{font-size:13px;margin-left:15px}.retiro-completo-input{margin-right:5px}.notificacion-nuevo-destinatario{margin-bottom:20px;padding-left:5px}.notificacion-nuevo-destinatario span{padding:7px 12px;background-color:#f9f9f9;font-weight:700;border-radius:3px}.checkbox-pedido-mostrador{position:relative;top:-8px;font-size:13px;margin:0 0 0 35px}.checkbox-pedido-mostrador input{margin-right:9px}.checkbox-pedido-mostrador label{cursor:pointer;font-weight:400}.box-centro{background:#f9f9f9;padding-top:20px;padding-left:40px;padding-bottom:15px}.box-centro .text-title-paso{font-family:Work Sans;font-style:normal;font-weight:500;font-size:18px;line-height:21px;color:#da251e;margin-bottom:20px}.box-centro .title{font-family:Work Sans;font-weight:500;font-size:16px}.box-centro .subtitle{font-family:Work Sans;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#6d6d6d}.box-centro .subtitle-embalaje{font-family:Work Sans;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#333;margin-left:10px}.box-centro .box-boder-radius{border:2px solid #b5b5b5;border-radius:3px}.box-centro .box-boder-radius.active{border:2px solid #747474}.box-centro .wrapper-forma-entrega{margin:0 0 45px}.box-centro .wrapper-forma-entrega .subtitle{margin-bottom:15px}.box-centro .wrapper-forma-entrega input{margin-right:8px}.box-centro .wrapper-forma-entrega .forma-entrega{cursor:pointer;padding-top:22px;font-size:16px;font-weight:400;width:100%;text-align:center;height:84px}.box-centro .wrapper-forma-entrega .envio-gratis{padding-bottom:10px}.box-centro .wrapper-forma-entrega .envio-gratis .envio-gratis-icono{display:block}.box-centro .wrapper-forma-entrega .envio-mdp{color:#49b170;display:block;font-size:12px;font-weight:500;font-family:Work Sans}.box-centro .envio-gratis-icono{color:#49b170;font-size:13px}.box-centro .wrapper-sucursal{font-size:14px}.box-centro .wrapper-sucursal .sucursal{height:auto;display:inline-block;padding:16px;min-height:88px;width:100%;cursor:pointer}.box-centro .wrapper-sucursal .sucursal span,.box-centro .wrapper-sucursal .sucursal label{display:block}.box-centro .wrapper-sucursal .sucursal .nombre{font-weight:700}.box-centro .wrapper-sucursal .sucursal .dir{color:#848383}.box-centro .wrapper-sucursal .sucursal .pedido-mostrador,.box-centro .wrapper-sucursal .sucursal .retiro-inmediato{color:#1b942f;font-weight:400}.box-centro .wrapper-sucursal .sucursal .retiro-inmediato{padding-left:15px}.box-centro .wrapper-sucursal .sucursal .horario{color:#848383;padding-top:1px;font-size:12px}.box-centro .wrapper-sucursal .sucursal.deshabilitado{color:#e6e0e0;border-color:#eeedf5;cursor:default}.box-centro .wrapper-sucursal .sucursal.deshabilitado .dir{color:#eeedf5}.box-centro .wrapper-sucursal .sucursal.deshabilitado .fa{color:#747474}.box-centro .box-module{clear:both}.box-centro .wrapper-fecha .subtitle{margin-bottom:10px}.box-centro .wrapper-embalaje .subtitle{margin-top:16px}.box-centro .wrapper-embalaje .subtitle label{font-weight:400}.box-centro .wrapper-fecha{margin:54px 0 0}.box-centro .wrapper-fecha .datepicker{display:inline-block;position:relative}.box-centro .wrapper-fecha .datepicker input{width:170px;border:1px solid #d8d8d8;background:#eee;border-radius:3px;margin-bottom:3px;margin-top:3px;padding:0 40px 0 10px}.box-centro .wrapper-fecha .datepicker i{position:absolute;right:10px;top:7px}.box-centro .wrapper-fecha label{font-weight:400;display:block}.box-centro .mapa{width:100%;min-height:220px;background-size:cover;background-position:center center;background-repeat:no-repeat}.box-centro .wrapper-entregas-parciales{padding-left:12px;border-left:2px solid #d3d3d3}.box-centro .wrapper-primera-entrega,.box-centro .wrapper-segunda-entrega{margin-top:18px}.box-centro .wrapper-primera-entrega .num-entrega,.box-centro .wrapper-segunda-entrega .num-entrega{display:block;font-size:13px;color:#939292}.box-centro .wrapper-primera-entrega .ver-detalle-entrega,.box-centro .wrapper-segunda-entrega .ver-detalle-entrega{display:block;font-size:12px;cursor:pointer;color:#939292}.box-centro .wrapper-primera-entrega .ver-detalle-entrega:after,.box-centro .wrapper-segunda-entrega .ver-detalle-entrega:after{content:" +"}.box-centro .wrapper-primera-entrega .ver-detalle-entrega.active:after,.box-centro .wrapper-segunda-entrega .ver-detalle-entrega.active:after{content:" -"}.box-centro .wrapper-segunda-entrega{margin-top:35px}.wrapper-entrega-envio{font-family:Work Sans}.wrapper-entrega-envio .msg-new{font-size:14px;font-weight:500;margin:30px 0 10px;padding-left:30px}.wrapper-entrega-envio .msg-new-v2{margin-top:5px;padding-left:18px;cursor:pointer;font-family:Work Sans;font-weight:400;font-size:14px;line-height:14px;text-decoration-line:underline;text-decoration:underline;color:#042a8b}.wrapper-entrega-envio .destinatario-container{border-top:1px solid #DDDCDC;padding-top:15px;margin-bottom:30px}.wrapper-entrega-envio .destinatario-container:first-child{border:unset;padding-top:0}.wrapper-entrega-envio .destinatario-container p.subtitle{font-weight:500;font-size:16px;color:#333}.wrapper-entrega-envio .destinatario-container .text-puerta-puerta{font-style:normal;font-weight:600;font-size:16px;line-height:19px;color:#333}.wrapper-entrega-envio .destinatario-container .wrapper-destinatarios{color:#333}.wrapper-entrega-envio .destinatario-container .wrapper-destinatarios label{display:block;font-weight:400}.wrapper-entrega-envio .destinatario-container .wrapper-destinatarios .destinatario{font-size:14px;margin:10px 0}.wrapper-entrega-envio .destinatario-container .wrapper-destinatarios .destinatario .dir{font-size:14px;color:#848383}.wrapper-entrega-envio .destinatario-container .wrapper-destinatarios .destinatario .nombre{font-size:14px}.wrapper-entrega-envio .msg-add-direccion{font-size:14px;font-weight:500;margin:30px 0 10px;padding-left:15px}[v-cloak]{display:none}.active{display:block!important}.hide{display:none!important}.dp__cell_disabled{color:#999;cursor:not-allowed;text-decoration:line-through}.dp__active_date{background-color:#db2626!important;color:#fff!important}.dp__calendar_item:not(.dp__cell_disabled):hover .dp__cell_inner{background-color:#eee!important}.dp__cell_inner{border-radius:4px}.mensaje-fecha-foco{display:none;background:#6aa43d;width:auto;color:#fff;margin-left:10px;padding:4px 10px;font-weight:500;font-size:11px}.mensaje-fecha-foco.active{display:inline-block!important}.mensaje-fecha-foco.entrega24{font-family:Roboto;font-style:normal;font-weight:700;font-size:12px;line-height:11px;color:#49b170;position:relative;top:6px;padding:unset;background:unset}.mensaje-fecha-foco.entrega24.active{display:inline-flex!important}.mensaje-fecha-foco.entrega24 img{margin-top:-5px}.materiales-entrega-parcial{display:none}.materiales-entrega-parcial.active{display:block}.materiales-entrega-parcial th{text-transform:capitalize;color:gray;font-size:12px;font-weight:400;white-space:nowrap}.materiales-entrega-parcial th,.materiales-entrega-parcial td{padding:0 8px}.materiales-entrega-parcial tr{border-bottom:1px solid #e0dede}.materiales-entrega-parcial tbody{font-size:12px}.materiales-entrega-parcial img{margin:6px 0}.materiales-entrega-parcial td.nombre{color:#db1e1a;font-weight:700;width:60%}.materiales-entrega-parcial td.precio{font-weight:700;color:#333}table.materiales-entrega-parcial>tbody>tr:last-child{border:0}.modal-limite-retira .row-content{padding:25px 25% 25px 25px;text-align:right}.modal-limite-retira #limite{font-size:18px}.modal-limite-retira .aclaracion{font-size:10px}.notas .text-subtitle{font-family:Work Sans;font-weight:400;font-size:14px;color:#333;margin-bottom:5px}.notas .text-title{font-family:Work Sans;font-style:normal;font-weight:500;font-size:16px;color:#333}.notas .text-title .text-opcional{font-size:12px;color:#6d6d6d}.notas #orden_compra{height:40px}.notas textarea{height:80px}.card-casero{width:90%;border-radius:5px;overflow:hidden;background:#fff;box-shadow:1px 1px 18px -8px #263238;color:#424242;margin:0;padding:0;display:none}.modal-label{position:relative}.modal-radio{position:absolute;visibility:hidden;opacity:0}.modal-casero{position:fixed;height:100%;width:57%;top:0;left:50%;overflow:hidden;opacity:0;transform:scale(0);z-index:10000;transform:translate(-50%)!important}.content{position:fixed;width:100%;height:88%;top:8%;left:50%;transform:translate(-50%);box-shadow:0 3px 15px -2px #222;padding:20px;z-index:99999;background:#fff;box-shadow:0 4px 4px #00000040;border-radius:6px}#modal-open:checked+.modal-casero{opacity:1;transform:scale(1);display:block;visibility:visible}.overlay-v2{position:fixed;width:100%;height:100%;background:#c4c4c426;top:0;left:0;z-index:9999;display:none}.content{overflow-y:scroll;overflow-x:hidden}.close-btn{cursor:pointer}.span-inline{display:inline}.link-formas-de-entrega a{font-family:Work Sans;font-style:normal;font-weight:400;font-size:14px;line-height:14px;text-align:right;text-decoration-line:underline;color:#042a8b}#mensajeDeErrorNuevaDireccionDeEnvio,#mensajeErrorTieneQueCargarDireccion,#AlertaCamposVaciosForm,#ErrorGuardarCamposForm{display:none}#mensajeDeErrorNuevaDireccionDeEnvio .modal-mask-background,#mensajeErrorTieneQueCargarDireccion .modal-mask-background,#AlertaCamposVaciosForm .modal-mask-background,#ErrorGuardarCamposForm .modal-mask-background{background:#000;height:100%;position:fixed;top:0;width:100%;opacity:.5}#mensajeDeErrorNuevaDireccionDeEnvio .modal-mask,#mensajeErrorTieneQueCargarDireccion .modal-mask,#AlertaCamposVaciosForm .modal-mask,#ErrorGuardarCamposForm .modal-mask{position:fixed;z-index:19998;top:0;left:0;width:100%;height:100%;background-color:#0003;display:table;transition:opacity .3s ease}#mensajeDeErrorNuevaDireccionDeEnvio .modal-mask .modal-wrapper,#mensajeErrorTieneQueCargarDireccion .modal-mask .modal-wrapper,#AlertaCamposVaciosForm .modal-mask .modal-wrapper,#ErrorGuardarCamposForm .modal-mask .modal-wrapper{cursor:auto}#mensajeDeErrorNuevaDireccionDeEnvio .modal-mask .modal-wrapper .modal-header,#mensajeErrorTieneQueCargarDireccion .modal-mask .modal-wrapper .modal-header,#AlertaCamposVaciosForm .modal-mask .modal-wrapper .modal-header,#ErrorGuardarCamposForm .modal-mask .modal-wrapper .modal-header{background-color:unset;border-bottom:unset;color:#333;padding-top:5px;padding-bottom:0}#mensajeDeErrorNuevaDireccionDeEnvio .modal-mask .modal-wrapper .modal-header .icono-close,#mensajeErrorTieneQueCargarDireccion .modal-mask .modal-wrapper .modal-header .icono-close,#AlertaCamposVaciosForm .modal-mask .modal-wrapper .modal-header .icono-close,#ErrorGuardarCamposForm .modal-mask .modal-wrapper .modal-header .icono-close{cursor:pointer}#mensajeDeErrorNuevaDireccionDeEnvio .modal-mask .modal-wrapper .modal-footer,#mensajeErrorTieneQueCargarDireccion .modal-mask .modal-wrapper .modal-footer,#AlertaCamposVaciosForm .modal-mask .modal-wrapper .modal-footer,#ErrorGuardarCamposForm .modal-mask .modal-wrapper .modal-footer{border-top:unset;padding-bottom:40px;padding-left:40px;padding-right:40px}@media(min-width:768px){#mensajeDeErrorNuevaDireccionDeEnvio .modal-dialog,#mensajeErrorTieneQueCargarDireccion .modal-dialog,#AlertaCamposVaciosForm .modal-dialog,#ErrorGuardarCamposForm .modal-dialog{width:400px;margin:0 auto}}#mensajeDeErrorNuevaDireccionDeEnvio .modal-content,#mensajeErrorTieneQueCargarDireccion .modal-content,#AlertaCamposVaciosForm .modal-content,#ErrorGuardarCamposForm .modal-content{width:400px;min-height:320px;height:auto;margin:50px auto}#mensajeDeErrorNuevaDireccionDeEnvio .modal-content .icono-material-icon-container,#mensajeErrorTieneQueCargarDireccion .modal-content .icono-material-icon-container,#AlertaCamposVaciosForm .modal-content .icono-material-icon-container,#ErrorGuardarCamposForm .modal-content .icono-material-icon-container{text-align:center}#mensajeDeErrorNuevaDireccionDeEnvio .modal-content .icono-material-icon-container .material-symbols-outlined,#mensajeErrorTieneQueCargarDireccion .modal-content .icono-material-icon-container .material-symbols-outlined,#AlertaCamposVaciosForm .modal-content .icono-material-icon-container .material-symbols-outlined,#ErrorGuardarCamposForm .modal-content .icono-material-icon-container .material-symbols-outlined{font-size:60px;color:#c5211b}#mensajeDeErrorNuevaDireccionDeEnvio .modal-content #titulo-modal-error,#mensajeDeErrorNuevaDireccionDeEnvio .modal-content #titulo-modal-error-2,#mensajeErrorTieneQueCargarDireccion .modal-content #titulo-modal-error,#mensajeErrorTieneQueCargarDireccion .modal-content #titulo-modal-error-2,#AlertaCamposVaciosForm .modal-content #titulo-modal-error,#AlertaCamposVaciosForm .modal-content #titulo-modal-error-2,#ErrorGuardarCamposForm .modal-content #titulo-modal-error,#ErrorGuardarCamposForm .modal-content #titulo-modal-error-2{font-family:Work Sans;font-style:normal;font-weight:500;font-size:24px;line-height:28px;text-align:center;color:#333;margin-top:35px}#mensajeDeErrorNuevaDireccionDeEnvio .modal-content #subtitulo-modal-error,#mensajeDeErrorNuevaDireccionDeEnvio .modal-content #subtitulo-modal-error-2,#mensajeErrorTieneQueCargarDireccion .modal-content #subtitulo-modal-error,#mensajeErrorTieneQueCargarDireccion .modal-content #subtitulo-modal-error-2,#AlertaCamposVaciosForm .modal-content #subtitulo-modal-error,#AlertaCamposVaciosForm .modal-content #subtitulo-modal-error-2,#ErrorGuardarCamposForm .modal-content #subtitulo-modal-error,#ErrorGuardarCamposForm .modal-content #subtitulo-modal-error-2{font-family:Work Sans;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#6d6d6d;margin-top:25px}#mensajeDeErrorNuevaDireccionDeEnvio .modal-content #boton-aceptar-modal-error,#mensajeDeErrorNuevaDireccionDeEnvio .modal-content #boton-aceptar-modal-error-2,#mensajeErrorTieneQueCargarDireccion .modal-content #boton-aceptar-modal-error,#mensajeErrorTieneQueCargarDireccion .modal-content #boton-aceptar-modal-error-2,#AlertaCamposVaciosForm .modal-content #boton-aceptar-modal-error,#AlertaCamposVaciosForm .modal-content #boton-aceptar-modal-error-2,#ErrorGuardarCamposForm .modal-content #boton-aceptar-modal-error,#ErrorGuardarCamposForm .modal-content #boton-aceptar-modal-error-2{margin:25px auto;text-align:center}#mensajeDeErrorNuevaDireccionDeEnvio .modal-content #boton-aceptar-modal-error .btn-aceptar-modal-error,#mensajeDeErrorNuevaDireccionDeEnvio .modal-content #boton-aceptar-modal-error-2 .btn-aceptar-modal-error,#mensajeErrorTieneQueCargarDireccion .modal-content #boton-aceptar-modal-error .btn-aceptar-modal-error,#mensajeErrorTieneQueCargarDireccion .modal-content #boton-aceptar-modal-error-2 .btn-aceptar-modal-error,#AlertaCamposVaciosForm .modal-content #boton-aceptar-modal-error .btn-aceptar-modal-error,#AlertaCamposVaciosForm .modal-content #boton-aceptar-modal-error-2 .btn-aceptar-modal-error,#ErrorGuardarCamposForm .modal-content #boton-aceptar-modal-error .btn-aceptar-modal-error,#ErrorGuardarCamposForm .modal-content #boton-aceptar-modal-error-2 .btn-aceptar-modal-error{justify-content:center;background:#333;border-radius:3px;font-family:Oswald;font-style:normal;font-weight:500;font-size:16px;line-height:19px;align-items:center;text-align:center;color:#fff}#mensajeDeErrorNuevaDireccionDeEnvio .modal-enter,#mensajeErrorTieneQueCargarDireccion .modal-enter,#AlertaCamposVaciosForm .modal-enter,#ErrorGuardarCamposForm .modal-enter,#mensajeDeErrorNuevaDireccionDeEnvio .modal-leave-active,#mensajeErrorTieneQueCargarDireccion .modal-leave-active,#AlertaCamposVaciosForm .modal-leave-active,#ErrorGuardarCamposForm .modal-leave-active{opacity:0}#mensajeDeErrorNuevaDireccionDeEnvio .modal-enter .modal-container,#mensajeDeErrorNuevaDireccionDeEnvio .modal-leave-active .modal-container,#mensajeErrorTieneQueCargarDireccion .modal-enter .modal-container,#mensajeErrorTieneQueCargarDireccion .modal-leave-active .modal-container,#AlertaCamposVaciosForm .modal-enter .modal-container,#AlertaCamposVaciosForm .modal-leave-active .modal-container,#ErrorGuardarCamposForm .modal-enter .modal-container,#ErrorGuardarCamposForm .modal-leave-active .modal-container{-webkit-transform:scale(1.1);transform:scale(1.1)}#mensajeDeErrorNuevaDireccionDeEnvio .icono-grande,#mensajeErrorTieneQueCargarDireccion .icono-grande{font-size:50px;margin-bottom:25px}#mensajeDeErrorNuevaDireccionDeEnvio .icono-grande.rojo,#mensajeErrorTieneQueCargarDireccion .icono-grande.rojo{color:#da251e}#mensajeDeErrorNuevaDireccionDeEnvio .icono-grande.verde,#mensajeErrorTieneQueCargarDireccion .icono-grande.verde{color:#49b170!important}#mensajeDeErrorNuevaDireccionDeEnvio .titulo,#mensajeErrorTieneQueCargarDireccion .titulo{font-style:normal;font-weight:500;font-size:22px!important;line-height:26px;text-align:center;color:#333}#mensajeDeErrorNuevaDireccionDeEnvio .subtitulo,#mensajeErrorTieneQueCargarDireccion .subtitulo{font-size:16px!important;line-height:21px;text-align:center;color:#6d6d6d;padding:15px 20px}.contenedor-link-formas-de-entrega{text-align:right}.contenedor-link-formas-de-entrega .link-formas-de-entrega{margin-right:20px}.icono-error-azul{color:#0637b3!important}.direccion-entrega-deshabilitada{color:#d6d6d6!important}.tooltip-box:hover .tooltip{opacity:1;display:block}.tooltip{opacity:0;display:none;font-family:Work Sans;font-style:normal;font-weight:400;font-size:14px;line-height:16px;margin-left:10px;margin-top:22px;transition:opacity 1s;position:absolute;z-index:1;text-align:center;padding:10px;min-width:300px;max-width:320px;min-height:85px;max-height:110px;width:auto;background:#333;color:#fff;background-blend-mode:multiply;border-radius:4px}.tooltip-text{line-height:20px;text-align:left;padding-left:5px}.parrafo-tooltip-primero{margin-top:5px;margin-bottom:0}.tooltip-text:after{content:" ";position:absolute;top:-5%;left:40%;border-width:5px;border-style:solid;border-color:transparent #333 transparent transparent;display:inline-block;width:15px;height:15px;border-right:.2em solid #333;border-top:.2em solid #333;transform:rotate(-45deg);margin-right:.5em;margin-left:1em;background:#333}.header-above-fixed-mobile{margin-top:105px}#listado-mobile *{cursor:pointer}#listado-mobile #close-filters{float:right;font-size:25px;position:relative;right:10px;top:-3px}#listado-mobile h3{margin-left:15px}#listado-mobile .sidebar-section-delimiter{margin:10px 0 15px}#listado-mobile .sidebar-section-delimiter:after{background-color:#e3e3e3;border-bottom:1px solid #e3e3e3;content:"";display:block;height:2px;width:90%;margin-left:15px}#listado-mobile .list-item-mobile{margin-bottom:10px}#listado-mobile .sidebar-section-title{display:block;text-transform:uppercase;font-family:Oswald;font-size:14px;font-weight:400;margin-bottom:8px;margin-left:15px}#listado-mobile hr{width:90%;margin-top:5px;margin-bottom:10px}#listado-mobile .section-filters{list-style-type:none;padding:0;margin-left:15px}#listado-mobile .section-filters .section-filters-item .section-filters-title{text-transform:uppercase;font-family:Roboto Medium;font-size:13px;font-weight:400;margin-left:26px}#listado-mobile .section-filters .section-filters-item .options{list-style-type:none;margin-top:1px;padding:0}#listado-mobile .section-filters .section-filters-item .options .with-remove-icon:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";margin-right:15px;color:#ccc;font-size:13px;padding:0}#listado-mobile .section-filters .section-filters-item .options .remove-filters{text-transform:uppercase}#listado-mobile .section-filters .section-filters-item .options a{color:#333;display:block;font-family:Roboto;font-size:13px;font-weight:400;margin-top:2px;overflow:hidden;text-overflow:ellipsis}#listado-mobile .section-filters .section-filters-item .options a:hover,#listado-mobile .section-filters .section-filters-item .options a:hover:before{color:#db2626;text-decoration:none}#listado-mobile .section-filters .section-filters-item .options.products>li{margin-top:2px}#listado-mobile .section-filters .section-filters-item .options.products input[type=checkbox]{vertical-align:top}#listado-mobile .section-filters .section-filters-item .options.products .section-filters-listmore{color:#d82626;text-transform:uppercase;margin-left:20px;font-family:Roboto Medium;font-size:13px;font-weight:400}#listado-mobile .section-filters .section-filters-item .options.products .botonVerMas{color:#333;padding:0;margin:10px 0;font-family:Roboto Medium;font-size:13px}#listado-mobile .section-filters .section-filters-item .options.products .botonVerMas:focus{box-shadow:none;border:none;outline:none}#listado-mobile .section-filters .section-filters-item .options.products .section-filters-name{font-family:Roboto;font-size:13px;font-weight:400}#listado-mobile .section-filters .section-filters-item .options.products .section-filters-name>span{color:#777}#listado-mobile .sidenav{height:100%;width:0;position:fixed;z-index:99999;top:0;left:16px;background-color:#f4f4f4;overflow-x:hidden;transition:.5s;-webkit-transition:.5s;padding-top:15px}#listado-mobile .mobile-filtros-button{padding:16px 30px;background-color:#e3e3e3;border:1px solid #dad7d7;font-family:Oswald;text-transform:uppercase;border-radius:2px;color:#000}#listado-mobile .mobile-filtros-button.ordenar{padding:16px 27px}#listado-mobile .search-desc-content-mobile{font-size:12px;margin-top:10px}#listado-mobile .agregar-carrito-mobile-container{padding:12px 1px 1px}#listado-mobile .mensajeItemMobile{font-size:11px;position:relative;padding-left:3px;top:-24px;left:90px;width:10%;margin-bottom:-20px;border-radius:4px;color:#42a947;background-color:#e4f2de;border:1px solid transparent}#listado-mobile .mensajeItemMobile.mensajeError{color:#a94442;background-color:#f2dede}#listado-mobile .cantidad-mobile-container{padding:1px}#listado-mobile .content-item-add{color:#777;display:block;text-transform:uppercase;width:105px;height:35px;font-family:Oswald;font-size:12px;font-weight:400;color:#fff;background-color:#333;border-radius:3px;display:inline-block;text-align:center;padding:4px}#listado-mobile .content-item-add i.add-cart:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;padding-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";padding-right:5px}#detalle-item .buttons{padding-top:5px}#detalle-item .buttons a{color:#fff;border-color:#db2626;cursor:pointer;background-color:#db2626;margin-top:20px;padding:9px;text-transform:uppercase;font-family:Roboto Medium;font-size:13px;font-weight:400;border:1px solid;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:block}#detalle-item .product-price-container{text-align:center;margin-top:15px}#detalle-item .en-stock{text-align:right;background-color:#db2626;color:#fff;text-transform:uppercase;font-family:Oswald;padding:0 5px 0 0}#detalle-item .unidadesCantItem{font-family:Oswald;font-size:13px;position:relative;color:#db2626;z-index:1;left:180px}#detalle-item .agregar-btn-container{margin-top:16px}#detalle-item .label-precio-total{padding-bottom:15px;padding-top:10px}#detalle-item .label-precio-total span{font-family:Roboto Black;font-size:25px;font-weight:400;color:#d92626;height:5%;border:0px;background-color:#f5f5f5}#detalle-item .title{display:block;text-transform:uppercase;color:#333;font-family:Oswald;font-size:13px;font-weight:400;padding-bottom:10px}#detalle-item .desc{color:#777;font-family:Roboto;font-size:13px;font-weight:400}#detalle-item #table-recortes{display:none}#detalle-item .caracteristicas-container{margin-top:30px}#detalle-item #table-corte-medida{display:none}#detalle-item #table-corte-medida .metros-corte-medida{width:100%;border:0px;text-align:left}#detalle-item #table-corte-medida .sobrantes-corte-medida{width:50px;border:0px;text-align:left}#detalle-item #table-corte-medida #total-corte-medida{width:50%;border:0px;text-align:center;background-color:#eee}#detalle-item .title-information-mobile{padding-bottom:10px;padding-top:10px}#detalle-item .documentation-table-mobile{display:block;overflow:hidden;padding:20px 0;background-color:#f5f5f5}#detalle-item .documentation-table-mobile .detail-row>span{display:block;line-height:35px;overflow:hidden}#detalle-item .documentation-table-mobile .detail-row>span:after{content:"";border-bottom:1px solid #dddddd}#detalle-item .documentation-table-mobile .detail-row>span .property{font-family:Oswald;font-size:12px;font-weight:400;text-transform:uppercase;color:#777}#detalle-item .documentation-table-mobile .detail-row>span .value{font-family:Roboto;font-size:13px;font-weight:400;color:#333}#detalle-item .documentation-table-mobile .detail-row .delimiter .one{height:1px;background-color:#ddd}#detalle-item .documentation-table-mobile .detail-row .delimiter .two{height:1px;background:#fff}#detalle-item .label-information{display:block;color:#da2626;font-family:Roboto;font-size:13px;font-weight:400}#medio_pago .panel.panel-default{background-color:#f9f9f9}#medio_pago #formMP{position:relative}#medio_pago #formMP .medio-pago{font-size:13px}#medio_pago #formMP label{font-size:13px;color:#000}#medio_pago #formMP .row.medio-pago{margin-top:10px}#medio_pago #leyendaDescuentos{text-align:right;position:absolute;top:-33px;right:29px;font-size:12px;color:#7f7f7f;font-weight:700}#medio_pago .ahorro-box{padding:10px;border-radius:4px;background-color:#7fce82;border:1px solid #7fce82;color:#fff}#medio_pago .row-paga-ahora .form-group{margin-left:20px;padding-left:10px;border-left:2px solid #d3d3d3}#medio_pago .link-cuentas-bancarias{margin-bottom:10px!important;margin-top:0!important;color:#042a8b!important}#medio_pago .container-medio-pago{background:#f9f9f9;padding-top:20px;padding-left:40px;padding-right:15px}#medio_pago .container-medio-pago .text-title-paso{font-family:Work Sans;font-style:normal;font-weight:500;font-size:18px;line-height:21px;color:#da251e;margin-bottom:20px}#medio_pago .container-medio-pago .panel-body{padding:0!important}#medio_pago .container-medio-pago .container-opciones-medio-pago{margin-left:15px}#medio_pago .container-medio-pago .container-opciones-medio-pago .panel{padding:10px}#medio_pago .notas{padding-left:40px!important}#medio_pago .notas .text-subtitle{font-family:Work Sans;font-weight:400;font-size:14px;color:#333;margin-bottom:5px}#medio_pago .notas .text-title{font-family:Work Sans;font-style:normal;font-weight:500;font-size:16px;color:#333}#medio_pago .notas .text-title .text-opcional{font-size:12px;color:#6d6d6d}#medio_pago .notas #orden_compra{height:40px}#medio_pago .notas textarea{height:80px}#medio_pago .btn-cotizacion .popover{position:absolute!important;margin:0!important;font-size:12px;line-height:14.08px;font-family:Work Sans;font-weight:400;top:10px!important;left:238px!important;color:#fff;padding:4px 8px;width:117px!important;background:#333;background-blend-mode:multiply;opacity:.9;border-radius:4px}#medio_pago .btn-cotizacion .popover .arrow{border-right-color:transparent}#medio_pago .btn-cotizacion .popover .arrow:after{border-right-color:#333;opacity:.9;bottom:22px!important;width:12px;height:7px}@media(min-width:1200px)and (max-width:1333px){#medio_pago .btn-cotizacion .popover{top:60px!important;left:73px!important}#medio_pago .btn-cotizacion .popover .arrow{border-top-width:0!important}#medio_pago .btn-cotizacion .popover .arrow:after{border-bottom-color:#333!important;border-right-color:transparent!important;border-left-width:10px!important;opacity:.9;bottom:10px!important;width:12px;height:7px;left:55px!important;top:-52px!important}}#medio_pago .btn-cotizacion:hover .popover{display:block}@media(max-width:1199px){#medio_pago .container-medio-pago-items{width:100%!important}#medio_pago .container-resumen-pedido{margin-left:auto!important;margin-right:auto!important;padding-right:28%!important;padding-left:28%!important}#medio_pago .btn-cotizacion .popover{left:250px!important}#medio_pago .resumenPedido{width:100%!important}}@media(max-width:991px){#medio_pago .btn-cotizacion .popover{left:200px!important}}#wrapper-buloneria-module{width:100%;height:100%;z-index:10000;background:#0000004d;position:fixed;padding:0;margin:0;top:0;left:0}#buloneria-module{background:#fff;width:70%;height:auto;position:absolute;left:50%;top:40px;z-index:1000;box-sizing:content-box}#buloneria-module .precio-total-mob{display:none}#buloneria-module .nombre-material{font-family:Work Sans,sans-serif!important;font-size:24px;font-weight:400!important}#buloneria-module .highlight{color:#00a03f}#buloneria-module .precio-total,#buloneria-module .precio-total-mob{color:#de0716;font-weight:700}#buloneria-module .close-modal:after{display:inline-block;position:absolute;top:20px;right:30px;content:"X";font-style:normal;font-weight:700;color:#ccc;cursor:pointer}#buloneria-module .loadingPrecios{height:300px;text-align:center;padding:100px}#buloneria-module .foto-material,#buloneria-module .nombre-material{height:130px;display:table-cell;vertical-align:middle}#buloneria-module .content{position:relative;padding:20px 60px}#buloneria-module .aclaracion p{padding-right:15px}#buloneria-module .descuento-aclaracion{font-size:13px;color:#606060;margin-top:-16px}#buloneria-module .actions{margin-bottom:25px;text-align:right}#buloneria-module .actions .comprar,#buloneria-module .actions .cancelar,#buloneria-module .actions .comprarDeshabilitado,#buloneria-module .actions .comprarBloqueado{width:130px;color:#fff;border-radius:3px;display:inline-block;text-align:center;padding:9px 0}#buloneria-module .actions .comprar:hover,#buloneria-module .actions .cancelar:hover,#buloneria-module .actions .comprarDeshabilitado:hover,#buloneria-module .actions .comprarBloqueado:hover{text-decoration:none}#buloneria-module .actions .comprar,#buloneria-module .actions .comprarBloqueado{background-color:#da251e;cursor:pointer}#buloneria-module .actions .comprarDeshabilitado{background:#ccc;color:#333;opacity:.5;cursor:default}#buloneria-module .actions .cancelar{background-color:#333;margin-right:10px;cursor:pointer}#buloneria-module table{margin:20px 0}#buloneria-module table th{font-size:13px;color:#606060}#buloneria-module table input{width:60px;text-align:center}#buloneria-module table tr.totales{border-bottom:none;font-size:18px}#buloneria-module table>tbody>tr>td{vertical-align:middle}@media(max-width:768px){#buloneria-module{width:80vw;height:auto;min-height:auto;margin:10px auto!important;position:initial}#buloneria-module .precio-total-mob{display:block}#buloneria-module .content{padding:10px!important}#buloneria-module .actions{text-align:center}#buloneria-module .actions .cancelar{display:none}#buloneria-module table tbody td,#buloneria-module table thead th{font-size:12px}#buloneria-module .aclaracion p{font-size:10px}#buloneria-module .nombre-material{font-size:16px;height:70px}#buloneria-module .foto-material{height:70px}#buloneria-module .close-modal:after{top:10px;right:0}#buloneria-module .header-modal{margin-top:20px}}#contactos.table{border-collapse:collapse;border-radius:.4em;overflow:hidden;font-size:12px}#contactos.table th{background:#333;color:#fff;text-transform:none!important}#contactos.table td,#contactos.table th{text-align:center;vertical-align:middle;border:1px solid rgba(150,150,150,.2117647059)}#contactos.table a{color:#333;text-decoration:underline}#contactos.table td.sin-registros{text-align:left}#contactos.table .canal-ico{display:inline-block;width:20px;height:20px}#contactos.table .canal-ico.gc{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4ggGDx8P1PpQBgAAA1FJREFUOMuNlEtonFUUx3/3ft88k3Emk6RN86xJDXlQIVa0NgaDEC0+oIgI3YgLUXAhgivFtRtFEFeCLly4EnGhblxI0YJFGsGaNBjUJmYmaTIzaSaZ+Sb55rv3uEgmnWnS2Lu5Dw4//vf8zznwP0tEarsWkZiIuEfFa4Dhhwd5/ZOXDg1QSu0fgRQQqT1MvTxxMP7Oh6demWjqHm1rCkdDEe3iKoUSYOD4UPiJ0fMnVvM3l54998ICEBwqAGB4bNidfPX0Y6GoM4piUDu6W2vVBjShxAFFcyRh+1oHbGErv5QtLM4ZY+eKy95PL741mX336c+YvTIHgPvR1TfV/JWVN+KpyDtOSHc4rkJq+VAaACuWVHOS1lQa6/qPFk0cUzW4OvTdx699fWHml+umlhr30hczbQ+c7fwgHHPDIoLIbflWLM3hBD3pk/S09DPUOUZ+a4WWWBs3N5fIOtnn0vcnhpRSsyKCUgq3vS81GYruwu40w1EasJzpHedUx4NE3BjHEl30pAf4YeYrcqVVOrrS48DsvsJoInQWBbV/igiCENYhkrEWTnc+xMm2ISJuDABHu6Ti7Yz1PU5pZxO/eGOkXojrhPRg7eIoh2RTCy3xdpLRFPfFU5xqHyEeSRxw80Syl5GuM/Qmhh95Xz59HsgCi67S6ngtyIihUM5RKK2hlUM0FAUb0J3uJ+LGG4D50grTC5f5J3OjNDV24VvqjEw21pFC7bkb2IBrmWkWc/MYa/ZT4vlb/JH5lXWvAEK4vqPcw4obQBB84xOI4bd/L7O1s0H/sVGKXp75lWssrS+wHVQwNlD1HeUimLv2pdJUqh6/Z6bJl3Lky2vkNpeZX7uOFUGh4HbZ7gJF2DhqMPjGRynFrUqBhcJfFL11AhtgxaKVRsBrECFGlo+aHmovI4GpUvHLVI2P7KkTBLHkG4AmsPPcwzLWUPG9XWDdL03VZBqA5VvbV9U9AK1YKlWPwAT7qhWwU67ONgA3c96P/ra5i9eNrleNjxFTp86y9nfx5wZga3diq7y+/SECCAGCbfTtAJlaZXgbO98Pjndmn7x47uCAvfjeMxPp7sSUE9Ij2lF9ytFpx1FxwNnjGDHiWWNXTWD/9Ir+pc/f/uZLkIZB+x/UFHaXfy7G2QAAAABJRU5ErkJggg==) no-repeat}#contactos.table .canal-ico.cm{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4ggGDyMaytTNEgAAA6lJREFUOMudlFtsFFUYx397KdtGltI2dVsKtaUFKsVWyy3CgyQm3GqJL8RL6qW8qJEQA/piom/4oigkPoiXp6oxvCBRS0JMrKaJWssCtYKUQu+029tuuzszZ2bOnOPDtku3VhOd5Mv3n2/O/3++mfnOH/7fFWpuKj/8n1nhcHjZ+odvV3REzz+goTRYUVac9cy3dPHmTdVcv9kHkPfthQul8UR8XSqZKqzaUH17cmJi6uyZY+Kbs6umAT7+isY33h1qW8wPLoCGui1Eu3uor3t4xfHjr7/T/PwLJ0K5uXieh/JMZqZi9HTHefXFWpQaBuDRR/xfH9yztvmx7brd7w+Ylzpwsjp87tlnIh998ulYXl6eD0BrjbAVXefrqNto/OvnEbaPxpfk/sACUdr2ulOnz4wGc3J8WimU0mit8PugsKKFrp8+Y8393rJicyk/T5/wdv96bbTdFw6HSSaTocGBQStSUuIDjQa0SiOtNaBJJQ36fthNbbWdJTaT8HPspFf/XftwN0AwmUzyRWvr0eJIxOdKCVqjdFooHaQ7Debi2HNAKEvQceFi58ZUdaWPvv4h/AA1m2vfE0LgOA624+A4LrbjYNsOtm1jC4exuyNs2wKBAMQmBXfHHYIBTWWZ4GhL7ct9/UMA+A8dPFBTub4K23YQwkEIG8sSCFNgWQLTtDBMC8cYJjEHv9x6nIlVl5gp/J6OP/cyM6upWU9TZmwaDz1ZlUoZuK5EKYXW6R+SxhrPS9em4pJEbhtF1Tm4UqKUIL/yFX4eewrD/rEmI6iU9huGhZQuSt0TU0qlZ3Ae37eyEKUEiVkTrRSeUijPIzcExaU19wb7Vu/N+Padu3AdJ7NIa53BCzlrgyX1RCKeyAi+f/qDK3v3P4Hf788iKK2ziJm8BCvlMTM93bH46BlXLv/WvmHTg3uUUnhS/u11vUVkz8u+B+i/c7s16yxHo52vla0tv2rb9ryAxPNURiCds0MphZSSyclYvPXLz88tCAYArt+4ESsqyF+Zv7pgl2kaCCGwLAvLsjBNA8uyMAwD0zQxDCMTc3Oz/NFzdcfI6OhEln011D9E9NrvHGk5ci4SWXPYdd1MJ1LKeSyRrkR6Ek9KhC0YHhpo7IpG25b1wx1bG+i8HOXAvn1vri4oOhkM5CA9iZQu0nVxXQdhOwjLwnWd3sGBO03jk1O9S40iy77Ky0oYGh0HYOe2rW8FgisOGYZRZFpWyLKspJTuSABOjcZiF//Jxv4C7jalD6NAM30AAAAASUVORK5CYII=) no-repeat}.wrapper-contactos{width:80%;margin:0 auto}.wrapper-contactos.asociar{margin-top:30px;width:70%}.wrapper-contactos.asociar table .columna-asociar{width:5%}.wrapper-contactos.asociar table .checkmark{position:relative;top:0;left:0;height:17px;width:17px;background-color:#eee;border-radius:50%}.wrapper-contactos.asociar table .checkmark:after{top:3px;left:3px;width:19px;height:19px;border-radius:50%;background:#fff}.wrapper-contactos.asociar table{margin-bottom:10px}.wrapper-contactos.asociar .row-btnAsociar{text-align:right}.wrapper-contactos.asociar .row-btnAsociar button{padding:6px 30px}.wrapper-contactos.asociar .row-btnAsociar button span{font-family:Oswald}.wrapper-contactos p{font-weight:700;font-size:15px}.wrapper-contactos p .responsable{font-size:13px}#carro-items-module{font-family:Roboto;font-size:12px}#carro-items-module .header{background:#b5b5b5;color:#fff;padding:11px 0;line-height:12px}#carro-items-module .header .material{padding-left:34px}#carro-items-module .item,#carro-items-module .item .detalle{position:relative}#carro-items-module .item .detalle img{float:left;margin:0 10px 0 15px}#carro-items-module .item .detalle .handle{position:absolute;left:5px;top:10px}#carro-items-module .item .wrapper-info-tec{width:75%;float:left}#carro-items-module .item .placeholder{border:2px solid transparent;margin:15px 0;padding:15px 0}#carro-items-module .item .nombre{color:#da2525!important;font-weight:700}#carro-items-module .item.bottom-divider-line{border-bottom:1px solid #DCDCDC}#carro-items-module .item.ultimo:before{content:" ";display:inline-block;position:absolute;left:79px;bottom:-6px;width:12px;height:12px;background:#fff;transform:rotate(45deg);border-bottom:1px solid #DCDCDC;border-right:1px solid #DCDCDC}#carro-items-module .item .cantidad-pos{width:35px;margin-bottom:0!important;text-align:right;border:none}#carro-items-module .item a:focus{outline-width:0px}#carro-items-module .item .link-button{cursor:pointer;color:#36b}#carro-items-module .item .link-button.separador{border-left:solid 1px #333;padding-left:5px}#carro-items-module .item .detalle-split{margin-bottom:5px}#carro-items-module .item .cantidad-detalle{padding-left:29px;text-align:right;padding-right:25px}#carro-items-module .item .fecha-demorada{color:#db1e1a;font-weight:700}#carro-items-module .grupo{position:relative;border-right:1px solid #DCDCDC;border-left:1px solid #DCDCDC}#carro-items-module .grupo .label-principal,#carro-items-module .grupo .label-alternativa{font-family:Work Sans,sans-serif;font-size:13px;font-weight:700;padding:16px 26px}#carro-items-module .grupo .label-principal{color:#484848}#carro-items-module .grupo .label-alternativa{color:#469435}#carro-items-module .fecha-con-demora{margin-top:20px}.sprite-icons-drag-handle{cursor:move}.over{border:2px dashed #a5a5a5!important}.precio-total .detalle-impuesto{display:none;position:absolute;z-index:99999;background-color:#000;color:#fff;width:190px;right:15px;top:30px;padding:6px;border-radius:6px}.precio-total:hover .detalle-impuesto{display:block}.detalle-impuesto:after{content:"";position:absolute;width:0;height:0;border-width:5px;border-style:solid;border-color:transparent transparent black transparent;top:-10px;right:30px}.warning-fecha .detalle-impuesto{display:none;position:absolute;z-index:2;background-color:#000;color:#fff;width:205px;right:0;top:30px;padding:6px;border-radius:6px}.warning-fecha:hover .detalle-impuesto{display:block}.tooltip-famiq-container .tooltip-famiq{display:none;position:absolute;z-index:2;background-color:#000;color:#fff;right:50px;padding:6px;border-radius:6px;font-family:Work Sans;font-weight:500}.tooltip-famiq:after{content:"";position:absolute;width:0;height:0;border-width:5px;border-style:solid;border-color:transparent transparent black transparent;top:-10px;right:30px}.tooltip-famiq-container:hover .tooltip-famiq{display:block}.envio-gratis .popover{margin:20px;font-size:13px;font-family:Work Sans;font-weight:600;top:70px;left:30px;background-color:#000;color:#fff;padding:2px 6px 6px;border-radius:6px;width:225px}.envio-gratis .popover .popover-content{padding-top:6px}.envio-gratis .popover .arrow{border-bottom-color:transparent}.envio-gratis .popover .arrow:after{border-bottom-color:#333333e6!important}.envio-gratis:hover .popover{display:block}#resumenEnvioPrecio{position:relative}#resumenEnvioPrecio .popover{margin:20px;left:-88px;background-color:#000;color:#fff;padding:2px 6px 6px;border-radius:6px;width:182px}#resumenEnvioPrecio .popover .arrow{left:50%;border-bottom-color:transparent}#resumenEnvioPrecio .popover .arrow:after{border-bottom-color:#333333e6!important}.popover .popover-content{padding:2px;font-size:11px;line-height:13px;font-family:Work Sans;font-weight:500}#resumenEnvioPrecio:hover .popover{display:block}#resumenEnvioPrecio .popover.paso-uno{margin:20px;left:-160px;background-color:#000;color:#fff;padding:2px 6px 6px;border-radius:6px;width:196px}.btn-cotizacion .popover{position:absolute!important;margin:0!important;font-size:12px;line-height:14.08px;font-family:Work Sans;font-weight:400;top:10px!important;left:241px!important;color:#fff;padding:4px 8px;width:117px!important;background:#333;background-blend-mode:multiply;opacity:.9;border-radius:4px}@media(max-width:1199px){.btn-cotizacion .popover{left:525px!important;top:15px!important}}@media(max-width:991px){.btn-cotizacion .popover{left:190px!important;top:15px!important}}.btn-cotizacion .popover .arrow{border-right-color:transparent}.btn-cotizacion .popover .arrow:after{border-right-color:#333;opacity:.9;bottom:10px!important;width:12px;height:7px}@media(min-width:1200px)and (max-width:1333px){.btn-cotizacion .popover{top:60px!important;left:73px!important}.btn-cotizacion .popover .arrow{border-top-width:0!important}.btn-cotizacion .popover .arrow:after{border-bottom-color:#333!important;border-right-color:transparent!important;border-left-width:10px!important;opacity:.9;bottom:10px!important;width:12px;height:7px;left:50px!important;top:-40px!important}}.btn-cotizacion:hover .popover{display:block}.btn.btn-sm.btn-success{background-color:#d92617!important;color:#fff}.card-encabezado p{font-size:18px;margin:0 0 -10px 35px;font-weight:700}.crossSellingSection{margin-top:40px}.crossSellingSection.csCarrito{margin-top:60px}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card .card-footer p,.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card .card-over-description{text-align:center;font-family:Work Sans,sans-serif!important;font-size:14px;color:#333;width:205px}.crossSellingSection .card-carousel-wrapper{display:flex;align-items:center;justify-content:center;margin:20px 0 40px;color:#666a73;position:relative}.crossSellingSection .card-carousel-wrapper .nav-left{position:absolute;left:0;z-index:99;margin-left:50px;top:50%;transform:translateY(-50%);background:#fff}.crossSellingSection .card-carousel-wrapper .nav-right{position:absolute;right:0;z-index:99;margin-left:50px;top:50%;transform:translateY(-50%);background:#fff}.crossSellingSection .card-carousel-wrapper .nav-left,.crossSellingSection .card-carousel-wrapper .nav-right{font-size:35px;display:inline-block;border-radius:60px;box-shadow:0 0 3px #888;padding:.01em .57em;cursor:pointer}.crossSellingSection .card-carousel-wrapper .nav-left[disabled],.crossSellingSection .card-carousel-wrapper .nav-right[disabled]{opacity:.2;border-color:#000}.crossSellingSection .card-carousel-wrapper .nav-left{transform:translate(-50%,-50%)}.crossSellingSection .card-carousel-wrapper .nav-left:active{transform:translate(-50%,-50%) scale(.9)}.crossSellingSection .card-carousel-wrapper .nav-right{transform:translate(-40%,-50%)}.crossSellingSection .card-carousel-wrapper .nav-right:active{transform:translate(-40%,-50%) scale(.9)}.crossSellingSection .card-carousel-wrapper .card-carousel{display:flex;justify-content:center;width:91.5%}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container{overflow:hidden;background-color:#f5f5f5;padding:10px 8px 6px}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards{display:flex;transition:transform .15s ease-out;transform:translate(0)}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card{margin:0 8px 5px 0;padding:0;cursor:pointer;border-radius:4px;z-index:3}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card:first-child{margin-left:0}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card:last-child{margin-right:0}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card .card-image{width:210px;height:210px;background:#fff;display:table-cell;vertical-align:middle}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card .card-image img{width:inherit;border-top-left-radius:4px;border-top-right-radius:4px;transition:opacity .15s linear;-webkit-user-select:none;user-select:none}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card .card-over-description{position:relative;height:0px;bottom:50%;left:0%;z-index:10;display:none;font-weight:700;background-color:#fff}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card .card-footer{background-color:#fff;padding-bottom:5px;margin-bottom:4px}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card .card-footer p{font-weight:400;margin-bottom:0}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card .card-precio{background-color:#fff;padding-bottom:1px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card .card-precio p{text-align:center;padding-top:10px;font-weight:700;font-size:18px;margin-bottom:5px;height:35px}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card.card-precio{padding-bottom:1px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card.card-precio p{text-align:center}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card:hover{box-shadow:10px 0 10px #e1e1e1}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card:hover .card-over-description{display:block}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card:hover .card-footer{opacity:0}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card:hover .card-precio,.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card:hover .card-image{background-color:#f6f6f6}.crossSellingSection .card-carousel-wrapper .card-carousel .overflow-container .card-carousel-cards .card:hover .card-image img{opacity:.1}.center-block{margin-top:180px;float:none}@media(max-width:480px){.center-block .well{margin-top:124px;margin-bottom:0;padding-bottom:55px}.center-block .well .accept_terms_buttons{text-align:center;margin-top:15px}}.autocomplete-suggestions{z-index:9999999;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #dedede;background:#fff!important;cursor:default;overflow:auto;-webkit-box-shadow:1px 4px 3px rgba(50,50,50,.64);-moz-box-shadow:1px 4px 3px rgba(50,50,50,.64);box-shadow:1px 4px 3px #323232a3;width:468px!important}.autocomplete-suggestions-search{display:none!important}.autocomplete-suggestions-search{z-index:9999999;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #dedede;background:#fff;cursor:default;overflow:auto}.autocomplete-suggestion-search{padding:6px 8px;white-space:nowrap;overflow:hidden}.autocomplete-selected-search{background:#f0f0f0}.autocomplete-suggestion{padding:2px 5px;white-space:nowrap;overflow:hidden;cursor:pointer}.autocomplete-no-suggestion{padding:2px 5px}.autocomplete-selected{background:#f0f0f0}.autocomplete-suggestions strong{font-weight:700;color:#000}.autocomplete-group{padding:2px 5px}.autocomplete-group strong{font-weight:700;font-size:16px;color:#000;display:block;border-bottom:1px solid #000}#login_frontend .autocomplete-suggestions{width:468px!important}.btn{padding:7px 10px;font-family:Oswald;font-style:normal;font-weight:500;font-size:16px;border-radius:3px;width:140px;height:40px}.btn.default{color:#fff!important;background-color:#333}.btn.default:hover{background-color:#262626!important}.btn.default:disabled,.btn.default.default[disabled],.btn.default.disabled{background-color:#d6d6d6;opacity:1}.btn.default:disabled:hover,.btn.default.default[disabled]:hover,.btn.default.disabled:hover{background-color:#d6d6d6!important;opacity:1}.btn.default.descarga{padding:3px 10px 6px}.btn.default.descarga:after{font-family:Material Symbols Outlined;content:"";-webkit-font-feature-settings:"liga";padding-left:10px;font-size:20px}.btn.default.red{padding-left:25px;padding-right:25px;width:auto}.btn.default.red:hover{background-color:#da251e!important}.btn.secundario{color:#333;background-color:#fff;border:1px solid #333}.btn.secundario:hover{background-color:#f5f5f5!important}.btn.secundario:disabled,.btn.secundario.secundario[disabled],.btn.secundario.disabled{background-color:#fff;color:#d6d6d6;border-color:#d6d6d6;opacity:1}.btn.secundario:disabled:hover,.btn.secundario.secundario[disabled]:hover,.btn.secundario.disabled:hover{background-color:#fff!important;opacity:1}.btn.secundario.descarga{padding:3px 10px 6px}.btn.secundario.descarga:after{font-family:Material Symbols Outlined;content:"";-webkit-font-feature-settings:"liga";padding-left:10px;font-size:20px}.btn.text{padding:8px 12px;color:#333;border-radius:4px}.btn.text:hover{background-color:#f2f2f2}.btn.text:disabled,.btn.text.secundario[disabled],.btn.text.disabled{background-color:#fff;border:none;color:#d6d6d6;opacity:1}.btn.text:disabled:hover,.btn.text.secundario[disabled]:hover,.btn.text.disabled:hover{background-color:#fff!important;opacity:1}.btn.kebab{padding:8px 12px;color:#333;border-radius:4px;font-family:Work Sans;font-weight:400}.btn.kebab .material-symbols-outlined{font-size:18px}.btn.kebab:hover{background-color:#f2f2f2}.btn.kebab:disabled,.btn.kebab.secundario[disabled],.btn.kebab.disabled{background-color:#fff;border:none;color:#d6d6d6;opacity:1}.btn.kebab:disabled:hover,.btn.kebab.secundario[disabled]:hover,.btn.kebab.disabled:hover{background-color:#fff!important;opacity:1}.btn.extrasmall{line-height:21px;width:70px}.btn.small{line-height:21px;width:100px}.btn.large{width:180px}.btn.extralarge{width:220px}.btn.bloque{width:100%;border-radius:3px}@media(min-width:1024px){.btn.lg\:small{width:100px}}.titulo-ppal{font-weight:600;font-family:Work Sans;font-size:24px;margin-top:20px}.row-stock{position:relative}.valor-stock{cursor:default}.stock-tooltip{background:#e2e2e2;border-radius:6px;width:auto;white-space:nowrap;position:absolute;padding:6px;margin-top:22px;margin-left:-10px;display:none;z-index:1000;font-size:11px;min-width:250px;max-width:350px}.stock-tooltip.active{display:block}.stock-tooltip:before{content:" ";display:block;margin-top:-14px;width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:15px solid #e2e2e2;margin-left:30px}.remove-position{position:initial}.daterangepicker .off.available{color:#333}.sprite-icons{display:inline-block;vertical-align:middle;background-repeat:no-repeat}.js-product-video{text-align:center;position:relative}.js-product-video i{margin-top:14px;position:relative;z-index:1}.js-product-video div{height:100%;width:100%;position:absolute;opacity:.7;z-index:0}.cartel-nuevo-mini{background:#49b170;border-radius:3px 0 0 3px;color:#fff;display:inline-block;height:16px;line-height:18px;padding:0 3px 0 6px;position:relative;text-decoration:none;-webkit-transition:color .2s;left:3px;font-size:11px}.cartel-nuevo-mini:before{background:#fff;border-bottom:8px solid transparent;border-right:5px solid #49b170;border-top:8px solid transparent;content:"";position:absolute;left:0;top:0}.fmq-todavia-no-bloque{display:none}.card-carousel .card-image{height:210px;width:210px}.card-carousel .card-image img{max-height:200px;max-width:200px}.icono-noticias{color:#fff;background-color:transparent;position:relative;font-family:Work Sans,sans-serif;font-size:13px;font-weight:400}.icono-noticias:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22.646'%20height='26.201'%20viewBox='0%200%2022.646%2026.201'%3e%3cpath%20id='Trazado_2'%20data-name='Trazado%202'%20d='M12.474,31.414a21.611,21.611,0,0,0,4.612,6.269,13.145,13.145,0,0,1-9.415-6.319Zm4.535-19.751a13.149,13.149,0,0,0-9.191,6.069l4.657.051A21.136,21.136,0,0,1,17.009,11.663Zm1.561,6.185.069-6.329h-.014a21.087,21.087,0,0,0-5.049,6.273Zm1.074-6.318h-.014l-.068,6.328,5,.053A21.143,21.143,0,0,0,19.643,11.531Zm10.674,6.441a13.16,13.16,0,0,0-9.063-6.264,21.059,21.059,0,0,1,4.405,6.215Zm-9.7,19.748a13.156,13.156,0,0,0,9.55-6.118l-4.8-.051A21.643,21.643,0,0,1,20.621,37.72Zm3.639-6.179-4.845-.053-.066,6.044A21.385,21.385,0,0,0,24.26,31.541Zm-5.9,5.974.066-6.037-4.845-.052A21.468,21.468,0,0,0,18.358,37.514Z'%20transform='translate(-7.671%20-11.519)'%20fill='%23fff'/%3e%3c/svg%3e");background-repeat:no-repeat;content:"";background-position:center;position:absolute;width:51px;height:100%}.lazy-content{content-visibility:auto}.material-symbols-outlined,.icon-text{vertical-align:middle}.material-symbols-outlined.md-14{font-size:14px}.material-symbols-outlined.md-15{font-size:15px}.material-symbols-outlined.md-16{font-size:16px}.material-symbols-outlined.md-17{font-size:17px}.material-symbols-outlined.md-18{font-size:18px}.material-symbols-outlined.md-19{font-size:19px}.material-symbols-outlined.md-20{font-size:20px}.material-symbols-outlined.md-21{font-size:21px}.material-symbols-outlined.md-22{font-size:22px}.material-symbols-outlined.md-23{font-size:23px}.material-symbols-outlined.md-24{font-size:24px}.material-symbols-outlined.md-25{font-size:25px}.material-symbols-outlined.md-26{font-size:26px}.material-symbols-outlined.md-27{font-size:27px}.material-symbols-outlined.md-28{font-size:28px}.material-symbols-outlined.md-29{font-size:29px}.material-symbols-outlined.md-30{font-size:30px}.nanobar{display:block;top:0;left:0;height:2px;width:0px;z-index:999999;transition:width 15s;height:3px;background-color:#da251e;color:#da251e}.mensaje-registro-container{background:#f9f9f9;border-radius:3px;margin-bottom:25px;font-family:Work Sans;color:#333}.mensaje-registro-container .mensaje-registro{padding-bottom:20px;padding-top:20px;font-weight:500;font-size:18px}.mensaje-registro-container .mensaje-registro a,.mensaje-registro-container .mensaje-registro a:hover,.mensaje-registro-container .mensaje-registro a:focus{text-decoration:underline;color:#333}.estado.rojo{color:#da2626}.estado.negro{color:#333}.estado.verde{color:#49b170}.estado.azul,.estado.celeste{color:#0637b3}.estado.gris{color:#6d6d6d}.toolTip-CR .title{font-size:16px;line-height:19px;font-weight:400;position:relative;display:inline-block;padding-bottom:10px;padding-top:20px}.toolTip-CR .tooltiptext{font-size:14px;visibility:hidden;width:150px;background-color:#333;color:#fff;text-align:center;border-radius:4px;padding:5px 0;position:absolute;z-index:1;top:-5px;float:right;margin-left:10px;opacity:90%;margin-top:20px}.toolTip-CR .tooltiptext:after{content:"";position:absolute;top:13px;right:100%;margin-top:-5px;border-width:4px;border-style:solid;border-color:transparent #333 transparent transparent;opacity:90%}.toolTip-CR:hover .tooltiptext{visibility:visible}#cotizacion-moneda-del-dia{padding-left:0!important}#cotizacion-moneda-del-dia-gif{margin-bottom:3px!important}#carga-masiva-modal .modal-title{font-weight:600}#carga-masiva-modal .modal-btn{width:138px;height:40px;font-family:Oswald;font-weight:500;text-transform:unset;font-size:16px}#carga-masiva-modal .texto-normal{font-family:Work Sans;font-size:16px;font-weight:400}#carga-masiva-modal .texto-normal a{font-family:Work Sans;font-size:14px;font-weight:400;color:#0637b3}#carga-masiva-modal .modal-header{background-color:#fff;border-bottom:unset}#carga-masiva-modal .modal-header button{position:absolute;top:15px;right:15px}#carga-masiva-modal .modal-body{height:250px;padding:0 25px 25px;text-align:center}#carga-masiva-modal .modal-body .modal-title{text-align:center;font-family:Work Sans;font-size:22px;padding-bottom:24px}#carga-masiva-modal .carga-masiva-dialog{width:400px;min-height:310px}.centro .link-carga-masiva{width:auto;padding:8px 12px;color:#333;border-radius:4px;font-family:Work Sans;font-weight:400}.centro .link-carga-masiva:hover{background-color:#da251e;color:#fff}.icono-carga-masiva{width:16px!important}.centro .link-carga-masiva .icono-carga-masiva-white{display:none}.centro .link-carga-masiva .icono-carga-masiva-black,.centro .link-carga-masiva:hover .icono-carga-masiva-white{display:inline}.centro .link-carga-masiva:hover .icono-carga-masiva-black{display:none}.envios-parciales{min-height:420px}.mensaje-error-card{background-color:#fff;box-shadow:2px 2px 3px gray;margin:10px;background:#fff;border:1px solid #D6D6D6;box-sizing:border-box;box-shadow:0 4px 4px #00000040,0 3px 2px #33333340;border-radius:4px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:5px;width:unset}.descarga-planilla-masiva{text-decoration-line:underline}.mensaje-error-texto .material-symbols-outlined{color:#0637b3}.mt-negative-10{margin-top:-10px}.container-de-jerarquias{padding-top:0!important}.btn.btn-default{color:#333;background-color:#fff;border-color:#ccc;width:unset;height:unset;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;font-family:Roboto}.calendario .btn{font-family:Work Sans!important;font-style:normal!important;font-weight:500!important;height:unset!important;width:auto!important}.calendario .btn.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.calendario .btn.btn-success{color:#fff;background-color:#d92617;border-color:#d92617}.calendario .btn.btn-default{color:#333;background-color:#fff;border-color:#ccc}.material-symbols-outlined{--icon-fill: 0;--icon-wght: 100;--icon-grad: 0;--icon-opsz: 24;font-variation-settings:"FILL" var(--icon-fill),"wght" var(--icon-wght),"GRAD" var(--icon-grad),"opsz" var(--icon-opsz)}.material-symbols-outlined.fill{--icon-fill: 1}.material-symbols-outlined.wght-1{--icon-wght: 1}.material-symbols-outlined.wght-2{--icon-wght: 2}.material-symbols-outlined.wght-3{--icon-wght: 3}.material-symbols-outlined.wght-4{--icon-wght: 4}.material-symbols-outlined.wght-5{--icon-wght: 5}.material-symbols-outlined.wght-6{--icon-wght: 6}.material-symbols-outlined.wght-7{--icon-wght: 7}.material-symbols-outlined.wght-8{--icon-wght: 8}.material-symbols-outlined.wght-9{--icon-wght: 9}.material-symbols-outlined.wght-10{--icon-wght: 10}.material-symbols-outlined.wght-11{--icon-wght: 11}.material-symbols-outlined.wght-12{--icon-wght: 12}.material-symbols-outlined.wght-13{--icon-wght: 13}.material-symbols-outlined.wght-14{--icon-wght: 14}.material-symbols-outlined.wght-15{--icon-wght: 15}.material-symbols-outlined.wght-16{--icon-wght: 16}.material-symbols-outlined.wght-17{--icon-wght: 17}.material-symbols-outlined.wght-18{--icon-wght: 18}.material-symbols-outlined.wght-19{--icon-wght: 19}.material-symbols-outlined.wght-20{--icon-wght: 20}.material-symbols-outlined.wght-21{--icon-wght: 21}.material-symbols-outlined.wght-22{--icon-wght: 22}.material-symbols-outlined.wght-23{--icon-wght: 23}.material-symbols-outlined.wght-24{--icon-wght: 24}.material-symbols-outlined.wght-25{--icon-wght: 25}.material-symbols-outlined.wght-26{--icon-wght: 26}.material-symbols-outlined.wght-27{--icon-wght: 27}.material-symbols-outlined.wght-28{--icon-wght: 28}.material-symbols-outlined.wght-29{--icon-wght: 29}.material-symbols-outlined.wght-30{--icon-wght: 30}.material-symbols-outlined.wght-31{--icon-wght: 31}.material-symbols-outlined.wght-32{--icon-wght: 32}.material-symbols-outlined.wght-33{--icon-wght: 33}.material-symbols-outlined.wght-34{--icon-wght: 34}.material-symbols-outlined.wght-35{--icon-wght: 35}.material-symbols-outlined.wght-36{--icon-wght: 36}.material-symbols-outlined.wght-37{--icon-wght: 37}.material-symbols-outlined.wght-38{--icon-wght: 38}.material-symbols-outlined.wght-39{--icon-wght: 39}.material-symbols-outlined.wght-40{--icon-wght: 40}.material-symbols-outlined.wght-41{--icon-wght: 41}.material-symbols-outlined.wght-42{--icon-wght: 42}.material-symbols-outlined.wght-43{--icon-wght: 43}.material-symbols-outlined.wght-44{--icon-wght: 44}.material-symbols-outlined.wght-45{--icon-wght: 45}.material-symbols-outlined.wght-46{--icon-wght: 46}.material-symbols-outlined.wght-47{--icon-wght: 47}.material-symbols-outlined.wght-48{--icon-wght: 48}.material-symbols-outlined.wght-49{--icon-wght: 49}.material-symbols-outlined.wght-50{--icon-wght: 50}.material-symbols-outlined.wght-51{--icon-wght: 51}.material-symbols-outlined.wght-52{--icon-wght: 52}.material-symbols-outlined.wght-53{--icon-wght: 53}.material-symbols-outlined.wght-54{--icon-wght: 54}.material-symbols-outlined.wght-55{--icon-wght: 55}.material-symbols-outlined.wght-56{--icon-wght: 56}.material-symbols-outlined.wght-57{--icon-wght: 57}.material-symbols-outlined.wght-58{--icon-wght: 58}.material-symbols-outlined.wght-59{--icon-wght: 59}.material-symbols-outlined.wght-60{--icon-wght: 60}.material-symbols-outlined.wght-61{--icon-wght: 61}.material-symbols-outlined.wght-62{--icon-wght: 62}.material-symbols-outlined.wght-63{--icon-wght: 63}.material-symbols-outlined.wght-64{--icon-wght: 64}.material-symbols-outlined.wght-65{--icon-wght: 65}.material-symbols-outlined.wght-66{--icon-wght: 66}.material-symbols-outlined.wght-67{--icon-wght: 67}.material-symbols-outlined.wght-68{--icon-wght: 68}.material-symbols-outlined.wght-69{--icon-wght: 69}.material-symbols-outlined.wght-70{--icon-wght: 70}.material-symbols-outlined.wght-71{--icon-wght: 71}.material-symbols-outlined.wght-72{--icon-wght: 72}.material-symbols-outlined.wght-73{--icon-wght: 73}.material-symbols-outlined.wght-74{--icon-wght: 74}.material-symbols-outlined.wght-75{--icon-wght: 75}.material-symbols-outlined.wght-76{--icon-wght: 76}.material-symbols-outlined.wght-77{--icon-wght: 77}.material-symbols-outlined.wght-78{--icon-wght: 78}.material-symbols-outlined.wght-79{--icon-wght: 79}.material-symbols-outlined.wght-80{--icon-wght: 80}.material-symbols-outlined.wght-81{--icon-wght: 81}.material-symbols-outlined.wght-82{--icon-wght: 82}.material-symbols-outlined.wght-83{--icon-wght: 83}.material-symbols-outlined.wght-84{--icon-wght: 84}.material-symbols-outlined.wght-85{--icon-wght: 85}.material-symbols-outlined.wght-86{--icon-wght: 86}.material-symbols-outlined.wght-87{--icon-wght: 87}.material-symbols-outlined.wght-88{--icon-wght: 88}.material-symbols-outlined.wght-89{--icon-wght: 89}.material-symbols-outlined.wght-90{--icon-wght: 90}.material-symbols-outlined.wght-91{--icon-wght: 91}.material-symbols-outlined.wght-92{--icon-wght: 92}.material-symbols-outlined.wght-93{--icon-wght: 93}.material-symbols-outlined.wght-94{--icon-wght: 94}.material-symbols-outlined.wght-95{--icon-wght: 95}.material-symbols-outlined.wght-96{--icon-wght: 96}.material-symbols-outlined.wght-97{--icon-wght: 97}.material-symbols-outlined.wght-98{--icon-wght: 98}.material-symbols-outlined.wght-99{--icon-wght: 99}.material-symbols-outlined.wght-100{--icon-wght: 100}.material-symbols-outlined.wght-101{--icon-wght: 101}.material-symbols-outlined.wght-102{--icon-wght: 102}.material-symbols-outlined.wght-103{--icon-wght: 103}.material-symbols-outlined.wght-104{--icon-wght: 104}.material-symbols-outlined.wght-105{--icon-wght: 105}.material-symbols-outlined.wght-106{--icon-wght: 106}.material-symbols-outlined.wght-107{--icon-wght: 107}.material-symbols-outlined.wght-108{--icon-wght: 108}.material-symbols-outlined.wght-109{--icon-wght: 109}.material-symbols-outlined.wght-110{--icon-wght: 110}.material-symbols-outlined.wght-111{--icon-wght: 111}.material-symbols-outlined.wght-112{--icon-wght: 112}.material-symbols-outlined.wght-113{--icon-wght: 113}.material-symbols-outlined.wght-114{--icon-wght: 114}.material-symbols-outlined.wght-115{--icon-wght: 115}.material-symbols-outlined.wght-116{--icon-wght: 116}.material-symbols-outlined.wght-117{--icon-wght: 117}.material-symbols-outlined.wght-118{--icon-wght: 118}.material-symbols-outlined.wght-119{--icon-wght: 119}.material-symbols-outlined.wght-120{--icon-wght: 120}.material-symbols-outlined.wght-121{--icon-wght: 121}.material-symbols-outlined.wght-122{--icon-wght: 122}.material-symbols-outlined.wght-123{--icon-wght: 123}.material-symbols-outlined.wght-124{--icon-wght: 124}.material-symbols-outlined.wght-125{--icon-wght: 125}.material-symbols-outlined.wght-126{--icon-wght: 126}.material-symbols-outlined.wght-127{--icon-wght: 127}.material-symbols-outlined.wght-128{--icon-wght: 128}.material-symbols-outlined.wght-129{--icon-wght: 129}.material-symbols-outlined.wght-130{--icon-wght: 130}.material-symbols-outlined.wght-131{--icon-wght: 131}.material-symbols-outlined.wght-132{--icon-wght: 132}.material-symbols-outlined.wght-133{--icon-wght: 133}.material-symbols-outlined.wght-134{--icon-wght: 134}.material-symbols-outlined.wght-135{--icon-wght: 135}.material-symbols-outlined.wght-136{--icon-wght: 136}.material-symbols-outlined.wght-137{--icon-wght: 137}.material-symbols-outlined.wght-138{--icon-wght: 138}.material-symbols-outlined.wght-139{--icon-wght: 139}.material-symbols-outlined.wght-140{--icon-wght: 140}.material-symbols-outlined.wght-141{--icon-wght: 141}.material-symbols-outlined.wght-142{--icon-wght: 142}.material-symbols-outlined.wght-143{--icon-wght: 143}.material-symbols-outlined.wght-144{--icon-wght: 144}.material-symbols-outlined.wght-145{--icon-wght: 145}.material-symbols-outlined.wght-146{--icon-wght: 146}.material-symbols-outlined.wght-147{--icon-wght: 147}.material-symbols-outlined.wght-148{--icon-wght: 148}.material-symbols-outlined.wght-149{--icon-wght: 149}.material-symbols-outlined.wght-150{--icon-wght: 150}.material-symbols-outlined.wght-151{--icon-wght: 151}.material-symbols-outlined.wght-152{--icon-wght: 152}.material-symbols-outlined.wght-153{--icon-wght: 153}.material-symbols-outlined.wght-154{--icon-wght: 154}.material-symbols-outlined.wght-155{--icon-wght: 155}.material-symbols-outlined.wght-156{--icon-wght: 156}.material-symbols-outlined.wght-157{--icon-wght: 157}.material-symbols-outlined.wght-158{--icon-wght: 158}.material-symbols-outlined.wght-159{--icon-wght: 159}.material-symbols-outlined.wght-160{--icon-wght: 160}.material-symbols-outlined.wght-161{--icon-wght: 161}.material-symbols-outlined.wght-162{--icon-wght: 162}.material-symbols-outlined.wght-163{--icon-wght: 163}.material-symbols-outlined.wght-164{--icon-wght: 164}.material-symbols-outlined.wght-165{--icon-wght: 165}.material-symbols-outlined.wght-166{--icon-wght: 166}.material-symbols-outlined.wght-167{--icon-wght: 167}.material-symbols-outlined.wght-168{--icon-wght: 168}.material-symbols-outlined.wght-169{--icon-wght: 169}.material-symbols-outlined.wght-170{--icon-wght: 170}.material-symbols-outlined.wght-171{--icon-wght: 171}.material-symbols-outlined.wght-172{--icon-wght: 172}.material-symbols-outlined.wght-173{--icon-wght: 173}.material-symbols-outlined.wght-174{--icon-wght: 174}.material-symbols-outlined.wght-175{--icon-wght: 175}.material-symbols-outlined.wght-176{--icon-wght: 176}.material-symbols-outlined.wght-177{--icon-wght: 177}.material-symbols-outlined.wght-178{--icon-wght: 178}.material-symbols-outlined.wght-179{--icon-wght: 179}.material-symbols-outlined.wght-180{--icon-wght: 180}.material-symbols-outlined.wght-181{--icon-wght: 181}.material-symbols-outlined.wght-182{--icon-wght: 182}.material-symbols-outlined.wght-183{--icon-wght: 183}.material-symbols-outlined.wght-184{--icon-wght: 184}.material-symbols-outlined.wght-185{--icon-wght: 185}.material-symbols-outlined.wght-186{--icon-wght: 186}.material-symbols-outlined.wght-187{--icon-wght: 187}.material-symbols-outlined.wght-188{--icon-wght: 188}.material-symbols-outlined.wght-189{--icon-wght: 189}.material-symbols-outlined.wght-190{--icon-wght: 190}.material-symbols-outlined.wght-191{--icon-wght: 191}.material-symbols-outlined.wght-192{--icon-wght: 192}.material-symbols-outlined.wght-193{--icon-wght: 193}.material-symbols-outlined.wght-194{--icon-wght: 194}.material-symbols-outlined.wght-195{--icon-wght: 195}.material-symbols-outlined.wght-196{--icon-wght: 196}.material-symbols-outlined.wght-197{--icon-wght: 197}.material-symbols-outlined.wght-198{--icon-wght: 198}.material-symbols-outlined.wght-199{--icon-wght: 199}.material-symbols-outlined.wght-200{--icon-wght: 200}.material-symbols-outlined.wght-201{--icon-wght: 201}.material-symbols-outlined.wght-202{--icon-wght: 202}.material-symbols-outlined.wght-203{--icon-wght: 203}.material-symbols-outlined.wght-204{--icon-wght: 204}.material-symbols-outlined.wght-205{--icon-wght: 205}.material-symbols-outlined.wght-206{--icon-wght: 206}.material-symbols-outlined.wght-207{--icon-wght: 207}.material-symbols-outlined.wght-208{--icon-wght: 208}.material-symbols-outlined.wght-209{--icon-wght: 209}.material-symbols-outlined.wght-210{--icon-wght: 210}.material-symbols-outlined.wght-211{--icon-wght: 211}.material-symbols-outlined.wght-212{--icon-wght: 212}.material-symbols-outlined.wght-213{--icon-wght: 213}.material-symbols-outlined.wght-214{--icon-wght: 214}.material-symbols-outlined.wght-215{--icon-wght: 215}.material-symbols-outlined.wght-216{--icon-wght: 216}.material-symbols-outlined.wght-217{--icon-wght: 217}.material-symbols-outlined.wght-218{--icon-wght: 218}.material-symbols-outlined.wght-219{--icon-wght: 219}.material-symbols-outlined.wght-220{--icon-wght: 220}.material-symbols-outlined.wght-221{--icon-wght: 221}.material-symbols-outlined.wght-222{--icon-wght: 222}.material-symbols-outlined.wght-223{--icon-wght: 223}.material-symbols-outlined.wght-224{--icon-wght: 224}.material-symbols-outlined.wght-225{--icon-wght: 225}.material-symbols-outlined.wght-226{--icon-wght: 226}.material-symbols-outlined.wght-227{--icon-wght: 227}.material-symbols-outlined.wght-228{--icon-wght: 228}.material-symbols-outlined.wght-229{--icon-wght: 229}.material-symbols-outlined.wght-230{--icon-wght: 230}.material-symbols-outlined.wght-231{--icon-wght: 231}.material-symbols-outlined.wght-232{--icon-wght: 232}.material-symbols-outlined.wght-233{--icon-wght: 233}.material-symbols-outlined.wght-234{--icon-wght: 234}.material-symbols-outlined.wght-235{--icon-wght: 235}.material-symbols-outlined.wght-236{--icon-wght: 236}.material-symbols-outlined.wght-237{--icon-wght: 237}.material-symbols-outlined.wght-238{--icon-wght: 238}.material-symbols-outlined.wght-239{--icon-wght: 239}.material-symbols-outlined.wght-240{--icon-wght: 240}.material-symbols-outlined.wght-241{--icon-wght: 241}.material-symbols-outlined.wght-242{--icon-wght: 242}.material-symbols-outlined.wght-243{--icon-wght: 243}.material-symbols-outlined.wght-244{--icon-wght: 244}.material-symbols-outlined.wght-245{--icon-wght: 245}.material-symbols-outlined.wght-246{--icon-wght: 246}.material-symbols-outlined.wght-247{--icon-wght: 247}.material-symbols-outlined.wght-248{--icon-wght: 248}.material-symbols-outlined.wght-249{--icon-wght: 249}.material-symbols-outlined.wght-250{--icon-wght: 250}.material-symbols-outlined.wght-251{--icon-wght: 251}.material-symbols-outlined.wght-252{--icon-wght: 252}.material-symbols-outlined.wght-253{--icon-wght: 253}.material-symbols-outlined.wght-254{--icon-wght: 254}.material-symbols-outlined.wght-255{--icon-wght: 255}.material-symbols-outlined.wght-256{--icon-wght: 256}.material-symbols-outlined.wght-257{--icon-wght: 257}.material-symbols-outlined.wght-258{--icon-wght: 258}.material-symbols-outlined.wght-259{--icon-wght: 259}.material-symbols-outlined.wght-260{--icon-wght: 260}.material-symbols-outlined.wght-261{--icon-wght: 261}.material-symbols-outlined.wght-262{--icon-wght: 262}.material-symbols-outlined.wght-263{--icon-wght: 263}.material-symbols-outlined.wght-264{--icon-wght: 264}.material-symbols-outlined.wght-265{--icon-wght: 265}.material-symbols-outlined.wght-266{--icon-wght: 266}.material-symbols-outlined.wght-267{--icon-wght: 267}.material-symbols-outlined.wght-268{--icon-wght: 268}.material-symbols-outlined.wght-269{--icon-wght: 269}.material-symbols-outlined.wght-270{--icon-wght: 270}.material-symbols-outlined.wght-271{--icon-wght: 271}.material-symbols-outlined.wght-272{--icon-wght: 272}.material-symbols-outlined.wght-273{--icon-wght: 273}.material-symbols-outlined.wght-274{--icon-wght: 274}.material-symbols-outlined.wght-275{--icon-wght: 275}.material-symbols-outlined.wght-276{--icon-wght: 276}.material-symbols-outlined.wght-277{--icon-wght: 277}.material-symbols-outlined.wght-278{--icon-wght: 278}.material-symbols-outlined.wght-279{--icon-wght: 279}.material-symbols-outlined.wght-280{--icon-wght: 280}.material-symbols-outlined.wght-281{--icon-wght: 281}.material-symbols-outlined.wght-282{--icon-wght: 282}.material-symbols-outlined.wght-283{--icon-wght: 283}.material-symbols-outlined.wght-284{--icon-wght: 284}.material-symbols-outlined.wght-285{--icon-wght: 285}.material-symbols-outlined.wght-286{--icon-wght: 286}.material-symbols-outlined.wght-287{--icon-wght: 287}.material-symbols-outlined.wght-288{--icon-wght: 288}.material-symbols-outlined.wght-289{--icon-wght: 289}.material-symbols-outlined.wght-290{--icon-wght: 290}.material-symbols-outlined.wght-291{--icon-wght: 291}.material-symbols-outlined.wght-292{--icon-wght: 292}.material-symbols-outlined.wght-293{--icon-wght: 293}.material-symbols-outlined.wght-294{--icon-wght: 294}.material-symbols-outlined.wght-295{--icon-wght: 295}.material-symbols-outlined.wght-296{--icon-wght: 296}.material-symbols-outlined.wght-297{--icon-wght: 297}.material-symbols-outlined.wght-298{--icon-wght: 298}.material-symbols-outlined.wght-299{--icon-wght: 299}.material-symbols-outlined.wght-300{--icon-wght: 300}.material-symbols-outlined.wght-301{--icon-wght: 301}.material-symbols-outlined.wght-302{--icon-wght: 302}.material-symbols-outlined.wght-303{--icon-wght: 303}.material-symbols-outlined.wght-304{--icon-wght: 304}.material-symbols-outlined.wght-305{--icon-wght: 305}.material-symbols-outlined.wght-306{--icon-wght: 306}.material-symbols-outlined.wght-307{--icon-wght: 307}.material-symbols-outlined.wght-308{--icon-wght: 308}.material-symbols-outlined.wght-309{--icon-wght: 309}.material-symbols-outlined.wght-310{--icon-wght: 310}.material-symbols-outlined.wght-311{--icon-wght: 311}.material-symbols-outlined.wght-312{--icon-wght: 312}.material-symbols-outlined.wght-313{--icon-wght: 313}.material-symbols-outlined.wght-314{--icon-wght: 314}.material-symbols-outlined.wght-315{--icon-wght: 315}.material-symbols-outlined.wght-316{--icon-wght: 316}.material-symbols-outlined.wght-317{--icon-wght: 317}.material-symbols-outlined.wght-318{--icon-wght: 318}.material-symbols-outlined.wght-319{--icon-wght: 319}.material-symbols-outlined.wght-320{--icon-wght: 320}.material-symbols-outlined.wght-321{--icon-wght: 321}.material-symbols-outlined.wght-322{--icon-wght: 322}.material-symbols-outlined.wght-323{--icon-wght: 323}.material-symbols-outlined.wght-324{--icon-wght: 324}.material-symbols-outlined.wght-325{--icon-wght: 325}.material-symbols-outlined.wght-326{--icon-wght: 326}.material-symbols-outlined.wght-327{--icon-wght: 327}.material-symbols-outlined.wght-328{--icon-wght: 328}.material-symbols-outlined.wght-329{--icon-wght: 329}.material-symbols-outlined.wght-330{--icon-wght: 330}.material-symbols-outlined.wght-331{--icon-wght: 331}.material-symbols-outlined.wght-332{--icon-wght: 332}.material-symbols-outlined.wght-333{--icon-wght: 333}.material-symbols-outlined.wght-334{--icon-wght: 334}.material-symbols-outlined.wght-335{--icon-wght: 335}.material-symbols-outlined.wght-336{--icon-wght: 336}.material-symbols-outlined.wght-337{--icon-wght: 337}.material-symbols-outlined.wght-338{--icon-wght: 338}.material-symbols-outlined.wght-339{--icon-wght: 339}.material-symbols-outlined.wght-340{--icon-wght: 340}.material-symbols-outlined.wght-341{--icon-wght: 341}.material-symbols-outlined.wght-342{--icon-wght: 342}.material-symbols-outlined.wght-343{--icon-wght: 343}.material-symbols-outlined.wght-344{--icon-wght: 344}.material-symbols-outlined.wght-345{--icon-wght: 345}.material-symbols-outlined.wght-346{--icon-wght: 346}.material-symbols-outlined.wght-347{--icon-wght: 347}.material-symbols-outlined.wght-348{--icon-wght: 348}.material-symbols-outlined.wght-349{--icon-wght: 349}.material-symbols-outlined.wght-350{--icon-wght: 350}.material-symbols-outlined.wght-351{--icon-wght: 351}.material-symbols-outlined.wght-352{--icon-wght: 352}.material-symbols-outlined.wght-353{--icon-wght: 353}.material-symbols-outlined.wght-354{--icon-wght: 354}.material-symbols-outlined.wght-355{--icon-wght: 355}.material-symbols-outlined.wght-356{--icon-wght: 356}.material-symbols-outlined.wght-357{--icon-wght: 357}.material-symbols-outlined.wght-358{--icon-wght: 358}.material-symbols-outlined.wght-359{--icon-wght: 359}.material-symbols-outlined.wght-360{--icon-wght: 360}.material-symbols-outlined.wght-361{--icon-wght: 361}.material-symbols-outlined.wght-362{--icon-wght: 362}.material-symbols-outlined.wght-363{--icon-wght: 363}.material-symbols-outlined.wght-364{--icon-wght: 364}.material-symbols-outlined.wght-365{--icon-wght: 365}.material-symbols-outlined.wght-366{--icon-wght: 366}.material-symbols-outlined.wght-367{--icon-wght: 367}.material-symbols-outlined.wght-368{--icon-wght: 368}.material-symbols-outlined.wght-369{--icon-wght: 369}.material-symbols-outlined.wght-370{--icon-wght: 370}.material-symbols-outlined.wght-371{--icon-wght: 371}.material-symbols-outlined.wght-372{--icon-wght: 372}.material-symbols-outlined.wght-373{--icon-wght: 373}.material-symbols-outlined.wght-374{--icon-wght: 374}.material-symbols-outlined.wght-375{--icon-wght: 375}.material-symbols-outlined.wght-376{--icon-wght: 376}.material-symbols-outlined.wght-377{--icon-wght: 377}.material-symbols-outlined.wght-378{--icon-wght: 378}.material-symbols-outlined.wght-379{--icon-wght: 379}.material-symbols-outlined.wght-380{--icon-wght: 380}.material-symbols-outlined.wght-381{--icon-wght: 381}.material-symbols-outlined.wght-382{--icon-wght: 382}.material-symbols-outlined.wght-383{--icon-wght: 383}.material-symbols-outlined.wght-384{--icon-wght: 384}.material-symbols-outlined.wght-385{--icon-wght: 385}.material-symbols-outlined.wght-386{--icon-wght: 386}.material-symbols-outlined.wght-387{--icon-wght: 387}.material-symbols-outlined.wght-388{--icon-wght: 388}.material-symbols-outlined.wght-389{--icon-wght: 389}.material-symbols-outlined.wght-390{--icon-wght: 390}.material-symbols-outlined.wght-391{--icon-wght: 391}.material-symbols-outlined.wght-392{--icon-wght: 392}.material-symbols-outlined.wght-393{--icon-wght: 393}.material-symbols-outlined.wght-394{--icon-wght: 394}.material-symbols-outlined.wght-395{--icon-wght: 395}.material-symbols-outlined.wght-396{--icon-wght: 396}.material-symbols-outlined.wght-397{--icon-wght: 397}.material-symbols-outlined.wght-398{--icon-wght: 398}.material-symbols-outlined.wght-399{--icon-wght: 399}.material-symbols-outlined.wght-400{--icon-wght: 400}.material-symbols-outlined.wght-401{--icon-wght: 401}.material-symbols-outlined.wght-402{--icon-wght: 402}.material-symbols-outlined.wght-403{--icon-wght: 403}.material-symbols-outlined.wght-404{--icon-wght: 404}.material-symbols-outlined.wght-405{--icon-wght: 405}.material-symbols-outlined.wght-406{--icon-wght: 406}.material-symbols-outlined.wght-407{--icon-wght: 407}.material-symbols-outlined.wght-408{--icon-wght: 408}.material-symbols-outlined.wght-409{--icon-wght: 409}.material-symbols-outlined.wght-410{--icon-wght: 410}.material-symbols-outlined.wght-411{--icon-wght: 411}.material-symbols-outlined.wght-412{--icon-wght: 412}.material-symbols-outlined.wght-413{--icon-wght: 413}.material-symbols-outlined.wght-414{--icon-wght: 414}.material-symbols-outlined.wght-415{--icon-wght: 415}.material-symbols-outlined.wght-416{--icon-wght: 416}.material-symbols-outlined.wght-417{--icon-wght: 417}.material-symbols-outlined.wght-418{--icon-wght: 418}.material-symbols-outlined.wght-419{--icon-wght: 419}.material-symbols-outlined.wght-420{--icon-wght: 420}.material-symbols-outlined.wght-421{--icon-wght: 421}.material-symbols-outlined.wght-422{--icon-wght: 422}.material-symbols-outlined.wght-423{--icon-wght: 423}.material-symbols-outlined.wght-424{--icon-wght: 424}.material-symbols-outlined.wght-425{--icon-wght: 425}.material-symbols-outlined.wght-426{--icon-wght: 426}.material-symbols-outlined.wght-427{--icon-wght: 427}.material-symbols-outlined.wght-428{--icon-wght: 428}.material-symbols-outlined.wght-429{--icon-wght: 429}.material-symbols-outlined.wght-430{--icon-wght: 430}.material-symbols-outlined.wght-431{--icon-wght: 431}.material-symbols-outlined.wght-432{--icon-wght: 432}.material-symbols-outlined.wght-433{--icon-wght: 433}.material-symbols-outlined.wght-434{--icon-wght: 434}.material-symbols-outlined.wght-435{--icon-wght: 435}.material-symbols-outlined.wght-436{--icon-wght: 436}.material-symbols-outlined.wght-437{--icon-wght: 437}.material-symbols-outlined.wght-438{--icon-wght: 438}.material-symbols-outlined.wght-439{--icon-wght: 439}.material-symbols-outlined.wght-440{--icon-wght: 440}.material-symbols-outlined.wght-441{--icon-wght: 441}.material-symbols-outlined.wght-442{--icon-wght: 442}.material-symbols-outlined.wght-443{--icon-wght: 443}.material-symbols-outlined.wght-444{--icon-wght: 444}.material-symbols-outlined.wght-445{--icon-wght: 445}.material-symbols-outlined.wght-446{--icon-wght: 446}.material-symbols-outlined.wght-447{--icon-wght: 447}.material-symbols-outlined.wght-448{--icon-wght: 448}.material-symbols-outlined.wght-449{--icon-wght: 449}.material-symbols-outlined.wght-450{--icon-wght: 450}.material-symbols-outlined.wght-451{--icon-wght: 451}.material-symbols-outlined.wght-452{--icon-wght: 452}.material-symbols-outlined.wght-453{--icon-wght: 453}.material-symbols-outlined.wght-454{--icon-wght: 454}.material-symbols-outlined.wght-455{--icon-wght: 455}.material-symbols-outlined.wght-456{--icon-wght: 456}.material-symbols-outlined.wght-457{--icon-wght: 457}.material-symbols-outlined.wght-458{--icon-wght: 458}.material-symbols-outlined.wght-459{--icon-wght: 459}.material-symbols-outlined.wght-460{--icon-wght: 460}.material-symbols-outlined.wght-461{--icon-wght: 461}.material-symbols-outlined.wght-462{--icon-wght: 462}.material-symbols-outlined.wght-463{--icon-wght: 463}.material-symbols-outlined.wght-464{--icon-wght: 464}.material-symbols-outlined.wght-465{--icon-wght: 465}.material-symbols-outlined.wght-466{--icon-wght: 466}.material-symbols-outlined.wght-467{--icon-wght: 467}.material-symbols-outlined.wght-468{--icon-wght: 468}.material-symbols-outlined.wght-469{--icon-wght: 469}.material-symbols-outlined.wght-470{--icon-wght: 470}.material-symbols-outlined.wght-471{--icon-wght: 471}.material-symbols-outlined.wght-472{--icon-wght: 472}.material-symbols-outlined.wght-473{--icon-wght: 473}.material-symbols-outlined.wght-474{--icon-wght: 474}.material-symbols-outlined.wght-475{--icon-wght: 475}.material-symbols-outlined.wght-476{--icon-wght: 476}.material-symbols-outlined.wght-477{--icon-wght: 477}.material-symbols-outlined.wght-478{--icon-wght: 478}.material-symbols-outlined.wght-479{--icon-wght: 479}.material-symbols-outlined.wght-480{--icon-wght: 480}.material-symbols-outlined.wght-481{--icon-wght: 481}.material-symbols-outlined.wght-482{--icon-wght: 482}.material-symbols-outlined.wght-483{--icon-wght: 483}.material-symbols-outlined.wght-484{--icon-wght: 484}.material-symbols-outlined.wght-485{--icon-wght: 485}.material-symbols-outlined.wght-486{--icon-wght: 486}.material-symbols-outlined.wght-487{--icon-wght: 487}.material-symbols-outlined.wght-488{--icon-wght: 488}.material-symbols-outlined.wght-489{--icon-wght: 489}.material-symbols-outlined.wght-490{--icon-wght: 490}.material-symbols-outlined.wght-491{--icon-wght: 491}.material-symbols-outlined.wght-492{--icon-wght: 492}.material-symbols-outlined.wght-493{--icon-wght: 493}.material-symbols-outlined.wght-494{--icon-wght: 494}.material-symbols-outlined.wght-495{--icon-wght: 495}.material-symbols-outlined.wght-496{--icon-wght: 496}.material-symbols-outlined.wght-497{--icon-wght: 497}.material-symbols-outlined.wght-498{--icon-wght: 498}.material-symbols-outlined.wght-499{--icon-wght: 499}.material-symbols-outlined.wght-500{--icon-wght: 500}.material-symbols-outlined.wght-501{--icon-wght: 501}.material-symbols-outlined.wght-502{--icon-wght: 502}.material-symbols-outlined.wght-503{--icon-wght: 503}.material-symbols-outlined.wght-504{--icon-wght: 504}.material-symbols-outlined.wght-505{--icon-wght: 505}.material-symbols-outlined.wght-506{--icon-wght: 506}.material-symbols-outlined.wght-507{--icon-wght: 507}.material-symbols-outlined.wght-508{--icon-wght: 508}.material-symbols-outlined.wght-509{--icon-wght: 509}.material-symbols-outlined.wght-510{--icon-wght: 510}.material-symbols-outlined.wght-511{--icon-wght: 511}.material-symbols-outlined.wght-512{--icon-wght: 512}.material-symbols-outlined.wght-513{--icon-wght: 513}.material-symbols-outlined.wght-514{--icon-wght: 514}.material-symbols-outlined.wght-515{--icon-wght: 515}.material-symbols-outlined.wght-516{--icon-wght: 516}.material-symbols-outlined.wght-517{--icon-wght: 517}.material-symbols-outlined.wght-518{--icon-wght: 518}.material-symbols-outlined.wght-519{--icon-wght: 519}.material-symbols-outlined.wght-520{--icon-wght: 520}.material-symbols-outlined.wght-521{--icon-wght: 521}.material-symbols-outlined.wght-522{--icon-wght: 522}.material-symbols-outlined.wght-523{--icon-wght: 523}.material-symbols-outlined.wght-524{--icon-wght: 524}.material-symbols-outlined.wght-525{--icon-wght: 525}.material-symbols-outlined.wght-526{--icon-wght: 526}.material-symbols-outlined.wght-527{--icon-wght: 527}.material-symbols-outlined.wght-528{--icon-wght: 528}.material-symbols-outlined.wght-529{--icon-wght: 529}.material-symbols-outlined.wght-530{--icon-wght: 530}.material-symbols-outlined.wght-531{--icon-wght: 531}.material-symbols-outlined.wght-532{--icon-wght: 532}.material-symbols-outlined.wght-533{--icon-wght: 533}.material-symbols-outlined.wght-534{--icon-wght: 534}.material-symbols-outlined.wght-535{--icon-wght: 535}.material-symbols-outlined.wght-536{--icon-wght: 536}.material-symbols-outlined.wght-537{--icon-wght: 537}.material-symbols-outlined.wght-538{--icon-wght: 538}.material-symbols-outlined.wght-539{--icon-wght: 539}.material-symbols-outlined.wght-540{--icon-wght: 540}.material-symbols-outlined.wght-541{--icon-wght: 541}.material-symbols-outlined.wght-542{--icon-wght: 542}.material-symbols-outlined.wght-543{--icon-wght: 543}.material-symbols-outlined.wght-544{--icon-wght: 544}.material-symbols-outlined.wght-545{--icon-wght: 545}.material-symbols-outlined.wght-546{--icon-wght: 546}.material-symbols-outlined.wght-547{--icon-wght: 547}.material-symbols-outlined.wght-548{--icon-wght: 548}.material-symbols-outlined.wght-549{--icon-wght: 549}.material-symbols-outlined.wght-550{--icon-wght: 550}.material-symbols-outlined.wght-551{--icon-wght: 551}.material-symbols-outlined.wght-552{--icon-wght: 552}.material-symbols-outlined.wght-553{--icon-wght: 553}.material-symbols-outlined.wght-554{--icon-wght: 554}.material-symbols-outlined.wght-555{--icon-wght: 555}.material-symbols-outlined.wght-556{--icon-wght: 556}.material-symbols-outlined.wght-557{--icon-wght: 557}.material-symbols-outlined.wght-558{--icon-wght: 558}.material-symbols-outlined.wght-559{--icon-wght: 559}.material-symbols-outlined.wght-560{--icon-wght: 560}.material-symbols-outlined.wght-561{--icon-wght: 561}.material-symbols-outlined.wght-562{--icon-wght: 562}.material-symbols-outlined.wght-563{--icon-wght: 563}.material-symbols-outlined.wght-564{--icon-wght: 564}.material-symbols-outlined.wght-565{--icon-wght: 565}.material-symbols-outlined.wght-566{--icon-wght: 566}.material-symbols-outlined.wght-567{--icon-wght: 567}.material-symbols-outlined.wght-568{--icon-wght: 568}.material-symbols-outlined.wght-569{--icon-wght: 569}.material-symbols-outlined.wght-570{--icon-wght: 570}.material-symbols-outlined.wght-571{--icon-wght: 571}.material-symbols-outlined.wght-572{--icon-wght: 572}.material-symbols-outlined.wght-573{--icon-wght: 573}.material-symbols-outlined.wght-574{--icon-wght: 574}.material-symbols-outlined.wght-575{--icon-wght: 575}.material-symbols-outlined.wght-576{--icon-wght: 576}.material-symbols-outlined.wght-577{--icon-wght: 577}.material-symbols-outlined.wght-578{--icon-wght: 578}.material-symbols-outlined.wght-579{--icon-wght: 579}.material-symbols-outlined.wght-580{--icon-wght: 580}.material-symbols-outlined.wght-581{--icon-wght: 581}.material-symbols-outlined.wght-582{--icon-wght: 582}.material-symbols-outlined.wght-583{--icon-wght: 583}.material-symbols-outlined.wght-584{--icon-wght: 584}.material-symbols-outlined.wght-585{--icon-wght: 585}.material-symbols-outlined.wght-586{--icon-wght: 586}.material-symbols-outlined.wght-587{--icon-wght: 587}.material-symbols-outlined.wght-588{--icon-wght: 588}.material-symbols-outlined.wght-589{--icon-wght: 589}.material-symbols-outlined.wght-590{--icon-wght: 590}.material-symbols-outlined.wght-591{--icon-wght: 591}.material-symbols-outlined.wght-592{--icon-wght: 592}.material-symbols-outlined.wght-593{--icon-wght: 593}.material-symbols-outlined.wght-594{--icon-wght: 594}.material-symbols-outlined.wght-595{--icon-wght: 595}.material-symbols-outlined.wght-596{--icon-wght: 596}.material-symbols-outlined.wght-597{--icon-wght: 597}.material-symbols-outlined.wght-598{--icon-wght: 598}.material-symbols-outlined.wght-599{--icon-wght: 599}.material-symbols-outlined.wght-600{--icon-wght: 600}.material-symbols-outlined.wght-601{--icon-wght: 601}.material-symbols-outlined.wght-602{--icon-wght: 602}.material-symbols-outlined.wght-603{--icon-wght: 603}.material-symbols-outlined.wght-604{--icon-wght: 604}.material-symbols-outlined.wght-605{--icon-wght: 605}.material-symbols-outlined.wght-606{--icon-wght: 606}.material-symbols-outlined.wght-607{--icon-wght: 607}.material-symbols-outlined.wght-608{--icon-wght: 608}.material-symbols-outlined.wght-609{--icon-wght: 609}.material-symbols-outlined.wght-610{--icon-wght: 610}.material-symbols-outlined.wght-611{--icon-wght: 611}.material-symbols-outlined.wght-612{--icon-wght: 612}.material-symbols-outlined.wght-613{--icon-wght: 613}.material-symbols-outlined.wght-614{--icon-wght: 614}.material-symbols-outlined.wght-615{--icon-wght: 615}.material-symbols-outlined.wght-616{--icon-wght: 616}.material-symbols-outlined.wght-617{--icon-wght: 617}.material-symbols-outlined.wght-618{--icon-wght: 618}.material-symbols-outlined.wght-619{--icon-wght: 619}.material-symbols-outlined.wght-620{--icon-wght: 620}.material-symbols-outlined.wght-621{--icon-wght: 621}.material-symbols-outlined.wght-622{--icon-wght: 622}.material-symbols-outlined.wght-623{--icon-wght: 623}.material-symbols-outlined.wght-624{--icon-wght: 624}.material-symbols-outlined.wght-625{--icon-wght: 625}.material-symbols-outlined.wght-626{--icon-wght: 626}.material-symbols-outlined.wght-627{--icon-wght: 627}.material-symbols-outlined.wght-628{--icon-wght: 628}.material-symbols-outlined.wght-629{--icon-wght: 629}.material-symbols-outlined.wght-630{--icon-wght: 630}.material-symbols-outlined.wght-631{--icon-wght: 631}.material-symbols-outlined.wght-632{--icon-wght: 632}.material-symbols-outlined.wght-633{--icon-wght: 633}.material-symbols-outlined.wght-634{--icon-wght: 634}.material-symbols-outlined.wght-635{--icon-wght: 635}.material-symbols-outlined.wght-636{--icon-wght: 636}.material-symbols-outlined.wght-637{--icon-wght: 637}.material-symbols-outlined.wght-638{--icon-wght: 638}.material-symbols-outlined.wght-639{--icon-wght: 639}.material-symbols-outlined.wght-640{--icon-wght: 640}.material-symbols-outlined.wght-641{--icon-wght: 641}.material-symbols-outlined.wght-642{--icon-wght: 642}.material-symbols-outlined.wght-643{--icon-wght: 643}.material-symbols-outlined.wght-644{--icon-wght: 644}.material-symbols-outlined.wght-645{--icon-wght: 645}.material-symbols-outlined.wght-646{--icon-wght: 646}.material-symbols-outlined.wght-647{--icon-wght: 647}.material-symbols-outlined.wght-648{--icon-wght: 648}.material-symbols-outlined.wght-649{--icon-wght: 649}.material-symbols-outlined.wght-650{--icon-wght: 650}.material-symbols-outlined.wght-651{--icon-wght: 651}.material-symbols-outlined.wght-652{--icon-wght: 652}.material-symbols-outlined.wght-653{--icon-wght: 653}.material-symbols-outlined.wght-654{--icon-wght: 654}.material-symbols-outlined.wght-655{--icon-wght: 655}.material-symbols-outlined.wght-656{--icon-wght: 656}.material-symbols-outlined.wght-657{--icon-wght: 657}.material-symbols-outlined.wght-658{--icon-wght: 658}.material-symbols-outlined.wght-659{--icon-wght: 659}.material-symbols-outlined.wght-660{--icon-wght: 660}.material-symbols-outlined.wght-661{--icon-wght: 661}.material-symbols-outlined.wght-662{--icon-wght: 662}.material-symbols-outlined.wght-663{--icon-wght: 663}.material-symbols-outlined.wght-664{--icon-wght: 664}.material-symbols-outlined.wght-665{--icon-wght: 665}.material-symbols-outlined.wght-666{--icon-wght: 666}.material-symbols-outlined.wght-667{--icon-wght: 667}.material-symbols-outlined.wght-668{--icon-wght: 668}.material-symbols-outlined.wght-669{--icon-wght: 669}.material-symbols-outlined.wght-670{--icon-wght: 670}.material-symbols-outlined.wght-671{--icon-wght: 671}.material-symbols-outlined.wght-672{--icon-wght: 672}.material-symbols-outlined.wght-673{--icon-wght: 673}.material-symbols-outlined.wght-674{--icon-wght: 674}.material-symbols-outlined.wght-675{--icon-wght: 675}.material-symbols-outlined.wght-676{--icon-wght: 676}.material-symbols-outlined.wght-677{--icon-wght: 677}.material-symbols-outlined.wght-678{--icon-wght: 678}.material-symbols-outlined.wght-679{--icon-wght: 679}.material-symbols-outlined.wght-680{--icon-wght: 680}.material-symbols-outlined.wght-681{--icon-wght: 681}.material-symbols-outlined.wght-682{--icon-wght: 682}.material-symbols-outlined.wght-683{--icon-wght: 683}.material-symbols-outlined.wght-684{--icon-wght: 684}.material-symbols-outlined.wght-685{--icon-wght: 685}.material-symbols-outlined.wght-686{--icon-wght: 686}.material-symbols-outlined.wght-687{--icon-wght: 687}.material-symbols-outlined.wght-688{--icon-wght: 688}.material-symbols-outlined.wght-689{--icon-wght: 689}.material-symbols-outlined.wght-690{--icon-wght: 690}.material-symbols-outlined.wght-691{--icon-wght: 691}.material-symbols-outlined.wght-692{--icon-wght: 692}.material-symbols-outlined.wght-693{--icon-wght: 693}.material-symbols-outlined.wght-694{--icon-wght: 694}.material-symbols-outlined.wght-695{--icon-wght: 695}.material-symbols-outlined.wght-696{--icon-wght: 696}.material-symbols-outlined.wght-697{--icon-wght: 697}.material-symbols-outlined.wght-698{--icon-wght: 698}.material-symbols-outlined.wght-699{--icon-wght: 699}.material-symbols-outlined.wght-700{--icon-wght: 700}.material-symbols-outlined.wght-701{--icon-wght: 701}.material-symbols-outlined.wght-702{--icon-wght: 702}.material-symbols-outlined.wght-703{--icon-wght: 703}.material-symbols-outlined.wght-704{--icon-wght: 704}.material-symbols-outlined.wght-705{--icon-wght: 705}.material-symbols-outlined.wght-706{--icon-wght: 706}.material-symbols-outlined.wght-707{--icon-wght: 707}.material-symbols-outlined.wght-708{--icon-wght: 708}.material-symbols-outlined.wght-709{--icon-wght: 709}.material-symbols-outlined.wght-710{--icon-wght: 710}.material-symbols-outlined.wght-711{--icon-wght: 711}.material-symbols-outlined.wght-712{--icon-wght: 712}.material-symbols-outlined.wght-713{--icon-wght: 713}.material-symbols-outlined.wght-714{--icon-wght: 714}.material-symbols-outlined.wght-715{--icon-wght: 715}.material-symbols-outlined.wght-716{--icon-wght: 716}.material-symbols-outlined.wght-717{--icon-wght: 717}.material-symbols-outlined.wght-718{--icon-wght: 718}.material-symbols-outlined.wght-719{--icon-wght: 719}.material-symbols-outlined.wght-720{--icon-wght: 720}.material-symbols-outlined.wght-721{--icon-wght: 721}.material-symbols-outlined.wght-722{--icon-wght: 722}.material-symbols-outlined.wght-723{--icon-wght: 723}.material-symbols-outlined.wght-724{--icon-wght: 724}.material-symbols-outlined.wght-725{--icon-wght: 725}.material-symbols-outlined.wght-726{--icon-wght: 726}.material-symbols-outlined.wght-727{--icon-wght: 727}.material-symbols-outlined.wght-728{--icon-wght: 728}.material-symbols-outlined.wght-729{--icon-wght: 729}.material-symbols-outlined.wght-730{--icon-wght: 730}.material-symbols-outlined.wght-731{--icon-wght: 731}.material-symbols-outlined.wght-732{--icon-wght: 732}.material-symbols-outlined.wght-733{--icon-wght: 733}.material-symbols-outlined.wght-734{--icon-wght: 734}.material-symbols-outlined.wght-735{--icon-wght: 735}.material-symbols-outlined.wght-736{--icon-wght: 736}.material-symbols-outlined.wght-737{--icon-wght: 737}.material-symbols-outlined.wght-738{--icon-wght: 738}.material-symbols-outlined.wght-739{--icon-wght: 739}.material-symbols-outlined.wght-740{--icon-wght: 740}.material-symbols-outlined.wght-741{--icon-wght: 741}.material-symbols-outlined.wght-742{--icon-wght: 742}.material-symbols-outlined.wght-743{--icon-wght: 743}.material-symbols-outlined.wght-744{--icon-wght: 744}.material-symbols-outlined.wght-745{--icon-wght: 745}.material-symbols-outlined.wght-746{--icon-wght: 746}.material-symbols-outlined.wght-747{--icon-wght: 747}.material-symbols-outlined.wght-748{--icon-wght: 748}.material-symbols-outlined.wght-749{--icon-wght: 749}.material-symbols-outlined.wght-750{--icon-wght: 750}.material-symbols-outlined.wght-751{--icon-wght: 751}.material-symbols-outlined.wght-752{--icon-wght: 752}.material-symbols-outlined.wght-753{--icon-wght: 753}.material-symbols-outlined.wght-754{--icon-wght: 754}.material-symbols-outlined.wght-755{--icon-wght: 755}.material-symbols-outlined.wght-756{--icon-wght: 756}.material-symbols-outlined.wght-757{--icon-wght: 757}.material-symbols-outlined.wght-758{--icon-wght: 758}.material-symbols-outlined.wght-759{--icon-wght: 759}.material-symbols-outlined.wght-760{--icon-wght: 760}.material-symbols-outlined.wght-761{--icon-wght: 761}.material-symbols-outlined.wght-762{--icon-wght: 762}.material-symbols-outlined.wght-763{--icon-wght: 763}.material-symbols-outlined.wght-764{--icon-wght: 764}.material-symbols-outlined.wght-765{--icon-wght: 765}.material-symbols-outlined.wght-766{--icon-wght: 766}.material-symbols-outlined.wght-767{--icon-wght: 767}.material-symbols-outlined.wght-768{--icon-wght: 768}.material-symbols-outlined.wght-769{--icon-wght: 769}.material-symbols-outlined.wght-770{--icon-wght: 770}.material-symbols-outlined.wght-771{--icon-wght: 771}.material-symbols-outlined.wght-772{--icon-wght: 772}.material-symbols-outlined.wght-773{--icon-wght: 773}.material-symbols-outlined.wght-774{--icon-wght: 774}.material-symbols-outlined.wght-775{--icon-wght: 775}.material-symbols-outlined.wght-776{--icon-wght: 776}.material-symbols-outlined.wght-777{--icon-wght: 777}.material-symbols-outlined.wght-778{--icon-wght: 778}.material-symbols-outlined.wght-779{--icon-wght: 779}.material-symbols-outlined.wght-780{--icon-wght: 780}.material-symbols-outlined.wght-781{--icon-wght: 781}.material-symbols-outlined.wght-782{--icon-wght: 782}.material-symbols-outlined.wght-783{--icon-wght: 783}.material-symbols-outlined.wght-784{--icon-wght: 784}.material-symbols-outlined.wght-785{--icon-wght: 785}.material-symbols-outlined.wght-786{--icon-wght: 786}.material-symbols-outlined.wght-787{--icon-wght: 787}.material-symbols-outlined.wght-788{--icon-wght: 788}.material-symbols-outlined.wght-789{--icon-wght: 789}.material-symbols-outlined.wght-790{--icon-wght: 790}.material-symbols-outlined.wght-791{--icon-wght: 791}.material-symbols-outlined.wght-792{--icon-wght: 792}.material-symbols-outlined.wght-793{--icon-wght: 793}.material-symbols-outlined.wght-794{--icon-wght: 794}.material-symbols-outlined.wght-795{--icon-wght: 795}.material-symbols-outlined.wght-796{--icon-wght: 796}.material-symbols-outlined.wght-797{--icon-wght: 797}.material-symbols-outlined.wght-798{--icon-wght: 798}.material-symbols-outlined.wght-799{--icon-wght: 799}.material-symbols-outlined.wght-800{--icon-wght: 800}.material-symbols-outlined.wght-801{--icon-wght: 801}.material-symbols-outlined.wght-802{--icon-wght: 802}.material-symbols-outlined.wght-803{--icon-wght: 803}.material-symbols-outlined.wght-804{--icon-wght: 804}.material-symbols-outlined.wght-805{--icon-wght: 805}.material-symbols-outlined.wght-806{--icon-wght: 806}.material-symbols-outlined.wght-807{--icon-wght: 807}.material-symbols-outlined.wght-808{--icon-wght: 808}.material-symbols-outlined.wght-809{--icon-wght: 809}.material-symbols-outlined.wght-810{--icon-wght: 810}.material-symbols-outlined.wght-811{--icon-wght: 811}.material-symbols-outlined.wght-812{--icon-wght: 812}.material-symbols-outlined.wght-813{--icon-wght: 813}.material-symbols-outlined.wght-814{--icon-wght: 814}.material-symbols-outlined.wght-815{--icon-wght: 815}.material-symbols-outlined.wght-816{--icon-wght: 816}.material-symbols-outlined.wght-817{--icon-wght: 817}.material-symbols-outlined.wght-818{--icon-wght: 818}.material-symbols-outlined.wght-819{--icon-wght: 819}.material-symbols-outlined.wght-820{--icon-wght: 820}.material-symbols-outlined.wght-821{--icon-wght: 821}.material-symbols-outlined.wght-822{--icon-wght: 822}.material-symbols-outlined.wght-823{--icon-wght: 823}.material-symbols-outlined.wght-824{--icon-wght: 824}.material-symbols-outlined.wght-825{--icon-wght: 825}.material-symbols-outlined.wght-826{--icon-wght: 826}.material-symbols-outlined.wght-827{--icon-wght: 827}.material-symbols-outlined.wght-828{--icon-wght: 828}.material-symbols-outlined.wght-829{--icon-wght: 829}.material-symbols-outlined.wght-830{--icon-wght: 830}.material-symbols-outlined.wght-831{--icon-wght: 831}.material-symbols-outlined.wght-832{--icon-wght: 832}.material-symbols-outlined.wght-833{--icon-wght: 833}.material-symbols-outlined.wght-834{--icon-wght: 834}.material-symbols-outlined.wght-835{--icon-wght: 835}.material-symbols-outlined.wght-836{--icon-wght: 836}.material-symbols-outlined.wght-837{--icon-wght: 837}.material-symbols-outlined.wght-838{--icon-wght: 838}.material-symbols-outlined.wght-839{--icon-wght: 839}.material-symbols-outlined.wght-840{--icon-wght: 840}.material-symbols-outlined.wght-841{--icon-wght: 841}.material-symbols-outlined.wght-842{--icon-wght: 842}.material-symbols-outlined.wght-843{--icon-wght: 843}.material-symbols-outlined.wght-844{--icon-wght: 844}.material-symbols-outlined.wght-845{--icon-wght: 845}.material-symbols-outlined.wght-846{--icon-wght: 846}.material-symbols-outlined.wght-847{--icon-wght: 847}.material-symbols-outlined.wght-848{--icon-wght: 848}.material-symbols-outlined.wght-849{--icon-wght: 849}.material-symbols-outlined.wght-850{--icon-wght: 850}.material-symbols-outlined.wght-851{--icon-wght: 851}.material-symbols-outlined.wght-852{--icon-wght: 852}.material-symbols-outlined.wght-853{--icon-wght: 853}.material-symbols-outlined.wght-854{--icon-wght: 854}.material-symbols-outlined.wght-855{--icon-wght: 855}.material-symbols-outlined.wght-856{--icon-wght: 856}.material-symbols-outlined.wght-857{--icon-wght: 857}.material-symbols-outlined.wght-858{--icon-wght: 858}.material-symbols-outlined.wght-859{--icon-wght: 859}.material-symbols-outlined.wght-860{--icon-wght: 860}.material-symbols-outlined.wght-861{--icon-wght: 861}.material-symbols-outlined.wght-862{--icon-wght: 862}.material-symbols-outlined.wght-863{--icon-wght: 863}.material-symbols-outlined.wght-864{--icon-wght: 864}.material-symbols-outlined.wght-865{--icon-wght: 865}.material-symbols-outlined.wght-866{--icon-wght: 866}.material-symbols-outlined.wght-867{--icon-wght: 867}.material-symbols-outlined.wght-868{--icon-wght: 868}.material-symbols-outlined.wght-869{--icon-wght: 869}.material-symbols-outlined.wght-870{--icon-wght: 870}.material-symbols-outlined.wght-871{--icon-wght: 871}.material-symbols-outlined.wght-872{--icon-wght: 872}.material-symbols-outlined.wght-873{--icon-wght: 873}.material-symbols-outlined.wght-874{--icon-wght: 874}.material-symbols-outlined.wght-875{--icon-wght: 875}.material-symbols-outlined.wght-876{--icon-wght: 876}.material-symbols-outlined.wght-877{--icon-wght: 877}.material-symbols-outlined.wght-878{--icon-wght: 878}.material-symbols-outlined.wght-879{--icon-wght: 879}.material-symbols-outlined.wght-880{--icon-wght: 880}.material-symbols-outlined.wght-881{--icon-wght: 881}.material-symbols-outlined.wght-882{--icon-wght: 882}.material-symbols-outlined.wght-883{--icon-wght: 883}.material-symbols-outlined.wght-884{--icon-wght: 884}.material-symbols-outlined.wght-885{--icon-wght: 885}.material-symbols-outlined.wght-886{--icon-wght: 886}.material-symbols-outlined.wght-887{--icon-wght: 887}.material-symbols-outlined.wght-888{--icon-wght: 888}.material-symbols-outlined.wght-889{--icon-wght: 889}.material-symbols-outlined.wght-890{--icon-wght: 890}.material-symbols-outlined.wght-891{--icon-wght: 891}.material-symbols-outlined.wght-892{--icon-wght: 892}.material-symbols-outlined.wght-893{--icon-wght: 893}.material-symbols-outlined.wght-894{--icon-wght: 894}.material-symbols-outlined.wght-895{--icon-wght: 895}.material-symbols-outlined.wght-896{--icon-wght: 896}.material-symbols-outlined.wght-897{--icon-wght: 897}.material-symbols-outlined.wght-898{--icon-wght: 898}.material-symbols-outlined.wght-899{--icon-wght: 899}.material-symbols-outlined.wght-900{--icon-wght: 900}@media(min-width:1024px){.material-symbols-outlined.lg\:wght-1{--icon-wght: 1}.material-symbols-outlined.lg\:wght-2{--icon-wght: 2}.material-symbols-outlined.lg\:wght-3{--icon-wght: 3}.material-symbols-outlined.lg\:wght-4{--icon-wght: 4}.material-symbols-outlined.lg\:wght-5{--icon-wght: 5}.material-symbols-outlined.lg\:wght-6{--icon-wght: 6}.material-symbols-outlined.lg\:wght-7{--icon-wght: 7}.material-symbols-outlined.lg\:wght-8{--icon-wght: 8}.material-symbols-outlined.lg\:wght-9{--icon-wght: 9}.material-symbols-outlined.lg\:wght-10{--icon-wght: 10}.material-symbols-outlined.lg\:wght-11{--icon-wght: 11}.material-symbols-outlined.lg\:wght-12{--icon-wght: 12}.material-symbols-outlined.lg\:wght-13{--icon-wght: 13}.material-symbols-outlined.lg\:wght-14{--icon-wght: 14}.material-symbols-outlined.lg\:wght-15{--icon-wght: 15}.material-symbols-outlined.lg\:wght-16{--icon-wght: 16}.material-symbols-outlined.lg\:wght-17{--icon-wght: 17}.material-symbols-outlined.lg\:wght-18{--icon-wght: 18}.material-symbols-outlined.lg\:wght-19{--icon-wght: 19}.material-symbols-outlined.lg\:wght-20{--icon-wght: 20}.material-symbols-outlined.lg\:wght-21{--icon-wght: 21}.material-symbols-outlined.lg\:wght-22{--icon-wght: 22}.material-symbols-outlined.lg\:wght-23{--icon-wght: 23}.material-symbols-outlined.lg\:wght-24{--icon-wght: 24}.material-symbols-outlined.lg\:wght-25{--icon-wght: 25}.material-symbols-outlined.lg\:wght-26{--icon-wght: 26}.material-symbols-outlined.lg\:wght-27{--icon-wght: 27}.material-symbols-outlined.lg\:wght-28{--icon-wght: 28}.material-symbols-outlined.lg\:wght-29{--icon-wght: 29}.material-symbols-outlined.lg\:wght-30{--icon-wght: 30}.material-symbols-outlined.lg\:wght-31{--icon-wght: 31}.material-symbols-outlined.lg\:wght-32{--icon-wght: 32}.material-symbols-outlined.lg\:wght-33{--icon-wght: 33}.material-symbols-outlined.lg\:wght-34{--icon-wght: 34}.material-symbols-outlined.lg\:wght-35{--icon-wght: 35}.material-symbols-outlined.lg\:wght-36{--icon-wght: 36}.material-symbols-outlined.lg\:wght-37{--icon-wght: 37}.material-symbols-outlined.lg\:wght-38{--icon-wght: 38}.material-symbols-outlined.lg\:wght-39{--icon-wght: 39}.material-symbols-outlined.lg\:wght-40{--icon-wght: 40}.material-symbols-outlined.lg\:wght-41{--icon-wght: 41}.material-symbols-outlined.lg\:wght-42{--icon-wght: 42}.material-symbols-outlined.lg\:wght-43{--icon-wght: 43}.material-symbols-outlined.lg\:wght-44{--icon-wght: 44}.material-symbols-outlined.lg\:wght-45{--icon-wght: 45}.material-symbols-outlined.lg\:wght-46{--icon-wght: 46}.material-symbols-outlined.lg\:wght-47{--icon-wght: 47}.material-symbols-outlined.lg\:wght-48{--icon-wght: 48}.material-symbols-outlined.lg\:wght-49{--icon-wght: 49}.material-symbols-outlined.lg\:wght-50{--icon-wght: 50}.material-symbols-outlined.lg\:wght-51{--icon-wght: 51}.material-symbols-outlined.lg\:wght-52{--icon-wght: 52}.material-symbols-outlined.lg\:wght-53{--icon-wght: 53}.material-symbols-outlined.lg\:wght-54{--icon-wght: 54}.material-symbols-outlined.lg\:wght-55{--icon-wght: 55}.material-symbols-outlined.lg\:wght-56{--icon-wght: 56}.material-symbols-outlined.lg\:wght-57{--icon-wght: 57}.material-symbols-outlined.lg\:wght-58{--icon-wght: 58}.material-symbols-outlined.lg\:wght-59{--icon-wght: 59}.material-symbols-outlined.lg\:wght-60{--icon-wght: 60}.material-symbols-outlined.lg\:wght-61{--icon-wght: 61}.material-symbols-outlined.lg\:wght-62{--icon-wght: 62}.material-symbols-outlined.lg\:wght-63{--icon-wght: 63}.material-symbols-outlined.lg\:wght-64{--icon-wght: 64}.material-symbols-outlined.lg\:wght-65{--icon-wght: 65}.material-symbols-outlined.lg\:wght-66{--icon-wght: 66}.material-symbols-outlined.lg\:wght-67{--icon-wght: 67}.material-symbols-outlined.lg\:wght-68{--icon-wght: 68}.material-symbols-outlined.lg\:wght-69{--icon-wght: 69}.material-symbols-outlined.lg\:wght-70{--icon-wght: 70}.material-symbols-outlined.lg\:wght-71{--icon-wght: 71}.material-symbols-outlined.lg\:wght-72{--icon-wght: 72}.material-symbols-outlined.lg\:wght-73{--icon-wght: 73}.material-symbols-outlined.lg\:wght-74{--icon-wght: 74}.material-symbols-outlined.lg\:wght-75{--icon-wght: 75}.material-symbols-outlined.lg\:wght-76{--icon-wght: 76}.material-symbols-outlined.lg\:wght-77{--icon-wght: 77}.material-symbols-outlined.lg\:wght-78{--icon-wght: 78}.material-symbols-outlined.lg\:wght-79{--icon-wght: 79}.material-symbols-outlined.lg\:wght-80{--icon-wght: 80}.material-symbols-outlined.lg\:wght-81{--icon-wght: 81}.material-symbols-outlined.lg\:wght-82{--icon-wght: 82}.material-symbols-outlined.lg\:wght-83{--icon-wght: 83}.material-symbols-outlined.lg\:wght-84{--icon-wght: 84}.material-symbols-outlined.lg\:wght-85{--icon-wght: 85}.material-symbols-outlined.lg\:wght-86{--icon-wght: 86}.material-symbols-outlined.lg\:wght-87{--icon-wght: 87}.material-symbols-outlined.lg\:wght-88{--icon-wght: 88}.material-symbols-outlined.lg\:wght-89{--icon-wght: 89}.material-symbols-outlined.lg\:wght-90{--icon-wght: 90}.material-symbols-outlined.lg\:wght-91{--icon-wght: 91}.material-symbols-outlined.lg\:wght-92{--icon-wght: 92}.material-symbols-outlined.lg\:wght-93{--icon-wght: 93}.material-symbols-outlined.lg\:wght-94{--icon-wght: 94}.material-symbols-outlined.lg\:wght-95{--icon-wght: 95}.material-symbols-outlined.lg\:wght-96{--icon-wght: 96}.material-symbols-outlined.lg\:wght-97{--icon-wght: 97}.material-symbols-outlined.lg\:wght-98{--icon-wght: 98}.material-symbols-outlined.lg\:wght-99{--icon-wght: 99}.material-symbols-outlined.lg\:wght-100{--icon-wght: 100}.material-symbols-outlined.lg\:wght-101{--icon-wght: 101}.material-symbols-outlined.lg\:wght-102{--icon-wght: 102}.material-symbols-outlined.lg\:wght-103{--icon-wght: 103}.material-symbols-outlined.lg\:wght-104{--icon-wght: 104}.material-symbols-outlined.lg\:wght-105{--icon-wght: 105}.material-symbols-outlined.lg\:wght-106{--icon-wght: 106}.material-symbols-outlined.lg\:wght-107{--icon-wght: 107}.material-symbols-outlined.lg\:wght-108{--icon-wght: 108}.material-symbols-outlined.lg\:wght-109{--icon-wght: 109}.material-symbols-outlined.lg\:wght-110{--icon-wght: 110}.material-symbols-outlined.lg\:wght-111{--icon-wght: 111}.material-symbols-outlined.lg\:wght-112{--icon-wght: 112}.material-symbols-outlined.lg\:wght-113{--icon-wght: 113}.material-symbols-outlined.lg\:wght-114{--icon-wght: 114}.material-symbols-outlined.lg\:wght-115{--icon-wght: 115}.material-symbols-outlined.lg\:wght-116{--icon-wght: 116}.material-symbols-outlined.lg\:wght-117{--icon-wght: 117}.material-symbols-outlined.lg\:wght-118{--icon-wght: 118}.material-symbols-outlined.lg\:wght-119{--icon-wght: 119}.material-symbols-outlined.lg\:wght-120{--icon-wght: 120}.material-symbols-outlined.lg\:wght-121{--icon-wght: 121}.material-symbols-outlined.lg\:wght-122{--icon-wght: 122}.material-symbols-outlined.lg\:wght-123{--icon-wght: 123}.material-symbols-outlined.lg\:wght-124{--icon-wght: 124}.material-symbols-outlined.lg\:wght-125{--icon-wght: 125}.material-symbols-outlined.lg\:wght-126{--icon-wght: 126}.material-symbols-outlined.lg\:wght-127{--icon-wght: 127}.material-symbols-outlined.lg\:wght-128{--icon-wght: 128}.material-symbols-outlined.lg\:wght-129{--icon-wght: 129}.material-symbols-outlined.lg\:wght-130{--icon-wght: 130}.material-symbols-outlined.lg\:wght-131{--icon-wght: 131}.material-symbols-outlined.lg\:wght-132{--icon-wght: 132}.material-symbols-outlined.lg\:wght-133{--icon-wght: 133}.material-symbols-outlined.lg\:wght-134{--icon-wght: 134}.material-symbols-outlined.lg\:wght-135{--icon-wght: 135}.material-symbols-outlined.lg\:wght-136{--icon-wght: 136}.material-symbols-outlined.lg\:wght-137{--icon-wght: 137}.material-symbols-outlined.lg\:wght-138{--icon-wght: 138}.material-symbols-outlined.lg\:wght-139{--icon-wght: 139}.material-symbols-outlined.lg\:wght-140{--icon-wght: 140}.material-symbols-outlined.lg\:wght-141{--icon-wght: 141}.material-symbols-outlined.lg\:wght-142{--icon-wght: 142}.material-symbols-outlined.lg\:wght-143{--icon-wght: 143}.material-symbols-outlined.lg\:wght-144{--icon-wght: 144}.material-symbols-outlined.lg\:wght-145{--icon-wght: 145}.material-symbols-outlined.lg\:wght-146{--icon-wght: 146}.material-symbols-outlined.lg\:wght-147{--icon-wght: 147}.material-symbols-outlined.lg\:wght-148{--icon-wght: 148}.material-symbols-outlined.lg\:wght-149{--icon-wght: 149}.material-symbols-outlined.lg\:wght-150{--icon-wght: 150}.material-symbols-outlined.lg\:wght-151{--icon-wght: 151}.material-symbols-outlined.lg\:wght-152{--icon-wght: 152}.material-symbols-outlined.lg\:wght-153{--icon-wght: 153}.material-symbols-outlined.lg\:wght-154{--icon-wght: 154}.material-symbols-outlined.lg\:wght-155{--icon-wght: 155}.material-symbols-outlined.lg\:wght-156{--icon-wght: 156}.material-symbols-outlined.lg\:wght-157{--icon-wght: 157}.material-symbols-outlined.lg\:wght-158{--icon-wght: 158}.material-symbols-outlined.lg\:wght-159{--icon-wght: 159}.material-symbols-outlined.lg\:wght-160{--icon-wght: 160}.material-symbols-outlined.lg\:wght-161{--icon-wght: 161}.material-symbols-outlined.lg\:wght-162{--icon-wght: 162}.material-symbols-outlined.lg\:wght-163{--icon-wght: 163}.material-symbols-outlined.lg\:wght-164{--icon-wght: 164}.material-symbols-outlined.lg\:wght-165{--icon-wght: 165}.material-symbols-outlined.lg\:wght-166{--icon-wght: 166}.material-symbols-outlined.lg\:wght-167{--icon-wght: 167}.material-symbols-outlined.lg\:wght-168{--icon-wght: 168}.material-symbols-outlined.lg\:wght-169{--icon-wght: 169}.material-symbols-outlined.lg\:wght-170{--icon-wght: 170}.material-symbols-outlined.lg\:wght-171{--icon-wght: 171}.material-symbols-outlined.lg\:wght-172{--icon-wght: 172}.material-symbols-outlined.lg\:wght-173{--icon-wght: 173}.material-symbols-outlined.lg\:wght-174{--icon-wght: 174}.material-symbols-outlined.lg\:wght-175{--icon-wght: 175}.material-symbols-outlined.lg\:wght-176{--icon-wght: 176}.material-symbols-outlined.lg\:wght-177{--icon-wght: 177}.material-symbols-outlined.lg\:wght-178{--icon-wght: 178}.material-symbols-outlined.lg\:wght-179{--icon-wght: 179}.material-symbols-outlined.lg\:wght-180{--icon-wght: 180}.material-symbols-outlined.lg\:wght-181{--icon-wght: 181}.material-symbols-outlined.lg\:wght-182{--icon-wght: 182}.material-symbols-outlined.lg\:wght-183{--icon-wght: 183}.material-symbols-outlined.lg\:wght-184{--icon-wght: 184}.material-symbols-outlined.lg\:wght-185{--icon-wght: 185}.material-symbols-outlined.lg\:wght-186{--icon-wght: 186}.material-symbols-outlined.lg\:wght-187{--icon-wght: 187}.material-symbols-outlined.lg\:wght-188{--icon-wght: 188}.material-symbols-outlined.lg\:wght-189{--icon-wght: 189}.material-symbols-outlined.lg\:wght-190{--icon-wght: 190}.material-symbols-outlined.lg\:wght-191{--icon-wght: 191}.material-symbols-outlined.lg\:wght-192{--icon-wght: 192}.material-symbols-outlined.lg\:wght-193{--icon-wght: 193}.material-symbols-outlined.lg\:wght-194{--icon-wght: 194}.material-symbols-outlined.lg\:wght-195{--icon-wght: 195}.material-symbols-outlined.lg\:wght-196{--icon-wght: 196}.material-symbols-outlined.lg\:wght-197{--icon-wght: 197}.material-symbols-outlined.lg\:wght-198{--icon-wght: 198}.material-symbols-outlined.lg\:wght-199{--icon-wght: 199}.material-symbols-outlined.lg\:wght-200{--icon-wght: 200}.material-symbols-outlined.lg\:wght-201{--icon-wght: 201}.material-symbols-outlined.lg\:wght-202{--icon-wght: 202}.material-symbols-outlined.lg\:wght-203{--icon-wght: 203}.material-symbols-outlined.lg\:wght-204{--icon-wght: 204}.material-symbols-outlined.lg\:wght-205{--icon-wght: 205}.material-symbols-outlined.lg\:wght-206{--icon-wght: 206}.material-symbols-outlined.lg\:wght-207{--icon-wght: 207}.material-symbols-outlined.lg\:wght-208{--icon-wght: 208}.material-symbols-outlined.lg\:wght-209{--icon-wght: 209}.material-symbols-outlined.lg\:wght-210{--icon-wght: 210}.material-symbols-outlined.lg\:wght-211{--icon-wght: 211}.material-symbols-outlined.lg\:wght-212{--icon-wght: 212}.material-symbols-outlined.lg\:wght-213{--icon-wght: 213}.material-symbols-outlined.lg\:wght-214{--icon-wght: 214}.material-symbols-outlined.lg\:wght-215{--icon-wght: 215}.material-symbols-outlined.lg\:wght-216{--icon-wght: 216}.material-symbols-outlined.lg\:wght-217{--icon-wght: 217}.material-symbols-outlined.lg\:wght-218{--icon-wght: 218}.material-symbols-outlined.lg\:wght-219{--icon-wght: 219}.material-symbols-outlined.lg\:wght-220{--icon-wght: 220}.material-symbols-outlined.lg\:wght-221{--icon-wght: 221}.material-symbols-outlined.lg\:wght-222{--icon-wght: 222}.material-symbols-outlined.lg\:wght-223{--icon-wght: 223}.material-symbols-outlined.lg\:wght-224{--icon-wght: 224}.material-symbols-outlined.lg\:wght-225{--icon-wght: 225}.material-symbols-outlined.lg\:wght-226{--icon-wght: 226}.material-symbols-outlined.lg\:wght-227{--icon-wght: 227}.material-symbols-outlined.lg\:wght-228{--icon-wght: 228}.material-symbols-outlined.lg\:wght-229{--icon-wght: 229}.material-symbols-outlined.lg\:wght-230{--icon-wght: 230}.material-symbols-outlined.lg\:wght-231{--icon-wght: 231}.material-symbols-outlined.lg\:wght-232{--icon-wght: 232}.material-symbols-outlined.lg\:wght-233{--icon-wght: 233}.material-symbols-outlined.lg\:wght-234{--icon-wght: 234}.material-symbols-outlined.lg\:wght-235{--icon-wght: 235}.material-symbols-outlined.lg\:wght-236{--icon-wght: 236}.material-symbols-outlined.lg\:wght-237{--icon-wght: 237}.material-symbols-outlined.lg\:wght-238{--icon-wght: 238}.material-symbols-outlined.lg\:wght-239{--icon-wght: 239}.material-symbols-outlined.lg\:wght-240{--icon-wght: 240}.material-symbols-outlined.lg\:wght-241{--icon-wght: 241}.material-symbols-outlined.lg\:wght-242{--icon-wght: 242}.material-symbols-outlined.lg\:wght-243{--icon-wght: 243}.material-symbols-outlined.lg\:wght-244{--icon-wght: 244}.material-symbols-outlined.lg\:wght-245{--icon-wght: 245}.material-symbols-outlined.lg\:wght-246{--icon-wght: 246}.material-symbols-outlined.lg\:wght-247{--icon-wght: 247}.material-symbols-outlined.lg\:wght-248{--icon-wght: 248}.material-symbols-outlined.lg\:wght-249{--icon-wght: 249}.material-symbols-outlined.lg\:wght-250{--icon-wght: 250}.material-symbols-outlined.lg\:wght-251{--icon-wght: 251}.material-symbols-outlined.lg\:wght-252{--icon-wght: 252}.material-symbols-outlined.lg\:wght-253{--icon-wght: 253}.material-symbols-outlined.lg\:wght-254{--icon-wght: 254}.material-symbols-outlined.lg\:wght-255{--icon-wght: 255}.material-symbols-outlined.lg\:wght-256{--icon-wght: 256}.material-symbols-outlined.lg\:wght-257{--icon-wght: 257}.material-symbols-outlined.lg\:wght-258{--icon-wght: 258}.material-symbols-outlined.lg\:wght-259{--icon-wght: 259}.material-symbols-outlined.lg\:wght-260{--icon-wght: 260}.material-symbols-outlined.lg\:wght-261{--icon-wght: 261}.material-symbols-outlined.lg\:wght-262{--icon-wght: 262}.material-symbols-outlined.lg\:wght-263{--icon-wght: 263}.material-symbols-outlined.lg\:wght-264{--icon-wght: 264}.material-symbols-outlined.lg\:wght-265{--icon-wght: 265}.material-symbols-outlined.lg\:wght-266{--icon-wght: 266}.material-symbols-outlined.lg\:wght-267{--icon-wght: 267}.material-symbols-outlined.lg\:wght-268{--icon-wght: 268}.material-symbols-outlined.lg\:wght-269{--icon-wght: 269}.material-symbols-outlined.lg\:wght-270{--icon-wght: 270}.material-symbols-outlined.lg\:wght-271{--icon-wght: 271}.material-symbols-outlined.lg\:wght-272{--icon-wght: 272}.material-symbols-outlined.lg\:wght-273{--icon-wght: 273}.material-symbols-outlined.lg\:wght-274{--icon-wght: 274}.material-symbols-outlined.lg\:wght-275{--icon-wght: 275}.material-symbols-outlined.lg\:wght-276{--icon-wght: 276}.material-symbols-outlined.lg\:wght-277{--icon-wght: 277}.material-symbols-outlined.lg\:wght-278{--icon-wght: 278}.material-symbols-outlined.lg\:wght-279{--icon-wght: 279}.material-symbols-outlined.lg\:wght-280{--icon-wght: 280}.material-symbols-outlined.lg\:wght-281{--icon-wght: 281}.material-symbols-outlined.lg\:wght-282{--icon-wght: 282}.material-symbols-outlined.lg\:wght-283{--icon-wght: 283}.material-symbols-outlined.lg\:wght-284{--icon-wght: 284}.material-symbols-outlined.lg\:wght-285{--icon-wght: 285}.material-symbols-outlined.lg\:wght-286{--icon-wght: 286}.material-symbols-outlined.lg\:wght-287{--icon-wght: 287}.material-symbols-outlined.lg\:wght-288{--icon-wght: 288}.material-symbols-outlined.lg\:wght-289{--icon-wght: 289}.material-symbols-outlined.lg\:wght-290{--icon-wght: 290}.material-symbols-outlined.lg\:wght-291{--icon-wght: 291}.material-symbols-outlined.lg\:wght-292{--icon-wght: 292}.material-symbols-outlined.lg\:wght-293{--icon-wght: 293}.material-symbols-outlined.lg\:wght-294{--icon-wght: 294}.material-symbols-outlined.lg\:wght-295{--icon-wght: 295}.material-symbols-outlined.lg\:wght-296{--icon-wght: 296}.material-symbols-outlined.lg\:wght-297{--icon-wght: 297}.material-symbols-outlined.lg\:wght-298{--icon-wght: 298}.material-symbols-outlined.lg\:wght-299{--icon-wght: 299}.material-symbols-outlined.lg\:wght-300{--icon-wght: 300}.material-symbols-outlined.lg\:wght-301{--icon-wght: 301}.material-symbols-outlined.lg\:wght-302{--icon-wght: 302}.material-symbols-outlined.lg\:wght-303{--icon-wght: 303}.material-symbols-outlined.lg\:wght-304{--icon-wght: 304}.material-symbols-outlined.lg\:wght-305{--icon-wght: 305}.material-symbols-outlined.lg\:wght-306{--icon-wght: 306}.material-symbols-outlined.lg\:wght-307{--icon-wght: 307}.material-symbols-outlined.lg\:wght-308{--icon-wght: 308}.material-symbols-outlined.lg\:wght-309{--icon-wght: 309}.material-symbols-outlined.lg\:wght-310{--icon-wght: 310}.material-symbols-outlined.lg\:wght-311{--icon-wght: 311}.material-symbols-outlined.lg\:wght-312{--icon-wght: 312}.material-symbols-outlined.lg\:wght-313{--icon-wght: 313}.material-symbols-outlined.lg\:wght-314{--icon-wght: 314}.material-symbols-outlined.lg\:wght-315{--icon-wght: 315}.material-symbols-outlined.lg\:wght-316{--icon-wght: 316}.material-symbols-outlined.lg\:wght-317{--icon-wght: 317}.material-symbols-outlined.lg\:wght-318{--icon-wght: 318}.material-symbols-outlined.lg\:wght-319{--icon-wght: 319}.material-symbols-outlined.lg\:wght-320{--icon-wght: 320}.material-symbols-outlined.lg\:wght-321{--icon-wght: 321}.material-symbols-outlined.lg\:wght-322{--icon-wght: 322}.material-symbols-outlined.lg\:wght-323{--icon-wght: 323}.material-symbols-outlined.lg\:wght-324{--icon-wght: 324}.material-symbols-outlined.lg\:wght-325{--icon-wght: 325}.material-symbols-outlined.lg\:wght-326{--icon-wght: 326}.material-symbols-outlined.lg\:wght-327{--icon-wght: 327}.material-symbols-outlined.lg\:wght-328{--icon-wght: 328}.material-symbols-outlined.lg\:wght-329{--icon-wght: 329}.material-symbols-outlined.lg\:wght-330{--icon-wght: 330}.material-symbols-outlined.lg\:wght-331{--icon-wght: 331}.material-symbols-outlined.lg\:wght-332{--icon-wght: 332}.material-symbols-outlined.lg\:wght-333{--icon-wght: 333}.material-symbols-outlined.lg\:wght-334{--icon-wght: 334}.material-symbols-outlined.lg\:wght-335{--icon-wght: 335}.material-symbols-outlined.lg\:wght-336{--icon-wght: 336}.material-symbols-outlined.lg\:wght-337{--icon-wght: 337}.material-symbols-outlined.lg\:wght-338{--icon-wght: 338}.material-symbols-outlined.lg\:wght-339{--icon-wght: 339}.material-symbols-outlined.lg\:wght-340{--icon-wght: 340}.material-symbols-outlined.lg\:wght-341{--icon-wght: 341}.material-symbols-outlined.lg\:wght-342{--icon-wght: 342}.material-symbols-outlined.lg\:wght-343{--icon-wght: 343}.material-symbols-outlined.lg\:wght-344{--icon-wght: 344}.material-symbols-outlined.lg\:wght-345{--icon-wght: 345}.material-symbols-outlined.lg\:wght-346{--icon-wght: 346}.material-symbols-outlined.lg\:wght-347{--icon-wght: 347}.material-symbols-outlined.lg\:wght-348{--icon-wght: 348}.material-symbols-outlined.lg\:wght-349{--icon-wght: 349}.material-symbols-outlined.lg\:wght-350{--icon-wght: 350}.material-symbols-outlined.lg\:wght-351{--icon-wght: 351}.material-symbols-outlined.lg\:wght-352{--icon-wght: 352}.material-symbols-outlined.lg\:wght-353{--icon-wght: 353}.material-symbols-outlined.lg\:wght-354{--icon-wght: 354}.material-symbols-outlined.lg\:wght-355{--icon-wght: 355}.material-symbols-outlined.lg\:wght-356{--icon-wght: 356}.material-symbols-outlined.lg\:wght-357{--icon-wght: 357}.material-symbols-outlined.lg\:wght-358{--icon-wght: 358}.material-symbols-outlined.lg\:wght-359{--icon-wght: 359}.material-symbols-outlined.lg\:wght-360{--icon-wght: 360}.material-symbols-outlined.lg\:wght-361{--icon-wght: 361}.material-symbols-outlined.lg\:wght-362{--icon-wght: 362}.material-symbols-outlined.lg\:wght-363{--icon-wght: 363}.material-symbols-outlined.lg\:wght-364{--icon-wght: 364}.material-symbols-outlined.lg\:wght-365{--icon-wght: 365}.material-symbols-outlined.lg\:wght-366{--icon-wght: 366}.material-symbols-outlined.lg\:wght-367{--icon-wght: 367}.material-symbols-outlined.lg\:wght-368{--icon-wght: 368}.material-symbols-outlined.lg\:wght-369{--icon-wght: 369}.material-symbols-outlined.lg\:wght-370{--icon-wght: 370}.material-symbols-outlined.lg\:wght-371{--icon-wght: 371}.material-symbols-outlined.lg\:wght-372{--icon-wght: 372}.material-symbols-outlined.lg\:wght-373{--icon-wght: 373}.material-symbols-outlined.lg\:wght-374{--icon-wght: 374}.material-symbols-outlined.lg\:wght-375{--icon-wght: 375}.material-symbols-outlined.lg\:wght-376{--icon-wght: 376}.material-symbols-outlined.lg\:wght-377{--icon-wght: 377}.material-symbols-outlined.lg\:wght-378{--icon-wght: 378}.material-symbols-outlined.lg\:wght-379{--icon-wght: 379}.material-symbols-outlined.lg\:wght-380{--icon-wght: 380}.material-symbols-outlined.lg\:wght-381{--icon-wght: 381}.material-symbols-outlined.lg\:wght-382{--icon-wght: 382}.material-symbols-outlined.lg\:wght-383{--icon-wght: 383}.material-symbols-outlined.lg\:wght-384{--icon-wght: 384}.material-symbols-outlined.lg\:wght-385{--icon-wght: 385}.material-symbols-outlined.lg\:wght-386{--icon-wght: 386}.material-symbols-outlined.lg\:wght-387{--icon-wght: 387}.material-symbols-outlined.lg\:wght-388{--icon-wght: 388}.material-symbols-outlined.lg\:wght-389{--icon-wght: 389}.material-symbols-outlined.lg\:wght-390{--icon-wght: 390}.material-symbols-outlined.lg\:wght-391{--icon-wght: 391}.material-symbols-outlined.lg\:wght-392{--icon-wght: 392}.material-symbols-outlined.lg\:wght-393{--icon-wght: 393}.material-symbols-outlined.lg\:wght-394{--icon-wght: 394}.material-symbols-outlined.lg\:wght-395{--icon-wght: 395}.material-symbols-outlined.lg\:wght-396{--icon-wght: 396}.material-symbols-outlined.lg\:wght-397{--icon-wght: 397}.material-symbols-outlined.lg\:wght-398{--icon-wght: 398}.material-symbols-outlined.lg\:wght-399{--icon-wght: 399}.material-symbols-outlined.lg\:wght-400{--icon-wght: 400}.material-symbols-outlined.lg\:wght-401{--icon-wght: 401}.material-symbols-outlined.lg\:wght-402{--icon-wght: 402}.material-symbols-outlined.lg\:wght-403{--icon-wght: 403}.material-symbols-outlined.lg\:wght-404{--icon-wght: 404}.material-symbols-outlined.lg\:wght-405{--icon-wght: 405}.material-symbols-outlined.lg\:wght-406{--icon-wght: 406}.material-symbols-outlined.lg\:wght-407{--icon-wght: 407}.material-symbols-outlined.lg\:wght-408{--icon-wght: 408}.material-symbols-outlined.lg\:wght-409{--icon-wght: 409}.material-symbols-outlined.lg\:wght-410{--icon-wght: 410}.material-symbols-outlined.lg\:wght-411{--icon-wght: 411}.material-symbols-outlined.lg\:wght-412{--icon-wght: 412}.material-symbols-outlined.lg\:wght-413{--icon-wght: 413}.material-symbols-outlined.lg\:wght-414{--icon-wght: 414}.material-symbols-outlined.lg\:wght-415{--icon-wght: 415}.material-symbols-outlined.lg\:wght-416{--icon-wght: 416}.material-symbols-outlined.lg\:wght-417{--icon-wght: 417}.material-symbols-outlined.lg\:wght-418{--icon-wght: 418}.material-symbols-outlined.lg\:wght-419{--icon-wght: 419}.material-symbols-outlined.lg\:wght-420{--icon-wght: 420}.material-symbols-outlined.lg\:wght-421{--icon-wght: 421}.material-symbols-outlined.lg\:wght-422{--icon-wght: 422}.material-symbols-outlined.lg\:wght-423{--icon-wght: 423}.material-symbols-outlined.lg\:wght-424{--icon-wght: 424}.material-symbols-outlined.lg\:wght-425{--icon-wght: 425}.material-symbols-outlined.lg\:wght-426{--icon-wght: 426}.material-symbols-outlined.lg\:wght-427{--icon-wght: 427}.material-symbols-outlined.lg\:wght-428{--icon-wght: 428}.material-symbols-outlined.lg\:wght-429{--icon-wght: 429}.material-symbols-outlined.lg\:wght-430{--icon-wght: 430}.material-symbols-outlined.lg\:wght-431{--icon-wght: 431}.material-symbols-outlined.lg\:wght-432{--icon-wght: 432}.material-symbols-outlined.lg\:wght-433{--icon-wght: 433}.material-symbols-outlined.lg\:wght-434{--icon-wght: 434}.material-symbols-outlined.lg\:wght-435{--icon-wght: 435}.material-symbols-outlined.lg\:wght-436{--icon-wght: 436}.material-symbols-outlined.lg\:wght-437{--icon-wght: 437}.material-symbols-outlined.lg\:wght-438{--icon-wght: 438}.material-symbols-outlined.lg\:wght-439{--icon-wght: 439}.material-symbols-outlined.lg\:wght-440{--icon-wght: 440}.material-symbols-outlined.lg\:wght-441{--icon-wght: 441}.material-symbols-outlined.lg\:wght-442{--icon-wght: 442}.material-symbols-outlined.lg\:wght-443{--icon-wght: 443}.material-symbols-outlined.lg\:wght-444{--icon-wght: 444}.material-symbols-outlined.lg\:wght-445{--icon-wght: 445}.material-symbols-outlined.lg\:wght-446{--icon-wght: 446}.material-symbols-outlined.lg\:wght-447{--icon-wght: 447}.material-symbols-outlined.lg\:wght-448{--icon-wght: 448}.material-symbols-outlined.lg\:wght-449{--icon-wght: 449}.material-symbols-outlined.lg\:wght-450{--icon-wght: 450}.material-symbols-outlined.lg\:wght-451{--icon-wght: 451}.material-symbols-outlined.lg\:wght-452{--icon-wght: 452}.material-symbols-outlined.lg\:wght-453{--icon-wght: 453}.material-symbols-outlined.lg\:wght-454{--icon-wght: 454}.material-symbols-outlined.lg\:wght-455{--icon-wght: 455}.material-symbols-outlined.lg\:wght-456{--icon-wght: 456}.material-symbols-outlined.lg\:wght-457{--icon-wght: 457}.material-symbols-outlined.lg\:wght-458{--icon-wght: 458}.material-symbols-outlined.lg\:wght-459{--icon-wght: 459}.material-symbols-outlined.lg\:wght-460{--icon-wght: 460}.material-symbols-outlined.lg\:wght-461{--icon-wght: 461}.material-symbols-outlined.lg\:wght-462{--icon-wght: 462}.material-symbols-outlined.lg\:wght-463{--icon-wght: 463}.material-symbols-outlined.lg\:wght-464{--icon-wght: 464}.material-symbols-outlined.lg\:wght-465{--icon-wght: 465}.material-symbols-outlined.lg\:wght-466{--icon-wght: 466}.material-symbols-outlined.lg\:wght-467{--icon-wght: 467}.material-symbols-outlined.lg\:wght-468{--icon-wght: 468}.material-symbols-outlined.lg\:wght-469{--icon-wght: 469}.material-symbols-outlined.lg\:wght-470{--icon-wght: 470}.material-symbols-outlined.lg\:wght-471{--icon-wght: 471}.material-symbols-outlined.lg\:wght-472{--icon-wght: 472}.material-symbols-outlined.lg\:wght-473{--icon-wght: 473}.material-symbols-outlined.lg\:wght-474{--icon-wght: 474}.material-symbols-outlined.lg\:wght-475{--icon-wght: 475}.material-symbols-outlined.lg\:wght-476{--icon-wght: 476}.material-symbols-outlined.lg\:wght-477{--icon-wght: 477}.material-symbols-outlined.lg\:wght-478{--icon-wght: 478}.material-symbols-outlined.lg\:wght-479{--icon-wght: 479}.material-symbols-outlined.lg\:wght-480{--icon-wght: 480}.material-symbols-outlined.lg\:wght-481{--icon-wght: 481}.material-symbols-outlined.lg\:wght-482{--icon-wght: 482}.material-symbols-outlined.lg\:wght-483{--icon-wght: 483}.material-symbols-outlined.lg\:wght-484{--icon-wght: 484}.material-symbols-outlined.lg\:wght-485{--icon-wght: 485}.material-symbols-outlined.lg\:wght-486{--icon-wght: 486}.material-symbols-outlined.lg\:wght-487{--icon-wght: 487}.material-symbols-outlined.lg\:wght-488{--icon-wght: 488}.material-symbols-outlined.lg\:wght-489{--icon-wght: 489}.material-symbols-outlined.lg\:wght-490{--icon-wght: 490}.material-symbols-outlined.lg\:wght-491{--icon-wght: 491}.material-symbols-outlined.lg\:wght-492{--icon-wght: 492}.material-symbols-outlined.lg\:wght-493{--icon-wght: 493}.material-symbols-outlined.lg\:wght-494{--icon-wght: 494}.material-symbols-outlined.lg\:wght-495{--icon-wght: 495}.material-symbols-outlined.lg\:wght-496{--icon-wght: 496}.material-symbols-outlined.lg\:wght-497{--icon-wght: 497}.material-symbols-outlined.lg\:wght-498{--icon-wght: 498}.material-symbols-outlined.lg\:wght-499{--icon-wght: 499}.material-symbols-outlined.lg\:wght-500{--icon-wght: 500}.material-symbols-outlined.lg\:wght-501{--icon-wght: 501}.material-symbols-outlined.lg\:wght-502{--icon-wght: 502}.material-symbols-outlined.lg\:wght-503{--icon-wght: 503}.material-symbols-outlined.lg\:wght-504{--icon-wght: 504}.material-symbols-outlined.lg\:wght-505{--icon-wght: 505}.material-symbols-outlined.lg\:wght-506{--icon-wght: 506}.material-symbols-outlined.lg\:wght-507{--icon-wght: 507}.material-symbols-outlined.lg\:wght-508{--icon-wght: 508}.material-symbols-outlined.lg\:wght-509{--icon-wght: 509}.material-symbols-outlined.lg\:wght-510{--icon-wght: 510}.material-symbols-outlined.lg\:wght-511{--icon-wght: 511}.material-symbols-outlined.lg\:wght-512{--icon-wght: 512}.material-symbols-outlined.lg\:wght-513{--icon-wght: 513}.material-symbols-outlined.lg\:wght-514{--icon-wght: 514}.material-symbols-outlined.lg\:wght-515{--icon-wght: 515}.material-symbols-outlined.lg\:wght-516{--icon-wght: 516}.material-symbols-outlined.lg\:wght-517{--icon-wght: 517}.material-symbols-outlined.lg\:wght-518{--icon-wght: 518}.material-symbols-outlined.lg\:wght-519{--icon-wght: 519}.material-symbols-outlined.lg\:wght-520{--icon-wght: 520}.material-symbols-outlined.lg\:wght-521{--icon-wght: 521}.material-symbols-outlined.lg\:wght-522{--icon-wght: 522}.material-symbols-outlined.lg\:wght-523{--icon-wght: 523}.material-symbols-outlined.lg\:wght-524{--icon-wght: 524}.material-symbols-outlined.lg\:wght-525{--icon-wght: 525}.material-symbols-outlined.lg\:wght-526{--icon-wght: 526}.material-symbols-outlined.lg\:wght-527{--icon-wght: 527}.material-symbols-outlined.lg\:wght-528{--icon-wght: 528}.material-symbols-outlined.lg\:wght-529{--icon-wght: 529}.material-symbols-outlined.lg\:wght-530{--icon-wght: 530}.material-symbols-outlined.lg\:wght-531{--icon-wght: 531}.material-symbols-outlined.lg\:wght-532{--icon-wght: 532}.material-symbols-outlined.lg\:wght-533{--icon-wght: 533}.material-symbols-outlined.lg\:wght-534{--icon-wght: 534}.material-symbols-outlined.lg\:wght-535{--icon-wght: 535}.material-symbols-outlined.lg\:wght-536{--icon-wght: 536}.material-symbols-outlined.lg\:wght-537{--icon-wght: 537}.material-symbols-outlined.lg\:wght-538{--icon-wght: 538}.material-symbols-outlined.lg\:wght-539{--icon-wght: 539}.material-symbols-outlined.lg\:wght-540{--icon-wght: 540}.material-symbols-outlined.lg\:wght-541{--icon-wght: 541}.material-symbols-outlined.lg\:wght-542{--icon-wght: 542}.material-symbols-outlined.lg\:wght-543{--icon-wght: 543}.material-symbols-outlined.lg\:wght-544{--icon-wght: 544}.material-symbols-outlined.lg\:wght-545{--icon-wght: 545}.material-symbols-outlined.lg\:wght-546{--icon-wght: 546}.material-symbols-outlined.lg\:wght-547{--icon-wght: 547}.material-symbols-outlined.lg\:wght-548{--icon-wght: 548}.material-symbols-outlined.lg\:wght-549{--icon-wght: 549}.material-symbols-outlined.lg\:wght-550{--icon-wght: 550}.material-symbols-outlined.lg\:wght-551{--icon-wght: 551}.material-symbols-outlined.lg\:wght-552{--icon-wght: 552}.material-symbols-outlined.lg\:wght-553{--icon-wght: 553}.material-symbols-outlined.lg\:wght-554{--icon-wght: 554}.material-symbols-outlined.lg\:wght-555{--icon-wght: 555}.material-symbols-outlined.lg\:wght-556{--icon-wght: 556}.material-symbols-outlined.lg\:wght-557{--icon-wght: 557}.material-symbols-outlined.lg\:wght-558{--icon-wght: 558}.material-symbols-outlined.lg\:wght-559{--icon-wght: 559}.material-symbols-outlined.lg\:wght-560{--icon-wght: 560}.material-symbols-outlined.lg\:wght-561{--icon-wght: 561}.material-symbols-outlined.lg\:wght-562{--icon-wght: 562}.material-symbols-outlined.lg\:wght-563{--icon-wght: 563}.material-symbols-outlined.lg\:wght-564{--icon-wght: 564}.material-symbols-outlined.lg\:wght-565{--icon-wght: 565}.material-symbols-outlined.lg\:wght-566{--icon-wght: 566}.material-symbols-outlined.lg\:wght-567{--icon-wght: 567}.material-symbols-outlined.lg\:wght-568{--icon-wght: 568}.material-symbols-outlined.lg\:wght-569{--icon-wght: 569}.material-symbols-outlined.lg\:wght-570{--icon-wght: 570}.material-symbols-outlined.lg\:wght-571{--icon-wght: 571}.material-symbols-outlined.lg\:wght-572{--icon-wght: 572}.material-symbols-outlined.lg\:wght-573{--icon-wght: 573}.material-symbols-outlined.lg\:wght-574{--icon-wght: 574}.material-symbols-outlined.lg\:wght-575{--icon-wght: 575}.material-symbols-outlined.lg\:wght-576{--icon-wght: 576}.material-symbols-outlined.lg\:wght-577{--icon-wght: 577}.material-symbols-outlined.lg\:wght-578{--icon-wght: 578}.material-symbols-outlined.lg\:wght-579{--icon-wght: 579}.material-symbols-outlined.lg\:wght-580{--icon-wght: 580}.material-symbols-outlined.lg\:wght-581{--icon-wght: 581}.material-symbols-outlined.lg\:wght-582{--icon-wght: 582}.material-symbols-outlined.lg\:wght-583{--icon-wght: 583}.material-symbols-outlined.lg\:wght-584{--icon-wght: 584}.material-symbols-outlined.lg\:wght-585{--icon-wght: 585}.material-symbols-outlined.lg\:wght-586{--icon-wght: 586}.material-symbols-outlined.lg\:wght-587{--icon-wght: 587}.material-symbols-outlined.lg\:wght-588{--icon-wght: 588}.material-symbols-outlined.lg\:wght-589{--icon-wght: 589}.material-symbols-outlined.lg\:wght-590{--icon-wght: 590}.material-symbols-outlined.lg\:wght-591{--icon-wght: 591}.material-symbols-outlined.lg\:wght-592{--icon-wght: 592}.material-symbols-outlined.lg\:wght-593{--icon-wght: 593}.material-symbols-outlined.lg\:wght-594{--icon-wght: 594}.material-symbols-outlined.lg\:wght-595{--icon-wght: 595}.material-symbols-outlined.lg\:wght-596{--icon-wght: 596}.material-symbols-outlined.lg\:wght-597{--icon-wght: 597}.material-symbols-outlined.lg\:wght-598{--icon-wght: 598}.material-symbols-outlined.lg\:wght-599{--icon-wght: 599}.material-symbols-outlined.lg\:wght-600{--icon-wght: 600}.material-symbols-outlined.lg\:wght-601{--icon-wght: 601}.material-symbols-outlined.lg\:wght-602{--icon-wght: 602}.material-symbols-outlined.lg\:wght-603{--icon-wght: 603}.material-symbols-outlined.lg\:wght-604{--icon-wght: 604}.material-symbols-outlined.lg\:wght-605{--icon-wght: 605}.material-symbols-outlined.lg\:wght-606{--icon-wght: 606}.material-symbols-outlined.lg\:wght-607{--icon-wght: 607}.material-symbols-outlined.lg\:wght-608{--icon-wght: 608}.material-symbols-outlined.lg\:wght-609{--icon-wght: 609}.material-symbols-outlined.lg\:wght-610{--icon-wght: 610}.material-symbols-outlined.lg\:wght-611{--icon-wght: 611}.material-symbols-outlined.lg\:wght-612{--icon-wght: 612}.material-symbols-outlined.lg\:wght-613{--icon-wght: 613}.material-symbols-outlined.lg\:wght-614{--icon-wght: 614}.material-symbols-outlined.lg\:wght-615{--icon-wght: 615}.material-symbols-outlined.lg\:wght-616{--icon-wght: 616}.material-symbols-outlined.lg\:wght-617{--icon-wght: 617}.material-symbols-outlined.lg\:wght-618{--icon-wght: 618}.material-symbols-outlined.lg\:wght-619{--icon-wght: 619}.material-symbols-outlined.lg\:wght-620{--icon-wght: 620}.material-symbols-outlined.lg\:wght-621{--icon-wght: 621}.material-symbols-outlined.lg\:wght-622{--icon-wght: 622}.material-symbols-outlined.lg\:wght-623{--icon-wght: 623}.material-symbols-outlined.lg\:wght-624{--icon-wght: 624}.material-symbols-outlined.lg\:wght-625{--icon-wght: 625}.material-symbols-outlined.lg\:wght-626{--icon-wght: 626}.material-symbols-outlined.lg\:wght-627{--icon-wght: 627}.material-symbols-outlined.lg\:wght-628{--icon-wght: 628}.material-symbols-outlined.lg\:wght-629{--icon-wght: 629}.material-symbols-outlined.lg\:wght-630{--icon-wght: 630}.material-symbols-outlined.lg\:wght-631{--icon-wght: 631}.material-symbols-outlined.lg\:wght-632{--icon-wght: 632}.material-symbols-outlined.lg\:wght-633{--icon-wght: 633}.material-symbols-outlined.lg\:wght-634{--icon-wght: 634}.material-symbols-outlined.lg\:wght-635{--icon-wght: 635}.material-symbols-outlined.lg\:wght-636{--icon-wght: 636}.material-symbols-outlined.lg\:wght-637{--icon-wght: 637}.material-symbols-outlined.lg\:wght-638{--icon-wght: 638}.material-symbols-outlined.lg\:wght-639{--icon-wght: 639}.material-symbols-outlined.lg\:wght-640{--icon-wght: 640}.material-symbols-outlined.lg\:wght-641{--icon-wght: 641}.material-symbols-outlined.lg\:wght-642{--icon-wght: 642}.material-symbols-outlined.lg\:wght-643{--icon-wght: 643}.material-symbols-outlined.lg\:wght-644{--icon-wght: 644}.material-symbols-outlined.lg\:wght-645{--icon-wght: 645}.material-symbols-outlined.lg\:wght-646{--icon-wght: 646}.material-symbols-outlined.lg\:wght-647{--icon-wght: 647}.material-symbols-outlined.lg\:wght-648{--icon-wght: 648}.material-symbols-outlined.lg\:wght-649{--icon-wght: 649}.material-symbols-outlined.lg\:wght-650{--icon-wght: 650}.material-symbols-outlined.lg\:wght-651{--icon-wght: 651}.material-symbols-outlined.lg\:wght-652{--icon-wght: 652}.material-symbols-outlined.lg\:wght-653{--icon-wght: 653}.material-symbols-outlined.lg\:wght-654{--icon-wght: 654}.material-symbols-outlined.lg\:wght-655{--icon-wght: 655}.material-symbols-outlined.lg\:wght-656{--icon-wght: 656}.material-symbols-outlined.lg\:wght-657{--icon-wght: 657}.material-symbols-outlined.lg\:wght-658{--icon-wght: 658}.material-symbols-outlined.lg\:wght-659{--icon-wght: 659}.material-symbols-outlined.lg\:wght-660{--icon-wght: 660}.material-symbols-outlined.lg\:wght-661{--icon-wght: 661}.material-symbols-outlined.lg\:wght-662{--icon-wght: 662}.material-symbols-outlined.lg\:wght-663{--icon-wght: 663}.material-symbols-outlined.lg\:wght-664{--icon-wght: 664}.material-symbols-outlined.lg\:wght-665{--icon-wght: 665}.material-symbols-outlined.lg\:wght-666{--icon-wght: 666}.material-symbols-outlined.lg\:wght-667{--icon-wght: 667}.material-symbols-outlined.lg\:wght-668{--icon-wght: 668}.material-symbols-outlined.lg\:wght-669{--icon-wght: 669}.material-symbols-outlined.lg\:wght-670{--icon-wght: 670}.material-symbols-outlined.lg\:wght-671{--icon-wght: 671}.material-symbols-outlined.lg\:wght-672{--icon-wght: 672}.material-symbols-outlined.lg\:wght-673{--icon-wght: 673}.material-symbols-outlined.lg\:wght-674{--icon-wght: 674}.material-symbols-outlined.lg\:wght-675{--icon-wght: 675}.material-symbols-outlined.lg\:wght-676{--icon-wght: 676}.material-symbols-outlined.lg\:wght-677{--icon-wght: 677}.material-symbols-outlined.lg\:wght-678{--icon-wght: 678}.material-symbols-outlined.lg\:wght-679{--icon-wght: 679}.material-symbols-outlined.lg\:wght-680{--icon-wght: 680}.material-symbols-outlined.lg\:wght-681{--icon-wght: 681}.material-symbols-outlined.lg\:wght-682{--icon-wght: 682}.material-symbols-outlined.lg\:wght-683{--icon-wght: 683}.material-symbols-outlined.lg\:wght-684{--icon-wght: 684}.material-symbols-outlined.lg\:wght-685{--icon-wght: 685}.material-symbols-outlined.lg\:wght-686{--icon-wght: 686}.material-symbols-outlined.lg\:wght-687{--icon-wght: 687}.material-symbols-outlined.lg\:wght-688{--icon-wght: 688}.material-symbols-outlined.lg\:wght-689{--icon-wght: 689}.material-symbols-outlined.lg\:wght-690{--icon-wght: 690}.material-symbols-outlined.lg\:wght-691{--icon-wght: 691}.material-symbols-outlined.lg\:wght-692{--icon-wght: 692}.material-symbols-outlined.lg\:wght-693{--icon-wght: 693}.material-symbols-outlined.lg\:wght-694{--icon-wght: 694}.material-symbols-outlined.lg\:wght-695{--icon-wght: 695}.material-symbols-outlined.lg\:wght-696{--icon-wght: 696}.material-symbols-outlined.lg\:wght-697{--icon-wght: 697}.material-symbols-outlined.lg\:wght-698{--icon-wght: 698}.material-symbols-outlined.lg\:wght-699{--icon-wght: 699}.material-symbols-outlined.lg\:wght-700{--icon-wght: 700}.material-symbols-outlined.lg\:wght-701{--icon-wght: 701}.material-symbols-outlined.lg\:wght-702{--icon-wght: 702}.material-symbols-outlined.lg\:wght-703{--icon-wght: 703}.material-symbols-outlined.lg\:wght-704{--icon-wght: 704}.material-symbols-outlined.lg\:wght-705{--icon-wght: 705}.material-symbols-outlined.lg\:wght-706{--icon-wght: 706}.material-symbols-outlined.lg\:wght-707{--icon-wght: 707}.material-symbols-outlined.lg\:wght-708{--icon-wght: 708}.material-symbols-outlined.lg\:wght-709{--icon-wght: 709}.material-symbols-outlined.lg\:wght-710{--icon-wght: 710}.material-symbols-outlined.lg\:wght-711{--icon-wght: 711}.material-symbols-outlined.lg\:wght-712{--icon-wght: 712}.material-symbols-outlined.lg\:wght-713{--icon-wght: 713}.material-symbols-outlined.lg\:wght-714{--icon-wght: 714}.material-symbols-outlined.lg\:wght-715{--icon-wght: 715}.material-symbols-outlined.lg\:wght-716{--icon-wght: 716}.material-symbols-outlined.lg\:wght-717{--icon-wght: 717}.material-symbols-outlined.lg\:wght-718{--icon-wght: 718}.material-symbols-outlined.lg\:wght-719{--icon-wght: 719}.material-symbols-outlined.lg\:wght-720{--icon-wght: 720}.material-symbols-outlined.lg\:wght-721{--icon-wght: 721}.material-symbols-outlined.lg\:wght-722{--icon-wght: 722}.material-symbols-outlined.lg\:wght-723{--icon-wght: 723}.material-symbols-outlined.lg\:wght-724{--icon-wght: 724}.material-symbols-outlined.lg\:wght-725{--icon-wght: 725}.material-symbols-outlined.lg\:wght-726{--icon-wght: 726}.material-symbols-outlined.lg\:wght-727{--icon-wght: 727}.material-symbols-outlined.lg\:wght-728{--icon-wght: 728}.material-symbols-outlined.lg\:wght-729{--icon-wght: 729}.material-symbols-outlined.lg\:wght-730{--icon-wght: 730}.material-symbols-outlined.lg\:wght-731{--icon-wght: 731}.material-symbols-outlined.lg\:wght-732{--icon-wght: 732}.material-symbols-outlined.lg\:wght-733{--icon-wght: 733}.material-symbols-outlined.lg\:wght-734{--icon-wght: 734}.material-symbols-outlined.lg\:wght-735{--icon-wght: 735}.material-symbols-outlined.lg\:wght-736{--icon-wght: 736}.material-symbols-outlined.lg\:wght-737{--icon-wght: 737}.material-symbols-outlined.lg\:wght-738{--icon-wght: 738}.material-symbols-outlined.lg\:wght-739{--icon-wght: 739}.material-symbols-outlined.lg\:wght-740{--icon-wght: 740}.material-symbols-outlined.lg\:wght-741{--icon-wght: 741}.material-symbols-outlined.lg\:wght-742{--icon-wght: 742}.material-symbols-outlined.lg\:wght-743{--icon-wght: 743}.material-symbols-outlined.lg\:wght-744{--icon-wght: 744}.material-symbols-outlined.lg\:wght-745{--icon-wght: 745}.material-symbols-outlined.lg\:wght-746{--icon-wght: 746}.material-symbols-outlined.lg\:wght-747{--icon-wght: 747}.material-symbols-outlined.lg\:wght-748{--icon-wght: 748}.material-symbols-outlined.lg\:wght-749{--icon-wght: 749}.material-symbols-outlined.lg\:wght-750{--icon-wght: 750}.material-symbols-outlined.lg\:wght-751{--icon-wght: 751}.material-symbols-outlined.lg\:wght-752{--icon-wght: 752}.material-symbols-outlined.lg\:wght-753{--icon-wght: 753}.material-symbols-outlined.lg\:wght-754{--icon-wght: 754}.material-symbols-outlined.lg\:wght-755{--icon-wght: 755}.material-symbols-outlined.lg\:wght-756{--icon-wght: 756}.material-symbols-outlined.lg\:wght-757{--icon-wght: 757}.material-symbols-outlined.lg\:wght-758{--icon-wght: 758}.material-symbols-outlined.lg\:wght-759{--icon-wght: 759}.material-symbols-outlined.lg\:wght-760{--icon-wght: 760}.material-symbols-outlined.lg\:wght-761{--icon-wght: 761}.material-symbols-outlined.lg\:wght-762{--icon-wght: 762}.material-symbols-outlined.lg\:wght-763{--icon-wght: 763}.material-symbols-outlined.lg\:wght-764{--icon-wght: 764}.material-symbols-outlined.lg\:wght-765{--icon-wght: 765}.material-symbols-outlined.lg\:wght-766{--icon-wght: 766}.material-symbols-outlined.lg\:wght-767{--icon-wght: 767}.material-symbols-outlined.lg\:wght-768{--icon-wght: 768}.material-symbols-outlined.lg\:wght-769{--icon-wght: 769}.material-symbols-outlined.lg\:wght-770{--icon-wght: 770}.material-symbols-outlined.lg\:wght-771{--icon-wght: 771}.material-symbols-outlined.lg\:wght-772{--icon-wght: 772}.material-symbols-outlined.lg\:wght-773{--icon-wght: 773}.material-symbols-outlined.lg\:wght-774{--icon-wght: 774}.material-symbols-outlined.lg\:wght-775{--icon-wght: 775}.material-symbols-outlined.lg\:wght-776{--icon-wght: 776}.material-symbols-outlined.lg\:wght-777{--icon-wght: 777}.material-symbols-outlined.lg\:wght-778{--icon-wght: 778}.material-symbols-outlined.lg\:wght-779{--icon-wght: 779}.material-symbols-outlined.lg\:wght-780{--icon-wght: 780}.material-symbols-outlined.lg\:wght-781{--icon-wght: 781}.material-symbols-outlined.lg\:wght-782{--icon-wght: 782}.material-symbols-outlined.lg\:wght-783{--icon-wght: 783}.material-symbols-outlined.lg\:wght-784{--icon-wght: 784}.material-symbols-outlined.lg\:wght-785{--icon-wght: 785}.material-symbols-outlined.lg\:wght-786{--icon-wght: 786}.material-symbols-outlined.lg\:wght-787{--icon-wght: 787}.material-symbols-outlined.lg\:wght-788{--icon-wght: 788}.material-symbols-outlined.lg\:wght-789{--icon-wght: 789}.material-symbols-outlined.lg\:wght-790{--icon-wght: 790}.material-symbols-outlined.lg\:wght-791{--icon-wght: 791}.material-symbols-outlined.lg\:wght-792{--icon-wght: 792}.material-symbols-outlined.lg\:wght-793{--icon-wght: 793}.material-symbols-outlined.lg\:wght-794{--icon-wght: 794}.material-symbols-outlined.lg\:wght-795{--icon-wght: 795}.material-symbols-outlined.lg\:wght-796{--icon-wght: 796}.material-symbols-outlined.lg\:wght-797{--icon-wght: 797}.material-symbols-outlined.lg\:wght-798{--icon-wght: 798}.material-symbols-outlined.lg\:wght-799{--icon-wght: 799}.material-symbols-outlined.lg\:wght-800{--icon-wght: 800}.material-symbols-outlined.lg\:wght-801{--icon-wght: 801}.material-symbols-outlined.lg\:wght-802{--icon-wght: 802}.material-symbols-outlined.lg\:wght-803{--icon-wght: 803}.material-symbols-outlined.lg\:wght-804{--icon-wght: 804}.material-symbols-outlined.lg\:wght-805{--icon-wght: 805}.material-symbols-outlined.lg\:wght-806{--icon-wght: 806}.material-symbols-outlined.lg\:wght-807{--icon-wght: 807}.material-symbols-outlined.lg\:wght-808{--icon-wght: 808}.material-symbols-outlined.lg\:wght-809{--icon-wght: 809}.material-symbols-outlined.lg\:wght-810{--icon-wght: 810}.material-symbols-outlined.lg\:wght-811{--icon-wght: 811}.material-symbols-outlined.lg\:wght-812{--icon-wght: 812}.material-symbols-outlined.lg\:wght-813{--icon-wght: 813}.material-symbols-outlined.lg\:wght-814{--icon-wght: 814}.material-symbols-outlined.lg\:wght-815{--icon-wght: 815}.material-symbols-outlined.lg\:wght-816{--icon-wght: 816}.material-symbols-outlined.lg\:wght-817{--icon-wght: 817}.material-symbols-outlined.lg\:wght-818{--icon-wght: 818}.material-symbols-outlined.lg\:wght-819{--icon-wght: 819}.material-symbols-outlined.lg\:wght-820{--icon-wght: 820}.material-symbols-outlined.lg\:wght-821{--icon-wght: 821}.material-symbols-outlined.lg\:wght-822{--icon-wght: 822}.material-symbols-outlined.lg\:wght-823{--icon-wght: 823}.material-symbols-outlined.lg\:wght-824{--icon-wght: 824}.material-symbols-outlined.lg\:wght-825{--icon-wght: 825}.material-symbols-outlined.lg\:wght-826{--icon-wght: 826}.material-symbols-outlined.lg\:wght-827{--icon-wght: 827}.material-symbols-outlined.lg\:wght-828{--icon-wght: 828}.material-symbols-outlined.lg\:wght-829{--icon-wght: 829}.material-symbols-outlined.lg\:wght-830{--icon-wght: 830}.material-symbols-outlined.lg\:wght-831{--icon-wght: 831}.material-symbols-outlined.lg\:wght-832{--icon-wght: 832}.material-symbols-outlined.lg\:wght-833{--icon-wght: 833}.material-symbols-outlined.lg\:wght-834{--icon-wght: 834}.material-symbols-outlined.lg\:wght-835{--icon-wght: 835}.material-symbols-outlined.lg\:wght-836{--icon-wght: 836}.material-symbols-outlined.lg\:wght-837{--icon-wght: 837}.material-symbols-outlined.lg\:wght-838{--icon-wght: 838}.material-symbols-outlined.lg\:wght-839{--icon-wght: 839}.material-symbols-outlined.lg\:wght-840{--icon-wght: 840}.material-symbols-outlined.lg\:wght-841{--icon-wght: 841}.material-symbols-outlined.lg\:wght-842{--icon-wght: 842}.material-symbols-outlined.lg\:wght-843{--icon-wght: 843}.material-symbols-outlined.lg\:wght-844{--icon-wght: 844}.material-symbols-outlined.lg\:wght-845{--icon-wght: 845}.material-symbols-outlined.lg\:wght-846{--icon-wght: 846}.material-symbols-outlined.lg\:wght-847{--icon-wght: 847}.material-symbols-outlined.lg\:wght-848{--icon-wght: 848}.material-symbols-outlined.lg\:wght-849{--icon-wght: 849}.material-symbols-outlined.lg\:wght-850{--icon-wght: 850}.material-symbols-outlined.lg\:wght-851{--icon-wght: 851}.material-symbols-outlined.lg\:wght-852{--icon-wght: 852}.material-symbols-outlined.lg\:wght-853{--icon-wght: 853}.material-symbols-outlined.lg\:wght-854{--icon-wght: 854}.material-symbols-outlined.lg\:wght-855{--icon-wght: 855}.material-symbols-outlined.lg\:wght-856{--icon-wght: 856}.material-symbols-outlined.lg\:wght-857{--icon-wght: 857}.material-symbols-outlined.lg\:wght-858{--icon-wght: 858}.material-symbols-outlined.lg\:wght-859{--icon-wght: 859}.material-symbols-outlined.lg\:wght-860{--icon-wght: 860}.material-symbols-outlined.lg\:wght-861{--icon-wght: 861}.material-symbols-outlined.lg\:wght-862{--icon-wght: 862}.material-symbols-outlined.lg\:wght-863{--icon-wght: 863}.material-symbols-outlined.lg\:wght-864{--icon-wght: 864}.material-symbols-outlined.lg\:wght-865{--icon-wght: 865}.material-symbols-outlined.lg\:wght-866{--icon-wght: 866}.material-symbols-outlined.lg\:wght-867{--icon-wght: 867}.material-symbols-outlined.lg\:wght-868{--icon-wght: 868}.material-symbols-outlined.lg\:wght-869{--icon-wght: 869}.material-symbols-outlined.lg\:wght-870{--icon-wght: 870}.material-symbols-outlined.lg\:wght-871{--icon-wght: 871}.material-symbols-outlined.lg\:wght-872{--icon-wght: 872}.material-symbols-outlined.lg\:wght-873{--icon-wght: 873}.material-symbols-outlined.lg\:wght-874{--icon-wght: 874}.material-symbols-outlined.lg\:wght-875{--icon-wght: 875}.material-symbols-outlined.lg\:wght-876{--icon-wght: 876}.material-symbols-outlined.lg\:wght-877{--icon-wght: 877}.material-symbols-outlined.lg\:wght-878{--icon-wght: 878}.material-symbols-outlined.lg\:wght-879{--icon-wght: 879}.material-symbols-outlined.lg\:wght-880{--icon-wght: 880}.material-symbols-outlined.lg\:wght-881{--icon-wght: 881}.material-symbols-outlined.lg\:wght-882{--icon-wght: 882}.material-symbols-outlined.lg\:wght-883{--icon-wght: 883}.material-symbols-outlined.lg\:wght-884{--icon-wght: 884}.material-symbols-outlined.lg\:wght-885{--icon-wght: 885}.material-symbols-outlined.lg\:wght-886{--icon-wght: 886}.material-symbols-outlined.lg\:wght-887{--icon-wght: 887}.material-symbols-outlined.lg\:wght-888{--icon-wght: 888}.material-symbols-outlined.lg\:wght-889{--icon-wght: 889}.material-symbols-outlined.lg\:wght-890{--icon-wght: 890}.material-symbols-outlined.lg\:wght-891{--icon-wght: 891}.material-symbols-outlined.lg\:wght-892{--icon-wght: 892}.material-symbols-outlined.lg\:wght-893{--icon-wght: 893}.material-symbols-outlined.lg\:wght-894{--icon-wght: 894}.material-symbols-outlined.lg\:wght-895{--icon-wght: 895}.material-symbols-outlined.lg\:wght-896{--icon-wght: 896}.material-symbols-outlined.lg\:wght-897{--icon-wght: 897}.material-symbols-outlined.lg\:wght-898{--icon-wght: 898}.material-symbols-outlined.lg\:wght-899{--icon-wght: 899}.material-symbols-outlined.lg\:wght-900{--icon-wght: 900}}@media(min-width:1280px){.material-symbols-outlined.xl\:wght-1{--icon-wght: 1}.material-symbols-outlined.xl\:wght-2{--icon-wght: 2}.material-symbols-outlined.xl\:wght-3{--icon-wght: 3}.material-symbols-outlined.xl\:wght-4{--icon-wght: 4}.material-symbols-outlined.xl\:wght-5{--icon-wght: 5}.material-symbols-outlined.xl\:wght-6{--icon-wght: 6}.material-symbols-outlined.xl\:wght-7{--icon-wght: 7}.material-symbols-outlined.xl\:wght-8{--icon-wght: 8}.material-symbols-outlined.xl\:wght-9{--icon-wght: 9}.material-symbols-outlined.xl\:wght-10{--icon-wght: 10}.material-symbols-outlined.xl\:wght-11{--icon-wght: 11}.material-symbols-outlined.xl\:wght-12{--icon-wght: 12}.material-symbols-outlined.xl\:wght-13{--icon-wght: 13}.material-symbols-outlined.xl\:wght-14{--icon-wght: 14}.material-symbols-outlined.xl\:wght-15{--icon-wght: 15}.material-symbols-outlined.xl\:wght-16{--icon-wght: 16}.material-symbols-outlined.xl\:wght-17{--icon-wght: 17}.material-symbols-outlined.xl\:wght-18{--icon-wght: 18}.material-symbols-outlined.xl\:wght-19{--icon-wght: 19}.material-symbols-outlined.xl\:wght-20{--icon-wght: 20}.material-symbols-outlined.xl\:wght-21{--icon-wght: 21}.material-symbols-outlined.xl\:wght-22{--icon-wght: 22}.material-symbols-outlined.xl\:wght-23{--icon-wght: 23}.material-symbols-outlined.xl\:wght-24{--icon-wght: 24}.material-symbols-outlined.xl\:wght-25{--icon-wght: 25}.material-symbols-outlined.xl\:wght-26{--icon-wght: 26}.material-symbols-outlined.xl\:wght-27{--icon-wght: 27}.material-symbols-outlined.xl\:wght-28{--icon-wght: 28}.material-symbols-outlined.xl\:wght-29{--icon-wght: 29}.material-symbols-outlined.xl\:wght-30{--icon-wght: 30}.material-symbols-outlined.xl\:wght-31{--icon-wght: 31}.material-symbols-outlined.xl\:wght-32{--icon-wght: 32}.material-symbols-outlined.xl\:wght-33{--icon-wght: 33}.material-symbols-outlined.xl\:wght-34{--icon-wght: 34}.material-symbols-outlined.xl\:wght-35{--icon-wght: 35}.material-symbols-outlined.xl\:wght-36{--icon-wght: 36}.material-symbols-outlined.xl\:wght-37{--icon-wght: 37}.material-symbols-outlined.xl\:wght-38{--icon-wght: 38}.material-symbols-outlined.xl\:wght-39{--icon-wght: 39}.material-symbols-outlined.xl\:wght-40{--icon-wght: 40}.material-symbols-outlined.xl\:wght-41{--icon-wght: 41}.material-symbols-outlined.xl\:wght-42{--icon-wght: 42}.material-symbols-outlined.xl\:wght-43{--icon-wght: 43}.material-symbols-outlined.xl\:wght-44{--icon-wght: 44}.material-symbols-outlined.xl\:wght-45{--icon-wght: 45}.material-symbols-outlined.xl\:wght-46{--icon-wght: 46}.material-symbols-outlined.xl\:wght-47{--icon-wght: 47}.material-symbols-outlined.xl\:wght-48{--icon-wght: 48}.material-symbols-outlined.xl\:wght-49{--icon-wght: 49}.material-symbols-outlined.xl\:wght-50{--icon-wght: 50}.material-symbols-outlined.xl\:wght-51{--icon-wght: 51}.material-symbols-outlined.xl\:wght-52{--icon-wght: 52}.material-symbols-outlined.xl\:wght-53{--icon-wght: 53}.material-symbols-outlined.xl\:wght-54{--icon-wght: 54}.material-symbols-outlined.xl\:wght-55{--icon-wght: 55}.material-symbols-outlined.xl\:wght-56{--icon-wght: 56}.material-symbols-outlined.xl\:wght-57{--icon-wght: 57}.material-symbols-outlined.xl\:wght-58{--icon-wght: 58}.material-symbols-outlined.xl\:wght-59{--icon-wght: 59}.material-symbols-outlined.xl\:wght-60{--icon-wght: 60}.material-symbols-outlined.xl\:wght-61{--icon-wght: 61}.material-symbols-outlined.xl\:wght-62{--icon-wght: 62}.material-symbols-outlined.xl\:wght-63{--icon-wght: 63}.material-symbols-outlined.xl\:wght-64{--icon-wght: 64}.material-symbols-outlined.xl\:wght-65{--icon-wght: 65}.material-symbols-outlined.xl\:wght-66{--icon-wght: 66}.material-symbols-outlined.xl\:wght-67{--icon-wght: 67}.material-symbols-outlined.xl\:wght-68{--icon-wght: 68}.material-symbols-outlined.xl\:wght-69{--icon-wght: 69}.material-symbols-outlined.xl\:wght-70{--icon-wght: 70}.material-symbols-outlined.xl\:wght-71{--icon-wght: 71}.material-symbols-outlined.xl\:wght-72{--icon-wght: 72}.material-symbols-outlined.xl\:wght-73{--icon-wght: 73}.material-symbols-outlined.xl\:wght-74{--icon-wght: 74}.material-symbols-outlined.xl\:wght-75{--icon-wght: 75}.material-symbols-outlined.xl\:wght-76{--icon-wght: 76}.material-symbols-outlined.xl\:wght-77{--icon-wght: 77}.material-symbols-outlined.xl\:wght-78{--icon-wght: 78}.material-symbols-outlined.xl\:wght-79{--icon-wght: 79}.material-symbols-outlined.xl\:wght-80{--icon-wght: 80}.material-symbols-outlined.xl\:wght-81{--icon-wght: 81}.material-symbols-outlined.xl\:wght-82{--icon-wght: 82}.material-symbols-outlined.xl\:wght-83{--icon-wght: 83}.material-symbols-outlined.xl\:wght-84{--icon-wght: 84}.material-symbols-outlined.xl\:wght-85{--icon-wght: 85}.material-symbols-outlined.xl\:wght-86{--icon-wght: 86}.material-symbols-outlined.xl\:wght-87{--icon-wght: 87}.material-symbols-outlined.xl\:wght-88{--icon-wght: 88}.material-symbols-outlined.xl\:wght-89{--icon-wght: 89}.material-symbols-outlined.xl\:wght-90{--icon-wght: 90}.material-symbols-outlined.xl\:wght-91{--icon-wght: 91}.material-symbols-outlined.xl\:wght-92{--icon-wght: 92}.material-symbols-outlined.xl\:wght-93{--icon-wght: 93}.material-symbols-outlined.xl\:wght-94{--icon-wght: 94}.material-symbols-outlined.xl\:wght-95{--icon-wght: 95}.material-symbols-outlined.xl\:wght-96{--icon-wght: 96}.material-symbols-outlined.xl\:wght-97{--icon-wght: 97}.material-symbols-outlined.xl\:wght-98{--icon-wght: 98}.material-symbols-outlined.xl\:wght-99{--icon-wght: 99}.material-symbols-outlined.xl\:wght-100{--icon-wght: 100}.material-symbols-outlined.xl\:wght-101{--icon-wght: 101}.material-symbols-outlined.xl\:wght-102{--icon-wght: 102}.material-symbols-outlined.xl\:wght-103{--icon-wght: 103}.material-symbols-outlined.xl\:wght-104{--icon-wght: 104}.material-symbols-outlined.xl\:wght-105{--icon-wght: 105}.material-symbols-outlined.xl\:wght-106{--icon-wght: 106}.material-symbols-outlined.xl\:wght-107{--icon-wght: 107}.material-symbols-outlined.xl\:wght-108{--icon-wght: 108}.material-symbols-outlined.xl\:wght-109{--icon-wght: 109}.material-symbols-outlined.xl\:wght-110{--icon-wght: 110}.material-symbols-outlined.xl\:wght-111{--icon-wght: 111}.material-symbols-outlined.xl\:wght-112{--icon-wght: 112}.material-symbols-outlined.xl\:wght-113{--icon-wght: 113}.material-symbols-outlined.xl\:wght-114{--icon-wght: 114}.material-symbols-outlined.xl\:wght-115{--icon-wght: 115}.material-symbols-outlined.xl\:wght-116{--icon-wght: 116}.material-symbols-outlined.xl\:wght-117{--icon-wght: 117}.material-symbols-outlined.xl\:wght-118{--icon-wght: 118}.material-symbols-outlined.xl\:wght-119{--icon-wght: 119}.material-symbols-outlined.xl\:wght-120{--icon-wght: 120}.material-symbols-outlined.xl\:wght-121{--icon-wght: 121}.material-symbols-outlined.xl\:wght-122{--icon-wght: 122}.material-symbols-outlined.xl\:wght-123{--icon-wght: 123}.material-symbols-outlined.xl\:wght-124{--icon-wght: 124}.material-symbols-outlined.xl\:wght-125{--icon-wght: 125}.material-symbols-outlined.xl\:wght-126{--icon-wght: 126}.material-symbols-outlined.xl\:wght-127{--icon-wght: 127}.material-symbols-outlined.xl\:wght-128{--icon-wght: 128}.material-symbols-outlined.xl\:wght-129{--icon-wght: 129}.material-symbols-outlined.xl\:wght-130{--icon-wght: 130}.material-symbols-outlined.xl\:wght-131{--icon-wght: 131}.material-symbols-outlined.xl\:wght-132{--icon-wght: 132}.material-symbols-outlined.xl\:wght-133{--icon-wght: 133}.material-symbols-outlined.xl\:wght-134{--icon-wght: 134}.material-symbols-outlined.xl\:wght-135{--icon-wght: 135}.material-symbols-outlined.xl\:wght-136{--icon-wght: 136}.material-symbols-outlined.xl\:wght-137{--icon-wght: 137}.material-symbols-outlined.xl\:wght-138{--icon-wght: 138}.material-symbols-outlined.xl\:wght-139{--icon-wght: 139}.material-symbols-outlined.xl\:wght-140{--icon-wght: 140}.material-symbols-outlined.xl\:wght-141{--icon-wght: 141}.material-symbols-outlined.xl\:wght-142{--icon-wght: 142}.material-symbols-outlined.xl\:wght-143{--icon-wght: 143}.material-symbols-outlined.xl\:wght-144{--icon-wght: 144}.material-symbols-outlined.xl\:wght-145{--icon-wght: 145}.material-symbols-outlined.xl\:wght-146{--icon-wght: 146}.material-symbols-outlined.xl\:wght-147{--icon-wght: 147}.material-symbols-outlined.xl\:wght-148{--icon-wght: 148}.material-symbols-outlined.xl\:wght-149{--icon-wght: 149}.material-symbols-outlined.xl\:wght-150{--icon-wght: 150}.material-symbols-outlined.xl\:wght-151{--icon-wght: 151}.material-symbols-outlined.xl\:wght-152{--icon-wght: 152}.material-symbols-outlined.xl\:wght-153{--icon-wght: 153}.material-symbols-outlined.xl\:wght-154{--icon-wght: 154}.material-symbols-outlined.xl\:wght-155{--icon-wght: 155}.material-symbols-outlined.xl\:wght-156{--icon-wght: 156}.material-symbols-outlined.xl\:wght-157{--icon-wght: 157}.material-symbols-outlined.xl\:wght-158{--icon-wght: 158}.material-symbols-outlined.xl\:wght-159{--icon-wght: 159}.material-symbols-outlined.xl\:wght-160{--icon-wght: 160}.material-symbols-outlined.xl\:wght-161{--icon-wght: 161}.material-symbols-outlined.xl\:wght-162{--icon-wght: 162}.material-symbols-outlined.xl\:wght-163{--icon-wght: 163}.material-symbols-outlined.xl\:wght-164{--icon-wght: 164}.material-symbols-outlined.xl\:wght-165{--icon-wght: 165}.material-symbols-outlined.xl\:wght-166{--icon-wght: 166}.material-symbols-outlined.xl\:wght-167{--icon-wght: 167}.material-symbols-outlined.xl\:wght-168{--icon-wght: 168}.material-symbols-outlined.xl\:wght-169{--icon-wght: 169}.material-symbols-outlined.xl\:wght-170{--icon-wght: 170}.material-symbols-outlined.xl\:wght-171{--icon-wght: 171}.material-symbols-outlined.xl\:wght-172{--icon-wght: 172}.material-symbols-outlined.xl\:wght-173{--icon-wght: 173}.material-symbols-outlined.xl\:wght-174{--icon-wght: 174}.material-symbols-outlined.xl\:wght-175{--icon-wght: 175}.material-symbols-outlined.xl\:wght-176{--icon-wght: 176}.material-symbols-outlined.xl\:wght-177{--icon-wght: 177}.material-symbols-outlined.xl\:wght-178{--icon-wght: 178}.material-symbols-outlined.xl\:wght-179{--icon-wght: 179}.material-symbols-outlined.xl\:wght-180{--icon-wght: 180}.material-symbols-outlined.xl\:wght-181{--icon-wght: 181}.material-symbols-outlined.xl\:wght-182{--icon-wght: 182}.material-symbols-outlined.xl\:wght-183{--icon-wght: 183}.material-symbols-outlined.xl\:wght-184{--icon-wght: 184}.material-symbols-outlined.xl\:wght-185{--icon-wght: 185}.material-symbols-outlined.xl\:wght-186{--icon-wght: 186}.material-symbols-outlined.xl\:wght-187{--icon-wght: 187}.material-symbols-outlined.xl\:wght-188{--icon-wght: 188}.material-symbols-outlined.xl\:wght-189{--icon-wght: 189}.material-symbols-outlined.xl\:wght-190{--icon-wght: 190}.material-symbols-outlined.xl\:wght-191{--icon-wght: 191}.material-symbols-outlined.xl\:wght-192{--icon-wght: 192}.material-symbols-outlined.xl\:wght-193{--icon-wght: 193}.material-symbols-outlined.xl\:wght-194{--icon-wght: 194}.material-symbols-outlined.xl\:wght-195{--icon-wght: 195}.material-symbols-outlined.xl\:wght-196{--icon-wght: 196}.material-symbols-outlined.xl\:wght-197{--icon-wght: 197}.material-symbols-outlined.xl\:wght-198{--icon-wght: 198}.material-symbols-outlined.xl\:wght-199{--icon-wght: 199}.material-symbols-outlined.xl\:wght-200{--icon-wght: 200}.material-symbols-outlined.xl\:wght-201{--icon-wght: 201}.material-symbols-outlined.xl\:wght-202{--icon-wght: 202}.material-symbols-outlined.xl\:wght-203{--icon-wght: 203}.material-symbols-outlined.xl\:wght-204{--icon-wght: 204}.material-symbols-outlined.xl\:wght-205{--icon-wght: 205}.material-symbols-outlined.xl\:wght-206{--icon-wght: 206}.material-symbols-outlined.xl\:wght-207{--icon-wght: 207}.material-symbols-outlined.xl\:wght-208{--icon-wght: 208}.material-symbols-outlined.xl\:wght-209{--icon-wght: 209}.material-symbols-outlined.xl\:wght-210{--icon-wght: 210}.material-symbols-outlined.xl\:wght-211{--icon-wght: 211}.material-symbols-outlined.xl\:wght-212{--icon-wght: 212}.material-symbols-outlined.xl\:wght-213{--icon-wght: 213}.material-symbols-outlined.xl\:wght-214{--icon-wght: 214}.material-symbols-outlined.xl\:wght-215{--icon-wght: 215}.material-symbols-outlined.xl\:wght-216{--icon-wght: 216}.material-symbols-outlined.xl\:wght-217{--icon-wght: 217}.material-symbols-outlined.xl\:wght-218{--icon-wght: 218}.material-symbols-outlined.xl\:wght-219{--icon-wght: 219}.material-symbols-outlined.xl\:wght-220{--icon-wght: 220}.material-symbols-outlined.xl\:wght-221{--icon-wght: 221}.material-symbols-outlined.xl\:wght-222{--icon-wght: 222}.material-symbols-outlined.xl\:wght-223{--icon-wght: 223}.material-symbols-outlined.xl\:wght-224{--icon-wght: 224}.material-symbols-outlined.xl\:wght-225{--icon-wght: 225}.material-symbols-outlined.xl\:wght-226{--icon-wght: 226}.material-symbols-outlined.xl\:wght-227{--icon-wght: 227}.material-symbols-outlined.xl\:wght-228{--icon-wght: 228}.material-symbols-outlined.xl\:wght-229{--icon-wght: 229}.material-symbols-outlined.xl\:wght-230{--icon-wght: 230}.material-symbols-outlined.xl\:wght-231{--icon-wght: 231}.material-symbols-outlined.xl\:wght-232{--icon-wght: 232}.material-symbols-outlined.xl\:wght-233{--icon-wght: 233}.material-symbols-outlined.xl\:wght-234{--icon-wght: 234}.material-symbols-outlined.xl\:wght-235{--icon-wght: 235}.material-symbols-outlined.xl\:wght-236{--icon-wght: 236}.material-symbols-outlined.xl\:wght-237{--icon-wght: 237}.material-symbols-outlined.xl\:wght-238{--icon-wght: 238}.material-symbols-outlined.xl\:wght-239{--icon-wght: 239}.material-symbols-outlined.xl\:wght-240{--icon-wght: 240}.material-symbols-outlined.xl\:wght-241{--icon-wght: 241}.material-symbols-outlined.xl\:wght-242{--icon-wght: 242}.material-symbols-outlined.xl\:wght-243{--icon-wght: 243}.material-symbols-outlined.xl\:wght-244{--icon-wght: 244}.material-symbols-outlined.xl\:wght-245{--icon-wght: 245}.material-symbols-outlined.xl\:wght-246{--icon-wght: 246}.material-symbols-outlined.xl\:wght-247{--icon-wght: 247}.material-symbols-outlined.xl\:wght-248{--icon-wght: 248}.material-symbols-outlined.xl\:wght-249{--icon-wght: 249}.material-symbols-outlined.xl\:wght-250{--icon-wght: 250}.material-symbols-outlined.xl\:wght-251{--icon-wght: 251}.material-symbols-outlined.xl\:wght-252{--icon-wght: 252}.material-symbols-outlined.xl\:wght-253{--icon-wght: 253}.material-symbols-outlined.xl\:wght-254{--icon-wght: 254}.material-symbols-outlined.xl\:wght-255{--icon-wght: 255}.material-symbols-outlined.xl\:wght-256{--icon-wght: 256}.material-symbols-outlined.xl\:wght-257{--icon-wght: 257}.material-symbols-outlined.xl\:wght-258{--icon-wght: 258}.material-symbols-outlined.xl\:wght-259{--icon-wght: 259}.material-symbols-outlined.xl\:wght-260{--icon-wght: 260}.material-symbols-outlined.xl\:wght-261{--icon-wght: 261}.material-symbols-outlined.xl\:wght-262{--icon-wght: 262}.material-symbols-outlined.xl\:wght-263{--icon-wght: 263}.material-symbols-outlined.xl\:wght-264{--icon-wght: 264}.material-symbols-outlined.xl\:wght-265{--icon-wght: 265}.material-symbols-outlined.xl\:wght-266{--icon-wght: 266}.material-symbols-outlined.xl\:wght-267{--icon-wght: 267}.material-symbols-outlined.xl\:wght-268{--icon-wght: 268}.material-symbols-outlined.xl\:wght-269{--icon-wght: 269}.material-symbols-outlined.xl\:wght-270{--icon-wght: 270}.material-symbols-outlined.xl\:wght-271{--icon-wght: 271}.material-symbols-outlined.xl\:wght-272{--icon-wght: 272}.material-symbols-outlined.xl\:wght-273{--icon-wght: 273}.material-symbols-outlined.xl\:wght-274{--icon-wght: 274}.material-symbols-outlined.xl\:wght-275{--icon-wght: 275}.material-symbols-outlined.xl\:wght-276{--icon-wght: 276}.material-symbols-outlined.xl\:wght-277{--icon-wght: 277}.material-symbols-outlined.xl\:wght-278{--icon-wght: 278}.material-symbols-outlined.xl\:wght-279{--icon-wght: 279}.material-symbols-outlined.xl\:wght-280{--icon-wght: 280}.material-symbols-outlined.xl\:wght-281{--icon-wght: 281}.material-symbols-outlined.xl\:wght-282{--icon-wght: 282}.material-symbols-outlined.xl\:wght-283{--icon-wght: 283}.material-symbols-outlined.xl\:wght-284{--icon-wght: 284}.material-symbols-outlined.xl\:wght-285{--icon-wght: 285}.material-symbols-outlined.xl\:wght-286{--icon-wght: 286}.material-symbols-outlined.xl\:wght-287{--icon-wght: 287}.material-symbols-outlined.xl\:wght-288{--icon-wght: 288}.material-symbols-outlined.xl\:wght-289{--icon-wght: 289}.material-symbols-outlined.xl\:wght-290{--icon-wght: 290}.material-symbols-outlined.xl\:wght-291{--icon-wght: 291}.material-symbols-outlined.xl\:wght-292{--icon-wght: 292}.material-symbols-outlined.xl\:wght-293{--icon-wght: 293}.material-symbols-outlined.xl\:wght-294{--icon-wght: 294}.material-symbols-outlined.xl\:wght-295{--icon-wght: 295}.material-symbols-outlined.xl\:wght-296{--icon-wght: 296}.material-symbols-outlined.xl\:wght-297{--icon-wght: 297}.material-symbols-outlined.xl\:wght-298{--icon-wght: 298}.material-symbols-outlined.xl\:wght-299{--icon-wght: 299}.material-symbols-outlined.xl\:wght-300{--icon-wght: 300}.material-symbols-outlined.xl\:wght-301{--icon-wght: 301}.material-symbols-outlined.xl\:wght-302{--icon-wght: 302}.material-symbols-outlined.xl\:wght-303{--icon-wght: 303}.material-symbols-outlined.xl\:wght-304{--icon-wght: 304}.material-symbols-outlined.xl\:wght-305{--icon-wght: 305}.material-symbols-outlined.xl\:wght-306{--icon-wght: 306}.material-symbols-outlined.xl\:wght-307{--icon-wght: 307}.material-symbols-outlined.xl\:wght-308{--icon-wght: 308}.material-symbols-outlined.xl\:wght-309{--icon-wght: 309}.material-symbols-outlined.xl\:wght-310{--icon-wght: 310}.material-symbols-outlined.xl\:wght-311{--icon-wght: 311}.material-symbols-outlined.xl\:wght-312{--icon-wght: 312}.material-symbols-outlined.xl\:wght-313{--icon-wght: 313}.material-symbols-outlined.xl\:wght-314{--icon-wght: 314}.material-symbols-outlined.xl\:wght-315{--icon-wght: 315}.material-symbols-outlined.xl\:wght-316{--icon-wght: 316}.material-symbols-outlined.xl\:wght-317{--icon-wght: 317}.material-symbols-outlined.xl\:wght-318{--icon-wght: 318}.material-symbols-outlined.xl\:wght-319{--icon-wght: 319}.material-symbols-outlined.xl\:wght-320{--icon-wght: 320}.material-symbols-outlined.xl\:wght-321{--icon-wght: 321}.material-symbols-outlined.xl\:wght-322{--icon-wght: 322}.material-symbols-outlined.xl\:wght-323{--icon-wght: 323}.material-symbols-outlined.xl\:wght-324{--icon-wght: 324}.material-symbols-outlined.xl\:wght-325{--icon-wght: 325}.material-symbols-outlined.xl\:wght-326{--icon-wght: 326}.material-symbols-outlined.xl\:wght-327{--icon-wght: 327}.material-symbols-outlined.xl\:wght-328{--icon-wght: 328}.material-symbols-outlined.xl\:wght-329{--icon-wght: 329}.material-symbols-outlined.xl\:wght-330{--icon-wght: 330}.material-symbols-outlined.xl\:wght-331{--icon-wght: 331}.material-symbols-outlined.xl\:wght-332{--icon-wght: 332}.material-symbols-outlined.xl\:wght-333{--icon-wght: 333}.material-symbols-outlined.xl\:wght-334{--icon-wght: 334}.material-symbols-outlined.xl\:wght-335{--icon-wght: 335}.material-symbols-outlined.xl\:wght-336{--icon-wght: 336}.material-symbols-outlined.xl\:wght-337{--icon-wght: 337}.material-symbols-outlined.xl\:wght-338{--icon-wght: 338}.material-symbols-outlined.xl\:wght-339{--icon-wght: 339}.material-symbols-outlined.xl\:wght-340{--icon-wght: 340}.material-symbols-outlined.xl\:wght-341{--icon-wght: 341}.material-symbols-outlined.xl\:wght-342{--icon-wght: 342}.material-symbols-outlined.xl\:wght-343{--icon-wght: 343}.material-symbols-outlined.xl\:wght-344{--icon-wght: 344}.material-symbols-outlined.xl\:wght-345{--icon-wght: 345}.material-symbols-outlined.xl\:wght-346{--icon-wght: 346}.material-symbols-outlined.xl\:wght-347{--icon-wght: 347}.material-symbols-outlined.xl\:wght-348{--icon-wght: 348}.material-symbols-outlined.xl\:wght-349{--icon-wght: 349}.material-symbols-outlined.xl\:wght-350{--icon-wght: 350}.material-symbols-outlined.xl\:wght-351{--icon-wght: 351}.material-symbols-outlined.xl\:wght-352{--icon-wght: 352}.material-symbols-outlined.xl\:wght-353{--icon-wght: 353}.material-symbols-outlined.xl\:wght-354{--icon-wght: 354}.material-symbols-outlined.xl\:wght-355{--icon-wght: 355}.material-symbols-outlined.xl\:wght-356{--icon-wght: 356}.material-symbols-outlined.xl\:wght-357{--icon-wght: 357}.material-symbols-outlined.xl\:wght-358{--icon-wght: 358}.material-symbols-outlined.xl\:wght-359{--icon-wght: 359}.material-symbols-outlined.xl\:wght-360{--icon-wght: 360}.material-symbols-outlined.xl\:wght-361{--icon-wght: 361}.material-symbols-outlined.xl\:wght-362{--icon-wght: 362}.material-symbols-outlined.xl\:wght-363{--icon-wght: 363}.material-symbols-outlined.xl\:wght-364{--icon-wght: 364}.material-symbols-outlined.xl\:wght-365{--icon-wght: 365}.material-symbols-outlined.xl\:wght-366{--icon-wght: 366}.material-symbols-outlined.xl\:wght-367{--icon-wght: 367}.material-symbols-outlined.xl\:wght-368{--icon-wght: 368}.material-symbols-outlined.xl\:wght-369{--icon-wght: 369}.material-symbols-outlined.xl\:wght-370{--icon-wght: 370}.material-symbols-outlined.xl\:wght-371{--icon-wght: 371}.material-symbols-outlined.xl\:wght-372{--icon-wght: 372}.material-symbols-outlined.xl\:wght-373{--icon-wght: 373}.material-symbols-outlined.xl\:wght-374{--icon-wght: 374}.material-symbols-outlined.xl\:wght-375{--icon-wght: 375}.material-symbols-outlined.xl\:wght-376{--icon-wght: 376}.material-symbols-outlined.xl\:wght-377{--icon-wght: 377}.material-symbols-outlined.xl\:wght-378{--icon-wght: 378}.material-symbols-outlined.xl\:wght-379{--icon-wght: 379}.material-symbols-outlined.xl\:wght-380{--icon-wght: 380}.material-symbols-outlined.xl\:wght-381{--icon-wght: 381}.material-symbols-outlined.xl\:wght-382{--icon-wght: 382}.material-symbols-outlined.xl\:wght-383{--icon-wght: 383}.material-symbols-outlined.xl\:wght-384{--icon-wght: 384}.material-symbols-outlined.xl\:wght-385{--icon-wght: 385}.material-symbols-outlined.xl\:wght-386{--icon-wght: 386}.material-symbols-outlined.xl\:wght-387{--icon-wght: 387}.material-symbols-outlined.xl\:wght-388{--icon-wght: 388}.material-symbols-outlined.xl\:wght-389{--icon-wght: 389}.material-symbols-outlined.xl\:wght-390{--icon-wght: 390}.material-symbols-outlined.xl\:wght-391{--icon-wght: 391}.material-symbols-outlined.xl\:wght-392{--icon-wght: 392}.material-symbols-outlined.xl\:wght-393{--icon-wght: 393}.material-symbols-outlined.xl\:wght-394{--icon-wght: 394}.material-symbols-outlined.xl\:wght-395{--icon-wght: 395}.material-symbols-outlined.xl\:wght-396{--icon-wght: 396}.material-symbols-outlined.xl\:wght-397{--icon-wght: 397}.material-symbols-outlined.xl\:wght-398{--icon-wght: 398}.material-symbols-outlined.xl\:wght-399{--icon-wght: 399}.material-symbols-outlined.xl\:wght-400{--icon-wght: 400}.material-symbols-outlined.xl\:wght-401{--icon-wght: 401}.material-symbols-outlined.xl\:wght-402{--icon-wght: 402}.material-symbols-outlined.xl\:wght-403{--icon-wght: 403}.material-symbols-outlined.xl\:wght-404{--icon-wght: 404}.material-symbols-outlined.xl\:wght-405{--icon-wght: 405}.material-symbols-outlined.xl\:wght-406{--icon-wght: 406}.material-symbols-outlined.xl\:wght-407{--icon-wght: 407}.material-symbols-outlined.xl\:wght-408{--icon-wght: 408}.material-symbols-outlined.xl\:wght-409{--icon-wght: 409}.material-symbols-outlined.xl\:wght-410{--icon-wght: 410}.material-symbols-outlined.xl\:wght-411{--icon-wght: 411}.material-symbols-outlined.xl\:wght-412{--icon-wght: 412}.material-symbols-outlined.xl\:wght-413{--icon-wght: 413}.material-symbols-outlined.xl\:wght-414{--icon-wght: 414}.material-symbols-outlined.xl\:wght-415{--icon-wght: 415}.material-symbols-outlined.xl\:wght-416{--icon-wght: 416}.material-symbols-outlined.xl\:wght-417{--icon-wght: 417}.material-symbols-outlined.xl\:wght-418{--icon-wght: 418}.material-symbols-outlined.xl\:wght-419{--icon-wght: 419}.material-symbols-outlined.xl\:wght-420{--icon-wght: 420}.material-symbols-outlined.xl\:wght-421{--icon-wght: 421}.material-symbols-outlined.xl\:wght-422{--icon-wght: 422}.material-symbols-outlined.xl\:wght-423{--icon-wght: 423}.material-symbols-outlined.xl\:wght-424{--icon-wght: 424}.material-symbols-outlined.xl\:wght-425{--icon-wght: 425}.material-symbols-outlined.xl\:wght-426{--icon-wght: 426}.material-symbols-outlined.xl\:wght-427{--icon-wght: 427}.material-symbols-outlined.xl\:wght-428{--icon-wght: 428}.material-symbols-outlined.xl\:wght-429{--icon-wght: 429}.material-symbols-outlined.xl\:wght-430{--icon-wght: 430}.material-symbols-outlined.xl\:wght-431{--icon-wght: 431}.material-symbols-outlined.xl\:wght-432{--icon-wght: 432}.material-symbols-outlined.xl\:wght-433{--icon-wght: 433}.material-symbols-outlined.xl\:wght-434{--icon-wght: 434}.material-symbols-outlined.xl\:wght-435{--icon-wght: 435}.material-symbols-outlined.xl\:wght-436{--icon-wght: 436}.material-symbols-outlined.xl\:wght-437{--icon-wght: 437}.material-symbols-outlined.xl\:wght-438{--icon-wght: 438}.material-symbols-outlined.xl\:wght-439{--icon-wght: 439}.material-symbols-outlined.xl\:wght-440{--icon-wght: 440}.material-symbols-outlined.xl\:wght-441{--icon-wght: 441}.material-symbols-outlined.xl\:wght-442{--icon-wght: 442}.material-symbols-outlined.xl\:wght-443{--icon-wght: 443}.material-symbols-outlined.xl\:wght-444{--icon-wght: 444}.material-symbols-outlined.xl\:wght-445{--icon-wght: 445}.material-symbols-outlined.xl\:wght-446{--icon-wght: 446}.material-symbols-outlined.xl\:wght-447{--icon-wght: 447}.material-symbols-outlined.xl\:wght-448{--icon-wght: 448}.material-symbols-outlined.xl\:wght-449{--icon-wght: 449}.material-symbols-outlined.xl\:wght-450{--icon-wght: 450}.material-symbols-outlined.xl\:wght-451{--icon-wght: 451}.material-symbols-outlined.xl\:wght-452{--icon-wght: 452}.material-symbols-outlined.xl\:wght-453{--icon-wght: 453}.material-symbols-outlined.xl\:wght-454{--icon-wght: 454}.material-symbols-outlined.xl\:wght-455{--icon-wght: 455}.material-symbols-outlined.xl\:wght-456{--icon-wght: 456}.material-symbols-outlined.xl\:wght-457{--icon-wght: 457}.material-symbols-outlined.xl\:wght-458{--icon-wght: 458}.material-symbols-outlined.xl\:wght-459{--icon-wght: 459}.material-symbols-outlined.xl\:wght-460{--icon-wght: 460}.material-symbols-outlined.xl\:wght-461{--icon-wght: 461}.material-symbols-outlined.xl\:wght-462{--icon-wght: 462}.material-symbols-outlined.xl\:wght-463{--icon-wght: 463}.material-symbols-outlined.xl\:wght-464{--icon-wght: 464}.material-symbols-outlined.xl\:wght-465{--icon-wght: 465}.material-symbols-outlined.xl\:wght-466{--icon-wght: 466}.material-symbols-outlined.xl\:wght-467{--icon-wght: 467}.material-symbols-outlined.xl\:wght-468{--icon-wght: 468}.material-symbols-outlined.xl\:wght-469{--icon-wght: 469}.material-symbols-outlined.xl\:wght-470{--icon-wght: 470}.material-symbols-outlined.xl\:wght-471{--icon-wght: 471}.material-symbols-outlined.xl\:wght-472{--icon-wght: 472}.material-symbols-outlined.xl\:wght-473{--icon-wght: 473}.material-symbols-outlined.xl\:wght-474{--icon-wght: 474}.material-symbols-outlined.xl\:wght-475{--icon-wght: 475}.material-symbols-outlined.xl\:wght-476{--icon-wght: 476}.material-symbols-outlined.xl\:wght-477{--icon-wght: 477}.material-symbols-outlined.xl\:wght-478{--icon-wght: 478}.material-symbols-outlined.xl\:wght-479{--icon-wght: 479}.material-symbols-outlined.xl\:wght-480{--icon-wght: 480}.material-symbols-outlined.xl\:wght-481{--icon-wght: 481}.material-symbols-outlined.xl\:wght-482{--icon-wght: 482}.material-symbols-outlined.xl\:wght-483{--icon-wght: 483}.material-symbols-outlined.xl\:wght-484{--icon-wght: 484}.material-symbols-outlined.xl\:wght-485{--icon-wght: 485}.material-symbols-outlined.xl\:wght-486{--icon-wght: 486}.material-symbols-outlined.xl\:wght-487{--icon-wght: 487}.material-symbols-outlined.xl\:wght-488{--icon-wght: 488}.material-symbols-outlined.xl\:wght-489{--icon-wght: 489}.material-symbols-outlined.xl\:wght-490{--icon-wght: 490}.material-symbols-outlined.xl\:wght-491{--icon-wght: 491}.material-symbols-outlined.xl\:wght-492{--icon-wght: 492}.material-symbols-outlined.xl\:wght-493{--icon-wght: 493}.material-symbols-outlined.xl\:wght-494{--icon-wght: 494}.material-symbols-outlined.xl\:wght-495{--icon-wght: 495}.material-symbols-outlined.xl\:wght-496{--icon-wght: 496}.material-symbols-outlined.xl\:wght-497{--icon-wght: 497}.material-symbols-outlined.xl\:wght-498{--icon-wght: 498}.material-symbols-outlined.xl\:wght-499{--icon-wght: 499}.material-symbols-outlined.xl\:wght-500{--icon-wght: 500}.material-symbols-outlined.xl\:wght-501{--icon-wght: 501}.material-symbols-outlined.xl\:wght-502{--icon-wght: 502}.material-symbols-outlined.xl\:wght-503{--icon-wght: 503}.material-symbols-outlined.xl\:wght-504{--icon-wght: 504}.material-symbols-outlined.xl\:wght-505{--icon-wght: 505}.material-symbols-outlined.xl\:wght-506{--icon-wght: 506}.material-symbols-outlined.xl\:wght-507{--icon-wght: 507}.material-symbols-outlined.xl\:wght-508{--icon-wght: 508}.material-symbols-outlined.xl\:wght-509{--icon-wght: 509}.material-symbols-outlined.xl\:wght-510{--icon-wght: 510}.material-symbols-outlined.xl\:wght-511{--icon-wght: 511}.material-symbols-outlined.xl\:wght-512{--icon-wght: 512}.material-symbols-outlined.xl\:wght-513{--icon-wght: 513}.material-symbols-outlined.xl\:wght-514{--icon-wght: 514}.material-symbols-outlined.xl\:wght-515{--icon-wght: 515}.material-symbols-outlined.xl\:wght-516{--icon-wght: 516}.material-symbols-outlined.xl\:wght-517{--icon-wght: 517}.material-symbols-outlined.xl\:wght-518{--icon-wght: 518}.material-symbols-outlined.xl\:wght-519{--icon-wght: 519}.material-symbols-outlined.xl\:wght-520{--icon-wght: 520}.material-symbols-outlined.xl\:wght-521{--icon-wght: 521}.material-symbols-outlined.xl\:wght-522{--icon-wght: 522}.material-symbols-outlined.xl\:wght-523{--icon-wght: 523}.material-symbols-outlined.xl\:wght-524{--icon-wght: 524}.material-symbols-outlined.xl\:wght-525{--icon-wght: 525}.material-symbols-outlined.xl\:wght-526{--icon-wght: 526}.material-symbols-outlined.xl\:wght-527{--icon-wght: 527}.material-symbols-outlined.xl\:wght-528{--icon-wght: 528}.material-symbols-outlined.xl\:wght-529{--icon-wght: 529}.material-symbols-outlined.xl\:wght-530{--icon-wght: 530}.material-symbols-outlined.xl\:wght-531{--icon-wght: 531}.material-symbols-outlined.xl\:wght-532{--icon-wght: 532}.material-symbols-outlined.xl\:wght-533{--icon-wght: 533}.material-symbols-outlined.xl\:wght-534{--icon-wght: 534}.material-symbols-outlined.xl\:wght-535{--icon-wght: 535}.material-symbols-outlined.xl\:wght-536{--icon-wght: 536}.material-symbols-outlined.xl\:wght-537{--icon-wght: 537}.material-symbols-outlined.xl\:wght-538{--icon-wght: 538}.material-symbols-outlined.xl\:wght-539{--icon-wght: 539}.material-symbols-outlined.xl\:wght-540{--icon-wght: 540}.material-symbols-outlined.xl\:wght-541{--icon-wght: 541}.material-symbols-outlined.xl\:wght-542{--icon-wght: 542}.material-symbols-outlined.xl\:wght-543{--icon-wght: 543}.material-symbols-outlined.xl\:wght-544{--icon-wght: 544}.material-symbols-outlined.xl\:wght-545{--icon-wght: 545}.material-symbols-outlined.xl\:wght-546{--icon-wght: 546}.material-symbols-outlined.xl\:wght-547{--icon-wght: 547}.material-symbols-outlined.xl\:wght-548{--icon-wght: 548}.material-symbols-outlined.xl\:wght-549{--icon-wght: 549}.material-symbols-outlined.xl\:wght-550{--icon-wght: 550}.material-symbols-outlined.xl\:wght-551{--icon-wght: 551}.material-symbols-outlined.xl\:wght-552{--icon-wght: 552}.material-symbols-outlined.xl\:wght-553{--icon-wght: 553}.material-symbols-outlined.xl\:wght-554{--icon-wght: 554}.material-symbols-outlined.xl\:wght-555{--icon-wght: 555}.material-symbols-outlined.xl\:wght-556{--icon-wght: 556}.material-symbols-outlined.xl\:wght-557{--icon-wght: 557}.material-symbols-outlined.xl\:wght-558{--icon-wght: 558}.material-symbols-outlined.xl\:wght-559{--icon-wght: 559}.material-symbols-outlined.xl\:wght-560{--icon-wght: 560}.material-symbols-outlined.xl\:wght-561{--icon-wght: 561}.material-symbols-outlined.xl\:wght-562{--icon-wght: 562}.material-symbols-outlined.xl\:wght-563{--icon-wght: 563}.material-symbols-outlined.xl\:wght-564{--icon-wght: 564}.material-symbols-outlined.xl\:wght-565{--icon-wght: 565}.material-symbols-outlined.xl\:wght-566{--icon-wght: 566}.material-symbols-outlined.xl\:wght-567{--icon-wght: 567}.material-symbols-outlined.xl\:wght-568{--icon-wght: 568}.material-symbols-outlined.xl\:wght-569{--icon-wght: 569}.material-symbols-outlined.xl\:wght-570{--icon-wght: 570}.material-symbols-outlined.xl\:wght-571{--icon-wght: 571}.material-symbols-outlined.xl\:wght-572{--icon-wght: 572}.material-symbols-outlined.xl\:wght-573{--icon-wght: 573}.material-symbols-outlined.xl\:wght-574{--icon-wght: 574}.material-symbols-outlined.xl\:wght-575{--icon-wght: 575}.material-symbols-outlined.xl\:wght-576{--icon-wght: 576}.material-symbols-outlined.xl\:wght-577{--icon-wght: 577}.material-symbols-outlined.xl\:wght-578{--icon-wght: 578}.material-symbols-outlined.xl\:wght-579{--icon-wght: 579}.material-symbols-outlined.xl\:wght-580{--icon-wght: 580}.material-symbols-outlined.xl\:wght-581{--icon-wght: 581}.material-symbols-outlined.xl\:wght-582{--icon-wght: 582}.material-symbols-outlined.xl\:wght-583{--icon-wght: 583}.material-symbols-outlined.xl\:wght-584{--icon-wght: 584}.material-symbols-outlined.xl\:wght-585{--icon-wght: 585}.material-symbols-outlined.xl\:wght-586{--icon-wght: 586}.material-symbols-outlined.xl\:wght-587{--icon-wght: 587}.material-symbols-outlined.xl\:wght-588{--icon-wght: 588}.material-symbols-outlined.xl\:wght-589{--icon-wght: 589}.material-symbols-outlined.xl\:wght-590{--icon-wght: 590}.material-symbols-outlined.xl\:wght-591{--icon-wght: 591}.material-symbols-outlined.xl\:wght-592{--icon-wght: 592}.material-symbols-outlined.xl\:wght-593{--icon-wght: 593}.material-symbols-outlined.xl\:wght-594{--icon-wght: 594}.material-symbols-outlined.xl\:wght-595{--icon-wght: 595}.material-symbols-outlined.xl\:wght-596{--icon-wght: 596}.material-symbols-outlined.xl\:wght-597{--icon-wght: 597}.material-symbols-outlined.xl\:wght-598{--icon-wght: 598}.material-symbols-outlined.xl\:wght-599{--icon-wght: 599}.material-symbols-outlined.xl\:wght-600{--icon-wght: 600}.material-symbols-outlined.xl\:wght-601{--icon-wght: 601}.material-symbols-outlined.xl\:wght-602{--icon-wght: 602}.material-symbols-outlined.xl\:wght-603{--icon-wght: 603}.material-symbols-outlined.xl\:wght-604{--icon-wght: 604}.material-symbols-outlined.xl\:wght-605{--icon-wght: 605}.material-symbols-outlined.xl\:wght-606{--icon-wght: 606}.material-symbols-outlined.xl\:wght-607{--icon-wght: 607}.material-symbols-outlined.xl\:wght-608{--icon-wght: 608}.material-symbols-outlined.xl\:wght-609{--icon-wght: 609}.material-symbols-outlined.xl\:wght-610{--icon-wght: 610}.material-symbols-outlined.xl\:wght-611{--icon-wght: 611}.material-symbols-outlined.xl\:wght-612{--icon-wght: 612}.material-symbols-outlined.xl\:wght-613{--icon-wght: 613}.material-symbols-outlined.xl\:wght-614{--icon-wght: 614}.material-symbols-outlined.xl\:wght-615{--icon-wght: 615}.material-symbols-outlined.xl\:wght-616{--icon-wght: 616}.material-symbols-outlined.xl\:wght-617{--icon-wght: 617}.material-symbols-outlined.xl\:wght-618{--icon-wght: 618}.material-symbols-outlined.xl\:wght-619{--icon-wght: 619}.material-symbols-outlined.xl\:wght-620{--icon-wght: 620}.material-symbols-outlined.xl\:wght-621{--icon-wght: 621}.material-symbols-outlined.xl\:wght-622{--icon-wght: 622}.material-symbols-outlined.xl\:wght-623{--icon-wght: 623}.material-symbols-outlined.xl\:wght-624{--icon-wght: 624}.material-symbols-outlined.xl\:wght-625{--icon-wght: 625}.material-symbols-outlined.xl\:wght-626{--icon-wght: 626}.material-symbols-outlined.xl\:wght-627{--icon-wght: 627}.material-symbols-outlined.xl\:wght-628{--icon-wght: 628}.material-symbols-outlined.xl\:wght-629{--icon-wght: 629}.material-symbols-outlined.xl\:wght-630{--icon-wght: 630}.material-symbols-outlined.xl\:wght-631{--icon-wght: 631}.material-symbols-outlined.xl\:wght-632{--icon-wght: 632}.material-symbols-outlined.xl\:wght-633{--icon-wght: 633}.material-symbols-outlined.xl\:wght-634{--icon-wght: 634}.material-symbols-outlined.xl\:wght-635{--icon-wght: 635}.material-symbols-outlined.xl\:wght-636{--icon-wght: 636}.material-symbols-outlined.xl\:wght-637{--icon-wght: 637}.material-symbols-outlined.xl\:wght-638{--icon-wght: 638}.material-symbols-outlined.xl\:wght-639{--icon-wght: 639}.material-symbols-outlined.xl\:wght-640{--icon-wght: 640}.material-symbols-outlined.xl\:wght-641{--icon-wght: 641}.material-symbols-outlined.xl\:wght-642{--icon-wght: 642}.material-symbols-outlined.xl\:wght-643{--icon-wght: 643}.material-symbols-outlined.xl\:wght-644{--icon-wght: 644}.material-symbols-outlined.xl\:wght-645{--icon-wght: 645}.material-symbols-outlined.xl\:wght-646{--icon-wght: 646}.material-symbols-outlined.xl\:wght-647{--icon-wght: 647}.material-symbols-outlined.xl\:wght-648{--icon-wght: 648}.material-symbols-outlined.xl\:wght-649{--icon-wght: 649}.material-symbols-outlined.xl\:wght-650{--icon-wght: 650}.material-symbols-outlined.xl\:wght-651{--icon-wght: 651}.material-symbols-outlined.xl\:wght-652{--icon-wght: 652}.material-symbols-outlined.xl\:wght-653{--icon-wght: 653}.material-symbols-outlined.xl\:wght-654{--icon-wght: 654}.material-symbols-outlined.xl\:wght-655{--icon-wght: 655}.material-symbols-outlined.xl\:wght-656{--icon-wght: 656}.material-symbols-outlined.xl\:wght-657{--icon-wght: 657}.material-symbols-outlined.xl\:wght-658{--icon-wght: 658}.material-symbols-outlined.xl\:wght-659{--icon-wght: 659}.material-symbols-outlined.xl\:wght-660{--icon-wght: 660}.material-symbols-outlined.xl\:wght-661{--icon-wght: 661}.material-symbols-outlined.xl\:wght-662{--icon-wght: 662}.material-symbols-outlined.xl\:wght-663{--icon-wght: 663}.material-symbols-outlined.xl\:wght-664{--icon-wght: 664}.material-symbols-outlined.xl\:wght-665{--icon-wght: 665}.material-symbols-outlined.xl\:wght-666{--icon-wght: 666}.material-symbols-outlined.xl\:wght-667{--icon-wght: 667}.material-symbols-outlined.xl\:wght-668{--icon-wght: 668}.material-symbols-outlined.xl\:wght-669{--icon-wght: 669}.material-symbols-outlined.xl\:wght-670{--icon-wght: 670}.material-symbols-outlined.xl\:wght-671{--icon-wght: 671}.material-symbols-outlined.xl\:wght-672{--icon-wght: 672}.material-symbols-outlined.xl\:wght-673{--icon-wght: 673}.material-symbols-outlined.xl\:wght-674{--icon-wght: 674}.material-symbols-outlined.xl\:wght-675{--icon-wght: 675}.material-symbols-outlined.xl\:wght-676{--icon-wght: 676}.material-symbols-outlined.xl\:wght-677{--icon-wght: 677}.material-symbols-outlined.xl\:wght-678{--icon-wght: 678}.material-symbols-outlined.xl\:wght-679{--icon-wght: 679}.material-symbols-outlined.xl\:wght-680{--icon-wght: 680}.material-symbols-outlined.xl\:wght-681{--icon-wght: 681}.material-symbols-outlined.xl\:wght-682{--icon-wght: 682}.material-symbols-outlined.xl\:wght-683{--icon-wght: 683}.material-symbols-outlined.xl\:wght-684{--icon-wght: 684}.material-symbols-outlined.xl\:wght-685{--icon-wght: 685}.material-symbols-outlined.xl\:wght-686{--icon-wght: 686}.material-symbols-outlined.xl\:wght-687{--icon-wght: 687}.material-symbols-outlined.xl\:wght-688{--icon-wght: 688}.material-symbols-outlined.xl\:wght-689{--icon-wght: 689}.material-symbols-outlined.xl\:wght-690{--icon-wght: 690}.material-symbols-outlined.xl\:wght-691{--icon-wght: 691}.material-symbols-outlined.xl\:wght-692{--icon-wght: 692}.material-symbols-outlined.xl\:wght-693{--icon-wght: 693}.material-symbols-outlined.xl\:wght-694{--icon-wght: 694}.material-symbols-outlined.xl\:wght-695{--icon-wght: 695}.material-symbols-outlined.xl\:wght-696{--icon-wght: 696}.material-symbols-outlined.xl\:wght-697{--icon-wght: 697}.material-symbols-outlined.xl\:wght-698{--icon-wght: 698}.material-symbols-outlined.xl\:wght-699{--icon-wght: 699}.material-symbols-outlined.xl\:wght-700{--icon-wght: 700}.material-symbols-outlined.xl\:wght-701{--icon-wght: 701}.material-symbols-outlined.xl\:wght-702{--icon-wght: 702}.material-symbols-outlined.xl\:wght-703{--icon-wght: 703}.material-symbols-outlined.xl\:wght-704{--icon-wght: 704}.material-symbols-outlined.xl\:wght-705{--icon-wght: 705}.material-symbols-outlined.xl\:wght-706{--icon-wght: 706}.material-symbols-outlined.xl\:wght-707{--icon-wght: 707}.material-symbols-outlined.xl\:wght-708{--icon-wght: 708}.material-symbols-outlined.xl\:wght-709{--icon-wght: 709}.material-symbols-outlined.xl\:wght-710{--icon-wght: 710}.material-symbols-outlined.xl\:wght-711{--icon-wght: 711}.material-symbols-outlined.xl\:wght-712{--icon-wght: 712}.material-symbols-outlined.xl\:wght-713{--icon-wght: 713}.material-symbols-outlined.xl\:wght-714{--icon-wght: 714}.material-symbols-outlined.xl\:wght-715{--icon-wght: 715}.material-symbols-outlined.xl\:wght-716{--icon-wght: 716}.material-symbols-outlined.xl\:wght-717{--icon-wght: 717}.material-symbols-outlined.xl\:wght-718{--icon-wght: 718}.material-symbols-outlined.xl\:wght-719{--icon-wght: 719}.material-symbols-outlined.xl\:wght-720{--icon-wght: 720}.material-symbols-outlined.xl\:wght-721{--icon-wght: 721}.material-symbols-outlined.xl\:wght-722{--icon-wght: 722}.material-symbols-outlined.xl\:wght-723{--icon-wght: 723}.material-symbols-outlined.xl\:wght-724{--icon-wght: 724}.material-symbols-outlined.xl\:wght-725{--icon-wght: 725}.material-symbols-outlined.xl\:wght-726{--icon-wght: 726}.material-symbols-outlined.xl\:wght-727{--icon-wght: 727}.material-symbols-outlined.xl\:wght-728{--icon-wght: 728}.material-symbols-outlined.xl\:wght-729{--icon-wght: 729}.material-symbols-outlined.xl\:wght-730{--icon-wght: 730}.material-symbols-outlined.xl\:wght-731{--icon-wght: 731}.material-symbols-outlined.xl\:wght-732{--icon-wght: 732}.material-symbols-outlined.xl\:wght-733{--icon-wght: 733}.material-symbols-outlined.xl\:wght-734{--icon-wght: 734}.material-symbols-outlined.xl\:wght-735{--icon-wght: 735}.material-symbols-outlined.xl\:wght-736{--icon-wght: 736}.material-symbols-outlined.xl\:wght-737{--icon-wght: 737}.material-symbols-outlined.xl\:wght-738{--icon-wght: 738}.material-symbols-outlined.xl\:wght-739{--icon-wght: 739}.material-symbols-outlined.xl\:wght-740{--icon-wght: 740}.material-symbols-outlined.xl\:wght-741{--icon-wght: 741}.material-symbols-outlined.xl\:wght-742{--icon-wght: 742}.material-symbols-outlined.xl\:wght-743{--icon-wght: 743}.material-symbols-outlined.xl\:wght-744{--icon-wght: 744}.material-symbols-outlined.xl\:wght-745{--icon-wght: 745}.material-symbols-outlined.xl\:wght-746{--icon-wght: 746}.material-symbols-outlined.xl\:wght-747{--icon-wght: 747}.material-symbols-outlined.xl\:wght-748{--icon-wght: 748}.material-symbols-outlined.xl\:wght-749{--icon-wght: 749}.material-symbols-outlined.xl\:wght-750{--icon-wght: 750}.material-symbols-outlined.xl\:wght-751{--icon-wght: 751}.material-symbols-outlined.xl\:wght-752{--icon-wght: 752}.material-symbols-outlined.xl\:wght-753{--icon-wght: 753}.material-symbols-outlined.xl\:wght-754{--icon-wght: 754}.material-symbols-outlined.xl\:wght-755{--icon-wght: 755}.material-symbols-outlined.xl\:wght-756{--icon-wght: 756}.material-symbols-outlined.xl\:wght-757{--icon-wght: 757}.material-symbols-outlined.xl\:wght-758{--icon-wght: 758}.material-symbols-outlined.xl\:wght-759{--icon-wght: 759}.material-symbols-outlined.xl\:wght-760{--icon-wght: 760}.material-symbols-outlined.xl\:wght-761{--icon-wght: 761}.material-symbols-outlined.xl\:wght-762{--icon-wght: 762}.material-symbols-outlined.xl\:wght-763{--icon-wght: 763}.material-symbols-outlined.xl\:wght-764{--icon-wght: 764}.material-symbols-outlined.xl\:wght-765{--icon-wght: 765}.material-symbols-outlined.xl\:wght-766{--icon-wght: 766}.material-symbols-outlined.xl\:wght-767{--icon-wght: 767}.material-symbols-outlined.xl\:wght-768{--icon-wght: 768}.material-symbols-outlined.xl\:wght-769{--icon-wght: 769}.material-symbols-outlined.xl\:wght-770{--icon-wght: 770}.material-symbols-outlined.xl\:wght-771{--icon-wght: 771}.material-symbols-outlined.xl\:wght-772{--icon-wght: 772}.material-symbols-outlined.xl\:wght-773{--icon-wght: 773}.material-symbols-outlined.xl\:wght-774{--icon-wght: 774}.material-symbols-outlined.xl\:wght-775{--icon-wght: 775}.material-symbols-outlined.xl\:wght-776{--icon-wght: 776}.material-symbols-outlined.xl\:wght-777{--icon-wght: 777}.material-symbols-outlined.xl\:wght-778{--icon-wght: 778}.material-symbols-outlined.xl\:wght-779{--icon-wght: 779}.material-symbols-outlined.xl\:wght-780{--icon-wght: 780}.material-symbols-outlined.xl\:wght-781{--icon-wght: 781}.material-symbols-outlined.xl\:wght-782{--icon-wght: 782}.material-symbols-outlined.xl\:wght-783{--icon-wght: 783}.material-symbols-outlined.xl\:wght-784{--icon-wght: 784}.material-symbols-outlined.xl\:wght-785{--icon-wght: 785}.material-symbols-outlined.xl\:wght-786{--icon-wght: 786}.material-symbols-outlined.xl\:wght-787{--icon-wght: 787}.material-symbols-outlined.xl\:wght-788{--icon-wght: 788}.material-symbols-outlined.xl\:wght-789{--icon-wght: 789}.material-symbols-outlined.xl\:wght-790{--icon-wght: 790}.material-symbols-outlined.xl\:wght-791{--icon-wght: 791}.material-symbols-outlined.xl\:wght-792{--icon-wght: 792}.material-symbols-outlined.xl\:wght-793{--icon-wght: 793}.material-symbols-outlined.xl\:wght-794{--icon-wght: 794}.material-symbols-outlined.xl\:wght-795{--icon-wght: 795}.material-symbols-outlined.xl\:wght-796{--icon-wght: 796}.material-symbols-outlined.xl\:wght-797{--icon-wght: 797}.material-symbols-outlined.xl\:wght-798{--icon-wght: 798}.material-symbols-outlined.xl\:wght-799{--icon-wght: 799}.material-symbols-outlined.xl\:wght-800{--icon-wght: 800}.material-symbols-outlined.xl\:wght-801{--icon-wght: 801}.material-symbols-outlined.xl\:wght-802{--icon-wght: 802}.material-symbols-outlined.xl\:wght-803{--icon-wght: 803}.material-symbols-outlined.xl\:wght-804{--icon-wght: 804}.material-symbols-outlined.xl\:wght-805{--icon-wght: 805}.material-symbols-outlined.xl\:wght-806{--icon-wght: 806}.material-symbols-outlined.xl\:wght-807{--icon-wght: 807}.material-symbols-outlined.xl\:wght-808{--icon-wght: 808}.material-symbols-outlined.xl\:wght-809{--icon-wght: 809}.material-symbols-outlined.xl\:wght-810{--icon-wght: 810}.material-symbols-outlined.xl\:wght-811{--icon-wght: 811}.material-symbols-outlined.xl\:wght-812{--icon-wght: 812}.material-symbols-outlined.xl\:wght-813{--icon-wght: 813}.material-symbols-outlined.xl\:wght-814{--icon-wght: 814}.material-symbols-outlined.xl\:wght-815{--icon-wght: 815}.material-symbols-outlined.xl\:wght-816{--icon-wght: 816}.material-symbols-outlined.xl\:wght-817{--icon-wght: 817}.material-symbols-outlined.xl\:wght-818{--icon-wght: 818}.material-symbols-outlined.xl\:wght-819{--icon-wght: 819}.material-symbols-outlined.xl\:wght-820{--icon-wght: 820}.material-symbols-outlined.xl\:wght-821{--icon-wght: 821}.material-symbols-outlined.xl\:wght-822{--icon-wght: 822}.material-symbols-outlined.xl\:wght-823{--icon-wght: 823}.material-symbols-outlined.xl\:wght-824{--icon-wght: 824}.material-symbols-outlined.xl\:wght-825{--icon-wght: 825}.material-symbols-outlined.xl\:wght-826{--icon-wght: 826}.material-symbols-outlined.xl\:wght-827{--icon-wght: 827}.material-symbols-outlined.xl\:wght-828{--icon-wght: 828}.material-symbols-outlined.xl\:wght-829{--icon-wght: 829}.material-symbols-outlined.xl\:wght-830{--icon-wght: 830}.material-symbols-outlined.xl\:wght-831{--icon-wght: 831}.material-symbols-outlined.xl\:wght-832{--icon-wght: 832}.material-symbols-outlined.xl\:wght-833{--icon-wght: 833}.material-symbols-outlined.xl\:wght-834{--icon-wght: 834}.material-symbols-outlined.xl\:wght-835{--icon-wght: 835}.material-symbols-outlined.xl\:wght-836{--icon-wght: 836}.material-symbols-outlined.xl\:wght-837{--icon-wght: 837}.material-symbols-outlined.xl\:wght-838{--icon-wght: 838}.material-symbols-outlined.xl\:wght-839{--icon-wght: 839}.material-symbols-outlined.xl\:wght-840{--icon-wght: 840}.material-symbols-outlined.xl\:wght-841{--icon-wght: 841}.material-symbols-outlined.xl\:wght-842{--icon-wght: 842}.material-symbols-outlined.xl\:wght-843{--icon-wght: 843}.material-symbols-outlined.xl\:wght-844{--icon-wght: 844}.material-symbols-outlined.xl\:wght-845{--icon-wght: 845}.material-symbols-outlined.xl\:wght-846{--icon-wght: 846}.material-symbols-outlined.xl\:wght-847{--icon-wght: 847}.material-symbols-outlined.xl\:wght-848{--icon-wght: 848}.material-symbols-outlined.xl\:wght-849{--icon-wght: 849}.material-symbols-outlined.xl\:wght-850{--icon-wght: 850}.material-symbols-outlined.xl\:wght-851{--icon-wght: 851}.material-symbols-outlined.xl\:wght-852{--icon-wght: 852}.material-symbols-outlined.xl\:wght-853{--icon-wght: 853}.material-symbols-outlined.xl\:wght-854{--icon-wght: 854}.material-symbols-outlined.xl\:wght-855{--icon-wght: 855}.material-symbols-outlined.xl\:wght-856{--icon-wght: 856}.material-symbols-outlined.xl\:wght-857{--icon-wght: 857}.material-symbols-outlined.xl\:wght-858{--icon-wght: 858}.material-symbols-outlined.xl\:wght-859{--icon-wght: 859}.material-symbols-outlined.xl\:wght-860{--icon-wght: 860}.material-symbols-outlined.xl\:wght-861{--icon-wght: 861}.material-symbols-outlined.xl\:wght-862{--icon-wght: 862}.material-symbols-outlined.xl\:wght-863{--icon-wght: 863}.material-symbols-outlined.xl\:wght-864{--icon-wght: 864}.material-symbols-outlined.xl\:wght-865{--icon-wght: 865}.material-symbols-outlined.xl\:wght-866{--icon-wght: 866}.material-symbols-outlined.xl\:wght-867{--icon-wght: 867}.material-symbols-outlined.xl\:wght-868{--icon-wght: 868}.material-symbols-outlined.xl\:wght-869{--icon-wght: 869}.material-symbols-outlined.xl\:wght-870{--icon-wght: 870}.material-symbols-outlined.xl\:wght-871{--icon-wght: 871}.material-symbols-outlined.xl\:wght-872{--icon-wght: 872}.material-symbols-outlined.xl\:wght-873{--icon-wght: 873}.material-symbols-outlined.xl\:wght-874{--icon-wght: 874}.material-symbols-outlined.xl\:wght-875{--icon-wght: 875}.material-symbols-outlined.xl\:wght-876{--icon-wght: 876}.material-symbols-outlined.xl\:wght-877{--icon-wght: 877}.material-symbols-outlined.xl\:wght-878{--icon-wght: 878}.material-symbols-outlined.xl\:wght-879{--icon-wght: 879}.material-symbols-outlined.xl\:wght-880{--icon-wght: 880}.material-symbols-outlined.xl\:wght-881{--icon-wght: 881}.material-symbols-outlined.xl\:wght-882{--icon-wght: 882}.material-symbols-outlined.xl\:wght-883{--icon-wght: 883}.material-symbols-outlined.xl\:wght-884{--icon-wght: 884}.material-symbols-outlined.xl\:wght-885{--icon-wght: 885}.material-symbols-outlined.xl\:wght-886{--icon-wght: 886}.material-symbols-outlined.xl\:wght-887{--icon-wght: 887}.material-symbols-outlined.xl\:wght-888{--icon-wght: 888}.material-symbols-outlined.xl\:wght-889{--icon-wght: 889}.material-symbols-outlined.xl\:wght-890{--icon-wght: 890}.material-symbols-outlined.xl\:wght-891{--icon-wght: 891}.material-symbols-outlined.xl\:wght-892{--icon-wght: 892}.material-symbols-outlined.xl\:wght-893{--icon-wght: 893}.material-symbols-outlined.xl\:wght-894{--icon-wght: 894}.material-symbols-outlined.xl\:wght-895{--icon-wght: 895}.material-symbols-outlined.xl\:wght-896{--icon-wght: 896}.material-symbols-outlined.xl\:wght-897{--icon-wght: 897}.material-symbols-outlined.xl\:wght-898{--icon-wght: 898}.material-symbols-outlined.xl\:wght-899{--icon-wght: 899}.material-symbols-outlined.xl\:wght-900{--icon-wght: 900}}.skeleton .empty{position:relative;width:100%;height:25px;padding:8px 16px;background:#d6d6d6;border:none;border-radius:100vh;overflow:hidden}.skeleton .empty:not(.none){display:block}.skeleton .empty.w-100{width:100%}.skeleton .empty.w-90{width:90%}.skeleton .empty.w-80{width:80%}.skeleton .empty.w-70{width:70%}.skeleton .empty.w-60{width:60%}.skeleton .empty.w-50{width:50%}.skeleton .empty.w-40{width:40%}.skeleton .empty.w-30{width:30%}.skeleton .empty.w-20{width:20%}.skeleton .empty.w-10{width:10%}@media(min-width:1024px){.skeleton .empty.lg\:w-100{width:100%}.skeleton .empty.lg\:w-90{width:90%}.skeleton .empty.lg\:w-80{width:80%}.skeleton .empty.lg\:w-70{width:70%}.skeleton .empty.lg\:w-60{width:60%}.skeleton .empty.lg\:w-50{width:50%}.skeleton .empty.lg\:w-40{width:40%}.skeleton .empty.lg\:w-30{width:30%}.skeleton .empty.lg\:w-20{width:20%}.skeleton .empty.lg\:w-10{width:10%}}@media(min-width:1024px)and (min-width:1366px){.skeleton .empty.xl\:w-100{width:100%}.skeleton .empty.xl\:w-90{width:90%}.skeleton .empty.xl\:w-80{width:80%}.skeleton .empty.xl\:w-70{width:70%}.skeleton .empty.xl\:w-60{width:60%}.skeleton .empty.xl\:w-50{width:50%}.skeleton .empty.xl\:w-40{width:40%}.skeleton .empty.xl\:w-30{width:30%}.skeleton .empty.xl\:w-20{width:20%}.skeleton .empty.xl\:w-10{width:10%}}.skeleton .empty.box{height:100%;border-radius:5px}.skeleton .empty.icon{width:32px;border-radius:100vh}.skeleton .empty:before{content:"";display:block;position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(to right,transparent 0%,#E8E8E8 50%,transparent 100%);animation:load 2s cubic-bezier(.4,0,.2,1) infinite}@keyframes load{0%{left:-100%}to{left:100%}}.card.fmq-card .card-header{font-family:Work Sans;font-size:24px;font-weight:600;text-align:center}.card.fmq-card .card-content{padding-inline:16px;background-color:#fff}.card.fmq-card .card-content .columna{display:grid;gap:8px;padding-block:16px}.card.fmq-card .card-content .columna:not(:last-of-type){border-bottom:1px solid #D6D6D6}.card.fmq-card .card-content .columna .dato{display:flex;align-items:center;justify-content:space-between;gap:16px}.card.fmq-card .card-content .columna .dato:not(.no-wrap){flex-wrap:wrap}.card.fmq-card .card-content .columna .dato .propiedad{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:400}.card.fmq-card .card-content .columna .dato .propiedad .label{padding:0;color:#333;font-family:Work Sans;font-size:14px;font-weight:500}.card.fmq-card .card-content .columna .dato .propiedad .value{color:#333;font-family:Work Sans;font-size:14px;font-weight:400}.card.fmq-card .card-content .columna .dato .propiedad.important{font-size:16px;font-weight:600;white-space:nowrap}.card.fmq-card .card-content .columna .dato .propiedad.important .label{font-size:16px;font-weight:500}.card.fmq-card .card-content .columna .dato .propiedad.important .value{font-size:16px;font-weight:600}.card.fmq-card .card-content .columna .dato .propiedad.estado{color:#6d6d6d}.card.fmq-card .card-content .columna .dato .propiedad.estado.rojo{color:#da251e}.card.fmq-card .card-content .columna .dato .propiedad.estado.negro{color:#333}.card.fmq-card .card-content .columna .dato .propiedad.estado.verde{color:#49b170}.card.fmq-card .card-content .columna .dato .propiedad.estado.azul,.card.fmq-card .card-content .columna .dato .propiedad.estado.celeste{color:#0637b3}.card.fmq-card .card-content .columna .dato .propiedad.importe .value{font-weight:600}.card.fmq-card .card-content .router-link{display:flex;align-items:center;justify-content:space-between;gap:8px;border:none;padding:0;background:none;color:#333;font-family:Oswald;font-size:16px;font-weight:400}.card.fmq-card .card-content .router-link:focus{outline:none}.card.fmq-card .card-content .router-link:disabled,.card.fmq-card .card-content .router-link.disabled{color:#d6d6d6}.card.fmq-card.red{box-shadow:0 2px 2px #da251e;border-color:#da251e}.fmq-titulo{color:#da251e;font-family:Work Sans;font-style:normal;font-size:16px;font-weight:600}@media(min-width:1024px){.fmq-titulo{color:#333;font-size:24px;line-height:30px}}.fmq-subtitulo{color:#6d6d6d;font-weight:400;letter-spacing:0px}@media(min-width:1024px){.fmq-subtitulo{color:#6d6d6d;font-family:Work Sans;font-size:18px;font-style:normal;font-weight:400}}.fmq-subtitulo .router-link{color:#333;font-size:18px;font-weight:500}.fmq-encabezado-1{color:#6d6d6d;font-weight:400;letter-spacing:0px}@media(min-width:1024px){.fmq-encabezado-1{color:#6d6d6d;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:400}}.fmq-encabezado-1 .router-link{color:#333;font-size:16px;font-weight:500}.fmq-encabezado-2{color:#6d6d6d;font-weight:400;letter-spacing:0px}@media(min-width:1024px){.fmq-encabezado-2{color:#6d6d6d;font-family:Work Sans;font-size:14px;font-style:normal;font-weight:400}}.fmq-encabezado-2 .router-link{color:#333;font-size:14px;font-weight:500}table.fmq-table thead{display:grid}table.fmq-table thead tr{background-color:#fafafa;box-shadow:0 2px 2px #33333340;border:none;color:#6d6d6d;font-size:18px}table.fmq-table thead tr th{width:unset;font-family:Work Sans;font-size:14px;font-weight:500}table.fmq-table thead tr th:not(.text-left){text-align:center}table.fmq-table thead tr th .th-content{display:flex;align-items:center}table.fmq-table thead tr th .th-content:not(.text-left){justify-content:center}table.fmq-table tbody{display:grid}table.fmq-table tbody tr{border-bottom:1px solid #D6D6D6}table.fmq-table tbody tr.opened{border:1px solid #A3A3A3;box-shadow:0 2px 2px #33333340;border-radius:0 0 6px 6px}table.fmq-table tbody tr.opened td.details:before{content:"";position:absolute;top:-6px;left:50%;width:12px;height:12px;border-right:1px solid #A3A3A3;border-bottom:1px solid #A3A3A3;background-color:#fff;transform:translate(-50%) rotate(45deg);z-index:2}table.fmq-table tbody tr td{color:#333;font-family:Work Sans;font-size:12px;font-weight:400}table.fmq-table tbody tr td.details{position:relative;border-radius:0;border-top:1px solid #A3A3A3}table.fmq-table tr td,table.fmq-table tr th{height:unset;padding:8px}.flex{display:flex}.flex.content-between{align-content:space-between}.flex.content-center{align-content:center}.flex.content-end{align-content:flex-end}.flex.content-start{align-content:flex-start}.flex.items-center{align-items:center}.flex.items-end{align-items:flex-end}.flex.items-start{align-items:flex-start}.flex.justify-around{justify-content:space-around}.flex.justify-between{justify-content:space-between}.flex.justify-center{justify-content:center}.flex.justify-end{justify-content:flex-end}.flex.justify-start{justify-content:flex-start}.flex.justify-stretch{justify-content:stretch}.flex.wrap{flex-wrap:wrap}.flex.nowrap{flex-wrap:nowrap}.flex.gap-0\.5{gap:4px}.flex.gap-0{gap:0px}.flex.gap-1{gap:8px}.flex.gap-2{gap:16px}.flex.gap-3{gap:24px}.flex.gap-4{gap:32px}.flex.gap-5{gap:40px}.flex.gap-6{gap:48px}.flex.gap-7{gap:56px}.flex.gap-8{gap:64px}.flex.gap-9{gap:72px}.flex.gap-10{gap:80px}.flex.gap-11{gap:88px}.flex.gap-12{gap:96px}.flex.gap-13{gap:104px}.flex.gap-14{gap:112px}.flex.gap-15{gap:120px}.flex.gap-16{gap:128px}.flex.gap-17{gap:136px}.flex.gap-18{gap:144px}.flex.gap-19{gap:152px}.flex.gap-20{gap:160px}.flex.gap-21{gap:168px}.flex.gap-22{gap:176px}.flex.gap-23{gap:184px}.flex.gap-24{gap:192px}.flex.gap-25{gap:200px}.flex.gap-26{gap:208px}.flex.gap-27{gap:216px}.flex.gap-28{gap:224px}.flex.gap-29{gap:232px}.flex.gap-30{gap:240px}.flex.gap-31{gap:248px}.flex.gap-32{gap:256px}.flex.gap-33{gap:264px}.flex.gap-34{gap:272px}.flex.gap-35{gap:280px}.flex.gap-36{gap:288px}.flex.gap-37{gap:296px}.flex.gap-38{gap:304px}.flex.gap-39{gap:312px}.flex.gap-40{gap:320px}.flex.gap-41{gap:328px}.flex.gap-42{gap:336px}.flex.gap-43{gap:344px}.flex.gap-44{gap:352px}.flex.gap-45{gap:360px}.flex.gap-46{gap:368px}.flex.gap-47{gap:376px}.flex.gap-48{gap:384px}.flex.gap-49{gap:392px}.flex.gap-50{gap:400px}.flex.gap-51{gap:408px}.flex.gap-52{gap:416px}.flex.gap-53{gap:424px}.flex.gap-54{gap:432px}.flex.gap-55{gap:440px}.flex.gap-56{gap:448px}.flex.gap-57{gap:456px}.flex.gap-58{gap:464px}.flex.gap-59{gap:472px}.flex.gap-60{gap:480px}.flex.gap-61{gap:488px}.flex.gap-62{gap:496px}.flex.gap-63{gap:504px}.flex.gap-64{gap:512px}.flex.gap-65{gap:520px}.flex.gap-66{gap:528px}.flex.gap-67{gap:536px}.flex.gap-68{gap:544px}.flex.gap-69{gap:552px}.flex.gap-70{gap:560px}.flex.gap-71{gap:568px}.flex.gap-72{gap:576px}.flex.gap-73{gap:584px}.flex.gap-74{gap:592px}.flex.gap-75{gap:600px}.flex.gap-76{gap:608px}.flex.gap-77{gap:616px}.flex.gap-78{gap:624px}.flex.gap-79{gap:632px}.flex.gap-80{gap:640px}.flex.gap-81{gap:648px}.flex.gap-82{gap:656px}.flex.gap-83{gap:664px}.flex.gap-84{gap:672px}.flex.gap-85{gap:680px}.flex.gap-86{gap:688px}.flex.gap-87{gap:696px}.flex.gap-88{gap:704px}.flex.gap-89{gap:712px}.flex.gap-90{gap:720px}.flex.gap-91{gap:728px}.flex.gap-92{gap:736px}.flex.gap-93{gap:744px}.flex.gap-94{gap:752px}.flex.gap-95{gap:760px}.flex.gap-96{gap:768px}.flex.gap-97{gap:776px}.flex.gap-98{gap:784px}.flex.gap-99{gap:792px}.flex.gap-100{gap:800px}.flex.gap-x-0\.5{column-gap:4px}.flex.gap-x-0{column-gap:0px}.flex.gap-x-1{column-gap:8px}.flex.gap-x-2{column-gap:16px}.flex.gap-x-3{column-gap:24px}.flex.gap-x-4{column-gap:32px}.flex.gap-x-5{column-gap:40px}.flex.gap-x-6{column-gap:48px}.flex.gap-x-7{column-gap:56px}.flex.gap-x-8{column-gap:64px}.flex.gap-x-9{column-gap:72px}.flex.gap-x-10{column-gap:80px}.flex.gap-x-11{column-gap:88px}.flex.gap-x-12{column-gap:96px}.flex.gap-x-13{column-gap:104px}.flex.gap-x-14{column-gap:112px}.flex.gap-x-15{column-gap:120px}.flex.gap-x-16{column-gap:128px}.flex.gap-x-17{column-gap:136px}.flex.gap-x-18{column-gap:144px}.flex.gap-x-19{column-gap:152px}.flex.gap-x-20{column-gap:160px}.flex.gap-x-21{column-gap:168px}.flex.gap-x-22{column-gap:176px}.flex.gap-x-23{column-gap:184px}.flex.gap-x-24{column-gap:192px}.flex.gap-x-25{column-gap:200px}.flex.gap-x-26{column-gap:208px}.flex.gap-x-27{column-gap:216px}.flex.gap-x-28{column-gap:224px}.flex.gap-x-29{column-gap:232px}.flex.gap-x-30{column-gap:240px}.flex.gap-x-31{column-gap:248px}.flex.gap-x-32{column-gap:256px}.flex.gap-x-33{column-gap:264px}.flex.gap-x-34{column-gap:272px}.flex.gap-x-35{column-gap:280px}.flex.gap-x-36{column-gap:288px}.flex.gap-x-37{column-gap:296px}.flex.gap-x-38{column-gap:304px}.flex.gap-x-39{column-gap:312px}.flex.gap-x-40{column-gap:320px}.flex.gap-x-41{column-gap:328px}.flex.gap-x-42{column-gap:336px}.flex.gap-x-43{column-gap:344px}.flex.gap-x-44{column-gap:352px}.flex.gap-x-45{column-gap:360px}.flex.gap-x-46{column-gap:368px}.flex.gap-x-47{column-gap:376px}.flex.gap-x-48{column-gap:384px}.flex.gap-x-49{column-gap:392px}.flex.gap-x-50{column-gap:400px}.flex.gap-x-51{column-gap:408px}.flex.gap-x-52{column-gap:416px}.flex.gap-x-53{column-gap:424px}.flex.gap-x-54{column-gap:432px}.flex.gap-x-55{column-gap:440px}.flex.gap-x-56{column-gap:448px}.flex.gap-x-57{column-gap:456px}.flex.gap-x-58{column-gap:464px}.flex.gap-x-59{column-gap:472px}.flex.gap-x-60{column-gap:480px}.flex.gap-x-61{column-gap:488px}.flex.gap-x-62{column-gap:496px}.flex.gap-x-63{column-gap:504px}.flex.gap-x-64{column-gap:512px}.flex.gap-x-65{column-gap:520px}.flex.gap-x-66{column-gap:528px}.flex.gap-x-67{column-gap:536px}.flex.gap-x-68{column-gap:544px}.flex.gap-x-69{column-gap:552px}.flex.gap-x-70{column-gap:560px}.flex.gap-x-71{column-gap:568px}.flex.gap-x-72{column-gap:576px}.flex.gap-x-73{column-gap:584px}.flex.gap-x-74{column-gap:592px}.flex.gap-x-75{column-gap:600px}.flex.gap-x-76{column-gap:608px}.flex.gap-x-77{column-gap:616px}.flex.gap-x-78{column-gap:624px}.flex.gap-x-79{column-gap:632px}.flex.gap-x-80{column-gap:640px}.flex.gap-x-81{column-gap:648px}.flex.gap-x-82{column-gap:656px}.flex.gap-x-83{column-gap:664px}.flex.gap-x-84{column-gap:672px}.flex.gap-x-85{column-gap:680px}.flex.gap-x-86{column-gap:688px}.flex.gap-x-87{column-gap:696px}.flex.gap-x-88{column-gap:704px}.flex.gap-x-89{column-gap:712px}.flex.gap-x-90{column-gap:720px}.flex.gap-x-91{column-gap:728px}.flex.gap-x-92{column-gap:736px}.flex.gap-x-93{column-gap:744px}.flex.gap-x-94{column-gap:752px}.flex.gap-x-95{column-gap:760px}.flex.gap-x-96{column-gap:768px}.flex.gap-x-97{column-gap:776px}.flex.gap-x-98{column-gap:784px}.flex.gap-x-99{column-gap:792px}.flex.gap-x-100{column-gap:800px}.flex.gap-y-0\.5{row-gap:4px}.flex.gap-y-0{row-gap:0px}.flex.gap-y-1{row-gap:8px}.flex.gap-y-2{row-gap:16px}.flex.gap-y-3{row-gap:24px}.flex.gap-y-4{row-gap:32px}.flex.gap-y-5{row-gap:40px}.flex.gap-y-6{row-gap:48px}.flex.gap-y-7{row-gap:56px}.flex.gap-y-8{row-gap:64px}.flex.gap-y-9{row-gap:72px}.flex.gap-y-10{row-gap:80px}.flex.gap-y-11{row-gap:88px}.flex.gap-y-12{row-gap:96px}.flex.gap-y-13{row-gap:104px}.flex.gap-y-14{row-gap:112px}.flex.gap-y-15{row-gap:120px}.flex.gap-y-16{row-gap:128px}.flex.gap-y-17{row-gap:136px}.flex.gap-y-18{row-gap:144px}.flex.gap-y-19{row-gap:152px}.flex.gap-y-20{row-gap:160px}.flex.gap-y-21{row-gap:168px}.flex.gap-y-22{row-gap:176px}.flex.gap-y-23{row-gap:184px}.flex.gap-y-24{row-gap:192px}.flex.gap-y-25{row-gap:200px}.flex.gap-y-26{row-gap:208px}.flex.gap-y-27{row-gap:216px}.flex.gap-y-28{row-gap:224px}.flex.gap-y-29{row-gap:232px}.flex.gap-y-30{row-gap:240px}.flex.gap-y-31{row-gap:248px}.flex.gap-y-32{row-gap:256px}.flex.gap-y-33{row-gap:264px}.flex.gap-y-34{row-gap:272px}.flex.gap-y-35{row-gap:280px}.flex.gap-y-36{row-gap:288px}.flex.gap-y-37{row-gap:296px}.flex.gap-y-38{row-gap:304px}.flex.gap-y-39{row-gap:312px}.flex.gap-y-40{row-gap:320px}.flex.gap-y-41{row-gap:328px}.flex.gap-y-42{row-gap:336px}.flex.gap-y-43{row-gap:344px}.flex.gap-y-44{row-gap:352px}.flex.gap-y-45{row-gap:360px}.flex.gap-y-46{row-gap:368px}.flex.gap-y-47{row-gap:376px}.flex.gap-y-48{row-gap:384px}.flex.gap-y-49{row-gap:392px}.flex.gap-y-50{row-gap:400px}.flex.gap-y-51{row-gap:408px}.flex.gap-y-52{row-gap:416px}.flex.gap-y-53{row-gap:424px}.flex.gap-y-54{row-gap:432px}.flex.gap-y-55{row-gap:440px}.flex.gap-y-56{row-gap:448px}.flex.gap-y-57{row-gap:456px}.flex.gap-y-58{row-gap:464px}.flex.gap-y-59{row-gap:472px}.flex.gap-y-60{row-gap:480px}.flex.gap-y-61{row-gap:488px}.flex.gap-y-62{row-gap:496px}.flex.gap-y-63{row-gap:504px}.flex.gap-y-64{row-gap:512px}.flex.gap-y-65{row-gap:520px}.flex.gap-y-66{row-gap:528px}.flex.gap-y-67{row-gap:536px}.flex.gap-y-68{row-gap:544px}.flex.gap-y-69{row-gap:552px}.flex.gap-y-70{row-gap:560px}.flex.gap-y-71{row-gap:568px}.flex.gap-y-72{row-gap:576px}.flex.gap-y-73{row-gap:584px}.flex.gap-y-74{row-gap:592px}.flex.gap-y-75{row-gap:600px}.flex.gap-y-76{row-gap:608px}.flex.gap-y-77{row-gap:616px}.flex.gap-y-78{row-gap:624px}.flex.gap-y-79{row-gap:632px}.flex.gap-y-80{row-gap:640px}.flex.gap-y-81{row-gap:648px}.flex.gap-y-82{row-gap:656px}.flex.gap-y-83{row-gap:664px}.flex.gap-y-84{row-gap:672px}.flex.gap-y-85{row-gap:680px}.flex.gap-y-86{row-gap:688px}.flex.gap-y-87{row-gap:696px}.flex.gap-y-88{row-gap:704px}.flex.gap-y-89{row-gap:712px}.flex.gap-y-90{row-gap:720px}.flex.gap-y-91{row-gap:728px}.flex.gap-y-92{row-gap:736px}.flex.gap-y-93{row-gap:744px}.flex.gap-y-94{row-gap:752px}.flex.gap-y-95{row-gap:760px}.flex.gap-y-96{row-gap:768px}.flex.gap-y-97{row-gap:776px}.flex.gap-y-98{row-gap:784px}.flex.gap-y-99{row-gap:792px}.flex.gap-y-100{row-gap:800px}.flex .order-1{order:1}.flex .order-2{order:2}.flex .order-3{order:3}.flex .order-4{order:4}.flex .order-5{order:5}.flex .order-6{order:6}.flex .order-7{order:7}.flex .order-8{order:8}.flex .order-9{order:9}.flex .order-10{order:10}.flex .order-11{order:11}.flex .order-12{order:12}.flex .order-13{order:13}.flex .order-14{order:14}.flex .order-15{order:15}.flex .order-16{order:16}.flex .order-17{order:17}.flex .order-18{order:18}.flex .order-19{order:19}.flex .order-20{order:20}.flex .order-21{order:21}.flex .order-22{order:22}.flex .order-23{order:23}.flex .order-24{order:24}.flex .order-25{order:25}.flex .order-26{order:26}.flex .order-27{order:27}.flex .order-28{order:28}.flex .order-29{order:29}.flex .order-30{order:30}.flex .order-31{order:31}.flex .order-32{order:32}.flex .order-33{order:33}.flex .order-34{order:34}.flex .order-35{order:35}.flex .order-36{order:36}.flex .order-37{order:37}.flex .order-38{order:38}.flex .order-39{order:39}.flex .order-40{order:40}.flex .order-41{order:41}.flex .order-42{order:42}.flex .order-43{order:43}.flex .order-44{order:44}.flex .order-45{order:45}.flex .order-46{order:46}.flex .order-47{order:47}.flex .order-48{order:48}.flex .order-49{order:49}.flex .order-50{order:50}.flex .order-51{order:51}.flex .order-52{order:52}.flex .order-53{order:53}.flex .order-54{order:54}.flex .order-55{order:55}.flex .order-56{order:56}.flex .order-57{order:57}.flex .order-58{order:58}.flex .order-59{order:59}.flex .order-60{order:60}.flex .order-61{order:61}.flex .order-62{order:62}.flex .order-63{order:63}.flex .order-64{order:64}.flex .order-65{order:65}.flex .order-66{order:66}.flex .order-67{order:67}.flex .order-68{order:68}.flex .order-69{order:69}.flex .order-70{order:70}.flex .order-71{order:71}.flex .order-72{order:72}.flex .order-73{order:73}.flex .order-74{order:74}.flex .order-75{order:75}.flex .order-76{order:76}.flex .order-77{order:77}.flex .order-78{order:78}.flex .order-79{order:79}.flex .order-80{order:80}.flex .order-81{order:81}.flex .order-82{order:82}.flex .order-83{order:83}.flex .order-84{order:84}.flex .order-85{order:85}.flex .order-86{order:86}.flex .order-87{order:87}.flex .order-88{order:88}.flex .order-89{order:89}.flex .order-90{order:90}.flex .order-91{order:91}.flex .order-92{order:92}.flex .order-93{order:93}.flex .order-94{order:94}.flex .order-95{order:95}.flex .order-96{order:96}.flex .order-97{order:97}.flex .order-98{order:98}.flex .order-99{order:99}.flex .order-100{order:100}@media(min-width:1024px){.flex.lg\:content-between{align-content:space-between}.flex.lg\:content-center{align-content:center}.flex.lg\:content-end{align-content:flex-end}.flex.lg\:content-start{align-content:flex-start}.flex.lg\:items-center{align-items:center}.flex.lg\:items-end{align-items:flex-end}.flex.lg\:items-start{align-items:flex-start}.flex.lg\:justify-around{justify-content:space-around}.flex.lg\:justify-between{justify-content:space-between}.flex.lg\:justify-center{justify-content:center}.flex.lg\:justify-end{justify-content:flex-end}.flex.lg\:justify-start{justify-content:flex-start}.flex.lg\:justify-stretch{justify-content:stretch}.flex.lg\:wrap{flex-wrap:wrap}.flex.lg\:nowrap{flex-wrap:nowrap}.flex.lg\:gap-0\.5{gap:4px}.flex.lg\:gap-0{gap:0px}.flex.lg\:gap-1{gap:8px}.flex.lg\:gap-2{gap:16px}.flex.lg\:gap-3{gap:24px}.flex.lg\:gap-4{gap:32px}.flex.lg\:gap-5{gap:40px}.flex.lg\:gap-6{gap:48px}.flex.lg\:gap-7{gap:56px}.flex.lg\:gap-8{gap:64px}.flex.lg\:gap-9{gap:72px}.flex.lg\:gap-10{gap:80px}.flex.lg\:gap-11{gap:88px}.flex.lg\:gap-12{gap:96px}.flex.lg\:gap-13{gap:104px}.flex.lg\:gap-14{gap:112px}.flex.lg\:gap-15{gap:120px}.flex.lg\:gap-16{gap:128px}.flex.lg\:gap-17{gap:136px}.flex.lg\:gap-18{gap:144px}.flex.lg\:gap-19{gap:152px}.flex.lg\:gap-20{gap:160px}.flex.lg\:gap-21{gap:168px}.flex.lg\:gap-22{gap:176px}.flex.lg\:gap-23{gap:184px}.flex.lg\:gap-24{gap:192px}.flex.lg\:gap-25{gap:200px}.flex.lg\:gap-26{gap:208px}.flex.lg\:gap-27{gap:216px}.flex.lg\:gap-28{gap:224px}.flex.lg\:gap-29{gap:232px}.flex.lg\:gap-30{gap:240px}.flex.lg\:gap-31{gap:248px}.flex.lg\:gap-32{gap:256px}.flex.lg\:gap-33{gap:264px}.flex.lg\:gap-34{gap:272px}.flex.lg\:gap-35{gap:280px}.flex.lg\:gap-36{gap:288px}.flex.lg\:gap-37{gap:296px}.flex.lg\:gap-38{gap:304px}.flex.lg\:gap-39{gap:312px}.flex.lg\:gap-40{gap:320px}.flex.lg\:gap-41{gap:328px}.flex.lg\:gap-42{gap:336px}.flex.lg\:gap-43{gap:344px}.flex.lg\:gap-44{gap:352px}.flex.lg\:gap-45{gap:360px}.flex.lg\:gap-46{gap:368px}.flex.lg\:gap-47{gap:376px}.flex.lg\:gap-48{gap:384px}.flex.lg\:gap-49{gap:392px}.flex.lg\:gap-50{gap:400px}.flex.lg\:gap-51{gap:408px}.flex.lg\:gap-52{gap:416px}.flex.lg\:gap-53{gap:424px}.flex.lg\:gap-54{gap:432px}.flex.lg\:gap-55{gap:440px}.flex.lg\:gap-56{gap:448px}.flex.lg\:gap-57{gap:456px}.flex.lg\:gap-58{gap:464px}.flex.lg\:gap-59{gap:472px}.flex.lg\:gap-60{gap:480px}.flex.lg\:gap-61{gap:488px}.flex.lg\:gap-62{gap:496px}.flex.lg\:gap-63{gap:504px}.flex.lg\:gap-64{gap:512px}.flex.lg\:gap-65{gap:520px}.flex.lg\:gap-66{gap:528px}.flex.lg\:gap-67{gap:536px}.flex.lg\:gap-68{gap:544px}.flex.lg\:gap-69{gap:552px}.flex.lg\:gap-70{gap:560px}.flex.lg\:gap-71{gap:568px}.flex.lg\:gap-72{gap:576px}.flex.lg\:gap-73{gap:584px}.flex.lg\:gap-74{gap:592px}.flex.lg\:gap-75{gap:600px}.flex.lg\:gap-76{gap:608px}.flex.lg\:gap-77{gap:616px}.flex.lg\:gap-78{gap:624px}.flex.lg\:gap-79{gap:632px}.flex.lg\:gap-80{gap:640px}.flex.lg\:gap-81{gap:648px}.flex.lg\:gap-82{gap:656px}.flex.lg\:gap-83{gap:664px}.flex.lg\:gap-84{gap:672px}.flex.lg\:gap-85{gap:680px}.flex.lg\:gap-86{gap:688px}.flex.lg\:gap-87{gap:696px}.flex.lg\:gap-88{gap:704px}.flex.lg\:gap-89{gap:712px}.flex.lg\:gap-90{gap:720px}.flex.lg\:gap-91{gap:728px}.flex.lg\:gap-92{gap:736px}.flex.lg\:gap-93{gap:744px}.flex.lg\:gap-94{gap:752px}.flex.lg\:gap-95{gap:760px}.flex.lg\:gap-96{gap:768px}.flex.lg\:gap-97{gap:776px}.flex.lg\:gap-98{gap:784px}.flex.lg\:gap-99{gap:792px}.flex.lg\:gap-100{gap:800px}.flex.lg\:gap-x-0\.5{column-gap:4px}.flex.lg\:gap-x-0{column-gap:0px}.flex.lg\:gap-x-1{column-gap:8px}.flex.lg\:gap-x-2{column-gap:16px}.flex.lg\:gap-x-3{column-gap:24px}.flex.lg\:gap-x-4{column-gap:32px}.flex.lg\:gap-x-5{column-gap:40px}.flex.lg\:gap-x-6{column-gap:48px}.flex.lg\:gap-x-7{column-gap:56px}.flex.lg\:gap-x-8{column-gap:64px}.flex.lg\:gap-x-9{column-gap:72px}.flex.lg\:gap-x-10{column-gap:80px}.flex.lg\:gap-x-11{column-gap:88px}.flex.lg\:gap-x-12{column-gap:96px}.flex.lg\:gap-x-13{column-gap:104px}.flex.lg\:gap-x-14{column-gap:112px}.flex.lg\:gap-x-15{column-gap:120px}.flex.lg\:gap-x-16{column-gap:128px}.flex.lg\:gap-x-17{column-gap:136px}.flex.lg\:gap-x-18{column-gap:144px}.flex.lg\:gap-x-19{column-gap:152px}.flex.lg\:gap-x-20{column-gap:160px}.flex.lg\:gap-x-21{column-gap:168px}.flex.lg\:gap-x-22{column-gap:176px}.flex.lg\:gap-x-23{column-gap:184px}.flex.lg\:gap-x-24{column-gap:192px}.flex.lg\:gap-x-25{column-gap:200px}.flex.lg\:gap-x-26{column-gap:208px}.flex.lg\:gap-x-27{column-gap:216px}.flex.lg\:gap-x-28{column-gap:224px}.flex.lg\:gap-x-29{column-gap:232px}.flex.lg\:gap-x-30{column-gap:240px}.flex.lg\:gap-x-31{column-gap:248px}.flex.lg\:gap-x-32{column-gap:256px}.flex.lg\:gap-x-33{column-gap:264px}.flex.lg\:gap-x-34{column-gap:272px}.flex.lg\:gap-x-35{column-gap:280px}.flex.lg\:gap-x-36{column-gap:288px}.flex.lg\:gap-x-37{column-gap:296px}.flex.lg\:gap-x-38{column-gap:304px}.flex.lg\:gap-x-39{column-gap:312px}.flex.lg\:gap-x-40{column-gap:320px}.flex.lg\:gap-x-41{column-gap:328px}.flex.lg\:gap-x-42{column-gap:336px}.flex.lg\:gap-x-43{column-gap:344px}.flex.lg\:gap-x-44{column-gap:352px}.flex.lg\:gap-x-45{column-gap:360px}.flex.lg\:gap-x-46{column-gap:368px}.flex.lg\:gap-x-47{column-gap:376px}.flex.lg\:gap-x-48{column-gap:384px}.flex.lg\:gap-x-49{column-gap:392px}.flex.lg\:gap-x-50{column-gap:400px}.flex.lg\:gap-x-51{column-gap:408px}.flex.lg\:gap-x-52{column-gap:416px}.flex.lg\:gap-x-53{column-gap:424px}.flex.lg\:gap-x-54{column-gap:432px}.flex.lg\:gap-x-55{column-gap:440px}.flex.lg\:gap-x-56{column-gap:448px}.flex.lg\:gap-x-57{column-gap:456px}.flex.lg\:gap-x-58{column-gap:464px}.flex.lg\:gap-x-59{column-gap:472px}.flex.lg\:gap-x-60{column-gap:480px}.flex.lg\:gap-x-61{column-gap:488px}.flex.lg\:gap-x-62{column-gap:496px}.flex.lg\:gap-x-63{column-gap:504px}.flex.lg\:gap-x-64{column-gap:512px}.flex.lg\:gap-x-65{column-gap:520px}.flex.lg\:gap-x-66{column-gap:528px}.flex.lg\:gap-x-67{column-gap:536px}.flex.lg\:gap-x-68{column-gap:544px}.flex.lg\:gap-x-69{column-gap:552px}.flex.lg\:gap-x-70{column-gap:560px}.flex.lg\:gap-x-71{column-gap:568px}.flex.lg\:gap-x-72{column-gap:576px}.flex.lg\:gap-x-73{column-gap:584px}.flex.lg\:gap-x-74{column-gap:592px}.flex.lg\:gap-x-75{column-gap:600px}.flex.lg\:gap-x-76{column-gap:608px}.flex.lg\:gap-x-77{column-gap:616px}.flex.lg\:gap-x-78{column-gap:624px}.flex.lg\:gap-x-79{column-gap:632px}.flex.lg\:gap-x-80{column-gap:640px}.flex.lg\:gap-x-81{column-gap:648px}.flex.lg\:gap-x-82{column-gap:656px}.flex.lg\:gap-x-83{column-gap:664px}.flex.lg\:gap-x-84{column-gap:672px}.flex.lg\:gap-x-85{column-gap:680px}.flex.lg\:gap-x-86{column-gap:688px}.flex.lg\:gap-x-87{column-gap:696px}.flex.lg\:gap-x-88{column-gap:704px}.flex.lg\:gap-x-89{column-gap:712px}.flex.lg\:gap-x-90{column-gap:720px}.flex.lg\:gap-x-91{column-gap:728px}.flex.lg\:gap-x-92{column-gap:736px}.flex.lg\:gap-x-93{column-gap:744px}.flex.lg\:gap-x-94{column-gap:752px}.flex.lg\:gap-x-95{column-gap:760px}.flex.lg\:gap-x-96{column-gap:768px}.flex.lg\:gap-x-97{column-gap:776px}.flex.lg\:gap-x-98{column-gap:784px}.flex.lg\:gap-x-99{column-gap:792px}.flex.lg\:gap-x-100{column-gap:800px}.flex.lg\:gap-y-0\.5{row-gap:4px}.flex.lg\:gap-y-0{row-gap:0px}.flex.lg\:gap-y-1{row-gap:8px}.flex.lg\:gap-y-2{row-gap:16px}.flex.lg\:gap-y-3{row-gap:24px}.flex.lg\:gap-y-4{row-gap:32px}.flex.lg\:gap-y-5{row-gap:40px}.flex.lg\:gap-y-6{row-gap:48px}.flex.lg\:gap-y-7{row-gap:56px}.flex.lg\:gap-y-8{row-gap:64px}.flex.lg\:gap-y-9{row-gap:72px}.flex.lg\:gap-y-10{row-gap:80px}.flex.lg\:gap-y-11{row-gap:88px}.flex.lg\:gap-y-12{row-gap:96px}.flex.lg\:gap-y-13{row-gap:104px}.flex.lg\:gap-y-14{row-gap:112px}.flex.lg\:gap-y-15{row-gap:120px}.flex.lg\:gap-y-16{row-gap:128px}.flex.lg\:gap-y-17{row-gap:136px}.flex.lg\:gap-y-18{row-gap:144px}.flex.lg\:gap-y-19{row-gap:152px}.flex.lg\:gap-y-20{row-gap:160px}.flex.lg\:gap-y-21{row-gap:168px}.flex.lg\:gap-y-22{row-gap:176px}.flex.lg\:gap-y-23{row-gap:184px}.flex.lg\:gap-y-24{row-gap:192px}.flex.lg\:gap-y-25{row-gap:200px}.flex.lg\:gap-y-26{row-gap:208px}.flex.lg\:gap-y-27{row-gap:216px}.flex.lg\:gap-y-28{row-gap:224px}.flex.lg\:gap-y-29{row-gap:232px}.flex.lg\:gap-y-30{row-gap:240px}.flex.lg\:gap-y-31{row-gap:248px}.flex.lg\:gap-y-32{row-gap:256px}.flex.lg\:gap-y-33{row-gap:264px}.flex.lg\:gap-y-34{row-gap:272px}.flex.lg\:gap-y-35{row-gap:280px}.flex.lg\:gap-y-36{row-gap:288px}.flex.lg\:gap-y-37{row-gap:296px}.flex.lg\:gap-y-38{row-gap:304px}.flex.lg\:gap-y-39{row-gap:312px}.flex.lg\:gap-y-40{row-gap:320px}.flex.lg\:gap-y-41{row-gap:328px}.flex.lg\:gap-y-42{row-gap:336px}.flex.lg\:gap-y-43{row-gap:344px}.flex.lg\:gap-y-44{row-gap:352px}.flex.lg\:gap-y-45{row-gap:360px}.flex.lg\:gap-y-46{row-gap:368px}.flex.lg\:gap-y-47{row-gap:376px}.flex.lg\:gap-y-48{row-gap:384px}.flex.lg\:gap-y-49{row-gap:392px}.flex.lg\:gap-y-50{row-gap:400px}.flex.lg\:gap-y-51{row-gap:408px}.flex.lg\:gap-y-52{row-gap:416px}.flex.lg\:gap-y-53{row-gap:424px}.flex.lg\:gap-y-54{row-gap:432px}.flex.lg\:gap-y-55{row-gap:440px}.flex.lg\:gap-y-56{row-gap:448px}.flex.lg\:gap-y-57{row-gap:456px}.flex.lg\:gap-y-58{row-gap:464px}.flex.lg\:gap-y-59{row-gap:472px}.flex.lg\:gap-y-60{row-gap:480px}.flex.lg\:gap-y-61{row-gap:488px}.flex.lg\:gap-y-62{row-gap:496px}.flex.lg\:gap-y-63{row-gap:504px}.flex.lg\:gap-y-64{row-gap:512px}.flex.lg\:gap-y-65{row-gap:520px}.flex.lg\:gap-y-66{row-gap:528px}.flex.lg\:gap-y-67{row-gap:536px}.flex.lg\:gap-y-68{row-gap:544px}.flex.lg\:gap-y-69{row-gap:552px}.flex.lg\:gap-y-70{row-gap:560px}.flex.lg\:gap-y-71{row-gap:568px}.flex.lg\:gap-y-72{row-gap:576px}.flex.lg\:gap-y-73{row-gap:584px}.flex.lg\:gap-y-74{row-gap:592px}.flex.lg\:gap-y-75{row-gap:600px}.flex.lg\:gap-y-76{row-gap:608px}.flex.lg\:gap-y-77{row-gap:616px}.flex.lg\:gap-y-78{row-gap:624px}.flex.lg\:gap-y-79{row-gap:632px}.flex.lg\:gap-y-80{row-gap:640px}.flex.lg\:gap-y-81{row-gap:648px}.flex.lg\:gap-y-82{row-gap:656px}.flex.lg\:gap-y-83{row-gap:664px}.flex.lg\:gap-y-84{row-gap:672px}.flex.lg\:gap-y-85{row-gap:680px}.flex.lg\:gap-y-86{row-gap:688px}.flex.lg\:gap-y-87{row-gap:696px}.flex.lg\:gap-y-88{row-gap:704px}.flex.lg\:gap-y-89{row-gap:712px}.flex.lg\:gap-y-90{row-gap:720px}.flex.lg\:gap-y-91{row-gap:728px}.flex.lg\:gap-y-92{row-gap:736px}.flex.lg\:gap-y-93{row-gap:744px}.flex.lg\:gap-y-94{row-gap:752px}.flex.lg\:gap-y-95{row-gap:760px}.flex.lg\:gap-y-96{row-gap:768px}.flex.lg\:gap-y-97{row-gap:776px}.flex.lg\:gap-y-98{row-gap:784px}.flex.lg\:gap-y-99{row-gap:792px}.flex.lg\:gap-y-100{row-gap:800px}.flex .lg\:order-1{order:1}.flex .lg\:order-2{order:2}.flex .lg\:order-3{order:3}.flex .lg\:order-4{order:4}.flex .lg\:order-5{order:5}.flex .lg\:order-6{order:6}.flex .lg\:order-7{order:7}.flex .lg\:order-8{order:8}.flex .lg\:order-9{order:9}.flex .lg\:order-10{order:10}.flex .lg\:order-11{order:11}.flex .lg\:order-12{order:12}.flex .lg\:order-13{order:13}.flex .lg\:order-14{order:14}.flex .lg\:order-15{order:15}.flex .lg\:order-16{order:16}.flex .lg\:order-17{order:17}.flex .lg\:order-18{order:18}.flex .lg\:order-19{order:19}.flex .lg\:order-20{order:20}.flex .lg\:order-21{order:21}.flex .lg\:order-22{order:22}.flex .lg\:order-23{order:23}.flex .lg\:order-24{order:24}.flex .lg\:order-25{order:25}.flex .lg\:order-26{order:26}.flex .lg\:order-27{order:27}.flex .lg\:order-28{order:28}.flex .lg\:order-29{order:29}.flex .lg\:order-30{order:30}.flex .lg\:order-31{order:31}.flex .lg\:order-32{order:32}.flex .lg\:order-33{order:33}.flex .lg\:order-34{order:34}.flex .lg\:order-35{order:35}.flex .lg\:order-36{order:36}.flex .lg\:order-37{order:37}.flex .lg\:order-38{order:38}.flex .lg\:order-39{order:39}.flex .lg\:order-40{order:40}.flex .lg\:order-41{order:41}.flex .lg\:order-42{order:42}.flex .lg\:order-43{order:43}.flex .lg\:order-44{order:44}.flex .lg\:order-45{order:45}.flex .lg\:order-46{order:46}.flex .lg\:order-47{order:47}.flex .lg\:order-48{order:48}.flex .lg\:order-49{order:49}.flex .lg\:order-50{order:50}.flex .lg\:order-51{order:51}.flex .lg\:order-52{order:52}.flex .lg\:order-53{order:53}.flex .lg\:order-54{order:54}.flex .lg\:order-55{order:55}.flex .lg\:order-56{order:56}.flex .lg\:order-57{order:57}.flex .lg\:order-58{order:58}.flex .lg\:order-59{order:59}.flex .lg\:order-60{order:60}.flex .lg\:order-61{order:61}.flex .lg\:order-62{order:62}.flex .lg\:order-63{order:63}.flex .lg\:order-64{order:64}.flex .lg\:order-65{order:65}.flex .lg\:order-66{order:66}.flex .lg\:order-67{order:67}.flex .lg\:order-68{order:68}.flex .lg\:order-69{order:69}.flex .lg\:order-70{order:70}.flex .lg\:order-71{order:71}.flex .lg\:order-72{order:72}.flex .lg\:order-73{order:73}.flex .lg\:order-74{order:74}.flex .lg\:order-75{order:75}.flex .lg\:order-76{order:76}.flex .lg\:order-77{order:77}.flex .lg\:order-78{order:78}.flex .lg\:order-79{order:79}.flex .lg\:order-80{order:80}.flex .lg\:order-81{order:81}.flex .lg\:order-82{order:82}.flex .lg\:order-83{order:83}.flex .lg\:order-84{order:84}.flex .lg\:order-85{order:85}.flex .lg\:order-86{order:86}.flex .lg\:order-87{order:87}.flex .lg\:order-88{order:88}.flex .lg\:order-89{order:89}.flex .lg\:order-90{order:90}.flex .lg\:order-91{order:91}.flex .lg\:order-92{order:92}.flex .lg\:order-93{order:93}.flex .lg\:order-94{order:94}.flex .lg\:order-95{order:95}.flex .lg\:order-96{order:96}.flex .lg\:order-97{order:97}.flex .lg\:order-98{order:98}.flex .lg\:order-99{order:99}.flex .lg\:order-100{order:100}}@media(min-width:1024px)and (min-width:1280px){.flex.xl\:content-between{align-content:space-between}.flex.xl\:content-center{align-content:center}.flex.xl\:content-end{align-content:flex-end}.flex.xl\:content-start{align-content:flex-start}.flex.xl\:items-center{align-items:center}.flex.xl\:items-end{align-items:flex-end}.flex.xl\:items-start{align-items:flex-start}.flex.xl\:justify-around{justify-content:space-around}.flex.xl\:justify-between{justify-content:space-between}.flex.xl\:justify-center{justify-content:center}.flex.xl\:justify-end{justify-content:flex-end}.flex.xl\:justify-start{justify-content:flex-start}.flex.xl\:justify-stretch{justify-content:stretch}.flex.xl\:wrap{flex-wrap:wrap}.flex.xl\:nowrap{flex-wrap:nowrap}.flex.xl\:gap-0\.5{gap:4px}.flex.xl\:gap-0{gap:0px}.flex.xl\:gap-1{gap:8px}.flex.xl\:gap-2{gap:16px}.flex.xl\:gap-3{gap:24px}.flex.xl\:gap-4{gap:32px}.flex.xl\:gap-5{gap:40px}.flex.xl\:gap-6{gap:48px}.flex.xl\:gap-7{gap:56px}.flex.xl\:gap-8{gap:64px}.flex.xl\:gap-9{gap:72px}.flex.xl\:gap-10{gap:80px}.flex.xl\:gap-11{gap:88px}.flex.xl\:gap-12{gap:96px}.flex.xl\:gap-13{gap:104px}.flex.xl\:gap-14{gap:112px}.flex.xl\:gap-15{gap:120px}.flex.xl\:gap-16{gap:128px}.flex.xl\:gap-17{gap:136px}.flex.xl\:gap-18{gap:144px}.flex.xl\:gap-19{gap:152px}.flex.xl\:gap-20{gap:160px}.flex.xl\:gap-21{gap:168px}.flex.xl\:gap-22{gap:176px}.flex.xl\:gap-23{gap:184px}.flex.xl\:gap-24{gap:192px}.flex.xl\:gap-25{gap:200px}.flex.xl\:gap-26{gap:208px}.flex.xl\:gap-27{gap:216px}.flex.xl\:gap-28{gap:224px}.flex.xl\:gap-29{gap:232px}.flex.xl\:gap-30{gap:240px}.flex.xl\:gap-31{gap:248px}.flex.xl\:gap-32{gap:256px}.flex.xl\:gap-33{gap:264px}.flex.xl\:gap-34{gap:272px}.flex.xl\:gap-35{gap:280px}.flex.xl\:gap-36{gap:288px}.flex.xl\:gap-37{gap:296px}.flex.xl\:gap-38{gap:304px}.flex.xl\:gap-39{gap:312px}.flex.xl\:gap-40{gap:320px}.flex.xl\:gap-41{gap:328px}.flex.xl\:gap-42{gap:336px}.flex.xl\:gap-43{gap:344px}.flex.xl\:gap-44{gap:352px}.flex.xl\:gap-45{gap:360px}.flex.xl\:gap-46{gap:368px}.flex.xl\:gap-47{gap:376px}.flex.xl\:gap-48{gap:384px}.flex.xl\:gap-49{gap:392px}.flex.xl\:gap-50{gap:400px}.flex.xl\:gap-51{gap:408px}.flex.xl\:gap-52{gap:416px}.flex.xl\:gap-53{gap:424px}.flex.xl\:gap-54{gap:432px}.flex.xl\:gap-55{gap:440px}.flex.xl\:gap-56{gap:448px}.flex.xl\:gap-57{gap:456px}.flex.xl\:gap-58{gap:464px}.flex.xl\:gap-59{gap:472px}.flex.xl\:gap-60{gap:480px}.flex.xl\:gap-61{gap:488px}.flex.xl\:gap-62{gap:496px}.flex.xl\:gap-63{gap:504px}.flex.xl\:gap-64{gap:512px}.flex.xl\:gap-65{gap:520px}.flex.xl\:gap-66{gap:528px}.flex.xl\:gap-67{gap:536px}.flex.xl\:gap-68{gap:544px}.flex.xl\:gap-69{gap:552px}.flex.xl\:gap-70{gap:560px}.flex.xl\:gap-71{gap:568px}.flex.xl\:gap-72{gap:576px}.flex.xl\:gap-73{gap:584px}.flex.xl\:gap-74{gap:592px}.flex.xl\:gap-75{gap:600px}.flex.xl\:gap-76{gap:608px}.flex.xl\:gap-77{gap:616px}.flex.xl\:gap-78{gap:624px}.flex.xl\:gap-79{gap:632px}.flex.xl\:gap-80{gap:640px}.flex.xl\:gap-81{gap:648px}.flex.xl\:gap-82{gap:656px}.flex.xl\:gap-83{gap:664px}.flex.xl\:gap-84{gap:672px}.flex.xl\:gap-85{gap:680px}.flex.xl\:gap-86{gap:688px}.flex.xl\:gap-87{gap:696px}.flex.xl\:gap-88{gap:704px}.flex.xl\:gap-89{gap:712px}.flex.xl\:gap-90{gap:720px}.flex.xl\:gap-91{gap:728px}.flex.xl\:gap-92{gap:736px}.flex.xl\:gap-93{gap:744px}.flex.xl\:gap-94{gap:752px}.flex.xl\:gap-95{gap:760px}.flex.xl\:gap-96{gap:768px}.flex.xl\:gap-97{gap:776px}.flex.xl\:gap-98{gap:784px}.flex.xl\:gap-99{gap:792px}.flex.xl\:gap-100{gap:800px}.flex.xl\:gap-x-0\.5{column-gap:4px}.flex.xl\:gap-x-0{column-gap:0px}.flex.xl\:gap-x-1{column-gap:8px}.flex.xl\:gap-x-2{column-gap:16px}.flex.xl\:gap-x-3{column-gap:24px}.flex.xl\:gap-x-4{column-gap:32px}.flex.xl\:gap-x-5{column-gap:40px}.flex.xl\:gap-x-6{column-gap:48px}.flex.xl\:gap-x-7{column-gap:56px}.flex.xl\:gap-x-8{column-gap:64px}.flex.xl\:gap-x-9{column-gap:72px}.flex.xl\:gap-x-10{column-gap:80px}.flex.xl\:gap-x-11{column-gap:88px}.flex.xl\:gap-x-12{column-gap:96px}.flex.xl\:gap-x-13{column-gap:104px}.flex.xl\:gap-x-14{column-gap:112px}.flex.xl\:gap-x-15{column-gap:120px}.flex.xl\:gap-x-16{column-gap:128px}.flex.xl\:gap-x-17{column-gap:136px}.flex.xl\:gap-x-18{column-gap:144px}.flex.xl\:gap-x-19{column-gap:152px}.flex.xl\:gap-x-20{column-gap:160px}.flex.xl\:gap-x-21{column-gap:168px}.flex.xl\:gap-x-22{column-gap:176px}.flex.xl\:gap-x-23{column-gap:184px}.flex.xl\:gap-x-24{column-gap:192px}.flex.xl\:gap-x-25{column-gap:200px}.flex.xl\:gap-x-26{column-gap:208px}.flex.xl\:gap-x-27{column-gap:216px}.flex.xl\:gap-x-28{column-gap:224px}.flex.xl\:gap-x-29{column-gap:232px}.flex.xl\:gap-x-30{column-gap:240px}.flex.xl\:gap-x-31{column-gap:248px}.flex.xl\:gap-x-32{column-gap:256px}.flex.xl\:gap-x-33{column-gap:264px}.flex.xl\:gap-x-34{column-gap:272px}.flex.xl\:gap-x-35{column-gap:280px}.flex.xl\:gap-x-36{column-gap:288px}.flex.xl\:gap-x-37{column-gap:296px}.flex.xl\:gap-x-38{column-gap:304px}.flex.xl\:gap-x-39{column-gap:312px}.flex.xl\:gap-x-40{column-gap:320px}.flex.xl\:gap-x-41{column-gap:328px}.flex.xl\:gap-x-42{column-gap:336px}.flex.xl\:gap-x-43{column-gap:344px}.flex.xl\:gap-x-44{column-gap:352px}.flex.xl\:gap-x-45{column-gap:360px}.flex.xl\:gap-x-46{column-gap:368px}.flex.xl\:gap-x-47{column-gap:376px}.flex.xl\:gap-x-48{column-gap:384px}.flex.xl\:gap-x-49{column-gap:392px}.flex.xl\:gap-x-50{column-gap:400px}.flex.xl\:gap-x-51{column-gap:408px}.flex.xl\:gap-x-52{column-gap:416px}.flex.xl\:gap-x-53{column-gap:424px}.flex.xl\:gap-x-54{column-gap:432px}.flex.xl\:gap-x-55{column-gap:440px}.flex.xl\:gap-x-56{column-gap:448px}.flex.xl\:gap-x-57{column-gap:456px}.flex.xl\:gap-x-58{column-gap:464px}.flex.xl\:gap-x-59{column-gap:472px}.flex.xl\:gap-x-60{column-gap:480px}.flex.xl\:gap-x-61{column-gap:488px}.flex.xl\:gap-x-62{column-gap:496px}.flex.xl\:gap-x-63{column-gap:504px}.flex.xl\:gap-x-64{column-gap:512px}.flex.xl\:gap-x-65{column-gap:520px}.flex.xl\:gap-x-66{column-gap:528px}.flex.xl\:gap-x-67{column-gap:536px}.flex.xl\:gap-x-68{column-gap:544px}.flex.xl\:gap-x-69{column-gap:552px}.flex.xl\:gap-x-70{column-gap:560px}.flex.xl\:gap-x-71{column-gap:568px}.flex.xl\:gap-x-72{column-gap:576px}.flex.xl\:gap-x-73{column-gap:584px}.flex.xl\:gap-x-74{column-gap:592px}.flex.xl\:gap-x-75{column-gap:600px}.flex.xl\:gap-x-76{column-gap:608px}.flex.xl\:gap-x-77{column-gap:616px}.flex.xl\:gap-x-78{column-gap:624px}.flex.xl\:gap-x-79{column-gap:632px}.flex.xl\:gap-x-80{column-gap:640px}.flex.xl\:gap-x-81{column-gap:648px}.flex.xl\:gap-x-82{column-gap:656px}.flex.xl\:gap-x-83{column-gap:664px}.flex.xl\:gap-x-84{column-gap:672px}.flex.xl\:gap-x-85{column-gap:680px}.flex.xl\:gap-x-86{column-gap:688px}.flex.xl\:gap-x-87{column-gap:696px}.flex.xl\:gap-x-88{column-gap:704px}.flex.xl\:gap-x-89{column-gap:712px}.flex.xl\:gap-x-90{column-gap:720px}.flex.xl\:gap-x-91{column-gap:728px}.flex.xl\:gap-x-92{column-gap:736px}.flex.xl\:gap-x-93{column-gap:744px}.flex.xl\:gap-x-94{column-gap:752px}.flex.xl\:gap-x-95{column-gap:760px}.flex.xl\:gap-x-96{column-gap:768px}.flex.xl\:gap-x-97{column-gap:776px}.flex.xl\:gap-x-98{column-gap:784px}.flex.xl\:gap-x-99{column-gap:792px}.flex.xl\:gap-x-100{column-gap:800px}.flex.xl\:gap-y-0\.5{row-gap:4px}.flex.xl\:gap-y-0{row-gap:0px}.flex.xl\:gap-y-1{row-gap:8px}.flex.xl\:gap-y-2{row-gap:16px}.flex.xl\:gap-y-3{row-gap:24px}.flex.xl\:gap-y-4{row-gap:32px}.flex.xl\:gap-y-5{row-gap:40px}.flex.xl\:gap-y-6{row-gap:48px}.flex.xl\:gap-y-7{row-gap:56px}.flex.xl\:gap-y-8{row-gap:64px}.flex.xl\:gap-y-9{row-gap:72px}.flex.xl\:gap-y-10{row-gap:80px}.flex.xl\:gap-y-11{row-gap:88px}.flex.xl\:gap-y-12{row-gap:96px}.flex.xl\:gap-y-13{row-gap:104px}.flex.xl\:gap-y-14{row-gap:112px}.flex.xl\:gap-y-15{row-gap:120px}.flex.xl\:gap-y-16{row-gap:128px}.flex.xl\:gap-y-17{row-gap:136px}.flex.xl\:gap-y-18{row-gap:144px}.flex.xl\:gap-y-19{row-gap:152px}.flex.xl\:gap-y-20{row-gap:160px}.flex.xl\:gap-y-21{row-gap:168px}.flex.xl\:gap-y-22{row-gap:176px}.flex.xl\:gap-y-23{row-gap:184px}.flex.xl\:gap-y-24{row-gap:192px}.flex.xl\:gap-y-25{row-gap:200px}.flex.xl\:gap-y-26{row-gap:208px}.flex.xl\:gap-y-27{row-gap:216px}.flex.xl\:gap-y-28{row-gap:224px}.flex.xl\:gap-y-29{row-gap:232px}.flex.xl\:gap-y-30{row-gap:240px}.flex.xl\:gap-y-31{row-gap:248px}.flex.xl\:gap-y-32{row-gap:256px}.flex.xl\:gap-y-33{row-gap:264px}.flex.xl\:gap-y-34{row-gap:272px}.flex.xl\:gap-y-35{row-gap:280px}.flex.xl\:gap-y-36{row-gap:288px}.flex.xl\:gap-y-37{row-gap:296px}.flex.xl\:gap-y-38{row-gap:304px}.flex.xl\:gap-y-39{row-gap:312px}.flex.xl\:gap-y-40{row-gap:320px}.flex.xl\:gap-y-41{row-gap:328px}.flex.xl\:gap-y-42{row-gap:336px}.flex.xl\:gap-y-43{row-gap:344px}.flex.xl\:gap-y-44{row-gap:352px}.flex.xl\:gap-y-45{row-gap:360px}.flex.xl\:gap-y-46{row-gap:368px}.flex.xl\:gap-y-47{row-gap:376px}.flex.xl\:gap-y-48{row-gap:384px}.flex.xl\:gap-y-49{row-gap:392px}.flex.xl\:gap-y-50{row-gap:400px}.flex.xl\:gap-y-51{row-gap:408px}.flex.xl\:gap-y-52{row-gap:416px}.flex.xl\:gap-y-53{row-gap:424px}.flex.xl\:gap-y-54{row-gap:432px}.flex.xl\:gap-y-55{row-gap:440px}.flex.xl\:gap-y-56{row-gap:448px}.flex.xl\:gap-y-57{row-gap:456px}.flex.xl\:gap-y-58{row-gap:464px}.flex.xl\:gap-y-59{row-gap:472px}.flex.xl\:gap-y-60{row-gap:480px}.flex.xl\:gap-y-61{row-gap:488px}.flex.xl\:gap-y-62{row-gap:496px}.flex.xl\:gap-y-63{row-gap:504px}.flex.xl\:gap-y-64{row-gap:512px}.flex.xl\:gap-y-65{row-gap:520px}.flex.xl\:gap-y-66{row-gap:528px}.flex.xl\:gap-y-67{row-gap:536px}.flex.xl\:gap-y-68{row-gap:544px}.flex.xl\:gap-y-69{row-gap:552px}.flex.xl\:gap-y-70{row-gap:560px}.flex.xl\:gap-y-71{row-gap:568px}.flex.xl\:gap-y-72{row-gap:576px}.flex.xl\:gap-y-73{row-gap:584px}.flex.xl\:gap-y-74{row-gap:592px}.flex.xl\:gap-y-75{row-gap:600px}.flex.xl\:gap-y-76{row-gap:608px}.flex.xl\:gap-y-77{row-gap:616px}.flex.xl\:gap-y-78{row-gap:624px}.flex.xl\:gap-y-79{row-gap:632px}.flex.xl\:gap-y-80{row-gap:640px}.flex.xl\:gap-y-81{row-gap:648px}.flex.xl\:gap-y-82{row-gap:656px}.flex.xl\:gap-y-83{row-gap:664px}.flex.xl\:gap-y-84{row-gap:672px}.flex.xl\:gap-y-85{row-gap:680px}.flex.xl\:gap-y-86{row-gap:688px}.flex.xl\:gap-y-87{row-gap:696px}.flex.xl\:gap-y-88{row-gap:704px}.flex.xl\:gap-y-89{row-gap:712px}.flex.xl\:gap-y-90{row-gap:720px}.flex.xl\:gap-y-91{row-gap:728px}.flex.xl\:gap-y-92{row-gap:736px}.flex.xl\:gap-y-93{row-gap:744px}.flex.xl\:gap-y-94{row-gap:752px}.flex.xl\:gap-y-95{row-gap:760px}.flex.xl\:gap-y-96{row-gap:768px}.flex.xl\:gap-y-97{row-gap:776px}.flex.xl\:gap-y-98{row-gap:784px}.flex.xl\:gap-y-99{row-gap:792px}.flex.xl\:gap-y-100{row-gap:800px}.flex .xl\:order-1{order:1}.flex .xl\:order-2{order:2}.flex .xl\:order-3{order:3}.flex .xl\:order-4{order:4}.flex .xl\:order-5{order:5}.flex .xl\:order-6{order:6}.flex .xl\:order-7{order:7}.flex .xl\:order-8{order:8}.flex .xl\:order-9{order:9}.flex .xl\:order-10{order:10}.flex .xl\:order-11{order:11}.flex .xl\:order-12{order:12}.flex .xl\:order-13{order:13}.flex .xl\:order-14{order:14}.flex .xl\:order-15{order:15}.flex .xl\:order-16{order:16}.flex .xl\:order-17{order:17}.flex .xl\:order-18{order:18}.flex .xl\:order-19{order:19}.flex .xl\:order-20{order:20}.flex .xl\:order-21{order:21}.flex .xl\:order-22{order:22}.flex .xl\:order-23{order:23}.flex .xl\:order-24{order:24}.flex .xl\:order-25{order:25}.flex .xl\:order-26{order:26}.flex .xl\:order-27{order:27}.flex .xl\:order-28{order:28}.flex .xl\:order-29{order:29}.flex .xl\:order-30{order:30}.flex .xl\:order-31{order:31}.flex .xl\:order-32{order:32}.flex .xl\:order-33{order:33}.flex .xl\:order-34{order:34}.flex .xl\:order-35{order:35}.flex .xl\:order-36{order:36}.flex .xl\:order-37{order:37}.flex .xl\:order-38{order:38}.flex .xl\:order-39{order:39}.flex .xl\:order-40{order:40}.flex .xl\:order-41{order:41}.flex .xl\:order-42{order:42}.flex .xl\:order-43{order:43}.flex .xl\:order-44{order:44}.flex .xl\:order-45{order:45}.flex .xl\:order-46{order:46}.flex .xl\:order-47{order:47}.flex .xl\:order-48{order:48}.flex .xl\:order-49{order:49}.flex .xl\:order-50{order:50}.flex .xl\:order-51{order:51}.flex .xl\:order-52{order:52}.flex .xl\:order-53{order:53}.flex .xl\:order-54{order:54}.flex .xl\:order-55{order:55}.flex .xl\:order-56{order:56}.flex .xl\:order-57{order:57}.flex .xl\:order-58{order:58}.flex .xl\:order-59{order:59}.flex .xl\:order-60{order:60}.flex .xl\:order-61{order:61}.flex .xl\:order-62{order:62}.flex .xl\:order-63{order:63}.flex .xl\:order-64{order:64}.flex .xl\:order-65{order:65}.flex .xl\:order-66{order:66}.flex .xl\:order-67{order:67}.flex .xl\:order-68{order:68}.flex .xl\:order-69{order:69}.flex .xl\:order-70{order:70}.flex .xl\:order-71{order:71}.flex .xl\:order-72{order:72}.flex .xl\:order-73{order:73}.flex .xl\:order-74{order:74}.flex .xl\:order-75{order:75}.flex .xl\:order-76{order:76}.flex .xl\:order-77{order:77}.flex .xl\:order-78{order:78}.flex .xl\:order-79{order:79}.flex .xl\:order-80{order:80}.flex .xl\:order-81{order:81}.flex .xl\:order-82{order:82}.flex .xl\:order-83{order:83}.flex .xl\:order-84{order:84}.flex .xl\:order-85{order:85}.flex .xl\:order-86{order:86}.flex .xl\:order-87{order:87}.flex .xl\:order-88{order:88}.flex .xl\:order-89{order:89}.flex .xl\:order-90{order:90}.flex .xl\:order-91{order:91}.flex .xl\:order-92{order:92}.flex .xl\:order-93{order:93}.flex .xl\:order-94{order:94}.flex .xl\:order-95{order:95}.flex .xl\:order-96{order:96}.flex .xl\:order-97{order:97}.flex .xl\:order-98{order:98}.flex .xl\:order-99{order:99}.flex .xl\:order-100{order:100}}@media(min-width:1024px){.lg\:flex{display:flex}.lg\:flex.content-between{align-content:space-between}.lg\:flex.content-center{align-content:center}.lg\:flex.content-end{align-content:flex-end}.lg\:flex.content-start{align-content:flex-start}.lg\:flex.lg\:content-between{align-content:space-between}.lg\:flex.lg\:content-center{align-content:center}.lg\:flex.lg\:content-end{align-content:flex-end}.lg\:flex.lg\:content-start{align-content:flex-start}.lg\:flex.items-center{align-items:center}.lg\:flex.items-end{align-items:flex-end}.lg\:flex.items-start{align-items:flex-start}.lg\:flex.lg\:items-center{align-items:center}.lg\:flex.lg\:items-end{align-items:flex-end}.lg\:flex.lg\:items-start{align-items:flex-start}.lg\:flex.justify-around{justify-content:space-around}.lg\:flex.justify-between{justify-content:space-between}.lg\:flex.justify-center{justify-content:center}.lg\:flex.justify-end{justify-content:flex-end}.lg\:flex.justify-start{justify-content:flex-start}.lg\:flex.justify-stretch{justify-content:stretch}.lg\:flex.lg\:justify-between{justify-content:space-between}.lg\:flex.lg\:justify-center{justify-content:center}.lg\:flex.lg\:justify-end{justify-content:flex-end}.lg\:flex.lg\:justify-start{justify-content:flex-start}.lg\:flex.lg\:justify-stretch{justify-content:stretch}.lg\:flex.wrap{flex-wrap:wrap}.lg\:flex.nowrap{flex-wrap:nowrap}.lg\:flex.lg\:wrap{flex-wrap:wrap}.lg\:flex.lg\:nowrap{flex-wrap:nowrap}.lg\:flex.gap-0\.5{gap:4px}.lg\:flex.gap-0{gap:0px}.lg\:flex.gap-1{gap:8px}.lg\:flex.gap-2{gap:16px}.lg\:flex.gap-3{gap:24px}.lg\:flex.gap-4{gap:32px}.lg\:flex.gap-5{gap:40px}.lg\:flex.gap-6{gap:48px}.lg\:flex.gap-7{gap:56px}.lg\:flex.gap-8{gap:64px}.lg\:flex.gap-9{gap:72px}.lg\:flex.gap-10{gap:80px}.lg\:flex.gap-11{gap:88px}.lg\:flex.gap-12{gap:96px}.lg\:flex.gap-13{gap:104px}.lg\:flex.gap-14{gap:112px}.lg\:flex.gap-15{gap:120px}.lg\:flex.gap-16{gap:128px}.lg\:flex.gap-17{gap:136px}.lg\:flex.gap-18{gap:144px}.lg\:flex.gap-19{gap:152px}.lg\:flex.gap-20{gap:160px}.lg\:flex.gap-21{gap:168px}.lg\:flex.gap-22{gap:176px}.lg\:flex.gap-23{gap:184px}.lg\:flex.gap-24{gap:192px}.lg\:flex.gap-25{gap:200px}.lg\:flex.gap-26{gap:208px}.lg\:flex.gap-27{gap:216px}.lg\:flex.gap-28{gap:224px}.lg\:flex.gap-29{gap:232px}.lg\:flex.gap-30{gap:240px}.lg\:flex.gap-31{gap:248px}.lg\:flex.gap-32{gap:256px}.lg\:flex.gap-33{gap:264px}.lg\:flex.gap-34{gap:272px}.lg\:flex.gap-35{gap:280px}.lg\:flex.gap-36{gap:288px}.lg\:flex.gap-37{gap:296px}.lg\:flex.gap-38{gap:304px}.lg\:flex.gap-39{gap:312px}.lg\:flex.gap-40{gap:320px}.lg\:flex.gap-41{gap:328px}.lg\:flex.gap-42{gap:336px}.lg\:flex.gap-43{gap:344px}.lg\:flex.gap-44{gap:352px}.lg\:flex.gap-45{gap:360px}.lg\:flex.gap-46{gap:368px}.lg\:flex.gap-47{gap:376px}.lg\:flex.gap-48{gap:384px}.lg\:flex.gap-49{gap:392px}.lg\:flex.gap-50{gap:400px}.lg\:flex.gap-51{gap:408px}.lg\:flex.gap-52{gap:416px}.lg\:flex.gap-53{gap:424px}.lg\:flex.gap-54{gap:432px}.lg\:flex.gap-55{gap:440px}.lg\:flex.gap-56{gap:448px}.lg\:flex.gap-57{gap:456px}.lg\:flex.gap-58{gap:464px}.lg\:flex.gap-59{gap:472px}.lg\:flex.gap-60{gap:480px}.lg\:flex.gap-61{gap:488px}.lg\:flex.gap-62{gap:496px}.lg\:flex.gap-63{gap:504px}.lg\:flex.gap-64{gap:512px}.lg\:flex.gap-65{gap:520px}.lg\:flex.gap-66{gap:528px}.lg\:flex.gap-67{gap:536px}.lg\:flex.gap-68{gap:544px}.lg\:flex.gap-69{gap:552px}.lg\:flex.gap-70{gap:560px}.lg\:flex.gap-71{gap:568px}.lg\:flex.gap-72{gap:576px}.lg\:flex.gap-73{gap:584px}.lg\:flex.gap-74{gap:592px}.lg\:flex.gap-75{gap:600px}.lg\:flex.gap-76{gap:608px}.lg\:flex.gap-77{gap:616px}.lg\:flex.gap-78{gap:624px}.lg\:flex.gap-79{gap:632px}.lg\:flex.gap-80{gap:640px}.lg\:flex.gap-81{gap:648px}.lg\:flex.gap-82{gap:656px}.lg\:flex.gap-83{gap:664px}.lg\:flex.gap-84{gap:672px}.lg\:flex.gap-85{gap:680px}.lg\:flex.gap-86{gap:688px}.lg\:flex.gap-87{gap:696px}.lg\:flex.gap-88{gap:704px}.lg\:flex.gap-89{gap:712px}.lg\:flex.gap-90{gap:720px}.lg\:flex.gap-91{gap:728px}.lg\:flex.gap-92{gap:736px}.lg\:flex.gap-93{gap:744px}.lg\:flex.gap-94{gap:752px}.lg\:flex.gap-95{gap:760px}.lg\:flex.gap-96{gap:768px}.lg\:flex.gap-97{gap:776px}.lg\:flex.gap-98{gap:784px}.lg\:flex.gap-99{gap:792px}.lg\:flex.gap-100{gap:800px}.lg\:flex.lg\:gap-0\.5{gap:4px}.lg\:flex.lg\:gap-0{gap:0px}.lg\:flex.lg\:gap-1{gap:8px}.lg\:flex.lg\:gap-2{gap:16px}.lg\:flex.lg\:gap-3{gap:24px}.lg\:flex.lg\:gap-4{gap:32px}.lg\:flex.lg\:gap-5{gap:40px}.lg\:flex.lg\:gap-6{gap:48px}.lg\:flex.lg\:gap-7{gap:56px}.lg\:flex.lg\:gap-8{gap:64px}.lg\:flex.lg\:gap-9{gap:72px}.lg\:flex.lg\:gap-10{gap:80px}.lg\:flex.lg\:gap-11{gap:88px}.lg\:flex.lg\:gap-12{gap:96px}.lg\:flex.lg\:gap-13{gap:104px}.lg\:flex.lg\:gap-14{gap:112px}.lg\:flex.lg\:gap-15{gap:120px}.lg\:flex.lg\:gap-16{gap:128px}.lg\:flex.lg\:gap-17{gap:136px}.lg\:flex.lg\:gap-18{gap:144px}.lg\:flex.lg\:gap-19{gap:152px}.lg\:flex.lg\:gap-20{gap:160px}.lg\:flex.lg\:gap-21{gap:168px}.lg\:flex.lg\:gap-22{gap:176px}.lg\:flex.lg\:gap-23{gap:184px}.lg\:flex.lg\:gap-24{gap:192px}.lg\:flex.lg\:gap-25{gap:200px}.lg\:flex.lg\:gap-26{gap:208px}.lg\:flex.lg\:gap-27{gap:216px}.lg\:flex.lg\:gap-28{gap:224px}.lg\:flex.lg\:gap-29{gap:232px}.lg\:flex.lg\:gap-30{gap:240px}.lg\:flex.lg\:gap-31{gap:248px}.lg\:flex.lg\:gap-32{gap:256px}.lg\:flex.lg\:gap-33{gap:264px}.lg\:flex.lg\:gap-34{gap:272px}.lg\:flex.lg\:gap-35{gap:280px}.lg\:flex.lg\:gap-36{gap:288px}.lg\:flex.lg\:gap-37{gap:296px}.lg\:flex.lg\:gap-38{gap:304px}.lg\:flex.lg\:gap-39{gap:312px}.lg\:flex.lg\:gap-40{gap:320px}.lg\:flex.lg\:gap-41{gap:328px}.lg\:flex.lg\:gap-42{gap:336px}.lg\:flex.lg\:gap-43{gap:344px}.lg\:flex.lg\:gap-44{gap:352px}.lg\:flex.lg\:gap-45{gap:360px}.lg\:flex.lg\:gap-46{gap:368px}.lg\:flex.lg\:gap-47{gap:376px}.lg\:flex.lg\:gap-48{gap:384px}.lg\:flex.lg\:gap-49{gap:392px}.lg\:flex.lg\:gap-50{gap:400px}.lg\:flex.lg\:gap-51{gap:408px}.lg\:flex.lg\:gap-52{gap:416px}.lg\:flex.lg\:gap-53{gap:424px}.lg\:flex.lg\:gap-54{gap:432px}.lg\:flex.lg\:gap-55{gap:440px}.lg\:flex.lg\:gap-56{gap:448px}.lg\:flex.lg\:gap-57{gap:456px}.lg\:flex.lg\:gap-58{gap:464px}.lg\:flex.lg\:gap-59{gap:472px}.lg\:flex.lg\:gap-60{gap:480px}.lg\:flex.lg\:gap-61{gap:488px}.lg\:flex.lg\:gap-62{gap:496px}.lg\:flex.lg\:gap-63{gap:504px}.lg\:flex.lg\:gap-64{gap:512px}.lg\:flex.lg\:gap-65{gap:520px}.lg\:flex.lg\:gap-66{gap:528px}.lg\:flex.lg\:gap-67{gap:536px}.lg\:flex.lg\:gap-68{gap:544px}.lg\:flex.lg\:gap-69{gap:552px}.lg\:flex.lg\:gap-70{gap:560px}.lg\:flex.lg\:gap-71{gap:568px}.lg\:flex.lg\:gap-72{gap:576px}.lg\:flex.lg\:gap-73{gap:584px}.lg\:flex.lg\:gap-74{gap:592px}.lg\:flex.lg\:gap-75{gap:600px}.lg\:flex.lg\:gap-76{gap:608px}.lg\:flex.lg\:gap-77{gap:616px}.lg\:flex.lg\:gap-78{gap:624px}.lg\:flex.lg\:gap-79{gap:632px}.lg\:flex.lg\:gap-80{gap:640px}.lg\:flex.lg\:gap-81{gap:648px}.lg\:flex.lg\:gap-82{gap:656px}.lg\:flex.lg\:gap-83{gap:664px}.lg\:flex.lg\:gap-84{gap:672px}.lg\:flex.lg\:gap-85{gap:680px}.lg\:flex.lg\:gap-86{gap:688px}.lg\:flex.lg\:gap-87{gap:696px}.lg\:flex.lg\:gap-88{gap:704px}.lg\:flex.lg\:gap-89{gap:712px}.lg\:flex.lg\:gap-90{gap:720px}.lg\:flex.lg\:gap-91{gap:728px}.lg\:flex.lg\:gap-92{gap:736px}.lg\:flex.lg\:gap-93{gap:744px}.lg\:flex.lg\:gap-94{gap:752px}.lg\:flex.lg\:gap-95{gap:760px}.lg\:flex.lg\:gap-96{gap:768px}.lg\:flex.lg\:gap-97{gap:776px}.lg\:flex.lg\:gap-98{gap:784px}.lg\:flex.lg\:gap-99{gap:792px}.lg\:flex.lg\:gap-100{gap:800px}.lg\:flex.gap-x-0\.5{column-gap:4px}.lg\:flex.gap-x-0{column-gap:0px}.lg\:flex.gap-x-1{column-gap:8px}.lg\:flex.gap-x-2{column-gap:16px}.lg\:flex.gap-x-3{column-gap:24px}.lg\:flex.gap-x-4{column-gap:32px}.lg\:flex.gap-x-5{column-gap:40px}.lg\:flex.gap-x-6{column-gap:48px}.lg\:flex.gap-x-7{column-gap:56px}.lg\:flex.gap-x-8{column-gap:64px}.lg\:flex.gap-x-9{column-gap:72px}.lg\:flex.gap-x-10{column-gap:80px}.lg\:flex.gap-x-11{column-gap:88px}.lg\:flex.gap-x-12{column-gap:96px}.lg\:flex.gap-x-13{column-gap:104px}.lg\:flex.gap-x-14{column-gap:112px}.lg\:flex.gap-x-15{column-gap:120px}.lg\:flex.gap-x-16{column-gap:128px}.lg\:flex.gap-x-17{column-gap:136px}.lg\:flex.gap-x-18{column-gap:144px}.lg\:flex.gap-x-19{column-gap:152px}.lg\:flex.gap-x-20{column-gap:160px}.lg\:flex.gap-x-21{column-gap:168px}.lg\:flex.gap-x-22{column-gap:176px}.lg\:flex.gap-x-23{column-gap:184px}.lg\:flex.gap-x-24{column-gap:192px}.lg\:flex.gap-x-25{column-gap:200px}.lg\:flex.gap-x-26{column-gap:208px}.lg\:flex.gap-x-27{column-gap:216px}.lg\:flex.gap-x-28{column-gap:224px}.lg\:flex.gap-x-29{column-gap:232px}.lg\:flex.gap-x-30{column-gap:240px}.lg\:flex.gap-x-31{column-gap:248px}.lg\:flex.gap-x-32{column-gap:256px}.lg\:flex.gap-x-33{column-gap:264px}.lg\:flex.gap-x-34{column-gap:272px}.lg\:flex.gap-x-35{column-gap:280px}.lg\:flex.gap-x-36{column-gap:288px}.lg\:flex.gap-x-37{column-gap:296px}.lg\:flex.gap-x-38{column-gap:304px}.lg\:flex.gap-x-39{column-gap:312px}.lg\:flex.gap-x-40{column-gap:320px}.lg\:flex.gap-x-41{column-gap:328px}.lg\:flex.gap-x-42{column-gap:336px}.lg\:flex.gap-x-43{column-gap:344px}.lg\:flex.gap-x-44{column-gap:352px}.lg\:flex.gap-x-45{column-gap:360px}.lg\:flex.gap-x-46{column-gap:368px}.lg\:flex.gap-x-47{column-gap:376px}.lg\:flex.gap-x-48{column-gap:384px}.lg\:flex.gap-x-49{column-gap:392px}.lg\:flex.gap-x-50{column-gap:400px}.lg\:flex.gap-x-51{column-gap:408px}.lg\:flex.gap-x-52{column-gap:416px}.lg\:flex.gap-x-53{column-gap:424px}.lg\:flex.gap-x-54{column-gap:432px}.lg\:flex.gap-x-55{column-gap:440px}.lg\:flex.gap-x-56{column-gap:448px}.lg\:flex.gap-x-57{column-gap:456px}.lg\:flex.gap-x-58{column-gap:464px}.lg\:flex.gap-x-59{column-gap:472px}.lg\:flex.gap-x-60{column-gap:480px}.lg\:flex.gap-x-61{column-gap:488px}.lg\:flex.gap-x-62{column-gap:496px}.lg\:flex.gap-x-63{column-gap:504px}.lg\:flex.gap-x-64{column-gap:512px}.lg\:flex.gap-x-65{column-gap:520px}.lg\:flex.gap-x-66{column-gap:528px}.lg\:flex.gap-x-67{column-gap:536px}.lg\:flex.gap-x-68{column-gap:544px}.lg\:flex.gap-x-69{column-gap:552px}.lg\:flex.gap-x-70{column-gap:560px}.lg\:flex.gap-x-71{column-gap:568px}.lg\:flex.gap-x-72{column-gap:576px}.lg\:flex.gap-x-73{column-gap:584px}.lg\:flex.gap-x-74{column-gap:592px}.lg\:flex.gap-x-75{column-gap:600px}.lg\:flex.gap-x-76{column-gap:608px}.lg\:flex.gap-x-77{column-gap:616px}.lg\:flex.gap-x-78{column-gap:624px}.lg\:flex.gap-x-79{column-gap:632px}.lg\:flex.gap-x-80{column-gap:640px}.lg\:flex.gap-x-81{column-gap:648px}.lg\:flex.gap-x-82{column-gap:656px}.lg\:flex.gap-x-83{column-gap:664px}.lg\:flex.gap-x-84{column-gap:672px}.lg\:flex.gap-x-85{column-gap:680px}.lg\:flex.gap-x-86{column-gap:688px}.lg\:flex.gap-x-87{column-gap:696px}.lg\:flex.gap-x-88{column-gap:704px}.lg\:flex.gap-x-89{column-gap:712px}.lg\:flex.gap-x-90{column-gap:720px}.lg\:flex.gap-x-91{column-gap:728px}.lg\:flex.gap-x-92{column-gap:736px}.lg\:flex.gap-x-93{column-gap:744px}.lg\:flex.gap-x-94{column-gap:752px}.lg\:flex.gap-x-95{column-gap:760px}.lg\:flex.gap-x-96{column-gap:768px}.lg\:flex.gap-x-97{column-gap:776px}.lg\:flex.gap-x-98{column-gap:784px}.lg\:flex.gap-x-99{column-gap:792px}.lg\:flex.gap-x-100{column-gap:800px}.lg\:flex.lg\:gap-x-0\.5{column-gap:4px}.lg\:flex.lg\:gap-x-0{column-gap:0px}.lg\:flex.lg\:gap-x-1{column-gap:8px}.lg\:flex.lg\:gap-x-2{column-gap:16px}.lg\:flex.lg\:gap-x-3{column-gap:24px}.lg\:flex.lg\:gap-x-4{column-gap:32px}.lg\:flex.lg\:gap-x-5{column-gap:40px}.lg\:flex.lg\:gap-x-6{column-gap:48px}.lg\:flex.lg\:gap-x-7{column-gap:56px}.lg\:flex.lg\:gap-x-8{column-gap:64px}.lg\:flex.lg\:gap-x-9{column-gap:72px}.lg\:flex.lg\:gap-x-10{column-gap:80px}.lg\:flex.lg\:gap-x-11{column-gap:88px}.lg\:flex.lg\:gap-x-12{column-gap:96px}.lg\:flex.lg\:gap-x-13{column-gap:104px}.lg\:flex.lg\:gap-x-14{column-gap:112px}.lg\:flex.lg\:gap-x-15{column-gap:120px}.lg\:flex.lg\:gap-x-16{column-gap:128px}.lg\:flex.lg\:gap-x-17{column-gap:136px}.lg\:flex.lg\:gap-x-18{column-gap:144px}.lg\:flex.lg\:gap-x-19{column-gap:152px}.lg\:flex.lg\:gap-x-20{column-gap:160px}.lg\:flex.lg\:gap-x-21{column-gap:168px}.lg\:flex.lg\:gap-x-22{column-gap:176px}.lg\:flex.lg\:gap-x-23{column-gap:184px}.lg\:flex.lg\:gap-x-24{column-gap:192px}.lg\:flex.lg\:gap-x-25{column-gap:200px}.lg\:flex.lg\:gap-x-26{column-gap:208px}.lg\:flex.lg\:gap-x-27{column-gap:216px}.lg\:flex.lg\:gap-x-28{column-gap:224px}.lg\:flex.lg\:gap-x-29{column-gap:232px}.lg\:flex.lg\:gap-x-30{column-gap:240px}.lg\:flex.lg\:gap-x-31{column-gap:248px}.lg\:flex.lg\:gap-x-32{column-gap:256px}.lg\:flex.lg\:gap-x-33{column-gap:264px}.lg\:flex.lg\:gap-x-34{column-gap:272px}.lg\:flex.lg\:gap-x-35{column-gap:280px}.lg\:flex.lg\:gap-x-36{column-gap:288px}.lg\:flex.lg\:gap-x-37{column-gap:296px}.lg\:flex.lg\:gap-x-38{column-gap:304px}.lg\:flex.lg\:gap-x-39{column-gap:312px}.lg\:flex.lg\:gap-x-40{column-gap:320px}.lg\:flex.lg\:gap-x-41{column-gap:328px}.lg\:flex.lg\:gap-x-42{column-gap:336px}.lg\:flex.lg\:gap-x-43{column-gap:344px}.lg\:flex.lg\:gap-x-44{column-gap:352px}.lg\:flex.lg\:gap-x-45{column-gap:360px}.lg\:flex.lg\:gap-x-46{column-gap:368px}.lg\:flex.lg\:gap-x-47{column-gap:376px}.lg\:flex.lg\:gap-x-48{column-gap:384px}.lg\:flex.lg\:gap-x-49{column-gap:392px}.lg\:flex.lg\:gap-x-50{column-gap:400px}.lg\:flex.lg\:gap-x-51{column-gap:408px}.lg\:flex.lg\:gap-x-52{column-gap:416px}.lg\:flex.lg\:gap-x-53{column-gap:424px}.lg\:flex.lg\:gap-x-54{column-gap:432px}.lg\:flex.lg\:gap-x-55{column-gap:440px}.lg\:flex.lg\:gap-x-56{column-gap:448px}.lg\:flex.lg\:gap-x-57{column-gap:456px}.lg\:flex.lg\:gap-x-58{column-gap:464px}.lg\:flex.lg\:gap-x-59{column-gap:472px}.lg\:flex.lg\:gap-x-60{column-gap:480px}.lg\:flex.lg\:gap-x-61{column-gap:488px}.lg\:flex.lg\:gap-x-62{column-gap:496px}.lg\:flex.lg\:gap-x-63{column-gap:504px}.lg\:flex.lg\:gap-x-64{column-gap:512px}.lg\:flex.lg\:gap-x-65{column-gap:520px}.lg\:flex.lg\:gap-x-66{column-gap:528px}.lg\:flex.lg\:gap-x-67{column-gap:536px}.lg\:flex.lg\:gap-x-68{column-gap:544px}.lg\:flex.lg\:gap-x-69{column-gap:552px}.lg\:flex.lg\:gap-x-70{column-gap:560px}.lg\:flex.lg\:gap-x-71{column-gap:568px}.lg\:flex.lg\:gap-x-72{column-gap:576px}.lg\:flex.lg\:gap-x-73{column-gap:584px}.lg\:flex.lg\:gap-x-74{column-gap:592px}.lg\:flex.lg\:gap-x-75{column-gap:600px}.lg\:flex.lg\:gap-x-76{column-gap:608px}.lg\:flex.lg\:gap-x-77{column-gap:616px}.lg\:flex.lg\:gap-x-78{column-gap:624px}.lg\:flex.lg\:gap-x-79{column-gap:632px}.lg\:flex.lg\:gap-x-80{column-gap:640px}.lg\:flex.lg\:gap-x-81{column-gap:648px}.lg\:flex.lg\:gap-x-82{column-gap:656px}.lg\:flex.lg\:gap-x-83{column-gap:664px}.lg\:flex.lg\:gap-x-84{column-gap:672px}.lg\:flex.lg\:gap-x-85{column-gap:680px}.lg\:flex.lg\:gap-x-86{column-gap:688px}.lg\:flex.lg\:gap-x-87{column-gap:696px}.lg\:flex.lg\:gap-x-88{column-gap:704px}.lg\:flex.lg\:gap-x-89{column-gap:712px}.lg\:flex.lg\:gap-x-90{column-gap:720px}.lg\:flex.lg\:gap-x-91{column-gap:728px}.lg\:flex.lg\:gap-x-92{column-gap:736px}.lg\:flex.lg\:gap-x-93{column-gap:744px}.lg\:flex.lg\:gap-x-94{column-gap:752px}.lg\:flex.lg\:gap-x-95{column-gap:760px}.lg\:flex.lg\:gap-x-96{column-gap:768px}.lg\:flex.lg\:gap-x-97{column-gap:776px}.lg\:flex.lg\:gap-x-98{column-gap:784px}.lg\:flex.lg\:gap-x-99{column-gap:792px}.lg\:flex.lg\:gap-x-100{column-gap:800px}.lg\:flex.gap-y-0\.5{row-gap:4px}.lg\:flex.gap-y-0{row-gap:0px}.lg\:flex.gap-y-1{row-gap:8px}.lg\:flex.gap-y-2{row-gap:16px}.lg\:flex.gap-y-3{row-gap:24px}.lg\:flex.gap-y-4{row-gap:32px}.lg\:flex.gap-y-5{row-gap:40px}.lg\:flex.gap-y-6{row-gap:48px}.lg\:flex.gap-y-7{row-gap:56px}.lg\:flex.gap-y-8{row-gap:64px}.lg\:flex.gap-y-9{row-gap:72px}.lg\:flex.gap-y-10{row-gap:80px}.lg\:flex.gap-y-11{row-gap:88px}.lg\:flex.gap-y-12{row-gap:96px}.lg\:flex.gap-y-13{row-gap:104px}.lg\:flex.gap-y-14{row-gap:112px}.lg\:flex.gap-y-15{row-gap:120px}.lg\:flex.gap-y-16{row-gap:128px}.lg\:flex.gap-y-17{row-gap:136px}.lg\:flex.gap-y-18{row-gap:144px}.lg\:flex.gap-y-19{row-gap:152px}.lg\:flex.gap-y-20{row-gap:160px}.lg\:flex.gap-y-21{row-gap:168px}.lg\:flex.gap-y-22{row-gap:176px}.lg\:flex.gap-y-23{row-gap:184px}.lg\:flex.gap-y-24{row-gap:192px}.lg\:flex.gap-y-25{row-gap:200px}.lg\:flex.gap-y-26{row-gap:208px}.lg\:flex.gap-y-27{row-gap:216px}.lg\:flex.gap-y-28{row-gap:224px}.lg\:flex.gap-y-29{row-gap:232px}.lg\:flex.gap-y-30{row-gap:240px}.lg\:flex.gap-y-31{row-gap:248px}.lg\:flex.gap-y-32{row-gap:256px}.lg\:flex.gap-y-33{row-gap:264px}.lg\:flex.gap-y-34{row-gap:272px}.lg\:flex.gap-y-35{row-gap:280px}.lg\:flex.gap-y-36{row-gap:288px}.lg\:flex.gap-y-37{row-gap:296px}.lg\:flex.gap-y-38{row-gap:304px}.lg\:flex.gap-y-39{row-gap:312px}.lg\:flex.gap-y-40{row-gap:320px}.lg\:flex.gap-y-41{row-gap:328px}.lg\:flex.gap-y-42{row-gap:336px}.lg\:flex.gap-y-43{row-gap:344px}.lg\:flex.gap-y-44{row-gap:352px}.lg\:flex.gap-y-45{row-gap:360px}.lg\:flex.gap-y-46{row-gap:368px}.lg\:flex.gap-y-47{row-gap:376px}.lg\:flex.gap-y-48{row-gap:384px}.lg\:flex.gap-y-49{row-gap:392px}.lg\:flex.gap-y-50{row-gap:400px}.lg\:flex.gap-y-51{row-gap:408px}.lg\:flex.gap-y-52{row-gap:416px}.lg\:flex.gap-y-53{row-gap:424px}.lg\:flex.gap-y-54{row-gap:432px}.lg\:flex.gap-y-55{row-gap:440px}.lg\:flex.gap-y-56{row-gap:448px}.lg\:flex.gap-y-57{row-gap:456px}.lg\:flex.gap-y-58{row-gap:464px}.lg\:flex.gap-y-59{row-gap:472px}.lg\:flex.gap-y-60{row-gap:480px}.lg\:flex.gap-y-61{row-gap:488px}.lg\:flex.gap-y-62{row-gap:496px}.lg\:flex.gap-y-63{row-gap:504px}.lg\:flex.gap-y-64{row-gap:512px}.lg\:flex.gap-y-65{row-gap:520px}.lg\:flex.gap-y-66{row-gap:528px}.lg\:flex.gap-y-67{row-gap:536px}.lg\:flex.gap-y-68{row-gap:544px}.lg\:flex.gap-y-69{row-gap:552px}.lg\:flex.gap-y-70{row-gap:560px}.lg\:flex.gap-y-71{row-gap:568px}.lg\:flex.gap-y-72{row-gap:576px}.lg\:flex.gap-y-73{row-gap:584px}.lg\:flex.gap-y-74{row-gap:592px}.lg\:flex.gap-y-75{row-gap:600px}.lg\:flex.gap-y-76{row-gap:608px}.lg\:flex.gap-y-77{row-gap:616px}.lg\:flex.gap-y-78{row-gap:624px}.lg\:flex.gap-y-79{row-gap:632px}.lg\:flex.gap-y-80{row-gap:640px}.lg\:flex.gap-y-81{row-gap:648px}.lg\:flex.gap-y-82{row-gap:656px}.lg\:flex.gap-y-83{row-gap:664px}.lg\:flex.gap-y-84{row-gap:672px}.lg\:flex.gap-y-85{row-gap:680px}.lg\:flex.gap-y-86{row-gap:688px}.lg\:flex.gap-y-87{row-gap:696px}.lg\:flex.gap-y-88{row-gap:704px}.lg\:flex.gap-y-89{row-gap:712px}.lg\:flex.gap-y-90{row-gap:720px}.lg\:flex.gap-y-91{row-gap:728px}.lg\:flex.gap-y-92{row-gap:736px}.lg\:flex.gap-y-93{row-gap:744px}.lg\:flex.gap-y-94{row-gap:752px}.lg\:flex.gap-y-95{row-gap:760px}.lg\:flex.gap-y-96{row-gap:768px}.lg\:flex.gap-y-97{row-gap:776px}.lg\:flex.gap-y-98{row-gap:784px}.lg\:flex.gap-y-99{row-gap:792px}.lg\:flex.gap-y-100{row-gap:800px}.lg\:flex.lg\:gap-y-0\.5{row-gap:4px}.lg\:flex.lg\:gap-y-0{row-gap:0px}.lg\:flex.lg\:gap-y-1{row-gap:8px}.lg\:flex.lg\:gap-y-2{row-gap:16px}.lg\:flex.lg\:gap-y-3{row-gap:24px}.lg\:flex.lg\:gap-y-4{row-gap:32px}.lg\:flex.lg\:gap-y-5{row-gap:40px}.lg\:flex.lg\:gap-y-6{row-gap:48px}.lg\:flex.lg\:gap-y-7{row-gap:56px}.lg\:flex.lg\:gap-y-8{row-gap:64px}.lg\:flex.lg\:gap-y-9{row-gap:72px}.lg\:flex.lg\:gap-y-10{row-gap:80px}.lg\:flex.lg\:gap-y-11{row-gap:88px}.lg\:flex.lg\:gap-y-12{row-gap:96px}.lg\:flex.lg\:gap-y-13{row-gap:104px}.lg\:flex.lg\:gap-y-14{row-gap:112px}.lg\:flex.lg\:gap-y-15{row-gap:120px}.lg\:flex.lg\:gap-y-16{row-gap:128px}.lg\:flex.lg\:gap-y-17{row-gap:136px}.lg\:flex.lg\:gap-y-18{row-gap:144px}.lg\:flex.lg\:gap-y-19{row-gap:152px}.lg\:flex.lg\:gap-y-20{row-gap:160px}.lg\:flex.lg\:gap-y-21{row-gap:168px}.lg\:flex.lg\:gap-y-22{row-gap:176px}.lg\:flex.lg\:gap-y-23{row-gap:184px}.lg\:flex.lg\:gap-y-24{row-gap:192px}.lg\:flex.lg\:gap-y-25{row-gap:200px}.lg\:flex.lg\:gap-y-26{row-gap:208px}.lg\:flex.lg\:gap-y-27{row-gap:216px}.lg\:flex.lg\:gap-y-28{row-gap:224px}.lg\:flex.lg\:gap-y-29{row-gap:232px}.lg\:flex.lg\:gap-y-30{row-gap:240px}.lg\:flex.lg\:gap-y-31{row-gap:248px}.lg\:flex.lg\:gap-y-32{row-gap:256px}.lg\:flex.lg\:gap-y-33{row-gap:264px}.lg\:flex.lg\:gap-y-34{row-gap:272px}.lg\:flex.lg\:gap-y-35{row-gap:280px}.lg\:flex.lg\:gap-y-36{row-gap:288px}.lg\:flex.lg\:gap-y-37{row-gap:296px}.lg\:flex.lg\:gap-y-38{row-gap:304px}.lg\:flex.lg\:gap-y-39{row-gap:312px}.lg\:flex.lg\:gap-y-40{row-gap:320px}.lg\:flex.lg\:gap-y-41{row-gap:328px}.lg\:flex.lg\:gap-y-42{row-gap:336px}.lg\:flex.lg\:gap-y-43{row-gap:344px}.lg\:flex.lg\:gap-y-44{row-gap:352px}.lg\:flex.lg\:gap-y-45{row-gap:360px}.lg\:flex.lg\:gap-y-46{row-gap:368px}.lg\:flex.lg\:gap-y-47{row-gap:376px}.lg\:flex.lg\:gap-y-48{row-gap:384px}.lg\:flex.lg\:gap-y-49{row-gap:392px}.lg\:flex.lg\:gap-y-50{row-gap:400px}.lg\:flex.lg\:gap-y-51{row-gap:408px}.lg\:flex.lg\:gap-y-52{row-gap:416px}.lg\:flex.lg\:gap-y-53{row-gap:424px}.lg\:flex.lg\:gap-y-54{row-gap:432px}.lg\:flex.lg\:gap-y-55{row-gap:440px}.lg\:flex.lg\:gap-y-56{row-gap:448px}.lg\:flex.lg\:gap-y-57{row-gap:456px}.lg\:flex.lg\:gap-y-58{row-gap:464px}.lg\:flex.lg\:gap-y-59{row-gap:472px}.lg\:flex.lg\:gap-y-60{row-gap:480px}.lg\:flex.lg\:gap-y-61{row-gap:488px}.lg\:flex.lg\:gap-y-62{row-gap:496px}.lg\:flex.lg\:gap-y-63{row-gap:504px}.lg\:flex.lg\:gap-y-64{row-gap:512px}.lg\:flex.lg\:gap-y-65{row-gap:520px}.lg\:flex.lg\:gap-y-66{row-gap:528px}.lg\:flex.lg\:gap-y-67{row-gap:536px}.lg\:flex.lg\:gap-y-68{row-gap:544px}.lg\:flex.lg\:gap-y-69{row-gap:552px}.lg\:flex.lg\:gap-y-70{row-gap:560px}.lg\:flex.lg\:gap-y-71{row-gap:568px}.lg\:flex.lg\:gap-y-72{row-gap:576px}.lg\:flex.lg\:gap-y-73{row-gap:584px}.lg\:flex.lg\:gap-y-74{row-gap:592px}.lg\:flex.lg\:gap-y-75{row-gap:600px}.lg\:flex.lg\:gap-y-76{row-gap:608px}.lg\:flex.lg\:gap-y-77{row-gap:616px}.lg\:flex.lg\:gap-y-78{row-gap:624px}.lg\:flex.lg\:gap-y-79{row-gap:632px}.lg\:flex.lg\:gap-y-80{row-gap:640px}.lg\:flex.lg\:gap-y-81{row-gap:648px}.lg\:flex.lg\:gap-y-82{row-gap:656px}.lg\:flex.lg\:gap-y-83{row-gap:664px}.lg\:flex.lg\:gap-y-84{row-gap:672px}.lg\:flex.lg\:gap-y-85{row-gap:680px}.lg\:flex.lg\:gap-y-86{row-gap:688px}.lg\:flex.lg\:gap-y-87{row-gap:696px}.lg\:flex.lg\:gap-y-88{row-gap:704px}.lg\:flex.lg\:gap-y-89{row-gap:712px}.lg\:flex.lg\:gap-y-90{row-gap:720px}.lg\:flex.lg\:gap-y-91{row-gap:728px}.lg\:flex.lg\:gap-y-92{row-gap:736px}.lg\:flex.lg\:gap-y-93{row-gap:744px}.lg\:flex.lg\:gap-y-94{row-gap:752px}.lg\:flex.lg\:gap-y-95{row-gap:760px}.lg\:flex.lg\:gap-y-96{row-gap:768px}.lg\:flex.lg\:gap-y-97{row-gap:776px}.lg\:flex.lg\:gap-y-98{row-gap:784px}.lg\:flex.lg\:gap-y-99{row-gap:792px}.lg\:flex.lg\:gap-y-100{row-gap:800px}.lg\:flex .order-1{order:1}.lg\:flex .order-2{order:2}.lg\:flex .order-3{order:3}.lg\:flex .order-4{order:4}.lg\:flex .order-5{order:5}.lg\:flex .order-6{order:6}.lg\:flex .order-7{order:7}.lg\:flex .order-8{order:8}.lg\:flex .order-9{order:9}.lg\:flex .order-10{order:10}.lg\:flex .order-11{order:11}.lg\:flex .order-12{order:12}.lg\:flex .order-13{order:13}.lg\:flex .order-14{order:14}.lg\:flex .order-15{order:15}.lg\:flex .order-16{order:16}.lg\:flex .order-17{order:17}.lg\:flex .order-18{order:18}.lg\:flex .order-19{order:19}.lg\:flex .order-20{order:20}.lg\:flex .order-21{order:21}.lg\:flex .order-22{order:22}.lg\:flex .order-23{order:23}.lg\:flex .order-24{order:24}.lg\:flex .order-25{order:25}.lg\:flex .order-26{order:26}.lg\:flex .order-27{order:27}.lg\:flex .order-28{order:28}.lg\:flex .order-29{order:29}.lg\:flex .order-30{order:30}.lg\:flex .order-31{order:31}.lg\:flex .order-32{order:32}.lg\:flex .order-33{order:33}.lg\:flex .order-34{order:34}.lg\:flex .order-35{order:35}.lg\:flex .order-36{order:36}.lg\:flex .order-37{order:37}.lg\:flex .order-38{order:38}.lg\:flex .order-39{order:39}.lg\:flex .order-40{order:40}.lg\:flex .order-41{order:41}.lg\:flex .order-42{order:42}.lg\:flex .order-43{order:43}.lg\:flex .order-44{order:44}.lg\:flex .order-45{order:45}.lg\:flex .order-46{order:46}.lg\:flex .order-47{order:47}.lg\:flex .order-48{order:48}.lg\:flex .order-49{order:49}.lg\:flex .order-50{order:50}.lg\:flex .order-51{order:51}.lg\:flex .order-52{order:52}.lg\:flex .order-53{order:53}.lg\:flex .order-54{order:54}.lg\:flex .order-55{order:55}.lg\:flex .order-56{order:56}.lg\:flex .order-57{order:57}.lg\:flex .order-58{order:58}.lg\:flex .order-59{order:59}.lg\:flex .order-60{order:60}.lg\:flex .order-61{order:61}.lg\:flex .order-62{order:62}.lg\:flex .order-63{order:63}.lg\:flex .order-64{order:64}.lg\:flex .order-65{order:65}.lg\:flex .order-66{order:66}.lg\:flex .order-67{order:67}.lg\:flex .order-68{order:68}.lg\:flex .order-69{order:69}.lg\:flex .order-70{order:70}.lg\:flex .order-71{order:71}.lg\:flex .order-72{order:72}.lg\:flex .order-73{order:73}.lg\:flex .order-74{order:74}.lg\:flex .order-75{order:75}.lg\:flex .order-76{order:76}.lg\:flex .order-77{order:77}.lg\:flex .order-78{order:78}.lg\:flex .order-79{order:79}.lg\:flex .order-80{order:80}.lg\:flex .order-81{order:81}.lg\:flex .order-82{order:82}.lg\:flex .order-83{order:83}.lg\:flex .order-84{order:84}.lg\:flex .order-85{order:85}.lg\:flex .order-86{order:86}.lg\:flex .order-87{order:87}.lg\:flex .order-88{order:88}.lg\:flex .order-89{order:89}.lg\:flex .order-90{order:90}.lg\:flex .order-91{order:91}.lg\:flex .order-92{order:92}.lg\:flex .order-93{order:93}.lg\:flex .order-94{order:94}.lg\:flex .order-95{order:95}.lg\:flex .order-96{order:96}.lg\:flex .order-97{order:97}.lg\:flex .order-98{order:98}.lg\:flex .order-99{order:99}.lg\:flex .order-100{order:100}.lg\:flex .lg\:order-1{order:1}.lg\:flex .lg\:order-2{order:2}.lg\:flex .lg\:order-3{order:3}.lg\:flex .lg\:order-4{order:4}.lg\:flex .lg\:order-5{order:5}.lg\:flex .lg\:order-6{order:6}.lg\:flex .lg\:order-7{order:7}.lg\:flex .lg\:order-8{order:8}.lg\:flex .lg\:order-9{order:9}.lg\:flex .lg\:order-10{order:10}.lg\:flex .lg\:order-11{order:11}.lg\:flex .lg\:order-12{order:12}.lg\:flex .lg\:order-13{order:13}.lg\:flex .lg\:order-14{order:14}.lg\:flex .lg\:order-15{order:15}.lg\:flex .lg\:order-16{order:16}.lg\:flex .lg\:order-17{order:17}.lg\:flex .lg\:order-18{order:18}.lg\:flex .lg\:order-19{order:19}.lg\:flex .lg\:order-20{order:20}.lg\:flex .lg\:order-21{order:21}.lg\:flex .lg\:order-22{order:22}.lg\:flex .lg\:order-23{order:23}.lg\:flex .lg\:order-24{order:24}.lg\:flex .lg\:order-25{order:25}.lg\:flex .lg\:order-26{order:26}.lg\:flex .lg\:order-27{order:27}.lg\:flex .lg\:order-28{order:28}.lg\:flex .lg\:order-29{order:29}.lg\:flex .lg\:order-30{order:30}.lg\:flex .lg\:order-31{order:31}.lg\:flex .lg\:order-32{order:32}.lg\:flex .lg\:order-33{order:33}.lg\:flex .lg\:order-34{order:34}.lg\:flex .lg\:order-35{order:35}.lg\:flex .lg\:order-36{order:36}.lg\:flex .lg\:order-37{order:37}.lg\:flex .lg\:order-38{order:38}.lg\:flex .lg\:order-39{order:39}.lg\:flex .lg\:order-40{order:40}.lg\:flex .lg\:order-41{order:41}.lg\:flex .lg\:order-42{order:42}.lg\:flex .lg\:order-43{order:43}.lg\:flex .lg\:order-44{order:44}.lg\:flex .lg\:order-45{order:45}.lg\:flex .lg\:order-46{order:46}.lg\:flex .lg\:order-47{order:47}.lg\:flex .lg\:order-48{order:48}.lg\:flex .lg\:order-49{order:49}.lg\:flex .lg\:order-50{order:50}.lg\:flex .lg\:order-51{order:51}.lg\:flex .lg\:order-52{order:52}.lg\:flex .lg\:order-53{order:53}.lg\:flex .lg\:order-54{order:54}.lg\:flex .lg\:order-55{order:55}.lg\:flex .lg\:order-56{order:56}.lg\:flex .lg\:order-57{order:57}.lg\:flex .lg\:order-58{order:58}.lg\:flex .lg\:order-59{order:59}.lg\:flex .lg\:order-60{order:60}.lg\:flex .lg\:order-61{order:61}.lg\:flex .lg\:order-62{order:62}.lg\:flex .lg\:order-63{order:63}.lg\:flex .lg\:order-64{order:64}.lg\:flex .lg\:order-65{order:65}.lg\:flex .lg\:order-66{order:66}.lg\:flex .lg\:order-67{order:67}.lg\:flex .lg\:order-68{order:68}.lg\:flex .lg\:order-69{order:69}.lg\:flex .lg\:order-70{order:70}.lg\:flex .lg\:order-71{order:71}.lg\:flex .lg\:order-72{order:72}.lg\:flex .lg\:order-73{order:73}.lg\:flex .lg\:order-74{order:74}.lg\:flex .lg\:order-75{order:75}.lg\:flex .lg\:order-76{order:76}.lg\:flex .lg\:order-77{order:77}.lg\:flex .lg\:order-78{order:78}.lg\:flex .lg\:order-79{order:79}.lg\:flex .lg\:order-80{order:80}.lg\:flex .lg\:order-81{order:81}.lg\:flex .lg\:order-82{order:82}.lg\:flex .lg\:order-83{order:83}.lg\:flex .lg\:order-84{order:84}.lg\:flex .lg\:order-85{order:85}.lg\:flex .lg\:order-86{order:86}.lg\:flex .lg\:order-87{order:87}.lg\:flex .lg\:order-88{order:88}.lg\:flex .lg\:order-89{order:89}.lg\:flex .lg\:order-90{order:90}.lg\:flex .lg\:order-91{order:91}.lg\:flex .lg\:order-92{order:92}.lg\:flex .lg\:order-93{order:93}.lg\:flex .lg\:order-94{order:94}.lg\:flex .lg\:order-95{order:95}.lg\:flex .lg\:order-96{order:96}.lg\:flex .lg\:order-97{order:97}.lg\:flex .lg\:order-98{order:98}.lg\:flex .lg\:order-99{order:99}.lg\:flex .lg\:order-100{order:100}}@media(min-width:1024px)and (min-width:1280px){.lg\:flex.xl\:content-between{align-content:space-between}.lg\:flex.xl\:content-center{align-content:center}.lg\:flex.xl\:content-end{align-content:flex-end}.lg\:flex.xl\:content-start{align-content:flex-start}.lg\:flex.xl\:items-center{align-items:center}.lg\:flex.xl\:items-end{align-items:flex-end}.lg\:flex.xl\:items-start{align-items:flex-start}.lg\:flex.xl\:justify-around{justify-content:space-around}.lg\:flex.xl\:justify-between{justify-content:space-between}.lg\:flex.xl\:justify-center{justify-content:center}.lg\:flex.xl\:justify-end{justify-content:flex-end}.lg\:flex.xl\:justify-start{justify-content:flex-start}.lg\:flex.xl\:justify-stretch{justify-content:stretch}.lg\:flex.xl\:wrap{flex-wrap:wrap}.lg\:flex.xl\:nowrap{flex-wrap:nowrap}.lg\:flex.xl\:gap-0\.5{gap:4px}.lg\:flex.xl\:gap-0{gap:0px}.lg\:flex.xl\:gap-1{gap:8px}.lg\:flex.xl\:gap-2{gap:16px}.lg\:flex.xl\:gap-3{gap:24px}.lg\:flex.xl\:gap-4{gap:32px}.lg\:flex.xl\:gap-5{gap:40px}.lg\:flex.xl\:gap-6{gap:48px}.lg\:flex.xl\:gap-7{gap:56px}.lg\:flex.xl\:gap-8{gap:64px}.lg\:flex.xl\:gap-9{gap:72px}.lg\:flex.xl\:gap-10{gap:80px}.lg\:flex.xl\:gap-11{gap:88px}.lg\:flex.xl\:gap-12{gap:96px}.lg\:flex.xl\:gap-13{gap:104px}.lg\:flex.xl\:gap-14{gap:112px}.lg\:flex.xl\:gap-15{gap:120px}.lg\:flex.xl\:gap-16{gap:128px}.lg\:flex.xl\:gap-17{gap:136px}.lg\:flex.xl\:gap-18{gap:144px}.lg\:flex.xl\:gap-19{gap:152px}.lg\:flex.xl\:gap-20{gap:160px}.lg\:flex.xl\:gap-21{gap:168px}.lg\:flex.xl\:gap-22{gap:176px}.lg\:flex.xl\:gap-23{gap:184px}.lg\:flex.xl\:gap-24{gap:192px}.lg\:flex.xl\:gap-25{gap:200px}.lg\:flex.xl\:gap-26{gap:208px}.lg\:flex.xl\:gap-27{gap:216px}.lg\:flex.xl\:gap-28{gap:224px}.lg\:flex.xl\:gap-29{gap:232px}.lg\:flex.xl\:gap-30{gap:240px}.lg\:flex.xl\:gap-31{gap:248px}.lg\:flex.xl\:gap-32{gap:256px}.lg\:flex.xl\:gap-33{gap:264px}.lg\:flex.xl\:gap-34{gap:272px}.lg\:flex.xl\:gap-35{gap:280px}.lg\:flex.xl\:gap-36{gap:288px}.lg\:flex.xl\:gap-37{gap:296px}.lg\:flex.xl\:gap-38{gap:304px}.lg\:flex.xl\:gap-39{gap:312px}.lg\:flex.xl\:gap-40{gap:320px}.lg\:flex.xl\:gap-41{gap:328px}.lg\:flex.xl\:gap-42{gap:336px}.lg\:flex.xl\:gap-43{gap:344px}.lg\:flex.xl\:gap-44{gap:352px}.lg\:flex.xl\:gap-45{gap:360px}.lg\:flex.xl\:gap-46{gap:368px}.lg\:flex.xl\:gap-47{gap:376px}.lg\:flex.xl\:gap-48{gap:384px}.lg\:flex.xl\:gap-49{gap:392px}.lg\:flex.xl\:gap-50{gap:400px}.lg\:flex.xl\:gap-51{gap:408px}.lg\:flex.xl\:gap-52{gap:416px}.lg\:flex.xl\:gap-53{gap:424px}.lg\:flex.xl\:gap-54{gap:432px}.lg\:flex.xl\:gap-55{gap:440px}.lg\:flex.xl\:gap-56{gap:448px}.lg\:flex.xl\:gap-57{gap:456px}.lg\:flex.xl\:gap-58{gap:464px}.lg\:flex.xl\:gap-59{gap:472px}.lg\:flex.xl\:gap-60{gap:480px}.lg\:flex.xl\:gap-61{gap:488px}.lg\:flex.xl\:gap-62{gap:496px}.lg\:flex.xl\:gap-63{gap:504px}.lg\:flex.xl\:gap-64{gap:512px}.lg\:flex.xl\:gap-65{gap:520px}.lg\:flex.xl\:gap-66{gap:528px}.lg\:flex.xl\:gap-67{gap:536px}.lg\:flex.xl\:gap-68{gap:544px}.lg\:flex.xl\:gap-69{gap:552px}.lg\:flex.xl\:gap-70{gap:560px}.lg\:flex.xl\:gap-71{gap:568px}.lg\:flex.xl\:gap-72{gap:576px}.lg\:flex.xl\:gap-73{gap:584px}.lg\:flex.xl\:gap-74{gap:592px}.lg\:flex.xl\:gap-75{gap:600px}.lg\:flex.xl\:gap-76{gap:608px}.lg\:flex.xl\:gap-77{gap:616px}.lg\:flex.xl\:gap-78{gap:624px}.lg\:flex.xl\:gap-79{gap:632px}.lg\:flex.xl\:gap-80{gap:640px}.lg\:flex.xl\:gap-81{gap:648px}.lg\:flex.xl\:gap-82{gap:656px}.lg\:flex.xl\:gap-83{gap:664px}.lg\:flex.xl\:gap-84{gap:672px}.lg\:flex.xl\:gap-85{gap:680px}.lg\:flex.xl\:gap-86{gap:688px}.lg\:flex.xl\:gap-87{gap:696px}.lg\:flex.xl\:gap-88{gap:704px}.lg\:flex.xl\:gap-89{gap:712px}.lg\:flex.xl\:gap-90{gap:720px}.lg\:flex.xl\:gap-91{gap:728px}.lg\:flex.xl\:gap-92{gap:736px}.lg\:flex.xl\:gap-93{gap:744px}.lg\:flex.xl\:gap-94{gap:752px}.lg\:flex.xl\:gap-95{gap:760px}.lg\:flex.xl\:gap-96{gap:768px}.lg\:flex.xl\:gap-97{gap:776px}.lg\:flex.xl\:gap-98{gap:784px}.lg\:flex.xl\:gap-99{gap:792px}.lg\:flex.xl\:gap-100{gap:800px}.lg\:flex.xl\:gap-x-0\.5{column-gap:4px}.lg\:flex.xl\:gap-x-0{column-gap:0px}.lg\:flex.xl\:gap-x-1{column-gap:8px}.lg\:flex.xl\:gap-x-2{column-gap:16px}.lg\:flex.xl\:gap-x-3{column-gap:24px}.lg\:flex.xl\:gap-x-4{column-gap:32px}.lg\:flex.xl\:gap-x-5{column-gap:40px}.lg\:flex.xl\:gap-x-6{column-gap:48px}.lg\:flex.xl\:gap-x-7{column-gap:56px}.lg\:flex.xl\:gap-x-8{column-gap:64px}.lg\:flex.xl\:gap-x-9{column-gap:72px}.lg\:flex.xl\:gap-x-10{column-gap:80px}.lg\:flex.xl\:gap-x-11{column-gap:88px}.lg\:flex.xl\:gap-x-12{column-gap:96px}.lg\:flex.xl\:gap-x-13{column-gap:104px}.lg\:flex.xl\:gap-x-14{column-gap:112px}.lg\:flex.xl\:gap-x-15{column-gap:120px}.lg\:flex.xl\:gap-x-16{column-gap:128px}.lg\:flex.xl\:gap-x-17{column-gap:136px}.lg\:flex.xl\:gap-x-18{column-gap:144px}.lg\:flex.xl\:gap-x-19{column-gap:152px}.lg\:flex.xl\:gap-x-20{column-gap:160px}.lg\:flex.xl\:gap-x-21{column-gap:168px}.lg\:flex.xl\:gap-x-22{column-gap:176px}.lg\:flex.xl\:gap-x-23{column-gap:184px}.lg\:flex.xl\:gap-x-24{column-gap:192px}.lg\:flex.xl\:gap-x-25{column-gap:200px}.lg\:flex.xl\:gap-x-26{column-gap:208px}.lg\:flex.xl\:gap-x-27{column-gap:216px}.lg\:flex.xl\:gap-x-28{column-gap:224px}.lg\:flex.xl\:gap-x-29{column-gap:232px}.lg\:flex.xl\:gap-x-30{column-gap:240px}.lg\:flex.xl\:gap-x-31{column-gap:248px}.lg\:flex.xl\:gap-x-32{column-gap:256px}.lg\:flex.xl\:gap-x-33{column-gap:264px}.lg\:flex.xl\:gap-x-34{column-gap:272px}.lg\:flex.xl\:gap-x-35{column-gap:280px}.lg\:flex.xl\:gap-x-36{column-gap:288px}.lg\:flex.xl\:gap-x-37{column-gap:296px}.lg\:flex.xl\:gap-x-38{column-gap:304px}.lg\:flex.xl\:gap-x-39{column-gap:312px}.lg\:flex.xl\:gap-x-40{column-gap:320px}.lg\:flex.xl\:gap-x-41{column-gap:328px}.lg\:flex.xl\:gap-x-42{column-gap:336px}.lg\:flex.xl\:gap-x-43{column-gap:344px}.lg\:flex.xl\:gap-x-44{column-gap:352px}.lg\:flex.xl\:gap-x-45{column-gap:360px}.lg\:flex.xl\:gap-x-46{column-gap:368px}.lg\:flex.xl\:gap-x-47{column-gap:376px}.lg\:flex.xl\:gap-x-48{column-gap:384px}.lg\:flex.xl\:gap-x-49{column-gap:392px}.lg\:flex.xl\:gap-x-50{column-gap:400px}.lg\:flex.xl\:gap-x-51{column-gap:408px}.lg\:flex.xl\:gap-x-52{column-gap:416px}.lg\:flex.xl\:gap-x-53{column-gap:424px}.lg\:flex.xl\:gap-x-54{column-gap:432px}.lg\:flex.xl\:gap-x-55{column-gap:440px}.lg\:flex.xl\:gap-x-56{column-gap:448px}.lg\:flex.xl\:gap-x-57{column-gap:456px}.lg\:flex.xl\:gap-x-58{column-gap:464px}.lg\:flex.xl\:gap-x-59{column-gap:472px}.lg\:flex.xl\:gap-x-60{column-gap:480px}.lg\:flex.xl\:gap-x-61{column-gap:488px}.lg\:flex.xl\:gap-x-62{column-gap:496px}.lg\:flex.xl\:gap-x-63{column-gap:504px}.lg\:flex.xl\:gap-x-64{column-gap:512px}.lg\:flex.xl\:gap-x-65{column-gap:520px}.lg\:flex.xl\:gap-x-66{column-gap:528px}.lg\:flex.xl\:gap-x-67{column-gap:536px}.lg\:flex.xl\:gap-x-68{column-gap:544px}.lg\:flex.xl\:gap-x-69{column-gap:552px}.lg\:flex.xl\:gap-x-70{column-gap:560px}.lg\:flex.xl\:gap-x-71{column-gap:568px}.lg\:flex.xl\:gap-x-72{column-gap:576px}.lg\:flex.xl\:gap-x-73{column-gap:584px}.lg\:flex.xl\:gap-x-74{column-gap:592px}.lg\:flex.xl\:gap-x-75{column-gap:600px}.lg\:flex.xl\:gap-x-76{column-gap:608px}.lg\:flex.xl\:gap-x-77{column-gap:616px}.lg\:flex.xl\:gap-x-78{column-gap:624px}.lg\:flex.xl\:gap-x-79{column-gap:632px}.lg\:flex.xl\:gap-x-80{column-gap:640px}.lg\:flex.xl\:gap-x-81{column-gap:648px}.lg\:flex.xl\:gap-x-82{column-gap:656px}.lg\:flex.xl\:gap-x-83{column-gap:664px}.lg\:flex.xl\:gap-x-84{column-gap:672px}.lg\:flex.xl\:gap-x-85{column-gap:680px}.lg\:flex.xl\:gap-x-86{column-gap:688px}.lg\:flex.xl\:gap-x-87{column-gap:696px}.lg\:flex.xl\:gap-x-88{column-gap:704px}.lg\:flex.xl\:gap-x-89{column-gap:712px}.lg\:flex.xl\:gap-x-90{column-gap:720px}.lg\:flex.xl\:gap-x-91{column-gap:728px}.lg\:flex.xl\:gap-x-92{column-gap:736px}.lg\:flex.xl\:gap-x-93{column-gap:744px}.lg\:flex.xl\:gap-x-94{column-gap:752px}.lg\:flex.xl\:gap-x-95{column-gap:760px}.lg\:flex.xl\:gap-x-96{column-gap:768px}.lg\:flex.xl\:gap-x-97{column-gap:776px}.lg\:flex.xl\:gap-x-98{column-gap:784px}.lg\:flex.xl\:gap-x-99{column-gap:792px}.lg\:flex.xl\:gap-x-100{column-gap:800px}.lg\:flex.xl\:gap-y-0\.5{row-gap:4px}.lg\:flex.xl\:gap-y-0{row-gap:0px}.lg\:flex.xl\:gap-y-1{row-gap:8px}.lg\:flex.xl\:gap-y-2{row-gap:16px}.lg\:flex.xl\:gap-y-3{row-gap:24px}.lg\:flex.xl\:gap-y-4{row-gap:32px}.lg\:flex.xl\:gap-y-5{row-gap:40px}.lg\:flex.xl\:gap-y-6{row-gap:48px}.lg\:flex.xl\:gap-y-7{row-gap:56px}.lg\:flex.xl\:gap-y-8{row-gap:64px}.lg\:flex.xl\:gap-y-9{row-gap:72px}.lg\:flex.xl\:gap-y-10{row-gap:80px}.lg\:flex.xl\:gap-y-11{row-gap:88px}.lg\:flex.xl\:gap-y-12{row-gap:96px}.lg\:flex.xl\:gap-y-13{row-gap:104px}.lg\:flex.xl\:gap-y-14{row-gap:112px}.lg\:flex.xl\:gap-y-15{row-gap:120px}.lg\:flex.xl\:gap-y-16{row-gap:128px}.lg\:flex.xl\:gap-y-17{row-gap:136px}.lg\:flex.xl\:gap-y-18{row-gap:144px}.lg\:flex.xl\:gap-y-19{row-gap:152px}.lg\:flex.xl\:gap-y-20{row-gap:160px}.lg\:flex.xl\:gap-y-21{row-gap:168px}.lg\:flex.xl\:gap-y-22{row-gap:176px}.lg\:flex.xl\:gap-y-23{row-gap:184px}.lg\:flex.xl\:gap-y-24{row-gap:192px}.lg\:flex.xl\:gap-y-25{row-gap:200px}.lg\:flex.xl\:gap-y-26{row-gap:208px}.lg\:flex.xl\:gap-y-27{row-gap:216px}.lg\:flex.xl\:gap-y-28{row-gap:224px}.lg\:flex.xl\:gap-y-29{row-gap:232px}.lg\:flex.xl\:gap-y-30{row-gap:240px}.lg\:flex.xl\:gap-y-31{row-gap:248px}.lg\:flex.xl\:gap-y-32{row-gap:256px}.lg\:flex.xl\:gap-y-33{row-gap:264px}.lg\:flex.xl\:gap-y-34{row-gap:272px}.lg\:flex.xl\:gap-y-35{row-gap:280px}.lg\:flex.xl\:gap-y-36{row-gap:288px}.lg\:flex.xl\:gap-y-37{row-gap:296px}.lg\:flex.xl\:gap-y-38{row-gap:304px}.lg\:flex.xl\:gap-y-39{row-gap:312px}.lg\:flex.xl\:gap-y-40{row-gap:320px}.lg\:flex.xl\:gap-y-41{row-gap:328px}.lg\:flex.xl\:gap-y-42{row-gap:336px}.lg\:flex.xl\:gap-y-43{row-gap:344px}.lg\:flex.xl\:gap-y-44{row-gap:352px}.lg\:flex.xl\:gap-y-45{row-gap:360px}.lg\:flex.xl\:gap-y-46{row-gap:368px}.lg\:flex.xl\:gap-y-47{row-gap:376px}.lg\:flex.xl\:gap-y-48{row-gap:384px}.lg\:flex.xl\:gap-y-49{row-gap:392px}.lg\:flex.xl\:gap-y-50{row-gap:400px}.lg\:flex.xl\:gap-y-51{row-gap:408px}.lg\:flex.xl\:gap-y-52{row-gap:416px}.lg\:flex.xl\:gap-y-53{row-gap:424px}.lg\:flex.xl\:gap-y-54{row-gap:432px}.lg\:flex.xl\:gap-y-55{row-gap:440px}.lg\:flex.xl\:gap-y-56{row-gap:448px}.lg\:flex.xl\:gap-y-57{row-gap:456px}.lg\:flex.xl\:gap-y-58{row-gap:464px}.lg\:flex.xl\:gap-y-59{row-gap:472px}.lg\:flex.xl\:gap-y-60{row-gap:480px}.lg\:flex.xl\:gap-y-61{row-gap:488px}.lg\:flex.xl\:gap-y-62{row-gap:496px}.lg\:flex.xl\:gap-y-63{row-gap:504px}.lg\:flex.xl\:gap-y-64{row-gap:512px}.lg\:flex.xl\:gap-y-65{row-gap:520px}.lg\:flex.xl\:gap-y-66{row-gap:528px}.lg\:flex.xl\:gap-y-67{row-gap:536px}.lg\:flex.xl\:gap-y-68{row-gap:544px}.lg\:flex.xl\:gap-y-69{row-gap:552px}.lg\:flex.xl\:gap-y-70{row-gap:560px}.lg\:flex.xl\:gap-y-71{row-gap:568px}.lg\:flex.xl\:gap-y-72{row-gap:576px}.lg\:flex.xl\:gap-y-73{row-gap:584px}.lg\:flex.xl\:gap-y-74{row-gap:592px}.lg\:flex.xl\:gap-y-75{row-gap:600px}.lg\:flex.xl\:gap-y-76{row-gap:608px}.lg\:flex.xl\:gap-y-77{row-gap:616px}.lg\:flex.xl\:gap-y-78{row-gap:624px}.lg\:flex.xl\:gap-y-79{row-gap:632px}.lg\:flex.xl\:gap-y-80{row-gap:640px}.lg\:flex.xl\:gap-y-81{row-gap:648px}.lg\:flex.xl\:gap-y-82{row-gap:656px}.lg\:flex.xl\:gap-y-83{row-gap:664px}.lg\:flex.xl\:gap-y-84{row-gap:672px}.lg\:flex.xl\:gap-y-85{row-gap:680px}.lg\:flex.xl\:gap-y-86{row-gap:688px}.lg\:flex.xl\:gap-y-87{row-gap:696px}.lg\:flex.xl\:gap-y-88{row-gap:704px}.lg\:flex.xl\:gap-y-89{row-gap:712px}.lg\:flex.xl\:gap-y-90{row-gap:720px}.lg\:flex.xl\:gap-y-91{row-gap:728px}.lg\:flex.xl\:gap-y-92{row-gap:736px}.lg\:flex.xl\:gap-y-93{row-gap:744px}.lg\:flex.xl\:gap-y-94{row-gap:752px}.lg\:flex.xl\:gap-y-95{row-gap:760px}.lg\:flex.xl\:gap-y-96{row-gap:768px}.lg\:flex.xl\:gap-y-97{row-gap:776px}.lg\:flex.xl\:gap-y-98{row-gap:784px}.lg\:flex.xl\:gap-y-99{row-gap:792px}.lg\:flex.xl\:gap-y-100{row-gap:800px}.lg\:flex .xl\:order-1{order:1}.lg\:flex .xl\:order-2{order:2}.lg\:flex .xl\:order-3{order:3}.lg\:flex .xl\:order-4{order:4}.lg\:flex .xl\:order-5{order:5}.lg\:flex .xl\:order-6{order:6}.lg\:flex .xl\:order-7{order:7}.lg\:flex .xl\:order-8{order:8}.lg\:flex .xl\:order-9{order:9}.lg\:flex .xl\:order-10{order:10}.lg\:flex .xl\:order-11{order:11}.lg\:flex .xl\:order-12{order:12}.lg\:flex .xl\:order-13{order:13}.lg\:flex .xl\:order-14{order:14}.lg\:flex .xl\:order-15{order:15}.lg\:flex .xl\:order-16{order:16}.lg\:flex .xl\:order-17{order:17}.lg\:flex .xl\:order-18{order:18}.lg\:flex .xl\:order-19{order:19}.lg\:flex .xl\:order-20{order:20}.lg\:flex .xl\:order-21{order:21}.lg\:flex .xl\:order-22{order:22}.lg\:flex .xl\:order-23{order:23}.lg\:flex .xl\:order-24{order:24}.lg\:flex .xl\:order-25{order:25}.lg\:flex .xl\:order-26{order:26}.lg\:flex .xl\:order-27{order:27}.lg\:flex .xl\:order-28{order:28}.lg\:flex .xl\:order-29{order:29}.lg\:flex .xl\:order-30{order:30}.lg\:flex .xl\:order-31{order:31}.lg\:flex .xl\:order-32{order:32}.lg\:flex .xl\:order-33{order:33}.lg\:flex .xl\:order-34{order:34}.lg\:flex .xl\:order-35{order:35}.lg\:flex .xl\:order-36{order:36}.lg\:flex .xl\:order-37{order:37}.lg\:flex .xl\:order-38{order:38}.lg\:flex .xl\:order-39{order:39}.lg\:flex .xl\:order-40{order:40}.lg\:flex .xl\:order-41{order:41}.lg\:flex .xl\:order-42{order:42}.lg\:flex .xl\:order-43{order:43}.lg\:flex .xl\:order-44{order:44}.lg\:flex .xl\:order-45{order:45}.lg\:flex .xl\:order-46{order:46}.lg\:flex .xl\:order-47{order:47}.lg\:flex .xl\:order-48{order:48}.lg\:flex .xl\:order-49{order:49}.lg\:flex .xl\:order-50{order:50}.lg\:flex .xl\:order-51{order:51}.lg\:flex .xl\:order-52{order:52}.lg\:flex .xl\:order-53{order:53}.lg\:flex .xl\:order-54{order:54}.lg\:flex .xl\:order-55{order:55}.lg\:flex .xl\:order-56{order:56}.lg\:flex .xl\:order-57{order:57}.lg\:flex .xl\:order-58{order:58}.lg\:flex .xl\:order-59{order:59}.lg\:flex .xl\:order-60{order:60}.lg\:flex .xl\:order-61{order:61}.lg\:flex .xl\:order-62{order:62}.lg\:flex .xl\:order-63{order:63}.lg\:flex .xl\:order-64{order:64}.lg\:flex .xl\:order-65{order:65}.lg\:flex .xl\:order-66{order:66}.lg\:flex .xl\:order-67{order:67}.lg\:flex .xl\:order-68{order:68}.lg\:flex .xl\:order-69{order:69}.lg\:flex .xl\:order-70{order:70}.lg\:flex .xl\:order-71{order:71}.lg\:flex .xl\:order-72{order:72}.lg\:flex .xl\:order-73{order:73}.lg\:flex .xl\:order-74{order:74}.lg\:flex .xl\:order-75{order:75}.lg\:flex .xl\:order-76{order:76}.lg\:flex .xl\:order-77{order:77}.lg\:flex .xl\:order-78{order:78}.lg\:flex .xl\:order-79{order:79}.lg\:flex .xl\:order-80{order:80}.lg\:flex .xl\:order-81{order:81}.lg\:flex .xl\:order-82{order:82}.lg\:flex .xl\:order-83{order:83}.lg\:flex .xl\:order-84{order:84}.lg\:flex .xl\:order-85{order:85}.lg\:flex .xl\:order-86{order:86}.lg\:flex .xl\:order-87{order:87}.lg\:flex .xl\:order-88{order:88}.lg\:flex .xl\:order-89{order:89}.lg\:flex .xl\:order-90{order:90}.lg\:flex .xl\:order-91{order:91}.lg\:flex .xl\:order-92{order:92}.lg\:flex .xl\:order-93{order:93}.lg\:flex .xl\:order-94{order:94}.lg\:flex .xl\:order-95{order:95}.lg\:flex .xl\:order-96{order:96}.lg\:flex .xl\:order-97{order:97}.lg\:flex .xl\:order-98{order:98}.lg\:flex .xl\:order-99{order:99}.lg\:flex .xl\:order-100{order:100}}@media(min-width:1280px){.xl\:flex{display:flex}.xl\:flex.content-between{align-content:space-between}.xl\:flex.content-center{align-content:center}.xl\:flex.content-end{align-content:flex-end}.xl\:flex.content-start{align-content:flex-start}.xl\:flex.lg\:content-between{align-content:space-between}.xl\:flex.lg\:content-center{align-content:center}.xl\:flex.lg\:content-end{align-content:flex-end}.xl\:flex.lg\:content-start{align-content:flex-start}.xl\:flex.xl\:content-between{align-content:space-between}.xl\:flex.xl\:content-center{align-content:center}.xl\:flex.xl\:content-end{align-content:flex-end}.xl\:flex.xl\:content-start{align-content:flex-start}.xl\:flex.items-center{align-items:center}.xl\:flex.items-end{align-items:flex-end}.xl\:flex.items-start{align-items:flex-start}.xl\:flex.lg\:items-center{align-items:center}.xl\:flex.lg\:items-end{align-items:flex-end}.xl\:flex.lg\:items-start{align-items:flex-start}.xl\:flex.xl\:items-center{align-items:center}.xl\:flex.xl\:items-end{align-items:flex-end}.xl\:flex.xl\:items-start{align-items:flex-start}.xl\:flex.justify-around{justify-content:space-around}.xl\:flex.justify-between{justify-content:space-between}.xl\:flex.justify-center{justify-content:center}.xl\:flex.justify-end{justify-content:flex-end}.xl\:flex.justify-start{justify-content:flex-start}.xl\:flex.justify-stretch{justify-content:stretch}.xl\:flex.lg\:justify-between{justify-content:space-between}.xl\:flex.lg\:justify-center{justify-content:center}.xl\:flex.lg\:justify-end{justify-content:flex-end}.xl\:flex.lg\:justify-start{justify-content:flex-start}.xl\:flex.lg\:justify-stretch{justify-content:stretch}.xl\:flex.xl\:justify-between{justify-content:space-between}.xl\:flex.xl\:justify-center{justify-content:center}.xl\:flex.xl\:justify-end{justify-content:flex-end}.xl\:flex.xl\:justify-start{justify-content:flex-start}.xl\:flex.xl\:justify-stretch{justify-content:stretch}.xl\:flex.wrap{flex-wrap:wrap}.xl\:flex.nowrap{flex-wrap:nowrap}.xl\:flex.lg\:wrap{flex-wrap:wrap}.xl\:flex.lg\:nowrap{flex-wrap:nowrap}.xl\:flex.xl\:wrap{flex-wrap:wrap}.xl\:flex.xl\:nowrap{flex-wrap:nowrap}.xl\:flex.gap-0\.5{gap:4px}.xl\:flex.gap-0{gap:0px}.xl\:flex.gap-1{gap:8px}.xl\:flex.gap-2{gap:16px}.xl\:flex.gap-3{gap:24px}.xl\:flex.gap-4{gap:32px}.xl\:flex.gap-5{gap:40px}.xl\:flex.gap-6{gap:48px}.xl\:flex.gap-7{gap:56px}.xl\:flex.gap-8{gap:64px}.xl\:flex.gap-9{gap:72px}.xl\:flex.gap-10{gap:80px}.xl\:flex.gap-11{gap:88px}.xl\:flex.gap-12{gap:96px}.xl\:flex.gap-13{gap:104px}.xl\:flex.gap-14{gap:112px}.xl\:flex.gap-15{gap:120px}.xl\:flex.gap-16{gap:128px}.xl\:flex.gap-17{gap:136px}.xl\:flex.gap-18{gap:144px}.xl\:flex.gap-19{gap:152px}.xl\:flex.gap-20{gap:160px}.xl\:flex.gap-21{gap:168px}.xl\:flex.gap-22{gap:176px}.xl\:flex.gap-23{gap:184px}.xl\:flex.gap-24{gap:192px}.xl\:flex.gap-25{gap:200px}.xl\:flex.gap-26{gap:208px}.xl\:flex.gap-27{gap:216px}.xl\:flex.gap-28{gap:224px}.xl\:flex.gap-29{gap:232px}.xl\:flex.gap-30{gap:240px}.xl\:flex.gap-31{gap:248px}.xl\:flex.gap-32{gap:256px}.xl\:flex.gap-33{gap:264px}.xl\:flex.gap-34{gap:272px}.xl\:flex.gap-35{gap:280px}.xl\:flex.gap-36{gap:288px}.xl\:flex.gap-37{gap:296px}.xl\:flex.gap-38{gap:304px}.xl\:flex.gap-39{gap:312px}.xl\:flex.gap-40{gap:320px}.xl\:flex.gap-41{gap:328px}.xl\:flex.gap-42{gap:336px}.xl\:flex.gap-43{gap:344px}.xl\:flex.gap-44{gap:352px}.xl\:flex.gap-45{gap:360px}.xl\:flex.gap-46{gap:368px}.xl\:flex.gap-47{gap:376px}.xl\:flex.gap-48{gap:384px}.xl\:flex.gap-49{gap:392px}.xl\:flex.gap-50{gap:400px}.xl\:flex.gap-51{gap:408px}.xl\:flex.gap-52{gap:416px}.xl\:flex.gap-53{gap:424px}.xl\:flex.gap-54{gap:432px}.xl\:flex.gap-55{gap:440px}.xl\:flex.gap-56{gap:448px}.xl\:flex.gap-57{gap:456px}.xl\:flex.gap-58{gap:464px}.xl\:flex.gap-59{gap:472px}.xl\:flex.gap-60{gap:480px}.xl\:flex.gap-61{gap:488px}.xl\:flex.gap-62{gap:496px}.xl\:flex.gap-63{gap:504px}.xl\:flex.gap-64{gap:512px}.xl\:flex.gap-65{gap:520px}.xl\:flex.gap-66{gap:528px}.xl\:flex.gap-67{gap:536px}.xl\:flex.gap-68{gap:544px}.xl\:flex.gap-69{gap:552px}.xl\:flex.gap-70{gap:560px}.xl\:flex.gap-71{gap:568px}.xl\:flex.gap-72{gap:576px}.xl\:flex.gap-73{gap:584px}.xl\:flex.gap-74{gap:592px}.xl\:flex.gap-75{gap:600px}.xl\:flex.gap-76{gap:608px}.xl\:flex.gap-77{gap:616px}.xl\:flex.gap-78{gap:624px}.xl\:flex.gap-79{gap:632px}.xl\:flex.gap-80{gap:640px}.xl\:flex.gap-81{gap:648px}.xl\:flex.gap-82{gap:656px}.xl\:flex.gap-83{gap:664px}.xl\:flex.gap-84{gap:672px}.xl\:flex.gap-85{gap:680px}.xl\:flex.gap-86{gap:688px}.xl\:flex.gap-87{gap:696px}.xl\:flex.gap-88{gap:704px}.xl\:flex.gap-89{gap:712px}.xl\:flex.gap-90{gap:720px}.xl\:flex.gap-91{gap:728px}.xl\:flex.gap-92{gap:736px}.xl\:flex.gap-93{gap:744px}.xl\:flex.gap-94{gap:752px}.xl\:flex.gap-95{gap:760px}.xl\:flex.gap-96{gap:768px}.xl\:flex.gap-97{gap:776px}.xl\:flex.gap-98{gap:784px}.xl\:flex.gap-99{gap:792px}.xl\:flex.gap-100{gap:800px}.xl\:flex.lg\:gap-0\.5{gap:4px}.xl\:flex.lg\:gap-0{gap:0px}.xl\:flex.lg\:gap-1{gap:8px}.xl\:flex.lg\:gap-2{gap:16px}.xl\:flex.lg\:gap-3{gap:24px}.xl\:flex.lg\:gap-4{gap:32px}.xl\:flex.lg\:gap-5{gap:40px}.xl\:flex.lg\:gap-6{gap:48px}.xl\:flex.lg\:gap-7{gap:56px}.xl\:flex.lg\:gap-8{gap:64px}.xl\:flex.lg\:gap-9{gap:72px}.xl\:flex.lg\:gap-10{gap:80px}.xl\:flex.lg\:gap-11{gap:88px}.xl\:flex.lg\:gap-12{gap:96px}.xl\:flex.lg\:gap-13{gap:104px}.xl\:flex.lg\:gap-14{gap:112px}.xl\:flex.lg\:gap-15{gap:120px}.xl\:flex.lg\:gap-16{gap:128px}.xl\:flex.lg\:gap-17{gap:136px}.xl\:flex.lg\:gap-18{gap:144px}.xl\:flex.lg\:gap-19{gap:152px}.xl\:flex.lg\:gap-20{gap:160px}.xl\:flex.lg\:gap-21{gap:168px}.xl\:flex.lg\:gap-22{gap:176px}.xl\:flex.lg\:gap-23{gap:184px}.xl\:flex.lg\:gap-24{gap:192px}.xl\:flex.lg\:gap-25{gap:200px}.xl\:flex.lg\:gap-26{gap:208px}.xl\:flex.lg\:gap-27{gap:216px}.xl\:flex.lg\:gap-28{gap:224px}.xl\:flex.lg\:gap-29{gap:232px}.xl\:flex.lg\:gap-30{gap:240px}.xl\:flex.lg\:gap-31{gap:248px}.xl\:flex.lg\:gap-32{gap:256px}.xl\:flex.lg\:gap-33{gap:264px}.xl\:flex.lg\:gap-34{gap:272px}.xl\:flex.lg\:gap-35{gap:280px}.xl\:flex.lg\:gap-36{gap:288px}.xl\:flex.lg\:gap-37{gap:296px}.xl\:flex.lg\:gap-38{gap:304px}.xl\:flex.lg\:gap-39{gap:312px}.xl\:flex.lg\:gap-40{gap:320px}.xl\:flex.lg\:gap-41{gap:328px}.xl\:flex.lg\:gap-42{gap:336px}.xl\:flex.lg\:gap-43{gap:344px}.xl\:flex.lg\:gap-44{gap:352px}.xl\:flex.lg\:gap-45{gap:360px}.xl\:flex.lg\:gap-46{gap:368px}.xl\:flex.lg\:gap-47{gap:376px}.xl\:flex.lg\:gap-48{gap:384px}.xl\:flex.lg\:gap-49{gap:392px}.xl\:flex.lg\:gap-50{gap:400px}.xl\:flex.lg\:gap-51{gap:408px}.xl\:flex.lg\:gap-52{gap:416px}.xl\:flex.lg\:gap-53{gap:424px}.xl\:flex.lg\:gap-54{gap:432px}.xl\:flex.lg\:gap-55{gap:440px}.xl\:flex.lg\:gap-56{gap:448px}.xl\:flex.lg\:gap-57{gap:456px}.xl\:flex.lg\:gap-58{gap:464px}.xl\:flex.lg\:gap-59{gap:472px}.xl\:flex.lg\:gap-60{gap:480px}.xl\:flex.lg\:gap-61{gap:488px}.xl\:flex.lg\:gap-62{gap:496px}.xl\:flex.lg\:gap-63{gap:504px}.xl\:flex.lg\:gap-64{gap:512px}.xl\:flex.lg\:gap-65{gap:520px}.xl\:flex.lg\:gap-66{gap:528px}.xl\:flex.lg\:gap-67{gap:536px}.xl\:flex.lg\:gap-68{gap:544px}.xl\:flex.lg\:gap-69{gap:552px}.xl\:flex.lg\:gap-70{gap:560px}.xl\:flex.lg\:gap-71{gap:568px}.xl\:flex.lg\:gap-72{gap:576px}.xl\:flex.lg\:gap-73{gap:584px}.xl\:flex.lg\:gap-74{gap:592px}.xl\:flex.lg\:gap-75{gap:600px}.xl\:flex.lg\:gap-76{gap:608px}.xl\:flex.lg\:gap-77{gap:616px}.xl\:flex.lg\:gap-78{gap:624px}.xl\:flex.lg\:gap-79{gap:632px}.xl\:flex.lg\:gap-80{gap:640px}.xl\:flex.lg\:gap-81{gap:648px}.xl\:flex.lg\:gap-82{gap:656px}.xl\:flex.lg\:gap-83{gap:664px}.xl\:flex.lg\:gap-84{gap:672px}.xl\:flex.lg\:gap-85{gap:680px}.xl\:flex.lg\:gap-86{gap:688px}.xl\:flex.lg\:gap-87{gap:696px}.xl\:flex.lg\:gap-88{gap:704px}.xl\:flex.lg\:gap-89{gap:712px}.xl\:flex.lg\:gap-90{gap:720px}.xl\:flex.lg\:gap-91{gap:728px}.xl\:flex.lg\:gap-92{gap:736px}.xl\:flex.lg\:gap-93{gap:744px}.xl\:flex.lg\:gap-94{gap:752px}.xl\:flex.lg\:gap-95{gap:760px}.xl\:flex.lg\:gap-96{gap:768px}.xl\:flex.lg\:gap-97{gap:776px}.xl\:flex.lg\:gap-98{gap:784px}.xl\:flex.lg\:gap-99{gap:792px}.xl\:flex.lg\:gap-100{gap:800px}.xl\:flex.xl\:gap-0\.5{gap:4px}.xl\:flex.xl\:gap-0{gap:0px}.xl\:flex.xl\:gap-1{gap:8px}.xl\:flex.xl\:gap-2{gap:16px}.xl\:flex.xl\:gap-3{gap:24px}.xl\:flex.xl\:gap-4{gap:32px}.xl\:flex.xl\:gap-5{gap:40px}.xl\:flex.xl\:gap-6{gap:48px}.xl\:flex.xl\:gap-7{gap:56px}.xl\:flex.xl\:gap-8{gap:64px}.xl\:flex.xl\:gap-9{gap:72px}.xl\:flex.xl\:gap-10{gap:80px}.xl\:flex.xl\:gap-11{gap:88px}.xl\:flex.xl\:gap-12{gap:96px}.xl\:flex.xl\:gap-13{gap:104px}.xl\:flex.xl\:gap-14{gap:112px}.xl\:flex.xl\:gap-15{gap:120px}.xl\:flex.xl\:gap-16{gap:128px}.xl\:flex.xl\:gap-17{gap:136px}.xl\:flex.xl\:gap-18{gap:144px}.xl\:flex.xl\:gap-19{gap:152px}.xl\:flex.xl\:gap-20{gap:160px}.xl\:flex.xl\:gap-21{gap:168px}.xl\:flex.xl\:gap-22{gap:176px}.xl\:flex.xl\:gap-23{gap:184px}.xl\:flex.xl\:gap-24{gap:192px}.xl\:flex.xl\:gap-25{gap:200px}.xl\:flex.xl\:gap-26{gap:208px}.xl\:flex.xl\:gap-27{gap:216px}.xl\:flex.xl\:gap-28{gap:224px}.xl\:flex.xl\:gap-29{gap:232px}.xl\:flex.xl\:gap-30{gap:240px}.xl\:flex.xl\:gap-31{gap:248px}.xl\:flex.xl\:gap-32{gap:256px}.xl\:flex.xl\:gap-33{gap:264px}.xl\:flex.xl\:gap-34{gap:272px}.xl\:flex.xl\:gap-35{gap:280px}.xl\:flex.xl\:gap-36{gap:288px}.xl\:flex.xl\:gap-37{gap:296px}.xl\:flex.xl\:gap-38{gap:304px}.xl\:flex.xl\:gap-39{gap:312px}.xl\:flex.xl\:gap-40{gap:320px}.xl\:flex.xl\:gap-41{gap:328px}.xl\:flex.xl\:gap-42{gap:336px}.xl\:flex.xl\:gap-43{gap:344px}.xl\:flex.xl\:gap-44{gap:352px}.xl\:flex.xl\:gap-45{gap:360px}.xl\:flex.xl\:gap-46{gap:368px}.xl\:flex.xl\:gap-47{gap:376px}.xl\:flex.xl\:gap-48{gap:384px}.xl\:flex.xl\:gap-49{gap:392px}.xl\:flex.xl\:gap-50{gap:400px}.xl\:flex.xl\:gap-51{gap:408px}.xl\:flex.xl\:gap-52{gap:416px}.xl\:flex.xl\:gap-53{gap:424px}.xl\:flex.xl\:gap-54{gap:432px}.xl\:flex.xl\:gap-55{gap:440px}.xl\:flex.xl\:gap-56{gap:448px}.xl\:flex.xl\:gap-57{gap:456px}.xl\:flex.xl\:gap-58{gap:464px}.xl\:flex.xl\:gap-59{gap:472px}.xl\:flex.xl\:gap-60{gap:480px}.xl\:flex.xl\:gap-61{gap:488px}.xl\:flex.xl\:gap-62{gap:496px}.xl\:flex.xl\:gap-63{gap:504px}.xl\:flex.xl\:gap-64{gap:512px}.xl\:flex.xl\:gap-65{gap:520px}.xl\:flex.xl\:gap-66{gap:528px}.xl\:flex.xl\:gap-67{gap:536px}.xl\:flex.xl\:gap-68{gap:544px}.xl\:flex.xl\:gap-69{gap:552px}.xl\:flex.xl\:gap-70{gap:560px}.xl\:flex.xl\:gap-71{gap:568px}.xl\:flex.xl\:gap-72{gap:576px}.xl\:flex.xl\:gap-73{gap:584px}.xl\:flex.xl\:gap-74{gap:592px}.xl\:flex.xl\:gap-75{gap:600px}.xl\:flex.xl\:gap-76{gap:608px}.xl\:flex.xl\:gap-77{gap:616px}.xl\:flex.xl\:gap-78{gap:624px}.xl\:flex.xl\:gap-79{gap:632px}.xl\:flex.xl\:gap-80{gap:640px}.xl\:flex.xl\:gap-81{gap:648px}.xl\:flex.xl\:gap-82{gap:656px}.xl\:flex.xl\:gap-83{gap:664px}.xl\:flex.xl\:gap-84{gap:672px}.xl\:flex.xl\:gap-85{gap:680px}.xl\:flex.xl\:gap-86{gap:688px}.xl\:flex.xl\:gap-87{gap:696px}.xl\:flex.xl\:gap-88{gap:704px}.xl\:flex.xl\:gap-89{gap:712px}.xl\:flex.xl\:gap-90{gap:720px}.xl\:flex.xl\:gap-91{gap:728px}.xl\:flex.xl\:gap-92{gap:736px}.xl\:flex.xl\:gap-93{gap:744px}.xl\:flex.xl\:gap-94{gap:752px}.xl\:flex.xl\:gap-95{gap:760px}.xl\:flex.xl\:gap-96{gap:768px}.xl\:flex.xl\:gap-97{gap:776px}.xl\:flex.xl\:gap-98{gap:784px}.xl\:flex.xl\:gap-99{gap:792px}.xl\:flex.xl\:gap-100{gap:800px}.xl\:flex.gap-x-0\.5{column-gap:4px}.xl\:flex.gap-x-0{column-gap:0px}.xl\:flex.gap-x-1{column-gap:8px}.xl\:flex.gap-x-2{column-gap:16px}.xl\:flex.gap-x-3{column-gap:24px}.xl\:flex.gap-x-4{column-gap:32px}.xl\:flex.gap-x-5{column-gap:40px}.xl\:flex.gap-x-6{column-gap:48px}.xl\:flex.gap-x-7{column-gap:56px}.xl\:flex.gap-x-8{column-gap:64px}.xl\:flex.gap-x-9{column-gap:72px}.xl\:flex.gap-x-10{column-gap:80px}.xl\:flex.gap-x-11{column-gap:88px}.xl\:flex.gap-x-12{column-gap:96px}.xl\:flex.gap-x-13{column-gap:104px}.xl\:flex.gap-x-14{column-gap:112px}.xl\:flex.gap-x-15{column-gap:120px}.xl\:flex.gap-x-16{column-gap:128px}.xl\:flex.gap-x-17{column-gap:136px}.xl\:flex.gap-x-18{column-gap:144px}.xl\:flex.gap-x-19{column-gap:152px}.xl\:flex.gap-x-20{column-gap:160px}.xl\:flex.gap-x-21{column-gap:168px}.xl\:flex.gap-x-22{column-gap:176px}.xl\:flex.gap-x-23{column-gap:184px}.xl\:flex.gap-x-24{column-gap:192px}.xl\:flex.gap-x-25{column-gap:200px}.xl\:flex.gap-x-26{column-gap:208px}.xl\:flex.gap-x-27{column-gap:216px}.xl\:flex.gap-x-28{column-gap:224px}.xl\:flex.gap-x-29{column-gap:232px}.xl\:flex.gap-x-30{column-gap:240px}.xl\:flex.gap-x-31{column-gap:248px}.xl\:flex.gap-x-32{column-gap:256px}.xl\:flex.gap-x-33{column-gap:264px}.xl\:flex.gap-x-34{column-gap:272px}.xl\:flex.gap-x-35{column-gap:280px}.xl\:flex.gap-x-36{column-gap:288px}.xl\:flex.gap-x-37{column-gap:296px}.xl\:flex.gap-x-38{column-gap:304px}.xl\:flex.gap-x-39{column-gap:312px}.xl\:flex.gap-x-40{column-gap:320px}.xl\:flex.gap-x-41{column-gap:328px}.xl\:flex.gap-x-42{column-gap:336px}.xl\:flex.gap-x-43{column-gap:344px}.xl\:flex.gap-x-44{column-gap:352px}.xl\:flex.gap-x-45{column-gap:360px}.xl\:flex.gap-x-46{column-gap:368px}.xl\:flex.gap-x-47{column-gap:376px}.xl\:flex.gap-x-48{column-gap:384px}.xl\:flex.gap-x-49{column-gap:392px}.xl\:flex.gap-x-50{column-gap:400px}.xl\:flex.gap-x-51{column-gap:408px}.xl\:flex.gap-x-52{column-gap:416px}.xl\:flex.gap-x-53{column-gap:424px}.xl\:flex.gap-x-54{column-gap:432px}.xl\:flex.gap-x-55{column-gap:440px}.xl\:flex.gap-x-56{column-gap:448px}.xl\:flex.gap-x-57{column-gap:456px}.xl\:flex.gap-x-58{column-gap:464px}.xl\:flex.gap-x-59{column-gap:472px}.xl\:flex.gap-x-60{column-gap:480px}.xl\:flex.gap-x-61{column-gap:488px}.xl\:flex.gap-x-62{column-gap:496px}.xl\:flex.gap-x-63{column-gap:504px}.xl\:flex.gap-x-64{column-gap:512px}.xl\:flex.gap-x-65{column-gap:520px}.xl\:flex.gap-x-66{column-gap:528px}.xl\:flex.gap-x-67{column-gap:536px}.xl\:flex.gap-x-68{column-gap:544px}.xl\:flex.gap-x-69{column-gap:552px}.xl\:flex.gap-x-70{column-gap:560px}.xl\:flex.gap-x-71{column-gap:568px}.xl\:flex.gap-x-72{column-gap:576px}.xl\:flex.gap-x-73{column-gap:584px}.xl\:flex.gap-x-74{column-gap:592px}.xl\:flex.gap-x-75{column-gap:600px}.xl\:flex.gap-x-76{column-gap:608px}.xl\:flex.gap-x-77{column-gap:616px}.xl\:flex.gap-x-78{column-gap:624px}.xl\:flex.gap-x-79{column-gap:632px}.xl\:flex.gap-x-80{column-gap:640px}.xl\:flex.gap-x-81{column-gap:648px}.xl\:flex.gap-x-82{column-gap:656px}.xl\:flex.gap-x-83{column-gap:664px}.xl\:flex.gap-x-84{column-gap:672px}.xl\:flex.gap-x-85{column-gap:680px}.xl\:flex.gap-x-86{column-gap:688px}.xl\:flex.gap-x-87{column-gap:696px}.xl\:flex.gap-x-88{column-gap:704px}.xl\:flex.gap-x-89{column-gap:712px}.xl\:flex.gap-x-90{column-gap:720px}.xl\:flex.gap-x-91{column-gap:728px}.xl\:flex.gap-x-92{column-gap:736px}.xl\:flex.gap-x-93{column-gap:744px}.xl\:flex.gap-x-94{column-gap:752px}.xl\:flex.gap-x-95{column-gap:760px}.xl\:flex.gap-x-96{column-gap:768px}.xl\:flex.gap-x-97{column-gap:776px}.xl\:flex.gap-x-98{column-gap:784px}.xl\:flex.gap-x-99{column-gap:792px}.xl\:flex.gap-x-100{column-gap:800px}.xl\:flex.lg\:gap-x-0\.5{column-gap:4px}.xl\:flex.lg\:gap-x-0{column-gap:0px}.xl\:flex.lg\:gap-x-1{column-gap:8px}.xl\:flex.lg\:gap-x-2{column-gap:16px}.xl\:flex.lg\:gap-x-3{column-gap:24px}.xl\:flex.lg\:gap-x-4{column-gap:32px}.xl\:flex.lg\:gap-x-5{column-gap:40px}.xl\:flex.lg\:gap-x-6{column-gap:48px}.xl\:flex.lg\:gap-x-7{column-gap:56px}.xl\:flex.lg\:gap-x-8{column-gap:64px}.xl\:flex.lg\:gap-x-9{column-gap:72px}.xl\:flex.lg\:gap-x-10{column-gap:80px}.xl\:flex.lg\:gap-x-11{column-gap:88px}.xl\:flex.lg\:gap-x-12{column-gap:96px}.xl\:flex.lg\:gap-x-13{column-gap:104px}.xl\:flex.lg\:gap-x-14{column-gap:112px}.xl\:flex.lg\:gap-x-15{column-gap:120px}.xl\:flex.lg\:gap-x-16{column-gap:128px}.xl\:flex.lg\:gap-x-17{column-gap:136px}.xl\:flex.lg\:gap-x-18{column-gap:144px}.xl\:flex.lg\:gap-x-19{column-gap:152px}.xl\:flex.lg\:gap-x-20{column-gap:160px}.xl\:flex.lg\:gap-x-21{column-gap:168px}.xl\:flex.lg\:gap-x-22{column-gap:176px}.xl\:flex.lg\:gap-x-23{column-gap:184px}.xl\:flex.lg\:gap-x-24{column-gap:192px}.xl\:flex.lg\:gap-x-25{column-gap:200px}.xl\:flex.lg\:gap-x-26{column-gap:208px}.xl\:flex.lg\:gap-x-27{column-gap:216px}.xl\:flex.lg\:gap-x-28{column-gap:224px}.xl\:flex.lg\:gap-x-29{column-gap:232px}.xl\:flex.lg\:gap-x-30{column-gap:240px}.xl\:flex.lg\:gap-x-31{column-gap:248px}.xl\:flex.lg\:gap-x-32{column-gap:256px}.xl\:flex.lg\:gap-x-33{column-gap:264px}.xl\:flex.lg\:gap-x-34{column-gap:272px}.xl\:flex.lg\:gap-x-35{column-gap:280px}.xl\:flex.lg\:gap-x-36{column-gap:288px}.xl\:flex.lg\:gap-x-37{column-gap:296px}.xl\:flex.lg\:gap-x-38{column-gap:304px}.xl\:flex.lg\:gap-x-39{column-gap:312px}.xl\:flex.lg\:gap-x-40{column-gap:320px}.xl\:flex.lg\:gap-x-41{column-gap:328px}.xl\:flex.lg\:gap-x-42{column-gap:336px}.xl\:flex.lg\:gap-x-43{column-gap:344px}.xl\:flex.lg\:gap-x-44{column-gap:352px}.xl\:flex.lg\:gap-x-45{column-gap:360px}.xl\:flex.lg\:gap-x-46{column-gap:368px}.xl\:flex.lg\:gap-x-47{column-gap:376px}.xl\:flex.lg\:gap-x-48{column-gap:384px}.xl\:flex.lg\:gap-x-49{column-gap:392px}.xl\:flex.lg\:gap-x-50{column-gap:400px}.xl\:flex.lg\:gap-x-51{column-gap:408px}.xl\:flex.lg\:gap-x-52{column-gap:416px}.xl\:flex.lg\:gap-x-53{column-gap:424px}.xl\:flex.lg\:gap-x-54{column-gap:432px}.xl\:flex.lg\:gap-x-55{column-gap:440px}.xl\:flex.lg\:gap-x-56{column-gap:448px}.xl\:flex.lg\:gap-x-57{column-gap:456px}.xl\:flex.lg\:gap-x-58{column-gap:464px}.xl\:flex.lg\:gap-x-59{column-gap:472px}.xl\:flex.lg\:gap-x-60{column-gap:480px}.xl\:flex.lg\:gap-x-61{column-gap:488px}.xl\:flex.lg\:gap-x-62{column-gap:496px}.xl\:flex.lg\:gap-x-63{column-gap:504px}.xl\:flex.lg\:gap-x-64{column-gap:512px}.xl\:flex.lg\:gap-x-65{column-gap:520px}.xl\:flex.lg\:gap-x-66{column-gap:528px}.xl\:flex.lg\:gap-x-67{column-gap:536px}.xl\:flex.lg\:gap-x-68{column-gap:544px}.xl\:flex.lg\:gap-x-69{column-gap:552px}.xl\:flex.lg\:gap-x-70{column-gap:560px}.xl\:flex.lg\:gap-x-71{column-gap:568px}.xl\:flex.lg\:gap-x-72{column-gap:576px}.xl\:flex.lg\:gap-x-73{column-gap:584px}.xl\:flex.lg\:gap-x-74{column-gap:592px}.xl\:flex.lg\:gap-x-75{column-gap:600px}.xl\:flex.lg\:gap-x-76{column-gap:608px}.xl\:flex.lg\:gap-x-77{column-gap:616px}.xl\:flex.lg\:gap-x-78{column-gap:624px}.xl\:flex.lg\:gap-x-79{column-gap:632px}.xl\:flex.lg\:gap-x-80{column-gap:640px}.xl\:flex.lg\:gap-x-81{column-gap:648px}.xl\:flex.lg\:gap-x-82{column-gap:656px}.xl\:flex.lg\:gap-x-83{column-gap:664px}.xl\:flex.lg\:gap-x-84{column-gap:672px}.xl\:flex.lg\:gap-x-85{column-gap:680px}.xl\:flex.lg\:gap-x-86{column-gap:688px}.xl\:flex.lg\:gap-x-87{column-gap:696px}.xl\:flex.lg\:gap-x-88{column-gap:704px}.xl\:flex.lg\:gap-x-89{column-gap:712px}.xl\:flex.lg\:gap-x-90{column-gap:720px}.xl\:flex.lg\:gap-x-91{column-gap:728px}.xl\:flex.lg\:gap-x-92{column-gap:736px}.xl\:flex.lg\:gap-x-93{column-gap:744px}.xl\:flex.lg\:gap-x-94{column-gap:752px}.xl\:flex.lg\:gap-x-95{column-gap:760px}.xl\:flex.lg\:gap-x-96{column-gap:768px}.xl\:flex.lg\:gap-x-97{column-gap:776px}.xl\:flex.lg\:gap-x-98{column-gap:784px}.xl\:flex.lg\:gap-x-99{column-gap:792px}.xl\:flex.lg\:gap-x-100{column-gap:800px}.xl\:flex.xl\:gap-x-0\.5{column-gap:4px}.xl\:flex.xl\:gap-x-0{column-gap:0px}.xl\:flex.xl\:gap-x-1{column-gap:8px}.xl\:flex.xl\:gap-x-2{column-gap:16px}.xl\:flex.xl\:gap-x-3{column-gap:24px}.xl\:flex.xl\:gap-x-4{column-gap:32px}.xl\:flex.xl\:gap-x-5{column-gap:40px}.xl\:flex.xl\:gap-x-6{column-gap:48px}.xl\:flex.xl\:gap-x-7{column-gap:56px}.xl\:flex.xl\:gap-x-8{column-gap:64px}.xl\:flex.xl\:gap-x-9{column-gap:72px}.xl\:flex.xl\:gap-x-10{column-gap:80px}.xl\:flex.xl\:gap-x-11{column-gap:88px}.xl\:flex.xl\:gap-x-12{column-gap:96px}.xl\:flex.xl\:gap-x-13{column-gap:104px}.xl\:flex.xl\:gap-x-14{column-gap:112px}.xl\:flex.xl\:gap-x-15{column-gap:120px}.xl\:flex.xl\:gap-x-16{column-gap:128px}.xl\:flex.xl\:gap-x-17{column-gap:136px}.xl\:flex.xl\:gap-x-18{column-gap:144px}.xl\:flex.xl\:gap-x-19{column-gap:152px}.xl\:flex.xl\:gap-x-20{column-gap:160px}.xl\:flex.xl\:gap-x-21{column-gap:168px}.xl\:flex.xl\:gap-x-22{column-gap:176px}.xl\:flex.xl\:gap-x-23{column-gap:184px}.xl\:flex.xl\:gap-x-24{column-gap:192px}.xl\:flex.xl\:gap-x-25{column-gap:200px}.xl\:flex.xl\:gap-x-26{column-gap:208px}.xl\:flex.xl\:gap-x-27{column-gap:216px}.xl\:flex.xl\:gap-x-28{column-gap:224px}.xl\:flex.xl\:gap-x-29{column-gap:232px}.xl\:flex.xl\:gap-x-30{column-gap:240px}.xl\:flex.xl\:gap-x-31{column-gap:248px}.xl\:flex.xl\:gap-x-32{column-gap:256px}.xl\:flex.xl\:gap-x-33{column-gap:264px}.xl\:flex.xl\:gap-x-34{column-gap:272px}.xl\:flex.xl\:gap-x-35{column-gap:280px}.xl\:flex.xl\:gap-x-36{column-gap:288px}.xl\:flex.xl\:gap-x-37{column-gap:296px}.xl\:flex.xl\:gap-x-38{column-gap:304px}.xl\:flex.xl\:gap-x-39{column-gap:312px}.xl\:flex.xl\:gap-x-40{column-gap:320px}.xl\:flex.xl\:gap-x-41{column-gap:328px}.xl\:flex.xl\:gap-x-42{column-gap:336px}.xl\:flex.xl\:gap-x-43{column-gap:344px}.xl\:flex.xl\:gap-x-44{column-gap:352px}.xl\:flex.xl\:gap-x-45{column-gap:360px}.xl\:flex.xl\:gap-x-46{column-gap:368px}.xl\:flex.xl\:gap-x-47{column-gap:376px}.xl\:flex.xl\:gap-x-48{column-gap:384px}.xl\:flex.xl\:gap-x-49{column-gap:392px}.xl\:flex.xl\:gap-x-50{column-gap:400px}.xl\:flex.xl\:gap-x-51{column-gap:408px}.xl\:flex.xl\:gap-x-52{column-gap:416px}.xl\:flex.xl\:gap-x-53{column-gap:424px}.xl\:flex.xl\:gap-x-54{column-gap:432px}.xl\:flex.xl\:gap-x-55{column-gap:440px}.xl\:flex.xl\:gap-x-56{column-gap:448px}.xl\:flex.xl\:gap-x-57{column-gap:456px}.xl\:flex.xl\:gap-x-58{column-gap:464px}.xl\:flex.xl\:gap-x-59{column-gap:472px}.xl\:flex.xl\:gap-x-60{column-gap:480px}.xl\:flex.xl\:gap-x-61{column-gap:488px}.xl\:flex.xl\:gap-x-62{column-gap:496px}.xl\:flex.xl\:gap-x-63{column-gap:504px}.xl\:flex.xl\:gap-x-64{column-gap:512px}.xl\:flex.xl\:gap-x-65{column-gap:520px}.xl\:flex.xl\:gap-x-66{column-gap:528px}.xl\:flex.xl\:gap-x-67{column-gap:536px}.xl\:flex.xl\:gap-x-68{column-gap:544px}.xl\:flex.xl\:gap-x-69{column-gap:552px}.xl\:flex.xl\:gap-x-70{column-gap:560px}.xl\:flex.xl\:gap-x-71{column-gap:568px}.xl\:flex.xl\:gap-x-72{column-gap:576px}.xl\:flex.xl\:gap-x-73{column-gap:584px}.xl\:flex.xl\:gap-x-74{column-gap:592px}.xl\:flex.xl\:gap-x-75{column-gap:600px}.xl\:flex.xl\:gap-x-76{column-gap:608px}.xl\:flex.xl\:gap-x-77{column-gap:616px}.xl\:flex.xl\:gap-x-78{column-gap:624px}.xl\:flex.xl\:gap-x-79{column-gap:632px}.xl\:flex.xl\:gap-x-80{column-gap:640px}.xl\:flex.xl\:gap-x-81{column-gap:648px}.xl\:flex.xl\:gap-x-82{column-gap:656px}.xl\:flex.xl\:gap-x-83{column-gap:664px}.xl\:flex.xl\:gap-x-84{column-gap:672px}.xl\:flex.xl\:gap-x-85{column-gap:680px}.xl\:flex.xl\:gap-x-86{column-gap:688px}.xl\:flex.xl\:gap-x-87{column-gap:696px}.xl\:flex.xl\:gap-x-88{column-gap:704px}.xl\:flex.xl\:gap-x-89{column-gap:712px}.xl\:flex.xl\:gap-x-90{column-gap:720px}.xl\:flex.xl\:gap-x-91{column-gap:728px}.xl\:flex.xl\:gap-x-92{column-gap:736px}.xl\:flex.xl\:gap-x-93{column-gap:744px}.xl\:flex.xl\:gap-x-94{column-gap:752px}.xl\:flex.xl\:gap-x-95{column-gap:760px}.xl\:flex.xl\:gap-x-96{column-gap:768px}.xl\:flex.xl\:gap-x-97{column-gap:776px}.xl\:flex.xl\:gap-x-98{column-gap:784px}.xl\:flex.xl\:gap-x-99{column-gap:792px}.xl\:flex.xl\:gap-x-100{column-gap:800px}.xl\:flex.gap-y-0\.5{row-gap:4px}.xl\:flex.gap-y-0{row-gap:0px}.xl\:flex.gap-y-1{row-gap:8px}.xl\:flex.gap-y-2{row-gap:16px}.xl\:flex.gap-y-3{row-gap:24px}.xl\:flex.gap-y-4{row-gap:32px}.xl\:flex.gap-y-5{row-gap:40px}.xl\:flex.gap-y-6{row-gap:48px}.xl\:flex.gap-y-7{row-gap:56px}.xl\:flex.gap-y-8{row-gap:64px}.xl\:flex.gap-y-9{row-gap:72px}.xl\:flex.gap-y-10{row-gap:80px}.xl\:flex.gap-y-11{row-gap:88px}.xl\:flex.gap-y-12{row-gap:96px}.xl\:flex.gap-y-13{row-gap:104px}.xl\:flex.gap-y-14{row-gap:112px}.xl\:flex.gap-y-15{row-gap:120px}.xl\:flex.gap-y-16{row-gap:128px}.xl\:flex.gap-y-17{row-gap:136px}.xl\:flex.gap-y-18{row-gap:144px}.xl\:flex.gap-y-19{row-gap:152px}.xl\:flex.gap-y-20{row-gap:160px}.xl\:flex.gap-y-21{row-gap:168px}.xl\:flex.gap-y-22{row-gap:176px}.xl\:flex.gap-y-23{row-gap:184px}.xl\:flex.gap-y-24{row-gap:192px}.xl\:flex.gap-y-25{row-gap:200px}.xl\:flex.gap-y-26{row-gap:208px}.xl\:flex.gap-y-27{row-gap:216px}.xl\:flex.gap-y-28{row-gap:224px}.xl\:flex.gap-y-29{row-gap:232px}.xl\:flex.gap-y-30{row-gap:240px}.xl\:flex.gap-y-31{row-gap:248px}.xl\:flex.gap-y-32{row-gap:256px}.xl\:flex.gap-y-33{row-gap:264px}.xl\:flex.gap-y-34{row-gap:272px}.xl\:flex.gap-y-35{row-gap:280px}.xl\:flex.gap-y-36{row-gap:288px}.xl\:flex.gap-y-37{row-gap:296px}.xl\:flex.gap-y-38{row-gap:304px}.xl\:flex.gap-y-39{row-gap:312px}.xl\:flex.gap-y-40{row-gap:320px}.xl\:flex.gap-y-41{row-gap:328px}.xl\:flex.gap-y-42{row-gap:336px}.xl\:flex.gap-y-43{row-gap:344px}.xl\:flex.gap-y-44{row-gap:352px}.xl\:flex.gap-y-45{row-gap:360px}.xl\:flex.gap-y-46{row-gap:368px}.xl\:flex.gap-y-47{row-gap:376px}.xl\:flex.gap-y-48{row-gap:384px}.xl\:flex.gap-y-49{row-gap:392px}.xl\:flex.gap-y-50{row-gap:400px}.xl\:flex.gap-y-51{row-gap:408px}.xl\:flex.gap-y-52{row-gap:416px}.xl\:flex.gap-y-53{row-gap:424px}.xl\:flex.gap-y-54{row-gap:432px}.xl\:flex.gap-y-55{row-gap:440px}.xl\:flex.gap-y-56{row-gap:448px}.xl\:flex.gap-y-57{row-gap:456px}.xl\:flex.gap-y-58{row-gap:464px}.xl\:flex.gap-y-59{row-gap:472px}.xl\:flex.gap-y-60{row-gap:480px}.xl\:flex.gap-y-61{row-gap:488px}.xl\:flex.gap-y-62{row-gap:496px}.xl\:flex.gap-y-63{row-gap:504px}.xl\:flex.gap-y-64{row-gap:512px}.xl\:flex.gap-y-65{row-gap:520px}.xl\:flex.gap-y-66{row-gap:528px}.xl\:flex.gap-y-67{row-gap:536px}.xl\:flex.gap-y-68{row-gap:544px}.xl\:flex.gap-y-69{row-gap:552px}.xl\:flex.gap-y-70{row-gap:560px}.xl\:flex.gap-y-71{row-gap:568px}.xl\:flex.gap-y-72{row-gap:576px}.xl\:flex.gap-y-73{row-gap:584px}.xl\:flex.gap-y-74{row-gap:592px}.xl\:flex.gap-y-75{row-gap:600px}.xl\:flex.gap-y-76{row-gap:608px}.xl\:flex.gap-y-77{row-gap:616px}.xl\:flex.gap-y-78{row-gap:624px}.xl\:flex.gap-y-79{row-gap:632px}.xl\:flex.gap-y-80{row-gap:640px}.xl\:flex.gap-y-81{row-gap:648px}.xl\:flex.gap-y-82{row-gap:656px}.xl\:flex.gap-y-83{row-gap:664px}.xl\:flex.gap-y-84{row-gap:672px}.xl\:flex.gap-y-85{row-gap:680px}.xl\:flex.gap-y-86{row-gap:688px}.xl\:flex.gap-y-87{row-gap:696px}.xl\:flex.gap-y-88{row-gap:704px}.xl\:flex.gap-y-89{row-gap:712px}.xl\:flex.gap-y-90{row-gap:720px}.xl\:flex.gap-y-91{row-gap:728px}.xl\:flex.gap-y-92{row-gap:736px}.xl\:flex.gap-y-93{row-gap:744px}.xl\:flex.gap-y-94{row-gap:752px}.xl\:flex.gap-y-95{row-gap:760px}.xl\:flex.gap-y-96{row-gap:768px}.xl\:flex.gap-y-97{row-gap:776px}.xl\:flex.gap-y-98{row-gap:784px}.xl\:flex.gap-y-99{row-gap:792px}.xl\:flex.gap-y-100{row-gap:800px}.xl\:flex.lg\:gap-y-0\.5{row-gap:4px}.xl\:flex.lg\:gap-y-0{row-gap:0px}.xl\:flex.lg\:gap-y-1{row-gap:8px}.xl\:flex.lg\:gap-y-2{row-gap:16px}.xl\:flex.lg\:gap-y-3{row-gap:24px}.xl\:flex.lg\:gap-y-4{row-gap:32px}.xl\:flex.lg\:gap-y-5{row-gap:40px}.xl\:flex.lg\:gap-y-6{row-gap:48px}.xl\:flex.lg\:gap-y-7{row-gap:56px}.xl\:flex.lg\:gap-y-8{row-gap:64px}.xl\:flex.lg\:gap-y-9{row-gap:72px}.xl\:flex.lg\:gap-y-10{row-gap:80px}.xl\:flex.lg\:gap-y-11{row-gap:88px}.xl\:flex.lg\:gap-y-12{row-gap:96px}.xl\:flex.lg\:gap-y-13{row-gap:104px}.xl\:flex.lg\:gap-y-14{row-gap:112px}.xl\:flex.lg\:gap-y-15{row-gap:120px}.xl\:flex.lg\:gap-y-16{row-gap:128px}.xl\:flex.lg\:gap-y-17{row-gap:136px}.xl\:flex.lg\:gap-y-18{row-gap:144px}.xl\:flex.lg\:gap-y-19{row-gap:152px}.xl\:flex.lg\:gap-y-20{row-gap:160px}.xl\:flex.lg\:gap-y-21{row-gap:168px}.xl\:flex.lg\:gap-y-22{row-gap:176px}.xl\:flex.lg\:gap-y-23{row-gap:184px}.xl\:flex.lg\:gap-y-24{row-gap:192px}.xl\:flex.lg\:gap-y-25{row-gap:200px}.xl\:flex.lg\:gap-y-26{row-gap:208px}.xl\:flex.lg\:gap-y-27{row-gap:216px}.xl\:flex.lg\:gap-y-28{row-gap:224px}.xl\:flex.lg\:gap-y-29{row-gap:232px}.xl\:flex.lg\:gap-y-30{row-gap:240px}.xl\:flex.lg\:gap-y-31{row-gap:248px}.xl\:flex.lg\:gap-y-32{row-gap:256px}.xl\:flex.lg\:gap-y-33{row-gap:264px}.xl\:flex.lg\:gap-y-34{row-gap:272px}.xl\:flex.lg\:gap-y-35{row-gap:280px}.xl\:flex.lg\:gap-y-36{row-gap:288px}.xl\:flex.lg\:gap-y-37{row-gap:296px}.xl\:flex.lg\:gap-y-38{row-gap:304px}.xl\:flex.lg\:gap-y-39{row-gap:312px}.xl\:flex.lg\:gap-y-40{row-gap:320px}.xl\:flex.lg\:gap-y-41{row-gap:328px}.xl\:flex.lg\:gap-y-42{row-gap:336px}.xl\:flex.lg\:gap-y-43{row-gap:344px}.xl\:flex.lg\:gap-y-44{row-gap:352px}.xl\:flex.lg\:gap-y-45{row-gap:360px}.xl\:flex.lg\:gap-y-46{row-gap:368px}.xl\:flex.lg\:gap-y-47{row-gap:376px}.xl\:flex.lg\:gap-y-48{row-gap:384px}.xl\:flex.lg\:gap-y-49{row-gap:392px}.xl\:flex.lg\:gap-y-50{row-gap:400px}.xl\:flex.lg\:gap-y-51{row-gap:408px}.xl\:flex.lg\:gap-y-52{row-gap:416px}.xl\:flex.lg\:gap-y-53{row-gap:424px}.xl\:flex.lg\:gap-y-54{row-gap:432px}.xl\:flex.lg\:gap-y-55{row-gap:440px}.xl\:flex.lg\:gap-y-56{row-gap:448px}.xl\:flex.lg\:gap-y-57{row-gap:456px}.xl\:flex.lg\:gap-y-58{row-gap:464px}.xl\:flex.lg\:gap-y-59{row-gap:472px}.xl\:flex.lg\:gap-y-60{row-gap:480px}.xl\:flex.lg\:gap-y-61{row-gap:488px}.xl\:flex.lg\:gap-y-62{row-gap:496px}.xl\:flex.lg\:gap-y-63{row-gap:504px}.xl\:flex.lg\:gap-y-64{row-gap:512px}.xl\:flex.lg\:gap-y-65{row-gap:520px}.xl\:flex.lg\:gap-y-66{row-gap:528px}.xl\:flex.lg\:gap-y-67{row-gap:536px}.xl\:flex.lg\:gap-y-68{row-gap:544px}.xl\:flex.lg\:gap-y-69{row-gap:552px}.xl\:flex.lg\:gap-y-70{row-gap:560px}.xl\:flex.lg\:gap-y-71{row-gap:568px}.xl\:flex.lg\:gap-y-72{row-gap:576px}.xl\:flex.lg\:gap-y-73{row-gap:584px}.xl\:flex.lg\:gap-y-74{row-gap:592px}.xl\:flex.lg\:gap-y-75{row-gap:600px}.xl\:flex.lg\:gap-y-76{row-gap:608px}.xl\:flex.lg\:gap-y-77{row-gap:616px}.xl\:flex.lg\:gap-y-78{row-gap:624px}.xl\:flex.lg\:gap-y-79{row-gap:632px}.xl\:flex.lg\:gap-y-80{row-gap:640px}.xl\:flex.lg\:gap-y-81{row-gap:648px}.xl\:flex.lg\:gap-y-82{row-gap:656px}.xl\:flex.lg\:gap-y-83{row-gap:664px}.xl\:flex.lg\:gap-y-84{row-gap:672px}.xl\:flex.lg\:gap-y-85{row-gap:680px}.xl\:flex.lg\:gap-y-86{row-gap:688px}.xl\:flex.lg\:gap-y-87{row-gap:696px}.xl\:flex.lg\:gap-y-88{row-gap:704px}.xl\:flex.lg\:gap-y-89{row-gap:712px}.xl\:flex.lg\:gap-y-90{row-gap:720px}.xl\:flex.lg\:gap-y-91{row-gap:728px}.xl\:flex.lg\:gap-y-92{row-gap:736px}.xl\:flex.lg\:gap-y-93{row-gap:744px}.xl\:flex.lg\:gap-y-94{row-gap:752px}.xl\:flex.lg\:gap-y-95{row-gap:760px}.xl\:flex.lg\:gap-y-96{row-gap:768px}.xl\:flex.lg\:gap-y-97{row-gap:776px}.xl\:flex.lg\:gap-y-98{row-gap:784px}.xl\:flex.lg\:gap-y-99{row-gap:792px}.xl\:flex.lg\:gap-y-100{row-gap:800px}.xl\:flex.xl\:gap-y-0\.5{row-gap:4px}.xl\:flex.xl\:gap-y-0{row-gap:0px}.xl\:flex.xl\:gap-y-1{row-gap:8px}.xl\:flex.xl\:gap-y-2{row-gap:16px}.xl\:flex.xl\:gap-y-3{row-gap:24px}.xl\:flex.xl\:gap-y-4{row-gap:32px}.xl\:flex.xl\:gap-y-5{row-gap:40px}.xl\:flex.xl\:gap-y-6{row-gap:48px}.xl\:flex.xl\:gap-y-7{row-gap:56px}.xl\:flex.xl\:gap-y-8{row-gap:64px}.xl\:flex.xl\:gap-y-9{row-gap:72px}.xl\:flex.xl\:gap-y-10{row-gap:80px}.xl\:flex.xl\:gap-y-11{row-gap:88px}.xl\:flex.xl\:gap-y-12{row-gap:96px}.xl\:flex.xl\:gap-y-13{row-gap:104px}.xl\:flex.xl\:gap-y-14{row-gap:112px}.xl\:flex.xl\:gap-y-15{row-gap:120px}.xl\:flex.xl\:gap-y-16{row-gap:128px}.xl\:flex.xl\:gap-y-17{row-gap:136px}.xl\:flex.xl\:gap-y-18{row-gap:144px}.xl\:flex.xl\:gap-y-19{row-gap:152px}.xl\:flex.xl\:gap-y-20{row-gap:160px}.xl\:flex.xl\:gap-y-21{row-gap:168px}.xl\:flex.xl\:gap-y-22{row-gap:176px}.xl\:flex.xl\:gap-y-23{row-gap:184px}.xl\:flex.xl\:gap-y-24{row-gap:192px}.xl\:flex.xl\:gap-y-25{row-gap:200px}.xl\:flex.xl\:gap-y-26{row-gap:208px}.xl\:flex.xl\:gap-y-27{row-gap:216px}.xl\:flex.xl\:gap-y-28{row-gap:224px}.xl\:flex.xl\:gap-y-29{row-gap:232px}.xl\:flex.xl\:gap-y-30{row-gap:240px}.xl\:flex.xl\:gap-y-31{row-gap:248px}.xl\:flex.xl\:gap-y-32{row-gap:256px}.xl\:flex.xl\:gap-y-33{row-gap:264px}.xl\:flex.xl\:gap-y-34{row-gap:272px}.xl\:flex.xl\:gap-y-35{row-gap:280px}.xl\:flex.xl\:gap-y-36{row-gap:288px}.xl\:flex.xl\:gap-y-37{row-gap:296px}.xl\:flex.xl\:gap-y-38{row-gap:304px}.xl\:flex.xl\:gap-y-39{row-gap:312px}.xl\:flex.xl\:gap-y-40{row-gap:320px}.xl\:flex.xl\:gap-y-41{row-gap:328px}.xl\:flex.xl\:gap-y-42{row-gap:336px}.xl\:flex.xl\:gap-y-43{row-gap:344px}.xl\:flex.xl\:gap-y-44{row-gap:352px}.xl\:flex.xl\:gap-y-45{row-gap:360px}.xl\:flex.xl\:gap-y-46{row-gap:368px}.xl\:flex.xl\:gap-y-47{row-gap:376px}.xl\:flex.xl\:gap-y-48{row-gap:384px}.xl\:flex.xl\:gap-y-49{row-gap:392px}.xl\:flex.xl\:gap-y-50{row-gap:400px}.xl\:flex.xl\:gap-y-51{row-gap:408px}.xl\:flex.xl\:gap-y-52{row-gap:416px}.xl\:flex.xl\:gap-y-53{row-gap:424px}.xl\:flex.xl\:gap-y-54{row-gap:432px}.xl\:flex.xl\:gap-y-55{row-gap:440px}.xl\:flex.xl\:gap-y-56{row-gap:448px}.xl\:flex.xl\:gap-y-57{row-gap:456px}.xl\:flex.xl\:gap-y-58{row-gap:464px}.xl\:flex.xl\:gap-y-59{row-gap:472px}.xl\:flex.xl\:gap-y-60{row-gap:480px}.xl\:flex.xl\:gap-y-61{row-gap:488px}.xl\:flex.xl\:gap-y-62{row-gap:496px}.xl\:flex.xl\:gap-y-63{row-gap:504px}.xl\:flex.xl\:gap-y-64{row-gap:512px}.xl\:flex.xl\:gap-y-65{row-gap:520px}.xl\:flex.xl\:gap-y-66{row-gap:528px}.xl\:flex.xl\:gap-y-67{row-gap:536px}.xl\:flex.xl\:gap-y-68{row-gap:544px}.xl\:flex.xl\:gap-y-69{row-gap:552px}.xl\:flex.xl\:gap-y-70{row-gap:560px}.xl\:flex.xl\:gap-y-71{row-gap:568px}.xl\:flex.xl\:gap-y-72{row-gap:576px}.xl\:flex.xl\:gap-y-73{row-gap:584px}.xl\:flex.xl\:gap-y-74{row-gap:592px}.xl\:flex.xl\:gap-y-75{row-gap:600px}.xl\:flex.xl\:gap-y-76{row-gap:608px}.xl\:flex.xl\:gap-y-77{row-gap:616px}.xl\:flex.xl\:gap-y-78{row-gap:624px}.xl\:flex.xl\:gap-y-79{row-gap:632px}.xl\:flex.xl\:gap-y-80{row-gap:640px}.xl\:flex.xl\:gap-y-81{row-gap:648px}.xl\:flex.xl\:gap-y-82{row-gap:656px}.xl\:flex.xl\:gap-y-83{row-gap:664px}.xl\:flex.xl\:gap-y-84{row-gap:672px}.xl\:flex.xl\:gap-y-85{row-gap:680px}.xl\:flex.xl\:gap-y-86{row-gap:688px}.xl\:flex.xl\:gap-y-87{row-gap:696px}.xl\:flex.xl\:gap-y-88{row-gap:704px}.xl\:flex.xl\:gap-y-89{row-gap:712px}.xl\:flex.xl\:gap-y-90{row-gap:720px}.xl\:flex.xl\:gap-y-91{row-gap:728px}.xl\:flex.xl\:gap-y-92{row-gap:736px}.xl\:flex.xl\:gap-y-93{row-gap:744px}.xl\:flex.xl\:gap-y-94{row-gap:752px}.xl\:flex.xl\:gap-y-95{row-gap:760px}.xl\:flex.xl\:gap-y-96{row-gap:768px}.xl\:flex.xl\:gap-y-97{row-gap:776px}.xl\:flex.xl\:gap-y-98{row-gap:784px}.xl\:flex.xl\:gap-y-99{row-gap:792px}.xl\:flex.xl\:gap-y-100{row-gap:800px}.xl\:flex .order-1{order:1}.xl\:flex .order-2{order:2}.xl\:flex .order-3{order:3}.xl\:flex .order-4{order:4}.xl\:flex .order-5{order:5}.xl\:flex .order-6{order:6}.xl\:flex .order-7{order:7}.xl\:flex .order-8{order:8}.xl\:flex .order-9{order:9}.xl\:flex .order-10{order:10}.xl\:flex .order-11{order:11}.xl\:flex .order-12{order:12}.xl\:flex .order-13{order:13}.xl\:flex .order-14{order:14}.xl\:flex .order-15{order:15}.xl\:flex .order-16{order:16}.xl\:flex .order-17{order:17}.xl\:flex .order-18{order:18}.xl\:flex .order-19{order:19}.xl\:flex .order-20{order:20}.xl\:flex .order-21{order:21}.xl\:flex .order-22{order:22}.xl\:flex .order-23{order:23}.xl\:flex .order-24{order:24}.xl\:flex .order-25{order:25}.xl\:flex .order-26{order:26}.xl\:flex .order-27{order:27}.xl\:flex .order-28{order:28}.xl\:flex .order-29{order:29}.xl\:flex .order-30{order:30}.xl\:flex .order-31{order:31}.xl\:flex .order-32{order:32}.xl\:flex .order-33{order:33}.xl\:flex .order-34{order:34}.xl\:flex .order-35{order:35}.xl\:flex .order-36{order:36}.xl\:flex .order-37{order:37}.xl\:flex .order-38{order:38}.xl\:flex .order-39{order:39}.xl\:flex .order-40{order:40}.xl\:flex .order-41{order:41}.xl\:flex .order-42{order:42}.xl\:flex .order-43{order:43}.xl\:flex .order-44{order:44}.xl\:flex .order-45{order:45}.xl\:flex .order-46{order:46}.xl\:flex .order-47{order:47}.xl\:flex .order-48{order:48}.xl\:flex .order-49{order:49}.xl\:flex .order-50{order:50}.xl\:flex .order-51{order:51}.xl\:flex .order-52{order:52}.xl\:flex .order-53{order:53}.xl\:flex .order-54{order:54}.xl\:flex .order-55{order:55}.xl\:flex .order-56{order:56}.xl\:flex .order-57{order:57}.xl\:flex .order-58{order:58}.xl\:flex .order-59{order:59}.xl\:flex .order-60{order:60}.xl\:flex .order-61{order:61}.xl\:flex .order-62{order:62}.xl\:flex .order-63{order:63}.xl\:flex .order-64{order:64}.xl\:flex .order-65{order:65}.xl\:flex .order-66{order:66}.xl\:flex .order-67{order:67}.xl\:flex .order-68{order:68}.xl\:flex .order-69{order:69}.xl\:flex .order-70{order:70}.xl\:flex .order-71{order:71}.xl\:flex .order-72{order:72}.xl\:flex .order-73{order:73}.xl\:flex .order-74{order:74}.xl\:flex .order-75{order:75}.xl\:flex .order-76{order:76}.xl\:flex .order-77{order:77}.xl\:flex .order-78{order:78}.xl\:flex .order-79{order:79}.xl\:flex .order-80{order:80}.xl\:flex .order-81{order:81}.xl\:flex .order-82{order:82}.xl\:flex .order-83{order:83}.xl\:flex .order-84{order:84}.xl\:flex .order-85{order:85}.xl\:flex .order-86{order:86}.xl\:flex .order-87{order:87}.xl\:flex .order-88{order:88}.xl\:flex .order-89{order:89}.xl\:flex .order-90{order:90}.xl\:flex .order-91{order:91}.xl\:flex .order-92{order:92}.xl\:flex .order-93{order:93}.xl\:flex .order-94{order:94}.xl\:flex .order-95{order:95}.xl\:flex .order-96{order:96}.xl\:flex .order-97{order:97}.xl\:flex .order-98{order:98}.xl\:flex .order-99{order:99}.xl\:flex .order-100{order:100}.xl\:flex .lg\:order-1{order:1}.xl\:flex .lg\:order-2{order:2}.xl\:flex .lg\:order-3{order:3}.xl\:flex .lg\:order-4{order:4}.xl\:flex .lg\:order-5{order:5}.xl\:flex .lg\:order-6{order:6}.xl\:flex .lg\:order-7{order:7}.xl\:flex .lg\:order-8{order:8}.xl\:flex .lg\:order-9{order:9}.xl\:flex .lg\:order-10{order:10}.xl\:flex .lg\:order-11{order:11}.xl\:flex .lg\:order-12{order:12}.xl\:flex .lg\:order-13{order:13}.xl\:flex .lg\:order-14{order:14}.xl\:flex .lg\:order-15{order:15}.xl\:flex .lg\:order-16{order:16}.xl\:flex .lg\:order-17{order:17}.xl\:flex .lg\:order-18{order:18}.xl\:flex .lg\:order-19{order:19}.xl\:flex .lg\:order-20{order:20}.xl\:flex .lg\:order-21{order:21}.xl\:flex .lg\:order-22{order:22}.xl\:flex .lg\:order-23{order:23}.xl\:flex .lg\:order-24{order:24}.xl\:flex .lg\:order-25{order:25}.xl\:flex .lg\:order-26{order:26}.xl\:flex .lg\:order-27{order:27}.xl\:flex .lg\:order-28{order:28}.xl\:flex .lg\:order-29{order:29}.xl\:flex .lg\:order-30{order:30}.xl\:flex .lg\:order-31{order:31}.xl\:flex .lg\:order-32{order:32}.xl\:flex .lg\:order-33{order:33}.xl\:flex .lg\:order-34{order:34}.xl\:flex .lg\:order-35{order:35}.xl\:flex .lg\:order-36{order:36}.xl\:flex .lg\:order-37{order:37}.xl\:flex .lg\:order-38{order:38}.xl\:flex .lg\:order-39{order:39}.xl\:flex .lg\:order-40{order:40}.xl\:flex .lg\:order-41{order:41}.xl\:flex .lg\:order-42{order:42}.xl\:flex .lg\:order-43{order:43}.xl\:flex .lg\:order-44{order:44}.xl\:flex .lg\:order-45{order:45}.xl\:flex .lg\:order-46{order:46}.xl\:flex .lg\:order-47{order:47}.xl\:flex .lg\:order-48{order:48}.xl\:flex .lg\:order-49{order:49}.xl\:flex .lg\:order-50{order:50}.xl\:flex .lg\:order-51{order:51}.xl\:flex .lg\:order-52{order:52}.xl\:flex .lg\:order-53{order:53}.xl\:flex .lg\:order-54{order:54}.xl\:flex .lg\:order-55{order:55}.xl\:flex .lg\:order-56{order:56}.xl\:flex .lg\:order-57{order:57}.xl\:flex .lg\:order-58{order:58}.xl\:flex .lg\:order-59{order:59}.xl\:flex .lg\:order-60{order:60}.xl\:flex .lg\:order-61{order:61}.xl\:flex .lg\:order-62{order:62}.xl\:flex .lg\:order-63{order:63}.xl\:flex .lg\:order-64{order:64}.xl\:flex .lg\:order-65{order:65}.xl\:flex .lg\:order-66{order:66}.xl\:flex .lg\:order-67{order:67}.xl\:flex .lg\:order-68{order:68}.xl\:flex .lg\:order-69{order:69}.xl\:flex .lg\:order-70{order:70}.xl\:flex .lg\:order-71{order:71}.xl\:flex .lg\:order-72{order:72}.xl\:flex .lg\:order-73{order:73}.xl\:flex .lg\:order-74{order:74}.xl\:flex .lg\:order-75{order:75}.xl\:flex .lg\:order-76{order:76}.xl\:flex .lg\:order-77{order:77}.xl\:flex .lg\:order-78{order:78}.xl\:flex .lg\:order-79{order:79}.xl\:flex .lg\:order-80{order:80}.xl\:flex .lg\:order-81{order:81}.xl\:flex .lg\:order-82{order:82}.xl\:flex .lg\:order-83{order:83}.xl\:flex .lg\:order-84{order:84}.xl\:flex .lg\:order-85{order:85}.xl\:flex .lg\:order-86{order:86}.xl\:flex .lg\:order-87{order:87}.xl\:flex .lg\:order-88{order:88}.xl\:flex .lg\:order-89{order:89}.xl\:flex .lg\:order-90{order:90}.xl\:flex .lg\:order-91{order:91}.xl\:flex .lg\:order-92{order:92}.xl\:flex .lg\:order-93{order:93}.xl\:flex .lg\:order-94{order:94}.xl\:flex .lg\:order-95{order:95}.xl\:flex .lg\:order-96{order:96}.xl\:flex .lg\:order-97{order:97}.xl\:flex .lg\:order-98{order:98}.xl\:flex .lg\:order-99{order:99}.xl\:flex .lg\:order-100{order:100}.xl\:flex .xl\:order-1{order:1}.xl\:flex .xl\:order-2{order:2}.xl\:flex .xl\:order-3{order:3}.xl\:flex .xl\:order-4{order:4}.xl\:flex .xl\:order-5{order:5}.xl\:flex .xl\:order-6{order:6}.xl\:flex .xl\:order-7{order:7}.xl\:flex .xl\:order-8{order:8}.xl\:flex .xl\:order-9{order:9}.xl\:flex .xl\:order-10{order:10}.xl\:flex .xl\:order-11{order:11}.xl\:flex .xl\:order-12{order:12}.xl\:flex .xl\:order-13{order:13}.xl\:flex .xl\:order-14{order:14}.xl\:flex .xl\:order-15{order:15}.xl\:flex .xl\:order-16{order:16}.xl\:flex .xl\:order-17{order:17}.xl\:flex .xl\:order-18{order:18}.xl\:flex .xl\:order-19{order:19}.xl\:flex .xl\:order-20{order:20}.xl\:flex .xl\:order-21{order:21}.xl\:flex .xl\:order-22{order:22}.xl\:flex .xl\:order-23{order:23}.xl\:flex .xl\:order-24{order:24}.xl\:flex .xl\:order-25{order:25}.xl\:flex .xl\:order-26{order:26}.xl\:flex .xl\:order-27{order:27}.xl\:flex .xl\:order-28{order:28}.xl\:flex .xl\:order-29{order:29}.xl\:flex .xl\:order-30{order:30}.xl\:flex .xl\:order-31{order:31}.xl\:flex .xl\:order-32{order:32}.xl\:flex .xl\:order-33{order:33}.xl\:flex .xl\:order-34{order:34}.xl\:flex .xl\:order-35{order:35}.xl\:flex .xl\:order-36{order:36}.xl\:flex .xl\:order-37{order:37}.xl\:flex .xl\:order-38{order:38}.xl\:flex .xl\:order-39{order:39}.xl\:flex .xl\:order-40{order:40}.xl\:flex .xl\:order-41{order:41}.xl\:flex .xl\:order-42{order:42}.xl\:flex .xl\:order-43{order:43}.xl\:flex .xl\:order-44{order:44}.xl\:flex .xl\:order-45{order:45}.xl\:flex .xl\:order-46{order:46}.xl\:flex .xl\:order-47{order:47}.xl\:flex .xl\:order-48{order:48}.xl\:flex .xl\:order-49{order:49}.xl\:flex .xl\:order-50{order:50}.xl\:flex .xl\:order-51{order:51}.xl\:flex .xl\:order-52{order:52}.xl\:flex .xl\:order-53{order:53}.xl\:flex .xl\:order-54{order:54}.xl\:flex .xl\:order-55{order:55}.xl\:flex .xl\:order-56{order:56}.xl\:flex .xl\:order-57{order:57}.xl\:flex .xl\:order-58{order:58}.xl\:flex .xl\:order-59{order:59}.xl\:flex .xl\:order-60{order:60}.xl\:flex .xl\:order-61{order:61}.xl\:flex .xl\:order-62{order:62}.xl\:flex .xl\:order-63{order:63}.xl\:flex .xl\:order-64{order:64}.xl\:flex .xl\:order-65{order:65}.xl\:flex .xl\:order-66{order:66}.xl\:flex .xl\:order-67{order:67}.xl\:flex .xl\:order-68{order:68}.xl\:flex .xl\:order-69{order:69}.xl\:flex .xl\:order-70{order:70}.xl\:flex .xl\:order-71{order:71}.xl\:flex .xl\:order-72{order:72}.xl\:flex .xl\:order-73{order:73}.xl\:flex .xl\:order-74{order:74}.xl\:flex .xl\:order-75{order:75}.xl\:flex .xl\:order-76{order:76}.xl\:flex .xl\:order-77{order:77}.xl\:flex .xl\:order-78{order:78}.xl\:flex .xl\:order-79{order:79}.xl\:flex .xl\:order-80{order:80}.xl\:flex .xl\:order-81{order:81}.xl\:flex .xl\:order-82{order:82}.xl\:flex .xl\:order-83{order:83}.xl\:flex .xl\:order-84{order:84}.xl\:flex .xl\:order-85{order:85}.xl\:flex .xl\:order-86{order:86}.xl\:flex .xl\:order-87{order:87}.xl\:flex .xl\:order-88{order:88}.xl\:flex .xl\:order-89{order:89}.xl\:flex .xl\:order-90{order:90}.xl\:flex .xl\:order-91{order:91}.xl\:flex .xl\:order-92{order:92}.xl\:flex .xl\:order-93{order:93}.xl\:flex .xl\:order-94{order:94}.xl\:flex .xl\:order-95{order:95}.xl\:flex .xl\:order-96{order:96}.xl\:flex .xl\:order-97{order:97}.xl\:flex .xl\:order-98{order:98}.xl\:flex .xl\:order-99{order:99}.xl\:flex .xl\:order-100{order:100}}.grid{display:grid}.grid.content-between{align-content:space-between}.grid.content-center{align-content:center}.grid.content-end{align-content:flex-end}.grid.content-start{align-content:flex-start}.grid.items-center{align-items:center}.grid.items-end{align-items:flex-end}.grid.items-start{align-items:flex-start}.grid.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid.gap-0\.5{gap:4px}.grid.gap-0{gap:0px}.grid.gap-1{gap:8px}.grid.gap-2{gap:16px}.grid.gap-3{gap:24px}.grid.gap-4{gap:32px}.grid.gap-5{gap:40px}.grid.gap-6{gap:48px}.grid.gap-7{gap:56px}.grid.gap-8{gap:64px}.grid.gap-9{gap:72px}.grid.gap-10{gap:80px}.grid.gap-11{gap:88px}.grid.gap-12{gap:96px}.grid.gap-13{gap:104px}.grid.gap-14{gap:112px}.grid.gap-15{gap:120px}.grid.gap-16{gap:128px}.grid.gap-17{gap:136px}.grid.gap-18{gap:144px}.grid.gap-19{gap:152px}.grid.gap-20{gap:160px}.grid.gap-21{gap:168px}.grid.gap-22{gap:176px}.grid.gap-23{gap:184px}.grid.gap-24{gap:192px}.grid.gap-25{gap:200px}.grid.gap-26{gap:208px}.grid.gap-27{gap:216px}.grid.gap-28{gap:224px}.grid.gap-29{gap:232px}.grid.gap-30{gap:240px}.grid.gap-31{gap:248px}.grid.gap-32{gap:256px}.grid.gap-33{gap:264px}.grid.gap-34{gap:272px}.grid.gap-35{gap:280px}.grid.gap-36{gap:288px}.grid.gap-37{gap:296px}.grid.gap-38{gap:304px}.grid.gap-39{gap:312px}.grid.gap-40{gap:320px}.grid.gap-41{gap:328px}.grid.gap-42{gap:336px}.grid.gap-43{gap:344px}.grid.gap-44{gap:352px}.grid.gap-45{gap:360px}.grid.gap-46{gap:368px}.grid.gap-47{gap:376px}.grid.gap-48{gap:384px}.grid.gap-49{gap:392px}.grid.gap-50{gap:400px}.grid.gap-51{gap:408px}.grid.gap-52{gap:416px}.grid.gap-53{gap:424px}.grid.gap-54{gap:432px}.grid.gap-55{gap:440px}.grid.gap-56{gap:448px}.grid.gap-57{gap:456px}.grid.gap-58{gap:464px}.grid.gap-59{gap:472px}.grid.gap-60{gap:480px}.grid.gap-61{gap:488px}.grid.gap-62{gap:496px}.grid.gap-63{gap:504px}.grid.gap-64{gap:512px}.grid.gap-65{gap:520px}.grid.gap-66{gap:528px}.grid.gap-67{gap:536px}.grid.gap-68{gap:544px}.grid.gap-69{gap:552px}.grid.gap-70{gap:560px}.grid.gap-71{gap:568px}.grid.gap-72{gap:576px}.grid.gap-73{gap:584px}.grid.gap-74{gap:592px}.grid.gap-75{gap:600px}.grid.gap-76{gap:608px}.grid.gap-77{gap:616px}.grid.gap-78{gap:624px}.grid.gap-79{gap:632px}.grid.gap-80{gap:640px}.grid.gap-81{gap:648px}.grid.gap-82{gap:656px}.grid.gap-83{gap:664px}.grid.gap-84{gap:672px}.grid.gap-85{gap:680px}.grid.gap-86{gap:688px}.grid.gap-87{gap:696px}.grid.gap-88{gap:704px}.grid.gap-89{gap:712px}.grid.gap-90{gap:720px}.grid.gap-91{gap:728px}.grid.gap-92{gap:736px}.grid.gap-93{gap:744px}.grid.gap-94{gap:752px}.grid.gap-95{gap:760px}.grid.gap-96{gap:768px}.grid.gap-97{gap:776px}.grid.gap-98{gap:784px}.grid.gap-99{gap:792px}.grid.gap-100{gap:800px}.grid.gap-x-0\.5{column-gap:4px}.grid.gap-x-0{column-gap:0px}.grid.gap-x-1{column-gap:8px}.grid.gap-x-2{column-gap:16px}.grid.gap-x-3{column-gap:24px}.grid.gap-x-4{column-gap:32px}.grid.gap-x-5{column-gap:40px}.grid.gap-x-6{column-gap:48px}.grid.gap-x-7{column-gap:56px}.grid.gap-x-8{column-gap:64px}.grid.gap-x-9{column-gap:72px}.grid.gap-x-10{column-gap:80px}.grid.gap-x-11{column-gap:88px}.grid.gap-x-12{column-gap:96px}.grid.gap-x-13{column-gap:104px}.grid.gap-x-14{column-gap:112px}.grid.gap-x-15{column-gap:120px}.grid.gap-x-16{column-gap:128px}.grid.gap-x-17{column-gap:136px}.grid.gap-x-18{column-gap:144px}.grid.gap-x-19{column-gap:152px}.grid.gap-x-20{column-gap:160px}.grid.gap-x-21{column-gap:168px}.grid.gap-x-22{column-gap:176px}.grid.gap-x-23{column-gap:184px}.grid.gap-x-24{column-gap:192px}.grid.gap-x-25{column-gap:200px}.grid.gap-x-26{column-gap:208px}.grid.gap-x-27{column-gap:216px}.grid.gap-x-28{column-gap:224px}.grid.gap-x-29{column-gap:232px}.grid.gap-x-30{column-gap:240px}.grid.gap-x-31{column-gap:248px}.grid.gap-x-32{column-gap:256px}.grid.gap-x-33{column-gap:264px}.grid.gap-x-34{column-gap:272px}.grid.gap-x-35{column-gap:280px}.grid.gap-x-36{column-gap:288px}.grid.gap-x-37{column-gap:296px}.grid.gap-x-38{column-gap:304px}.grid.gap-x-39{column-gap:312px}.grid.gap-x-40{column-gap:320px}.grid.gap-x-41{column-gap:328px}.grid.gap-x-42{column-gap:336px}.grid.gap-x-43{column-gap:344px}.grid.gap-x-44{column-gap:352px}.grid.gap-x-45{column-gap:360px}.grid.gap-x-46{column-gap:368px}.grid.gap-x-47{column-gap:376px}.grid.gap-x-48{column-gap:384px}.grid.gap-x-49{column-gap:392px}.grid.gap-x-50{column-gap:400px}.grid.gap-x-51{column-gap:408px}.grid.gap-x-52{column-gap:416px}.grid.gap-x-53{column-gap:424px}.grid.gap-x-54{column-gap:432px}.grid.gap-x-55{column-gap:440px}.grid.gap-x-56{column-gap:448px}.grid.gap-x-57{column-gap:456px}.grid.gap-x-58{column-gap:464px}.grid.gap-x-59{column-gap:472px}.grid.gap-x-60{column-gap:480px}.grid.gap-x-61{column-gap:488px}.grid.gap-x-62{column-gap:496px}.grid.gap-x-63{column-gap:504px}.grid.gap-x-64{column-gap:512px}.grid.gap-x-65{column-gap:520px}.grid.gap-x-66{column-gap:528px}.grid.gap-x-67{column-gap:536px}.grid.gap-x-68{column-gap:544px}.grid.gap-x-69{column-gap:552px}.grid.gap-x-70{column-gap:560px}.grid.gap-x-71{column-gap:568px}.grid.gap-x-72{column-gap:576px}.grid.gap-x-73{column-gap:584px}.grid.gap-x-74{column-gap:592px}.grid.gap-x-75{column-gap:600px}.grid.gap-x-76{column-gap:608px}.grid.gap-x-77{column-gap:616px}.grid.gap-x-78{column-gap:624px}.grid.gap-x-79{column-gap:632px}.grid.gap-x-80{column-gap:640px}.grid.gap-x-81{column-gap:648px}.grid.gap-x-82{column-gap:656px}.grid.gap-x-83{column-gap:664px}.grid.gap-x-84{column-gap:672px}.grid.gap-x-85{column-gap:680px}.grid.gap-x-86{column-gap:688px}.grid.gap-x-87{column-gap:696px}.grid.gap-x-88{column-gap:704px}.grid.gap-x-89{column-gap:712px}.grid.gap-x-90{column-gap:720px}.grid.gap-x-91{column-gap:728px}.grid.gap-x-92{column-gap:736px}.grid.gap-x-93{column-gap:744px}.grid.gap-x-94{column-gap:752px}.grid.gap-x-95{column-gap:760px}.grid.gap-x-96{column-gap:768px}.grid.gap-x-97{column-gap:776px}.grid.gap-x-98{column-gap:784px}.grid.gap-x-99{column-gap:792px}.grid.gap-x-100{column-gap:800px}.grid.gap-y-0\.5{row-gap:4px}.grid.gap-y-0{row-gap:0px}.grid.gap-y-1{row-gap:8px}.grid.gap-y-2{row-gap:16px}.grid.gap-y-3{row-gap:24px}.grid.gap-y-4{row-gap:32px}.grid.gap-y-5{row-gap:40px}.grid.gap-y-6{row-gap:48px}.grid.gap-y-7{row-gap:56px}.grid.gap-y-8{row-gap:64px}.grid.gap-y-9{row-gap:72px}.grid.gap-y-10{row-gap:80px}.grid.gap-y-11{row-gap:88px}.grid.gap-y-12{row-gap:96px}.grid.gap-y-13{row-gap:104px}.grid.gap-y-14{row-gap:112px}.grid.gap-y-15{row-gap:120px}.grid.gap-y-16{row-gap:128px}.grid.gap-y-17{row-gap:136px}.grid.gap-y-18{row-gap:144px}.grid.gap-y-19{row-gap:152px}.grid.gap-y-20{row-gap:160px}.grid.gap-y-21{row-gap:168px}.grid.gap-y-22{row-gap:176px}.grid.gap-y-23{row-gap:184px}.grid.gap-y-24{row-gap:192px}.grid.gap-y-25{row-gap:200px}.grid.gap-y-26{row-gap:208px}.grid.gap-y-27{row-gap:216px}.grid.gap-y-28{row-gap:224px}.grid.gap-y-29{row-gap:232px}.grid.gap-y-30{row-gap:240px}.grid.gap-y-31{row-gap:248px}.grid.gap-y-32{row-gap:256px}.grid.gap-y-33{row-gap:264px}.grid.gap-y-34{row-gap:272px}.grid.gap-y-35{row-gap:280px}.grid.gap-y-36{row-gap:288px}.grid.gap-y-37{row-gap:296px}.grid.gap-y-38{row-gap:304px}.grid.gap-y-39{row-gap:312px}.grid.gap-y-40{row-gap:320px}.grid.gap-y-41{row-gap:328px}.grid.gap-y-42{row-gap:336px}.grid.gap-y-43{row-gap:344px}.grid.gap-y-44{row-gap:352px}.grid.gap-y-45{row-gap:360px}.grid.gap-y-46{row-gap:368px}.grid.gap-y-47{row-gap:376px}.grid.gap-y-48{row-gap:384px}.grid.gap-y-49{row-gap:392px}.grid.gap-y-50{row-gap:400px}.grid.gap-y-51{row-gap:408px}.grid.gap-y-52{row-gap:416px}.grid.gap-y-53{row-gap:424px}.grid.gap-y-54{row-gap:432px}.grid.gap-y-55{row-gap:440px}.grid.gap-y-56{row-gap:448px}.grid.gap-y-57{row-gap:456px}.grid.gap-y-58{row-gap:464px}.grid.gap-y-59{row-gap:472px}.grid.gap-y-60{row-gap:480px}.grid.gap-y-61{row-gap:488px}.grid.gap-y-62{row-gap:496px}.grid.gap-y-63{row-gap:504px}.grid.gap-y-64{row-gap:512px}.grid.gap-y-65{row-gap:520px}.grid.gap-y-66{row-gap:528px}.grid.gap-y-67{row-gap:536px}.grid.gap-y-68{row-gap:544px}.grid.gap-y-69{row-gap:552px}.grid.gap-y-70{row-gap:560px}.grid.gap-y-71{row-gap:568px}.grid.gap-y-72{row-gap:576px}.grid.gap-y-73{row-gap:584px}.grid.gap-y-74{row-gap:592px}.grid.gap-y-75{row-gap:600px}.grid.gap-y-76{row-gap:608px}.grid.gap-y-77{row-gap:616px}.grid.gap-y-78{row-gap:624px}.grid.gap-y-79{row-gap:632px}.grid.gap-y-80{row-gap:640px}.grid.gap-y-81{row-gap:648px}.grid.gap-y-82{row-gap:656px}.grid.gap-y-83{row-gap:664px}.grid.gap-y-84{row-gap:672px}.grid.gap-y-85{row-gap:680px}.grid.gap-y-86{row-gap:688px}.grid.gap-y-87{row-gap:696px}.grid.gap-y-88{row-gap:704px}.grid.gap-y-89{row-gap:712px}.grid.gap-y-90{row-gap:720px}.grid.gap-y-91{row-gap:728px}.grid.gap-y-92{row-gap:736px}.grid.gap-y-93{row-gap:744px}.grid.gap-y-94{row-gap:752px}.grid.gap-y-95{row-gap:760px}.grid.gap-y-96{row-gap:768px}.grid.gap-y-97{row-gap:776px}.grid.gap-y-98{row-gap:784px}.grid.gap-y-99{row-gap:792px}.grid.gap-y-100{row-gap:800px}.grid .order-1{order:1}.grid .order-2{order:2}.grid .order-3{order:3}.grid .order-4{order:4}.grid .order-5{order:5}.grid .order-6{order:6}.grid .order-7{order:7}.grid .order-8{order:8}.grid .order-9{order:9}.grid .order-10{order:10}.grid .order-11{order:11}.grid .order-12{order:12}.grid .order-13{order:13}.grid .order-14{order:14}.grid .order-15{order:15}.grid .order-16{order:16}.grid .order-17{order:17}.grid .order-18{order:18}.grid .order-19{order:19}.grid .order-20{order:20}.grid .order-21{order:21}.grid .order-22{order:22}.grid .order-23{order:23}.grid .order-24{order:24}.grid .order-25{order:25}.grid .order-26{order:26}.grid .order-27{order:27}.grid .order-28{order:28}.grid .order-29{order:29}.grid .order-30{order:30}.grid .order-31{order:31}.grid .order-32{order:32}.grid .order-33{order:33}.grid .order-34{order:34}.grid .order-35{order:35}.grid .order-36{order:36}.grid .order-37{order:37}.grid .order-38{order:38}.grid .order-39{order:39}.grid .order-40{order:40}.grid .order-41{order:41}.grid .order-42{order:42}.grid .order-43{order:43}.grid .order-44{order:44}.grid .order-45{order:45}.grid .order-46{order:46}.grid .order-47{order:47}.grid .order-48{order:48}.grid .order-49{order:49}.grid .order-50{order:50}.grid .order-51{order:51}.grid .order-52{order:52}.grid .order-53{order:53}.grid .order-54{order:54}.grid .order-55{order:55}.grid .order-56{order:56}.grid .order-57{order:57}.grid .order-58{order:58}.grid .order-59{order:59}.grid .order-60{order:60}.grid .order-61{order:61}.grid .order-62{order:62}.grid .order-63{order:63}.grid .order-64{order:64}.grid .order-65{order:65}.grid .order-66{order:66}.grid .order-67{order:67}.grid .order-68{order:68}.grid .order-69{order:69}.grid .order-70{order:70}.grid .order-71{order:71}.grid .order-72{order:72}.grid .order-73{order:73}.grid .order-74{order:74}.grid .order-75{order:75}.grid .order-76{order:76}.grid .order-77{order:77}.grid .order-78{order:78}.grid .order-79{order:79}.grid .order-80{order:80}.grid .order-81{order:81}.grid .order-82{order:82}.grid .order-83{order:83}.grid .order-84{order:84}.grid .order-85{order:85}.grid .order-86{order:86}.grid .order-87{order:87}.grid .order-88{order:88}.grid .order-89{order:89}.grid .order-90{order:90}.grid .order-91{order:91}.grid .order-92{order:92}.grid .order-93{order:93}.grid .order-94{order:94}.grid .order-95{order:95}.grid .order-96{order:96}.grid .order-97{order:97}.grid .order-98{order:98}.grid .order-99{order:99}.grid .order-100{order:100}.grid .col-span-1{grid-column:SPAN 1/SPAN 1}.grid .col-span-2{grid-column:SPAN 2/SPAN 2}.grid .col-span-3{grid-column:SPAN 3/SPAN 3}.grid .col-span-4{grid-column:SPAN 4/SPAN 4}.grid .col-span-5{grid-column:SPAN 5/SPAN 5}.grid .col-span-6{grid-column:SPAN 6/SPAN 6}.grid .col-span-7{grid-column:SPAN 7/SPAN 7}.grid .col-span-8{grid-column:SPAN 8/SPAN 8}.grid .col-span-9{grid-column:SPAN 9/SPAN 9}.grid .col-span-10{grid-column:SPAN 10/SPAN 10}.grid .col-span-11{grid-column:SPAN 11/SPAN 11}.grid .col-span-12{grid-column:SPAN 12/SPAN 12}.grid .col-start-1{grid-column-start:1}.grid .col-start-2{grid-column-start:2}.grid .col-start-3{grid-column-start:3}.grid .col-start-4{grid-column-start:4}.grid .col-start-5{grid-column-start:5}.grid .col-start-6{grid-column-start:6}.grid .col-start-7{grid-column-start:7}.grid .col-start-8{grid-column-start:8}.grid .col-start-9{grid-column-start:9}.grid .col-start-10{grid-column-start:10}.grid .col-start-11{grid-column-start:11}.grid .col-start-12{grid-column-start:12}.grid .col-end-1{grid-column-end:1}.grid .col-end-2{grid-column-end:2}.grid .col-end-3{grid-column-end:3}.grid .col-end-4{grid-column-end:4}.grid .col-end-5{grid-column-end:5}.grid .col-end-6{grid-column-end:6}.grid .col-end-7{grid-column-end:7}.grid .col-end-8{grid-column-end:8}.grid .col-end-9{grid-column-end:9}.grid .col-end-10{grid-column-end:10}.grid .col-end-11{grid-column-end:11}.grid .col-end-12{grid-column-end:12}.grid .row-span-1{grid-row:SPAN 1/SPAN 1}.grid .row-span-2{grid-row:SPAN 2/SPAN 2}.grid .row-span-3{grid-row:SPAN 3/SPAN 3}.grid .row-span-4{grid-row:SPAN 4/SPAN 4}.grid .row-span-5{grid-row:SPAN 5/SPAN 5}.grid .row-span-6{grid-row:SPAN 6/SPAN 6}.grid .row-span-7{grid-row:SPAN 7/SPAN 7}.grid .row-span-8{grid-row:SPAN 8/SPAN 8}.grid .row-span-9{grid-row:SPAN 9/SPAN 9}.grid .row-span-10{grid-row:SPAN 10/SPAN 10}.grid .row-span-11{grid-row:SPAN 11/SPAN 11}.grid .row-span-12{grid-row:SPAN 12/SPAN 12}.grid .row-start-1{grid-row-start:1}.grid .row-start-2{grid-row-start:2}.grid .row-start-3{grid-row-start:3}.grid .row-start-4{grid-row-start:4}.grid .row-start-5{grid-row-start:5}.grid .row-start-6{grid-row-start:6}.grid .row-start-7{grid-row-start:7}.grid .row-start-8{grid-row-start:8}.grid .row-start-9{grid-row-start:9}.grid .row-start-10{grid-row-start:10}.grid .row-start-11{grid-row-start:11}.grid .row-start-12{grid-row-start:12}.grid .row-end-1{grid-row-end:1}.grid .row-end-2{grid-row-end:2}.grid .row-end-3{grid-row-end:3}.grid .row-end-4{grid-row-end:4}.grid .row-end-5{grid-row-end:5}.grid .row-end-6{grid-row-end:6}.grid .row-end-7{grid-row-end:7}.grid .row-end-8{grid-row-end:8}.grid .row-end-9{grid-row-end:9}.grid .row-end-10{grid-row-end:10}.grid .row-end-11{grid-row-end:11}.grid .row-end-12{grid-row-end:12}@media(min-width:1024px){.grid.lg\:content-between{align-content:space-between}.grid.lg\:content-center{align-content:center}.grid.lg\:content-end{align-content:flex-end}.grid.lg\:content-start{align-content:flex-start}.grid.lg\:items-center{align-items:center}.grid.lg\:items-end{align-items:flex-end}.grid.lg\:items-start{align-items:flex-start}.grid.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid.lg\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid.lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid.lg\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid.lg\:gap-0\.5{gap:4px}.grid.lg\:gap-0{gap:0px}.grid.lg\:gap-1{gap:8px}.grid.lg\:gap-2{gap:16px}.grid.lg\:gap-3{gap:24px}.grid.lg\:gap-4{gap:32px}.grid.lg\:gap-5{gap:40px}.grid.lg\:gap-6{gap:48px}.grid.lg\:gap-7{gap:56px}.grid.lg\:gap-8{gap:64px}.grid.lg\:gap-9{gap:72px}.grid.lg\:gap-10{gap:80px}.grid.lg\:gap-11{gap:88px}.grid.lg\:gap-12{gap:96px}.grid.lg\:gap-13{gap:104px}.grid.lg\:gap-14{gap:112px}.grid.lg\:gap-15{gap:120px}.grid.lg\:gap-16{gap:128px}.grid.lg\:gap-17{gap:136px}.grid.lg\:gap-18{gap:144px}.grid.lg\:gap-19{gap:152px}.grid.lg\:gap-20{gap:160px}.grid.lg\:gap-21{gap:168px}.grid.lg\:gap-22{gap:176px}.grid.lg\:gap-23{gap:184px}.grid.lg\:gap-24{gap:192px}.grid.lg\:gap-25{gap:200px}.grid.lg\:gap-26{gap:208px}.grid.lg\:gap-27{gap:216px}.grid.lg\:gap-28{gap:224px}.grid.lg\:gap-29{gap:232px}.grid.lg\:gap-30{gap:240px}.grid.lg\:gap-31{gap:248px}.grid.lg\:gap-32{gap:256px}.grid.lg\:gap-33{gap:264px}.grid.lg\:gap-34{gap:272px}.grid.lg\:gap-35{gap:280px}.grid.lg\:gap-36{gap:288px}.grid.lg\:gap-37{gap:296px}.grid.lg\:gap-38{gap:304px}.grid.lg\:gap-39{gap:312px}.grid.lg\:gap-40{gap:320px}.grid.lg\:gap-41{gap:328px}.grid.lg\:gap-42{gap:336px}.grid.lg\:gap-43{gap:344px}.grid.lg\:gap-44{gap:352px}.grid.lg\:gap-45{gap:360px}.grid.lg\:gap-46{gap:368px}.grid.lg\:gap-47{gap:376px}.grid.lg\:gap-48{gap:384px}.grid.lg\:gap-49{gap:392px}.grid.lg\:gap-50{gap:400px}.grid.lg\:gap-51{gap:408px}.grid.lg\:gap-52{gap:416px}.grid.lg\:gap-53{gap:424px}.grid.lg\:gap-54{gap:432px}.grid.lg\:gap-55{gap:440px}.grid.lg\:gap-56{gap:448px}.grid.lg\:gap-57{gap:456px}.grid.lg\:gap-58{gap:464px}.grid.lg\:gap-59{gap:472px}.grid.lg\:gap-60{gap:480px}.grid.lg\:gap-61{gap:488px}.grid.lg\:gap-62{gap:496px}.grid.lg\:gap-63{gap:504px}.grid.lg\:gap-64{gap:512px}.grid.lg\:gap-65{gap:520px}.grid.lg\:gap-66{gap:528px}.grid.lg\:gap-67{gap:536px}.grid.lg\:gap-68{gap:544px}.grid.lg\:gap-69{gap:552px}.grid.lg\:gap-70{gap:560px}.grid.lg\:gap-71{gap:568px}.grid.lg\:gap-72{gap:576px}.grid.lg\:gap-73{gap:584px}.grid.lg\:gap-74{gap:592px}.grid.lg\:gap-75{gap:600px}.grid.lg\:gap-76{gap:608px}.grid.lg\:gap-77{gap:616px}.grid.lg\:gap-78{gap:624px}.grid.lg\:gap-79{gap:632px}.grid.lg\:gap-80{gap:640px}.grid.lg\:gap-81{gap:648px}.grid.lg\:gap-82{gap:656px}.grid.lg\:gap-83{gap:664px}.grid.lg\:gap-84{gap:672px}.grid.lg\:gap-85{gap:680px}.grid.lg\:gap-86{gap:688px}.grid.lg\:gap-87{gap:696px}.grid.lg\:gap-88{gap:704px}.grid.lg\:gap-89{gap:712px}.grid.lg\:gap-90{gap:720px}.grid.lg\:gap-91{gap:728px}.grid.lg\:gap-92{gap:736px}.grid.lg\:gap-93{gap:744px}.grid.lg\:gap-94{gap:752px}.grid.lg\:gap-95{gap:760px}.grid.lg\:gap-96{gap:768px}.grid.lg\:gap-97{gap:776px}.grid.lg\:gap-98{gap:784px}.grid.lg\:gap-99{gap:792px}.grid.lg\:gap-100{gap:800px}.grid.lg\:gap-x-0\.5{column-gap:4px}.grid.lg\:gap-x-0{column-gap:0px}.grid.lg\:gap-x-1{column-gap:8px}.grid.lg\:gap-x-2{column-gap:16px}.grid.lg\:gap-x-3{column-gap:24px}.grid.lg\:gap-x-4{column-gap:32px}.grid.lg\:gap-x-5{column-gap:40px}.grid.lg\:gap-x-6{column-gap:48px}.grid.lg\:gap-x-7{column-gap:56px}.grid.lg\:gap-x-8{column-gap:64px}.grid.lg\:gap-x-9{column-gap:72px}.grid.lg\:gap-x-10{column-gap:80px}.grid.lg\:gap-x-11{column-gap:88px}.grid.lg\:gap-x-12{column-gap:96px}.grid.lg\:gap-x-13{column-gap:104px}.grid.lg\:gap-x-14{column-gap:112px}.grid.lg\:gap-x-15{column-gap:120px}.grid.lg\:gap-x-16{column-gap:128px}.grid.lg\:gap-x-17{column-gap:136px}.grid.lg\:gap-x-18{column-gap:144px}.grid.lg\:gap-x-19{column-gap:152px}.grid.lg\:gap-x-20{column-gap:160px}.grid.lg\:gap-x-21{column-gap:168px}.grid.lg\:gap-x-22{column-gap:176px}.grid.lg\:gap-x-23{column-gap:184px}.grid.lg\:gap-x-24{column-gap:192px}.grid.lg\:gap-x-25{column-gap:200px}.grid.lg\:gap-x-26{column-gap:208px}.grid.lg\:gap-x-27{column-gap:216px}.grid.lg\:gap-x-28{column-gap:224px}.grid.lg\:gap-x-29{column-gap:232px}.grid.lg\:gap-x-30{column-gap:240px}.grid.lg\:gap-x-31{column-gap:248px}.grid.lg\:gap-x-32{column-gap:256px}.grid.lg\:gap-x-33{column-gap:264px}.grid.lg\:gap-x-34{column-gap:272px}.grid.lg\:gap-x-35{column-gap:280px}.grid.lg\:gap-x-36{column-gap:288px}.grid.lg\:gap-x-37{column-gap:296px}.grid.lg\:gap-x-38{column-gap:304px}.grid.lg\:gap-x-39{column-gap:312px}.grid.lg\:gap-x-40{column-gap:320px}.grid.lg\:gap-x-41{column-gap:328px}.grid.lg\:gap-x-42{column-gap:336px}.grid.lg\:gap-x-43{column-gap:344px}.grid.lg\:gap-x-44{column-gap:352px}.grid.lg\:gap-x-45{column-gap:360px}.grid.lg\:gap-x-46{column-gap:368px}.grid.lg\:gap-x-47{column-gap:376px}.grid.lg\:gap-x-48{column-gap:384px}.grid.lg\:gap-x-49{column-gap:392px}.grid.lg\:gap-x-50{column-gap:400px}.grid.lg\:gap-x-51{column-gap:408px}.grid.lg\:gap-x-52{column-gap:416px}.grid.lg\:gap-x-53{column-gap:424px}.grid.lg\:gap-x-54{column-gap:432px}.grid.lg\:gap-x-55{column-gap:440px}.grid.lg\:gap-x-56{column-gap:448px}.grid.lg\:gap-x-57{column-gap:456px}.grid.lg\:gap-x-58{column-gap:464px}.grid.lg\:gap-x-59{column-gap:472px}.grid.lg\:gap-x-60{column-gap:480px}.grid.lg\:gap-x-61{column-gap:488px}.grid.lg\:gap-x-62{column-gap:496px}.grid.lg\:gap-x-63{column-gap:504px}.grid.lg\:gap-x-64{column-gap:512px}.grid.lg\:gap-x-65{column-gap:520px}.grid.lg\:gap-x-66{column-gap:528px}.grid.lg\:gap-x-67{column-gap:536px}.grid.lg\:gap-x-68{column-gap:544px}.grid.lg\:gap-x-69{column-gap:552px}.grid.lg\:gap-x-70{column-gap:560px}.grid.lg\:gap-x-71{column-gap:568px}.grid.lg\:gap-x-72{column-gap:576px}.grid.lg\:gap-x-73{column-gap:584px}.grid.lg\:gap-x-74{column-gap:592px}.grid.lg\:gap-x-75{column-gap:600px}.grid.lg\:gap-x-76{column-gap:608px}.grid.lg\:gap-x-77{column-gap:616px}.grid.lg\:gap-x-78{column-gap:624px}.grid.lg\:gap-x-79{column-gap:632px}.grid.lg\:gap-x-80{column-gap:640px}.grid.lg\:gap-x-81{column-gap:648px}.grid.lg\:gap-x-82{column-gap:656px}.grid.lg\:gap-x-83{column-gap:664px}.grid.lg\:gap-x-84{column-gap:672px}.grid.lg\:gap-x-85{column-gap:680px}.grid.lg\:gap-x-86{column-gap:688px}.grid.lg\:gap-x-87{column-gap:696px}.grid.lg\:gap-x-88{column-gap:704px}.grid.lg\:gap-x-89{column-gap:712px}.grid.lg\:gap-x-90{column-gap:720px}.grid.lg\:gap-x-91{column-gap:728px}.grid.lg\:gap-x-92{column-gap:736px}.grid.lg\:gap-x-93{column-gap:744px}.grid.lg\:gap-x-94{column-gap:752px}.grid.lg\:gap-x-95{column-gap:760px}.grid.lg\:gap-x-96{column-gap:768px}.grid.lg\:gap-x-97{column-gap:776px}.grid.lg\:gap-x-98{column-gap:784px}.grid.lg\:gap-x-99{column-gap:792px}.grid.lg\:gap-x-100{column-gap:800px}.grid.lg\:gap-y-0\.5{row-gap:4px}.grid.lg\:gap-y-0{row-gap:0px}.grid.lg\:gap-y-1{row-gap:8px}.grid.lg\:gap-y-2{row-gap:16px}.grid.lg\:gap-y-3{row-gap:24px}.grid.lg\:gap-y-4{row-gap:32px}.grid.lg\:gap-y-5{row-gap:40px}.grid.lg\:gap-y-6{row-gap:48px}.grid.lg\:gap-y-7{row-gap:56px}.grid.lg\:gap-y-8{row-gap:64px}.grid.lg\:gap-y-9{row-gap:72px}.grid.lg\:gap-y-10{row-gap:80px}.grid.lg\:gap-y-11{row-gap:88px}.grid.lg\:gap-y-12{row-gap:96px}.grid.lg\:gap-y-13{row-gap:104px}.grid.lg\:gap-y-14{row-gap:112px}.grid.lg\:gap-y-15{row-gap:120px}.grid.lg\:gap-y-16{row-gap:128px}.grid.lg\:gap-y-17{row-gap:136px}.grid.lg\:gap-y-18{row-gap:144px}.grid.lg\:gap-y-19{row-gap:152px}.grid.lg\:gap-y-20{row-gap:160px}.grid.lg\:gap-y-21{row-gap:168px}.grid.lg\:gap-y-22{row-gap:176px}.grid.lg\:gap-y-23{row-gap:184px}.grid.lg\:gap-y-24{row-gap:192px}.grid.lg\:gap-y-25{row-gap:200px}.grid.lg\:gap-y-26{row-gap:208px}.grid.lg\:gap-y-27{row-gap:216px}.grid.lg\:gap-y-28{row-gap:224px}.grid.lg\:gap-y-29{row-gap:232px}.grid.lg\:gap-y-30{row-gap:240px}.grid.lg\:gap-y-31{row-gap:248px}.grid.lg\:gap-y-32{row-gap:256px}.grid.lg\:gap-y-33{row-gap:264px}.grid.lg\:gap-y-34{row-gap:272px}.grid.lg\:gap-y-35{row-gap:280px}.grid.lg\:gap-y-36{row-gap:288px}.grid.lg\:gap-y-37{row-gap:296px}.grid.lg\:gap-y-38{row-gap:304px}.grid.lg\:gap-y-39{row-gap:312px}.grid.lg\:gap-y-40{row-gap:320px}.grid.lg\:gap-y-41{row-gap:328px}.grid.lg\:gap-y-42{row-gap:336px}.grid.lg\:gap-y-43{row-gap:344px}.grid.lg\:gap-y-44{row-gap:352px}.grid.lg\:gap-y-45{row-gap:360px}.grid.lg\:gap-y-46{row-gap:368px}.grid.lg\:gap-y-47{row-gap:376px}.grid.lg\:gap-y-48{row-gap:384px}.grid.lg\:gap-y-49{row-gap:392px}.grid.lg\:gap-y-50{row-gap:400px}.grid.lg\:gap-y-51{row-gap:408px}.grid.lg\:gap-y-52{row-gap:416px}.grid.lg\:gap-y-53{row-gap:424px}.grid.lg\:gap-y-54{row-gap:432px}.grid.lg\:gap-y-55{row-gap:440px}.grid.lg\:gap-y-56{row-gap:448px}.grid.lg\:gap-y-57{row-gap:456px}.grid.lg\:gap-y-58{row-gap:464px}.grid.lg\:gap-y-59{row-gap:472px}.grid.lg\:gap-y-60{row-gap:480px}.grid.lg\:gap-y-61{row-gap:488px}.grid.lg\:gap-y-62{row-gap:496px}.grid.lg\:gap-y-63{row-gap:504px}.grid.lg\:gap-y-64{row-gap:512px}.grid.lg\:gap-y-65{row-gap:520px}.grid.lg\:gap-y-66{row-gap:528px}.grid.lg\:gap-y-67{row-gap:536px}.grid.lg\:gap-y-68{row-gap:544px}.grid.lg\:gap-y-69{row-gap:552px}.grid.lg\:gap-y-70{row-gap:560px}.grid.lg\:gap-y-71{row-gap:568px}.grid.lg\:gap-y-72{row-gap:576px}.grid.lg\:gap-y-73{row-gap:584px}.grid.lg\:gap-y-74{row-gap:592px}.grid.lg\:gap-y-75{row-gap:600px}.grid.lg\:gap-y-76{row-gap:608px}.grid.lg\:gap-y-77{row-gap:616px}.grid.lg\:gap-y-78{row-gap:624px}.grid.lg\:gap-y-79{row-gap:632px}.grid.lg\:gap-y-80{row-gap:640px}.grid.lg\:gap-y-81{row-gap:648px}.grid.lg\:gap-y-82{row-gap:656px}.grid.lg\:gap-y-83{row-gap:664px}.grid.lg\:gap-y-84{row-gap:672px}.grid.lg\:gap-y-85{row-gap:680px}.grid.lg\:gap-y-86{row-gap:688px}.grid.lg\:gap-y-87{row-gap:696px}.grid.lg\:gap-y-88{row-gap:704px}.grid.lg\:gap-y-89{row-gap:712px}.grid.lg\:gap-y-90{row-gap:720px}.grid.lg\:gap-y-91{row-gap:728px}.grid.lg\:gap-y-92{row-gap:736px}.grid.lg\:gap-y-93{row-gap:744px}.grid.lg\:gap-y-94{row-gap:752px}.grid.lg\:gap-y-95{row-gap:760px}.grid.lg\:gap-y-96{row-gap:768px}.grid.lg\:gap-y-97{row-gap:776px}.grid.lg\:gap-y-98{row-gap:784px}.grid.lg\:gap-y-99{row-gap:792px}.grid.lg\:gap-y-100{row-gap:800px}.grid .lg\:order-1{order:1}.grid .lg\:order-2{order:2}.grid .lg\:order-3{order:3}.grid .lg\:order-4{order:4}.grid .lg\:order-5{order:5}.grid .lg\:order-6{order:6}.grid .lg\:order-7{order:7}.grid .lg\:order-8{order:8}.grid .lg\:order-9{order:9}.grid .lg\:order-10{order:10}.grid .lg\:order-11{order:11}.grid .lg\:order-12{order:12}.grid .lg\:order-13{order:13}.grid .lg\:order-14{order:14}.grid .lg\:order-15{order:15}.grid .lg\:order-16{order:16}.grid .lg\:order-17{order:17}.grid .lg\:order-18{order:18}.grid .lg\:order-19{order:19}.grid .lg\:order-20{order:20}.grid .lg\:order-21{order:21}.grid .lg\:order-22{order:22}.grid .lg\:order-23{order:23}.grid .lg\:order-24{order:24}.grid .lg\:order-25{order:25}.grid .lg\:order-26{order:26}.grid .lg\:order-27{order:27}.grid .lg\:order-28{order:28}.grid .lg\:order-29{order:29}.grid .lg\:order-30{order:30}.grid .lg\:order-31{order:31}.grid .lg\:order-32{order:32}.grid .lg\:order-33{order:33}.grid .lg\:order-34{order:34}.grid .lg\:order-35{order:35}.grid .lg\:order-36{order:36}.grid .lg\:order-37{order:37}.grid .lg\:order-38{order:38}.grid .lg\:order-39{order:39}.grid .lg\:order-40{order:40}.grid .lg\:order-41{order:41}.grid .lg\:order-42{order:42}.grid .lg\:order-43{order:43}.grid .lg\:order-44{order:44}.grid .lg\:order-45{order:45}.grid .lg\:order-46{order:46}.grid .lg\:order-47{order:47}.grid .lg\:order-48{order:48}.grid .lg\:order-49{order:49}.grid .lg\:order-50{order:50}.grid .lg\:order-51{order:51}.grid .lg\:order-52{order:52}.grid .lg\:order-53{order:53}.grid .lg\:order-54{order:54}.grid .lg\:order-55{order:55}.grid .lg\:order-56{order:56}.grid .lg\:order-57{order:57}.grid .lg\:order-58{order:58}.grid .lg\:order-59{order:59}.grid .lg\:order-60{order:60}.grid .lg\:order-61{order:61}.grid .lg\:order-62{order:62}.grid .lg\:order-63{order:63}.grid .lg\:order-64{order:64}.grid .lg\:order-65{order:65}.grid .lg\:order-66{order:66}.grid .lg\:order-67{order:67}.grid .lg\:order-68{order:68}.grid .lg\:order-69{order:69}.grid .lg\:order-70{order:70}.grid .lg\:order-71{order:71}.grid .lg\:order-72{order:72}.grid .lg\:order-73{order:73}.grid .lg\:order-74{order:74}.grid .lg\:order-75{order:75}.grid .lg\:order-76{order:76}.grid .lg\:order-77{order:77}.grid .lg\:order-78{order:78}.grid .lg\:order-79{order:79}.grid .lg\:order-80{order:80}.grid .lg\:order-81{order:81}.grid .lg\:order-82{order:82}.grid .lg\:order-83{order:83}.grid .lg\:order-84{order:84}.grid .lg\:order-85{order:85}.grid .lg\:order-86{order:86}.grid .lg\:order-87{order:87}.grid .lg\:order-88{order:88}.grid .lg\:order-89{order:89}.grid .lg\:order-90{order:90}.grid .lg\:order-91{order:91}.grid .lg\:order-92{order:92}.grid .lg\:order-93{order:93}.grid .lg\:order-94{order:94}.grid .lg\:order-95{order:95}.grid .lg\:order-96{order:96}.grid .lg\:order-97{order:97}.grid .lg\:order-98{order:98}.grid .lg\:order-99{order:99}.grid .lg\:order-100{order:100}.grid .lg\:col-span-1{grid-column:SPAN 1/SPAN 1}.grid .lg\:col-span-2{grid-column:SPAN 2/SPAN 2}.grid .lg\:col-span-3{grid-column:SPAN 3/SPAN 3}.grid .lg\:col-span-4{grid-column:SPAN 4/SPAN 4}.grid .lg\:col-span-5{grid-column:SPAN 5/SPAN 5}.grid .lg\:col-span-6{grid-column:SPAN 6/SPAN 6}.grid .lg\:col-span-7{grid-column:SPAN 7/SPAN 7}.grid .lg\:col-span-8{grid-column:SPAN 8/SPAN 8}.grid .lg\:col-span-9{grid-column:SPAN 9/SPAN 9}.grid .lg\:col-span-10{grid-column:SPAN 10/SPAN 10}.grid .lg\:col-span-11{grid-column:SPAN 11/SPAN 11}.grid .lg\:col-span-12{grid-column:SPAN 12/SPAN 12}.grid .lg\:col-start-1{grid-column-start:1}.grid .lg\:col-start-2{grid-column-start:2}.grid .lg\:col-start-3{grid-column-start:3}.grid .lg\:col-start-4{grid-column-start:4}.grid .lg\:col-start-5{grid-column-start:5}.grid .lg\:col-start-6{grid-column-start:6}.grid .lg\:col-start-7{grid-column-start:7}.grid .lg\:col-start-8{grid-column-start:8}.grid .lg\:col-start-9{grid-column-start:9}.grid .lg\:col-start-10{grid-column-start:10}.grid .lg\:col-start-11{grid-column-start:11}.grid .lg\:col-start-12{grid-column-start:12}}@media(min-width:1024px)and (min-width:1280px){.grid.xl\:content-between{align-content:space-between}.grid.xl\:content-center{align-content:center}.grid.xl\:content-end{align-content:flex-end}.grid.xl\:content-start{align-content:flex-start}.grid.xl\:items-center{align-items:center}.grid.xl\:items-end{align-items:flex-end}.grid.xl\:items-start{align-items:flex-start}.grid.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid.xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid.xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid.xl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid.xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid.xl\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid.xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid.xl\:gap-0\.5{gap:4px}.grid.xl\:gap-0{gap:0px}.grid.xl\:gap-1{gap:8px}.grid.xl\:gap-2{gap:16px}.grid.xl\:gap-3{gap:24px}.grid.xl\:gap-4{gap:32px}.grid.xl\:gap-5{gap:40px}.grid.xl\:gap-6{gap:48px}.grid.xl\:gap-7{gap:56px}.grid.xl\:gap-8{gap:64px}.grid.xl\:gap-9{gap:72px}.grid.xl\:gap-10{gap:80px}.grid.xl\:gap-11{gap:88px}.grid.xl\:gap-12{gap:96px}.grid.xl\:gap-13{gap:104px}.grid.xl\:gap-14{gap:112px}.grid.xl\:gap-15{gap:120px}.grid.xl\:gap-16{gap:128px}.grid.xl\:gap-17{gap:136px}.grid.xl\:gap-18{gap:144px}.grid.xl\:gap-19{gap:152px}.grid.xl\:gap-20{gap:160px}.grid.xl\:gap-21{gap:168px}.grid.xl\:gap-22{gap:176px}.grid.xl\:gap-23{gap:184px}.grid.xl\:gap-24{gap:192px}.grid.xl\:gap-25{gap:200px}.grid.xl\:gap-26{gap:208px}.grid.xl\:gap-27{gap:216px}.grid.xl\:gap-28{gap:224px}.grid.xl\:gap-29{gap:232px}.grid.xl\:gap-30{gap:240px}.grid.xl\:gap-31{gap:248px}.grid.xl\:gap-32{gap:256px}.grid.xl\:gap-33{gap:264px}.grid.xl\:gap-34{gap:272px}.grid.xl\:gap-35{gap:280px}.grid.xl\:gap-36{gap:288px}.grid.xl\:gap-37{gap:296px}.grid.xl\:gap-38{gap:304px}.grid.xl\:gap-39{gap:312px}.grid.xl\:gap-40{gap:320px}.grid.xl\:gap-41{gap:328px}.grid.xl\:gap-42{gap:336px}.grid.xl\:gap-43{gap:344px}.grid.xl\:gap-44{gap:352px}.grid.xl\:gap-45{gap:360px}.grid.xl\:gap-46{gap:368px}.grid.xl\:gap-47{gap:376px}.grid.xl\:gap-48{gap:384px}.grid.xl\:gap-49{gap:392px}.grid.xl\:gap-50{gap:400px}.grid.xl\:gap-51{gap:408px}.grid.xl\:gap-52{gap:416px}.grid.xl\:gap-53{gap:424px}.grid.xl\:gap-54{gap:432px}.grid.xl\:gap-55{gap:440px}.grid.xl\:gap-56{gap:448px}.grid.xl\:gap-57{gap:456px}.grid.xl\:gap-58{gap:464px}.grid.xl\:gap-59{gap:472px}.grid.xl\:gap-60{gap:480px}.grid.xl\:gap-61{gap:488px}.grid.xl\:gap-62{gap:496px}.grid.xl\:gap-63{gap:504px}.grid.xl\:gap-64{gap:512px}.grid.xl\:gap-65{gap:520px}.grid.xl\:gap-66{gap:528px}.grid.xl\:gap-67{gap:536px}.grid.xl\:gap-68{gap:544px}.grid.xl\:gap-69{gap:552px}.grid.xl\:gap-70{gap:560px}.grid.xl\:gap-71{gap:568px}.grid.xl\:gap-72{gap:576px}.grid.xl\:gap-73{gap:584px}.grid.xl\:gap-74{gap:592px}.grid.xl\:gap-75{gap:600px}.grid.xl\:gap-76{gap:608px}.grid.xl\:gap-77{gap:616px}.grid.xl\:gap-78{gap:624px}.grid.xl\:gap-79{gap:632px}.grid.xl\:gap-80{gap:640px}.grid.xl\:gap-81{gap:648px}.grid.xl\:gap-82{gap:656px}.grid.xl\:gap-83{gap:664px}.grid.xl\:gap-84{gap:672px}.grid.xl\:gap-85{gap:680px}.grid.xl\:gap-86{gap:688px}.grid.xl\:gap-87{gap:696px}.grid.xl\:gap-88{gap:704px}.grid.xl\:gap-89{gap:712px}.grid.xl\:gap-90{gap:720px}.grid.xl\:gap-91{gap:728px}.grid.xl\:gap-92{gap:736px}.grid.xl\:gap-93{gap:744px}.grid.xl\:gap-94{gap:752px}.grid.xl\:gap-95{gap:760px}.grid.xl\:gap-96{gap:768px}.grid.xl\:gap-97{gap:776px}.grid.xl\:gap-98{gap:784px}.grid.xl\:gap-99{gap:792px}.grid.xl\:gap-100{gap:800px}.grid.xl\:gap-x-0\.5{column-gap:4px}.grid.xl\:gap-x-0{column-gap:0px}.grid.xl\:gap-x-1{column-gap:8px}.grid.xl\:gap-x-2{column-gap:16px}.grid.xl\:gap-x-3{column-gap:24px}.grid.xl\:gap-x-4{column-gap:32px}.grid.xl\:gap-x-5{column-gap:40px}.grid.xl\:gap-x-6{column-gap:48px}.grid.xl\:gap-x-7{column-gap:56px}.grid.xl\:gap-x-8{column-gap:64px}.grid.xl\:gap-x-9{column-gap:72px}.grid.xl\:gap-x-10{column-gap:80px}.grid.xl\:gap-x-11{column-gap:88px}.grid.xl\:gap-x-12{column-gap:96px}.grid.xl\:gap-x-13{column-gap:104px}.grid.xl\:gap-x-14{column-gap:112px}.grid.xl\:gap-x-15{column-gap:120px}.grid.xl\:gap-x-16{column-gap:128px}.grid.xl\:gap-x-17{column-gap:136px}.grid.xl\:gap-x-18{column-gap:144px}.grid.xl\:gap-x-19{column-gap:152px}.grid.xl\:gap-x-20{column-gap:160px}.grid.xl\:gap-x-21{column-gap:168px}.grid.xl\:gap-x-22{column-gap:176px}.grid.xl\:gap-x-23{column-gap:184px}.grid.xl\:gap-x-24{column-gap:192px}.grid.xl\:gap-x-25{column-gap:200px}.grid.xl\:gap-x-26{column-gap:208px}.grid.xl\:gap-x-27{column-gap:216px}.grid.xl\:gap-x-28{column-gap:224px}.grid.xl\:gap-x-29{column-gap:232px}.grid.xl\:gap-x-30{column-gap:240px}.grid.xl\:gap-x-31{column-gap:248px}.grid.xl\:gap-x-32{column-gap:256px}.grid.xl\:gap-x-33{column-gap:264px}.grid.xl\:gap-x-34{column-gap:272px}.grid.xl\:gap-x-35{column-gap:280px}.grid.xl\:gap-x-36{column-gap:288px}.grid.xl\:gap-x-37{column-gap:296px}.grid.xl\:gap-x-38{column-gap:304px}.grid.xl\:gap-x-39{column-gap:312px}.grid.xl\:gap-x-40{column-gap:320px}.grid.xl\:gap-x-41{column-gap:328px}.grid.xl\:gap-x-42{column-gap:336px}.grid.xl\:gap-x-43{column-gap:344px}.grid.xl\:gap-x-44{column-gap:352px}.grid.xl\:gap-x-45{column-gap:360px}.grid.xl\:gap-x-46{column-gap:368px}.grid.xl\:gap-x-47{column-gap:376px}.grid.xl\:gap-x-48{column-gap:384px}.grid.xl\:gap-x-49{column-gap:392px}.grid.xl\:gap-x-50{column-gap:400px}.grid.xl\:gap-x-51{column-gap:408px}.grid.xl\:gap-x-52{column-gap:416px}.grid.xl\:gap-x-53{column-gap:424px}.grid.xl\:gap-x-54{column-gap:432px}.grid.xl\:gap-x-55{column-gap:440px}.grid.xl\:gap-x-56{column-gap:448px}.grid.xl\:gap-x-57{column-gap:456px}.grid.xl\:gap-x-58{column-gap:464px}.grid.xl\:gap-x-59{column-gap:472px}.grid.xl\:gap-x-60{column-gap:480px}.grid.xl\:gap-x-61{column-gap:488px}.grid.xl\:gap-x-62{column-gap:496px}.grid.xl\:gap-x-63{column-gap:504px}.grid.xl\:gap-x-64{column-gap:512px}.grid.xl\:gap-x-65{column-gap:520px}.grid.xl\:gap-x-66{column-gap:528px}.grid.xl\:gap-x-67{column-gap:536px}.grid.xl\:gap-x-68{column-gap:544px}.grid.xl\:gap-x-69{column-gap:552px}.grid.xl\:gap-x-70{column-gap:560px}.grid.xl\:gap-x-71{column-gap:568px}.grid.xl\:gap-x-72{column-gap:576px}.grid.xl\:gap-x-73{column-gap:584px}.grid.xl\:gap-x-74{column-gap:592px}.grid.xl\:gap-x-75{column-gap:600px}.grid.xl\:gap-x-76{column-gap:608px}.grid.xl\:gap-x-77{column-gap:616px}.grid.xl\:gap-x-78{column-gap:624px}.grid.xl\:gap-x-79{column-gap:632px}.grid.xl\:gap-x-80{column-gap:640px}.grid.xl\:gap-x-81{column-gap:648px}.grid.xl\:gap-x-82{column-gap:656px}.grid.xl\:gap-x-83{column-gap:664px}.grid.xl\:gap-x-84{column-gap:672px}.grid.xl\:gap-x-85{column-gap:680px}.grid.xl\:gap-x-86{column-gap:688px}.grid.xl\:gap-x-87{column-gap:696px}.grid.xl\:gap-x-88{column-gap:704px}.grid.xl\:gap-x-89{column-gap:712px}.grid.xl\:gap-x-90{column-gap:720px}.grid.xl\:gap-x-91{column-gap:728px}.grid.xl\:gap-x-92{column-gap:736px}.grid.xl\:gap-x-93{column-gap:744px}.grid.xl\:gap-x-94{column-gap:752px}.grid.xl\:gap-x-95{column-gap:760px}.grid.xl\:gap-x-96{column-gap:768px}.grid.xl\:gap-x-97{column-gap:776px}.grid.xl\:gap-x-98{column-gap:784px}.grid.xl\:gap-x-99{column-gap:792px}.grid.xl\:gap-x-100{column-gap:800px}.grid.xl\:gap-y-0\.5{row-gap:4px}.grid.xl\:gap-y-0{row-gap:0px}.grid.xl\:gap-y-1{row-gap:8px}.grid.xl\:gap-y-2{row-gap:16px}.grid.xl\:gap-y-3{row-gap:24px}.grid.xl\:gap-y-4{row-gap:32px}.grid.xl\:gap-y-5{row-gap:40px}.grid.xl\:gap-y-6{row-gap:48px}.grid.xl\:gap-y-7{row-gap:56px}.grid.xl\:gap-y-8{row-gap:64px}.grid.xl\:gap-y-9{row-gap:72px}.grid.xl\:gap-y-10{row-gap:80px}.grid.xl\:gap-y-11{row-gap:88px}.grid.xl\:gap-y-12{row-gap:96px}.grid.xl\:gap-y-13{row-gap:104px}.grid.xl\:gap-y-14{row-gap:112px}.grid.xl\:gap-y-15{row-gap:120px}.grid.xl\:gap-y-16{row-gap:128px}.grid.xl\:gap-y-17{row-gap:136px}.grid.xl\:gap-y-18{row-gap:144px}.grid.xl\:gap-y-19{row-gap:152px}.grid.xl\:gap-y-20{row-gap:160px}.grid.xl\:gap-y-21{row-gap:168px}.grid.xl\:gap-y-22{row-gap:176px}.grid.xl\:gap-y-23{row-gap:184px}.grid.xl\:gap-y-24{row-gap:192px}.grid.xl\:gap-y-25{row-gap:200px}.grid.xl\:gap-y-26{row-gap:208px}.grid.xl\:gap-y-27{row-gap:216px}.grid.xl\:gap-y-28{row-gap:224px}.grid.xl\:gap-y-29{row-gap:232px}.grid.xl\:gap-y-30{row-gap:240px}.grid.xl\:gap-y-31{row-gap:248px}.grid.xl\:gap-y-32{row-gap:256px}.grid.xl\:gap-y-33{row-gap:264px}.grid.xl\:gap-y-34{row-gap:272px}.grid.xl\:gap-y-35{row-gap:280px}.grid.xl\:gap-y-36{row-gap:288px}.grid.xl\:gap-y-37{row-gap:296px}.grid.xl\:gap-y-38{row-gap:304px}.grid.xl\:gap-y-39{row-gap:312px}.grid.xl\:gap-y-40{row-gap:320px}.grid.xl\:gap-y-41{row-gap:328px}.grid.xl\:gap-y-42{row-gap:336px}.grid.xl\:gap-y-43{row-gap:344px}.grid.xl\:gap-y-44{row-gap:352px}.grid.xl\:gap-y-45{row-gap:360px}.grid.xl\:gap-y-46{row-gap:368px}.grid.xl\:gap-y-47{row-gap:376px}.grid.xl\:gap-y-48{row-gap:384px}.grid.xl\:gap-y-49{row-gap:392px}.grid.xl\:gap-y-50{row-gap:400px}.grid.xl\:gap-y-51{row-gap:408px}.grid.xl\:gap-y-52{row-gap:416px}.grid.xl\:gap-y-53{row-gap:424px}.grid.xl\:gap-y-54{row-gap:432px}.grid.xl\:gap-y-55{row-gap:440px}.grid.xl\:gap-y-56{row-gap:448px}.grid.xl\:gap-y-57{row-gap:456px}.grid.xl\:gap-y-58{row-gap:464px}.grid.xl\:gap-y-59{row-gap:472px}.grid.xl\:gap-y-60{row-gap:480px}.grid.xl\:gap-y-61{row-gap:488px}.grid.xl\:gap-y-62{row-gap:496px}.grid.xl\:gap-y-63{row-gap:504px}.grid.xl\:gap-y-64{row-gap:512px}.grid.xl\:gap-y-65{row-gap:520px}.grid.xl\:gap-y-66{row-gap:528px}.grid.xl\:gap-y-67{row-gap:536px}.grid.xl\:gap-y-68{row-gap:544px}.grid.xl\:gap-y-69{row-gap:552px}.grid.xl\:gap-y-70{row-gap:560px}.grid.xl\:gap-y-71{row-gap:568px}.grid.xl\:gap-y-72{row-gap:576px}.grid.xl\:gap-y-73{row-gap:584px}.grid.xl\:gap-y-74{row-gap:592px}.grid.xl\:gap-y-75{row-gap:600px}.grid.xl\:gap-y-76{row-gap:608px}.grid.xl\:gap-y-77{row-gap:616px}.grid.xl\:gap-y-78{row-gap:624px}.grid.xl\:gap-y-79{row-gap:632px}.grid.xl\:gap-y-80{row-gap:640px}.grid.xl\:gap-y-81{row-gap:648px}.grid.xl\:gap-y-82{row-gap:656px}.grid.xl\:gap-y-83{row-gap:664px}.grid.xl\:gap-y-84{row-gap:672px}.grid.xl\:gap-y-85{row-gap:680px}.grid.xl\:gap-y-86{row-gap:688px}.grid.xl\:gap-y-87{row-gap:696px}.grid.xl\:gap-y-88{row-gap:704px}.grid.xl\:gap-y-89{row-gap:712px}.grid.xl\:gap-y-90{row-gap:720px}.grid.xl\:gap-y-91{row-gap:728px}.grid.xl\:gap-y-92{row-gap:736px}.grid.xl\:gap-y-93{row-gap:744px}.grid.xl\:gap-y-94{row-gap:752px}.grid.xl\:gap-y-95{row-gap:760px}.grid.xl\:gap-y-96{row-gap:768px}.grid.xl\:gap-y-97{row-gap:776px}.grid.xl\:gap-y-98{row-gap:784px}.grid.xl\:gap-y-99{row-gap:792px}.grid.xl\:gap-y-100{row-gap:800px}.grid .xl\:order-1{order:1}.grid .xl\:order-2{order:2}.grid .xl\:order-3{order:3}.grid .xl\:order-4{order:4}.grid .xl\:order-5{order:5}.grid .xl\:order-6{order:6}.grid .xl\:order-7{order:7}.grid .xl\:order-8{order:8}.grid .xl\:order-9{order:9}.grid .xl\:order-10{order:10}.grid .xl\:order-11{order:11}.grid .xl\:order-12{order:12}.grid .xl\:order-13{order:13}.grid .xl\:order-14{order:14}.grid .xl\:order-15{order:15}.grid .xl\:order-16{order:16}.grid .xl\:order-17{order:17}.grid .xl\:order-18{order:18}.grid .xl\:order-19{order:19}.grid .xl\:order-20{order:20}.grid .xl\:order-21{order:21}.grid .xl\:order-22{order:22}.grid .xl\:order-23{order:23}.grid .xl\:order-24{order:24}.grid .xl\:order-25{order:25}.grid .xl\:order-26{order:26}.grid .xl\:order-27{order:27}.grid .xl\:order-28{order:28}.grid .xl\:order-29{order:29}.grid .xl\:order-30{order:30}.grid .xl\:order-31{order:31}.grid .xl\:order-32{order:32}.grid .xl\:order-33{order:33}.grid .xl\:order-34{order:34}.grid .xl\:order-35{order:35}.grid .xl\:order-36{order:36}.grid .xl\:order-37{order:37}.grid .xl\:order-38{order:38}.grid .xl\:order-39{order:39}.grid .xl\:order-40{order:40}.grid .xl\:order-41{order:41}.grid .xl\:order-42{order:42}.grid .xl\:order-43{order:43}.grid .xl\:order-44{order:44}.grid .xl\:order-45{order:45}.grid .xl\:order-46{order:46}.grid .xl\:order-47{order:47}.grid .xl\:order-48{order:48}.grid .xl\:order-49{order:49}.grid .xl\:order-50{order:50}.grid .xl\:order-51{order:51}.grid .xl\:order-52{order:52}.grid .xl\:order-53{order:53}.grid .xl\:order-54{order:54}.grid .xl\:order-55{order:55}.grid .xl\:order-56{order:56}.grid .xl\:order-57{order:57}.grid .xl\:order-58{order:58}.grid .xl\:order-59{order:59}.grid .xl\:order-60{order:60}.grid .xl\:order-61{order:61}.grid .xl\:order-62{order:62}.grid .xl\:order-63{order:63}.grid .xl\:order-64{order:64}.grid .xl\:order-65{order:65}.grid .xl\:order-66{order:66}.grid .xl\:order-67{order:67}.grid .xl\:order-68{order:68}.grid .xl\:order-69{order:69}.grid .xl\:order-70{order:70}.grid .xl\:order-71{order:71}.grid .xl\:order-72{order:72}.grid .xl\:order-73{order:73}.grid .xl\:order-74{order:74}.grid .xl\:order-75{order:75}.grid .xl\:order-76{order:76}.grid .xl\:order-77{order:77}.grid .xl\:order-78{order:78}.grid .xl\:order-79{order:79}.grid .xl\:order-80{order:80}.grid .xl\:order-81{order:81}.grid .xl\:order-82{order:82}.grid .xl\:order-83{order:83}.grid .xl\:order-84{order:84}.grid .xl\:order-85{order:85}.grid .xl\:order-86{order:86}.grid .xl\:order-87{order:87}.grid .xl\:order-88{order:88}.grid .xl\:order-89{order:89}.grid .xl\:order-90{order:90}.grid .xl\:order-91{order:91}.grid .xl\:order-92{order:92}.grid .xl\:order-93{order:93}.grid .xl\:order-94{order:94}.grid .xl\:order-95{order:95}.grid .xl\:order-96{order:96}.grid .xl\:order-97{order:97}.grid .xl\:order-98{order:98}.grid .xl\:order-99{order:99}.grid .xl\:order-100{order:100}.grid .xl\:col-span-1{grid-column:SPAN 1/SPAN 1}.grid .xl\:col-span-2{grid-column:SPAN 2/SPAN 2}.grid .xl\:col-span-3{grid-column:SPAN 3/SPAN 3}.grid .xl\:col-span-4{grid-column:SPAN 4/SPAN 4}.grid .xl\:col-span-5{grid-column:SPAN 5/SPAN 5}.grid .xl\:col-span-6{grid-column:SPAN 6/SPAN 6}.grid .xl\:col-span-7{grid-column:SPAN 7/SPAN 7}.grid .xl\:col-span-8{grid-column:SPAN 8/SPAN 8}.grid .xl\:col-span-9{grid-column:SPAN 9/SPAN 9}.grid .xl\:col-span-10{grid-column:SPAN 10/SPAN 10}.grid .xl\:col-span-11{grid-column:SPAN 11/SPAN 11}.grid .xl\:col-span-12{grid-column:SPAN 12/SPAN 12}.grid .xl\:col-start-1{grid-column-start:1}.grid .xl\:col-start-2{grid-column-start:2}.grid .xl\:col-start-3{grid-column-start:3}.grid .xl\:col-start-4{grid-column-start:4}.grid .xl\:col-start-5{grid-column-start:5}.grid .xl\:col-start-6{grid-column-start:6}.grid .xl\:col-start-7{grid-column-start:7}.grid .xl\:col-start-8{grid-column-start:8}.grid .xl\:col-start-9{grid-column-start:9}.grid .xl\:col-start-10{grid-column-start:10}.grid .xl\:col-start-11{grid-column-start:11}.grid .xl\:col-start-12{grid-column-start:12}.grid .xl\:col-end-1{grid-column-end:1}.grid .xl\:col-end-2{grid-column-end:2}.grid .xl\:col-end-3{grid-column-end:3}.grid .xl\:col-end-4{grid-column-end:4}.grid .xl\:col-end-5{grid-column-end:5}.grid .xl\:col-end-6{grid-column-end:6}.grid .xl\:col-end-7{grid-column-end:7}.grid .xl\:col-end-8{grid-column-end:8}.grid .xl\:col-end-9{grid-column-end:9}.grid .xl\:col-end-10{grid-column-end:10}.grid .xl\:col-end-11{grid-column-end:11}.grid .xl\:col-end-12{grid-column-end:12}.grid .xl\:row-span-1{grid-row:SPAN 1/SPAN 1}.grid .xl\:row-span-2{grid-row:SPAN 2/SPAN 2}.grid .xl\:row-span-3{grid-row:SPAN 3/SPAN 3}.grid .xl\:row-span-4{grid-row:SPAN 4/SPAN 4}.grid .xl\:row-span-5{grid-row:SPAN 5/SPAN 5}.grid .xl\:row-span-6{grid-row:SPAN 6/SPAN 6}.grid .xl\:row-span-7{grid-row:SPAN 7/SPAN 7}.grid .xl\:row-span-8{grid-row:SPAN 8/SPAN 8}.grid .xl\:row-span-9{grid-row:SPAN 9/SPAN 9}.grid .xl\:row-span-10{grid-row:SPAN 10/SPAN 10}.grid .xl\:row-span-11{grid-row:SPAN 11/SPAN 11}.grid .xl\:row-span-12{grid-row:SPAN 12/SPAN 12}.grid .xl\:row-start-1{grid-row-start:1}.grid .xl\:row-start-2{grid-row-start:2}.grid .xl\:row-start-3{grid-row-start:3}.grid .xl\:row-start-4{grid-row-start:4}.grid .xl\:row-start-5{grid-row-start:5}.grid .xl\:row-start-6{grid-row-start:6}.grid .xl\:row-start-7{grid-row-start:7}.grid .xl\:row-start-8{grid-row-start:8}.grid .xl\:row-start-9{grid-row-start:9}.grid .xl\:row-start-10{grid-row-start:10}.grid .xl\:row-start-11{grid-row-start:11}.grid .xl\:row-start-12{grid-row-start:12}.grid .xl\:row-end-1{grid-row-end:1}.grid .xl\:row-end-2{grid-row-end:2}.grid .xl\:row-end-3{grid-row-end:3}.grid .xl\:row-end-4{grid-row-end:4}.grid .xl\:row-end-5{grid-row-end:5}.grid .xl\:row-end-6{grid-row-end:6}.grid .xl\:row-end-7{grid-row-end:7}.grid .xl\:row-end-8{grid-row-end:8}.grid .xl\:row-end-9{grid-row-end:9}.grid .xl\:row-end-10{grid-row-end:10}.grid .xl\:row-end-11{grid-row-end:11}.grid .xl\:row-end-12{grid-row-end:12}}@media(min-width:1024px){.lg\:grid{display:grid}.lg\:grid.content-between{align-content:space-between}.lg\:grid.content-center{align-content:center}.lg\:grid.content-end{align-content:flex-end}.lg\:grid.content-start{align-content:flex-start}.lg\:grid.lg\:content-between{align-content:space-between}.lg\:grid.lg\:content-center{align-content:center}.lg\:grid.lg\:content-end{align-content:flex-end}.lg\:grid.lg\:content-start{align-content:flex-start}.lg\:grid.items-center{align-items:center}.lg\:grid.items-end{align-items:flex-end}.lg\:grid.items-start{align-items:flex-start}.lg\:grid.lg\:items-center{align-items:center}.lg\:grid.lg\:items-end{align-items:flex-end}.lg\:grid.lg\:items-start{align-items:flex-start}.lg\:grid.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:grid.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.lg\:grid.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.lg\:grid.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\:grid.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.lg\:grid.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:grid.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.lg\:grid.lg\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.lg\:grid.lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\:grid.lg\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.lg\:grid.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid.gap-0\.5{gap:4px}.lg\:grid.gap-0{gap:0px}.lg\:grid.gap-1{gap:8px}.lg\:grid.gap-2{gap:16px}.lg\:grid.gap-3{gap:24px}.lg\:grid.gap-4{gap:32px}.lg\:grid.gap-5{gap:40px}.lg\:grid.gap-6{gap:48px}.lg\:grid.gap-7{gap:56px}.lg\:grid.gap-8{gap:64px}.lg\:grid.gap-9{gap:72px}.lg\:grid.gap-10{gap:80px}.lg\:grid.gap-11{gap:88px}.lg\:grid.gap-12{gap:96px}.lg\:grid.gap-13{gap:104px}.lg\:grid.gap-14{gap:112px}.lg\:grid.gap-15{gap:120px}.lg\:grid.gap-16{gap:128px}.lg\:grid.gap-17{gap:136px}.lg\:grid.gap-18{gap:144px}.lg\:grid.gap-19{gap:152px}.lg\:grid.gap-20{gap:160px}.lg\:grid.gap-21{gap:168px}.lg\:grid.gap-22{gap:176px}.lg\:grid.gap-23{gap:184px}.lg\:grid.gap-24{gap:192px}.lg\:grid.gap-25{gap:200px}.lg\:grid.gap-26{gap:208px}.lg\:grid.gap-27{gap:216px}.lg\:grid.gap-28{gap:224px}.lg\:grid.gap-29{gap:232px}.lg\:grid.gap-30{gap:240px}.lg\:grid.gap-31{gap:248px}.lg\:grid.gap-32{gap:256px}.lg\:grid.gap-33{gap:264px}.lg\:grid.gap-34{gap:272px}.lg\:grid.gap-35{gap:280px}.lg\:grid.gap-36{gap:288px}.lg\:grid.gap-37{gap:296px}.lg\:grid.gap-38{gap:304px}.lg\:grid.gap-39{gap:312px}.lg\:grid.gap-40{gap:320px}.lg\:grid.gap-41{gap:328px}.lg\:grid.gap-42{gap:336px}.lg\:grid.gap-43{gap:344px}.lg\:grid.gap-44{gap:352px}.lg\:grid.gap-45{gap:360px}.lg\:grid.gap-46{gap:368px}.lg\:grid.gap-47{gap:376px}.lg\:grid.gap-48{gap:384px}.lg\:grid.gap-49{gap:392px}.lg\:grid.gap-50{gap:400px}.lg\:grid.gap-51{gap:408px}.lg\:grid.gap-52{gap:416px}.lg\:grid.gap-53{gap:424px}.lg\:grid.gap-54{gap:432px}.lg\:grid.gap-55{gap:440px}.lg\:grid.gap-56{gap:448px}.lg\:grid.gap-57{gap:456px}.lg\:grid.gap-58{gap:464px}.lg\:grid.gap-59{gap:472px}.lg\:grid.gap-60{gap:480px}.lg\:grid.gap-61{gap:488px}.lg\:grid.gap-62{gap:496px}.lg\:grid.gap-63{gap:504px}.lg\:grid.gap-64{gap:512px}.lg\:grid.gap-65{gap:520px}.lg\:grid.gap-66{gap:528px}.lg\:grid.gap-67{gap:536px}.lg\:grid.gap-68{gap:544px}.lg\:grid.gap-69{gap:552px}.lg\:grid.gap-70{gap:560px}.lg\:grid.gap-71{gap:568px}.lg\:grid.gap-72{gap:576px}.lg\:grid.gap-73{gap:584px}.lg\:grid.gap-74{gap:592px}.lg\:grid.gap-75{gap:600px}.lg\:grid.gap-76{gap:608px}.lg\:grid.gap-77{gap:616px}.lg\:grid.gap-78{gap:624px}.lg\:grid.gap-79{gap:632px}.lg\:grid.gap-80{gap:640px}.lg\:grid.gap-81{gap:648px}.lg\:grid.gap-82{gap:656px}.lg\:grid.gap-83{gap:664px}.lg\:grid.gap-84{gap:672px}.lg\:grid.gap-85{gap:680px}.lg\:grid.gap-86{gap:688px}.lg\:grid.gap-87{gap:696px}.lg\:grid.gap-88{gap:704px}.lg\:grid.gap-89{gap:712px}.lg\:grid.gap-90{gap:720px}.lg\:grid.gap-91{gap:728px}.lg\:grid.gap-92{gap:736px}.lg\:grid.gap-93{gap:744px}.lg\:grid.gap-94{gap:752px}.lg\:grid.gap-95{gap:760px}.lg\:grid.gap-96{gap:768px}.lg\:grid.gap-97{gap:776px}.lg\:grid.gap-98{gap:784px}.lg\:grid.gap-99{gap:792px}.lg\:grid.gap-100{gap:800px}.lg\:grid.lg\:gap-0\.5{gap:4px}.lg\:grid.lg\:gap-0{gap:0px}.lg\:grid.lg\:gap-1{gap:8px}.lg\:grid.lg\:gap-2{gap:16px}.lg\:grid.lg\:gap-3{gap:24px}.lg\:grid.lg\:gap-4{gap:32px}.lg\:grid.lg\:gap-5{gap:40px}.lg\:grid.lg\:gap-6{gap:48px}.lg\:grid.lg\:gap-7{gap:56px}.lg\:grid.lg\:gap-8{gap:64px}.lg\:grid.lg\:gap-9{gap:72px}.lg\:grid.lg\:gap-10{gap:80px}.lg\:grid.lg\:gap-11{gap:88px}.lg\:grid.lg\:gap-12{gap:96px}.lg\:grid.lg\:gap-13{gap:104px}.lg\:grid.lg\:gap-14{gap:112px}.lg\:grid.lg\:gap-15{gap:120px}.lg\:grid.lg\:gap-16{gap:128px}.lg\:grid.lg\:gap-17{gap:136px}.lg\:grid.lg\:gap-18{gap:144px}.lg\:grid.lg\:gap-19{gap:152px}.lg\:grid.lg\:gap-20{gap:160px}.lg\:grid.lg\:gap-21{gap:168px}.lg\:grid.lg\:gap-22{gap:176px}.lg\:grid.lg\:gap-23{gap:184px}.lg\:grid.lg\:gap-24{gap:192px}.lg\:grid.lg\:gap-25{gap:200px}.lg\:grid.lg\:gap-26{gap:208px}.lg\:grid.lg\:gap-27{gap:216px}.lg\:grid.lg\:gap-28{gap:224px}.lg\:grid.lg\:gap-29{gap:232px}.lg\:grid.lg\:gap-30{gap:240px}.lg\:grid.lg\:gap-31{gap:248px}.lg\:grid.lg\:gap-32{gap:256px}.lg\:grid.lg\:gap-33{gap:264px}.lg\:grid.lg\:gap-34{gap:272px}.lg\:grid.lg\:gap-35{gap:280px}.lg\:grid.lg\:gap-36{gap:288px}.lg\:grid.lg\:gap-37{gap:296px}.lg\:grid.lg\:gap-38{gap:304px}.lg\:grid.lg\:gap-39{gap:312px}.lg\:grid.lg\:gap-40{gap:320px}.lg\:grid.lg\:gap-41{gap:328px}.lg\:grid.lg\:gap-42{gap:336px}.lg\:grid.lg\:gap-43{gap:344px}.lg\:grid.lg\:gap-44{gap:352px}.lg\:grid.lg\:gap-45{gap:360px}.lg\:grid.lg\:gap-46{gap:368px}.lg\:grid.lg\:gap-47{gap:376px}.lg\:grid.lg\:gap-48{gap:384px}.lg\:grid.lg\:gap-49{gap:392px}.lg\:grid.lg\:gap-50{gap:400px}.lg\:grid.lg\:gap-51{gap:408px}.lg\:grid.lg\:gap-52{gap:416px}.lg\:grid.lg\:gap-53{gap:424px}.lg\:grid.lg\:gap-54{gap:432px}.lg\:grid.lg\:gap-55{gap:440px}.lg\:grid.lg\:gap-56{gap:448px}.lg\:grid.lg\:gap-57{gap:456px}.lg\:grid.lg\:gap-58{gap:464px}.lg\:grid.lg\:gap-59{gap:472px}.lg\:grid.lg\:gap-60{gap:480px}.lg\:grid.lg\:gap-61{gap:488px}.lg\:grid.lg\:gap-62{gap:496px}.lg\:grid.lg\:gap-63{gap:504px}.lg\:grid.lg\:gap-64{gap:512px}.lg\:grid.lg\:gap-65{gap:520px}.lg\:grid.lg\:gap-66{gap:528px}.lg\:grid.lg\:gap-67{gap:536px}.lg\:grid.lg\:gap-68{gap:544px}.lg\:grid.lg\:gap-69{gap:552px}.lg\:grid.lg\:gap-70{gap:560px}.lg\:grid.lg\:gap-71{gap:568px}.lg\:grid.lg\:gap-72{gap:576px}.lg\:grid.lg\:gap-73{gap:584px}.lg\:grid.lg\:gap-74{gap:592px}.lg\:grid.lg\:gap-75{gap:600px}.lg\:grid.lg\:gap-76{gap:608px}.lg\:grid.lg\:gap-77{gap:616px}.lg\:grid.lg\:gap-78{gap:624px}.lg\:grid.lg\:gap-79{gap:632px}.lg\:grid.lg\:gap-80{gap:640px}.lg\:grid.lg\:gap-81{gap:648px}.lg\:grid.lg\:gap-82{gap:656px}.lg\:grid.lg\:gap-83{gap:664px}.lg\:grid.lg\:gap-84{gap:672px}.lg\:grid.lg\:gap-85{gap:680px}.lg\:grid.lg\:gap-86{gap:688px}.lg\:grid.lg\:gap-87{gap:696px}.lg\:grid.lg\:gap-88{gap:704px}.lg\:grid.lg\:gap-89{gap:712px}.lg\:grid.lg\:gap-90{gap:720px}.lg\:grid.lg\:gap-91{gap:728px}.lg\:grid.lg\:gap-92{gap:736px}.lg\:grid.lg\:gap-93{gap:744px}.lg\:grid.lg\:gap-94{gap:752px}.lg\:grid.lg\:gap-95{gap:760px}.lg\:grid.lg\:gap-96{gap:768px}.lg\:grid.lg\:gap-97{gap:776px}.lg\:grid.lg\:gap-98{gap:784px}.lg\:grid.lg\:gap-99{gap:792px}.lg\:grid.lg\:gap-100{gap:800px}.lg\:grid.gap-x-0\.5{column-gap:4px}.lg\:grid.gap-x-0{column-gap:0px}.lg\:grid.gap-x-1{column-gap:8px}.lg\:grid.gap-x-2{column-gap:16px}.lg\:grid.gap-x-3{column-gap:24px}.lg\:grid.gap-x-4{column-gap:32px}.lg\:grid.gap-x-5{column-gap:40px}.lg\:grid.gap-x-6{column-gap:48px}.lg\:grid.gap-x-7{column-gap:56px}.lg\:grid.gap-x-8{column-gap:64px}.lg\:grid.gap-x-9{column-gap:72px}.lg\:grid.gap-x-10{column-gap:80px}.lg\:grid.gap-x-11{column-gap:88px}.lg\:grid.gap-x-12{column-gap:96px}.lg\:grid.gap-x-13{column-gap:104px}.lg\:grid.gap-x-14{column-gap:112px}.lg\:grid.gap-x-15{column-gap:120px}.lg\:grid.gap-x-16{column-gap:128px}.lg\:grid.gap-x-17{column-gap:136px}.lg\:grid.gap-x-18{column-gap:144px}.lg\:grid.gap-x-19{column-gap:152px}.lg\:grid.gap-x-20{column-gap:160px}.lg\:grid.gap-x-21{column-gap:168px}.lg\:grid.gap-x-22{column-gap:176px}.lg\:grid.gap-x-23{column-gap:184px}.lg\:grid.gap-x-24{column-gap:192px}.lg\:grid.gap-x-25{column-gap:200px}.lg\:grid.gap-x-26{column-gap:208px}.lg\:grid.gap-x-27{column-gap:216px}.lg\:grid.gap-x-28{column-gap:224px}.lg\:grid.gap-x-29{column-gap:232px}.lg\:grid.gap-x-30{column-gap:240px}.lg\:grid.gap-x-31{column-gap:248px}.lg\:grid.gap-x-32{column-gap:256px}.lg\:grid.gap-x-33{column-gap:264px}.lg\:grid.gap-x-34{column-gap:272px}.lg\:grid.gap-x-35{column-gap:280px}.lg\:grid.gap-x-36{column-gap:288px}.lg\:grid.gap-x-37{column-gap:296px}.lg\:grid.gap-x-38{column-gap:304px}.lg\:grid.gap-x-39{column-gap:312px}.lg\:grid.gap-x-40{column-gap:320px}.lg\:grid.gap-x-41{column-gap:328px}.lg\:grid.gap-x-42{column-gap:336px}.lg\:grid.gap-x-43{column-gap:344px}.lg\:grid.gap-x-44{column-gap:352px}.lg\:grid.gap-x-45{column-gap:360px}.lg\:grid.gap-x-46{column-gap:368px}.lg\:grid.gap-x-47{column-gap:376px}.lg\:grid.gap-x-48{column-gap:384px}.lg\:grid.gap-x-49{column-gap:392px}.lg\:grid.gap-x-50{column-gap:400px}.lg\:grid.gap-x-51{column-gap:408px}.lg\:grid.gap-x-52{column-gap:416px}.lg\:grid.gap-x-53{column-gap:424px}.lg\:grid.gap-x-54{column-gap:432px}.lg\:grid.gap-x-55{column-gap:440px}.lg\:grid.gap-x-56{column-gap:448px}.lg\:grid.gap-x-57{column-gap:456px}.lg\:grid.gap-x-58{column-gap:464px}.lg\:grid.gap-x-59{column-gap:472px}.lg\:grid.gap-x-60{column-gap:480px}.lg\:grid.gap-x-61{column-gap:488px}.lg\:grid.gap-x-62{column-gap:496px}.lg\:grid.gap-x-63{column-gap:504px}.lg\:grid.gap-x-64{column-gap:512px}.lg\:grid.gap-x-65{column-gap:520px}.lg\:grid.gap-x-66{column-gap:528px}.lg\:grid.gap-x-67{column-gap:536px}.lg\:grid.gap-x-68{column-gap:544px}.lg\:grid.gap-x-69{column-gap:552px}.lg\:grid.gap-x-70{column-gap:560px}.lg\:grid.gap-x-71{column-gap:568px}.lg\:grid.gap-x-72{column-gap:576px}.lg\:grid.gap-x-73{column-gap:584px}.lg\:grid.gap-x-74{column-gap:592px}.lg\:grid.gap-x-75{column-gap:600px}.lg\:grid.gap-x-76{column-gap:608px}.lg\:grid.gap-x-77{column-gap:616px}.lg\:grid.gap-x-78{column-gap:624px}.lg\:grid.gap-x-79{column-gap:632px}.lg\:grid.gap-x-80{column-gap:640px}.lg\:grid.gap-x-81{column-gap:648px}.lg\:grid.gap-x-82{column-gap:656px}.lg\:grid.gap-x-83{column-gap:664px}.lg\:grid.gap-x-84{column-gap:672px}.lg\:grid.gap-x-85{column-gap:680px}.lg\:grid.gap-x-86{column-gap:688px}.lg\:grid.gap-x-87{column-gap:696px}.lg\:grid.gap-x-88{column-gap:704px}.lg\:grid.gap-x-89{column-gap:712px}.lg\:grid.gap-x-90{column-gap:720px}.lg\:grid.gap-x-91{column-gap:728px}.lg\:grid.gap-x-92{column-gap:736px}.lg\:grid.gap-x-93{column-gap:744px}.lg\:grid.gap-x-94{column-gap:752px}.lg\:grid.gap-x-95{column-gap:760px}.lg\:grid.gap-x-96{column-gap:768px}.lg\:grid.gap-x-97{column-gap:776px}.lg\:grid.gap-x-98{column-gap:784px}.lg\:grid.gap-x-99{column-gap:792px}.lg\:grid.gap-x-100{column-gap:800px}.lg\:grid.lg\:gap-x-0\.5{column-gap:4px}.lg\:grid.lg\:gap-x-0{column-gap:0px}.lg\:grid.lg\:gap-x-1{column-gap:8px}.lg\:grid.lg\:gap-x-2{column-gap:16px}.lg\:grid.lg\:gap-x-3{column-gap:24px}.lg\:grid.lg\:gap-x-4{column-gap:32px}.lg\:grid.lg\:gap-x-5{column-gap:40px}.lg\:grid.lg\:gap-x-6{column-gap:48px}.lg\:grid.lg\:gap-x-7{column-gap:56px}.lg\:grid.lg\:gap-x-8{column-gap:64px}.lg\:grid.lg\:gap-x-9{column-gap:72px}.lg\:grid.lg\:gap-x-10{column-gap:80px}.lg\:grid.lg\:gap-x-11{column-gap:88px}.lg\:grid.lg\:gap-x-12{column-gap:96px}.lg\:grid.lg\:gap-x-13{column-gap:104px}.lg\:grid.lg\:gap-x-14{column-gap:112px}.lg\:grid.lg\:gap-x-15{column-gap:120px}.lg\:grid.lg\:gap-x-16{column-gap:128px}.lg\:grid.lg\:gap-x-17{column-gap:136px}.lg\:grid.lg\:gap-x-18{column-gap:144px}.lg\:grid.lg\:gap-x-19{column-gap:152px}.lg\:grid.lg\:gap-x-20{column-gap:160px}.lg\:grid.lg\:gap-x-21{column-gap:168px}.lg\:grid.lg\:gap-x-22{column-gap:176px}.lg\:grid.lg\:gap-x-23{column-gap:184px}.lg\:grid.lg\:gap-x-24{column-gap:192px}.lg\:grid.lg\:gap-x-25{column-gap:200px}.lg\:grid.lg\:gap-x-26{column-gap:208px}.lg\:grid.lg\:gap-x-27{column-gap:216px}.lg\:grid.lg\:gap-x-28{column-gap:224px}.lg\:grid.lg\:gap-x-29{column-gap:232px}.lg\:grid.lg\:gap-x-30{column-gap:240px}.lg\:grid.lg\:gap-x-31{column-gap:248px}.lg\:grid.lg\:gap-x-32{column-gap:256px}.lg\:grid.lg\:gap-x-33{column-gap:264px}.lg\:grid.lg\:gap-x-34{column-gap:272px}.lg\:grid.lg\:gap-x-35{column-gap:280px}.lg\:grid.lg\:gap-x-36{column-gap:288px}.lg\:grid.lg\:gap-x-37{column-gap:296px}.lg\:grid.lg\:gap-x-38{column-gap:304px}.lg\:grid.lg\:gap-x-39{column-gap:312px}.lg\:grid.lg\:gap-x-40{column-gap:320px}.lg\:grid.lg\:gap-x-41{column-gap:328px}.lg\:grid.lg\:gap-x-42{column-gap:336px}.lg\:grid.lg\:gap-x-43{column-gap:344px}.lg\:grid.lg\:gap-x-44{column-gap:352px}.lg\:grid.lg\:gap-x-45{column-gap:360px}.lg\:grid.lg\:gap-x-46{column-gap:368px}.lg\:grid.lg\:gap-x-47{column-gap:376px}.lg\:grid.lg\:gap-x-48{column-gap:384px}.lg\:grid.lg\:gap-x-49{column-gap:392px}.lg\:grid.lg\:gap-x-50{column-gap:400px}.lg\:grid.lg\:gap-x-51{column-gap:408px}.lg\:grid.lg\:gap-x-52{column-gap:416px}.lg\:grid.lg\:gap-x-53{column-gap:424px}.lg\:grid.lg\:gap-x-54{column-gap:432px}.lg\:grid.lg\:gap-x-55{column-gap:440px}.lg\:grid.lg\:gap-x-56{column-gap:448px}.lg\:grid.lg\:gap-x-57{column-gap:456px}.lg\:grid.lg\:gap-x-58{column-gap:464px}.lg\:grid.lg\:gap-x-59{column-gap:472px}.lg\:grid.lg\:gap-x-60{column-gap:480px}.lg\:grid.lg\:gap-x-61{column-gap:488px}.lg\:grid.lg\:gap-x-62{column-gap:496px}.lg\:grid.lg\:gap-x-63{column-gap:504px}.lg\:grid.lg\:gap-x-64{column-gap:512px}.lg\:grid.lg\:gap-x-65{column-gap:520px}.lg\:grid.lg\:gap-x-66{column-gap:528px}.lg\:grid.lg\:gap-x-67{column-gap:536px}.lg\:grid.lg\:gap-x-68{column-gap:544px}.lg\:grid.lg\:gap-x-69{column-gap:552px}.lg\:grid.lg\:gap-x-70{column-gap:560px}.lg\:grid.lg\:gap-x-71{column-gap:568px}.lg\:grid.lg\:gap-x-72{column-gap:576px}.lg\:grid.lg\:gap-x-73{column-gap:584px}.lg\:grid.lg\:gap-x-74{column-gap:592px}.lg\:grid.lg\:gap-x-75{column-gap:600px}.lg\:grid.lg\:gap-x-76{column-gap:608px}.lg\:grid.lg\:gap-x-77{column-gap:616px}.lg\:grid.lg\:gap-x-78{column-gap:624px}.lg\:grid.lg\:gap-x-79{column-gap:632px}.lg\:grid.lg\:gap-x-80{column-gap:640px}.lg\:grid.lg\:gap-x-81{column-gap:648px}.lg\:grid.lg\:gap-x-82{column-gap:656px}.lg\:grid.lg\:gap-x-83{column-gap:664px}.lg\:grid.lg\:gap-x-84{column-gap:672px}.lg\:grid.lg\:gap-x-85{column-gap:680px}.lg\:grid.lg\:gap-x-86{column-gap:688px}.lg\:grid.lg\:gap-x-87{column-gap:696px}.lg\:grid.lg\:gap-x-88{column-gap:704px}.lg\:grid.lg\:gap-x-89{column-gap:712px}.lg\:grid.lg\:gap-x-90{column-gap:720px}.lg\:grid.lg\:gap-x-91{column-gap:728px}.lg\:grid.lg\:gap-x-92{column-gap:736px}.lg\:grid.lg\:gap-x-93{column-gap:744px}.lg\:grid.lg\:gap-x-94{column-gap:752px}.lg\:grid.lg\:gap-x-95{column-gap:760px}.lg\:grid.lg\:gap-x-96{column-gap:768px}.lg\:grid.lg\:gap-x-97{column-gap:776px}.lg\:grid.lg\:gap-x-98{column-gap:784px}.lg\:grid.lg\:gap-x-99{column-gap:792px}.lg\:grid.lg\:gap-x-100{column-gap:800px}.lg\:grid.gap-y-0\.5{row-gap:4px}.lg\:grid.gap-y-0{row-gap:0px}.lg\:grid.gap-y-1{row-gap:8px}.lg\:grid.gap-y-2{row-gap:16px}.lg\:grid.gap-y-3{row-gap:24px}.lg\:grid.gap-y-4{row-gap:32px}.lg\:grid.gap-y-5{row-gap:40px}.lg\:grid.gap-y-6{row-gap:48px}.lg\:grid.gap-y-7{row-gap:56px}.lg\:grid.gap-y-8{row-gap:64px}.lg\:grid.gap-y-9{row-gap:72px}.lg\:grid.gap-y-10{row-gap:80px}.lg\:grid.gap-y-11{row-gap:88px}.lg\:grid.gap-y-12{row-gap:96px}.lg\:grid.gap-y-13{row-gap:104px}.lg\:grid.gap-y-14{row-gap:112px}.lg\:grid.gap-y-15{row-gap:120px}.lg\:grid.gap-y-16{row-gap:128px}.lg\:grid.gap-y-17{row-gap:136px}.lg\:grid.gap-y-18{row-gap:144px}.lg\:grid.gap-y-19{row-gap:152px}.lg\:grid.gap-y-20{row-gap:160px}.lg\:grid.gap-y-21{row-gap:168px}.lg\:grid.gap-y-22{row-gap:176px}.lg\:grid.gap-y-23{row-gap:184px}.lg\:grid.gap-y-24{row-gap:192px}.lg\:grid.gap-y-25{row-gap:200px}.lg\:grid.gap-y-26{row-gap:208px}.lg\:grid.gap-y-27{row-gap:216px}.lg\:grid.gap-y-28{row-gap:224px}.lg\:grid.gap-y-29{row-gap:232px}.lg\:grid.gap-y-30{row-gap:240px}.lg\:grid.gap-y-31{row-gap:248px}.lg\:grid.gap-y-32{row-gap:256px}.lg\:grid.gap-y-33{row-gap:264px}.lg\:grid.gap-y-34{row-gap:272px}.lg\:grid.gap-y-35{row-gap:280px}.lg\:grid.gap-y-36{row-gap:288px}.lg\:grid.gap-y-37{row-gap:296px}.lg\:grid.gap-y-38{row-gap:304px}.lg\:grid.gap-y-39{row-gap:312px}.lg\:grid.gap-y-40{row-gap:320px}.lg\:grid.gap-y-41{row-gap:328px}.lg\:grid.gap-y-42{row-gap:336px}.lg\:grid.gap-y-43{row-gap:344px}.lg\:grid.gap-y-44{row-gap:352px}.lg\:grid.gap-y-45{row-gap:360px}.lg\:grid.gap-y-46{row-gap:368px}.lg\:grid.gap-y-47{row-gap:376px}.lg\:grid.gap-y-48{row-gap:384px}.lg\:grid.gap-y-49{row-gap:392px}.lg\:grid.gap-y-50{row-gap:400px}.lg\:grid.gap-y-51{row-gap:408px}.lg\:grid.gap-y-52{row-gap:416px}.lg\:grid.gap-y-53{row-gap:424px}.lg\:grid.gap-y-54{row-gap:432px}.lg\:grid.gap-y-55{row-gap:440px}.lg\:grid.gap-y-56{row-gap:448px}.lg\:grid.gap-y-57{row-gap:456px}.lg\:grid.gap-y-58{row-gap:464px}.lg\:grid.gap-y-59{row-gap:472px}.lg\:grid.gap-y-60{row-gap:480px}.lg\:grid.gap-y-61{row-gap:488px}.lg\:grid.gap-y-62{row-gap:496px}.lg\:grid.gap-y-63{row-gap:504px}.lg\:grid.gap-y-64{row-gap:512px}.lg\:grid.gap-y-65{row-gap:520px}.lg\:grid.gap-y-66{row-gap:528px}.lg\:grid.gap-y-67{row-gap:536px}.lg\:grid.gap-y-68{row-gap:544px}.lg\:grid.gap-y-69{row-gap:552px}.lg\:grid.gap-y-70{row-gap:560px}.lg\:grid.gap-y-71{row-gap:568px}.lg\:grid.gap-y-72{row-gap:576px}.lg\:grid.gap-y-73{row-gap:584px}.lg\:grid.gap-y-74{row-gap:592px}.lg\:grid.gap-y-75{row-gap:600px}.lg\:grid.gap-y-76{row-gap:608px}.lg\:grid.gap-y-77{row-gap:616px}.lg\:grid.gap-y-78{row-gap:624px}.lg\:grid.gap-y-79{row-gap:632px}.lg\:grid.gap-y-80{row-gap:640px}.lg\:grid.gap-y-81{row-gap:648px}.lg\:grid.gap-y-82{row-gap:656px}.lg\:grid.gap-y-83{row-gap:664px}.lg\:grid.gap-y-84{row-gap:672px}.lg\:grid.gap-y-85{row-gap:680px}.lg\:grid.gap-y-86{row-gap:688px}.lg\:grid.gap-y-87{row-gap:696px}.lg\:grid.gap-y-88{row-gap:704px}.lg\:grid.gap-y-89{row-gap:712px}.lg\:grid.gap-y-90{row-gap:720px}.lg\:grid.gap-y-91{row-gap:728px}.lg\:grid.gap-y-92{row-gap:736px}.lg\:grid.gap-y-93{row-gap:744px}.lg\:grid.gap-y-94{row-gap:752px}.lg\:grid.gap-y-95{row-gap:760px}.lg\:grid.gap-y-96{row-gap:768px}.lg\:grid.gap-y-97{row-gap:776px}.lg\:grid.gap-y-98{row-gap:784px}.lg\:grid.gap-y-99{row-gap:792px}.lg\:grid.gap-y-100{row-gap:800px}.lg\:grid.lg\:gap-y-0\.5{row-gap:4px}.lg\:grid.lg\:gap-y-0{row-gap:0px}.lg\:grid.lg\:gap-y-1{row-gap:8px}.lg\:grid.lg\:gap-y-2{row-gap:16px}.lg\:grid.lg\:gap-y-3{row-gap:24px}.lg\:grid.lg\:gap-y-4{row-gap:32px}.lg\:grid.lg\:gap-y-5{row-gap:40px}.lg\:grid.lg\:gap-y-6{row-gap:48px}.lg\:grid.lg\:gap-y-7{row-gap:56px}.lg\:grid.lg\:gap-y-8{row-gap:64px}.lg\:grid.lg\:gap-y-9{row-gap:72px}.lg\:grid.lg\:gap-y-10{row-gap:80px}.lg\:grid.lg\:gap-y-11{row-gap:88px}.lg\:grid.lg\:gap-y-12{row-gap:96px}.lg\:grid.lg\:gap-y-13{row-gap:104px}.lg\:grid.lg\:gap-y-14{row-gap:112px}.lg\:grid.lg\:gap-y-15{row-gap:120px}.lg\:grid.lg\:gap-y-16{row-gap:128px}.lg\:grid.lg\:gap-y-17{row-gap:136px}.lg\:grid.lg\:gap-y-18{row-gap:144px}.lg\:grid.lg\:gap-y-19{row-gap:152px}.lg\:grid.lg\:gap-y-20{row-gap:160px}.lg\:grid.lg\:gap-y-21{row-gap:168px}.lg\:grid.lg\:gap-y-22{row-gap:176px}.lg\:grid.lg\:gap-y-23{row-gap:184px}.lg\:grid.lg\:gap-y-24{row-gap:192px}.lg\:grid.lg\:gap-y-25{row-gap:200px}.lg\:grid.lg\:gap-y-26{row-gap:208px}.lg\:grid.lg\:gap-y-27{row-gap:216px}.lg\:grid.lg\:gap-y-28{row-gap:224px}.lg\:grid.lg\:gap-y-29{row-gap:232px}.lg\:grid.lg\:gap-y-30{row-gap:240px}.lg\:grid.lg\:gap-y-31{row-gap:248px}.lg\:grid.lg\:gap-y-32{row-gap:256px}.lg\:grid.lg\:gap-y-33{row-gap:264px}.lg\:grid.lg\:gap-y-34{row-gap:272px}.lg\:grid.lg\:gap-y-35{row-gap:280px}.lg\:grid.lg\:gap-y-36{row-gap:288px}.lg\:grid.lg\:gap-y-37{row-gap:296px}.lg\:grid.lg\:gap-y-38{row-gap:304px}.lg\:grid.lg\:gap-y-39{row-gap:312px}.lg\:grid.lg\:gap-y-40{row-gap:320px}.lg\:grid.lg\:gap-y-41{row-gap:328px}.lg\:grid.lg\:gap-y-42{row-gap:336px}.lg\:grid.lg\:gap-y-43{row-gap:344px}.lg\:grid.lg\:gap-y-44{row-gap:352px}.lg\:grid.lg\:gap-y-45{row-gap:360px}.lg\:grid.lg\:gap-y-46{row-gap:368px}.lg\:grid.lg\:gap-y-47{row-gap:376px}.lg\:grid.lg\:gap-y-48{row-gap:384px}.lg\:grid.lg\:gap-y-49{row-gap:392px}.lg\:grid.lg\:gap-y-50{row-gap:400px}.lg\:grid.lg\:gap-y-51{row-gap:408px}.lg\:grid.lg\:gap-y-52{row-gap:416px}.lg\:grid.lg\:gap-y-53{row-gap:424px}.lg\:grid.lg\:gap-y-54{row-gap:432px}.lg\:grid.lg\:gap-y-55{row-gap:440px}.lg\:grid.lg\:gap-y-56{row-gap:448px}.lg\:grid.lg\:gap-y-57{row-gap:456px}.lg\:grid.lg\:gap-y-58{row-gap:464px}.lg\:grid.lg\:gap-y-59{row-gap:472px}.lg\:grid.lg\:gap-y-60{row-gap:480px}.lg\:grid.lg\:gap-y-61{row-gap:488px}.lg\:grid.lg\:gap-y-62{row-gap:496px}.lg\:grid.lg\:gap-y-63{row-gap:504px}.lg\:grid.lg\:gap-y-64{row-gap:512px}.lg\:grid.lg\:gap-y-65{row-gap:520px}.lg\:grid.lg\:gap-y-66{row-gap:528px}.lg\:grid.lg\:gap-y-67{row-gap:536px}.lg\:grid.lg\:gap-y-68{row-gap:544px}.lg\:grid.lg\:gap-y-69{row-gap:552px}.lg\:grid.lg\:gap-y-70{row-gap:560px}.lg\:grid.lg\:gap-y-71{row-gap:568px}.lg\:grid.lg\:gap-y-72{row-gap:576px}.lg\:grid.lg\:gap-y-73{row-gap:584px}.lg\:grid.lg\:gap-y-74{row-gap:592px}.lg\:grid.lg\:gap-y-75{row-gap:600px}.lg\:grid.lg\:gap-y-76{row-gap:608px}.lg\:grid.lg\:gap-y-77{row-gap:616px}.lg\:grid.lg\:gap-y-78{row-gap:624px}.lg\:grid.lg\:gap-y-79{row-gap:632px}.lg\:grid.lg\:gap-y-80{row-gap:640px}.lg\:grid.lg\:gap-y-81{row-gap:648px}.lg\:grid.lg\:gap-y-82{row-gap:656px}.lg\:grid.lg\:gap-y-83{row-gap:664px}.lg\:grid.lg\:gap-y-84{row-gap:672px}.lg\:grid.lg\:gap-y-85{row-gap:680px}.lg\:grid.lg\:gap-y-86{row-gap:688px}.lg\:grid.lg\:gap-y-87{row-gap:696px}.lg\:grid.lg\:gap-y-88{row-gap:704px}.lg\:grid.lg\:gap-y-89{row-gap:712px}.lg\:grid.lg\:gap-y-90{row-gap:720px}.lg\:grid.lg\:gap-y-91{row-gap:728px}.lg\:grid.lg\:gap-y-92{row-gap:736px}.lg\:grid.lg\:gap-y-93{row-gap:744px}.lg\:grid.lg\:gap-y-94{row-gap:752px}.lg\:grid.lg\:gap-y-95{row-gap:760px}.lg\:grid.lg\:gap-y-96{row-gap:768px}.lg\:grid.lg\:gap-y-97{row-gap:776px}.lg\:grid.lg\:gap-y-98{row-gap:784px}.lg\:grid.lg\:gap-y-99{row-gap:792px}.lg\:grid.lg\:gap-y-100{row-gap:800px}.lg\:grid .order-1{order:1}.lg\:grid .order-2{order:2}.lg\:grid .order-3{order:3}.lg\:grid .order-4{order:4}.lg\:grid .order-5{order:5}.lg\:grid .order-6{order:6}.lg\:grid .order-7{order:7}.lg\:grid .order-8{order:8}.lg\:grid .order-9{order:9}.lg\:grid .order-10{order:10}.lg\:grid .order-11{order:11}.lg\:grid .order-12{order:12}.lg\:grid .order-13{order:13}.lg\:grid .order-14{order:14}.lg\:grid .order-15{order:15}.lg\:grid .order-16{order:16}.lg\:grid .order-17{order:17}.lg\:grid .order-18{order:18}.lg\:grid .order-19{order:19}.lg\:grid .order-20{order:20}.lg\:grid .order-21{order:21}.lg\:grid .order-22{order:22}.lg\:grid .order-23{order:23}.lg\:grid .order-24{order:24}.lg\:grid .order-25{order:25}.lg\:grid .order-26{order:26}.lg\:grid .order-27{order:27}.lg\:grid .order-28{order:28}.lg\:grid .order-29{order:29}.lg\:grid .order-30{order:30}.lg\:grid .order-31{order:31}.lg\:grid .order-32{order:32}.lg\:grid .order-33{order:33}.lg\:grid .order-34{order:34}.lg\:grid .order-35{order:35}.lg\:grid .order-36{order:36}.lg\:grid .order-37{order:37}.lg\:grid .order-38{order:38}.lg\:grid .order-39{order:39}.lg\:grid .order-40{order:40}.lg\:grid .order-41{order:41}.lg\:grid .order-42{order:42}.lg\:grid .order-43{order:43}.lg\:grid .order-44{order:44}.lg\:grid .order-45{order:45}.lg\:grid .order-46{order:46}.lg\:grid .order-47{order:47}.lg\:grid .order-48{order:48}.lg\:grid .order-49{order:49}.lg\:grid .order-50{order:50}.lg\:grid .order-51{order:51}.lg\:grid .order-52{order:52}.lg\:grid .order-53{order:53}.lg\:grid .order-54{order:54}.lg\:grid .order-55{order:55}.lg\:grid .order-56{order:56}.lg\:grid .order-57{order:57}.lg\:grid .order-58{order:58}.lg\:grid .order-59{order:59}.lg\:grid .order-60{order:60}.lg\:grid .order-61{order:61}.lg\:grid .order-62{order:62}.lg\:grid .order-63{order:63}.lg\:grid .order-64{order:64}.lg\:grid .order-65{order:65}.lg\:grid .order-66{order:66}.lg\:grid .order-67{order:67}.lg\:grid .order-68{order:68}.lg\:grid .order-69{order:69}.lg\:grid .order-70{order:70}.lg\:grid .order-71{order:71}.lg\:grid .order-72{order:72}.lg\:grid .order-73{order:73}.lg\:grid .order-74{order:74}.lg\:grid .order-75{order:75}.lg\:grid .order-76{order:76}.lg\:grid .order-77{order:77}.lg\:grid .order-78{order:78}.lg\:grid .order-79{order:79}.lg\:grid .order-80{order:80}.lg\:grid .order-81{order:81}.lg\:grid .order-82{order:82}.lg\:grid .order-83{order:83}.lg\:grid .order-84{order:84}.lg\:grid .order-85{order:85}.lg\:grid .order-86{order:86}.lg\:grid .order-87{order:87}.lg\:grid .order-88{order:88}.lg\:grid .order-89{order:89}.lg\:grid .order-90{order:90}.lg\:grid .order-91{order:91}.lg\:grid .order-92{order:92}.lg\:grid .order-93{order:93}.lg\:grid .order-94{order:94}.lg\:grid .order-95{order:95}.lg\:grid .order-96{order:96}.lg\:grid .order-97{order:97}.lg\:grid .order-98{order:98}.lg\:grid .order-99{order:99}.lg\:grid .order-100{order:100}.lg\:grid .lg\:order-1{order:1}.lg\:grid .lg\:order-2{order:2}.lg\:grid .lg\:order-3{order:3}.lg\:grid .lg\:order-4{order:4}.lg\:grid .lg\:order-5{order:5}.lg\:grid .lg\:order-6{order:6}.lg\:grid .lg\:order-7{order:7}.lg\:grid .lg\:order-8{order:8}.lg\:grid .lg\:order-9{order:9}.lg\:grid .lg\:order-10{order:10}.lg\:grid .lg\:order-11{order:11}.lg\:grid .lg\:order-12{order:12}.lg\:grid .lg\:order-13{order:13}.lg\:grid .lg\:order-14{order:14}.lg\:grid .lg\:order-15{order:15}.lg\:grid .lg\:order-16{order:16}.lg\:grid .lg\:order-17{order:17}.lg\:grid .lg\:order-18{order:18}.lg\:grid .lg\:order-19{order:19}.lg\:grid .lg\:order-20{order:20}.lg\:grid .lg\:order-21{order:21}.lg\:grid .lg\:order-22{order:22}.lg\:grid .lg\:order-23{order:23}.lg\:grid .lg\:order-24{order:24}.lg\:grid .lg\:order-25{order:25}.lg\:grid .lg\:order-26{order:26}.lg\:grid .lg\:order-27{order:27}.lg\:grid .lg\:order-28{order:28}.lg\:grid .lg\:order-29{order:29}.lg\:grid .lg\:order-30{order:30}.lg\:grid .lg\:order-31{order:31}.lg\:grid .lg\:order-32{order:32}.lg\:grid .lg\:order-33{order:33}.lg\:grid .lg\:order-34{order:34}.lg\:grid .lg\:order-35{order:35}.lg\:grid .lg\:order-36{order:36}.lg\:grid .lg\:order-37{order:37}.lg\:grid .lg\:order-38{order:38}.lg\:grid .lg\:order-39{order:39}.lg\:grid .lg\:order-40{order:40}.lg\:grid .lg\:order-41{order:41}.lg\:grid .lg\:order-42{order:42}.lg\:grid .lg\:order-43{order:43}.lg\:grid .lg\:order-44{order:44}.lg\:grid .lg\:order-45{order:45}.lg\:grid .lg\:order-46{order:46}.lg\:grid .lg\:order-47{order:47}.lg\:grid .lg\:order-48{order:48}.lg\:grid .lg\:order-49{order:49}.lg\:grid .lg\:order-50{order:50}.lg\:grid .lg\:order-51{order:51}.lg\:grid .lg\:order-52{order:52}.lg\:grid .lg\:order-53{order:53}.lg\:grid .lg\:order-54{order:54}.lg\:grid .lg\:order-55{order:55}.lg\:grid .lg\:order-56{order:56}.lg\:grid .lg\:order-57{order:57}.lg\:grid .lg\:order-58{order:58}.lg\:grid .lg\:order-59{order:59}.lg\:grid .lg\:order-60{order:60}.lg\:grid .lg\:order-61{order:61}.lg\:grid .lg\:order-62{order:62}.lg\:grid .lg\:order-63{order:63}.lg\:grid .lg\:order-64{order:64}.lg\:grid .lg\:order-65{order:65}.lg\:grid .lg\:order-66{order:66}.lg\:grid .lg\:order-67{order:67}.lg\:grid .lg\:order-68{order:68}.lg\:grid .lg\:order-69{order:69}.lg\:grid .lg\:order-70{order:70}.lg\:grid .lg\:order-71{order:71}.lg\:grid .lg\:order-72{order:72}.lg\:grid .lg\:order-73{order:73}.lg\:grid .lg\:order-74{order:74}.lg\:grid .lg\:order-75{order:75}.lg\:grid .lg\:order-76{order:76}.lg\:grid .lg\:order-77{order:77}.lg\:grid .lg\:order-78{order:78}.lg\:grid .lg\:order-79{order:79}.lg\:grid .lg\:order-80{order:80}.lg\:grid .lg\:order-81{order:81}.lg\:grid .lg\:order-82{order:82}.lg\:grid .lg\:order-83{order:83}.lg\:grid .lg\:order-84{order:84}.lg\:grid .lg\:order-85{order:85}.lg\:grid .lg\:order-86{order:86}.lg\:grid .lg\:order-87{order:87}.lg\:grid .lg\:order-88{order:88}.lg\:grid .lg\:order-89{order:89}.lg\:grid .lg\:order-90{order:90}.lg\:grid .lg\:order-91{order:91}.lg\:grid .lg\:order-92{order:92}.lg\:grid .lg\:order-93{order:93}.lg\:grid .lg\:order-94{order:94}.lg\:grid .lg\:order-95{order:95}.lg\:grid .lg\:order-96{order:96}.lg\:grid .lg\:order-97{order:97}.lg\:grid .lg\:order-98{order:98}.lg\:grid .lg\:order-99{order:99}.lg\:grid .lg\:order-100{order:100}.lg\:grid .col-span-1{grid-column:SPAN 1/SPAN 1}.lg\:grid .col-span-2{grid-column:SPAN 2/SPAN 2}.lg\:grid .col-span-3{grid-column:SPAN 3/SPAN 3}.lg\:grid .col-span-4{grid-column:SPAN 4/SPAN 4}.lg\:grid .col-span-5{grid-column:SPAN 5/SPAN 5}.lg\:grid .col-span-6{grid-column:SPAN 6/SPAN 6}.lg\:grid .col-span-7{grid-column:SPAN 7/SPAN 7}.lg\:grid .col-span-8{grid-column:SPAN 8/SPAN 8}.lg\:grid .col-span-9{grid-column:SPAN 9/SPAN 9}.lg\:grid .col-span-10{grid-column:SPAN 10/SPAN 10}.lg\:grid .col-span-11{grid-column:SPAN 11/SPAN 11}.lg\:grid .col-span-12{grid-column:SPAN 12/SPAN 12}.lg\:grid .lg\:col-span-1{grid-column:SPAN 1/SPAN 1}.lg\:grid .lg\:col-span-2{grid-column:SPAN 2/SPAN 2}.lg\:grid .lg\:col-span-3{grid-column:SPAN 3/SPAN 3}.lg\:grid .lg\:col-span-4{grid-column:SPAN 4/SPAN 4}.lg\:grid .lg\:col-span-5{grid-column:SPAN 5/SPAN 5}.lg\:grid .lg\:col-span-6{grid-column:SPAN 6/SPAN 6}.lg\:grid .lg\:col-span-7{grid-column:SPAN 7/SPAN 7}.lg\:grid .lg\:col-span-8{grid-column:SPAN 8/SPAN 8}.lg\:grid .lg\:col-span-9{grid-column:SPAN 9/SPAN 9}.lg\:grid .lg\:col-span-10{grid-column:SPAN 10/SPAN 10}.lg\:grid .lg\:col-span-11{grid-column:SPAN 11/SPAN 11}.lg\:grid .lg\:col-span-12{grid-column:SPAN 12/SPAN 12}.lg\:grid .col-start-1{grid-column-start:1}.lg\:grid .col-start-2{grid-column-start:2}.lg\:grid .col-start-3{grid-column-start:3}.lg\:grid .col-start-4{grid-column-start:4}.lg\:grid .col-start-5{grid-column-start:5}.lg\:grid .col-start-6{grid-column-start:6}.lg\:grid .col-start-7{grid-column-start:7}.lg\:grid .col-start-8{grid-column-start:8}.lg\:grid .col-start-9{grid-column-start:9}.lg\:grid .col-start-10{grid-column-start:10}.lg\:grid .col-start-11{grid-column-start:11}.lg\:grid .col-start-12{grid-column-start:12}.lg\:grid .lg\:col-start-1{grid-column-start:1}.lg\:grid .lg\:col-start-2{grid-column-start:2}.lg\:grid .lg\:col-start-3{grid-column-start:3}.lg\:grid .lg\:col-start-4{grid-column-start:4}.lg\:grid .lg\:col-start-5{grid-column-start:5}.lg\:grid .lg\:col-start-6{grid-column-start:6}.lg\:grid .lg\:col-start-7{grid-column-start:7}.lg\:grid .lg\:col-start-8{grid-column-start:8}.lg\:grid .lg\:col-start-9{grid-column-start:9}.lg\:grid .lg\:col-start-10{grid-column-start:10}.lg\:grid .lg\:col-start-11{grid-column-start:11}.lg\:grid .lg\:col-start-12{grid-column-start:12}}@media(min-width:1024px)and (min-width:1280px){.lg\:grid.xl\:content-between{align-content:space-between}.lg\:grid.xl\:content-center{align-content:center}.lg\:grid.xl\:content-end{align-content:flex-end}.lg\:grid.xl\:content-start{align-content:flex-start}.lg\:grid.xl\:items-center{align-items:center}.lg\:grid.xl\:items-end{align-items:flex-end}.lg\:grid.xl\:items-start{align-items:flex-start}.lg\:grid.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid.xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:grid.xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.lg\:grid.xl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.lg\:grid.xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\:grid.xl\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.lg\:grid.xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid.xl\:gap-0\.5{gap:4px}.lg\:grid.xl\:gap-0{gap:0px}.lg\:grid.xl\:gap-1{gap:8px}.lg\:grid.xl\:gap-2{gap:16px}.lg\:grid.xl\:gap-3{gap:24px}.lg\:grid.xl\:gap-4{gap:32px}.lg\:grid.xl\:gap-5{gap:40px}.lg\:grid.xl\:gap-6{gap:48px}.lg\:grid.xl\:gap-7{gap:56px}.lg\:grid.xl\:gap-8{gap:64px}.lg\:grid.xl\:gap-9{gap:72px}.lg\:grid.xl\:gap-10{gap:80px}.lg\:grid.xl\:gap-11{gap:88px}.lg\:grid.xl\:gap-12{gap:96px}.lg\:grid.xl\:gap-13{gap:104px}.lg\:grid.xl\:gap-14{gap:112px}.lg\:grid.xl\:gap-15{gap:120px}.lg\:grid.xl\:gap-16{gap:128px}.lg\:grid.xl\:gap-17{gap:136px}.lg\:grid.xl\:gap-18{gap:144px}.lg\:grid.xl\:gap-19{gap:152px}.lg\:grid.xl\:gap-20{gap:160px}.lg\:grid.xl\:gap-21{gap:168px}.lg\:grid.xl\:gap-22{gap:176px}.lg\:grid.xl\:gap-23{gap:184px}.lg\:grid.xl\:gap-24{gap:192px}.lg\:grid.xl\:gap-25{gap:200px}.lg\:grid.xl\:gap-26{gap:208px}.lg\:grid.xl\:gap-27{gap:216px}.lg\:grid.xl\:gap-28{gap:224px}.lg\:grid.xl\:gap-29{gap:232px}.lg\:grid.xl\:gap-30{gap:240px}.lg\:grid.xl\:gap-31{gap:248px}.lg\:grid.xl\:gap-32{gap:256px}.lg\:grid.xl\:gap-33{gap:264px}.lg\:grid.xl\:gap-34{gap:272px}.lg\:grid.xl\:gap-35{gap:280px}.lg\:grid.xl\:gap-36{gap:288px}.lg\:grid.xl\:gap-37{gap:296px}.lg\:grid.xl\:gap-38{gap:304px}.lg\:grid.xl\:gap-39{gap:312px}.lg\:grid.xl\:gap-40{gap:320px}.lg\:grid.xl\:gap-41{gap:328px}.lg\:grid.xl\:gap-42{gap:336px}.lg\:grid.xl\:gap-43{gap:344px}.lg\:grid.xl\:gap-44{gap:352px}.lg\:grid.xl\:gap-45{gap:360px}.lg\:grid.xl\:gap-46{gap:368px}.lg\:grid.xl\:gap-47{gap:376px}.lg\:grid.xl\:gap-48{gap:384px}.lg\:grid.xl\:gap-49{gap:392px}.lg\:grid.xl\:gap-50{gap:400px}.lg\:grid.xl\:gap-51{gap:408px}.lg\:grid.xl\:gap-52{gap:416px}.lg\:grid.xl\:gap-53{gap:424px}.lg\:grid.xl\:gap-54{gap:432px}.lg\:grid.xl\:gap-55{gap:440px}.lg\:grid.xl\:gap-56{gap:448px}.lg\:grid.xl\:gap-57{gap:456px}.lg\:grid.xl\:gap-58{gap:464px}.lg\:grid.xl\:gap-59{gap:472px}.lg\:grid.xl\:gap-60{gap:480px}.lg\:grid.xl\:gap-61{gap:488px}.lg\:grid.xl\:gap-62{gap:496px}.lg\:grid.xl\:gap-63{gap:504px}.lg\:grid.xl\:gap-64{gap:512px}.lg\:grid.xl\:gap-65{gap:520px}.lg\:grid.xl\:gap-66{gap:528px}.lg\:grid.xl\:gap-67{gap:536px}.lg\:grid.xl\:gap-68{gap:544px}.lg\:grid.xl\:gap-69{gap:552px}.lg\:grid.xl\:gap-70{gap:560px}.lg\:grid.xl\:gap-71{gap:568px}.lg\:grid.xl\:gap-72{gap:576px}.lg\:grid.xl\:gap-73{gap:584px}.lg\:grid.xl\:gap-74{gap:592px}.lg\:grid.xl\:gap-75{gap:600px}.lg\:grid.xl\:gap-76{gap:608px}.lg\:grid.xl\:gap-77{gap:616px}.lg\:grid.xl\:gap-78{gap:624px}.lg\:grid.xl\:gap-79{gap:632px}.lg\:grid.xl\:gap-80{gap:640px}.lg\:grid.xl\:gap-81{gap:648px}.lg\:grid.xl\:gap-82{gap:656px}.lg\:grid.xl\:gap-83{gap:664px}.lg\:grid.xl\:gap-84{gap:672px}.lg\:grid.xl\:gap-85{gap:680px}.lg\:grid.xl\:gap-86{gap:688px}.lg\:grid.xl\:gap-87{gap:696px}.lg\:grid.xl\:gap-88{gap:704px}.lg\:grid.xl\:gap-89{gap:712px}.lg\:grid.xl\:gap-90{gap:720px}.lg\:grid.xl\:gap-91{gap:728px}.lg\:grid.xl\:gap-92{gap:736px}.lg\:grid.xl\:gap-93{gap:744px}.lg\:grid.xl\:gap-94{gap:752px}.lg\:grid.xl\:gap-95{gap:760px}.lg\:grid.xl\:gap-96{gap:768px}.lg\:grid.xl\:gap-97{gap:776px}.lg\:grid.xl\:gap-98{gap:784px}.lg\:grid.xl\:gap-99{gap:792px}.lg\:grid.xl\:gap-100{gap:800px}.lg\:grid.xl\:gap-x-0\.5{column-gap:4px}.lg\:grid.xl\:gap-x-0{column-gap:0px}.lg\:grid.xl\:gap-x-1{column-gap:8px}.lg\:grid.xl\:gap-x-2{column-gap:16px}.lg\:grid.xl\:gap-x-3{column-gap:24px}.lg\:grid.xl\:gap-x-4{column-gap:32px}.lg\:grid.xl\:gap-x-5{column-gap:40px}.lg\:grid.xl\:gap-x-6{column-gap:48px}.lg\:grid.xl\:gap-x-7{column-gap:56px}.lg\:grid.xl\:gap-x-8{column-gap:64px}.lg\:grid.xl\:gap-x-9{column-gap:72px}.lg\:grid.xl\:gap-x-10{column-gap:80px}.lg\:grid.xl\:gap-x-11{column-gap:88px}.lg\:grid.xl\:gap-x-12{column-gap:96px}.lg\:grid.xl\:gap-x-13{column-gap:104px}.lg\:grid.xl\:gap-x-14{column-gap:112px}.lg\:grid.xl\:gap-x-15{column-gap:120px}.lg\:grid.xl\:gap-x-16{column-gap:128px}.lg\:grid.xl\:gap-x-17{column-gap:136px}.lg\:grid.xl\:gap-x-18{column-gap:144px}.lg\:grid.xl\:gap-x-19{column-gap:152px}.lg\:grid.xl\:gap-x-20{column-gap:160px}.lg\:grid.xl\:gap-x-21{column-gap:168px}.lg\:grid.xl\:gap-x-22{column-gap:176px}.lg\:grid.xl\:gap-x-23{column-gap:184px}.lg\:grid.xl\:gap-x-24{column-gap:192px}.lg\:grid.xl\:gap-x-25{column-gap:200px}.lg\:grid.xl\:gap-x-26{column-gap:208px}.lg\:grid.xl\:gap-x-27{column-gap:216px}.lg\:grid.xl\:gap-x-28{column-gap:224px}.lg\:grid.xl\:gap-x-29{column-gap:232px}.lg\:grid.xl\:gap-x-30{column-gap:240px}.lg\:grid.xl\:gap-x-31{column-gap:248px}.lg\:grid.xl\:gap-x-32{column-gap:256px}.lg\:grid.xl\:gap-x-33{column-gap:264px}.lg\:grid.xl\:gap-x-34{column-gap:272px}.lg\:grid.xl\:gap-x-35{column-gap:280px}.lg\:grid.xl\:gap-x-36{column-gap:288px}.lg\:grid.xl\:gap-x-37{column-gap:296px}.lg\:grid.xl\:gap-x-38{column-gap:304px}.lg\:grid.xl\:gap-x-39{column-gap:312px}.lg\:grid.xl\:gap-x-40{column-gap:320px}.lg\:grid.xl\:gap-x-41{column-gap:328px}.lg\:grid.xl\:gap-x-42{column-gap:336px}.lg\:grid.xl\:gap-x-43{column-gap:344px}.lg\:grid.xl\:gap-x-44{column-gap:352px}.lg\:grid.xl\:gap-x-45{column-gap:360px}.lg\:grid.xl\:gap-x-46{column-gap:368px}.lg\:grid.xl\:gap-x-47{column-gap:376px}.lg\:grid.xl\:gap-x-48{column-gap:384px}.lg\:grid.xl\:gap-x-49{column-gap:392px}.lg\:grid.xl\:gap-x-50{column-gap:400px}.lg\:grid.xl\:gap-x-51{column-gap:408px}.lg\:grid.xl\:gap-x-52{column-gap:416px}.lg\:grid.xl\:gap-x-53{column-gap:424px}.lg\:grid.xl\:gap-x-54{column-gap:432px}.lg\:grid.xl\:gap-x-55{column-gap:440px}.lg\:grid.xl\:gap-x-56{column-gap:448px}.lg\:grid.xl\:gap-x-57{column-gap:456px}.lg\:grid.xl\:gap-x-58{column-gap:464px}.lg\:grid.xl\:gap-x-59{column-gap:472px}.lg\:grid.xl\:gap-x-60{column-gap:480px}.lg\:grid.xl\:gap-x-61{column-gap:488px}.lg\:grid.xl\:gap-x-62{column-gap:496px}.lg\:grid.xl\:gap-x-63{column-gap:504px}.lg\:grid.xl\:gap-x-64{column-gap:512px}.lg\:grid.xl\:gap-x-65{column-gap:520px}.lg\:grid.xl\:gap-x-66{column-gap:528px}.lg\:grid.xl\:gap-x-67{column-gap:536px}.lg\:grid.xl\:gap-x-68{column-gap:544px}.lg\:grid.xl\:gap-x-69{column-gap:552px}.lg\:grid.xl\:gap-x-70{column-gap:560px}.lg\:grid.xl\:gap-x-71{column-gap:568px}.lg\:grid.xl\:gap-x-72{column-gap:576px}.lg\:grid.xl\:gap-x-73{column-gap:584px}.lg\:grid.xl\:gap-x-74{column-gap:592px}.lg\:grid.xl\:gap-x-75{column-gap:600px}.lg\:grid.xl\:gap-x-76{column-gap:608px}.lg\:grid.xl\:gap-x-77{column-gap:616px}.lg\:grid.xl\:gap-x-78{column-gap:624px}.lg\:grid.xl\:gap-x-79{column-gap:632px}.lg\:grid.xl\:gap-x-80{column-gap:640px}.lg\:grid.xl\:gap-x-81{column-gap:648px}.lg\:grid.xl\:gap-x-82{column-gap:656px}.lg\:grid.xl\:gap-x-83{column-gap:664px}.lg\:grid.xl\:gap-x-84{column-gap:672px}.lg\:grid.xl\:gap-x-85{column-gap:680px}.lg\:grid.xl\:gap-x-86{column-gap:688px}.lg\:grid.xl\:gap-x-87{column-gap:696px}.lg\:grid.xl\:gap-x-88{column-gap:704px}.lg\:grid.xl\:gap-x-89{column-gap:712px}.lg\:grid.xl\:gap-x-90{column-gap:720px}.lg\:grid.xl\:gap-x-91{column-gap:728px}.lg\:grid.xl\:gap-x-92{column-gap:736px}.lg\:grid.xl\:gap-x-93{column-gap:744px}.lg\:grid.xl\:gap-x-94{column-gap:752px}.lg\:grid.xl\:gap-x-95{column-gap:760px}.lg\:grid.xl\:gap-x-96{column-gap:768px}.lg\:grid.xl\:gap-x-97{column-gap:776px}.lg\:grid.xl\:gap-x-98{column-gap:784px}.lg\:grid.xl\:gap-x-99{column-gap:792px}.lg\:grid.xl\:gap-x-100{column-gap:800px}.lg\:grid.xl\:gap-y-0\.5{row-gap:4px}.lg\:grid.xl\:gap-y-0{row-gap:0px}.lg\:grid.xl\:gap-y-1{row-gap:8px}.lg\:grid.xl\:gap-y-2{row-gap:16px}.lg\:grid.xl\:gap-y-3{row-gap:24px}.lg\:grid.xl\:gap-y-4{row-gap:32px}.lg\:grid.xl\:gap-y-5{row-gap:40px}.lg\:grid.xl\:gap-y-6{row-gap:48px}.lg\:grid.xl\:gap-y-7{row-gap:56px}.lg\:grid.xl\:gap-y-8{row-gap:64px}.lg\:grid.xl\:gap-y-9{row-gap:72px}.lg\:grid.xl\:gap-y-10{row-gap:80px}.lg\:grid.xl\:gap-y-11{row-gap:88px}.lg\:grid.xl\:gap-y-12{row-gap:96px}.lg\:grid.xl\:gap-y-13{row-gap:104px}.lg\:grid.xl\:gap-y-14{row-gap:112px}.lg\:grid.xl\:gap-y-15{row-gap:120px}.lg\:grid.xl\:gap-y-16{row-gap:128px}.lg\:grid.xl\:gap-y-17{row-gap:136px}.lg\:grid.xl\:gap-y-18{row-gap:144px}.lg\:grid.xl\:gap-y-19{row-gap:152px}.lg\:grid.xl\:gap-y-20{row-gap:160px}.lg\:grid.xl\:gap-y-21{row-gap:168px}.lg\:grid.xl\:gap-y-22{row-gap:176px}.lg\:grid.xl\:gap-y-23{row-gap:184px}.lg\:grid.xl\:gap-y-24{row-gap:192px}.lg\:grid.xl\:gap-y-25{row-gap:200px}.lg\:grid.xl\:gap-y-26{row-gap:208px}.lg\:grid.xl\:gap-y-27{row-gap:216px}.lg\:grid.xl\:gap-y-28{row-gap:224px}.lg\:grid.xl\:gap-y-29{row-gap:232px}.lg\:grid.xl\:gap-y-30{row-gap:240px}.lg\:grid.xl\:gap-y-31{row-gap:248px}.lg\:grid.xl\:gap-y-32{row-gap:256px}.lg\:grid.xl\:gap-y-33{row-gap:264px}.lg\:grid.xl\:gap-y-34{row-gap:272px}.lg\:grid.xl\:gap-y-35{row-gap:280px}.lg\:grid.xl\:gap-y-36{row-gap:288px}.lg\:grid.xl\:gap-y-37{row-gap:296px}.lg\:grid.xl\:gap-y-38{row-gap:304px}.lg\:grid.xl\:gap-y-39{row-gap:312px}.lg\:grid.xl\:gap-y-40{row-gap:320px}.lg\:grid.xl\:gap-y-41{row-gap:328px}.lg\:grid.xl\:gap-y-42{row-gap:336px}.lg\:grid.xl\:gap-y-43{row-gap:344px}.lg\:grid.xl\:gap-y-44{row-gap:352px}.lg\:grid.xl\:gap-y-45{row-gap:360px}.lg\:grid.xl\:gap-y-46{row-gap:368px}.lg\:grid.xl\:gap-y-47{row-gap:376px}.lg\:grid.xl\:gap-y-48{row-gap:384px}.lg\:grid.xl\:gap-y-49{row-gap:392px}.lg\:grid.xl\:gap-y-50{row-gap:400px}.lg\:grid.xl\:gap-y-51{row-gap:408px}.lg\:grid.xl\:gap-y-52{row-gap:416px}.lg\:grid.xl\:gap-y-53{row-gap:424px}.lg\:grid.xl\:gap-y-54{row-gap:432px}.lg\:grid.xl\:gap-y-55{row-gap:440px}.lg\:grid.xl\:gap-y-56{row-gap:448px}.lg\:grid.xl\:gap-y-57{row-gap:456px}.lg\:grid.xl\:gap-y-58{row-gap:464px}.lg\:grid.xl\:gap-y-59{row-gap:472px}.lg\:grid.xl\:gap-y-60{row-gap:480px}.lg\:grid.xl\:gap-y-61{row-gap:488px}.lg\:grid.xl\:gap-y-62{row-gap:496px}.lg\:grid.xl\:gap-y-63{row-gap:504px}.lg\:grid.xl\:gap-y-64{row-gap:512px}.lg\:grid.xl\:gap-y-65{row-gap:520px}.lg\:grid.xl\:gap-y-66{row-gap:528px}.lg\:grid.xl\:gap-y-67{row-gap:536px}.lg\:grid.xl\:gap-y-68{row-gap:544px}.lg\:grid.xl\:gap-y-69{row-gap:552px}.lg\:grid.xl\:gap-y-70{row-gap:560px}.lg\:grid.xl\:gap-y-71{row-gap:568px}.lg\:grid.xl\:gap-y-72{row-gap:576px}.lg\:grid.xl\:gap-y-73{row-gap:584px}.lg\:grid.xl\:gap-y-74{row-gap:592px}.lg\:grid.xl\:gap-y-75{row-gap:600px}.lg\:grid.xl\:gap-y-76{row-gap:608px}.lg\:grid.xl\:gap-y-77{row-gap:616px}.lg\:grid.xl\:gap-y-78{row-gap:624px}.lg\:grid.xl\:gap-y-79{row-gap:632px}.lg\:grid.xl\:gap-y-80{row-gap:640px}.lg\:grid.xl\:gap-y-81{row-gap:648px}.lg\:grid.xl\:gap-y-82{row-gap:656px}.lg\:grid.xl\:gap-y-83{row-gap:664px}.lg\:grid.xl\:gap-y-84{row-gap:672px}.lg\:grid.xl\:gap-y-85{row-gap:680px}.lg\:grid.xl\:gap-y-86{row-gap:688px}.lg\:grid.xl\:gap-y-87{row-gap:696px}.lg\:grid.xl\:gap-y-88{row-gap:704px}.lg\:grid.xl\:gap-y-89{row-gap:712px}.lg\:grid.xl\:gap-y-90{row-gap:720px}.lg\:grid.xl\:gap-y-91{row-gap:728px}.lg\:grid.xl\:gap-y-92{row-gap:736px}.lg\:grid.xl\:gap-y-93{row-gap:744px}.lg\:grid.xl\:gap-y-94{row-gap:752px}.lg\:grid.xl\:gap-y-95{row-gap:760px}.lg\:grid.xl\:gap-y-96{row-gap:768px}.lg\:grid.xl\:gap-y-97{row-gap:776px}.lg\:grid.xl\:gap-y-98{row-gap:784px}.lg\:grid.xl\:gap-y-99{row-gap:792px}.lg\:grid.xl\:gap-y-100{row-gap:800px}.lg\:grid .xl\:order-1{order:1}.lg\:grid .xl\:order-2{order:2}.lg\:grid .xl\:order-3{order:3}.lg\:grid .xl\:order-4{order:4}.lg\:grid .xl\:order-5{order:5}.lg\:grid .xl\:order-6{order:6}.lg\:grid .xl\:order-7{order:7}.lg\:grid .xl\:order-8{order:8}.lg\:grid .xl\:order-9{order:9}.lg\:grid .xl\:order-10{order:10}.lg\:grid .xl\:order-11{order:11}.lg\:grid .xl\:order-12{order:12}.lg\:grid .xl\:order-13{order:13}.lg\:grid .xl\:order-14{order:14}.lg\:grid .xl\:order-15{order:15}.lg\:grid .xl\:order-16{order:16}.lg\:grid .xl\:order-17{order:17}.lg\:grid .xl\:order-18{order:18}.lg\:grid .xl\:order-19{order:19}.lg\:grid .xl\:order-20{order:20}.lg\:grid .xl\:order-21{order:21}.lg\:grid .xl\:order-22{order:22}.lg\:grid .xl\:order-23{order:23}.lg\:grid .xl\:order-24{order:24}.lg\:grid .xl\:order-25{order:25}.lg\:grid .xl\:order-26{order:26}.lg\:grid .xl\:order-27{order:27}.lg\:grid .xl\:order-28{order:28}.lg\:grid .xl\:order-29{order:29}.lg\:grid .xl\:order-30{order:30}.lg\:grid .xl\:order-31{order:31}.lg\:grid .xl\:order-32{order:32}.lg\:grid .xl\:order-33{order:33}.lg\:grid .xl\:order-34{order:34}.lg\:grid .xl\:order-35{order:35}.lg\:grid .xl\:order-36{order:36}.lg\:grid .xl\:order-37{order:37}.lg\:grid .xl\:order-38{order:38}.lg\:grid .xl\:order-39{order:39}.lg\:grid .xl\:order-40{order:40}.lg\:grid .xl\:order-41{order:41}.lg\:grid .xl\:order-42{order:42}.lg\:grid .xl\:order-43{order:43}.lg\:grid .xl\:order-44{order:44}.lg\:grid .xl\:order-45{order:45}.lg\:grid .xl\:order-46{order:46}.lg\:grid .xl\:order-47{order:47}.lg\:grid .xl\:order-48{order:48}.lg\:grid .xl\:order-49{order:49}.lg\:grid .xl\:order-50{order:50}.lg\:grid .xl\:order-51{order:51}.lg\:grid .xl\:order-52{order:52}.lg\:grid .xl\:order-53{order:53}.lg\:grid .xl\:order-54{order:54}.lg\:grid .xl\:order-55{order:55}.lg\:grid .xl\:order-56{order:56}.lg\:grid .xl\:order-57{order:57}.lg\:grid .xl\:order-58{order:58}.lg\:grid .xl\:order-59{order:59}.lg\:grid .xl\:order-60{order:60}.lg\:grid .xl\:order-61{order:61}.lg\:grid .xl\:order-62{order:62}.lg\:grid .xl\:order-63{order:63}.lg\:grid .xl\:order-64{order:64}.lg\:grid .xl\:order-65{order:65}.lg\:grid .xl\:order-66{order:66}.lg\:grid .xl\:order-67{order:67}.lg\:grid .xl\:order-68{order:68}.lg\:grid .xl\:order-69{order:69}.lg\:grid .xl\:order-70{order:70}.lg\:grid .xl\:order-71{order:71}.lg\:grid .xl\:order-72{order:72}.lg\:grid .xl\:order-73{order:73}.lg\:grid .xl\:order-74{order:74}.lg\:grid .xl\:order-75{order:75}.lg\:grid .xl\:order-76{order:76}.lg\:grid .xl\:order-77{order:77}.lg\:grid .xl\:order-78{order:78}.lg\:grid .xl\:order-79{order:79}.lg\:grid .xl\:order-80{order:80}.lg\:grid .xl\:order-81{order:81}.lg\:grid .xl\:order-82{order:82}.lg\:grid .xl\:order-83{order:83}.lg\:grid .xl\:order-84{order:84}.lg\:grid .xl\:order-85{order:85}.lg\:grid .xl\:order-86{order:86}.lg\:grid .xl\:order-87{order:87}.lg\:grid .xl\:order-88{order:88}.lg\:grid .xl\:order-89{order:89}.lg\:grid .xl\:order-90{order:90}.lg\:grid .xl\:order-91{order:91}.lg\:grid .xl\:order-92{order:92}.lg\:grid .xl\:order-93{order:93}.lg\:grid .xl\:order-94{order:94}.lg\:grid .xl\:order-95{order:95}.lg\:grid .xl\:order-96{order:96}.lg\:grid .xl\:order-97{order:97}.lg\:grid .xl\:order-98{order:98}.lg\:grid .xl\:order-99{order:99}.lg\:grid .xl\:order-100{order:100}.lg\:grid .xl\:col-span-1{grid-column:SPAN 1/SPAN 1}.lg\:grid .xl\:col-span-2{grid-column:SPAN 2/SPAN 2}.lg\:grid .xl\:col-span-3{grid-column:SPAN 3/SPAN 3}.lg\:grid .xl\:col-span-4{grid-column:SPAN 4/SPAN 4}.lg\:grid .xl\:col-span-5{grid-column:SPAN 5/SPAN 5}.lg\:grid .xl\:col-span-6{grid-column:SPAN 6/SPAN 6}.lg\:grid .xl\:col-span-7{grid-column:SPAN 7/SPAN 7}.lg\:grid .xl\:col-span-8{grid-column:SPAN 8/SPAN 8}.lg\:grid .xl\:col-span-9{grid-column:SPAN 9/SPAN 9}.lg\:grid .xl\:col-span-10{grid-column:SPAN 10/SPAN 10}.lg\:grid .xl\:col-span-11{grid-column:SPAN 11/SPAN 11}.lg\:grid .xl\:col-span-12{grid-column:SPAN 12/SPAN 12}.lg\:grid .xl\:col-start-1{grid-column-start:1}.lg\:grid .xl\:col-start-2{grid-column-start:2}.lg\:grid .xl\:col-start-3{grid-column-start:3}.lg\:grid .xl\:col-start-4{grid-column-start:4}.lg\:grid .xl\:col-start-5{grid-column-start:5}.lg\:grid .xl\:col-start-6{grid-column-start:6}.lg\:grid .xl\:col-start-7{grid-column-start:7}.lg\:grid .xl\:col-start-8{grid-column-start:8}.lg\:grid .xl\:col-start-9{grid-column-start:9}.lg\:grid .xl\:col-start-10{grid-column-start:10}.lg\:grid .xl\:col-start-11{grid-column-start:11}.lg\:grid .xl\:col-start-12{grid-column-start:12}.lg\:grid .xl\:col-end-1{grid-column-end:1}.lg\:grid .xl\:col-end-2{grid-column-end:2}.lg\:grid .xl\:col-end-3{grid-column-end:3}.lg\:grid .xl\:col-end-4{grid-column-end:4}.lg\:grid .xl\:col-end-5{grid-column-end:5}.lg\:grid .xl\:col-end-6{grid-column-end:6}.lg\:grid .xl\:col-end-7{grid-column-end:7}.lg\:grid .xl\:col-end-8{grid-column-end:8}.lg\:grid .xl\:col-end-9{grid-column-end:9}.lg\:grid .xl\:col-end-10{grid-column-end:10}.lg\:grid .xl\:col-end-11{grid-column-end:11}.lg\:grid .xl\:col-end-12{grid-column-end:12}.lg\:grid .xl\:row-span-1{grid-row:SPAN 1/SPAN 1}.lg\:grid .xl\:row-span-2{grid-row:SPAN 2/SPAN 2}.lg\:grid .xl\:row-span-3{grid-row:SPAN 3/SPAN 3}.lg\:grid .xl\:row-span-4{grid-row:SPAN 4/SPAN 4}.lg\:grid .xl\:row-span-5{grid-row:SPAN 5/SPAN 5}.lg\:grid .xl\:row-span-6{grid-row:SPAN 6/SPAN 6}.lg\:grid .xl\:row-span-7{grid-row:SPAN 7/SPAN 7}.lg\:grid .xl\:row-span-8{grid-row:SPAN 8/SPAN 8}.lg\:grid .xl\:row-span-9{grid-row:SPAN 9/SPAN 9}.lg\:grid .xl\:row-span-10{grid-row:SPAN 10/SPAN 10}.lg\:grid .xl\:row-span-11{grid-row:SPAN 11/SPAN 11}.lg\:grid .xl\:row-span-12{grid-row:SPAN 12/SPAN 12}.lg\:grid .xl\:row-start-1{grid-row-start:1}.lg\:grid .xl\:row-start-2{grid-row-start:2}.lg\:grid .xl\:row-start-3{grid-row-start:3}.lg\:grid .xl\:row-start-4{grid-row-start:4}.lg\:grid .xl\:row-start-5{grid-row-start:5}.lg\:grid .xl\:row-start-6{grid-row-start:6}.lg\:grid .xl\:row-start-7{grid-row-start:7}.lg\:grid .xl\:row-start-8{grid-row-start:8}.lg\:grid .xl\:row-start-9{grid-row-start:9}.lg\:grid .xl\:row-start-10{grid-row-start:10}.lg\:grid .xl\:row-start-11{grid-row-start:11}.lg\:grid .xl\:row-start-12{grid-row-start:12}.lg\:grid .xl\:row-end-1{grid-row-end:1}.lg\:grid .xl\:row-end-2{grid-row-end:2}.lg\:grid .xl\:row-end-3{grid-row-end:3}.lg\:grid .xl\:row-end-4{grid-row-end:4}.lg\:grid .xl\:row-end-5{grid-row-end:5}.lg\:grid .xl\:row-end-6{grid-row-end:6}.lg\:grid .xl\:row-end-7{grid-row-end:7}.lg\:grid .xl\:row-end-8{grid-row-end:8}.lg\:grid .xl\:row-end-9{grid-row-end:9}.lg\:grid .xl\:row-end-10{grid-row-end:10}.lg\:grid .xl\:row-end-11{grid-row-end:11}.lg\:grid .xl\:row-end-12{grid-row-end:12}}@media(min-width:1280px){.xl\:grid{display:grid}.xl\:grid.content-between{align-content:space-between}.xl\:grid.content-center{align-content:center}.xl\:grid.content-end{align-content:flex-end}.xl\:grid.content-start{align-content:flex-start}.xl\:grid.lg\:content-between{align-content:space-between}.xl\:grid.lg\:content-center{align-content:center}.xl\:grid.lg\:content-end{align-content:flex-end}.xl\:grid.lg\:content-start{align-content:flex-start}.xl\:grid.xl\:content-between{align-content:space-between}.xl\:grid.xl\:content-center{align-content:center}.xl\:grid.xl\:content-end{align-content:flex-end}.xl\:grid.xl\:content-start{align-content:flex-start}.xl\:grid.items-center{align-items:center}.xl\:grid.items-end{align-items:flex-end}.xl\:grid.items-start{align-items:flex-start}.xl\:grid.lg\:items-center{align-items:center}.xl\:grid.lg\:items-end{align-items:flex-end}.xl\:grid.lg\:items-start{align-items:flex-start}.xl\:grid.xl\:items-center{align-items:center}.xl\:grid.xl\:items-end{align-items:flex-end}.xl\:grid.xl\:items-start{align-items:flex-start}.xl\:grid.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:grid.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:grid.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.xl\:grid.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.xl\:grid.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.xl\:grid.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.xl\:grid.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.xl\:grid.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.xl\:grid.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:grid.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:grid.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.xl\:grid.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.xl\:grid.lg\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.xl\:grid.lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.xl\:grid.lg\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.xl\:grid.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.xl\:grid.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:grid.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:grid.xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.xl\:grid.xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.xl\:grid.xl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.xl\:grid.xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.xl\:grid.xl\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.xl\:grid.xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.xl\:grid.gap-0\.5{gap:4px}.xl\:grid.gap-0{gap:0px}.xl\:grid.gap-1{gap:8px}.xl\:grid.gap-2{gap:16px}.xl\:grid.gap-3{gap:24px}.xl\:grid.gap-4{gap:32px}.xl\:grid.gap-5{gap:40px}.xl\:grid.gap-6{gap:48px}.xl\:grid.gap-7{gap:56px}.xl\:grid.gap-8{gap:64px}.xl\:grid.gap-9{gap:72px}.xl\:grid.gap-10{gap:80px}.xl\:grid.gap-11{gap:88px}.xl\:grid.gap-12{gap:96px}.xl\:grid.gap-13{gap:104px}.xl\:grid.gap-14{gap:112px}.xl\:grid.gap-15{gap:120px}.xl\:grid.gap-16{gap:128px}.xl\:grid.gap-17{gap:136px}.xl\:grid.gap-18{gap:144px}.xl\:grid.gap-19{gap:152px}.xl\:grid.gap-20{gap:160px}.xl\:grid.gap-21{gap:168px}.xl\:grid.gap-22{gap:176px}.xl\:grid.gap-23{gap:184px}.xl\:grid.gap-24{gap:192px}.xl\:grid.gap-25{gap:200px}.xl\:grid.gap-26{gap:208px}.xl\:grid.gap-27{gap:216px}.xl\:grid.gap-28{gap:224px}.xl\:grid.gap-29{gap:232px}.xl\:grid.gap-30{gap:240px}.xl\:grid.gap-31{gap:248px}.xl\:grid.gap-32{gap:256px}.xl\:grid.gap-33{gap:264px}.xl\:grid.gap-34{gap:272px}.xl\:grid.gap-35{gap:280px}.xl\:grid.gap-36{gap:288px}.xl\:grid.gap-37{gap:296px}.xl\:grid.gap-38{gap:304px}.xl\:grid.gap-39{gap:312px}.xl\:grid.gap-40{gap:320px}.xl\:grid.gap-41{gap:328px}.xl\:grid.gap-42{gap:336px}.xl\:grid.gap-43{gap:344px}.xl\:grid.gap-44{gap:352px}.xl\:grid.gap-45{gap:360px}.xl\:grid.gap-46{gap:368px}.xl\:grid.gap-47{gap:376px}.xl\:grid.gap-48{gap:384px}.xl\:grid.gap-49{gap:392px}.xl\:grid.gap-50{gap:400px}.xl\:grid.gap-51{gap:408px}.xl\:grid.gap-52{gap:416px}.xl\:grid.gap-53{gap:424px}.xl\:grid.gap-54{gap:432px}.xl\:grid.gap-55{gap:440px}.xl\:grid.gap-56{gap:448px}.xl\:grid.gap-57{gap:456px}.xl\:grid.gap-58{gap:464px}.xl\:grid.gap-59{gap:472px}.xl\:grid.gap-60{gap:480px}.xl\:grid.gap-61{gap:488px}.xl\:grid.gap-62{gap:496px}.xl\:grid.gap-63{gap:504px}.xl\:grid.gap-64{gap:512px}.xl\:grid.gap-65{gap:520px}.xl\:grid.gap-66{gap:528px}.xl\:grid.gap-67{gap:536px}.xl\:grid.gap-68{gap:544px}.xl\:grid.gap-69{gap:552px}.xl\:grid.gap-70{gap:560px}.xl\:grid.gap-71{gap:568px}.xl\:grid.gap-72{gap:576px}.xl\:grid.gap-73{gap:584px}.xl\:grid.gap-74{gap:592px}.xl\:grid.gap-75{gap:600px}.xl\:grid.gap-76{gap:608px}.xl\:grid.gap-77{gap:616px}.xl\:grid.gap-78{gap:624px}.xl\:grid.gap-79{gap:632px}.xl\:grid.gap-80{gap:640px}.xl\:grid.gap-81{gap:648px}.xl\:grid.gap-82{gap:656px}.xl\:grid.gap-83{gap:664px}.xl\:grid.gap-84{gap:672px}.xl\:grid.gap-85{gap:680px}.xl\:grid.gap-86{gap:688px}.xl\:grid.gap-87{gap:696px}.xl\:grid.gap-88{gap:704px}.xl\:grid.gap-89{gap:712px}.xl\:grid.gap-90{gap:720px}.xl\:grid.gap-91{gap:728px}.xl\:grid.gap-92{gap:736px}.xl\:grid.gap-93{gap:744px}.xl\:grid.gap-94{gap:752px}.xl\:grid.gap-95{gap:760px}.xl\:grid.gap-96{gap:768px}.xl\:grid.gap-97{gap:776px}.xl\:grid.gap-98{gap:784px}.xl\:grid.gap-99{gap:792px}.xl\:grid.gap-100{gap:800px}.xl\:grid.lg\:gap-0\.5{gap:4px}.xl\:grid.lg\:gap-0{gap:0px}.xl\:grid.lg\:gap-1{gap:8px}.xl\:grid.lg\:gap-2{gap:16px}.xl\:grid.lg\:gap-3{gap:24px}.xl\:grid.lg\:gap-4{gap:32px}.xl\:grid.lg\:gap-5{gap:40px}.xl\:grid.lg\:gap-6{gap:48px}.xl\:grid.lg\:gap-7{gap:56px}.xl\:grid.lg\:gap-8{gap:64px}.xl\:grid.lg\:gap-9{gap:72px}.xl\:grid.lg\:gap-10{gap:80px}.xl\:grid.lg\:gap-11{gap:88px}.xl\:grid.lg\:gap-12{gap:96px}.xl\:grid.lg\:gap-13{gap:104px}.xl\:grid.lg\:gap-14{gap:112px}.xl\:grid.lg\:gap-15{gap:120px}.xl\:grid.lg\:gap-16{gap:128px}.xl\:grid.lg\:gap-17{gap:136px}.xl\:grid.lg\:gap-18{gap:144px}.xl\:grid.lg\:gap-19{gap:152px}.xl\:grid.lg\:gap-20{gap:160px}.xl\:grid.lg\:gap-21{gap:168px}.xl\:grid.lg\:gap-22{gap:176px}.xl\:grid.lg\:gap-23{gap:184px}.xl\:grid.lg\:gap-24{gap:192px}.xl\:grid.lg\:gap-25{gap:200px}.xl\:grid.lg\:gap-26{gap:208px}.xl\:grid.lg\:gap-27{gap:216px}.xl\:grid.lg\:gap-28{gap:224px}.xl\:grid.lg\:gap-29{gap:232px}.xl\:grid.lg\:gap-30{gap:240px}.xl\:grid.lg\:gap-31{gap:248px}.xl\:grid.lg\:gap-32{gap:256px}.xl\:grid.lg\:gap-33{gap:264px}.xl\:grid.lg\:gap-34{gap:272px}.xl\:grid.lg\:gap-35{gap:280px}.xl\:grid.lg\:gap-36{gap:288px}.xl\:grid.lg\:gap-37{gap:296px}.xl\:grid.lg\:gap-38{gap:304px}.xl\:grid.lg\:gap-39{gap:312px}.xl\:grid.lg\:gap-40{gap:320px}.xl\:grid.lg\:gap-41{gap:328px}.xl\:grid.lg\:gap-42{gap:336px}.xl\:grid.lg\:gap-43{gap:344px}.xl\:grid.lg\:gap-44{gap:352px}.xl\:grid.lg\:gap-45{gap:360px}.xl\:grid.lg\:gap-46{gap:368px}.xl\:grid.lg\:gap-47{gap:376px}.xl\:grid.lg\:gap-48{gap:384px}.xl\:grid.lg\:gap-49{gap:392px}.xl\:grid.lg\:gap-50{gap:400px}.xl\:grid.lg\:gap-51{gap:408px}.xl\:grid.lg\:gap-52{gap:416px}.xl\:grid.lg\:gap-53{gap:424px}.xl\:grid.lg\:gap-54{gap:432px}.xl\:grid.lg\:gap-55{gap:440px}.xl\:grid.lg\:gap-56{gap:448px}.xl\:grid.lg\:gap-57{gap:456px}.xl\:grid.lg\:gap-58{gap:464px}.xl\:grid.lg\:gap-59{gap:472px}.xl\:grid.lg\:gap-60{gap:480px}.xl\:grid.lg\:gap-61{gap:488px}.xl\:grid.lg\:gap-62{gap:496px}.xl\:grid.lg\:gap-63{gap:504px}.xl\:grid.lg\:gap-64{gap:512px}.xl\:grid.lg\:gap-65{gap:520px}.xl\:grid.lg\:gap-66{gap:528px}.xl\:grid.lg\:gap-67{gap:536px}.xl\:grid.lg\:gap-68{gap:544px}.xl\:grid.lg\:gap-69{gap:552px}.xl\:grid.lg\:gap-70{gap:560px}.xl\:grid.lg\:gap-71{gap:568px}.xl\:grid.lg\:gap-72{gap:576px}.xl\:grid.lg\:gap-73{gap:584px}.xl\:grid.lg\:gap-74{gap:592px}.xl\:grid.lg\:gap-75{gap:600px}.xl\:grid.lg\:gap-76{gap:608px}.xl\:grid.lg\:gap-77{gap:616px}.xl\:grid.lg\:gap-78{gap:624px}.xl\:grid.lg\:gap-79{gap:632px}.xl\:grid.lg\:gap-80{gap:640px}.xl\:grid.lg\:gap-81{gap:648px}.xl\:grid.lg\:gap-82{gap:656px}.xl\:grid.lg\:gap-83{gap:664px}.xl\:grid.lg\:gap-84{gap:672px}.xl\:grid.lg\:gap-85{gap:680px}.xl\:grid.lg\:gap-86{gap:688px}.xl\:grid.lg\:gap-87{gap:696px}.xl\:grid.lg\:gap-88{gap:704px}.xl\:grid.lg\:gap-89{gap:712px}.xl\:grid.lg\:gap-90{gap:720px}.xl\:grid.lg\:gap-91{gap:728px}.xl\:grid.lg\:gap-92{gap:736px}.xl\:grid.lg\:gap-93{gap:744px}.xl\:grid.lg\:gap-94{gap:752px}.xl\:grid.lg\:gap-95{gap:760px}.xl\:grid.lg\:gap-96{gap:768px}.xl\:grid.lg\:gap-97{gap:776px}.xl\:grid.lg\:gap-98{gap:784px}.xl\:grid.lg\:gap-99{gap:792px}.xl\:grid.lg\:gap-100{gap:800px}.xl\:grid.xl\:gap-0\.5{gap:4px}.xl\:grid.xl\:gap-0{gap:0px}.xl\:grid.xl\:gap-1{gap:8px}.xl\:grid.xl\:gap-2{gap:16px}.xl\:grid.xl\:gap-3{gap:24px}.xl\:grid.xl\:gap-4{gap:32px}.xl\:grid.xl\:gap-5{gap:40px}.xl\:grid.xl\:gap-6{gap:48px}.xl\:grid.xl\:gap-7{gap:56px}.xl\:grid.xl\:gap-8{gap:64px}.xl\:grid.xl\:gap-9{gap:72px}.xl\:grid.xl\:gap-10{gap:80px}.xl\:grid.xl\:gap-11{gap:88px}.xl\:grid.xl\:gap-12{gap:96px}.xl\:grid.xl\:gap-13{gap:104px}.xl\:grid.xl\:gap-14{gap:112px}.xl\:grid.xl\:gap-15{gap:120px}.xl\:grid.xl\:gap-16{gap:128px}.xl\:grid.xl\:gap-17{gap:136px}.xl\:grid.xl\:gap-18{gap:144px}.xl\:grid.xl\:gap-19{gap:152px}.xl\:grid.xl\:gap-20{gap:160px}.xl\:grid.xl\:gap-21{gap:168px}.xl\:grid.xl\:gap-22{gap:176px}.xl\:grid.xl\:gap-23{gap:184px}.xl\:grid.xl\:gap-24{gap:192px}.xl\:grid.xl\:gap-25{gap:200px}.xl\:grid.xl\:gap-26{gap:208px}.xl\:grid.xl\:gap-27{gap:216px}.xl\:grid.xl\:gap-28{gap:224px}.xl\:grid.xl\:gap-29{gap:232px}.xl\:grid.xl\:gap-30{gap:240px}.xl\:grid.xl\:gap-31{gap:248px}.xl\:grid.xl\:gap-32{gap:256px}.xl\:grid.xl\:gap-33{gap:264px}.xl\:grid.xl\:gap-34{gap:272px}.xl\:grid.xl\:gap-35{gap:280px}.xl\:grid.xl\:gap-36{gap:288px}.xl\:grid.xl\:gap-37{gap:296px}.xl\:grid.xl\:gap-38{gap:304px}.xl\:grid.xl\:gap-39{gap:312px}.xl\:grid.xl\:gap-40{gap:320px}.xl\:grid.xl\:gap-41{gap:328px}.xl\:grid.xl\:gap-42{gap:336px}.xl\:grid.xl\:gap-43{gap:344px}.xl\:grid.xl\:gap-44{gap:352px}.xl\:grid.xl\:gap-45{gap:360px}.xl\:grid.xl\:gap-46{gap:368px}.xl\:grid.xl\:gap-47{gap:376px}.xl\:grid.xl\:gap-48{gap:384px}.xl\:grid.xl\:gap-49{gap:392px}.xl\:grid.xl\:gap-50{gap:400px}.xl\:grid.xl\:gap-51{gap:408px}.xl\:grid.xl\:gap-52{gap:416px}.xl\:grid.xl\:gap-53{gap:424px}.xl\:grid.xl\:gap-54{gap:432px}.xl\:grid.xl\:gap-55{gap:440px}.xl\:grid.xl\:gap-56{gap:448px}.xl\:grid.xl\:gap-57{gap:456px}.xl\:grid.xl\:gap-58{gap:464px}.xl\:grid.xl\:gap-59{gap:472px}.xl\:grid.xl\:gap-60{gap:480px}.xl\:grid.xl\:gap-61{gap:488px}.xl\:grid.xl\:gap-62{gap:496px}.xl\:grid.xl\:gap-63{gap:504px}.xl\:grid.xl\:gap-64{gap:512px}.xl\:grid.xl\:gap-65{gap:520px}.xl\:grid.xl\:gap-66{gap:528px}.xl\:grid.xl\:gap-67{gap:536px}.xl\:grid.xl\:gap-68{gap:544px}.xl\:grid.xl\:gap-69{gap:552px}.xl\:grid.xl\:gap-70{gap:560px}.xl\:grid.xl\:gap-71{gap:568px}.xl\:grid.xl\:gap-72{gap:576px}.xl\:grid.xl\:gap-73{gap:584px}.xl\:grid.xl\:gap-74{gap:592px}.xl\:grid.xl\:gap-75{gap:600px}.xl\:grid.xl\:gap-76{gap:608px}.xl\:grid.xl\:gap-77{gap:616px}.xl\:grid.xl\:gap-78{gap:624px}.xl\:grid.xl\:gap-79{gap:632px}.xl\:grid.xl\:gap-80{gap:640px}.xl\:grid.xl\:gap-81{gap:648px}.xl\:grid.xl\:gap-82{gap:656px}.xl\:grid.xl\:gap-83{gap:664px}.xl\:grid.xl\:gap-84{gap:672px}.xl\:grid.xl\:gap-85{gap:680px}.xl\:grid.xl\:gap-86{gap:688px}.xl\:grid.xl\:gap-87{gap:696px}.xl\:grid.xl\:gap-88{gap:704px}.xl\:grid.xl\:gap-89{gap:712px}.xl\:grid.xl\:gap-90{gap:720px}.xl\:grid.xl\:gap-91{gap:728px}.xl\:grid.xl\:gap-92{gap:736px}.xl\:grid.xl\:gap-93{gap:744px}.xl\:grid.xl\:gap-94{gap:752px}.xl\:grid.xl\:gap-95{gap:760px}.xl\:grid.xl\:gap-96{gap:768px}.xl\:grid.xl\:gap-97{gap:776px}.xl\:grid.xl\:gap-98{gap:784px}.xl\:grid.xl\:gap-99{gap:792px}.xl\:grid.xl\:gap-100{gap:800px}.xl\:grid.gap-x-0\.5{column-gap:4px}.xl\:grid.gap-x-0{column-gap:0px}.xl\:grid.gap-x-1{column-gap:8px}.xl\:grid.gap-x-2{column-gap:16px}.xl\:grid.gap-x-3{column-gap:24px}.xl\:grid.gap-x-4{column-gap:32px}.xl\:grid.gap-x-5{column-gap:40px}.xl\:grid.gap-x-6{column-gap:48px}.xl\:grid.gap-x-7{column-gap:56px}.xl\:grid.gap-x-8{column-gap:64px}.xl\:grid.gap-x-9{column-gap:72px}.xl\:grid.gap-x-10{column-gap:80px}.xl\:grid.gap-x-11{column-gap:88px}.xl\:grid.gap-x-12{column-gap:96px}.xl\:grid.gap-x-13{column-gap:104px}.xl\:grid.gap-x-14{column-gap:112px}.xl\:grid.gap-x-15{column-gap:120px}.xl\:grid.gap-x-16{column-gap:128px}.xl\:grid.gap-x-17{column-gap:136px}.xl\:grid.gap-x-18{column-gap:144px}.xl\:grid.gap-x-19{column-gap:152px}.xl\:grid.gap-x-20{column-gap:160px}.xl\:grid.gap-x-21{column-gap:168px}.xl\:grid.gap-x-22{column-gap:176px}.xl\:grid.gap-x-23{column-gap:184px}.xl\:grid.gap-x-24{column-gap:192px}.xl\:grid.gap-x-25{column-gap:200px}.xl\:grid.gap-x-26{column-gap:208px}.xl\:grid.gap-x-27{column-gap:216px}.xl\:grid.gap-x-28{column-gap:224px}.xl\:grid.gap-x-29{column-gap:232px}.xl\:grid.gap-x-30{column-gap:240px}.xl\:grid.gap-x-31{column-gap:248px}.xl\:grid.gap-x-32{column-gap:256px}.xl\:grid.gap-x-33{column-gap:264px}.xl\:grid.gap-x-34{column-gap:272px}.xl\:grid.gap-x-35{column-gap:280px}.xl\:grid.gap-x-36{column-gap:288px}.xl\:grid.gap-x-37{column-gap:296px}.xl\:grid.gap-x-38{column-gap:304px}.xl\:grid.gap-x-39{column-gap:312px}.xl\:grid.gap-x-40{column-gap:320px}.xl\:grid.gap-x-41{column-gap:328px}.xl\:grid.gap-x-42{column-gap:336px}.xl\:grid.gap-x-43{column-gap:344px}.xl\:grid.gap-x-44{column-gap:352px}.xl\:grid.gap-x-45{column-gap:360px}.xl\:grid.gap-x-46{column-gap:368px}.xl\:grid.gap-x-47{column-gap:376px}.xl\:grid.gap-x-48{column-gap:384px}.xl\:grid.gap-x-49{column-gap:392px}.xl\:grid.gap-x-50{column-gap:400px}.xl\:grid.gap-x-51{column-gap:408px}.xl\:grid.gap-x-52{column-gap:416px}.xl\:grid.gap-x-53{column-gap:424px}.xl\:grid.gap-x-54{column-gap:432px}.xl\:grid.gap-x-55{column-gap:440px}.xl\:grid.gap-x-56{column-gap:448px}.xl\:grid.gap-x-57{column-gap:456px}.xl\:grid.gap-x-58{column-gap:464px}.xl\:grid.gap-x-59{column-gap:472px}.xl\:grid.gap-x-60{column-gap:480px}.xl\:grid.gap-x-61{column-gap:488px}.xl\:grid.gap-x-62{column-gap:496px}.xl\:grid.gap-x-63{column-gap:504px}.xl\:grid.gap-x-64{column-gap:512px}.xl\:grid.gap-x-65{column-gap:520px}.xl\:grid.gap-x-66{column-gap:528px}.xl\:grid.gap-x-67{column-gap:536px}.xl\:grid.gap-x-68{column-gap:544px}.xl\:grid.gap-x-69{column-gap:552px}.xl\:grid.gap-x-70{column-gap:560px}.xl\:grid.gap-x-71{column-gap:568px}.xl\:grid.gap-x-72{column-gap:576px}.xl\:grid.gap-x-73{column-gap:584px}.xl\:grid.gap-x-74{column-gap:592px}.xl\:grid.gap-x-75{column-gap:600px}.xl\:grid.gap-x-76{column-gap:608px}.xl\:grid.gap-x-77{column-gap:616px}.xl\:grid.gap-x-78{column-gap:624px}.xl\:grid.gap-x-79{column-gap:632px}.xl\:grid.gap-x-80{column-gap:640px}.xl\:grid.gap-x-81{column-gap:648px}.xl\:grid.gap-x-82{column-gap:656px}.xl\:grid.gap-x-83{column-gap:664px}.xl\:grid.gap-x-84{column-gap:672px}.xl\:grid.gap-x-85{column-gap:680px}.xl\:grid.gap-x-86{column-gap:688px}.xl\:grid.gap-x-87{column-gap:696px}.xl\:grid.gap-x-88{column-gap:704px}.xl\:grid.gap-x-89{column-gap:712px}.xl\:grid.gap-x-90{column-gap:720px}.xl\:grid.gap-x-91{column-gap:728px}.xl\:grid.gap-x-92{column-gap:736px}.xl\:grid.gap-x-93{column-gap:744px}.xl\:grid.gap-x-94{column-gap:752px}.xl\:grid.gap-x-95{column-gap:760px}.xl\:grid.gap-x-96{column-gap:768px}.xl\:grid.gap-x-97{column-gap:776px}.xl\:grid.gap-x-98{column-gap:784px}.xl\:grid.gap-x-99{column-gap:792px}.xl\:grid.gap-x-100{column-gap:800px}.xl\:grid.lg\:gap-x-0\.5{column-gap:4px}.xl\:grid.lg\:gap-x-0{column-gap:0px}.xl\:grid.lg\:gap-x-1{column-gap:8px}.xl\:grid.lg\:gap-x-2{column-gap:16px}.xl\:grid.lg\:gap-x-3{column-gap:24px}.xl\:grid.lg\:gap-x-4{column-gap:32px}.xl\:grid.lg\:gap-x-5{column-gap:40px}.xl\:grid.lg\:gap-x-6{column-gap:48px}.xl\:grid.lg\:gap-x-7{column-gap:56px}.xl\:grid.lg\:gap-x-8{column-gap:64px}.xl\:grid.lg\:gap-x-9{column-gap:72px}.xl\:grid.lg\:gap-x-10{column-gap:80px}.xl\:grid.lg\:gap-x-11{column-gap:88px}.xl\:grid.lg\:gap-x-12{column-gap:96px}.xl\:grid.lg\:gap-x-13{column-gap:104px}.xl\:grid.lg\:gap-x-14{column-gap:112px}.xl\:grid.lg\:gap-x-15{column-gap:120px}.xl\:grid.lg\:gap-x-16{column-gap:128px}.xl\:grid.lg\:gap-x-17{column-gap:136px}.xl\:grid.lg\:gap-x-18{column-gap:144px}.xl\:grid.lg\:gap-x-19{column-gap:152px}.xl\:grid.lg\:gap-x-20{column-gap:160px}.xl\:grid.lg\:gap-x-21{column-gap:168px}.xl\:grid.lg\:gap-x-22{column-gap:176px}.xl\:grid.lg\:gap-x-23{column-gap:184px}.xl\:grid.lg\:gap-x-24{column-gap:192px}.xl\:grid.lg\:gap-x-25{column-gap:200px}.xl\:grid.lg\:gap-x-26{column-gap:208px}.xl\:grid.lg\:gap-x-27{column-gap:216px}.xl\:grid.lg\:gap-x-28{column-gap:224px}.xl\:grid.lg\:gap-x-29{column-gap:232px}.xl\:grid.lg\:gap-x-30{column-gap:240px}.xl\:grid.lg\:gap-x-31{column-gap:248px}.xl\:grid.lg\:gap-x-32{column-gap:256px}.xl\:grid.lg\:gap-x-33{column-gap:264px}.xl\:grid.lg\:gap-x-34{column-gap:272px}.xl\:grid.lg\:gap-x-35{column-gap:280px}.xl\:grid.lg\:gap-x-36{column-gap:288px}.xl\:grid.lg\:gap-x-37{column-gap:296px}.xl\:grid.lg\:gap-x-38{column-gap:304px}.xl\:grid.lg\:gap-x-39{column-gap:312px}.xl\:grid.lg\:gap-x-40{column-gap:320px}.xl\:grid.lg\:gap-x-41{column-gap:328px}.xl\:grid.lg\:gap-x-42{column-gap:336px}.xl\:grid.lg\:gap-x-43{column-gap:344px}.xl\:grid.lg\:gap-x-44{column-gap:352px}.xl\:grid.lg\:gap-x-45{column-gap:360px}.xl\:grid.lg\:gap-x-46{column-gap:368px}.xl\:grid.lg\:gap-x-47{column-gap:376px}.xl\:grid.lg\:gap-x-48{column-gap:384px}.xl\:grid.lg\:gap-x-49{column-gap:392px}.xl\:grid.lg\:gap-x-50{column-gap:400px}.xl\:grid.lg\:gap-x-51{column-gap:408px}.xl\:grid.lg\:gap-x-52{column-gap:416px}.xl\:grid.lg\:gap-x-53{column-gap:424px}.xl\:grid.lg\:gap-x-54{column-gap:432px}.xl\:grid.lg\:gap-x-55{column-gap:440px}.xl\:grid.lg\:gap-x-56{column-gap:448px}.xl\:grid.lg\:gap-x-57{column-gap:456px}.xl\:grid.lg\:gap-x-58{column-gap:464px}.xl\:grid.lg\:gap-x-59{column-gap:472px}.xl\:grid.lg\:gap-x-60{column-gap:480px}.xl\:grid.lg\:gap-x-61{column-gap:488px}.xl\:grid.lg\:gap-x-62{column-gap:496px}.xl\:grid.lg\:gap-x-63{column-gap:504px}.xl\:grid.lg\:gap-x-64{column-gap:512px}.xl\:grid.lg\:gap-x-65{column-gap:520px}.xl\:grid.lg\:gap-x-66{column-gap:528px}.xl\:grid.lg\:gap-x-67{column-gap:536px}.xl\:grid.lg\:gap-x-68{column-gap:544px}.xl\:grid.lg\:gap-x-69{column-gap:552px}.xl\:grid.lg\:gap-x-70{column-gap:560px}.xl\:grid.lg\:gap-x-71{column-gap:568px}.xl\:grid.lg\:gap-x-72{column-gap:576px}.xl\:grid.lg\:gap-x-73{column-gap:584px}.xl\:grid.lg\:gap-x-74{column-gap:592px}.xl\:grid.lg\:gap-x-75{column-gap:600px}.xl\:grid.lg\:gap-x-76{column-gap:608px}.xl\:grid.lg\:gap-x-77{column-gap:616px}.xl\:grid.lg\:gap-x-78{column-gap:624px}.xl\:grid.lg\:gap-x-79{column-gap:632px}.xl\:grid.lg\:gap-x-80{column-gap:640px}.xl\:grid.lg\:gap-x-81{column-gap:648px}.xl\:grid.lg\:gap-x-82{column-gap:656px}.xl\:grid.lg\:gap-x-83{column-gap:664px}.xl\:grid.lg\:gap-x-84{column-gap:672px}.xl\:grid.lg\:gap-x-85{column-gap:680px}.xl\:grid.lg\:gap-x-86{column-gap:688px}.xl\:grid.lg\:gap-x-87{column-gap:696px}.xl\:grid.lg\:gap-x-88{column-gap:704px}.xl\:grid.lg\:gap-x-89{column-gap:712px}.xl\:grid.lg\:gap-x-90{column-gap:720px}.xl\:grid.lg\:gap-x-91{column-gap:728px}.xl\:grid.lg\:gap-x-92{column-gap:736px}.xl\:grid.lg\:gap-x-93{column-gap:744px}.xl\:grid.lg\:gap-x-94{column-gap:752px}.xl\:grid.lg\:gap-x-95{column-gap:760px}.xl\:grid.lg\:gap-x-96{column-gap:768px}.xl\:grid.lg\:gap-x-97{column-gap:776px}.xl\:grid.lg\:gap-x-98{column-gap:784px}.xl\:grid.lg\:gap-x-99{column-gap:792px}.xl\:grid.lg\:gap-x-100{column-gap:800px}.xl\:grid.xl\:gap-x-0\.5{column-gap:4px}.xl\:grid.xl\:gap-x-0{column-gap:0px}.xl\:grid.xl\:gap-x-1{column-gap:8px}.xl\:grid.xl\:gap-x-2{column-gap:16px}.xl\:grid.xl\:gap-x-3{column-gap:24px}.xl\:grid.xl\:gap-x-4{column-gap:32px}.xl\:grid.xl\:gap-x-5{column-gap:40px}.xl\:grid.xl\:gap-x-6{column-gap:48px}.xl\:grid.xl\:gap-x-7{column-gap:56px}.xl\:grid.xl\:gap-x-8{column-gap:64px}.xl\:grid.xl\:gap-x-9{column-gap:72px}.xl\:grid.xl\:gap-x-10{column-gap:80px}.xl\:grid.xl\:gap-x-11{column-gap:88px}.xl\:grid.xl\:gap-x-12{column-gap:96px}.xl\:grid.xl\:gap-x-13{column-gap:104px}.xl\:grid.xl\:gap-x-14{column-gap:112px}.xl\:grid.xl\:gap-x-15{column-gap:120px}.xl\:grid.xl\:gap-x-16{column-gap:128px}.xl\:grid.xl\:gap-x-17{column-gap:136px}.xl\:grid.xl\:gap-x-18{column-gap:144px}.xl\:grid.xl\:gap-x-19{column-gap:152px}.xl\:grid.xl\:gap-x-20{column-gap:160px}.xl\:grid.xl\:gap-x-21{column-gap:168px}.xl\:grid.xl\:gap-x-22{column-gap:176px}.xl\:grid.xl\:gap-x-23{column-gap:184px}.xl\:grid.xl\:gap-x-24{column-gap:192px}.xl\:grid.xl\:gap-x-25{column-gap:200px}.xl\:grid.xl\:gap-x-26{column-gap:208px}.xl\:grid.xl\:gap-x-27{column-gap:216px}.xl\:grid.xl\:gap-x-28{column-gap:224px}.xl\:grid.xl\:gap-x-29{column-gap:232px}.xl\:grid.xl\:gap-x-30{column-gap:240px}.xl\:grid.xl\:gap-x-31{column-gap:248px}.xl\:grid.xl\:gap-x-32{column-gap:256px}.xl\:grid.xl\:gap-x-33{column-gap:264px}.xl\:grid.xl\:gap-x-34{column-gap:272px}.xl\:grid.xl\:gap-x-35{column-gap:280px}.xl\:grid.xl\:gap-x-36{column-gap:288px}.xl\:grid.xl\:gap-x-37{column-gap:296px}.xl\:grid.xl\:gap-x-38{column-gap:304px}.xl\:grid.xl\:gap-x-39{column-gap:312px}.xl\:grid.xl\:gap-x-40{column-gap:320px}.xl\:grid.xl\:gap-x-41{column-gap:328px}.xl\:grid.xl\:gap-x-42{column-gap:336px}.xl\:grid.xl\:gap-x-43{column-gap:344px}.xl\:grid.xl\:gap-x-44{column-gap:352px}.xl\:grid.xl\:gap-x-45{column-gap:360px}.xl\:grid.xl\:gap-x-46{column-gap:368px}.xl\:grid.xl\:gap-x-47{column-gap:376px}.xl\:grid.xl\:gap-x-48{column-gap:384px}.xl\:grid.xl\:gap-x-49{column-gap:392px}.xl\:grid.xl\:gap-x-50{column-gap:400px}.xl\:grid.xl\:gap-x-51{column-gap:408px}.xl\:grid.xl\:gap-x-52{column-gap:416px}.xl\:grid.xl\:gap-x-53{column-gap:424px}.xl\:grid.xl\:gap-x-54{column-gap:432px}.xl\:grid.xl\:gap-x-55{column-gap:440px}.xl\:grid.xl\:gap-x-56{column-gap:448px}.xl\:grid.xl\:gap-x-57{column-gap:456px}.xl\:grid.xl\:gap-x-58{column-gap:464px}.xl\:grid.xl\:gap-x-59{column-gap:472px}.xl\:grid.xl\:gap-x-60{column-gap:480px}.xl\:grid.xl\:gap-x-61{column-gap:488px}.xl\:grid.xl\:gap-x-62{column-gap:496px}.xl\:grid.xl\:gap-x-63{column-gap:504px}.xl\:grid.xl\:gap-x-64{column-gap:512px}.xl\:grid.xl\:gap-x-65{column-gap:520px}.xl\:grid.xl\:gap-x-66{column-gap:528px}.xl\:grid.xl\:gap-x-67{column-gap:536px}.xl\:grid.xl\:gap-x-68{column-gap:544px}.xl\:grid.xl\:gap-x-69{column-gap:552px}.xl\:grid.xl\:gap-x-70{column-gap:560px}.xl\:grid.xl\:gap-x-71{column-gap:568px}.xl\:grid.xl\:gap-x-72{column-gap:576px}.xl\:grid.xl\:gap-x-73{column-gap:584px}.xl\:grid.xl\:gap-x-74{column-gap:592px}.xl\:grid.xl\:gap-x-75{column-gap:600px}.xl\:grid.xl\:gap-x-76{column-gap:608px}.xl\:grid.xl\:gap-x-77{column-gap:616px}.xl\:grid.xl\:gap-x-78{column-gap:624px}.xl\:grid.xl\:gap-x-79{column-gap:632px}.xl\:grid.xl\:gap-x-80{column-gap:640px}.xl\:grid.xl\:gap-x-81{column-gap:648px}.xl\:grid.xl\:gap-x-82{column-gap:656px}.xl\:grid.xl\:gap-x-83{column-gap:664px}.xl\:grid.xl\:gap-x-84{column-gap:672px}.xl\:grid.xl\:gap-x-85{column-gap:680px}.xl\:grid.xl\:gap-x-86{column-gap:688px}.xl\:grid.xl\:gap-x-87{column-gap:696px}.xl\:grid.xl\:gap-x-88{column-gap:704px}.xl\:grid.xl\:gap-x-89{column-gap:712px}.xl\:grid.xl\:gap-x-90{column-gap:720px}.xl\:grid.xl\:gap-x-91{column-gap:728px}.xl\:grid.xl\:gap-x-92{column-gap:736px}.xl\:grid.xl\:gap-x-93{column-gap:744px}.xl\:grid.xl\:gap-x-94{column-gap:752px}.xl\:grid.xl\:gap-x-95{column-gap:760px}.xl\:grid.xl\:gap-x-96{column-gap:768px}.xl\:grid.xl\:gap-x-97{column-gap:776px}.xl\:grid.xl\:gap-x-98{column-gap:784px}.xl\:grid.xl\:gap-x-99{column-gap:792px}.xl\:grid.xl\:gap-x-100{column-gap:800px}.xl\:grid.gap-y-0\.5{row-gap:4px}.xl\:grid.gap-y-0{row-gap:0px}.xl\:grid.gap-y-1{row-gap:8px}.xl\:grid.gap-y-2{row-gap:16px}.xl\:grid.gap-y-3{row-gap:24px}.xl\:grid.gap-y-4{row-gap:32px}.xl\:grid.gap-y-5{row-gap:40px}.xl\:grid.gap-y-6{row-gap:48px}.xl\:grid.gap-y-7{row-gap:56px}.xl\:grid.gap-y-8{row-gap:64px}.xl\:grid.gap-y-9{row-gap:72px}.xl\:grid.gap-y-10{row-gap:80px}.xl\:grid.gap-y-11{row-gap:88px}.xl\:grid.gap-y-12{row-gap:96px}.xl\:grid.gap-y-13{row-gap:104px}.xl\:grid.gap-y-14{row-gap:112px}.xl\:grid.gap-y-15{row-gap:120px}.xl\:grid.gap-y-16{row-gap:128px}.xl\:grid.gap-y-17{row-gap:136px}.xl\:grid.gap-y-18{row-gap:144px}.xl\:grid.gap-y-19{row-gap:152px}.xl\:grid.gap-y-20{row-gap:160px}.xl\:grid.gap-y-21{row-gap:168px}.xl\:grid.gap-y-22{row-gap:176px}.xl\:grid.gap-y-23{row-gap:184px}.xl\:grid.gap-y-24{row-gap:192px}.xl\:grid.gap-y-25{row-gap:200px}.xl\:grid.gap-y-26{row-gap:208px}.xl\:grid.gap-y-27{row-gap:216px}.xl\:grid.gap-y-28{row-gap:224px}.xl\:grid.gap-y-29{row-gap:232px}.xl\:grid.gap-y-30{row-gap:240px}.xl\:grid.gap-y-31{row-gap:248px}.xl\:grid.gap-y-32{row-gap:256px}.xl\:grid.gap-y-33{row-gap:264px}.xl\:grid.gap-y-34{row-gap:272px}.xl\:grid.gap-y-35{row-gap:280px}.xl\:grid.gap-y-36{row-gap:288px}.xl\:grid.gap-y-37{row-gap:296px}.xl\:grid.gap-y-38{row-gap:304px}.xl\:grid.gap-y-39{row-gap:312px}.xl\:grid.gap-y-40{row-gap:320px}.xl\:grid.gap-y-41{row-gap:328px}.xl\:grid.gap-y-42{row-gap:336px}.xl\:grid.gap-y-43{row-gap:344px}.xl\:grid.gap-y-44{row-gap:352px}.xl\:grid.gap-y-45{row-gap:360px}.xl\:grid.gap-y-46{row-gap:368px}.xl\:grid.gap-y-47{row-gap:376px}.xl\:grid.gap-y-48{row-gap:384px}.xl\:grid.gap-y-49{row-gap:392px}.xl\:grid.gap-y-50{row-gap:400px}.xl\:grid.gap-y-51{row-gap:408px}.xl\:grid.gap-y-52{row-gap:416px}.xl\:grid.gap-y-53{row-gap:424px}.xl\:grid.gap-y-54{row-gap:432px}.xl\:grid.gap-y-55{row-gap:440px}.xl\:grid.gap-y-56{row-gap:448px}.xl\:grid.gap-y-57{row-gap:456px}.xl\:grid.gap-y-58{row-gap:464px}.xl\:grid.gap-y-59{row-gap:472px}.xl\:grid.gap-y-60{row-gap:480px}.xl\:grid.gap-y-61{row-gap:488px}.xl\:grid.gap-y-62{row-gap:496px}.xl\:grid.gap-y-63{row-gap:504px}.xl\:grid.gap-y-64{row-gap:512px}.xl\:grid.gap-y-65{row-gap:520px}.xl\:grid.gap-y-66{row-gap:528px}.xl\:grid.gap-y-67{row-gap:536px}.xl\:grid.gap-y-68{row-gap:544px}.xl\:grid.gap-y-69{row-gap:552px}.xl\:grid.gap-y-70{row-gap:560px}.xl\:grid.gap-y-71{row-gap:568px}.xl\:grid.gap-y-72{row-gap:576px}.xl\:grid.gap-y-73{row-gap:584px}.xl\:grid.gap-y-74{row-gap:592px}.xl\:grid.gap-y-75{row-gap:600px}.xl\:grid.gap-y-76{row-gap:608px}.xl\:grid.gap-y-77{row-gap:616px}.xl\:grid.gap-y-78{row-gap:624px}.xl\:grid.gap-y-79{row-gap:632px}.xl\:grid.gap-y-80{row-gap:640px}.xl\:grid.gap-y-81{row-gap:648px}.xl\:grid.gap-y-82{row-gap:656px}.xl\:grid.gap-y-83{row-gap:664px}.xl\:grid.gap-y-84{row-gap:672px}.xl\:grid.gap-y-85{row-gap:680px}.xl\:grid.gap-y-86{row-gap:688px}.xl\:grid.gap-y-87{row-gap:696px}.xl\:grid.gap-y-88{row-gap:704px}.xl\:grid.gap-y-89{row-gap:712px}.xl\:grid.gap-y-90{row-gap:720px}.xl\:grid.gap-y-91{row-gap:728px}.xl\:grid.gap-y-92{row-gap:736px}.xl\:grid.gap-y-93{row-gap:744px}.xl\:grid.gap-y-94{row-gap:752px}.xl\:grid.gap-y-95{row-gap:760px}.xl\:grid.gap-y-96{row-gap:768px}.xl\:grid.gap-y-97{row-gap:776px}.xl\:grid.gap-y-98{row-gap:784px}.xl\:grid.gap-y-99{row-gap:792px}.xl\:grid.gap-y-100{row-gap:800px}.xl\:grid.lg\:gap-y-0\.5{row-gap:4px}.xl\:grid.lg\:gap-y-0{row-gap:0px}.xl\:grid.lg\:gap-y-1{row-gap:8px}.xl\:grid.lg\:gap-y-2{row-gap:16px}.xl\:grid.lg\:gap-y-3{row-gap:24px}.xl\:grid.lg\:gap-y-4{row-gap:32px}.xl\:grid.lg\:gap-y-5{row-gap:40px}.xl\:grid.lg\:gap-y-6{row-gap:48px}.xl\:grid.lg\:gap-y-7{row-gap:56px}.xl\:grid.lg\:gap-y-8{row-gap:64px}.xl\:grid.lg\:gap-y-9{row-gap:72px}.xl\:grid.lg\:gap-y-10{row-gap:80px}.xl\:grid.lg\:gap-y-11{row-gap:88px}.xl\:grid.lg\:gap-y-12{row-gap:96px}.xl\:grid.lg\:gap-y-13{row-gap:104px}.xl\:grid.lg\:gap-y-14{row-gap:112px}.xl\:grid.lg\:gap-y-15{row-gap:120px}.xl\:grid.lg\:gap-y-16{row-gap:128px}.xl\:grid.lg\:gap-y-17{row-gap:136px}.xl\:grid.lg\:gap-y-18{row-gap:144px}.xl\:grid.lg\:gap-y-19{row-gap:152px}.xl\:grid.lg\:gap-y-20{row-gap:160px}.xl\:grid.lg\:gap-y-21{row-gap:168px}.xl\:grid.lg\:gap-y-22{row-gap:176px}.xl\:grid.lg\:gap-y-23{row-gap:184px}.xl\:grid.lg\:gap-y-24{row-gap:192px}.xl\:grid.lg\:gap-y-25{row-gap:200px}.xl\:grid.lg\:gap-y-26{row-gap:208px}.xl\:grid.lg\:gap-y-27{row-gap:216px}.xl\:grid.lg\:gap-y-28{row-gap:224px}.xl\:grid.lg\:gap-y-29{row-gap:232px}.xl\:grid.lg\:gap-y-30{row-gap:240px}.xl\:grid.lg\:gap-y-31{row-gap:248px}.xl\:grid.lg\:gap-y-32{row-gap:256px}.xl\:grid.lg\:gap-y-33{row-gap:264px}.xl\:grid.lg\:gap-y-34{row-gap:272px}.xl\:grid.lg\:gap-y-35{row-gap:280px}.xl\:grid.lg\:gap-y-36{row-gap:288px}.xl\:grid.lg\:gap-y-37{row-gap:296px}.xl\:grid.lg\:gap-y-38{row-gap:304px}.xl\:grid.lg\:gap-y-39{row-gap:312px}.xl\:grid.lg\:gap-y-40{row-gap:320px}.xl\:grid.lg\:gap-y-41{row-gap:328px}.xl\:grid.lg\:gap-y-42{row-gap:336px}.xl\:grid.lg\:gap-y-43{row-gap:344px}.xl\:grid.lg\:gap-y-44{row-gap:352px}.xl\:grid.lg\:gap-y-45{row-gap:360px}.xl\:grid.lg\:gap-y-46{row-gap:368px}.xl\:grid.lg\:gap-y-47{row-gap:376px}.xl\:grid.lg\:gap-y-48{row-gap:384px}.xl\:grid.lg\:gap-y-49{row-gap:392px}.xl\:grid.lg\:gap-y-50{row-gap:400px}.xl\:grid.lg\:gap-y-51{row-gap:408px}.xl\:grid.lg\:gap-y-52{row-gap:416px}.xl\:grid.lg\:gap-y-53{row-gap:424px}.xl\:grid.lg\:gap-y-54{row-gap:432px}.xl\:grid.lg\:gap-y-55{row-gap:440px}.xl\:grid.lg\:gap-y-56{row-gap:448px}.xl\:grid.lg\:gap-y-57{row-gap:456px}.xl\:grid.lg\:gap-y-58{row-gap:464px}.xl\:grid.lg\:gap-y-59{row-gap:472px}.xl\:grid.lg\:gap-y-60{row-gap:480px}.xl\:grid.lg\:gap-y-61{row-gap:488px}.xl\:grid.lg\:gap-y-62{row-gap:496px}.xl\:grid.lg\:gap-y-63{row-gap:504px}.xl\:grid.lg\:gap-y-64{row-gap:512px}.xl\:grid.lg\:gap-y-65{row-gap:520px}.xl\:grid.lg\:gap-y-66{row-gap:528px}.xl\:grid.lg\:gap-y-67{row-gap:536px}.xl\:grid.lg\:gap-y-68{row-gap:544px}.xl\:grid.lg\:gap-y-69{row-gap:552px}.xl\:grid.lg\:gap-y-70{row-gap:560px}.xl\:grid.lg\:gap-y-71{row-gap:568px}.xl\:grid.lg\:gap-y-72{row-gap:576px}.xl\:grid.lg\:gap-y-73{row-gap:584px}.xl\:grid.lg\:gap-y-74{row-gap:592px}.xl\:grid.lg\:gap-y-75{row-gap:600px}.xl\:grid.lg\:gap-y-76{row-gap:608px}.xl\:grid.lg\:gap-y-77{row-gap:616px}.xl\:grid.lg\:gap-y-78{row-gap:624px}.xl\:grid.lg\:gap-y-79{row-gap:632px}.xl\:grid.lg\:gap-y-80{row-gap:640px}.xl\:grid.lg\:gap-y-81{row-gap:648px}.xl\:grid.lg\:gap-y-82{row-gap:656px}.xl\:grid.lg\:gap-y-83{row-gap:664px}.xl\:grid.lg\:gap-y-84{row-gap:672px}.xl\:grid.lg\:gap-y-85{row-gap:680px}.xl\:grid.lg\:gap-y-86{row-gap:688px}.xl\:grid.lg\:gap-y-87{row-gap:696px}.xl\:grid.lg\:gap-y-88{row-gap:704px}.xl\:grid.lg\:gap-y-89{row-gap:712px}.xl\:grid.lg\:gap-y-90{row-gap:720px}.xl\:grid.lg\:gap-y-91{row-gap:728px}.xl\:grid.lg\:gap-y-92{row-gap:736px}.xl\:grid.lg\:gap-y-93{row-gap:744px}.xl\:grid.lg\:gap-y-94{row-gap:752px}.xl\:grid.lg\:gap-y-95{row-gap:760px}.xl\:grid.lg\:gap-y-96{row-gap:768px}.xl\:grid.lg\:gap-y-97{row-gap:776px}.xl\:grid.lg\:gap-y-98{row-gap:784px}.xl\:grid.lg\:gap-y-99{row-gap:792px}.xl\:grid.lg\:gap-y-100{row-gap:800px}.xl\:grid.xl\:gap-y-0\.5{row-gap:4px}.xl\:grid.xl\:gap-y-0{row-gap:0px}.xl\:grid.xl\:gap-y-1{row-gap:8px}.xl\:grid.xl\:gap-y-2{row-gap:16px}.xl\:grid.xl\:gap-y-3{row-gap:24px}.xl\:grid.xl\:gap-y-4{row-gap:32px}.xl\:grid.xl\:gap-y-5{row-gap:40px}.xl\:grid.xl\:gap-y-6{row-gap:48px}.xl\:grid.xl\:gap-y-7{row-gap:56px}.xl\:grid.xl\:gap-y-8{row-gap:64px}.xl\:grid.xl\:gap-y-9{row-gap:72px}.xl\:grid.xl\:gap-y-10{row-gap:80px}.xl\:grid.xl\:gap-y-11{row-gap:88px}.xl\:grid.xl\:gap-y-12{row-gap:96px}.xl\:grid.xl\:gap-y-13{row-gap:104px}.xl\:grid.xl\:gap-y-14{row-gap:112px}.xl\:grid.xl\:gap-y-15{row-gap:120px}.xl\:grid.xl\:gap-y-16{row-gap:128px}.xl\:grid.xl\:gap-y-17{row-gap:136px}.xl\:grid.xl\:gap-y-18{row-gap:144px}.xl\:grid.xl\:gap-y-19{row-gap:152px}.xl\:grid.xl\:gap-y-20{row-gap:160px}.xl\:grid.xl\:gap-y-21{row-gap:168px}.xl\:grid.xl\:gap-y-22{row-gap:176px}.xl\:grid.xl\:gap-y-23{row-gap:184px}.xl\:grid.xl\:gap-y-24{row-gap:192px}.xl\:grid.xl\:gap-y-25{row-gap:200px}.xl\:grid.xl\:gap-y-26{row-gap:208px}.xl\:grid.xl\:gap-y-27{row-gap:216px}.xl\:grid.xl\:gap-y-28{row-gap:224px}.xl\:grid.xl\:gap-y-29{row-gap:232px}.xl\:grid.xl\:gap-y-30{row-gap:240px}.xl\:grid.xl\:gap-y-31{row-gap:248px}.xl\:grid.xl\:gap-y-32{row-gap:256px}.xl\:grid.xl\:gap-y-33{row-gap:264px}.xl\:grid.xl\:gap-y-34{row-gap:272px}.xl\:grid.xl\:gap-y-35{row-gap:280px}.xl\:grid.xl\:gap-y-36{row-gap:288px}.xl\:grid.xl\:gap-y-37{row-gap:296px}.xl\:grid.xl\:gap-y-38{row-gap:304px}.xl\:grid.xl\:gap-y-39{row-gap:312px}.xl\:grid.xl\:gap-y-40{row-gap:320px}.xl\:grid.xl\:gap-y-41{row-gap:328px}.xl\:grid.xl\:gap-y-42{row-gap:336px}.xl\:grid.xl\:gap-y-43{row-gap:344px}.xl\:grid.xl\:gap-y-44{row-gap:352px}.xl\:grid.xl\:gap-y-45{row-gap:360px}.xl\:grid.xl\:gap-y-46{row-gap:368px}.xl\:grid.xl\:gap-y-47{row-gap:376px}.xl\:grid.xl\:gap-y-48{row-gap:384px}.xl\:grid.xl\:gap-y-49{row-gap:392px}.xl\:grid.xl\:gap-y-50{row-gap:400px}.xl\:grid.xl\:gap-y-51{row-gap:408px}.xl\:grid.xl\:gap-y-52{row-gap:416px}.xl\:grid.xl\:gap-y-53{row-gap:424px}.xl\:grid.xl\:gap-y-54{row-gap:432px}.xl\:grid.xl\:gap-y-55{row-gap:440px}.xl\:grid.xl\:gap-y-56{row-gap:448px}.xl\:grid.xl\:gap-y-57{row-gap:456px}.xl\:grid.xl\:gap-y-58{row-gap:464px}.xl\:grid.xl\:gap-y-59{row-gap:472px}.xl\:grid.xl\:gap-y-60{row-gap:480px}.xl\:grid.xl\:gap-y-61{row-gap:488px}.xl\:grid.xl\:gap-y-62{row-gap:496px}.xl\:grid.xl\:gap-y-63{row-gap:504px}.xl\:grid.xl\:gap-y-64{row-gap:512px}.xl\:grid.xl\:gap-y-65{row-gap:520px}.xl\:grid.xl\:gap-y-66{row-gap:528px}.xl\:grid.xl\:gap-y-67{row-gap:536px}.xl\:grid.xl\:gap-y-68{row-gap:544px}.xl\:grid.xl\:gap-y-69{row-gap:552px}.xl\:grid.xl\:gap-y-70{row-gap:560px}.xl\:grid.xl\:gap-y-71{row-gap:568px}.xl\:grid.xl\:gap-y-72{row-gap:576px}.xl\:grid.xl\:gap-y-73{row-gap:584px}.xl\:grid.xl\:gap-y-74{row-gap:592px}.xl\:grid.xl\:gap-y-75{row-gap:600px}.xl\:grid.xl\:gap-y-76{row-gap:608px}.xl\:grid.xl\:gap-y-77{row-gap:616px}.xl\:grid.xl\:gap-y-78{row-gap:624px}.xl\:grid.xl\:gap-y-79{row-gap:632px}.xl\:grid.xl\:gap-y-80{row-gap:640px}.xl\:grid.xl\:gap-y-81{row-gap:648px}.xl\:grid.xl\:gap-y-82{row-gap:656px}.xl\:grid.xl\:gap-y-83{row-gap:664px}.xl\:grid.xl\:gap-y-84{row-gap:672px}.xl\:grid.xl\:gap-y-85{row-gap:680px}.xl\:grid.xl\:gap-y-86{row-gap:688px}.xl\:grid.xl\:gap-y-87{row-gap:696px}.xl\:grid.xl\:gap-y-88{row-gap:704px}.xl\:grid.xl\:gap-y-89{row-gap:712px}.xl\:grid.xl\:gap-y-90{row-gap:720px}.xl\:grid.xl\:gap-y-91{row-gap:728px}.xl\:grid.xl\:gap-y-92{row-gap:736px}.xl\:grid.xl\:gap-y-93{row-gap:744px}.xl\:grid.xl\:gap-y-94{row-gap:752px}.xl\:grid.xl\:gap-y-95{row-gap:760px}.xl\:grid.xl\:gap-y-96{row-gap:768px}.xl\:grid.xl\:gap-y-97{row-gap:776px}.xl\:grid.xl\:gap-y-98{row-gap:784px}.xl\:grid.xl\:gap-y-99{row-gap:792px}.xl\:grid.xl\:gap-y-100{row-gap:800px}.xl\:grid .order-1{order:1}.xl\:grid .order-2{order:2}.xl\:grid .order-3{order:3}.xl\:grid .order-4{order:4}.xl\:grid .order-5{order:5}.xl\:grid .order-6{order:6}.xl\:grid .order-7{order:7}.xl\:grid .order-8{order:8}.xl\:grid .order-9{order:9}.xl\:grid .order-10{order:10}.xl\:grid .order-11{order:11}.xl\:grid .order-12{order:12}.xl\:grid .order-13{order:13}.xl\:grid .order-14{order:14}.xl\:grid .order-15{order:15}.xl\:grid .order-16{order:16}.xl\:grid .order-17{order:17}.xl\:grid .order-18{order:18}.xl\:grid .order-19{order:19}.xl\:grid .order-20{order:20}.xl\:grid .order-21{order:21}.xl\:grid .order-22{order:22}.xl\:grid .order-23{order:23}.xl\:grid .order-24{order:24}.xl\:grid .order-25{order:25}.xl\:grid .order-26{order:26}.xl\:grid .order-27{order:27}.xl\:grid .order-28{order:28}.xl\:grid .order-29{order:29}.xl\:grid .order-30{order:30}.xl\:grid .order-31{order:31}.xl\:grid .order-32{order:32}.xl\:grid .order-33{order:33}.xl\:grid .order-34{order:34}.xl\:grid .order-35{order:35}.xl\:grid .order-36{order:36}.xl\:grid .order-37{order:37}.xl\:grid .order-38{order:38}.xl\:grid .order-39{order:39}.xl\:grid .order-40{order:40}.xl\:grid .order-41{order:41}.xl\:grid .order-42{order:42}.xl\:grid .order-43{order:43}.xl\:grid .order-44{order:44}.xl\:grid .order-45{order:45}.xl\:grid .order-46{order:46}.xl\:grid .order-47{order:47}.xl\:grid .order-48{order:48}.xl\:grid .order-49{order:49}.xl\:grid .order-50{order:50}.xl\:grid .order-51{order:51}.xl\:grid .order-52{order:52}.xl\:grid .order-53{order:53}.xl\:grid .order-54{order:54}.xl\:grid .order-55{order:55}.xl\:grid .order-56{order:56}.xl\:grid .order-57{order:57}.xl\:grid .order-58{order:58}.xl\:grid .order-59{order:59}.xl\:grid .order-60{order:60}.xl\:grid .order-61{order:61}.xl\:grid .order-62{order:62}.xl\:grid .order-63{order:63}.xl\:grid .order-64{order:64}.xl\:grid .order-65{order:65}.xl\:grid .order-66{order:66}.xl\:grid .order-67{order:67}.xl\:grid .order-68{order:68}.xl\:grid .order-69{order:69}.xl\:grid .order-70{order:70}.xl\:grid .order-71{order:71}.xl\:grid .order-72{order:72}.xl\:grid .order-73{order:73}.xl\:grid .order-74{order:74}.xl\:grid .order-75{order:75}.xl\:grid .order-76{order:76}.xl\:grid .order-77{order:77}.xl\:grid .order-78{order:78}.xl\:grid .order-79{order:79}.xl\:grid .order-80{order:80}.xl\:grid .order-81{order:81}.xl\:grid .order-82{order:82}.xl\:grid .order-83{order:83}.xl\:grid .order-84{order:84}.xl\:grid .order-85{order:85}.xl\:grid .order-86{order:86}.xl\:grid .order-87{order:87}.xl\:grid .order-88{order:88}.xl\:grid .order-89{order:89}.xl\:grid .order-90{order:90}.xl\:grid .order-91{order:91}.xl\:grid .order-92{order:92}.xl\:grid .order-93{order:93}.xl\:grid .order-94{order:94}.xl\:grid .order-95{order:95}.xl\:grid .order-96{order:96}.xl\:grid .order-97{order:97}.xl\:grid .order-98{order:98}.xl\:grid .order-99{order:99}.xl\:grid .order-100{order:100}.xl\:grid .lg\:order-1{order:1}.xl\:grid .lg\:order-2{order:2}.xl\:grid .lg\:order-3{order:3}.xl\:grid .lg\:order-4{order:4}.xl\:grid .lg\:order-5{order:5}.xl\:grid .lg\:order-6{order:6}.xl\:grid .lg\:order-7{order:7}.xl\:grid .lg\:order-8{order:8}.xl\:grid .lg\:order-9{order:9}.xl\:grid .lg\:order-10{order:10}.xl\:grid .lg\:order-11{order:11}.xl\:grid .lg\:order-12{order:12}.xl\:grid .lg\:order-13{order:13}.xl\:grid .lg\:order-14{order:14}.xl\:grid .lg\:order-15{order:15}.xl\:grid .lg\:order-16{order:16}.xl\:grid .lg\:order-17{order:17}.xl\:grid .lg\:order-18{order:18}.xl\:grid .lg\:order-19{order:19}.xl\:grid .lg\:order-20{order:20}.xl\:grid .lg\:order-21{order:21}.xl\:grid .lg\:order-22{order:22}.xl\:grid .lg\:order-23{order:23}.xl\:grid .lg\:order-24{order:24}.xl\:grid .lg\:order-25{order:25}.xl\:grid .lg\:order-26{order:26}.xl\:grid .lg\:order-27{order:27}.xl\:grid .lg\:order-28{order:28}.xl\:grid .lg\:order-29{order:29}.xl\:grid .lg\:order-30{order:30}.xl\:grid .lg\:order-31{order:31}.xl\:grid .lg\:order-32{order:32}.xl\:grid .lg\:order-33{order:33}.xl\:grid .lg\:order-34{order:34}.xl\:grid .lg\:order-35{order:35}.xl\:grid .lg\:order-36{order:36}.xl\:grid .lg\:order-37{order:37}.xl\:grid .lg\:order-38{order:38}.xl\:grid .lg\:order-39{order:39}.xl\:grid .lg\:order-40{order:40}.xl\:grid .lg\:order-41{order:41}.xl\:grid .lg\:order-42{order:42}.xl\:grid .lg\:order-43{order:43}.xl\:grid .lg\:order-44{order:44}.xl\:grid .lg\:order-45{order:45}.xl\:grid .lg\:order-46{order:46}.xl\:grid .lg\:order-47{order:47}.xl\:grid .lg\:order-48{order:48}.xl\:grid .lg\:order-49{order:49}.xl\:grid .lg\:order-50{order:50}.xl\:grid .lg\:order-51{order:51}.xl\:grid .lg\:order-52{order:52}.xl\:grid .lg\:order-53{order:53}.xl\:grid .lg\:order-54{order:54}.xl\:grid .lg\:order-55{order:55}.xl\:grid .lg\:order-56{order:56}.xl\:grid .lg\:order-57{order:57}.xl\:grid .lg\:order-58{order:58}.xl\:grid .lg\:order-59{order:59}.xl\:grid .lg\:order-60{order:60}.xl\:grid .lg\:order-61{order:61}.xl\:grid .lg\:order-62{order:62}.xl\:grid .lg\:order-63{order:63}.xl\:grid .lg\:order-64{order:64}.xl\:grid .lg\:order-65{order:65}.xl\:grid .lg\:order-66{order:66}.xl\:grid .lg\:order-67{order:67}.xl\:grid .lg\:order-68{order:68}.xl\:grid .lg\:order-69{order:69}.xl\:grid .lg\:order-70{order:70}.xl\:grid .lg\:order-71{order:71}.xl\:grid .lg\:order-72{order:72}.xl\:grid .lg\:order-73{order:73}.xl\:grid .lg\:order-74{order:74}.xl\:grid .lg\:order-75{order:75}.xl\:grid .lg\:order-76{order:76}.xl\:grid .lg\:order-77{order:77}.xl\:grid .lg\:order-78{order:78}.xl\:grid .lg\:order-79{order:79}.xl\:grid .lg\:order-80{order:80}.xl\:grid .lg\:order-81{order:81}.xl\:grid .lg\:order-82{order:82}.xl\:grid .lg\:order-83{order:83}.xl\:grid .lg\:order-84{order:84}.xl\:grid .lg\:order-85{order:85}.xl\:grid .lg\:order-86{order:86}.xl\:grid .lg\:order-87{order:87}.xl\:grid .lg\:order-88{order:88}.xl\:grid .lg\:order-89{order:89}.xl\:grid .lg\:order-90{order:90}.xl\:grid .lg\:order-91{order:91}.xl\:grid .lg\:order-92{order:92}.xl\:grid .lg\:order-93{order:93}.xl\:grid .lg\:order-94{order:94}.xl\:grid .lg\:order-95{order:95}.xl\:grid .lg\:order-96{order:96}.xl\:grid .lg\:order-97{order:97}.xl\:grid .lg\:order-98{order:98}.xl\:grid .lg\:order-99{order:99}.xl\:grid .lg\:order-100{order:100}.xl\:grid .xl\:order-1{order:1}.xl\:grid .xl\:order-2{order:2}.xl\:grid .xl\:order-3{order:3}.xl\:grid .xl\:order-4{order:4}.xl\:grid .xl\:order-5{order:5}.xl\:grid .xl\:order-6{order:6}.xl\:grid .xl\:order-7{order:7}.xl\:grid .xl\:order-8{order:8}.xl\:grid .xl\:order-9{order:9}.xl\:grid .xl\:order-10{order:10}.xl\:grid .xl\:order-11{order:11}.xl\:grid .xl\:order-12{order:12}.xl\:grid .xl\:order-13{order:13}.xl\:grid .xl\:order-14{order:14}.xl\:grid .xl\:order-15{order:15}.xl\:grid .xl\:order-16{order:16}.xl\:grid .xl\:order-17{order:17}.xl\:grid .xl\:order-18{order:18}.xl\:grid .xl\:order-19{order:19}.xl\:grid .xl\:order-20{order:20}.xl\:grid .xl\:order-21{order:21}.xl\:grid .xl\:order-22{order:22}.xl\:grid .xl\:order-23{order:23}.xl\:grid .xl\:order-24{order:24}.xl\:grid .xl\:order-25{order:25}.xl\:grid .xl\:order-26{order:26}.xl\:grid .xl\:order-27{order:27}.xl\:grid .xl\:order-28{order:28}.xl\:grid .xl\:order-29{order:29}.xl\:grid .xl\:order-30{order:30}.xl\:grid .xl\:order-31{order:31}.xl\:grid .xl\:order-32{order:32}.xl\:grid .xl\:order-33{order:33}.xl\:grid .xl\:order-34{order:34}.xl\:grid .xl\:order-35{order:35}.xl\:grid .xl\:order-36{order:36}.xl\:grid .xl\:order-37{order:37}.xl\:grid .xl\:order-38{order:38}.xl\:grid .xl\:order-39{order:39}.xl\:grid .xl\:order-40{order:40}.xl\:grid .xl\:order-41{order:41}.xl\:grid .xl\:order-42{order:42}.xl\:grid .xl\:order-43{order:43}.xl\:grid .xl\:order-44{order:44}.xl\:grid .xl\:order-45{order:45}.xl\:grid .xl\:order-46{order:46}.xl\:grid .xl\:order-47{order:47}.xl\:grid .xl\:order-48{order:48}.xl\:grid .xl\:order-49{order:49}.xl\:grid .xl\:order-50{order:50}.xl\:grid .xl\:order-51{order:51}.xl\:grid .xl\:order-52{order:52}.xl\:grid .xl\:order-53{order:53}.xl\:grid .xl\:order-54{order:54}.xl\:grid .xl\:order-55{order:55}.xl\:grid .xl\:order-56{order:56}.xl\:grid .xl\:order-57{order:57}.xl\:grid .xl\:order-58{order:58}.xl\:grid .xl\:order-59{order:59}.xl\:grid .xl\:order-60{order:60}.xl\:grid .xl\:order-61{order:61}.xl\:grid .xl\:order-62{order:62}.xl\:grid .xl\:order-63{order:63}.xl\:grid .xl\:order-64{order:64}.xl\:grid .xl\:order-65{order:65}.xl\:grid .xl\:order-66{order:66}.xl\:grid .xl\:order-67{order:67}.xl\:grid .xl\:order-68{order:68}.xl\:grid .xl\:order-69{order:69}.xl\:grid .xl\:order-70{order:70}.xl\:grid .xl\:order-71{order:71}.xl\:grid .xl\:order-72{order:72}.xl\:grid .xl\:order-73{order:73}.xl\:grid .xl\:order-74{order:74}.xl\:grid .xl\:order-75{order:75}.xl\:grid .xl\:order-76{order:76}.xl\:grid .xl\:order-77{order:77}.xl\:grid .xl\:order-78{order:78}.xl\:grid .xl\:order-79{order:79}.xl\:grid .xl\:order-80{order:80}.xl\:grid .xl\:order-81{order:81}.xl\:grid .xl\:order-82{order:82}.xl\:grid .xl\:order-83{order:83}.xl\:grid .xl\:order-84{order:84}.xl\:grid .xl\:order-85{order:85}.xl\:grid .xl\:order-86{order:86}.xl\:grid .xl\:order-87{order:87}.xl\:grid .xl\:order-88{order:88}.xl\:grid .xl\:order-89{order:89}.xl\:grid .xl\:order-90{order:90}.xl\:grid .xl\:order-91{order:91}.xl\:grid .xl\:order-92{order:92}.xl\:grid .xl\:order-93{order:93}.xl\:grid .xl\:order-94{order:94}.xl\:grid .xl\:order-95{order:95}.xl\:grid .xl\:order-96{order:96}.xl\:grid .xl\:order-97{order:97}.xl\:grid .xl\:order-98{order:98}.xl\:grid .xl\:order-99{order:99}.xl\:grid .xl\:order-100{order:100}.xl\:grid .col-span-1{grid-column:SPAN 1/SPAN 1}.xl\:grid .col-span-2{grid-column:SPAN 2/SPAN 2}.xl\:grid .col-span-3{grid-column:SPAN 3/SPAN 3}.xl\:grid .col-span-4{grid-column:SPAN 4/SPAN 4}.xl\:grid .col-span-5{grid-column:SPAN 5/SPAN 5}.xl\:grid .col-span-6{grid-column:SPAN 6/SPAN 6}.xl\:grid .col-span-7{grid-column:SPAN 7/SPAN 7}.xl\:grid .col-span-8{grid-column:SPAN 8/SPAN 8}.xl\:grid .col-span-9{grid-column:SPAN 9/SPAN 9}.xl\:grid .col-span-10{grid-column:SPAN 10/SPAN 10}.xl\:grid .col-span-11{grid-column:SPAN 11/SPAN 11}.xl\:grid .col-span-12{grid-column:SPAN 12/SPAN 12}.xl\:grid .lg\:col-span-1{grid-column:SPAN 1/SPAN 1}.xl\:grid .lg\:col-span-2{grid-column:SPAN 2/SPAN 2}.xl\:grid .lg\:col-span-3{grid-column:SPAN 3/SPAN 3}.xl\:grid .lg\:col-span-4{grid-column:SPAN 4/SPAN 4}.xl\:grid .lg\:col-span-5{grid-column:SPAN 5/SPAN 5}.xl\:grid .lg\:col-span-6{grid-column:SPAN 6/SPAN 6}.xl\:grid .lg\:col-span-7{grid-column:SPAN 7/SPAN 7}.xl\:grid .lg\:col-span-8{grid-column:SPAN 8/SPAN 8}.xl\:grid .lg\:col-span-9{grid-column:SPAN 9/SPAN 9}.xl\:grid .lg\:col-span-10{grid-column:SPAN 10/SPAN 10}.xl\:grid .lg\:col-span-11{grid-column:SPAN 11/SPAN 11}.xl\:grid .lg\:col-span-12{grid-column:SPAN 12/SPAN 12}.xl\:grid .xl\:col-span-1{grid-column:SPAN 1/SPAN 1}.xl\:grid .xl\:col-span-2{grid-column:SPAN 2/SPAN 2}.xl\:grid .xl\:col-span-3{grid-column:SPAN 3/SPAN 3}.xl\:grid .xl\:col-span-4{grid-column:SPAN 4/SPAN 4}.xl\:grid .xl\:col-span-5{grid-column:SPAN 5/SPAN 5}.xl\:grid .xl\:col-span-6{grid-column:SPAN 6/SPAN 6}.xl\:grid .xl\:col-span-7{grid-column:SPAN 7/SPAN 7}.xl\:grid .xl\:col-span-8{grid-column:SPAN 8/SPAN 8}.xl\:grid .xl\:col-span-9{grid-column:SPAN 9/SPAN 9}.xl\:grid .xl\:col-span-10{grid-column:SPAN 10/SPAN 10}.xl\:grid .xl\:col-span-11{grid-column:SPAN 11/SPAN 11}.xl\:grid .xl\:col-span-12{grid-column:SPAN 12/SPAN 12}.xl\:grid .col-start-1{grid-column-start:1}.xl\:grid .col-start-2{grid-column-start:2}.xl\:grid .col-start-3{grid-column-start:3}.xl\:grid .col-start-4{grid-column-start:4}.xl\:grid .col-start-5{grid-column-start:5}.xl\:grid .col-start-6{grid-column-start:6}.xl\:grid .col-start-7{grid-column-start:7}.xl\:grid .col-start-8{grid-column-start:8}.xl\:grid .col-start-9{grid-column-start:9}.xl\:grid .col-start-10{grid-column-start:10}.xl\:grid .col-start-11{grid-column-start:11}.xl\:grid .col-start-12{grid-column-start:12}.xl\:grid .lg\:col-start-1{grid-column-start:1}.xl\:grid .lg\:col-start-2{grid-column-start:2}.xl\:grid .lg\:col-start-3{grid-column-start:3}.xl\:grid .lg\:col-start-4{grid-column-start:4}.xl\:grid .lg\:col-start-5{grid-column-start:5}.xl\:grid .lg\:col-start-6{grid-column-start:6}.xl\:grid .lg\:col-start-7{grid-column-start:7}.xl\:grid .lg\:col-start-8{grid-column-start:8}.xl\:grid .lg\:col-start-9{grid-column-start:9}.xl\:grid .lg\:col-start-10{grid-column-start:10}.xl\:grid .lg\:col-start-11{grid-column-start:11}.xl\:grid .lg\:col-start-12{grid-column-start:12}.xl\:grid .xl\:col-start-1{grid-column-start:1}.xl\:grid .xl\:col-start-2{grid-column-start:2}.xl\:grid .xl\:col-start-3{grid-column-start:3}.xl\:grid .xl\:col-start-4{grid-column-start:4}.xl\:grid .xl\:col-start-5{grid-column-start:5}.xl\:grid .xl\:col-start-6{grid-column-start:6}.xl\:grid .xl\:col-start-7{grid-column-start:7}.xl\:grid .xl\:col-start-8{grid-column-start:8}.xl\:grid .xl\:col-start-9{grid-column-start:9}.xl\:grid .xl\:col-start-10{grid-column-start:10}.xl\:grid .xl\:col-start-11{grid-column-start:11}.xl\:grid .xl\:col-start-12{grid-column-start:12}.xl\:grid .col-end-1{grid-column-end:1}.xl\:grid .col-end-2{grid-column-end:2}.xl\:grid .col-end-3{grid-column-end:3}.xl\:grid .col-end-4{grid-column-end:4}.xl\:grid .col-end-5{grid-column-end:5}.xl\:grid .col-end-6{grid-column-end:6}.xl\:grid .col-end-7{grid-column-end:7}.xl\:grid .col-end-8{grid-column-end:8}.xl\:grid .col-end-9{grid-column-end:9}.xl\:grid .col-end-10{grid-column-end:10}.xl\:grid .col-end-11{grid-column-end:11}.xl\:grid .col-end-12{grid-column-end:12}.xl\:grid .lg\:col-end-1{grid-column-end:1}.xl\:grid .lg\:col-end-2{grid-column-end:2}.xl\:grid .lg\:col-end-3{grid-column-end:3}.xl\:grid .lg\:col-end-4{grid-column-end:4}.xl\:grid .lg\:col-end-5{grid-column-end:5}.xl\:grid .lg\:col-end-6{grid-column-end:6}.xl\:grid .lg\:col-end-7{grid-column-end:7}.xl\:grid .lg\:col-end-8{grid-column-end:8}.xl\:grid .lg\:col-end-9{grid-column-end:9}.xl\:grid .lg\:col-end-10{grid-column-end:10}.xl\:grid .lg\:col-end-11{grid-column-end:11}.xl\:grid .lg\:col-end-12{grid-column-end:12}.xl\:grid .xl\:col-end-1{grid-column-end:1}.xl\:grid .xl\:col-end-2{grid-column-end:2}.xl\:grid .xl\:col-end-3{grid-column-end:3}.xl\:grid .xl\:col-end-4{grid-column-end:4}.xl\:grid .xl\:col-end-5{grid-column-end:5}.xl\:grid .xl\:col-end-6{grid-column-end:6}.xl\:grid .xl\:col-end-7{grid-column-end:7}.xl\:grid .xl\:col-end-8{grid-column-end:8}.xl\:grid .xl\:col-end-9{grid-column-end:9}.xl\:grid .xl\:col-end-10{grid-column-end:10}.xl\:grid .xl\:col-end-11{grid-column-end:11}.xl\:grid .xl\:col-end-12{grid-column-end:12}.xl\:grid .row-span-1{grid-row:SPAN 1/SPAN 1}.xl\:grid .row-span-2{grid-row:SPAN 2/SPAN 2}.xl\:grid .row-span-3{grid-row:SPAN 3/SPAN 3}.xl\:grid .row-span-4{grid-row:SPAN 4/SPAN 4}.xl\:grid .row-span-5{grid-row:SPAN 5/SPAN 5}.xl\:grid .row-span-6{grid-row:SPAN 6/SPAN 6}.xl\:grid .row-span-7{grid-row:SPAN 7/SPAN 7}.xl\:grid .row-span-8{grid-row:SPAN 8/SPAN 8}.xl\:grid .row-span-9{grid-row:SPAN 9/SPAN 9}.xl\:grid .row-span-10{grid-row:SPAN 10/SPAN 10}.xl\:grid .row-span-11{grid-row:SPAN 11/SPAN 11}.xl\:grid .row-span-12{grid-row:SPAN 12/SPAN 12}.xl\:grid .lg\:row-span-1{grid-row:SPAN 1/SPAN 1}.xl\:grid .lg\:row-span-2{grid-row:SPAN 2/SPAN 2}.xl\:grid .lg\:row-span-3{grid-row:SPAN 3/SPAN 3}.xl\:grid .lg\:row-span-4{grid-row:SPAN 4/SPAN 4}.xl\:grid .lg\:row-span-5{grid-row:SPAN 5/SPAN 5}.xl\:grid .lg\:row-span-6{grid-row:SPAN 6/SPAN 6}.xl\:grid .lg\:row-span-7{grid-row:SPAN 7/SPAN 7}.xl\:grid .lg\:row-span-8{grid-row:SPAN 8/SPAN 8}.xl\:grid .lg\:row-span-9{grid-row:SPAN 9/SPAN 9}.xl\:grid .lg\:row-span-10{grid-row:SPAN 10/SPAN 10}.xl\:grid .lg\:row-span-11{grid-row:SPAN 11/SPAN 11}.xl\:grid .lg\:row-span-12{grid-row:SPAN 12/SPAN 12}.xl\:grid .xl\:row-span-1{grid-row:SPAN 1/SPAN 1}.xl\:grid .xl\:row-span-2{grid-row:SPAN 2/SPAN 2}.xl\:grid .xl\:row-span-3{grid-row:SPAN 3/SPAN 3}.xl\:grid .xl\:row-span-4{grid-row:SPAN 4/SPAN 4}.xl\:grid .xl\:row-span-5{grid-row:SPAN 5/SPAN 5}.xl\:grid .xl\:row-span-6{grid-row:SPAN 6/SPAN 6}.xl\:grid .xl\:row-span-7{grid-row:SPAN 7/SPAN 7}.xl\:grid .xl\:row-span-8{grid-row:SPAN 8/SPAN 8}.xl\:grid .xl\:row-span-9{grid-row:SPAN 9/SPAN 9}.xl\:grid .xl\:row-span-10{grid-row:SPAN 10/SPAN 10}.xl\:grid .xl\:row-span-11{grid-row:SPAN 11/SPAN 11}.xl\:grid .xl\:row-span-12{grid-row:SPAN 12/SPAN 12}.xl\:grid .row-start-1{grid-row-start:1}.xl\:grid .row-start-2{grid-row-start:2}.xl\:grid .row-start-3{grid-row-start:3}.xl\:grid .row-start-4{grid-row-start:4}.xl\:grid .row-start-5{grid-row-start:5}.xl\:grid .row-start-6{grid-row-start:6}.xl\:grid .row-start-7{grid-row-start:7}.xl\:grid .row-start-8{grid-row-start:8}.xl\:grid .row-start-9{grid-row-start:9}.xl\:grid .row-start-10{grid-row-start:10}.xl\:grid .row-start-11{grid-row-start:11}.xl\:grid .row-start-12{grid-row-start:12}.xl\:grid .lg\:row-start-1{grid-row-start:1}.xl\:grid .lg\:row-start-2{grid-row-start:2}.xl\:grid .lg\:row-start-3{grid-row-start:3}.xl\:grid .lg\:row-start-4{grid-row-start:4}.xl\:grid .lg\:row-start-5{grid-row-start:5}.xl\:grid .lg\:row-start-6{grid-row-start:6}.xl\:grid .lg\:row-start-7{grid-row-start:7}.xl\:grid .lg\:row-start-8{grid-row-start:8}.xl\:grid .lg\:row-start-9{grid-row-start:9}.xl\:grid .lg\:row-start-10{grid-row-start:10}.xl\:grid .lg\:row-start-11{grid-row-start:11}.xl\:grid .lg\:row-start-12{grid-row-start:12}.xl\:grid .xl\:row-start-1{grid-row-start:1}.xl\:grid .xl\:row-start-2{grid-row-start:2}.xl\:grid .xl\:row-start-3{grid-row-start:3}.xl\:grid .xl\:row-start-4{grid-row-start:4}.xl\:grid .xl\:row-start-5{grid-row-start:5}.xl\:grid .xl\:row-start-6{grid-row-start:6}.xl\:grid .xl\:row-start-7{grid-row-start:7}.xl\:grid .xl\:row-start-8{grid-row-start:8}.xl\:grid .xl\:row-start-9{grid-row-start:9}.xl\:grid .xl\:row-start-10{grid-row-start:10}.xl\:grid .xl\:row-start-11{grid-row-start:11}.xl\:grid .xl\:row-start-12{grid-row-start:12}.xl\:grid .row-end-1{grid-row-end:1}.xl\:grid .row-end-2{grid-row-end:2}.xl\:grid .row-end-3{grid-row-end:3}.xl\:grid .row-end-4{grid-row-end:4}.xl\:grid .row-end-5{grid-row-end:5}.xl\:grid .row-end-6{grid-row-end:6}.xl\:grid .row-end-7{grid-row-end:7}.xl\:grid .row-end-8{grid-row-end:8}.xl\:grid .row-end-9{grid-row-end:9}.xl\:grid .row-end-10{grid-row-end:10}.xl\:grid .row-end-11{grid-row-end:11}.xl\:grid .row-end-12{grid-row-end:12}.xl\:grid .lg\:row-end-1{grid-row-end:1}.xl\:grid .lg\:row-end-2{grid-row-end:2}.xl\:grid .lg\:row-end-3{grid-row-end:3}.xl\:grid .lg\:row-end-4{grid-row-end:4}.xl\:grid .lg\:row-end-5{grid-row-end:5}.xl\:grid .lg\:row-end-6{grid-row-end:6}.xl\:grid .lg\:row-end-7{grid-row-end:7}.xl\:grid .lg\:row-end-8{grid-row-end:8}.xl\:grid .lg\:row-end-9{grid-row-end:9}.xl\:grid .lg\:row-end-10{grid-row-end:10}.xl\:grid .lg\:row-end-11{grid-row-end:11}.xl\:grid .lg\:row-end-12{grid-row-end:12}.xl\:grid .xl\:row-end-1{grid-row-end:1}.xl\:grid .xl\:row-end-2{grid-row-end:2}.xl\:grid .xl\:row-end-3{grid-row-end:3}.xl\:grid .xl\:row-end-4{grid-row-end:4}.xl\:grid .xl\:row-end-5{grid-row-end:5}.xl\:grid .xl\:row-end-6{grid-row-end:6}.xl\:grid .xl\:row-end-7{grid-row-end:7}.xl\:grid .xl\:row-end-8{grid-row-end:8}.xl\:grid .xl\:row-end-9{grid-row-end:9}.xl\:grid .xl\:row-end-10{grid-row-end:10}.xl\:grid .xl\:row-end-11{grid-row-end:11}.xl\:grid .xl\:row-end-12{grid-row-end:12}}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.none{display:none}@media(min-width:1024px){.lg\:block{display:block}.lg\:grid{display:grid}.lg\:flex{display:flex}.lg\:inline{display:inline}.lg\:inline-block{display:inline-block}.lg\:none{display:none}}@media(min-width:1280px){.xl\:block{display:block}.xl\:grid{display:grid}.xl\:flex{display:flex}.xl\:inline{display:inline}.xl\:inline-block{display:inline-block}.xl\:none{display:none}}.m-0{margin:0}.m-1{margin:8px}.m-2{margin:16px}.m-3{margin:24px}.m-4{margin:32px}.m-5{margin:40px}.m-6{margin:48px}.m-7{margin:56px}.m-8{margin:64px}.m-9{margin:72px}.m-10{margin:80px}.m-11{margin:88px}.m-12{margin:96px}.m-13{margin:104px}.m-14{margin:112px}.m-15{margin:120px}.m-16{margin:128px}.m-17{margin:136px}.m-18{margin:144px}.m-19{margin:152px}.m-20{margin:160px}.m-21{margin:168px}.m-22{margin:176px}.m-23{margin:184px}.m-24{margin:192px}.m-25{margin:200px}.m-26{margin:208px}.m-27{margin:216px}.m-28{margin:224px}.m-29{margin:232px}.m-30{margin:240px}.m-31{margin:248px}.m-32{margin:256px}.m-33{margin:264px}.m-34{margin:272px}.m-35{margin:280px}.m-36{margin:288px}.m-37{margin:296px}.m-38{margin:304px}.m-39{margin:312px}.m-40{margin:320px}.m-41{margin:328px}.m-42{margin:336px}.m-43{margin:344px}.m-44{margin:352px}.m-45{margin:360px}.m-46{margin:368px}.m-47{margin:376px}.m-48{margin:384px}.m-49{margin:392px}.m-50{margin:400px}.m-51{margin:408px}.m-52{margin:416px}.m-53{margin:424px}.m-54{margin:432px}.m-55{margin:440px}.m-56{margin:448px}.m-57{margin:456px}.m-58{margin:464px}.m-59{margin:472px}.m-60{margin:480px}.m-61{margin:488px}.m-62{margin:496px}.m-63{margin:504px}.m-64{margin:512px}.m-65{margin:520px}.m-66{margin:528px}.m-67{margin:536px}.m-68{margin:544px}.m-69{margin:552px}.m-70{margin:560px}.m-71{margin:568px}.m-72{margin:576px}.m-73{margin:584px}.m-74{margin:592px}.m-75{margin:600px}.m-76{margin:608px}.m-77{margin:616px}.m-78{margin:624px}.m-79{margin:632px}.m-80{margin:640px}.m-81{margin:648px}.m-82{margin:656px}.m-83{margin:664px}.m-84{margin:672px}.m-85{margin:680px}.m-86{margin:688px}.m-87{margin:696px}.m-88{margin:704px}.m-89{margin:712px}.m-90{margin:720px}.m-91{margin:728px}.m-92{margin:736px}.m-93{margin:744px}.m-94{margin:752px}.m-95{margin:760px}.m-96{margin:768px}.m-97{margin:776px}.m-98{margin:784px}.m-99{margin:792px}.m-100{margin:800px}@media(min-width:1024px){.lg\:m-0{margin:0}.lg\:m-1{margin:8px}.lg\:m-2{margin:16px}.lg\:m-3{margin:24px}.lg\:m-4{margin:32px}.lg\:m-5{margin:40px}.lg\:m-6{margin:48px}.lg\:m-7{margin:56px}.lg\:m-8{margin:64px}.lg\:m-9{margin:72px}.lg\:m-10{margin:80px}.lg\:m-11{margin:88px}.lg\:m-12{margin:96px}.lg\:m-13{margin:104px}.lg\:m-14{margin:112px}.lg\:m-15{margin:120px}.lg\:m-16{margin:128px}.lg\:m-17{margin:136px}.lg\:m-18{margin:144px}.lg\:m-19{margin:152px}.lg\:m-20{margin:160px}.lg\:m-21{margin:168px}.lg\:m-22{margin:176px}.lg\:m-23{margin:184px}.lg\:m-24{margin:192px}.lg\:m-25{margin:200px}.lg\:m-26{margin:208px}.lg\:m-27{margin:216px}.lg\:m-28{margin:224px}.lg\:m-29{margin:232px}.lg\:m-30{margin:240px}.lg\:m-31{margin:248px}.lg\:m-32{margin:256px}.lg\:m-33{margin:264px}.lg\:m-34{margin:272px}.lg\:m-35{margin:280px}.lg\:m-36{margin:288px}.lg\:m-37{margin:296px}.lg\:m-38{margin:304px}.lg\:m-39{margin:312px}.lg\:m-40{margin:320px}.lg\:m-41{margin:328px}.lg\:m-42{margin:336px}.lg\:m-43{margin:344px}.lg\:m-44{margin:352px}.lg\:m-45{margin:360px}.lg\:m-46{margin:368px}.lg\:m-47{margin:376px}.lg\:m-48{margin:384px}.lg\:m-49{margin:392px}.lg\:m-50{margin:400px}.lg\:m-51{margin:408px}.lg\:m-52{margin:416px}.lg\:m-53{margin:424px}.lg\:m-54{margin:432px}.lg\:m-55{margin:440px}.lg\:m-56{margin:448px}.lg\:m-57{margin:456px}.lg\:m-58{margin:464px}.lg\:m-59{margin:472px}.lg\:m-60{margin:480px}.lg\:m-61{margin:488px}.lg\:m-62{margin:496px}.lg\:m-63{margin:504px}.lg\:m-64{margin:512px}.lg\:m-65{margin:520px}.lg\:m-66{margin:528px}.lg\:m-67{margin:536px}.lg\:m-68{margin:544px}.lg\:m-69{margin:552px}.lg\:m-70{margin:560px}.lg\:m-71{margin:568px}.lg\:m-72{margin:576px}.lg\:m-73{margin:584px}.lg\:m-74{margin:592px}.lg\:m-75{margin:600px}.lg\:m-76{margin:608px}.lg\:m-77{margin:616px}.lg\:m-78{margin:624px}.lg\:m-79{margin:632px}.lg\:m-80{margin:640px}.lg\:m-81{margin:648px}.lg\:m-82{margin:656px}.lg\:m-83{margin:664px}.lg\:m-84{margin:672px}.lg\:m-85{margin:680px}.lg\:m-86{margin:688px}.lg\:m-87{margin:696px}.lg\:m-88{margin:704px}.lg\:m-89{margin:712px}.lg\:m-90{margin:720px}.lg\:m-91{margin:728px}.lg\:m-92{margin:736px}.lg\:m-93{margin:744px}.lg\:m-94{margin:752px}.lg\:m-95{margin:760px}.lg\:m-96{margin:768px}.lg\:m-97{margin:776px}.lg\:m-98{margin:784px}.lg\:m-99{margin:792px}.lg\:m-100{margin:800px}}.my-0{margin-block:0px}.my-1{margin-block:8px}.my-2{margin-block:16px}.my-3{margin-block:24px}.my-4{margin-block:32px}.my-5{margin-block:40px}.my-6{margin-block:48px}.my-7{margin-block:56px}.my-8{margin-block:64px}.my-9{margin-block:72px}.my-10{margin-block:80px}.my-11{margin-block:88px}.my-12{margin-block:96px}.my-13{margin-block:104px}.my-14{margin-block:112px}.my-15{margin-block:120px}.my-16{margin-block:128px}.my-17{margin-block:136px}.my-18{margin-block:144px}.my-19{margin-block:152px}.my-20{margin-block:160px}.my-21{margin-block:168px}.my-22{margin-block:176px}.my-23{margin-block:184px}.my-24{margin-block:192px}.my-25{margin-block:200px}.my-26{margin-block:208px}.my-27{margin-block:216px}.my-28{margin-block:224px}.my-29{margin-block:232px}.my-30{margin-block:240px}.my-31{margin-block:248px}.my-32{margin-block:256px}.my-33{margin-block:264px}.my-34{margin-block:272px}.my-35{margin-block:280px}.my-36{margin-block:288px}.my-37{margin-block:296px}.my-38{margin-block:304px}.my-39{margin-block:312px}.my-40{margin-block:320px}.my-41{margin-block:328px}.my-42{margin-block:336px}.my-43{margin-block:344px}.my-44{margin-block:352px}.my-45{margin-block:360px}.my-46{margin-block:368px}.my-47{margin-block:376px}.my-48{margin-block:384px}.my-49{margin-block:392px}.my-50{margin-block:400px}.my-51{margin-block:408px}.my-52{margin-block:416px}.my-53{margin-block:424px}.my-54{margin-block:432px}.my-55{margin-block:440px}.my-56{margin-block:448px}.my-57{margin-block:456px}.my-58{margin-block:464px}.my-59{margin-block:472px}.my-60{margin-block:480px}.my-61{margin-block:488px}.my-62{margin-block:496px}.my-63{margin-block:504px}.my-64{margin-block:512px}.my-65{margin-block:520px}.my-66{margin-block:528px}.my-67{margin-block:536px}.my-68{margin-block:544px}.my-69{margin-block:552px}.my-70{margin-block:560px}.my-71{margin-block:568px}.my-72{margin-block:576px}.my-73{margin-block:584px}.my-74{margin-block:592px}.my-75{margin-block:600px}.my-76{margin-block:608px}.my-77{margin-block:616px}.my-78{margin-block:624px}.my-79{margin-block:632px}.my-80{margin-block:640px}.my-81{margin-block:648px}.my-82{margin-block:656px}.my-83{margin-block:664px}.my-84{margin-block:672px}.my-85{margin-block:680px}.my-86{margin-block:688px}.my-87{margin-block:696px}.my-88{margin-block:704px}.my-89{margin-block:712px}.my-90{margin-block:720px}.my-91{margin-block:728px}.my-92{margin-block:736px}.my-93{margin-block:744px}.my-94{margin-block:752px}.my-95{margin-block:760px}.my-96{margin-block:768px}.my-97{margin-block:776px}.my-98{margin-block:784px}.my-99{margin-block:792px}.my-100{margin-block:800px}@media(min-width:1024px){.lg\:my-0{margin-block:0px}.lg\:my-1{margin-block:8px}.lg\:my-2{margin-block:16px}.lg\:my-3{margin-block:24px}.lg\:my-4{margin-block:32px}.lg\:my-5{margin-block:40px}.lg\:my-6{margin-block:48px}.lg\:my-7{margin-block:56px}.lg\:my-8{margin-block:64px}.lg\:my-9{margin-block:72px}.lg\:my-10{margin-block:80px}.lg\:my-11{margin-block:88px}.lg\:my-12{margin-block:96px}.lg\:my-13{margin-block:104px}.lg\:my-14{margin-block:112px}.lg\:my-15{margin-block:120px}.lg\:my-16{margin-block:128px}.lg\:my-17{margin-block:136px}.lg\:my-18{margin-block:144px}.lg\:my-19{margin-block:152px}.lg\:my-20{margin-block:160px}.lg\:my-21{margin-block:168px}.lg\:my-22{margin-block:176px}.lg\:my-23{margin-block:184px}.lg\:my-24{margin-block:192px}.lg\:my-25{margin-block:200px}.lg\:my-26{margin-block:208px}.lg\:my-27{margin-block:216px}.lg\:my-28{margin-block:224px}.lg\:my-29{margin-block:232px}.lg\:my-30{margin-block:240px}.lg\:my-31{margin-block:248px}.lg\:my-32{margin-block:256px}.lg\:my-33{margin-block:264px}.lg\:my-34{margin-block:272px}.lg\:my-35{margin-block:280px}.lg\:my-36{margin-block:288px}.lg\:my-37{margin-block:296px}.lg\:my-38{margin-block:304px}.lg\:my-39{margin-block:312px}.lg\:my-40{margin-block:320px}.lg\:my-41{margin-block:328px}.lg\:my-42{margin-block:336px}.lg\:my-43{margin-block:344px}.lg\:my-44{margin-block:352px}.lg\:my-45{margin-block:360px}.lg\:my-46{margin-block:368px}.lg\:my-47{margin-block:376px}.lg\:my-48{margin-block:384px}.lg\:my-49{margin-block:392px}.lg\:my-50{margin-block:400px}.lg\:my-51{margin-block:408px}.lg\:my-52{margin-block:416px}.lg\:my-53{margin-block:424px}.lg\:my-54{margin-block:432px}.lg\:my-55{margin-block:440px}.lg\:my-56{margin-block:448px}.lg\:my-57{margin-block:456px}.lg\:my-58{margin-block:464px}.lg\:my-59{margin-block:472px}.lg\:my-60{margin-block:480px}.lg\:my-61{margin-block:488px}.lg\:my-62{margin-block:496px}.lg\:my-63{margin-block:504px}.lg\:my-64{margin-block:512px}.lg\:my-65{margin-block:520px}.lg\:my-66{margin-block:528px}.lg\:my-67{margin-block:536px}.lg\:my-68{margin-block:544px}.lg\:my-69{margin-block:552px}.lg\:my-70{margin-block:560px}.lg\:my-71{margin-block:568px}.lg\:my-72{margin-block:576px}.lg\:my-73{margin-block:584px}.lg\:my-74{margin-block:592px}.lg\:my-75{margin-block:600px}.lg\:my-76{margin-block:608px}.lg\:my-77{margin-block:616px}.lg\:my-78{margin-block:624px}.lg\:my-79{margin-block:632px}.lg\:my-80{margin-block:640px}.lg\:my-81{margin-block:648px}.lg\:my-82{margin-block:656px}.lg\:my-83{margin-block:664px}.lg\:my-84{margin-block:672px}.lg\:my-85{margin-block:680px}.lg\:my-86{margin-block:688px}.lg\:my-87{margin-block:696px}.lg\:my-88{margin-block:704px}.lg\:my-89{margin-block:712px}.lg\:my-90{margin-block:720px}.lg\:my-91{margin-block:728px}.lg\:my-92{margin-block:736px}.lg\:my-93{margin-block:744px}.lg\:my-94{margin-block:752px}.lg\:my-95{margin-block:760px}.lg\:my-96{margin-block:768px}.lg\:my-97{margin-block:776px}.lg\:my-98{margin-block:784px}.lg\:my-99{margin-block:792px}.lg\:my-100{margin-block:800px}}.mx-0{margin-inline:0px}.mx-1{margin-inline:8px}.mx-2{margin-inline:16px}.mx-3{margin-inline:24px}.mx-4{margin-inline:32px}.mx-5{margin-inline:40px}.mx-6{margin-inline:48px}.mx-7{margin-inline:56px}.mx-8{margin-inline:64px}.mx-9{margin-inline:72px}.mx-10{margin-inline:80px}.mx-11{margin-inline:88px}.mx-12{margin-inline:96px}.mx-13{margin-inline:104px}.mx-14{margin-inline:112px}.mx-15{margin-inline:120px}.mx-16{margin-inline:128px}.mx-17{margin-inline:136px}.mx-18{margin-inline:144px}.mx-19{margin-inline:152px}.mx-20{margin-inline:160px}.mx-21{margin-inline:168px}.mx-22{margin-inline:176px}.mx-23{margin-inline:184px}.mx-24{margin-inline:192px}.mx-25{margin-inline:200px}.mx-26{margin-inline:208px}.mx-27{margin-inline:216px}.mx-28{margin-inline:224px}.mx-29{margin-inline:232px}.mx-30{margin-inline:240px}.mx-31{margin-inline:248px}.mx-32{margin-inline:256px}.mx-33{margin-inline:264px}.mx-34{margin-inline:272px}.mx-35{margin-inline:280px}.mx-36{margin-inline:288px}.mx-37{margin-inline:296px}.mx-38{margin-inline:304px}.mx-39{margin-inline:312px}.mx-40{margin-inline:320px}.mx-41{margin-inline:328px}.mx-42{margin-inline:336px}.mx-43{margin-inline:344px}.mx-44{margin-inline:352px}.mx-45{margin-inline:360px}.mx-46{margin-inline:368px}.mx-47{margin-inline:376px}.mx-48{margin-inline:384px}.mx-49{margin-inline:392px}.mx-50{margin-inline:400px}.mx-51{margin-inline:408px}.mx-52{margin-inline:416px}.mx-53{margin-inline:424px}.mx-54{margin-inline:432px}.mx-55{margin-inline:440px}.mx-56{margin-inline:448px}.mx-57{margin-inline:456px}.mx-58{margin-inline:464px}.mx-59{margin-inline:472px}.mx-60{margin-inline:480px}.mx-61{margin-inline:488px}.mx-62{margin-inline:496px}.mx-63{margin-inline:504px}.mx-64{margin-inline:512px}.mx-65{margin-inline:520px}.mx-66{margin-inline:528px}.mx-67{margin-inline:536px}.mx-68{margin-inline:544px}.mx-69{margin-inline:552px}.mx-70{margin-inline:560px}.mx-71{margin-inline:568px}.mx-72{margin-inline:576px}.mx-73{margin-inline:584px}.mx-74{margin-inline:592px}.mx-75{margin-inline:600px}.mx-76{margin-inline:608px}.mx-77{margin-inline:616px}.mx-78{margin-inline:624px}.mx-79{margin-inline:632px}.mx-80{margin-inline:640px}.mx-81{margin-inline:648px}.mx-82{margin-inline:656px}.mx-83{margin-inline:664px}.mx-84{margin-inline:672px}.mx-85{margin-inline:680px}.mx-86{margin-inline:688px}.mx-87{margin-inline:696px}.mx-88{margin-inline:704px}.mx-89{margin-inline:712px}.mx-90{margin-inline:720px}.mx-91{margin-inline:728px}.mx-92{margin-inline:736px}.mx-93{margin-inline:744px}.mx-94{margin-inline:752px}.mx-95{margin-inline:760px}.mx-96{margin-inline:768px}.mx-97{margin-inline:776px}.mx-98{margin-inline:784px}.mx-99{margin-inline:792px}.mx-100{margin-inline:800px}@media(min-width:1024px){.lg\:mx-0{margin-inline:0px}.lg\:mx-1{margin-inline:8px}.lg\:mx-2{margin-inline:16px}.lg\:mx-3{margin-inline:24px}.lg\:mx-4{margin-inline:32px}.lg\:mx-5{margin-inline:40px}.lg\:mx-6{margin-inline:48px}.lg\:mx-7{margin-inline:56px}.lg\:mx-8{margin-inline:64px}.lg\:mx-9{margin-inline:72px}.lg\:mx-10{margin-inline:80px}.lg\:mx-11{margin-inline:88px}.lg\:mx-12{margin-inline:96px}.lg\:mx-13{margin-inline:104px}.lg\:mx-14{margin-inline:112px}.lg\:mx-15{margin-inline:120px}.lg\:mx-16{margin-inline:128px}.lg\:mx-17{margin-inline:136px}.lg\:mx-18{margin-inline:144px}.lg\:mx-19{margin-inline:152px}.lg\:mx-20{margin-inline:160px}.lg\:mx-21{margin-inline:168px}.lg\:mx-22{margin-inline:176px}.lg\:mx-23{margin-inline:184px}.lg\:mx-24{margin-inline:192px}.lg\:mx-25{margin-inline:200px}.lg\:mx-26{margin-inline:208px}.lg\:mx-27{margin-inline:216px}.lg\:mx-28{margin-inline:224px}.lg\:mx-29{margin-inline:232px}.lg\:mx-30{margin-inline:240px}.lg\:mx-31{margin-inline:248px}.lg\:mx-32{margin-inline:256px}.lg\:mx-33{margin-inline:264px}.lg\:mx-34{margin-inline:272px}.lg\:mx-35{margin-inline:280px}.lg\:mx-36{margin-inline:288px}.lg\:mx-37{margin-inline:296px}.lg\:mx-38{margin-inline:304px}.lg\:mx-39{margin-inline:312px}.lg\:mx-40{margin-inline:320px}.lg\:mx-41{margin-inline:328px}.lg\:mx-42{margin-inline:336px}.lg\:mx-43{margin-inline:344px}.lg\:mx-44{margin-inline:352px}.lg\:mx-45{margin-inline:360px}.lg\:mx-46{margin-inline:368px}.lg\:mx-47{margin-inline:376px}.lg\:mx-48{margin-inline:384px}.lg\:mx-49{margin-inline:392px}.lg\:mx-50{margin-inline:400px}.lg\:mx-51{margin-inline:408px}.lg\:mx-52{margin-inline:416px}.lg\:mx-53{margin-inline:424px}.lg\:mx-54{margin-inline:432px}.lg\:mx-55{margin-inline:440px}.lg\:mx-56{margin-inline:448px}.lg\:mx-57{margin-inline:456px}.lg\:mx-58{margin-inline:464px}.lg\:mx-59{margin-inline:472px}.lg\:mx-60{margin-inline:480px}.lg\:mx-61{margin-inline:488px}.lg\:mx-62{margin-inline:496px}.lg\:mx-63{margin-inline:504px}.lg\:mx-64{margin-inline:512px}.lg\:mx-65{margin-inline:520px}.lg\:mx-66{margin-inline:528px}.lg\:mx-67{margin-inline:536px}.lg\:mx-68{margin-inline:544px}.lg\:mx-69{margin-inline:552px}.lg\:mx-70{margin-inline:560px}.lg\:mx-71{margin-inline:568px}.lg\:mx-72{margin-inline:576px}.lg\:mx-73{margin-inline:584px}.lg\:mx-74{margin-inline:592px}.lg\:mx-75{margin-inline:600px}.lg\:mx-76{margin-inline:608px}.lg\:mx-77{margin-inline:616px}.lg\:mx-78{margin-inline:624px}.lg\:mx-79{margin-inline:632px}.lg\:mx-80{margin-inline:640px}.lg\:mx-81{margin-inline:648px}.lg\:mx-82{margin-inline:656px}.lg\:mx-83{margin-inline:664px}.lg\:mx-84{margin-inline:672px}.lg\:mx-85{margin-inline:680px}.lg\:mx-86{margin-inline:688px}.lg\:mx-87{margin-inline:696px}.lg\:mx-88{margin-inline:704px}.lg\:mx-89{margin-inline:712px}.lg\:mx-90{margin-inline:720px}.lg\:mx-91{margin-inline:728px}.lg\:mx-92{margin-inline:736px}.lg\:mx-93{margin-inline:744px}.lg\:mx-94{margin-inline:752px}.lg\:mx-95{margin-inline:760px}.lg\:mx-96{margin-inline:768px}.lg\:mx-97{margin-inline:776px}.lg\:mx-98{margin-inline:784px}.lg\:mx-99{margin-inline:792px}.lg\:mx-100{margin-inline:800px}}.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mt-5{margin-top:40px}.mt-6{margin-top:48px}.mt-7{margin-top:56px}.mt-8{margin-top:64px}.mt-9{margin-top:72px}.mt-10{margin-top:80px}.mt-11{margin-top:88px}.mt-12{margin-top:96px}.mt-13{margin-top:104px}.mt-14{margin-top:112px}.mt-15{margin-top:120px}.mt-16{margin-top:128px}.mt-17{margin-top:136px}.mt-18{margin-top:144px}.mt-19{margin-top:152px}.mt-20{margin-top:160px}.mt-21{margin-top:168px}.mt-22{margin-top:176px}.mt-23{margin-top:184px}.mt-24{margin-top:192px}.mt-25{margin-top:200px}.mt-26{margin-top:208px}.mt-27{margin-top:216px}.mt-28{margin-top:224px}.mt-29{margin-top:232px}.mt-30{margin-top:240px}.mt-31{margin-top:248px}.mt-32{margin-top:256px}.mt-33{margin-top:264px}.mt-34{margin-top:272px}.mt-35{margin-top:280px}.mt-36{margin-top:288px}.mt-37{margin-top:296px}.mt-38{margin-top:304px}.mt-39{margin-top:312px}.mt-40{margin-top:320px}.mt-41{margin-top:328px}.mt-42{margin-top:336px}.mt-43{margin-top:344px}.mt-44{margin-top:352px}.mt-45{margin-top:360px}.mt-46{margin-top:368px}.mt-47{margin-top:376px}.mt-48{margin-top:384px}.mt-49{margin-top:392px}.mt-50{margin-top:400px}.mt-51{margin-top:408px}.mt-52{margin-top:416px}.mt-53{margin-top:424px}.mt-54{margin-top:432px}.mt-55{margin-top:440px}.mt-56{margin-top:448px}.mt-57{margin-top:456px}.mt-58{margin-top:464px}.mt-59{margin-top:472px}.mt-60{margin-top:480px}.mt-61{margin-top:488px}.mt-62{margin-top:496px}.mt-63{margin-top:504px}.mt-64{margin-top:512px}.mt-65{margin-top:520px}.mt-66{margin-top:528px}.mt-67{margin-top:536px}.mt-68{margin-top:544px}.mt-69{margin-top:552px}.mt-70{margin-top:560px}.mt-71{margin-top:568px}.mt-72{margin-top:576px}.mt-73{margin-top:584px}.mt-74{margin-top:592px}.mt-75{margin-top:600px}.mt-76{margin-top:608px}.mt-77{margin-top:616px}.mt-78{margin-top:624px}.mt-79{margin-top:632px}.mt-80{margin-top:640px}.mt-81{margin-top:648px}.mt-82{margin-top:656px}.mt-83{margin-top:664px}.mt-84{margin-top:672px}.mt-85{margin-top:680px}.mt-86{margin-top:688px}.mt-87{margin-top:696px}.mt-88{margin-top:704px}.mt-89{margin-top:712px}.mt-90{margin-top:720px}.mt-91{margin-top:728px}.mt-92{margin-top:736px}.mt-93{margin-top:744px}.mt-94{margin-top:752px}.mt-95{margin-top:760px}.mt-96{margin-top:768px}.mt-97{margin-top:776px}.mt-98{margin-top:784px}.mt-99{margin-top:792px}.mt-100{margin-top:800px}@media(min-width:1024px){.lg\:mt-0{margin-top:0}.lg\:mt-1{margin-top:8px}.lg\:mt-2{margin-top:16px}.lg\:mt-3{margin-top:24px}.lg\:mt-4{margin-top:32px}.lg\:mt-5{margin-top:40px}.lg\:mt-6{margin-top:48px}.lg\:mt-7{margin-top:56px}.lg\:mt-8{margin-top:64px}.lg\:mt-9{margin-top:72px}.lg\:mt-10{margin-top:80px}.lg\:mt-11{margin-top:88px}.lg\:mt-12{margin-top:96px}.lg\:mt-13{margin-top:104px}.lg\:mt-14{margin-top:112px}.lg\:mt-15{margin-top:120px}.lg\:mt-16{margin-top:128px}.lg\:mt-17{margin-top:136px}.lg\:mt-18{margin-top:144px}.lg\:mt-19{margin-top:152px}.lg\:mt-20{margin-top:160px}.lg\:mt-21{margin-top:168px}.lg\:mt-22{margin-top:176px}.lg\:mt-23{margin-top:184px}.lg\:mt-24{margin-top:192px}.lg\:mt-25{margin-top:200px}.lg\:mt-26{margin-top:208px}.lg\:mt-27{margin-top:216px}.lg\:mt-28{margin-top:224px}.lg\:mt-29{margin-top:232px}.lg\:mt-30{margin-top:240px}.lg\:mt-31{margin-top:248px}.lg\:mt-32{margin-top:256px}.lg\:mt-33{margin-top:264px}.lg\:mt-34{margin-top:272px}.lg\:mt-35{margin-top:280px}.lg\:mt-36{margin-top:288px}.lg\:mt-37{margin-top:296px}.lg\:mt-38{margin-top:304px}.lg\:mt-39{margin-top:312px}.lg\:mt-40{margin-top:320px}.lg\:mt-41{margin-top:328px}.lg\:mt-42{margin-top:336px}.lg\:mt-43{margin-top:344px}.lg\:mt-44{margin-top:352px}.lg\:mt-45{margin-top:360px}.lg\:mt-46{margin-top:368px}.lg\:mt-47{margin-top:376px}.lg\:mt-48{margin-top:384px}.lg\:mt-49{margin-top:392px}.lg\:mt-50{margin-top:400px}.lg\:mt-51{margin-top:408px}.lg\:mt-52{margin-top:416px}.lg\:mt-53{margin-top:424px}.lg\:mt-54{margin-top:432px}.lg\:mt-55{margin-top:440px}.lg\:mt-56{margin-top:448px}.lg\:mt-57{margin-top:456px}.lg\:mt-58{margin-top:464px}.lg\:mt-59{margin-top:472px}.lg\:mt-60{margin-top:480px}.lg\:mt-61{margin-top:488px}.lg\:mt-62{margin-top:496px}.lg\:mt-63{margin-top:504px}.lg\:mt-64{margin-top:512px}.lg\:mt-65{margin-top:520px}.lg\:mt-66{margin-top:528px}.lg\:mt-67{margin-top:536px}.lg\:mt-68{margin-top:544px}.lg\:mt-69{margin-top:552px}.lg\:mt-70{margin-top:560px}.lg\:mt-71{margin-top:568px}.lg\:mt-72{margin-top:576px}.lg\:mt-73{margin-top:584px}.lg\:mt-74{margin-top:592px}.lg\:mt-75{margin-top:600px}.lg\:mt-76{margin-top:608px}.lg\:mt-77{margin-top:616px}.lg\:mt-78{margin-top:624px}.lg\:mt-79{margin-top:632px}.lg\:mt-80{margin-top:640px}.lg\:mt-81{margin-top:648px}.lg\:mt-82{margin-top:656px}.lg\:mt-83{margin-top:664px}.lg\:mt-84{margin-top:672px}.lg\:mt-85{margin-top:680px}.lg\:mt-86{margin-top:688px}.lg\:mt-87{margin-top:696px}.lg\:mt-88{margin-top:704px}.lg\:mt-89{margin-top:712px}.lg\:mt-90{margin-top:720px}.lg\:mt-91{margin-top:728px}.lg\:mt-92{margin-top:736px}.lg\:mt-93{margin-top:744px}.lg\:mt-94{margin-top:752px}.lg\:mt-95{margin-top:760px}.lg\:mt-96{margin-top:768px}.lg\:mt-97{margin-top:776px}.lg\:mt-98{margin-top:784px}.lg\:mt-99{margin-top:792px}.lg\:mt-100{margin-top:800px}}.mb-0{margin-bottom:0}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.mb-5{margin-bottom:40px}.mb-6{margin-bottom:48px}.mb-7{margin-bottom:56px}.mb-8{margin-bottom:64px}.mb-9{margin-bottom:72px}.mb-10{margin-bottom:80px}.mb-11{margin-bottom:88px}.mb-12{margin-bottom:96px}.mb-13{margin-bottom:104px}.mb-14{margin-bottom:112px}.mb-15{margin-bottom:120px}.mb-16{margin-bottom:128px}.mb-17{margin-bottom:136px}.mb-18{margin-bottom:144px}.mb-19{margin-bottom:152px}.mb-20{margin-bottom:160px}.mb-21{margin-bottom:168px}.mb-22{margin-bottom:176px}.mb-23{margin-bottom:184px}.mb-24{margin-bottom:192px}.mb-25{margin-bottom:200px}.mb-26{margin-bottom:208px}.mb-27{margin-bottom:216px}.mb-28{margin-bottom:224px}.mb-29{margin-bottom:232px}.mb-30{margin-bottom:240px}.mb-31{margin-bottom:248px}.mb-32{margin-bottom:256px}.mb-33{margin-bottom:264px}.mb-34{margin-bottom:272px}.mb-35{margin-bottom:280px}.mb-36{margin-bottom:288px}.mb-37{margin-bottom:296px}.mb-38{margin-bottom:304px}.mb-39{margin-bottom:312px}.mb-40{margin-bottom:320px}.mb-41{margin-bottom:328px}.mb-42{margin-bottom:336px}.mb-43{margin-bottom:344px}.mb-44{margin-bottom:352px}.mb-45{margin-bottom:360px}.mb-46{margin-bottom:368px}.mb-47{margin-bottom:376px}.mb-48{margin-bottom:384px}.mb-49{margin-bottom:392px}.mb-50{margin-bottom:400px}.mb-51{margin-bottom:408px}.mb-52{margin-bottom:416px}.mb-53{margin-bottom:424px}.mb-54{margin-bottom:432px}.mb-55{margin-bottom:440px}.mb-56{margin-bottom:448px}.mb-57{margin-bottom:456px}.mb-58{margin-bottom:464px}.mb-59{margin-bottom:472px}.mb-60{margin-bottom:480px}.mb-61{margin-bottom:488px}.mb-62{margin-bottom:496px}.mb-63{margin-bottom:504px}.mb-64{margin-bottom:512px}.mb-65{margin-bottom:520px}.mb-66{margin-bottom:528px}.mb-67{margin-bottom:536px}.mb-68{margin-bottom:544px}.mb-69{margin-bottom:552px}.mb-70{margin-bottom:560px}.mb-71{margin-bottom:568px}.mb-72{margin-bottom:576px}.mb-73{margin-bottom:584px}.mb-74{margin-bottom:592px}.mb-75{margin-bottom:600px}.mb-76{margin-bottom:608px}.mb-77{margin-bottom:616px}.mb-78{margin-bottom:624px}.mb-79{margin-bottom:632px}.mb-80{margin-bottom:640px}.mb-81{margin-bottom:648px}.mb-82{margin-bottom:656px}.mb-83{margin-bottom:664px}.mb-84{margin-bottom:672px}.mb-85{margin-bottom:680px}.mb-86{margin-bottom:688px}.mb-87{margin-bottom:696px}.mb-88{margin-bottom:704px}.mb-89{margin-bottom:712px}.mb-90{margin-bottom:720px}.mb-91{margin-bottom:728px}.mb-92{margin-bottom:736px}.mb-93{margin-bottom:744px}.mb-94{margin-bottom:752px}.mb-95{margin-bottom:760px}.mb-96{margin-bottom:768px}.mb-97{margin-bottom:776px}.mb-98{margin-bottom:784px}.mb-99{margin-bottom:792px}.mb-100{margin-bottom:800px}@media(min-width:1024px){.lg\:mb-0{margin-bottom:0}.lg\:mb-1{margin-bottom:8px}.lg\:mb-2{margin-bottom:16px}.lg\:mb-3{margin-bottom:24px}.lg\:mb-4{margin-bottom:32px}.lg\:mb-5{margin-bottom:40px}.lg\:mb-6{margin-bottom:48px}.lg\:mb-7{margin-bottom:56px}.lg\:mb-8{margin-bottom:64px}.lg\:mb-9{margin-bottom:72px}.lg\:mb-10{margin-bottom:80px}.lg\:mb-11{margin-bottom:88px}.lg\:mb-12{margin-bottom:96px}.lg\:mb-13{margin-bottom:104px}.lg\:mb-14{margin-bottom:112px}.lg\:mb-15{margin-bottom:120px}.lg\:mb-16{margin-bottom:128px}.lg\:mb-17{margin-bottom:136px}.lg\:mb-18{margin-bottom:144px}.lg\:mb-19{margin-bottom:152px}.lg\:mb-20{margin-bottom:160px}.lg\:mb-21{margin-bottom:168px}.lg\:mb-22{margin-bottom:176px}.lg\:mb-23{margin-bottom:184px}.lg\:mb-24{margin-bottom:192px}.lg\:mb-25{margin-bottom:200px}.lg\:mb-26{margin-bottom:208px}.lg\:mb-27{margin-bottom:216px}.lg\:mb-28{margin-bottom:224px}.lg\:mb-29{margin-bottom:232px}.lg\:mb-30{margin-bottom:240px}.lg\:mb-31{margin-bottom:248px}.lg\:mb-32{margin-bottom:256px}.lg\:mb-33{margin-bottom:264px}.lg\:mb-34{margin-bottom:272px}.lg\:mb-35{margin-bottom:280px}.lg\:mb-36{margin-bottom:288px}.lg\:mb-37{margin-bottom:296px}.lg\:mb-38{margin-bottom:304px}.lg\:mb-39{margin-bottom:312px}.lg\:mb-40{margin-bottom:320px}.lg\:mb-41{margin-bottom:328px}.lg\:mb-42{margin-bottom:336px}.lg\:mb-43{margin-bottom:344px}.lg\:mb-44{margin-bottom:352px}.lg\:mb-45{margin-bottom:360px}.lg\:mb-46{margin-bottom:368px}.lg\:mb-47{margin-bottom:376px}.lg\:mb-48{margin-bottom:384px}.lg\:mb-49{margin-bottom:392px}.lg\:mb-50{margin-bottom:400px}.lg\:mb-51{margin-bottom:408px}.lg\:mb-52{margin-bottom:416px}.lg\:mb-53{margin-bottom:424px}.lg\:mb-54{margin-bottom:432px}.lg\:mb-55{margin-bottom:440px}.lg\:mb-56{margin-bottom:448px}.lg\:mb-57{margin-bottom:456px}.lg\:mb-58{margin-bottom:464px}.lg\:mb-59{margin-bottom:472px}.lg\:mb-60{margin-bottom:480px}.lg\:mb-61{margin-bottom:488px}.lg\:mb-62{margin-bottom:496px}.lg\:mb-63{margin-bottom:504px}.lg\:mb-64{margin-bottom:512px}.lg\:mb-65{margin-bottom:520px}.lg\:mb-66{margin-bottom:528px}.lg\:mb-67{margin-bottom:536px}.lg\:mb-68{margin-bottom:544px}.lg\:mb-69{margin-bottom:552px}.lg\:mb-70{margin-bottom:560px}.lg\:mb-71{margin-bottom:568px}.lg\:mb-72{margin-bottom:576px}.lg\:mb-73{margin-bottom:584px}.lg\:mb-74{margin-bottom:592px}.lg\:mb-75{margin-bottom:600px}.lg\:mb-76{margin-bottom:608px}.lg\:mb-77{margin-bottom:616px}.lg\:mb-78{margin-bottom:624px}.lg\:mb-79{margin-bottom:632px}.lg\:mb-80{margin-bottom:640px}.lg\:mb-81{margin-bottom:648px}.lg\:mb-82{margin-bottom:656px}.lg\:mb-83{margin-bottom:664px}.lg\:mb-84{margin-bottom:672px}.lg\:mb-85{margin-bottom:680px}.lg\:mb-86{margin-bottom:688px}.lg\:mb-87{margin-bottom:696px}.lg\:mb-88{margin-bottom:704px}.lg\:mb-89{margin-bottom:712px}.lg\:mb-90{margin-bottom:720px}.lg\:mb-91{margin-bottom:728px}.lg\:mb-92{margin-bottom:736px}.lg\:mb-93{margin-bottom:744px}.lg\:mb-94{margin-bottom:752px}.lg\:mb-95{margin-bottom:760px}.lg\:mb-96{margin-bottom:768px}.lg\:mb-97{margin-bottom:776px}.lg\:mb-98{margin-bottom:784px}.lg\:mb-99{margin-bottom:792px}.lg\:mb-100{margin-bottom:800px}}.ml-0{margin-left:0}.ml-1{margin-left:8px}.ml-2{margin-left:16px}.ml-3{margin-left:24px}.ml-4{margin-left:32px}.ml-5{margin-left:40px}.ml-6{margin-left:48px}.ml-7{margin-left:56px}.ml-8{margin-left:64px}.ml-9{margin-left:72px}.ml-10{margin-left:80px}.ml-11{margin-left:88px}.ml-12{margin-left:96px}.ml-13{margin-left:104px}.ml-14{margin-left:112px}.ml-15{margin-left:120px}.ml-16{margin-left:128px}.ml-17{margin-left:136px}.ml-18{margin-left:144px}.ml-19{margin-left:152px}.ml-20{margin-left:160px}.ml-21{margin-left:168px}.ml-22{margin-left:176px}.ml-23{margin-left:184px}.ml-24{margin-left:192px}.ml-25{margin-left:200px}.ml-26{margin-left:208px}.ml-27{margin-left:216px}.ml-28{margin-left:224px}.ml-29{margin-left:232px}.ml-30{margin-left:240px}.ml-31{margin-left:248px}.ml-32{margin-left:256px}.ml-33{margin-left:264px}.ml-34{margin-left:272px}.ml-35{margin-left:280px}.ml-36{margin-left:288px}.ml-37{margin-left:296px}.ml-38{margin-left:304px}.ml-39{margin-left:312px}.ml-40{margin-left:320px}.ml-41{margin-left:328px}.ml-42{margin-left:336px}.ml-43{margin-left:344px}.ml-44{margin-left:352px}.ml-45{margin-left:360px}.ml-46{margin-left:368px}.ml-47{margin-left:376px}.ml-48{margin-left:384px}.ml-49{margin-left:392px}.ml-50{margin-left:400px}.ml-51{margin-left:408px}.ml-52{margin-left:416px}.ml-53{margin-left:424px}.ml-54{margin-left:432px}.ml-55{margin-left:440px}.ml-56{margin-left:448px}.ml-57{margin-left:456px}.ml-58{margin-left:464px}.ml-59{margin-left:472px}.ml-60{margin-left:480px}.ml-61{margin-left:488px}.ml-62{margin-left:496px}.ml-63{margin-left:504px}.ml-64{margin-left:512px}.ml-65{margin-left:520px}.ml-66{margin-left:528px}.ml-67{margin-left:536px}.ml-68{margin-left:544px}.ml-69{margin-left:552px}.ml-70{margin-left:560px}.ml-71{margin-left:568px}.ml-72{margin-left:576px}.ml-73{margin-left:584px}.ml-74{margin-left:592px}.ml-75{margin-left:600px}.ml-76{margin-left:608px}.ml-77{margin-left:616px}.ml-78{margin-left:624px}.ml-79{margin-left:632px}.ml-80{margin-left:640px}.ml-81{margin-left:648px}.ml-82{margin-left:656px}.ml-83{margin-left:664px}.ml-84{margin-left:672px}.ml-85{margin-left:680px}.ml-86{margin-left:688px}.ml-87{margin-left:696px}.ml-88{margin-left:704px}.ml-89{margin-left:712px}.ml-90{margin-left:720px}.ml-91{margin-left:728px}.ml-92{margin-left:736px}.ml-93{margin-left:744px}.ml-94{margin-left:752px}.ml-95{margin-left:760px}.ml-96{margin-left:768px}.ml-97{margin-left:776px}.ml-98{margin-left:784px}.ml-99{margin-left:792px}.ml-100{margin-left:800px}@media(min-width:1024px){.lg\:ml-0{margin-left:0}.lg\:ml-1{margin-left:8px}.lg\:ml-2{margin-left:16px}.lg\:ml-3{margin-left:24px}.lg\:ml-4{margin-left:32px}.lg\:ml-5{margin-left:40px}.lg\:ml-6{margin-left:48px}.lg\:ml-7{margin-left:56px}.lg\:ml-8{margin-left:64px}.lg\:ml-9{margin-left:72px}.lg\:ml-10{margin-left:80px}.lg\:ml-11{margin-left:88px}.lg\:ml-12{margin-left:96px}.lg\:ml-13{margin-left:104px}.lg\:ml-14{margin-left:112px}.lg\:ml-15{margin-left:120px}.lg\:ml-16{margin-left:128px}.lg\:ml-17{margin-left:136px}.lg\:ml-18{margin-left:144px}.lg\:ml-19{margin-left:152px}.lg\:ml-20{margin-left:160px}.lg\:ml-21{margin-left:168px}.lg\:ml-22{margin-left:176px}.lg\:ml-23{margin-left:184px}.lg\:ml-24{margin-left:192px}.lg\:ml-25{margin-left:200px}.lg\:ml-26{margin-left:208px}.lg\:ml-27{margin-left:216px}.lg\:ml-28{margin-left:224px}.lg\:ml-29{margin-left:232px}.lg\:ml-30{margin-left:240px}.lg\:ml-31{margin-left:248px}.lg\:ml-32{margin-left:256px}.lg\:ml-33{margin-left:264px}.lg\:ml-34{margin-left:272px}.lg\:ml-35{margin-left:280px}.lg\:ml-36{margin-left:288px}.lg\:ml-37{margin-left:296px}.lg\:ml-38{margin-left:304px}.lg\:ml-39{margin-left:312px}.lg\:ml-40{margin-left:320px}.lg\:ml-41{margin-left:328px}.lg\:ml-42{margin-left:336px}.lg\:ml-43{margin-left:344px}.lg\:ml-44{margin-left:352px}.lg\:ml-45{margin-left:360px}.lg\:ml-46{margin-left:368px}.lg\:ml-47{margin-left:376px}.lg\:ml-48{margin-left:384px}.lg\:ml-49{margin-left:392px}.lg\:ml-50{margin-left:400px}.lg\:ml-51{margin-left:408px}.lg\:ml-52{margin-left:416px}.lg\:ml-53{margin-left:424px}.lg\:ml-54{margin-left:432px}.lg\:ml-55{margin-left:440px}.lg\:ml-56{margin-left:448px}.lg\:ml-57{margin-left:456px}.lg\:ml-58{margin-left:464px}.lg\:ml-59{margin-left:472px}.lg\:ml-60{margin-left:480px}.lg\:ml-61{margin-left:488px}.lg\:ml-62{margin-left:496px}.lg\:ml-63{margin-left:504px}.lg\:ml-64{margin-left:512px}.lg\:ml-65{margin-left:520px}.lg\:ml-66{margin-left:528px}.lg\:ml-67{margin-left:536px}.lg\:ml-68{margin-left:544px}.lg\:ml-69{margin-left:552px}.lg\:ml-70{margin-left:560px}.lg\:ml-71{margin-left:568px}.lg\:ml-72{margin-left:576px}.lg\:ml-73{margin-left:584px}.lg\:ml-74{margin-left:592px}.lg\:ml-75{margin-left:600px}.lg\:ml-76{margin-left:608px}.lg\:ml-77{margin-left:616px}.lg\:ml-78{margin-left:624px}.lg\:ml-79{margin-left:632px}.lg\:ml-80{margin-left:640px}.lg\:ml-81{margin-left:648px}.lg\:ml-82{margin-left:656px}.lg\:ml-83{margin-left:664px}.lg\:ml-84{margin-left:672px}.lg\:ml-85{margin-left:680px}.lg\:ml-86{margin-left:688px}.lg\:ml-87{margin-left:696px}.lg\:ml-88{margin-left:704px}.lg\:ml-89{margin-left:712px}.lg\:ml-90{margin-left:720px}.lg\:ml-91{margin-left:728px}.lg\:ml-92{margin-left:736px}.lg\:ml-93{margin-left:744px}.lg\:ml-94{margin-left:752px}.lg\:ml-95{margin-left:760px}.lg\:ml-96{margin-left:768px}.lg\:ml-97{margin-left:776px}.lg\:ml-98{margin-left:784px}.lg\:ml-99{margin-left:792px}.lg\:ml-100{margin-left:800px}}.mr-0{margin-right:0}.mr-1{margin-right:8px}.mr-2{margin-right:16px}.mr-3{margin-right:24px}.mr-4{margin-right:32px}.mr-5{margin-right:40px}.mr-6{margin-right:48px}.mr-7{margin-right:56px}.mr-8{margin-right:64px}.mr-9{margin-right:72px}.mr-10{margin-right:80px}.mr-11{margin-right:88px}.mr-12{margin-right:96px}.mr-13{margin-right:104px}.mr-14{margin-right:112px}.mr-15{margin-right:120px}.mr-16{margin-right:128px}.mr-17{margin-right:136px}.mr-18{margin-right:144px}.mr-19{margin-right:152px}.mr-20{margin-right:160px}.mr-21{margin-right:168px}.mr-22{margin-right:176px}.mr-23{margin-right:184px}.mr-24{margin-right:192px}.mr-25{margin-right:200px}.mr-26{margin-right:208px}.mr-27{margin-right:216px}.mr-28{margin-right:224px}.mr-29{margin-right:232px}.mr-30{margin-right:240px}.mr-31{margin-right:248px}.mr-32{margin-right:256px}.mr-33{margin-right:264px}.mr-34{margin-right:272px}.mr-35{margin-right:280px}.mr-36{margin-right:288px}.mr-37{margin-right:296px}.mr-38{margin-right:304px}.mr-39{margin-right:312px}.mr-40{margin-right:320px}.mr-41{margin-right:328px}.mr-42{margin-right:336px}.mr-43{margin-right:344px}.mr-44{margin-right:352px}.mr-45{margin-right:360px}.mr-46{margin-right:368px}.mr-47{margin-right:376px}.mr-48{margin-right:384px}.mr-49{margin-right:392px}.mr-50{margin-right:400px}.mr-51{margin-right:408px}.mr-52{margin-right:416px}.mr-53{margin-right:424px}.mr-54{margin-right:432px}.mr-55{margin-right:440px}.mr-56{margin-right:448px}.mr-57{margin-right:456px}.mr-58{margin-right:464px}.mr-59{margin-right:472px}.mr-60{margin-right:480px}.mr-61{margin-right:488px}.mr-62{margin-right:496px}.mr-63{margin-right:504px}.mr-64{margin-right:512px}.mr-65{margin-right:520px}.mr-66{margin-right:528px}.mr-67{margin-right:536px}.mr-68{margin-right:544px}.mr-69{margin-right:552px}.mr-70{margin-right:560px}.mr-71{margin-right:568px}.mr-72{margin-right:576px}.mr-73{margin-right:584px}.mr-74{margin-right:592px}.mr-75{margin-right:600px}.mr-76{margin-right:608px}.mr-77{margin-right:616px}.mr-78{margin-right:624px}.mr-79{margin-right:632px}.mr-80{margin-right:640px}.mr-81{margin-right:648px}.mr-82{margin-right:656px}.mr-83{margin-right:664px}.mr-84{margin-right:672px}.mr-85{margin-right:680px}.mr-86{margin-right:688px}.mr-87{margin-right:696px}.mr-88{margin-right:704px}.mr-89{margin-right:712px}.mr-90{margin-right:720px}.mr-91{margin-right:728px}.mr-92{margin-right:736px}.mr-93{margin-right:744px}.mr-94{margin-right:752px}.mr-95{margin-right:760px}.mr-96{margin-right:768px}.mr-97{margin-right:776px}.mr-98{margin-right:784px}.mr-99{margin-right:792px}.mr-100{margin-right:800px}@media(min-width:1024px){.lg\:mr-0{margin-right:0}.lg\:mr-1{margin-right:8px}.lg\:mr-2{margin-right:16px}.lg\:mr-3{margin-right:24px}.lg\:mr-4{margin-right:32px}.lg\:mr-5{margin-right:40px}.lg\:mr-6{margin-right:48px}.lg\:mr-7{margin-right:56px}.lg\:mr-8{margin-right:64px}.lg\:mr-9{margin-right:72px}.lg\:mr-10{margin-right:80px}.lg\:mr-11{margin-right:88px}.lg\:mr-12{margin-right:96px}.lg\:mr-13{margin-right:104px}.lg\:mr-14{margin-right:112px}.lg\:mr-15{margin-right:120px}.lg\:mr-16{margin-right:128px}.lg\:mr-17{margin-right:136px}.lg\:mr-18{margin-right:144px}.lg\:mr-19{margin-right:152px}.lg\:mr-20{margin-right:160px}.lg\:mr-21{margin-right:168px}.lg\:mr-22{margin-right:176px}.lg\:mr-23{margin-right:184px}.lg\:mr-24{margin-right:192px}.lg\:mr-25{margin-right:200px}.lg\:mr-26{margin-right:208px}.lg\:mr-27{margin-right:216px}.lg\:mr-28{margin-right:224px}.lg\:mr-29{margin-right:232px}.lg\:mr-30{margin-right:240px}.lg\:mr-31{margin-right:248px}.lg\:mr-32{margin-right:256px}.lg\:mr-33{margin-right:264px}.lg\:mr-34{margin-right:272px}.lg\:mr-35{margin-right:280px}.lg\:mr-36{margin-right:288px}.lg\:mr-37{margin-right:296px}.lg\:mr-38{margin-right:304px}.lg\:mr-39{margin-right:312px}.lg\:mr-40{margin-right:320px}.lg\:mr-41{margin-right:328px}.lg\:mr-42{margin-right:336px}.lg\:mr-43{margin-right:344px}.lg\:mr-44{margin-right:352px}.lg\:mr-45{margin-right:360px}.lg\:mr-46{margin-right:368px}.lg\:mr-47{margin-right:376px}.lg\:mr-48{margin-right:384px}.lg\:mr-49{margin-right:392px}.lg\:mr-50{margin-right:400px}.lg\:mr-51{margin-right:408px}.lg\:mr-52{margin-right:416px}.lg\:mr-53{margin-right:424px}.lg\:mr-54{margin-right:432px}.lg\:mr-55{margin-right:440px}.lg\:mr-56{margin-right:448px}.lg\:mr-57{margin-right:456px}.lg\:mr-58{margin-right:464px}.lg\:mr-59{margin-right:472px}.lg\:mr-60{margin-right:480px}.lg\:mr-61{margin-right:488px}.lg\:mr-62{margin-right:496px}.lg\:mr-63{margin-right:504px}.lg\:mr-64{margin-right:512px}.lg\:mr-65{margin-right:520px}.lg\:mr-66{margin-right:528px}.lg\:mr-67{margin-right:536px}.lg\:mr-68{margin-right:544px}.lg\:mr-69{margin-right:552px}.lg\:mr-70{margin-right:560px}.lg\:mr-71{margin-right:568px}.lg\:mr-72{margin-right:576px}.lg\:mr-73{margin-right:584px}.lg\:mr-74{margin-right:592px}.lg\:mr-75{margin-right:600px}.lg\:mr-76{margin-right:608px}.lg\:mr-77{margin-right:616px}.lg\:mr-78{margin-right:624px}.lg\:mr-79{margin-right:632px}.lg\:mr-80{margin-right:640px}.lg\:mr-81{margin-right:648px}.lg\:mr-82{margin-right:656px}.lg\:mr-83{margin-right:664px}.lg\:mr-84{margin-right:672px}.lg\:mr-85{margin-right:680px}.lg\:mr-86{margin-right:688px}.lg\:mr-87{margin-right:696px}.lg\:mr-88{margin-right:704px}.lg\:mr-89{margin-right:712px}.lg\:mr-90{margin-right:720px}.lg\:mr-91{margin-right:728px}.lg\:mr-92{margin-right:736px}.lg\:mr-93{margin-right:744px}.lg\:mr-94{margin-right:752px}.lg\:mr-95{margin-right:760px}.lg\:mr-96{margin-right:768px}.lg\:mr-97{margin-right:776px}.lg\:mr-98{margin-right:784px}.lg\:mr-99{margin-right:792px}.lg\:mr-100{margin-right:800px}}.p-0{padding:0}.p-1{padding:8px}.p-2{padding:16px}.p-3{padding:24px}.p-4{padding:32px}.p-5{padding:40px}.p-6{padding:48px}.p-7{padding:56px}.p-8{padding:64px}.p-9{padding:72px}.p-10{padding:80px}.p-11{padding:88px}.p-12{padding:96px}.p-13{padding:104px}.p-14{padding:112px}.p-15{padding:120px}.p-16{padding:128px}.p-17{padding:136px}.p-18{padding:144px}.p-19{padding:152px}.p-20{padding:160px}.p-21{padding:168px}.p-22{padding:176px}.p-23{padding:184px}.p-24{padding:192px}.p-25{padding:200px}.p-26{padding:208px}.p-27{padding:216px}.p-28{padding:224px}.p-29{padding:232px}.p-30{padding:240px}.p-31{padding:248px}.p-32{padding:256px}.p-33{padding:264px}.p-34{padding:272px}.p-35{padding:280px}.p-36{padding:288px}.p-37{padding:296px}.p-38{padding:304px}.p-39{padding:312px}.p-40{padding:320px}.p-41{padding:328px}.p-42{padding:336px}.p-43{padding:344px}.p-44{padding:352px}.p-45{padding:360px}.p-46{padding:368px}.p-47{padding:376px}.p-48{padding:384px}.p-49{padding:392px}.p-50{padding:400px}.p-51{padding:408px}.p-52{padding:416px}.p-53{padding:424px}.p-54{padding:432px}.p-55{padding:440px}.p-56{padding:448px}.p-57{padding:456px}.p-58{padding:464px}.p-59{padding:472px}.p-60{padding:480px}.p-61{padding:488px}.p-62{padding:496px}.p-63{padding:504px}.p-64{padding:512px}.p-65{padding:520px}.p-66{padding:528px}.p-67{padding:536px}.p-68{padding:544px}.p-69{padding:552px}.p-70{padding:560px}.p-71{padding:568px}.p-72{padding:576px}.p-73{padding:584px}.p-74{padding:592px}.p-75{padding:600px}.p-76{padding:608px}.p-77{padding:616px}.p-78{padding:624px}.p-79{padding:632px}.p-80{padding:640px}.p-81{padding:648px}.p-82{padding:656px}.p-83{padding:664px}.p-84{padding:672px}.p-85{padding:680px}.p-86{padding:688px}.p-87{padding:696px}.p-88{padding:704px}.p-89{padding:712px}.p-90{padding:720px}.p-91{padding:728px}.p-92{padding:736px}.p-93{padding:744px}.p-94{padding:752px}.p-95{padding:760px}.p-96{padding:768px}.p-97{padding:776px}.p-98{padding:784px}.p-99{padding:792px}.p-100{padding:800px}@media(min-width:1024px){.lg\:p-0{padding:0}.lg\:p-1{padding:8px}.lg\:p-2{padding:16px}.lg\:p-3{padding:24px}.lg\:p-4{padding:32px}.lg\:p-5{padding:40px}.lg\:p-6{padding:48px}.lg\:p-7{padding:56px}.lg\:p-8{padding:64px}.lg\:p-9{padding:72px}.lg\:p-10{padding:80px}.lg\:p-11{padding:88px}.lg\:p-12{padding:96px}.lg\:p-13{padding:104px}.lg\:p-14{padding:112px}.lg\:p-15{padding:120px}.lg\:p-16{padding:128px}.lg\:p-17{padding:136px}.lg\:p-18{padding:144px}.lg\:p-19{padding:152px}.lg\:p-20{padding:160px}.lg\:p-21{padding:168px}.lg\:p-22{padding:176px}.lg\:p-23{padding:184px}.lg\:p-24{padding:192px}.lg\:p-25{padding:200px}.lg\:p-26{padding:208px}.lg\:p-27{padding:216px}.lg\:p-28{padding:224px}.lg\:p-29{padding:232px}.lg\:p-30{padding:240px}.lg\:p-31{padding:248px}.lg\:p-32{padding:256px}.lg\:p-33{padding:264px}.lg\:p-34{padding:272px}.lg\:p-35{padding:280px}.lg\:p-36{padding:288px}.lg\:p-37{padding:296px}.lg\:p-38{padding:304px}.lg\:p-39{padding:312px}.lg\:p-40{padding:320px}.lg\:p-41{padding:328px}.lg\:p-42{padding:336px}.lg\:p-43{padding:344px}.lg\:p-44{padding:352px}.lg\:p-45{padding:360px}.lg\:p-46{padding:368px}.lg\:p-47{padding:376px}.lg\:p-48{padding:384px}.lg\:p-49{padding:392px}.lg\:p-50{padding:400px}.lg\:p-51{padding:408px}.lg\:p-52{padding:416px}.lg\:p-53{padding:424px}.lg\:p-54{padding:432px}.lg\:p-55{padding:440px}.lg\:p-56{padding:448px}.lg\:p-57{padding:456px}.lg\:p-58{padding:464px}.lg\:p-59{padding:472px}.lg\:p-60{padding:480px}.lg\:p-61{padding:488px}.lg\:p-62{padding:496px}.lg\:p-63{padding:504px}.lg\:p-64{padding:512px}.lg\:p-65{padding:520px}.lg\:p-66{padding:528px}.lg\:p-67{padding:536px}.lg\:p-68{padding:544px}.lg\:p-69{padding:552px}.lg\:p-70{padding:560px}.lg\:p-71{padding:568px}.lg\:p-72{padding:576px}.lg\:p-73{padding:584px}.lg\:p-74{padding:592px}.lg\:p-75{padding:600px}.lg\:p-76{padding:608px}.lg\:p-77{padding:616px}.lg\:p-78{padding:624px}.lg\:p-79{padding:632px}.lg\:p-80{padding:640px}.lg\:p-81{padding:648px}.lg\:p-82{padding:656px}.lg\:p-83{padding:664px}.lg\:p-84{padding:672px}.lg\:p-85{padding:680px}.lg\:p-86{padding:688px}.lg\:p-87{padding:696px}.lg\:p-88{padding:704px}.lg\:p-89{padding:712px}.lg\:p-90{padding:720px}.lg\:p-91{padding:728px}.lg\:p-92{padding:736px}.lg\:p-93{padding:744px}.lg\:p-94{padding:752px}.lg\:p-95{padding:760px}.lg\:p-96{padding:768px}.lg\:p-97{padding:776px}.lg\:p-98{padding:784px}.lg\:p-99{padding:792px}.lg\:p-100{padding:800px}}.py-0{padding-block:0px}.py-1{padding-block:8px}.py-2{padding-block:16px}.py-3{padding-block:24px}.py-4{padding-block:32px}.py-5{padding-block:40px}.py-6{padding-block:48px}.py-7{padding-block:56px}.py-8{padding-block:64px}.py-9{padding-block:72px}.py-10{padding-block:80px}.py-11{padding-block:88px}.py-12{padding-block:96px}.py-13{padding-block:104px}.py-14{padding-block:112px}.py-15{padding-block:120px}.py-16{padding-block:128px}.py-17{padding-block:136px}.py-18{padding-block:144px}.py-19{padding-block:152px}.py-20{padding-block:160px}.py-21{padding-block:168px}.py-22{padding-block:176px}.py-23{padding-block:184px}.py-24{padding-block:192px}.py-25{padding-block:200px}.py-26{padding-block:208px}.py-27{padding-block:216px}.py-28{padding-block:224px}.py-29{padding-block:232px}.py-30{padding-block:240px}.py-31{padding-block:248px}.py-32{padding-block:256px}.py-33{padding-block:264px}.py-34{padding-block:272px}.py-35{padding-block:280px}.py-36{padding-block:288px}.py-37{padding-block:296px}.py-38{padding-block:304px}.py-39{padding-block:312px}.py-40{padding-block:320px}.py-41{padding-block:328px}.py-42{padding-block:336px}.py-43{padding-block:344px}.py-44{padding-block:352px}.py-45{padding-block:360px}.py-46{padding-block:368px}.py-47{padding-block:376px}.py-48{padding-block:384px}.py-49{padding-block:392px}.py-50{padding-block:400px}.py-51{padding-block:408px}.py-52{padding-block:416px}.py-53{padding-block:424px}.py-54{padding-block:432px}.py-55{padding-block:440px}.py-56{padding-block:448px}.py-57{padding-block:456px}.py-58{padding-block:464px}.py-59{padding-block:472px}.py-60{padding-block:480px}.py-61{padding-block:488px}.py-62{padding-block:496px}.py-63{padding-block:504px}.py-64{padding-block:512px}.py-65{padding-block:520px}.py-66{padding-block:528px}.py-67{padding-block:536px}.py-68{padding-block:544px}.py-69{padding-block:552px}.py-70{padding-block:560px}.py-71{padding-block:568px}.py-72{padding-block:576px}.py-73{padding-block:584px}.py-74{padding-block:592px}.py-75{padding-block:600px}.py-76{padding-block:608px}.py-77{padding-block:616px}.py-78{padding-block:624px}.py-79{padding-block:632px}.py-80{padding-block:640px}.py-81{padding-block:648px}.py-82{padding-block:656px}.py-83{padding-block:664px}.py-84{padding-block:672px}.py-85{padding-block:680px}.py-86{padding-block:688px}.py-87{padding-block:696px}.py-88{padding-block:704px}.py-89{padding-block:712px}.py-90{padding-block:720px}.py-91{padding-block:728px}.py-92{padding-block:736px}.py-93{padding-block:744px}.py-94{padding-block:752px}.py-95{padding-block:760px}.py-96{padding-block:768px}.py-97{padding-block:776px}.py-98{padding-block:784px}.py-99{padding-block:792px}.py-100{padding-block:800px}@media(min-width:1024px){.lg\:py-0{padding-block:0px}.lg\:py-1{padding-block:8px}.lg\:py-2{padding-block:16px}.lg\:py-3{padding-block:24px}.lg\:py-4{padding-block:32px}.lg\:py-5{padding-block:40px}.lg\:py-6{padding-block:48px}.lg\:py-7{padding-block:56px}.lg\:py-8{padding-block:64px}.lg\:py-9{padding-block:72px}.lg\:py-10{padding-block:80px}.lg\:py-11{padding-block:88px}.lg\:py-12{padding-block:96px}.lg\:py-13{padding-block:104px}.lg\:py-14{padding-block:112px}.lg\:py-15{padding-block:120px}.lg\:py-16{padding-block:128px}.lg\:py-17{padding-block:136px}.lg\:py-18{padding-block:144px}.lg\:py-19{padding-block:152px}.lg\:py-20{padding-block:160px}.lg\:py-21{padding-block:168px}.lg\:py-22{padding-block:176px}.lg\:py-23{padding-block:184px}.lg\:py-24{padding-block:192px}.lg\:py-25{padding-block:200px}.lg\:py-26{padding-block:208px}.lg\:py-27{padding-block:216px}.lg\:py-28{padding-block:224px}.lg\:py-29{padding-block:232px}.lg\:py-30{padding-block:240px}.lg\:py-31{padding-block:248px}.lg\:py-32{padding-block:256px}.lg\:py-33{padding-block:264px}.lg\:py-34{padding-block:272px}.lg\:py-35{padding-block:280px}.lg\:py-36{padding-block:288px}.lg\:py-37{padding-block:296px}.lg\:py-38{padding-block:304px}.lg\:py-39{padding-block:312px}.lg\:py-40{padding-block:320px}.lg\:py-41{padding-block:328px}.lg\:py-42{padding-block:336px}.lg\:py-43{padding-block:344px}.lg\:py-44{padding-block:352px}.lg\:py-45{padding-block:360px}.lg\:py-46{padding-block:368px}.lg\:py-47{padding-block:376px}.lg\:py-48{padding-block:384px}.lg\:py-49{padding-block:392px}.lg\:py-50{padding-block:400px}.lg\:py-51{padding-block:408px}.lg\:py-52{padding-block:416px}.lg\:py-53{padding-block:424px}.lg\:py-54{padding-block:432px}.lg\:py-55{padding-block:440px}.lg\:py-56{padding-block:448px}.lg\:py-57{padding-block:456px}.lg\:py-58{padding-block:464px}.lg\:py-59{padding-block:472px}.lg\:py-60{padding-block:480px}.lg\:py-61{padding-block:488px}.lg\:py-62{padding-block:496px}.lg\:py-63{padding-block:504px}.lg\:py-64{padding-block:512px}.lg\:py-65{padding-block:520px}.lg\:py-66{padding-block:528px}.lg\:py-67{padding-block:536px}.lg\:py-68{padding-block:544px}.lg\:py-69{padding-block:552px}.lg\:py-70{padding-block:560px}.lg\:py-71{padding-block:568px}.lg\:py-72{padding-block:576px}.lg\:py-73{padding-block:584px}.lg\:py-74{padding-block:592px}.lg\:py-75{padding-block:600px}.lg\:py-76{padding-block:608px}.lg\:py-77{padding-block:616px}.lg\:py-78{padding-block:624px}.lg\:py-79{padding-block:632px}.lg\:py-80{padding-block:640px}.lg\:py-81{padding-block:648px}.lg\:py-82{padding-block:656px}.lg\:py-83{padding-block:664px}.lg\:py-84{padding-block:672px}.lg\:py-85{padding-block:680px}.lg\:py-86{padding-block:688px}.lg\:py-87{padding-block:696px}.lg\:py-88{padding-block:704px}.lg\:py-89{padding-block:712px}.lg\:py-90{padding-block:720px}.lg\:py-91{padding-block:728px}.lg\:py-92{padding-block:736px}.lg\:py-93{padding-block:744px}.lg\:py-94{padding-block:752px}.lg\:py-95{padding-block:760px}.lg\:py-96{padding-block:768px}.lg\:py-97{padding-block:776px}.lg\:py-98{padding-block:784px}.lg\:py-99{padding-block:792px}.lg\:py-100{padding-block:800px}}.px-0{padding-inline:0px}.px-1{padding-inline:8px}.px-2{padding-inline:16px}.px-3{padding-inline:24px}.px-4{padding-inline:32px}.px-5{padding-inline:40px}.px-6{padding-inline:48px}.px-7{padding-inline:56px}.px-8{padding-inline:64px}.px-9{padding-inline:72px}.px-10{padding-inline:80px}.px-11{padding-inline:88px}.px-12{padding-inline:96px}.px-13{padding-inline:104px}.px-14{padding-inline:112px}.px-15{padding-inline:120px}.px-16{padding-inline:128px}.px-17{padding-inline:136px}.px-18{padding-inline:144px}.px-19{padding-inline:152px}.px-20{padding-inline:160px}.px-21{padding-inline:168px}.px-22{padding-inline:176px}.px-23{padding-inline:184px}.px-24{padding-inline:192px}.px-25{padding-inline:200px}.px-26{padding-inline:208px}.px-27{padding-inline:216px}.px-28{padding-inline:224px}.px-29{padding-inline:232px}.px-30{padding-inline:240px}.px-31{padding-inline:248px}.px-32{padding-inline:256px}.px-33{padding-inline:264px}.px-34{padding-inline:272px}.px-35{padding-inline:280px}.px-36{padding-inline:288px}.px-37{padding-inline:296px}.px-38{padding-inline:304px}.px-39{padding-inline:312px}.px-40{padding-inline:320px}.px-41{padding-inline:328px}.px-42{padding-inline:336px}.px-43{padding-inline:344px}.px-44{padding-inline:352px}.px-45{padding-inline:360px}.px-46{padding-inline:368px}.px-47{padding-inline:376px}.px-48{padding-inline:384px}.px-49{padding-inline:392px}.px-50{padding-inline:400px}.px-51{padding-inline:408px}.px-52{padding-inline:416px}.px-53{padding-inline:424px}.px-54{padding-inline:432px}.px-55{padding-inline:440px}.px-56{padding-inline:448px}.px-57{padding-inline:456px}.px-58{padding-inline:464px}.px-59{padding-inline:472px}.px-60{padding-inline:480px}.px-61{padding-inline:488px}.px-62{padding-inline:496px}.px-63{padding-inline:504px}.px-64{padding-inline:512px}.px-65{padding-inline:520px}.px-66{padding-inline:528px}.px-67{padding-inline:536px}.px-68{padding-inline:544px}.px-69{padding-inline:552px}.px-70{padding-inline:560px}.px-71{padding-inline:568px}.px-72{padding-inline:576px}.px-73{padding-inline:584px}.px-74{padding-inline:592px}.px-75{padding-inline:600px}.px-76{padding-inline:608px}.px-77{padding-inline:616px}.px-78{padding-inline:624px}.px-79{padding-inline:632px}.px-80{padding-inline:640px}.px-81{padding-inline:648px}.px-82{padding-inline:656px}.px-83{padding-inline:664px}.px-84{padding-inline:672px}.px-85{padding-inline:680px}.px-86{padding-inline:688px}.px-87{padding-inline:696px}.px-88{padding-inline:704px}.px-89{padding-inline:712px}.px-90{padding-inline:720px}.px-91{padding-inline:728px}.px-92{padding-inline:736px}.px-93{padding-inline:744px}.px-94{padding-inline:752px}.px-95{padding-inline:760px}.px-96{padding-inline:768px}.px-97{padding-inline:776px}.px-98{padding-inline:784px}.px-99{padding-inline:792px}.px-100{padding-inline:800px}@media(min-width:1024px){.lg\:px-0{padding-inline:0px}.lg\:px-1{padding-inline:8px}.lg\:px-2{padding-inline:16px}.lg\:px-3{padding-inline:24px}.lg\:px-4{padding-inline:32px}.lg\:px-5{padding-inline:40px}.lg\:px-6{padding-inline:48px}.lg\:px-7{padding-inline:56px}.lg\:px-8{padding-inline:64px}.lg\:px-9{padding-inline:72px}.lg\:px-10{padding-inline:80px}.lg\:px-11{padding-inline:88px}.lg\:px-12{padding-inline:96px}.lg\:px-13{padding-inline:104px}.lg\:px-14{padding-inline:112px}.lg\:px-15{padding-inline:120px}.lg\:px-16{padding-inline:128px}.lg\:px-17{padding-inline:136px}.lg\:px-18{padding-inline:144px}.lg\:px-19{padding-inline:152px}.lg\:px-20{padding-inline:160px}.lg\:px-21{padding-inline:168px}.lg\:px-22{padding-inline:176px}.lg\:px-23{padding-inline:184px}.lg\:px-24{padding-inline:192px}.lg\:px-25{padding-inline:200px}.lg\:px-26{padding-inline:208px}.lg\:px-27{padding-inline:216px}.lg\:px-28{padding-inline:224px}.lg\:px-29{padding-inline:232px}.lg\:px-30{padding-inline:240px}.lg\:px-31{padding-inline:248px}.lg\:px-32{padding-inline:256px}.lg\:px-33{padding-inline:264px}.lg\:px-34{padding-inline:272px}.lg\:px-35{padding-inline:280px}.lg\:px-36{padding-inline:288px}.lg\:px-37{padding-inline:296px}.lg\:px-38{padding-inline:304px}.lg\:px-39{padding-inline:312px}.lg\:px-40{padding-inline:320px}.lg\:px-41{padding-inline:328px}.lg\:px-42{padding-inline:336px}.lg\:px-43{padding-inline:344px}.lg\:px-44{padding-inline:352px}.lg\:px-45{padding-inline:360px}.lg\:px-46{padding-inline:368px}.lg\:px-47{padding-inline:376px}.lg\:px-48{padding-inline:384px}.lg\:px-49{padding-inline:392px}.lg\:px-50{padding-inline:400px}.lg\:px-51{padding-inline:408px}.lg\:px-52{padding-inline:416px}.lg\:px-53{padding-inline:424px}.lg\:px-54{padding-inline:432px}.lg\:px-55{padding-inline:440px}.lg\:px-56{padding-inline:448px}.lg\:px-57{padding-inline:456px}.lg\:px-58{padding-inline:464px}.lg\:px-59{padding-inline:472px}.lg\:px-60{padding-inline:480px}.lg\:px-61{padding-inline:488px}.lg\:px-62{padding-inline:496px}.lg\:px-63{padding-inline:504px}.lg\:px-64{padding-inline:512px}.lg\:px-65{padding-inline:520px}.lg\:px-66{padding-inline:528px}.lg\:px-67{padding-inline:536px}.lg\:px-68{padding-inline:544px}.lg\:px-69{padding-inline:552px}.lg\:px-70{padding-inline:560px}.lg\:px-71{padding-inline:568px}.lg\:px-72{padding-inline:576px}.lg\:px-73{padding-inline:584px}.lg\:px-74{padding-inline:592px}.lg\:px-75{padding-inline:600px}.lg\:px-76{padding-inline:608px}.lg\:px-77{padding-inline:616px}.lg\:px-78{padding-inline:624px}.lg\:px-79{padding-inline:632px}.lg\:px-80{padding-inline:640px}.lg\:px-81{padding-inline:648px}.lg\:px-82{padding-inline:656px}.lg\:px-83{padding-inline:664px}.lg\:px-84{padding-inline:672px}.lg\:px-85{padding-inline:680px}.lg\:px-86{padding-inline:688px}.lg\:px-87{padding-inline:696px}.lg\:px-88{padding-inline:704px}.lg\:px-89{padding-inline:712px}.lg\:px-90{padding-inline:720px}.lg\:px-91{padding-inline:728px}.lg\:px-92{padding-inline:736px}.lg\:px-93{padding-inline:744px}.lg\:px-94{padding-inline:752px}.lg\:px-95{padding-inline:760px}.lg\:px-96{padding-inline:768px}.lg\:px-97{padding-inline:776px}.lg\:px-98{padding-inline:784px}.lg\:px-99{padding-inline:792px}.lg\:px-100{padding-inline:800px}}.pt-0{padding-top:0}.pt-1{padding-top:8px}.pt-2{padding-top:16px}.pt-3{padding-top:24px}.pt-4{padding-top:32px}.pt-5{padding-top:40px}.pt-6{padding-top:48px}.pt-7{padding-top:56px}.pt-8{padding-top:64px}.pt-9{padding-top:72px}.pt-10{padding-top:80px}.pt-11{padding-top:88px}.pt-12{padding-top:96px}.pt-13{padding-top:104px}.pt-14{padding-top:112px}.pt-15{padding-top:120px}.pt-16{padding-top:128px}.pt-17{padding-top:136px}.pt-18{padding-top:144px}.pt-19{padding-top:152px}.pt-20{padding-top:160px}.pt-21{padding-top:168px}.pt-22{padding-top:176px}.pt-23{padding-top:184px}.pt-24{padding-top:192px}.pt-25{padding-top:200px}.pt-26{padding-top:208px}.pt-27{padding-top:216px}.pt-28{padding-top:224px}.pt-29{padding-top:232px}.pt-30{padding-top:240px}.pt-31{padding-top:248px}.pt-32{padding-top:256px}.pt-33{padding-top:264px}.pt-34{padding-top:272px}.pt-35{padding-top:280px}.pt-36{padding-top:288px}.pt-37{padding-top:296px}.pt-38{padding-top:304px}.pt-39{padding-top:312px}.pt-40{padding-top:320px}.pt-41{padding-top:328px}.pt-42{padding-top:336px}.pt-43{padding-top:344px}.pt-44{padding-top:352px}.pt-45{padding-top:360px}.pt-46{padding-top:368px}.pt-47{padding-top:376px}.pt-48{padding-top:384px}.pt-49{padding-top:392px}.pt-50{padding-top:400px}.pt-51{padding-top:408px}.pt-52{padding-top:416px}.pt-53{padding-top:424px}.pt-54{padding-top:432px}.pt-55{padding-top:440px}.pt-56{padding-top:448px}.pt-57{padding-top:456px}.pt-58{padding-top:464px}.pt-59{padding-top:472px}.pt-60{padding-top:480px}.pt-61{padding-top:488px}.pt-62{padding-top:496px}.pt-63{padding-top:504px}.pt-64{padding-top:512px}.pt-65{padding-top:520px}.pt-66{padding-top:528px}.pt-67{padding-top:536px}.pt-68{padding-top:544px}.pt-69{padding-top:552px}.pt-70{padding-top:560px}.pt-71{padding-top:568px}.pt-72{padding-top:576px}.pt-73{padding-top:584px}.pt-74{padding-top:592px}.pt-75{padding-top:600px}.pt-76{padding-top:608px}.pt-77{padding-top:616px}.pt-78{padding-top:624px}.pt-79{padding-top:632px}.pt-80{padding-top:640px}.pt-81{padding-top:648px}.pt-82{padding-top:656px}.pt-83{padding-top:664px}.pt-84{padding-top:672px}.pt-85{padding-top:680px}.pt-86{padding-top:688px}.pt-87{padding-top:696px}.pt-88{padding-top:704px}.pt-89{padding-top:712px}.pt-90{padding-top:720px}.pt-91{padding-top:728px}.pt-92{padding-top:736px}.pt-93{padding-top:744px}.pt-94{padding-top:752px}.pt-95{padding-top:760px}.pt-96{padding-top:768px}.pt-97{padding-top:776px}.pt-98{padding-top:784px}.pt-99{padding-top:792px}.pt-100{padding-top:800px}@media(min-width:1024px){.lg\:pt-0{padding-top:0}.lg\:pt-1{padding-top:8px}.lg\:pt-2{padding-top:16px}.lg\:pt-3{padding-top:24px}.lg\:pt-4{padding-top:32px}.lg\:pt-5{padding-top:40px}.lg\:pt-6{padding-top:48px}.lg\:pt-7{padding-top:56px}.lg\:pt-8{padding-top:64px}.lg\:pt-9{padding-top:72px}.lg\:pt-10{padding-top:80px}.lg\:pt-11{padding-top:88px}.lg\:pt-12{padding-top:96px}.lg\:pt-13{padding-top:104px}.lg\:pt-14{padding-top:112px}.lg\:pt-15{padding-top:120px}.lg\:pt-16{padding-top:128px}.lg\:pt-17{padding-top:136px}.lg\:pt-18{padding-top:144px}.lg\:pt-19{padding-top:152px}.lg\:pt-20{padding-top:160px}.lg\:pt-21{padding-top:168px}.lg\:pt-22{padding-top:176px}.lg\:pt-23{padding-top:184px}.lg\:pt-24{padding-top:192px}.lg\:pt-25{padding-top:200px}.lg\:pt-26{padding-top:208px}.lg\:pt-27{padding-top:216px}.lg\:pt-28{padding-top:224px}.lg\:pt-29{padding-top:232px}.lg\:pt-30{padding-top:240px}.lg\:pt-31{padding-top:248px}.lg\:pt-32{padding-top:256px}.lg\:pt-33{padding-top:264px}.lg\:pt-34{padding-top:272px}.lg\:pt-35{padding-top:280px}.lg\:pt-36{padding-top:288px}.lg\:pt-37{padding-top:296px}.lg\:pt-38{padding-top:304px}.lg\:pt-39{padding-top:312px}.lg\:pt-40{padding-top:320px}.lg\:pt-41{padding-top:328px}.lg\:pt-42{padding-top:336px}.lg\:pt-43{padding-top:344px}.lg\:pt-44{padding-top:352px}.lg\:pt-45{padding-top:360px}.lg\:pt-46{padding-top:368px}.lg\:pt-47{padding-top:376px}.lg\:pt-48{padding-top:384px}.lg\:pt-49{padding-top:392px}.lg\:pt-50{padding-top:400px}.lg\:pt-51{padding-top:408px}.lg\:pt-52{padding-top:416px}.lg\:pt-53{padding-top:424px}.lg\:pt-54{padding-top:432px}.lg\:pt-55{padding-top:440px}.lg\:pt-56{padding-top:448px}.lg\:pt-57{padding-top:456px}.lg\:pt-58{padding-top:464px}.lg\:pt-59{padding-top:472px}.lg\:pt-60{padding-top:480px}.lg\:pt-61{padding-top:488px}.lg\:pt-62{padding-top:496px}.lg\:pt-63{padding-top:504px}.lg\:pt-64{padding-top:512px}.lg\:pt-65{padding-top:520px}.lg\:pt-66{padding-top:528px}.lg\:pt-67{padding-top:536px}.lg\:pt-68{padding-top:544px}.lg\:pt-69{padding-top:552px}.lg\:pt-70{padding-top:560px}.lg\:pt-71{padding-top:568px}.lg\:pt-72{padding-top:576px}.lg\:pt-73{padding-top:584px}.lg\:pt-74{padding-top:592px}.lg\:pt-75{padding-top:600px}.lg\:pt-76{padding-top:608px}.lg\:pt-77{padding-top:616px}.lg\:pt-78{padding-top:624px}.lg\:pt-79{padding-top:632px}.lg\:pt-80{padding-top:640px}.lg\:pt-81{padding-top:648px}.lg\:pt-82{padding-top:656px}.lg\:pt-83{padding-top:664px}.lg\:pt-84{padding-top:672px}.lg\:pt-85{padding-top:680px}.lg\:pt-86{padding-top:688px}.lg\:pt-87{padding-top:696px}.lg\:pt-88{padding-top:704px}.lg\:pt-89{padding-top:712px}.lg\:pt-90{padding-top:720px}.lg\:pt-91{padding-top:728px}.lg\:pt-92{padding-top:736px}.lg\:pt-93{padding-top:744px}.lg\:pt-94{padding-top:752px}.lg\:pt-95{padding-top:760px}.lg\:pt-96{padding-top:768px}.lg\:pt-97{padding-top:776px}.lg\:pt-98{padding-top:784px}.lg\:pt-99{padding-top:792px}.lg\:pt-100{padding-top:800px}}.pb-0{padding-bottom:0}.pb-1{padding-bottom:8px}.pb-2{padding-bottom:16px}.pb-3{padding-bottom:24px}.pb-4{padding-bottom:32px}.pb-5{padding-bottom:40px}.pb-6{padding-bottom:48px}.pb-7{padding-bottom:56px}.pb-8{padding-bottom:64px}.pb-9{padding-bottom:72px}.pb-10{padding-bottom:80px}.pb-11{padding-bottom:88px}.pb-12{padding-bottom:96px}.pb-13{padding-bottom:104px}.pb-14{padding-bottom:112px}.pb-15{padding-bottom:120px}.pb-16{padding-bottom:128px}.pb-17{padding-bottom:136px}.pb-18{padding-bottom:144px}.pb-19{padding-bottom:152px}.pb-20{padding-bottom:160px}.pb-21{padding-bottom:168px}.pb-22{padding-bottom:176px}.pb-23{padding-bottom:184px}.pb-24{padding-bottom:192px}.pb-25{padding-bottom:200px}.pb-26{padding-bottom:208px}.pb-27{padding-bottom:216px}.pb-28{padding-bottom:224px}.pb-29{padding-bottom:232px}.pb-30{padding-bottom:240px}.pb-31{padding-bottom:248px}.pb-32{padding-bottom:256px}.pb-33{padding-bottom:264px}.pb-34{padding-bottom:272px}.pb-35{padding-bottom:280px}.pb-36{padding-bottom:288px}.pb-37{padding-bottom:296px}.pb-38{padding-bottom:304px}.pb-39{padding-bottom:312px}.pb-40{padding-bottom:320px}.pb-41{padding-bottom:328px}.pb-42{padding-bottom:336px}.pb-43{padding-bottom:344px}.pb-44{padding-bottom:352px}.pb-45{padding-bottom:360px}.pb-46{padding-bottom:368px}.pb-47{padding-bottom:376px}.pb-48{padding-bottom:384px}.pb-49{padding-bottom:392px}.pb-50{padding-bottom:400px}.pb-51{padding-bottom:408px}.pb-52{padding-bottom:416px}.pb-53{padding-bottom:424px}.pb-54{padding-bottom:432px}.pb-55{padding-bottom:440px}.pb-56{padding-bottom:448px}.pb-57{padding-bottom:456px}.pb-58{padding-bottom:464px}.pb-59{padding-bottom:472px}.pb-60{padding-bottom:480px}.pb-61{padding-bottom:488px}.pb-62{padding-bottom:496px}.pb-63{padding-bottom:504px}.pb-64{padding-bottom:512px}.pb-65{padding-bottom:520px}.pb-66{padding-bottom:528px}.pb-67{padding-bottom:536px}.pb-68{padding-bottom:544px}.pb-69{padding-bottom:552px}.pb-70{padding-bottom:560px}.pb-71{padding-bottom:568px}.pb-72{padding-bottom:576px}.pb-73{padding-bottom:584px}.pb-74{padding-bottom:592px}.pb-75{padding-bottom:600px}.pb-76{padding-bottom:608px}.pb-77{padding-bottom:616px}.pb-78{padding-bottom:624px}.pb-79{padding-bottom:632px}.pb-80{padding-bottom:640px}.pb-81{padding-bottom:648px}.pb-82{padding-bottom:656px}.pb-83{padding-bottom:664px}.pb-84{padding-bottom:672px}.pb-85{padding-bottom:680px}.pb-86{padding-bottom:688px}.pb-87{padding-bottom:696px}.pb-88{padding-bottom:704px}.pb-89{padding-bottom:712px}.pb-90{padding-bottom:720px}.pb-91{padding-bottom:728px}.pb-92{padding-bottom:736px}.pb-93{padding-bottom:744px}.pb-94{padding-bottom:752px}.pb-95{padding-bottom:760px}.pb-96{padding-bottom:768px}.pb-97{padding-bottom:776px}.pb-98{padding-bottom:784px}.pb-99{padding-bottom:792px}.pb-100{padding-bottom:800px}@media(min-width:1024px){.lg\:pb-0{padding-bottom:0}.lg\:pb-1{padding-bottom:8px}.lg\:pb-2{padding-bottom:16px}.lg\:pb-3{padding-bottom:24px}.lg\:pb-4{padding-bottom:32px}.lg\:pb-5{padding-bottom:40px}.lg\:pb-6{padding-bottom:48px}.lg\:pb-7{padding-bottom:56px}.lg\:pb-8{padding-bottom:64px}.lg\:pb-9{padding-bottom:72px}.lg\:pb-10{padding-bottom:80px}.lg\:pb-11{padding-bottom:88px}.lg\:pb-12{padding-bottom:96px}.lg\:pb-13{padding-bottom:104px}.lg\:pb-14{padding-bottom:112px}.lg\:pb-15{padding-bottom:120px}.lg\:pb-16{padding-bottom:128px}.lg\:pb-17{padding-bottom:136px}.lg\:pb-18{padding-bottom:144px}.lg\:pb-19{padding-bottom:152px}.lg\:pb-20{padding-bottom:160px}.lg\:pb-21{padding-bottom:168px}.lg\:pb-22{padding-bottom:176px}.lg\:pb-23{padding-bottom:184px}.lg\:pb-24{padding-bottom:192px}.lg\:pb-25{padding-bottom:200px}.lg\:pb-26{padding-bottom:208px}.lg\:pb-27{padding-bottom:216px}.lg\:pb-28{padding-bottom:224px}.lg\:pb-29{padding-bottom:232px}.lg\:pb-30{padding-bottom:240px}.lg\:pb-31{padding-bottom:248px}.lg\:pb-32{padding-bottom:256px}.lg\:pb-33{padding-bottom:264px}.lg\:pb-34{padding-bottom:272px}.lg\:pb-35{padding-bottom:280px}.lg\:pb-36{padding-bottom:288px}.lg\:pb-37{padding-bottom:296px}.lg\:pb-38{padding-bottom:304px}.lg\:pb-39{padding-bottom:312px}.lg\:pb-40{padding-bottom:320px}.lg\:pb-41{padding-bottom:328px}.lg\:pb-42{padding-bottom:336px}.lg\:pb-43{padding-bottom:344px}.lg\:pb-44{padding-bottom:352px}.lg\:pb-45{padding-bottom:360px}.lg\:pb-46{padding-bottom:368px}.lg\:pb-47{padding-bottom:376px}.lg\:pb-48{padding-bottom:384px}.lg\:pb-49{padding-bottom:392px}.lg\:pb-50{padding-bottom:400px}.lg\:pb-51{padding-bottom:408px}.lg\:pb-52{padding-bottom:416px}.lg\:pb-53{padding-bottom:424px}.lg\:pb-54{padding-bottom:432px}.lg\:pb-55{padding-bottom:440px}.lg\:pb-56{padding-bottom:448px}.lg\:pb-57{padding-bottom:456px}.lg\:pb-58{padding-bottom:464px}.lg\:pb-59{padding-bottom:472px}.lg\:pb-60{padding-bottom:480px}.lg\:pb-61{padding-bottom:488px}.lg\:pb-62{padding-bottom:496px}.lg\:pb-63{padding-bottom:504px}.lg\:pb-64{padding-bottom:512px}.lg\:pb-65{padding-bottom:520px}.lg\:pb-66{padding-bottom:528px}.lg\:pb-67{padding-bottom:536px}.lg\:pb-68{padding-bottom:544px}.lg\:pb-69{padding-bottom:552px}.lg\:pb-70{padding-bottom:560px}.lg\:pb-71{padding-bottom:568px}.lg\:pb-72{padding-bottom:576px}.lg\:pb-73{padding-bottom:584px}.lg\:pb-74{padding-bottom:592px}.lg\:pb-75{padding-bottom:600px}.lg\:pb-76{padding-bottom:608px}.lg\:pb-77{padding-bottom:616px}.lg\:pb-78{padding-bottom:624px}.lg\:pb-79{padding-bottom:632px}.lg\:pb-80{padding-bottom:640px}.lg\:pb-81{padding-bottom:648px}.lg\:pb-82{padding-bottom:656px}.lg\:pb-83{padding-bottom:664px}.lg\:pb-84{padding-bottom:672px}.lg\:pb-85{padding-bottom:680px}.lg\:pb-86{padding-bottom:688px}.lg\:pb-87{padding-bottom:696px}.lg\:pb-88{padding-bottom:704px}.lg\:pb-89{padding-bottom:712px}.lg\:pb-90{padding-bottom:720px}.lg\:pb-91{padding-bottom:728px}.lg\:pb-92{padding-bottom:736px}.lg\:pb-93{padding-bottom:744px}.lg\:pb-94{padding-bottom:752px}.lg\:pb-95{padding-bottom:760px}.lg\:pb-96{padding-bottom:768px}.lg\:pb-97{padding-bottom:776px}.lg\:pb-98{padding-bottom:784px}.lg\:pb-99{padding-bottom:792px}.lg\:pb-100{padding-bottom:800px}}.pl-0{padding-left:0}.pl-1{padding-left:8px}.pl-2{padding-left:16px}.pl-3{padding-left:24px}.pl-4{padding-left:32px}.pl-5{padding-left:40px}.pl-6{padding-left:48px}.pl-7{padding-left:56px}.pl-8{padding-left:64px}.pl-9{padding-left:72px}.pl-10{padding-left:80px}.pl-11{padding-left:88px}.pl-12{padding-left:96px}.pl-13{padding-left:104px}.pl-14{padding-left:112px}.pl-15{padding-left:120px}.pl-16{padding-left:128px}.pl-17{padding-left:136px}.pl-18{padding-left:144px}.pl-19{padding-left:152px}.pl-20{padding-left:160px}.pl-21{padding-left:168px}.pl-22{padding-left:176px}.pl-23{padding-left:184px}.pl-24{padding-left:192px}.pl-25{padding-left:200px}.pl-26{padding-left:208px}.pl-27{padding-left:216px}.pl-28{padding-left:224px}.pl-29{padding-left:232px}.pl-30{padding-left:240px}.pl-31{padding-left:248px}.pl-32{padding-left:256px}.pl-33{padding-left:264px}.pl-34{padding-left:272px}.pl-35{padding-left:280px}.pl-36{padding-left:288px}.pl-37{padding-left:296px}.pl-38{padding-left:304px}.pl-39{padding-left:312px}.pl-40{padding-left:320px}.pl-41{padding-left:328px}.pl-42{padding-left:336px}.pl-43{padding-left:344px}.pl-44{padding-left:352px}.pl-45{padding-left:360px}.pl-46{padding-left:368px}.pl-47{padding-left:376px}.pl-48{padding-left:384px}.pl-49{padding-left:392px}.pl-50{padding-left:400px}.pl-51{padding-left:408px}.pl-52{padding-left:416px}.pl-53{padding-left:424px}.pl-54{padding-left:432px}.pl-55{padding-left:440px}.pl-56{padding-left:448px}.pl-57{padding-left:456px}.pl-58{padding-left:464px}.pl-59{padding-left:472px}.pl-60{padding-left:480px}.pl-61{padding-left:488px}.pl-62{padding-left:496px}.pl-63{padding-left:504px}.pl-64{padding-left:512px}.pl-65{padding-left:520px}.pl-66{padding-left:528px}.pl-67{padding-left:536px}.pl-68{padding-left:544px}.pl-69{padding-left:552px}.pl-70{padding-left:560px}.pl-71{padding-left:568px}.pl-72{padding-left:576px}.pl-73{padding-left:584px}.pl-74{padding-left:592px}.pl-75{padding-left:600px}.pl-76{padding-left:608px}.pl-77{padding-left:616px}.pl-78{padding-left:624px}.pl-79{padding-left:632px}.pl-80{padding-left:640px}.pl-81{padding-left:648px}.pl-82{padding-left:656px}.pl-83{padding-left:664px}.pl-84{padding-left:672px}.pl-85{padding-left:680px}.pl-86{padding-left:688px}.pl-87{padding-left:696px}.pl-88{padding-left:704px}.pl-89{padding-left:712px}.pl-90{padding-left:720px}.pl-91{padding-left:728px}.pl-92{padding-left:736px}.pl-93{padding-left:744px}.pl-94{padding-left:752px}.pl-95{padding-left:760px}.pl-96{padding-left:768px}.pl-97{padding-left:776px}.pl-98{padding-left:784px}.pl-99{padding-left:792px}.pl-100{padding-left:800px}@media(min-width:1024px){.lg\:pl-0{padding-left:0}.lg\:pl-1{padding-left:8px}.lg\:pl-2{padding-left:16px}.lg\:pl-3{padding-left:24px}.lg\:pl-4{padding-left:32px}.lg\:pl-5{padding-left:40px}.lg\:pl-6{padding-left:48px}.lg\:pl-7{padding-left:56px}.lg\:pl-8{padding-left:64px}.lg\:pl-9{padding-left:72px}.lg\:pl-10{padding-left:80px}.lg\:pl-11{padding-left:88px}.lg\:pl-12{padding-left:96px}.lg\:pl-13{padding-left:104px}.lg\:pl-14{padding-left:112px}.lg\:pl-15{padding-left:120px}.lg\:pl-16{padding-left:128px}.lg\:pl-17{padding-left:136px}.lg\:pl-18{padding-left:144px}.lg\:pl-19{padding-left:152px}.lg\:pl-20{padding-left:160px}.lg\:pl-21{padding-left:168px}.lg\:pl-22{padding-left:176px}.lg\:pl-23{padding-left:184px}.lg\:pl-24{padding-left:192px}.lg\:pl-25{padding-left:200px}.lg\:pl-26{padding-left:208px}.lg\:pl-27{padding-left:216px}.lg\:pl-28{padding-left:224px}.lg\:pl-29{padding-left:232px}.lg\:pl-30{padding-left:240px}.lg\:pl-31{padding-left:248px}.lg\:pl-32{padding-left:256px}.lg\:pl-33{padding-left:264px}.lg\:pl-34{padding-left:272px}.lg\:pl-35{padding-left:280px}.lg\:pl-36{padding-left:288px}.lg\:pl-37{padding-left:296px}.lg\:pl-38{padding-left:304px}.lg\:pl-39{padding-left:312px}.lg\:pl-40{padding-left:320px}.lg\:pl-41{padding-left:328px}.lg\:pl-42{padding-left:336px}.lg\:pl-43{padding-left:344px}.lg\:pl-44{padding-left:352px}.lg\:pl-45{padding-left:360px}.lg\:pl-46{padding-left:368px}.lg\:pl-47{padding-left:376px}.lg\:pl-48{padding-left:384px}.lg\:pl-49{padding-left:392px}.lg\:pl-50{padding-left:400px}.lg\:pl-51{padding-left:408px}.lg\:pl-52{padding-left:416px}.lg\:pl-53{padding-left:424px}.lg\:pl-54{padding-left:432px}.lg\:pl-55{padding-left:440px}.lg\:pl-56{padding-left:448px}.lg\:pl-57{padding-left:456px}.lg\:pl-58{padding-left:464px}.lg\:pl-59{padding-left:472px}.lg\:pl-60{padding-left:480px}.lg\:pl-61{padding-left:488px}.lg\:pl-62{padding-left:496px}.lg\:pl-63{padding-left:504px}.lg\:pl-64{padding-left:512px}.lg\:pl-65{padding-left:520px}.lg\:pl-66{padding-left:528px}.lg\:pl-67{padding-left:536px}.lg\:pl-68{padding-left:544px}.lg\:pl-69{padding-left:552px}.lg\:pl-70{padding-left:560px}.lg\:pl-71{padding-left:568px}.lg\:pl-72{padding-left:576px}.lg\:pl-73{padding-left:584px}.lg\:pl-74{padding-left:592px}.lg\:pl-75{padding-left:600px}.lg\:pl-76{padding-left:608px}.lg\:pl-77{padding-left:616px}.lg\:pl-78{padding-left:624px}.lg\:pl-79{padding-left:632px}.lg\:pl-80{padding-left:640px}.lg\:pl-81{padding-left:648px}.lg\:pl-82{padding-left:656px}.lg\:pl-83{padding-left:664px}.lg\:pl-84{padding-left:672px}.lg\:pl-85{padding-left:680px}.lg\:pl-86{padding-left:688px}.lg\:pl-87{padding-left:696px}.lg\:pl-88{padding-left:704px}.lg\:pl-89{padding-left:712px}.lg\:pl-90{padding-left:720px}.lg\:pl-91{padding-left:728px}.lg\:pl-92{padding-left:736px}.lg\:pl-93{padding-left:744px}.lg\:pl-94{padding-left:752px}.lg\:pl-95{padding-left:760px}.lg\:pl-96{padding-left:768px}.lg\:pl-97{padding-left:776px}.lg\:pl-98{padding-left:784px}.lg\:pl-99{padding-left:792px}.lg\:pl-100{padding-left:800px}}.pr-0{padding-right:0}.pr-1{padding-right:8px}.pr-2{padding-right:16px}.pr-3{padding-right:24px}.pr-4{padding-right:32px}.pr-5{padding-right:40px}.pr-6{padding-right:48px}.pr-7{padding-right:56px}.pr-8{padding-right:64px}.pr-9{padding-right:72px}.pr-10{padding-right:80px}.pr-11{padding-right:88px}.pr-12{padding-right:96px}.pr-13{padding-right:104px}.pr-14{padding-right:112px}.pr-15{padding-right:120px}.pr-16{padding-right:128px}.pr-17{padding-right:136px}.pr-18{padding-right:144px}.pr-19{padding-right:152px}.pr-20{padding-right:160px}.pr-21{padding-right:168px}.pr-22{padding-right:176px}.pr-23{padding-right:184px}.pr-24{padding-right:192px}.pr-25{padding-right:200px}.pr-26{padding-right:208px}.pr-27{padding-right:216px}.pr-28{padding-right:224px}.pr-29{padding-right:232px}.pr-30{padding-right:240px}.pr-31{padding-right:248px}.pr-32{padding-right:256px}.pr-33{padding-right:264px}.pr-34{padding-right:272px}.pr-35{padding-right:280px}.pr-36{padding-right:288px}.pr-37{padding-right:296px}.pr-38{padding-right:304px}.pr-39{padding-right:312px}.pr-40{padding-right:320px}.pr-41{padding-right:328px}.pr-42{padding-right:336px}.pr-43{padding-right:344px}.pr-44{padding-right:352px}.pr-45{padding-right:360px}.pr-46{padding-right:368px}.pr-47{padding-right:376px}.pr-48{padding-right:384px}.pr-49{padding-right:392px}.pr-50{padding-right:400px}.pr-51{padding-right:408px}.pr-52{padding-right:416px}.pr-53{padding-right:424px}.pr-54{padding-right:432px}.pr-55{padding-right:440px}.pr-56{padding-right:448px}.pr-57{padding-right:456px}.pr-58{padding-right:464px}.pr-59{padding-right:472px}.pr-60{padding-right:480px}.pr-61{padding-right:488px}.pr-62{padding-right:496px}.pr-63{padding-right:504px}.pr-64{padding-right:512px}.pr-65{padding-right:520px}.pr-66{padding-right:528px}.pr-67{padding-right:536px}.pr-68{padding-right:544px}.pr-69{padding-right:552px}.pr-70{padding-right:560px}.pr-71{padding-right:568px}.pr-72{padding-right:576px}.pr-73{padding-right:584px}.pr-74{padding-right:592px}.pr-75{padding-right:600px}.pr-76{padding-right:608px}.pr-77{padding-right:616px}.pr-78{padding-right:624px}.pr-79{padding-right:632px}.pr-80{padding-right:640px}.pr-81{padding-right:648px}.pr-82{padding-right:656px}.pr-83{padding-right:664px}.pr-84{padding-right:672px}.pr-85{padding-right:680px}.pr-86{padding-right:688px}.pr-87{padding-right:696px}.pr-88{padding-right:704px}.pr-89{padding-right:712px}.pr-90{padding-right:720px}.pr-91{padding-right:728px}.pr-92{padding-right:736px}.pr-93{padding-right:744px}.pr-94{padding-right:752px}.pr-95{padding-right:760px}.pr-96{padding-right:768px}.pr-97{padding-right:776px}.pr-98{padding-right:784px}.pr-99{padding-right:792px}.pr-100{padding-right:800px}@media(min-width:1024px){.lg\:pr-0{padding-right:0}.lg\:pr-1{padding-right:8px}.lg\:pr-2{padding-right:16px}.lg\:pr-3{padding-right:24px}.lg\:pr-4{padding-right:32px}.lg\:pr-5{padding-right:40px}.lg\:pr-6{padding-right:48px}.lg\:pr-7{padding-right:56px}.lg\:pr-8{padding-right:64px}.lg\:pr-9{padding-right:72px}.lg\:pr-10{padding-right:80px}.lg\:pr-11{padding-right:88px}.lg\:pr-12{padding-right:96px}.lg\:pr-13{padding-right:104px}.lg\:pr-14{padding-right:112px}.lg\:pr-15{padding-right:120px}.lg\:pr-16{padding-right:128px}.lg\:pr-17{padding-right:136px}.lg\:pr-18{padding-right:144px}.lg\:pr-19{padding-right:152px}.lg\:pr-20{padding-right:160px}.lg\:pr-21{padding-right:168px}.lg\:pr-22{padding-right:176px}.lg\:pr-23{padding-right:184px}.lg\:pr-24{padding-right:192px}.lg\:pr-25{padding-right:200px}.lg\:pr-26{padding-right:208px}.lg\:pr-27{padding-right:216px}.lg\:pr-28{padding-right:224px}.lg\:pr-29{padding-right:232px}.lg\:pr-30{padding-right:240px}.lg\:pr-31{padding-right:248px}.lg\:pr-32{padding-right:256px}.lg\:pr-33{padding-right:264px}.lg\:pr-34{padding-right:272px}.lg\:pr-35{padding-right:280px}.lg\:pr-36{padding-right:288px}.lg\:pr-37{padding-right:296px}.lg\:pr-38{padding-right:304px}.lg\:pr-39{padding-right:312px}.lg\:pr-40{padding-right:320px}.lg\:pr-41{padding-right:328px}.lg\:pr-42{padding-right:336px}.lg\:pr-43{padding-right:344px}.lg\:pr-44{padding-right:352px}.lg\:pr-45{padding-right:360px}.lg\:pr-46{padding-right:368px}.lg\:pr-47{padding-right:376px}.lg\:pr-48{padding-right:384px}.lg\:pr-49{padding-right:392px}.lg\:pr-50{padding-right:400px}.lg\:pr-51{padding-right:408px}.lg\:pr-52{padding-right:416px}.lg\:pr-53{padding-right:424px}.lg\:pr-54{padding-right:432px}.lg\:pr-55{padding-right:440px}.lg\:pr-56{padding-right:448px}.lg\:pr-57{padding-right:456px}.lg\:pr-58{padding-right:464px}.lg\:pr-59{padding-right:472px}.lg\:pr-60{padding-right:480px}.lg\:pr-61{padding-right:488px}.lg\:pr-62{padding-right:496px}.lg\:pr-63{padding-right:504px}.lg\:pr-64{padding-right:512px}.lg\:pr-65{padding-right:520px}.lg\:pr-66{padding-right:528px}.lg\:pr-67{padding-right:536px}.lg\:pr-68{padding-right:544px}.lg\:pr-69{padding-right:552px}.lg\:pr-70{padding-right:560px}.lg\:pr-71{padding-right:568px}.lg\:pr-72{padding-right:576px}.lg\:pr-73{padding-right:584px}.lg\:pr-74{padding-right:592px}.lg\:pr-75{padding-right:600px}.lg\:pr-76{padding-right:608px}.lg\:pr-77{padding-right:616px}.lg\:pr-78{padding-right:624px}.lg\:pr-79{padding-right:632px}.lg\:pr-80{padding-right:640px}.lg\:pr-81{padding-right:648px}.lg\:pr-82{padding-right:656px}.lg\:pr-83{padding-right:664px}.lg\:pr-84{padding-right:672px}.lg\:pr-85{padding-right:680px}.lg\:pr-86{padding-right:688px}.lg\:pr-87{padding-right:696px}.lg\:pr-88{padding-right:704px}.lg\:pr-89{padding-right:712px}.lg\:pr-90{padding-right:720px}.lg\:pr-91{padding-right:728px}.lg\:pr-92{padding-right:736px}.lg\:pr-93{padding-right:744px}.lg\:pr-94{padding-right:752px}.lg\:pr-95{padding-right:760px}.lg\:pr-96{padding-right:768px}.lg\:pr-97{padding-right:776px}.lg\:pr-98{padding-right:784px}.lg\:pr-99{padding-right:792px}.lg\:pr-100{padding-right:800px}}.absolute{position:absolute}.relative{position:relative}.unset{position:unset}@media(min-width:1024px){.lg\:absolute{position:absolute}.lg\:relative{position:relative}.lg\:unset{position:unset}}@media(min-width:1366px){.xl\:absolute{position:absolute}.xl\:relative{position:relative}.xl\:unset{position:unset}}.blue-600{color:#272858}.bg\:blue-600{background-color:#272858}.blue-500{color:#042a8b}.bg\:blue-500{background-color:#042a8b}.blue-400{color:#0637b3}.bg\:blue-400{background-color:#0637b3}.blue-300{color:#0742da}.bg\:blue-300{background-color:#0742da}.blue-200{color:#3f6ee5}.bg\:blue-200{background-color:#3f6ee5}.blue-100{color:#66afe9}.bg\:blue-100{background-color:#66afe9}.green-800{color:#5c5e4b}.bg\:green-800{background-color:#5c5e4b}.green-700{color:#208844}.bg\:green-700{background-color:#208844}.green-600{color:#3f845c}.bg\:green-600{background-color:#3f845c}.green-500{color:#6aa23f}.bg\:green-500{background-color:#6aa23f}.green-400{color:#49b170}.bg\:green-400{background-color:#49b170}.green-300{color:#54c17d}.bg\:green-300{background-color:#54c17d}.green-200{color:#25d366}.bg\:green-200{background-color:#25d366}.green-100{color:#e5f4ea}.bg\:green-100{background-color:#e5f4ea}.grey-900{color:#000}.bg\:grey-900{background-color:#000}.grey-800{color:#262626}.bg\:grey-800{background-color:#262626}.grey-700{color:#333}.bg\:grey-700{background-color:#333}.grey-600{color:#6d6d6d}.bg\:grey-600{background-color:#6d6d6d}.grey-500{color:#a3a3a3}.bg\:grey-500{background-color:#a3a3a3}.grey-400{color:#d6d6d6}.bg\:grey-400{background-color:#d6d6d6}.grey-300{color:#f5f5f5}.bg\:grey-300{background-color:#f5f5f5}.grey-200{color:#fafafa}.bg\:grey-200{background-color:#fafafa}.grey-100{color:#fff}.bg\:grey-100{background-color:#fff}.orange-100{color:#d3693e}.bg\:orange-100{background-color:#d3693e}.red-300{color:#c5211b}.bg\:red-300{background-color:#c5211b}.red-200{color:#da251e}.bg\:red-200{background-color:#da251e}.red-100{color:#ec948c}.bg\:red-100{background-color:#ec948c}.yellow-200{color:#9a6d1b}.bg\:yellow-200{background-color:#9a6d1b}.yellow-100{color:#efd110}.bg\:yellow-100{background-color:#efd110}.badge{display:flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:-7px;margin-bottom:10px;box-shadow:0 4px 4px #3333336e;border-radius:100vh;background-color:#da251e;color:#fff;font-family:Work Sans;font-size:12px;font-weight:500;cursor:pointer}.badge-notification{position:absolute;width:8px;height:8px;background-color:#da251e;border-radius:100vh;box-shadow:0 1px 1px #000;cursor:pointer}.badge-empty{top:24px;left:34px}@media(min-width:1024px){.badge-empty{top:20px;left:22px}}.badge-empty-collapsed{top:23px;left:23px}html{font-size:10px}html body{margin:0;color:#333;font-size:14px;overflow-x:hidden!important;line-height:1.42857143}html *{font-family:Work Sans}html a{background-color:transparent;color:#042a8b;text-decoration:none}html img{vertical-align:middle}.grecaptcha-badge{display:none!important}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
