@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._avatar_1ip69_1{height:25px;width:25px;border-radius:50%;background-color:#b9136d;color:var(--white);font-weight:700;display:flex;align-items:center;justify-content:center}._badge_81p4h_1{font-weight:500;font-size:.75rem;line-height:1.125rem;padding:2px 8px;border-radius:4px}._badge_81p4h_1._success_81p4h_8{color:var(--success-700);background-color:var(--success-50)}._badge_81p4h_1._green_81p4h_12{color:var(--success-50);background-color:var(--success-600)}._badge_81p4h_1._danger_81p4h_16{color:var(--danger-700);background-color:var(--danger-50)}._badge_81p4h_1._warning_81p4h_20{color:var(--warning-700);background-color:var(--warning-50)}._badge_81p4h_1._secondary_81p4h_24{color:var(--secondary-700);background-color:var(--secondary-50)}._badge_81p4h_1._black_81p4h_28{color:var(--black-700);background-color:var(--black-50)}._badge_81p4h_1._powder_81p4h_32{color:var(--powder-700);background-color:var(--powder-50)}._badge_81p4h_1._gold_81p4h_36{color:var(--gold-lighter);background-color:var(--gold-darker)}._badge_81p4h_1._bronze_81p4h_40{color:var(--bronze-lighter);background-color:var(--bronze-darker)}._badge_81p4h_1._blue_81p4h_44{color:var(--blue-100);background-color:var(--blue-900)}._badge_1nzxa_1{background-color:var(--neutral-800);border-radius:4px;padding:2px 8px;color:var(--white);font-weight:700;font-size:.85715rem;line-height:1.1429rem}._button_qo0y5_1{background-color:var(--brand-primary-500);color:var(--neutral-900);font-weight:500;font-size:.875rem;line-height:1.25rem;height:48px;width:100%;border-radius:8px;border:0;transition:filter .3s;display:flex;align-items:center;justify-content:center;gap:.2858rem;box-shadow:0 1px 2px #1018280d}._button_qo0y5_1:disabled{color:#a2aaa6;background-color:#d5d8d6!important;cursor:not-allowed}._button_qo0y5_1:hover{filter:brightness(.9)}._outline_qo0y5_27{background-color:transparent;color:var(--neutral-700);border:1px solid var(--neutral-700)}._invertOrder_qo0y5_33{flex-direction:row-reverse}._container_11dgh_1{background-color:var(--white);border-radius:8px;padding:1.5rem 1rem;margin-bottom:2.2858rem;display:grid;grid-template-columns:repeat(3,1fr);column-gap:10px;row-gap:1.7143rem;transition:opacity 1s ease-out;overflow:hidden}._container_11dgh_1 ._flex_11dgh_13{display:flex;gap:8px;align-items:center;flex-wrap:wrap}._container_11dgh_1 ._flex_11dgh_13 img{flex-shrink:0;max-width:36px;max-height:36px;border-radius:50%}._container_11dgh_1 ._columnItem_11dgh_25{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}._container_11dgh_1 ._columnItem_11dgh_25 span{font-weight:700}._container_11dgh_1 ._columnItem_11dgh_25 ._titleItem_11dgh_34{color:var(--neutral-700);font-size:.625rem;line-height:1rem}._container_11dgh_1 ._columnItem_11dgh_25 ._dataItem_11dgh_39{color:var(--neutral-800);font-size:.875rem;line-height:1.25rem}._container_11dgh_1._active_11dgh_44{border:1px solid var(--primary-500)}._toggleButton_1wlns_1{display:flex;align-items:center;justify-content:center;background-color:transparent;border:0;font-size:0;padding:10px;width:40px;height:40px}@keyframes _appear_omg0u_1{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}._container_omg0u_11{position:fixed;z-index:1;inset:0;animation-name:_appear_omg0u_1;animation-duration:.3s;animation-timing-function:ease-in-out;animation-direction:both;background-color:var(--neutral-800);display:flex;flex-direction:column}._container_omg0u_11 ._header_omg0u_23{padding:20px;display:flex;align-items:center;justify-content:space-between}._container_omg0u_11 ._body_omg0u_29{margin-top:3rem;flex:1;display:flex;flex-direction:column;padding-bottom:50px}._container_omg0u_11 ._body_omg0u_29 button{background-color:transparent;border:0;display:flex;gap:10px;align-items:center;color:var(--white);font-size:20px;line-height:28px;font-weight:700;padding:14px}._container_omg0u_11 ._body_omg0u_29 button._active_omg0u_49,._container_omg0u_11 ._body_omg0u_29 button:active,._container_omg0u_11 ._body_omg0u_29 button:hover{background-color:#444}._container_omg0u_11 ._body_omg0u_29>div{display:flex;flex-direction:column;flex:1}._container_1ak40_1{background-color:#fff;max-width:592px;width:100%;border-radius:1.5rem;margin:4rem auto 0;padding:3.125rem 6.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center}._container_1ak40_1 h3{font-weight:500;font-size:1.25rem;line-height:1.875rem;color:#000;margin-bottom:.5rem;margin-top:1.25rem}._container_1ak40_1 p{color:var(--neutral-500);font-size:1rem;line-height:1.5rem;margin-bottom:2rem;max-width:350px;text-align:center}._container_1ak40_1 ._button_1ak40_29{margin:0;background-color:#000;color:#fff;max-width:350px}._container_u753t_1{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;background-color:#fff;padding:.625rem 2rem;border-radius:8px;margin-bottom:2rem}._container_u753t_1>div{display:flex;align-items:center;gap:2rem}._container_u753t_1>div:first-child button{font-weight:700;font-size:.875rem;line-height:1.25rem;color:var(--neutral-700);border:0;background-color:transparent;padding:8px 12px}._container_u753t_1>div:first-child button._active_u753t_25{color:var(--primary-700);background-color:var(--primary-50);border-radius:8px;animation:_all_u753t_1 .3s linear}._container_u753t_1 ._button_u753t_31{background-color:transparent;border:0}._container_u753t_1 ._button_u753t_31 svg{color:var(--neutral-600)}._container_wz93b_1{grid-area:H;background-color:var(--white);display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #eee}._container_wz93b_1 ._loggedUser_wz93b_10,._container_wz93b_1 ._notifications_wz93b_11,._container_wz93b_1 ._logOut_wz93b_12{display:none}._container_wz93b_1 button{background-color:transparent;border:0}@media (min-width: 768px){._container_wz93b_1 ._logo_wz93b_20{width:60px;height:24px}._container_wz93b_1 ._burger_wz93b_24{display:none}._container_wz93b_1 ._logOut_wz93b_12{display:block}._container_wz93b_1 ._notifications_wz93b_11{display:flex;align-items:center;gap:.5rem;margin-right:1.5rem}._container_wz93b_1 ._notifications_wz93b_11 button{position:relative}._container_wz93b_1 ._notifications_wz93b_11 button:before{content:"";display:block;background-color:var(--success);border:solid 2px var(--white);height:8px;width:8px;border-radius:50%;position:absolute;right:0}._container_wz93b_1 ._notifications_wz93b_11 span{color:#252733;font-size:.875rem;line-height:1.25rem}._container_wz93b_1 ._notifications_wz93b_11:before{content:"";width:1px;height:30px;background-color:#ebeff2}._container_wz93b_1 ._loggedUser_wz93b_10{display:flex;align-items:center;gap:.5rem}._container_wz93b_1 ._loggedUser_wz93b_10 ._userDescription_wz93b_66{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}._container_wz93b_1 ._loggedUser_wz93b_10 ._userDescription_wz93b_66 span:first-child{font-weight:700;color:var(--neutral-800);font-size:.875rem;line-height:1.25rem}._container_wz93b_1 ._loggedUser_wz93b_10 ._userDescription_wz93b_66 span:last-child{font-size:.625rem;line-height:.875rem;color:var(--neutral-500);text-transform:uppercase}._container_wz93b_1 ._loggedUser_wz93b_10 svg{color:var(--neutral-600)}._container_wz93b_1 ._loggedUser_wz93b_10:after{content:"";width:1px;height:30px;background-color:#ebeff2}}._flex_wz93b_95{display:flex;align-items:center;gap:1.5rem}._label_c1cmw_1{display:block;width:100%}._label_c1cmw_1 ._labelText_c1cmw_5{display:block;font-weight:500;color:var(--neutral-700);font-size:.8572rem;line-height:1.1429rem;margin-bottom:.5715rem}._label_c1cmw_1 ._inputContainer_c1cmw_13{display:flex;align-items:center;border:1px solid var(--neutral-300);height:48px;border-radius:4px;padding-inline:18px;background-color:var(--white);gap:1rem}._label_c1cmw_1 ._inputContainer_c1cmw_13 ._input_c1cmw_13{padding-block:8px;padding-inline-start:8px;height:100%;outline:none;border:none;background-color:transparent;flex:1}._label_c1cmw_1 ._inputContainer_c1cmw_13 ._input_c1cmw_13::placeholder{color:var(--neutral-600);font-style:italic}._label_c1cmw_1 ._inputContainer_c1cmw_13 ._button_c1cmw_36{background-color:transparent;border:0;font-size:0;margin-left:auto}._label_c1cmw_1 ._inputContainer_c1cmw_13 svg{color:var(--neutral-700)}._label_c1cmw_1 ._inputContainer_c1cmw_13:focus-within{border:1px solid var(--success)}._label_c1cmw_1._error_c1cmw_48{color:var(--error-300)}._label_c1cmw_1._error_c1cmw_48>div{border:1px solid var(--error-300)}@keyframes _loading_vjlip_20{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_vjlip_9{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;align-items:center;justify-content:center}._container_vjlip_9 ._loadingElement_vjlip_20{width:50px;height:50px;border-radius:50%;border:4px solid transparent;border-left:4px solid var(--brand-primary-500);animation:_loading_vjlip_20 1s linear infinite}._container_34kf7_1{background-color:var(--white);padding:32px;border-radius:8px;position:relative;display:grid;grid-template-columns:repeat(2,1fr);row-gap:1.25rem}._container_34kf7_1 ._header_34kf7_10{display:flex;gap:8px;overflow:hidden;white-space:nowrap}._container_34kf7_1 ._header_34kf7_10>div{display:flex;gap:4px;flex-direction:column}._container_34kf7_1 ._header_34kf7_10>div ._storeName_34kf7_21{color:var(--neutral-900);font-weight:600;font-size:.875rem;line-height:.875rem}._container_34kf7_1 ._header_34kf7_10>div ._numberOrder_34kf7_27{font-size:.875rem;line-height:1.125rem;color:#939393}._container_34kf7_1 ._itemColumn_34kf7_32{display:flex;flex-direction:column;align-items:flex-start}._container_34kf7_1 ._itemColumn_34kf7_32 ._titleColumn_34kf7_37{font-size:.625rem;color:var(--neutral-600);text-transform:uppercase;margin-bottom:6px}._container_34kf7_1 ._itemColumn_34kf7_32 ._infoColumn_34kf7_43{font-size:.875rem;line-height:1.125rem;color:var(--neutral-800)}._container_34kf7_1 ._button_34kf7_48{height:36px}._container_34kf7_1 ._header_34kf7_10,._container_34kf7_1 ._button_34kf7_48{grid-column:span 2}._container_34kf7_1 ._quota_34kf7_55{background-color:var(--neutral-100);border-radius:4px;font-weight:700;font-size:.75rem;line-height:1rem;color:var(--neutral-800);padding:.5rem}._container_1dsi1_1{background-color:var(--white);border:1px solid var(--white);transition:border .3s linear}._container_1dsi1_1 img{border-radius:50%}._container_1dsi1_1 ._button_1dsi1_9{padding:1rem;height:36px}._container_1dsi1_1 span{color:var(--neutral-800);font-size:.875rem;line-height:1.25rem}._container_1dsi1_1 ._status_1dsi1_18{background-color:var(--brand-primary-100);border-radius:4px;font-weight:700;font-size:.75rem;line-height:1rem;color:var(--brand-primary-900);padding:.5rem}._container_1dsi1_1 ._quota_1dsi1_27{background-color:var(--neutral-100);border-radius:4px;font-weight:700;font-size:.75rem;line-height:1rem;color:var(--neutral-800);padding:.5rem}._container_1dsi1_1 ._value_1dsi1_36{color:var(--neutral-800);font-weight:700;font-size:.875rem;line-height:1.25rem}._container_1dsi1_1 ._storeName_1dsi1_42{display:flex;align-items:center;justify-content:center}._container_1dsi1_1 td{padding:1.5rem .5rem;text-align:center}._container_1dsi1_1:hover{border:1px solid var(--neutral-300)}._container_1dsi1_1._late_1dsi1_54{border:1px solid var(--danger)}._container_1dsi1_1._finished_1dsi1_57{background-color:transparent;border:1px solid var(--neutral-300)}._navigation_uhvib_1{background-color:var(--white);border:1px solid var(--gray-300);width:52px;box-shadow:0 1px 2px #1018280d;height:40px;border-radius:8px}._page_uhvib_10{background-color:transparent;font-weight:500;font-size:14px;width:40px;color:var(--gray-500);border:0;height:40px;border-radius:8px}._page_uhvib_10._active_uhvib_20{color:var(--primary-700);background-color:var(--white)}._container_1wbai_1{display:flex;align-items:center;gap:20px}._container_1wbai_1 ._text_1wbai_6{color:var(--neutral-700);font-weight:500;font-size:14px}._container_1wbai_1 ._select_1wbai_11{border:1px solid var(--neutral-300);background-color:var(--white);color:var(--neutral-500);font-size:16px;height:36px;width:66px;border-radius:8px}._navContainer_1ux3h_1{display:flex;align-items:center;gap:10px}._container_1ux3h_7{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:2rem;width:100%;overflow-x:auto;padding-bottom:16px}._p_13pmv_1{margin-top:15px;font-weight:600;font-size:14px;line-height:20px;color:#424844;flex:none;order:1;align-self:stretch;flex-grow:0}._criteria_13pmv_13{font-size:12px;line-height:18px;display:flex;align-items:center;gap:4px;color:var(--neutral-700)}._criteria_13pmv_13._is-checked_13pmv_21{color:var(--primary-700)}._criterias_13pmv_25{display:grid;grid-template-columns:repeat(2,1fr);column-gap:2rem;row-gap:.5rem}._container_qdkso_1{padding:10px;color:#000;background:white}._containerPDF_qdkso_7{margin:10px;font-size:9px;width:425px;color:#000;font-family:Arial}._table_qdkso_15{width:100%;max-width:100%;margin-bottom:1rem}._table_qdkso_15 th,._table_qdkso_15 td{padding:2px;vertical-align:top;border-top:1px solid black}._table_qdkso_15 thead th{vertical-align:bottom;border-bottom:1px solid black}._tableBordered_qdkso_30{border:1px solid black;border-collapse:collapse}._tableBordered_qdkso_30 th,._tableBordered_qdkso_30 td{padding-left:2px;border:1px solid black}._tableBordered_qdkso_30 thead td{border-bottom-width:2px}#_amortizationTable_bx2u9_1 thead tr th{max-width:50px;padding:5px;align-content:initial}._bold_bx2u9_7{font-weight:700}#_amortizationTable_ozryn_1 thead tr th{max-width:50px;padding:5px;align-content:initial}/*!
* Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/._container_vqvsh_7,._container-fluid_vqvsh_8,._container-xxl_vqvsh_9,._container-xl_vqvsh_10,._container-lg_vqvsh_11,._container-md_vqvsh_12,._container-sm_vqvsh_13{width:100%;padding-right:var(--bs-gutter-x, .75rem);padding-left:var(--bs-gutter-x, .75rem);margin-right:auto;margin-left:auto}@media (min-width: 576px){._container-sm_vqvsh_13,._container_vqvsh_7{max-width:540px}}@media (min-width: 768px){._container-md_vqvsh_12,._container-sm_vqvsh_13,._container_vqvsh_7{max-width:720px}}@media (min-width: 992px){._container-lg_vqvsh_11,._container-md_vqvsh_12,._container-sm_vqvsh_13,._container_vqvsh_7{max-width:960px}}@media (min-width: 1200px){._container-xl_vqvsh_10,._container-lg_vqvsh_11,._container-md_vqvsh_12,._container-sm_vqvsh_13,._container_vqvsh_7{max-width:1140px}}@media (min-width: 1400px){._container-xxl_vqvsh_9,._container-xl_vqvsh_10,._container-lg_vqvsh_11,._container-md_vqvsh_12,._container-sm_vqvsh_13,._container_vqvsh_7{max-width:1320px}}._row_vqvsh_46{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}._row_vqvsh_46>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}._col_vqvsh_65{flex:1 0 0%}._row-cols-auto_vqvsh_69>*{flex:0 0 auto;width:auto}._row-cols-1_vqvsh_74>*{flex:0 0 auto;width:100%}._row-cols-2_vqvsh_79>*{flex:0 0 auto;width:50%}._row-cols-3_vqvsh_84>*{flex:0 0 auto;width:33.3333333333%}._row-cols-4_vqvsh_89>*{flex:0 0 auto;width:25%}._row-cols-5_vqvsh_94>*{flex:0 0 auto;width:20%}._row-cols-6_vqvsh_99>*{flex:0 0 auto;width:16.6666666667%}@media (min-width: 576px){._col-sm_vqvsh_105{flex:1 0 0%}._row-cols-sm-auto_vqvsh_109>*{flex:0 0 auto;width:auto}._row-cols-sm-1_vqvsh_114>*{flex:0 0 auto;width:100%}._row-cols-sm-2_vqvsh_119>*{flex:0 0 auto;width:50%}._row-cols-sm-3_vqvsh_124>*{flex:0 0 auto;width:33.3333333333%}._row-cols-sm-4_vqvsh_129>*{flex:0 0 auto;width:25%}._row-cols-sm-5_vqvsh_134>*{flex:0 0 auto;width:20%}._row-cols-sm-6_vqvsh_139>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width: 768px){._col-md_vqvsh_145{flex:1 0 0%}._row-cols-md-auto_vqvsh_149>*{flex:0 0 auto;width:auto}._row-cols-md-1_vqvsh_154>*{flex:0 0 auto;width:100%}._row-cols-md-2_vqvsh_159>*{flex:0 0 auto;width:50%}._row-cols-md-3_vqvsh_164>*{flex:0 0 auto;width:33.3333333333%}._row-cols-md-4_vqvsh_169>*{flex:0 0 auto;width:25%}._row-cols-md-5_vqvsh_174>*{flex:0 0 auto;width:20%}._row-cols-md-6_vqvsh_179>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width: 992px){._col-lg_vqvsh_185{flex:1 0 0%}._row-cols-lg-auto_vqvsh_189>*{flex:0 0 auto;width:auto}._row-cols-lg-1_vqvsh_194>*{flex:0 0 auto;width:100%}._row-cols-lg-2_vqvsh_199>*{flex:0 0 auto;width:50%}._row-cols-lg-3_vqvsh_204>*{flex:0 0 auto;width:33.3333333333%}._row-cols-lg-4_vqvsh_209>*{flex:0 0 auto;width:25%}._row-cols-lg-5_vqvsh_214>*{flex:0 0 auto;width:20%}._row-cols-lg-6_vqvsh_219>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width: 1200px){._col-xl_vqvsh_225{flex:1 0 0%}._row-cols-xl-auto_vqvsh_229>*{flex:0 0 auto;width:auto}._row-cols-xl-1_vqvsh_234>*{flex:0 0 auto;width:100%}._row-cols-xl-2_vqvsh_239>*{flex:0 0 auto;width:50%}._row-cols-xl-3_vqvsh_244>*{flex:0 0 auto;width:33.3333333333%}._row-cols-xl-4_vqvsh_249>*{flex:0 0 auto;width:25%}._row-cols-xl-5_vqvsh_254>*{flex:0 0 auto;width:20%}._row-cols-xl-6_vqvsh_259>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width: 1400px){._col-xxl_vqvsh_265{flex:1 0 0%}._row-cols-xxl-auto_vqvsh_269>*{flex:0 0 auto;width:auto}._row-cols-xxl-1_vqvsh_274>*{flex:0 0 auto;width:100%}._row-cols-xxl-2_vqvsh_279>*{flex:0 0 auto;width:50%}._row-cols-xxl-3_vqvsh_284>*{flex:0 0 auto;width:33.3333333333%}._row-cols-xxl-4_vqvsh_289>*{flex:0 0 auto;width:25%}._row-cols-xxl-5_vqvsh_294>*{flex:0 0 auto;width:20%}._row-cols-xxl-6_vqvsh_299>*{flex:0 0 auto;width:16.6666666667%}}._col-auto_vqvsh_304{flex:0 0 auto;width:auto}._col-1_vqvsh_309{flex:0 0 auto;width:8.33333333%}._col-2_vqvsh_314{flex:0 0 auto;width:16.66666667%}._col-3_vqvsh_319{flex:0 0 auto;width:25%}._col-4_vqvsh_324{flex:0 0 auto;width:33.33333333%}._col-5_vqvsh_329{flex:0 0 auto;width:41.66666667%}._col-6_vqvsh_334{flex:0 0 auto;width:50%}._col-7_vqvsh_339{flex:0 0 auto;width:58.33333333%}._col-8_vqvsh_344{flex:0 0 auto;width:66.66666667%}._col-9_vqvsh_349{flex:0 0 auto;width:75%}._col-10_vqvsh_354{flex:0 0 auto;width:83.33333333%}._col-11_vqvsh_359{flex:0 0 auto;width:91.66666667%}._col-12_vqvsh_364{flex:0 0 auto;width:100%}._offset-1_vqvsh_369{margin-left:8.33333333%}._offset-2_vqvsh_373{margin-left:16.66666667%}._offset-3_vqvsh_377{margin-left:25%}._offset-4_vqvsh_381{margin-left:33.33333333%}._offset-5_vqvsh_385{margin-left:41.66666667%}._offset-6_vqvsh_389{margin-left:50%}._offset-7_vqvsh_393{margin-left:58.33333333%}._offset-8_vqvsh_397{margin-left:66.66666667%}._offset-9_vqvsh_401{margin-left:75%}._offset-10_vqvsh_405{margin-left:83.33333333%}._offset-11_vqvsh_409{margin-left:91.66666667%}._g-0_vqvsh_413,._gx-0_vqvsh_414{--bs-gutter-x: 0}._g-0_vqvsh_413,._gy-0_vqvsh_419{--bs-gutter-y: 0}._g-1_vqvsh_423,._gx-1_vqvsh_424{--bs-gutter-x: .25rem}._g-1_vqvsh_423,._gy-1_vqvsh_429{--bs-gutter-y: .25rem}._g-2_vqvsh_433,._gx-2_vqvsh_434{--bs-gutter-x: .5rem}._g-2_vqvsh_433,._gy-2_vqvsh_439{--bs-gutter-y: .5rem}._g-3_vqvsh_443,._gx-3_vqvsh_444{--bs-gutter-x: 1rem}._g-3_vqvsh_443,._gy-3_vqvsh_449{--bs-gutter-y: 1rem}._g-4_vqvsh_453,._gx-4_vqvsh_454{--bs-gutter-x: 1.5rem}._g-4_vqvsh_453,._gy-4_vqvsh_459{--bs-gutter-y: 1.5rem}._g-5_vqvsh_463,._gx-5_vqvsh_464{--bs-gutter-x: 3rem}._g-5_vqvsh_463,._gy-5_vqvsh_469{--bs-gutter-y: 3rem}@media (min-width: 576px){._col-sm-auto_vqvsh_474{flex:0 0 auto;width:auto}._col-sm-1_vqvsh_479{flex:0 0 auto;width:8.33333333%}._col-sm-2_vqvsh_484{flex:0 0 auto;width:16.66666667%}._col-sm-3_vqvsh_489{flex:0 0 auto;width:25%}._col-sm-4_vqvsh_494{flex:0 0 auto;width:33.33333333%}._col-sm-5_vqvsh_499{flex:0 0 auto;width:41.66666667%}._col-sm-6_vqvsh_504{flex:0 0 auto;width:50%}._col-sm-7_vqvsh_509{flex:0 0 auto;width:58.33333333%}._col-sm-8_vqvsh_514{flex:0 0 auto;width:66.66666667%}._col-sm-9_vqvsh_519{flex:0 0 auto;width:75%}._col-sm-10_vqvsh_524{flex:0 0 auto;width:83.33333333%}._col-sm-11_vqvsh_529{flex:0 0 auto;width:91.66666667%}._col-sm-12_vqvsh_534{flex:0 0 auto;width:100%}._offset-sm-0_vqvsh_539{margin-left:0}._offset-sm-1_vqvsh_543{margin-left:8.33333333%}._offset-sm-2_vqvsh_547{margin-left:16.66666667%}._offset-sm-3_vqvsh_551{margin-left:25%}._offset-sm-4_vqvsh_555{margin-left:33.33333333%}._offset-sm-5_vqvsh_559{margin-left:41.66666667%}._offset-sm-6_vqvsh_563{margin-left:50%}._offset-sm-7_vqvsh_567{margin-left:58.33333333%}._offset-sm-8_vqvsh_571{margin-left:66.66666667%}._offset-sm-9_vqvsh_575{margin-left:75%}._offset-sm-10_vqvsh_579{margin-left:83.33333333%}._offset-sm-11_vqvsh_583{margin-left:91.66666667%}._g-sm-0_vqvsh_587,._gx-sm-0_vqvsh_588{--bs-gutter-x: 0}._g-sm-0_vqvsh_587,._gy-sm-0_vqvsh_593{--bs-gutter-y: 0}._g-sm-1_vqvsh_597,._gx-sm-1_vqvsh_598{--bs-gutter-x: .25rem}._g-sm-1_vqvsh_597,._gy-sm-1_vqvsh_603{--bs-gutter-y: .25rem}._g-sm-2_vqvsh_607,._gx-sm-2_vqvsh_608{--bs-gutter-x: .5rem}._g-sm-2_vqvsh_607,._gy-sm-2_vqvsh_613{--bs-gutter-y: .5rem}._g-sm-3_vqvsh_617,._gx-sm-3_vqvsh_618{--bs-gutter-x: 1rem}._g-sm-3_vqvsh_617,._gy-sm-3_vqvsh_623{--bs-gutter-y: 1rem}._g-sm-4_vqvsh_627,._gx-sm-4_vqvsh_628{--bs-gutter-x: 1.5rem}._g-sm-4_vqvsh_627,._gy-sm-4_vqvsh_633{--bs-gutter-y: 1.5rem}._g-sm-5_vqvsh_637,._gx-sm-5_vqvsh_638{--bs-gutter-x: 3rem}._g-sm-5_vqvsh_637,._gy-sm-5_vqvsh_643{--bs-gutter-y: 3rem}}@media (min-width: 768px){._col-md-auto_vqvsh_648{flex:0 0 auto;width:auto}._col-md-1_vqvsh_653{flex:0 0 auto;width:8.33333333%}._col-md-2_vqvsh_658{flex:0 0 auto;width:16.66666667%}._col-md-3_vqvsh_663{flex:0 0 auto;width:25%}._col-md-4_vqvsh_668{flex:0 0 auto;width:33.33333333%}._col-md-5_vqvsh_673{flex:0 0 auto;width:41.66666667%}._col-md-6_vqvsh_678{flex:0 0 auto;width:50%}._col-md-7_vqvsh_683{flex:0 0 auto;width:58.33333333%}._col-md-8_vqvsh_688{flex:0 0 auto;width:66.66666667%}._col-md-9_vqvsh_693{flex:0 0 auto;width:75%}._col-md-10_vqvsh_698{flex:0 0 auto;width:83.33333333%}._col-md-11_vqvsh_703{flex:0 0 auto;width:91.66666667%}._col-md-12_vqvsh_708{flex:0 0 auto;width:100%}._offset-md-0_vqvsh_713{margin-left:0}._offset-md-1_vqvsh_717{margin-left:8.33333333%}._offset-md-2_vqvsh_721{margin-left:16.66666667%}._offset-md-3_vqvsh_725{margin-left:25%}._offset-md-4_vqvsh_729{margin-left:33.33333333%}._offset-md-5_vqvsh_733{margin-left:41.66666667%}._offset-md-6_vqvsh_737{margin-left:50%}._offset-md-7_vqvsh_741{margin-left:58.33333333%}._offset-md-8_vqvsh_745{margin-left:66.66666667%}._offset-md-9_vqvsh_749{margin-left:75%}._offset-md-10_vqvsh_753{margin-left:83.33333333%}._offset-md-11_vqvsh_757{margin-left:91.66666667%}._g-md-0_vqvsh_761,._gx-md-0_vqvsh_762{--bs-gutter-x: 0}._g-md-0_vqvsh_761,._gy-md-0_vqvsh_767{--bs-gutter-y: 0}._g-md-1_vqvsh_771,._gx-md-1_vqvsh_772{--bs-gutter-x: .25rem}._g-md-1_vqvsh_771,._gy-md-1_vqvsh_777{--bs-gutter-y: .25rem}._g-md-2_vqvsh_781,._gx-md-2_vqvsh_782{--bs-gutter-x: .5rem}._g-md-2_vqvsh_781,._gy-md-2_vqvsh_787{--bs-gutter-y: .5rem}._g-md-3_vqvsh_791,._gx-md-3_vqvsh_792{--bs-gutter-x: 1rem}._g-md-3_vqvsh_791,._gy-md-3_vqvsh_797{--bs-gutter-y: 1rem}._g-md-4_vqvsh_801,._gx-md-4_vqvsh_802{--bs-gutter-x: 1.5rem}._g-md-4_vqvsh_801,._gy-md-4_vqvsh_807{--bs-gutter-y: 1.5rem}._g-md-5_vqvsh_811,._gx-md-5_vqvsh_812{--bs-gutter-x: 3rem}._g-md-5_vqvsh_811,._gy-md-5_vqvsh_817{--bs-gutter-y: 3rem}}@media (min-width: 992px){._col-lg-auto_vqvsh_822{flex:0 0 auto;width:auto}._col-lg-1_vqvsh_827{flex:0 0 auto;width:8.33333333%}._col-lg-2_vqvsh_832{flex:0 0 auto;width:16.66666667%}._col-lg-3_vqvsh_837{flex:0 0 auto;width:25%}._col-lg-4_vqvsh_842{flex:0 0 auto;width:33.33333333%}._col-lg-5_vqvsh_847{flex:0 0 auto;width:41.66666667%}._col-lg-6_vqvsh_852{flex:0 0 auto;width:50%}._col-lg-7_vqvsh_857{flex:0 0 auto;width:58.33333333%}._col-lg-8_vqvsh_862{flex:0 0 auto;width:66.66666667%}._col-lg-9_vqvsh_867{flex:0 0 auto;width:75%}._col-lg-10_vqvsh_872{flex:0 0 auto;width:83.33333333%}._col-lg-11_vqvsh_877{flex:0 0 auto;width:91.66666667%}._col-lg-12_vqvsh_882{flex:0 0 auto;width:100%}._offset-lg-0_vqvsh_887{margin-left:0}._offset-lg-1_vqvsh_891{margin-left:8.33333333%}._offset-lg-2_vqvsh_895{margin-left:16.66666667%}._offset-lg-3_vqvsh_899{margin-left:25%}._offset-lg-4_vqvsh_903{margin-left:33.33333333%}._offset-lg-5_vqvsh_907{margin-left:41.66666667%}._offset-lg-6_vqvsh_911{margin-left:50%}._offset-lg-7_vqvsh_915{margin-left:58.33333333%}._offset-lg-8_vqvsh_919{margin-left:66.66666667%}._offset-lg-9_vqvsh_923{margin-left:75%}._offset-lg-10_vqvsh_927{margin-left:83.33333333%}._offset-lg-11_vqvsh_931{margin-left:91.66666667%}._g-lg-0_vqvsh_935,._gx-lg-0_vqvsh_936{--bs-gutter-x: 0}._g-lg-0_vqvsh_935,._gy-lg-0_vqvsh_941{--bs-gutter-y: 0}._g-lg-1_vqvsh_945,._gx-lg-1_vqvsh_946{--bs-gutter-x: .25rem}._g-lg-1_vqvsh_945,._gy-lg-1_vqvsh_951{--bs-gutter-y: .25rem}._g-lg-2_vqvsh_955,._gx-lg-2_vqvsh_956{--bs-gutter-x: .5rem}._g-lg-2_vqvsh_955,._gy-lg-2_vqvsh_961{--bs-gutter-y: .5rem}._g-lg-3_vqvsh_965,._gx-lg-3_vqvsh_966{--bs-gutter-x: 1rem}._g-lg-3_vqvsh_965,._gy-lg-3_vqvsh_971{--bs-gutter-y: 1rem}._g-lg-4_vqvsh_975,._gx-lg-4_vqvsh_976{--bs-gutter-x: 1.5rem}._g-lg-4_vqvsh_975,._gy-lg-4_vqvsh_981{--bs-gutter-y: 1.5rem}._g-lg-5_vqvsh_985,._gx-lg-5_vqvsh_986{--bs-gutter-x: 3rem}._g-lg-5_vqvsh_985,._gy-lg-5_vqvsh_991{--bs-gutter-y: 3rem}}@media (min-width: 1200px){._col-xl-auto_vqvsh_996{flex:0 0 auto;width:auto}._col-xl-1_vqvsh_1001{flex:0 0 auto;width:8.33333333%}._col-xl-2_vqvsh_1006{flex:0 0 auto;width:16.66666667%}._col-xl-3_vqvsh_1011{flex:0 0 auto;width:25%}._col-xl-4_vqvsh_1016{flex:0 0 auto;width:33.33333333%}._col-xl-5_vqvsh_1021{flex:0 0 auto;width:41.66666667%}._col-xl-6_vqvsh_1026{flex:0 0 auto;width:50%}._col-xl-7_vqvsh_1031{flex:0 0 auto;width:58.33333333%}._col-xl-8_vqvsh_1036{flex:0 0 auto;width:66.66666667%}._col-xl-9_vqvsh_1041{flex:0 0 auto;width:75%}._col-xl-10_vqvsh_1046{flex:0 0 auto;width:83.33333333%}._col-xl-11_vqvsh_1051{flex:0 0 auto;width:91.66666667%}._col-xl-12_vqvsh_1056{flex:0 0 auto;width:100%}._offset-xl-0_vqvsh_1061{margin-left:0}._offset-xl-1_vqvsh_1065{margin-left:8.33333333%}._offset-xl-2_vqvsh_1069{margin-left:16.66666667%}._offset-xl-3_vqvsh_1073{margin-left:25%}._offset-xl-4_vqvsh_1077{margin-left:33.33333333%}._offset-xl-5_vqvsh_1081{margin-left:41.66666667%}._offset-xl-6_vqvsh_1085{margin-left:50%}._offset-xl-7_vqvsh_1089{margin-left:58.33333333%}._offset-xl-8_vqvsh_1093{margin-left:66.66666667%}._offset-xl-9_vqvsh_1097{margin-left:75%}._offset-xl-10_vqvsh_1101{margin-left:83.33333333%}._offset-xl-11_vqvsh_1105{margin-left:91.66666667%}._g-xl-0_vqvsh_1109,._gx-xl-0_vqvsh_1110{--bs-gutter-x: 0}._g-xl-0_vqvsh_1109,._gy-xl-0_vqvsh_1115{--bs-gutter-y: 0}._g-xl-1_vqvsh_1119,._gx-xl-1_vqvsh_1120{--bs-gutter-x: .25rem}._g-xl-1_vqvsh_1119,._gy-xl-1_vqvsh_1125{--bs-gutter-y: .25rem}._g-xl-2_vqvsh_1129,._gx-xl-2_vqvsh_1130{--bs-gutter-x: .5rem}._g-xl-2_vqvsh_1129,._gy-xl-2_vqvsh_1135{--bs-gutter-y: .5rem}._g-xl-3_vqvsh_1139,._gx-xl-3_vqvsh_1140{--bs-gutter-x: 1rem}._g-xl-3_vqvsh_1139,._gy-xl-3_vqvsh_1145{--bs-gutter-y: 1rem}._g-xl-4_vqvsh_1149,._gx-xl-4_vqvsh_1150{--bs-gutter-x: 1.5rem}._g-xl-4_vqvsh_1149,._gy-xl-4_vqvsh_1155{--bs-gutter-y: 1.5rem}._g-xl-5_vqvsh_1159,._gx-xl-5_vqvsh_1160{--bs-gutter-x: 3rem}._g-xl-5_vqvsh_1159,._gy-xl-5_vqvsh_1165{--bs-gutter-y: 3rem}}@media (min-width: 1400px){._col-xxl-auto_vqvsh_1170{flex:0 0 auto;width:auto}._col-xxl-1_vqvsh_1175{flex:0 0 auto;width:8.33333333%}._col-xxl-2_vqvsh_1180{flex:0 0 auto;width:16.66666667%}._col-xxl-3_vqvsh_1185{flex:0 0 auto;width:25%}._col-xxl-4_vqvsh_1190{flex:0 0 auto;width:33.33333333%}._col-xxl-5_vqvsh_1195{flex:0 0 auto;width:41.66666667%}._col-xxl-6_vqvsh_1200{flex:0 0 auto;width:50%}._col-xxl-7_vqvsh_1205{flex:0 0 auto;width:58.33333333%}._col-xxl-8_vqvsh_1210{flex:0 0 auto;width:66.66666667%}._col-xxl-9_vqvsh_1215{flex:0 0 auto;width:75%}._col-xxl-10_vqvsh_1220{flex:0 0 auto;width:83.33333333%}._col-xxl-11_vqvsh_1225{flex:0 0 auto;width:91.66666667%}._col-xxl-12_vqvsh_1230{flex:0 0 auto;width:100%}._offset-xxl-0_vqvsh_1235{margin-left:0}._offset-xxl-1_vqvsh_1239{margin-left:8.33333333%}._offset-xxl-2_vqvsh_1243{margin-left:16.66666667%}._offset-xxl-3_vqvsh_1247{margin-left:25%}._offset-xxl-4_vqvsh_1251{margin-left:33.33333333%}._offset-xxl-5_vqvsh_1255{margin-left:41.66666667%}._offset-xxl-6_vqvsh_1259{margin-left:50%}._offset-xxl-7_vqvsh_1263{margin-left:58.33333333%}._offset-xxl-8_vqvsh_1267{margin-left:66.66666667%}._offset-xxl-9_vqvsh_1271{margin-left:75%}._offset-xxl-10_vqvsh_1275{margin-left:83.33333333%}._offset-xxl-11_vqvsh_1279{margin-left:91.66666667%}._g-xxl-0_vqvsh_1283,._gx-xxl-0_vqvsh_1284{--bs-gutter-x: 0}._g-xxl-0_vqvsh_1283,._gy-xxl-0_vqvsh_1289{--bs-gutter-y: 0}._g-xxl-1_vqvsh_1293,._gx-xxl-1_vqvsh_1294{--bs-gutter-x: .25rem}._g-xxl-1_vqvsh_1293,._gy-xxl-1_vqvsh_1299{--bs-gutter-y: .25rem}._g-xxl-2_vqvsh_1303,._gx-xxl-2_vqvsh_1304{--bs-gutter-x: .5rem}._g-xxl-2_vqvsh_1303,._gy-xxl-2_vqvsh_1309{--bs-gutter-y: .5rem}._g-xxl-3_vqvsh_1313,._gx-xxl-3_vqvsh_1314{--bs-gutter-x: 1rem}._g-xxl-3_vqvsh_1313,._gy-xxl-3_vqvsh_1319{--bs-gutter-y: 1rem}._g-xxl-4_vqvsh_1323,._gx-xxl-4_vqvsh_1324{--bs-gutter-x: 1.5rem}._g-xxl-4_vqvsh_1323,._gy-xxl-4_vqvsh_1329{--bs-gutter-y: 1.5rem}._g-xxl-5_vqvsh_1333,._gx-xxl-5_vqvsh_1334{--bs-gutter-x: 3rem}._g-xxl-5_vqvsh_1333,._gy-xxl-5_vqvsh_1339{--bs-gutter-y: 3rem}}._d-inline_vqvsh_1343{display:inline!important}._d-inline-block_vqvsh_1347{display:inline-block!important}._d-block_vqvsh_1351{display:block!important}._d-grid_vqvsh_1355{display:grid!important}._d-table_vqvsh_1359{display:table!important}._d-table-row_vqvsh_1363{display:table-row!important}._d-table-cell_vqvsh_1367{display:table-cell!important}._d-flex_vqvsh_1371{display:flex!important}._d-inline-flex_vqvsh_1375{display:inline-flex!important}._d-none_vqvsh_1379{display:none!important}._flex-fill_vqvsh_1383{flex:1 1 auto!important}._flex-row_vqvsh_1387{flex-direction:row!important}._flex-column_vqvsh_1391{flex-direction:column!important}._flex-row-reverse_vqvsh_1395{flex-direction:row-reverse!important}._flex-column-reverse_vqvsh_1399{flex-direction:column-reverse!important}._flex-grow-0_vqvsh_1403{flex-grow:0!important}._flex-grow-1_vqvsh_1407{flex-grow:1!important}._flex-shrink-0_vqvsh_1411{flex-shrink:0!important}._flex-shrink-1_vqvsh_1415{flex-shrink:1!important}._flex-wrap_vqvsh_1419{flex-wrap:wrap!important}._flex-nowrap_vqvsh_1423{flex-wrap:nowrap!important}._flex-wrap-reverse_vqvsh_1427{flex-wrap:wrap-reverse!important}._justify-content-start_vqvsh_1431{justify-content:flex-start!important}._justify-content-end_vqvsh_1435{justify-content:flex-end!important}._justify-content-center_vqvsh_1439{justify-content:center!important}._justify-content-between_vqvsh_1443{justify-content:space-between!important}._justify-content-around_vqvsh_1447{justify-content:space-around!important}._justify-content-evenly_vqvsh_1451{justify-content:space-evenly!important}._align-items-start_vqvsh_1455{align-items:flex-start!important}._align-items-end_vqvsh_1459{align-items:flex-end!important}._align-items-center_vqvsh_1463{align-items:center!important}._align-items-baseline_vqvsh_1467{align-items:baseline!important}._align-items-stretch_vqvsh_1471{align-items:stretch!important}._align-content-start_vqvsh_1475{align-content:flex-start!important}._align-content-end_vqvsh_1479{align-content:flex-end!important}._align-content-center_vqvsh_1483{align-content:center!important}._align-content-between_vqvsh_1487{align-content:space-between!important}._align-content-around_vqvsh_1491{align-content:space-around!important}._align-content-stretch_vqvsh_1495{align-content:stretch!important}._align-self-auto_vqvsh_1499{align-self:auto!important}._align-self-start_vqvsh_1503{align-self:flex-start!important}._align-self-end_vqvsh_1507{align-self:flex-end!important}._align-self-center_vqvsh_1511{align-self:center!important}._align-self-baseline_vqvsh_1515{align-self:baseline!important}._align-self-stretch_vqvsh_1519{align-self:stretch!important}._order-first_vqvsh_1523{order:-1!important}._order-0_vqvsh_1527{order:0!important}._order-1_vqvsh_1531{order:1!important}._order-2_vqvsh_1535{order:2!important}._order-3_vqvsh_1539{order:3!important}._order-4_vqvsh_1543{order:4!important}._order-5_vqvsh_1547{order:5!important}._order-last_vqvsh_1551{order:6!important}._m-0_vqvsh_1555{margin:0!important}._m-1_vqvsh_1559{margin:.25rem!important}._m-2_vqvsh_1563{margin:.5rem!important}._m-3_vqvsh_1567{margin:1rem!important}._m-4_vqvsh_1571{margin:1.5rem!important}._m-5_vqvsh_1575{margin:3rem!important}._m-auto_vqvsh_1579{margin:auto!important}._mx-0_vqvsh_1583{margin-right:0!important;margin-left:0!important}._mx-1_vqvsh_1588{margin-right:.25rem!important;margin-left:.25rem!important}._mx-2_vqvsh_1593{margin-right:.5rem!important;margin-left:.5rem!important}._mx-3_vqvsh_1598{margin-right:1rem!important;margin-left:1rem!important}._mx-4_vqvsh_1603{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-5_vqvsh_1608{margin-right:3rem!important;margin-left:3rem!important}._mx-auto_vqvsh_1613{margin-right:auto!important;margin-left:auto!important}._my-0_vqvsh_1618{margin-top:0!important;margin-bottom:0!important}._my-1_vqvsh_1623{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-2_vqvsh_1628{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-3_vqvsh_1633{margin-top:1rem!important;margin-bottom:1rem!important}._my-4_vqvsh_1638{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-5_vqvsh_1643{margin-top:3rem!important;margin-bottom:3rem!important}._my-auto_vqvsh_1648{margin-top:auto!important;margin-bottom:auto!important}._mt-0_vqvsh_1653{margin-top:0!important}._mt-1_vqvsh_1657{margin-top:.25rem!important}._mt-2_vqvsh_1661{margin-top:.5rem!important}._mt-3_vqvsh_1665{margin-top:1rem!important}._mt-4_vqvsh_1669{margin-top:1.5rem!important}._mt-5_vqvsh_1673{margin-top:3rem!important}._mt-auto_vqvsh_1677{margin-top:auto!important}._me-0_vqvsh_1681{margin-right:0!important}._me-1_vqvsh_1685{margin-right:.25rem!important}._me-2_vqvsh_1689{margin-right:.5rem!important}._me-3_vqvsh_1693{margin-right:1rem!important}._me-4_vqvsh_1697{margin-right:1.5rem!important}._me-5_vqvsh_1701{margin-right:3rem!important}._me-auto_vqvsh_1705{margin-right:auto!important}._mb-0_vqvsh_1709{margin-bottom:0!important}._mb-1_vqvsh_1713{margin-bottom:.25rem!important}._mb-2_vqvsh_1717{margin-bottom:.5rem!important}._mb-3_vqvsh_1721{margin-bottom:1rem!important}._mb-4_vqvsh_1725{margin-bottom:1.5rem!important}._mb-5_vqvsh_1729{margin-bottom:3rem!important}._mb-auto_vqvsh_1733{margin-bottom:auto!important}._ms-0_vqvsh_1737{margin-left:0!important}._ms-1_vqvsh_1741{margin-left:.25rem!important}._ms-2_vqvsh_1745{margin-left:.5rem!important}._ms-3_vqvsh_1749{margin-left:1rem!important}._ms-4_vqvsh_1753{margin-left:1.5rem!important}._ms-5_vqvsh_1757{margin-left:3rem!important}._ms-auto_vqvsh_1761{margin-left:auto!important}._p-0_vqvsh_1765{padding:0!important}._p-1_vqvsh_1769{padding:.25rem!important}._p-2_vqvsh_1773{padding:.5rem!important}._p-3_vqvsh_1777{padding:1rem!important}._p-4_vqvsh_1781{padding:1.5rem!important}._p-5_vqvsh_1785{padding:3rem!important}._px-0_vqvsh_1789{padding-right:0!important;padding-left:0!important}._px-1_vqvsh_1794{padding-right:.25rem!important;padding-left:.25rem!important}._px-2_vqvsh_1799{padding-right:.5rem!important;padding-left:.5rem!important}._px-3_vqvsh_1804{padding-right:1rem!important;padding-left:1rem!important}._px-4_vqvsh_1809{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-5_vqvsh_1814{padding-right:3rem!important;padding-left:3rem!important}._py-0_vqvsh_1819{padding-top:0!important;padding-bottom:0!important}._py-1_vqvsh_1824{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-2_vqvsh_1829{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-3_vqvsh_1834{padding-top:1rem!important;padding-bottom:1rem!important}._py-4_vqvsh_1839{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-5_vqvsh_1844{padding-top:3rem!important;padding-bottom:3rem!important}._pt-0_vqvsh_1849{padding-top:0!important}._pt-1_vqvsh_1853{padding-top:.25rem!important}._pt-2_vqvsh_1857{padding-top:.5rem!important}._pt-3_vqvsh_1861{padding-top:1rem!important}._pt-4_vqvsh_1865{padding-top:1.5rem!important}._pt-5_vqvsh_1869{padding-top:3rem!important}._pe-0_vqvsh_1873{padding-right:0!important}._pe-1_vqvsh_1877{padding-right:.25rem!important}._pe-2_vqvsh_1881{padding-right:.5rem!important}._pe-3_vqvsh_1885{padding-right:1rem!important}._pe-4_vqvsh_1889{padding-right:1.5rem!important}._pe-5_vqvsh_1893{padding-right:3rem!important}._pb-0_vqvsh_1897{padding-bottom:0!important}._pb-1_vqvsh_1901{padding-bottom:.25rem!important}._pb-2_vqvsh_1905{padding-bottom:.5rem!important}._pb-3_vqvsh_1909{padding-bottom:1rem!important}._pb-4_vqvsh_1913{padding-bottom:1.5rem!important}._pb-5_vqvsh_1917{padding-bottom:3rem!important}._ps-0_vqvsh_1921{padding-left:0!important}._ps-1_vqvsh_1925{padding-left:.25rem!important}._ps-2_vqvsh_1929{padding-left:.5rem!important}._ps-3_vqvsh_1933{padding-left:1rem!important}._ps-4_vqvsh_1937{padding-left:1.5rem!important}._ps-5_vqvsh_1941{padding-left:3rem!important}@media (min-width: 576px){._d-sm-inline_vqvsh_1946{display:inline!important}._d-sm-inline-block_vqvsh_1950{display:inline-block!important}._d-sm-block_vqvsh_1954{display:block!important}._d-sm-grid_vqvsh_1958{display:grid!important}._d-sm-table_vqvsh_1962{display:table!important}._d-sm-table-row_vqvsh_1966{display:table-row!important}._d-sm-table-cell_vqvsh_1970{display:table-cell!important}._d-sm-flex_vqvsh_1974{display:flex!important}._d-sm-inline-flex_vqvsh_1978{display:inline-flex!important}._d-sm-none_vqvsh_1982{display:none!important}._flex-sm-fill_vqvsh_1986{flex:1 1 auto!important}._flex-sm-row_vqvsh_1990{flex-direction:row!important}._flex-sm-column_vqvsh_1994{flex-direction:column!important}._flex-sm-row-reverse_vqvsh_1998{flex-direction:row-reverse!important}._flex-sm-column-reverse_vqvsh_2002{flex-direction:column-reverse!important}._flex-sm-grow-0_vqvsh_2006{flex-grow:0!important}._flex-sm-grow-1_vqvsh_2010{flex-grow:1!important}._flex-sm-shrink-0_vqvsh_2014{flex-shrink:0!important}._flex-sm-shrink-1_vqvsh_2018{flex-shrink:1!important}._flex-sm-wrap_vqvsh_2022{flex-wrap:wrap!important}._flex-sm-nowrap_vqvsh_2026{flex-wrap:nowrap!important}._flex-sm-wrap-reverse_vqvsh_2030{flex-wrap:wrap-reverse!important}._justify-content-sm-start_vqvsh_2034{justify-content:flex-start!important}._justify-content-sm-end_vqvsh_2038{justify-content:flex-end!important}._justify-content-sm-center_vqvsh_2042{justify-content:center!important}._justify-content-sm-between_vqvsh_2046{justify-content:space-between!important}._justify-content-sm-around_vqvsh_2050{justify-content:space-around!important}._justify-content-sm-evenly_vqvsh_2054{justify-content:space-evenly!important}._align-items-sm-start_vqvsh_2058{align-items:flex-start!important}._align-items-sm-end_vqvsh_2062{align-items:flex-end!important}._align-items-sm-center_vqvsh_2066{align-items:center!important}._align-items-sm-baseline_vqvsh_2070{align-items:baseline!important}._align-items-sm-stretch_vqvsh_2074{align-items:stretch!important}._align-content-sm-start_vqvsh_2078{align-content:flex-start!important}._align-content-sm-end_vqvsh_2082{align-content:flex-end!important}._align-content-sm-center_vqvsh_2086{align-content:center!important}._align-content-sm-between_vqvsh_2090{align-content:space-between!important}._align-content-sm-around_vqvsh_2094{align-content:space-around!important}._align-content-sm-stretch_vqvsh_2098{align-content:stretch!important}._align-self-sm-auto_vqvsh_2102{align-self:auto!important}._align-self-sm-start_vqvsh_2106{align-self:flex-start!important}._align-self-sm-end_vqvsh_2110{align-self:flex-end!important}._align-self-sm-center_vqvsh_2114{align-self:center!important}._align-self-sm-baseline_vqvsh_2118{align-self:baseline!important}._align-self-sm-stretch_vqvsh_2122{align-self:stretch!important}._order-sm-first_vqvsh_2126{order:-1!important}._order-sm-0_vqvsh_2130{order:0!important}._order-sm-1_vqvsh_2134{order:1!important}._order-sm-2_vqvsh_2138{order:2!important}._order-sm-3_vqvsh_2142{order:3!important}._order-sm-4_vqvsh_2146{order:4!important}._order-sm-5_vqvsh_2150{order:5!important}._order-sm-last_vqvsh_2154{order:6!important}._m-sm-0_vqvsh_2158{margin:0!important}._m-sm-1_vqvsh_2162{margin:.25rem!important}._m-sm-2_vqvsh_2166{margin:.5rem!important}._m-sm-3_vqvsh_2170{margin:1rem!important}._m-sm-4_vqvsh_2174{margin:1.5rem!important}._m-sm-5_vqvsh_2178{margin:3rem!important}._m-sm-auto_vqvsh_2182{margin:auto!important}._mx-sm-0_vqvsh_2186{margin-right:0!important;margin-left:0!important}._mx-sm-1_vqvsh_2191{margin-right:.25rem!important;margin-left:.25rem!important}._mx-sm-2_vqvsh_2196{margin-right:.5rem!important;margin-left:.5rem!important}._mx-sm-3_vqvsh_2201{margin-right:1rem!important;margin-left:1rem!important}._mx-sm-4_vqvsh_2206{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-sm-5_vqvsh_2211{margin-right:3rem!important;margin-left:3rem!important}._mx-sm-auto_vqvsh_2216{margin-right:auto!important;margin-left:auto!important}._my-sm-0_vqvsh_2221{margin-top:0!important;margin-bottom:0!important}._my-sm-1_vqvsh_2226{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-sm-2_vqvsh_2231{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-sm-3_vqvsh_2236{margin-top:1rem!important;margin-bottom:1rem!important}._my-sm-4_vqvsh_2241{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-sm-5_vqvsh_2246{margin-top:3rem!important;margin-bottom:3rem!important}._my-sm-auto_vqvsh_2251{margin-top:auto!important;margin-bottom:auto!important}._mt-sm-0_vqvsh_2256{margin-top:0!important}._mt-sm-1_vqvsh_2260{margin-top:.25rem!important}._mt-sm-2_vqvsh_2264{margin-top:.5rem!important}._mt-sm-3_vqvsh_2268{margin-top:1rem!important}._mt-sm-4_vqvsh_2272{margin-top:1.5rem!important}._mt-sm-5_vqvsh_2276{margin-top:3rem!important}._mt-sm-auto_vqvsh_2280{margin-top:auto!important}._me-sm-0_vqvsh_2284{margin-right:0!important}._me-sm-1_vqvsh_2288{margin-right:.25rem!important}._me-sm-2_vqvsh_2292{margin-right:.5rem!important}._me-sm-3_vqvsh_2296{margin-right:1rem!important}._me-sm-4_vqvsh_2300{margin-right:1.5rem!important}._me-sm-5_vqvsh_2304{margin-right:3rem!important}._me-sm-auto_vqvsh_2308{margin-right:auto!important}._mb-sm-0_vqvsh_2312{margin-bottom:0!important}._mb-sm-1_vqvsh_2316{margin-bottom:.25rem!important}._mb-sm-2_vqvsh_2320{margin-bottom:.5rem!important}._mb-sm-3_vqvsh_2324{margin-bottom:1rem!important}._mb-sm-4_vqvsh_2328{margin-bottom:1.5rem!important}._mb-sm-5_vqvsh_2332{margin-bottom:3rem!important}._mb-sm-auto_vqvsh_2336{margin-bottom:auto!important}._ms-sm-0_vqvsh_2340{margin-left:0!important}._ms-sm-1_vqvsh_2344{margin-left:.25rem!important}._ms-sm-2_vqvsh_2348{margin-left:.5rem!important}._ms-sm-3_vqvsh_2352{margin-left:1rem!important}._ms-sm-4_vqvsh_2356{margin-left:1.5rem!important}._ms-sm-5_vqvsh_2360{margin-left:3rem!important}._ms-sm-auto_vqvsh_2364{margin-left:auto!important}._p-sm-0_vqvsh_2368{padding:0!important}._p-sm-1_vqvsh_2372{padding:.25rem!important}._p-sm-2_vqvsh_2376{padding:.5rem!important}._p-sm-3_vqvsh_2380{padding:1rem!important}._p-sm-4_vqvsh_2384{padding:1.5rem!important}._p-sm-5_vqvsh_2388{padding:3rem!important}._px-sm-0_vqvsh_2392{padding-right:0!important;padding-left:0!important}._px-sm-1_vqvsh_2397{padding-right:.25rem!important;padding-left:.25rem!important}._px-sm-2_vqvsh_2402{padding-right:.5rem!important;padding-left:.5rem!important}._px-sm-3_vqvsh_2407{padding-right:1rem!important;padding-left:1rem!important}._px-sm-4_vqvsh_2412{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-sm-5_vqvsh_2417{padding-right:3rem!important;padding-left:3rem!important}._py-sm-0_vqvsh_2422{padding-top:0!important;padding-bottom:0!important}._py-sm-1_vqvsh_2427{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-sm-2_vqvsh_2432{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-sm-3_vqvsh_2437{padding-top:1rem!important;padding-bottom:1rem!important}._py-sm-4_vqvsh_2442{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-sm-5_vqvsh_2447{padding-top:3rem!important;padding-bottom:3rem!important}._pt-sm-0_vqvsh_2452{padding-top:0!important}._pt-sm-1_vqvsh_2456{padding-top:.25rem!important}._pt-sm-2_vqvsh_2460{padding-top:.5rem!important}._pt-sm-3_vqvsh_2464{padding-top:1rem!important}._pt-sm-4_vqvsh_2468{padding-top:1.5rem!important}._pt-sm-5_vqvsh_2472{padding-top:3rem!important}._pe-sm-0_vqvsh_2476{padding-right:0!important}._pe-sm-1_vqvsh_2480{padding-right:.25rem!important}._pe-sm-2_vqvsh_2484{padding-right:.5rem!important}._pe-sm-3_vqvsh_2488{padding-right:1rem!important}._pe-sm-4_vqvsh_2492{padding-right:1.5rem!important}._pe-sm-5_vqvsh_2496{padding-right:3rem!important}._pb-sm-0_vqvsh_2500{padding-bottom:0!important}._pb-sm-1_vqvsh_2504{padding-bottom:.25rem!important}._pb-sm-2_vqvsh_2508{padding-bottom:.5rem!important}._pb-sm-3_vqvsh_2512{padding-bottom:1rem!important}._pb-sm-4_vqvsh_2516{padding-bottom:1.5rem!important}._pb-sm-5_vqvsh_2520{padding-bottom:3rem!important}._ps-sm-0_vqvsh_2524{padding-left:0!important}._ps-sm-1_vqvsh_2528{padding-left:.25rem!important}._ps-sm-2_vqvsh_2532{padding-left:.5rem!important}._ps-sm-3_vqvsh_2536{padding-left:1rem!important}._ps-sm-4_vqvsh_2540{padding-left:1.5rem!important}._ps-sm-5_vqvsh_2544{padding-left:3rem!important}}@media (min-width: 768px){._d-md-inline_vqvsh_2549{display:inline!important}._d-md-inline-block_vqvsh_2553{display:inline-block!important}._d-md-block_vqvsh_2557{display:block!important}._d-md-grid_vqvsh_2561{display:grid!important}._d-md-table_vqvsh_2565{display:table!important}._d-md-table-row_vqvsh_2569{display:table-row!important}._d-md-table-cell_vqvsh_2573{display:table-cell!important}._d-md-flex_vqvsh_2577{display:flex!important}._d-md-inline-flex_vqvsh_2581{display:inline-flex!important}._d-md-none_vqvsh_2585{display:none!important}._flex-md-fill_vqvsh_2589{flex:1 1 auto!important}._flex-md-row_vqvsh_2593{flex-direction:row!important}._flex-md-column_vqvsh_2597{flex-direction:column!important}._flex-md-row-reverse_vqvsh_2601{flex-direction:row-reverse!important}._flex-md-column-reverse_vqvsh_2605{flex-direction:column-reverse!important}._flex-md-grow-0_vqvsh_2609{flex-grow:0!important}._flex-md-grow-1_vqvsh_2613{flex-grow:1!important}._flex-md-shrink-0_vqvsh_2617{flex-shrink:0!important}._flex-md-shrink-1_vqvsh_2621{flex-shrink:1!important}._flex-md-wrap_vqvsh_2625{flex-wrap:wrap!important}._flex-md-nowrap_vqvsh_2629{flex-wrap:nowrap!important}._flex-md-wrap-reverse_vqvsh_2633{flex-wrap:wrap-reverse!important}._justify-content-md-start_vqvsh_2637{justify-content:flex-start!important}._justify-content-md-end_vqvsh_2641{justify-content:flex-end!important}._justify-content-md-center_vqvsh_2645{justify-content:center!important}._justify-content-md-between_vqvsh_2649{justify-content:space-between!important}._justify-content-md-around_vqvsh_2653{justify-content:space-around!important}._justify-content-md-evenly_vqvsh_2657{justify-content:space-evenly!important}._align-items-md-start_vqvsh_2661{align-items:flex-start!important}._align-items-md-end_vqvsh_2665{align-items:flex-end!important}._align-items-md-center_vqvsh_2669{align-items:center!important}._align-items-md-baseline_vqvsh_2673{align-items:baseline!important}._align-items-md-stretch_vqvsh_2677{align-items:stretch!important}._align-content-md-start_vqvsh_2681{align-content:flex-start!important}._align-content-md-end_vqvsh_2685{align-content:flex-end!important}._align-content-md-center_vqvsh_2689{align-content:center!important}._align-content-md-between_vqvsh_2693{align-content:space-between!important}._align-content-md-around_vqvsh_2697{align-content:space-around!important}._align-content-md-stretch_vqvsh_2701{align-content:stretch!important}._align-self-md-auto_vqvsh_2705{align-self:auto!important}._align-self-md-start_vqvsh_2709{align-self:flex-start!important}._align-self-md-end_vqvsh_2713{align-self:flex-end!important}._align-self-md-center_vqvsh_2717{align-self:center!important}._align-self-md-baseline_vqvsh_2721{align-self:baseline!important}._align-self-md-stretch_vqvsh_2725{align-self:stretch!important}._order-md-first_vqvsh_2729{order:-1!important}._order-md-0_vqvsh_2733{order:0!important}._order-md-1_vqvsh_2737{order:1!important}._order-md-2_vqvsh_2741{order:2!important}._order-md-3_vqvsh_2745{order:3!important}._order-md-4_vqvsh_2749{order:4!important}._order-md-5_vqvsh_2753{order:5!important}._order-md-last_vqvsh_2757{order:6!important}._m-md-0_vqvsh_2761{margin:0!important}._m-md-1_vqvsh_2765{margin:.25rem!important}._m-md-2_vqvsh_2769{margin:.5rem!important}._m-md-3_vqvsh_2773{margin:1rem!important}._m-md-4_vqvsh_2777{margin:1.5rem!important}._m-md-5_vqvsh_2781{margin:3rem!important}._m-md-auto_vqvsh_2785{margin:auto!important}._mx-md-0_vqvsh_2789{margin-right:0!important;margin-left:0!important}._mx-md-1_vqvsh_2794{margin-right:.25rem!important;margin-left:.25rem!important}._mx-md-2_vqvsh_2799{margin-right:.5rem!important;margin-left:.5rem!important}._mx-md-3_vqvsh_2804{margin-right:1rem!important;margin-left:1rem!important}._mx-md-4_vqvsh_2809{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-md-5_vqvsh_2814{margin-right:3rem!important;margin-left:3rem!important}._mx-md-auto_vqvsh_2819{margin-right:auto!important;margin-left:auto!important}._my-md-0_vqvsh_2824{margin-top:0!important;margin-bottom:0!important}._my-md-1_vqvsh_2829{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-md-2_vqvsh_2834{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-md-3_vqvsh_2839{margin-top:1rem!important;margin-bottom:1rem!important}._my-md-4_vqvsh_2844{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-md-5_vqvsh_2849{margin-top:3rem!important;margin-bottom:3rem!important}._my-md-auto_vqvsh_2854{margin-top:auto!important;margin-bottom:auto!important}._mt-md-0_vqvsh_2859{margin-top:0!important}._mt-md-1_vqvsh_2863{margin-top:.25rem!important}._mt-md-2_vqvsh_2867{margin-top:.5rem!important}._mt-md-3_vqvsh_2871{margin-top:1rem!important}._mt-md-4_vqvsh_2875{margin-top:1.5rem!important}._mt-md-5_vqvsh_2879{margin-top:3rem!important}._mt-md-auto_vqvsh_2883{margin-top:auto!important}._me-md-0_vqvsh_2887{margin-right:0!important}._me-md-1_vqvsh_2891{margin-right:.25rem!important}._me-md-2_vqvsh_2895{margin-right:.5rem!important}._me-md-3_vqvsh_2899{margin-right:1rem!important}._me-md-4_vqvsh_2903{margin-right:1.5rem!important}._me-md-5_vqvsh_2907{margin-right:3rem!important}._me-md-auto_vqvsh_2911{margin-right:auto!important}._mb-md-0_vqvsh_2915{margin-bottom:0!important}._mb-md-1_vqvsh_2919{margin-bottom:.25rem!important}._mb-md-2_vqvsh_2923{margin-bottom:.5rem!important}._mb-md-3_vqvsh_2927{margin-bottom:1rem!important}._mb-md-4_vqvsh_2931{margin-bottom:1.5rem!important}._mb-md-5_vqvsh_2935{margin-bottom:3rem!important}._mb-md-auto_vqvsh_2939{margin-bottom:auto!important}._ms-md-0_vqvsh_2943{margin-left:0!important}._ms-md-1_vqvsh_2947{margin-left:.25rem!important}._ms-md-2_vqvsh_2951{margin-left:.5rem!important}._ms-md-3_vqvsh_2955{margin-left:1rem!important}._ms-md-4_vqvsh_2959{margin-left:1.5rem!important}._ms-md-5_vqvsh_2963{margin-left:3rem!important}._ms-md-auto_vqvsh_2967{margin-left:auto!important}._p-md-0_vqvsh_2971{padding:0!important}._p-md-1_vqvsh_2975{padding:.25rem!important}._p-md-2_vqvsh_2979{padding:.5rem!important}._p-md-3_vqvsh_2983{padding:1rem!important}._p-md-4_vqvsh_2987{padding:1.5rem!important}._p-md-5_vqvsh_2991{padding:3rem!important}._px-md-0_vqvsh_2995{padding-right:0!important;padding-left:0!important}._px-md-1_vqvsh_3000{padding-right:.25rem!important;padding-left:.25rem!important}._px-md-2_vqvsh_3005{padding-right:.5rem!important;padding-left:.5rem!important}._px-md-3_vqvsh_3010{padding-right:1rem!important;padding-left:1rem!important}._px-md-4_vqvsh_3015{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-md-5_vqvsh_3020{padding-right:3rem!important;padding-left:3rem!important}._py-md-0_vqvsh_3025{padding-top:0!important;padding-bottom:0!important}._py-md-1_vqvsh_3030{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-md-2_vqvsh_3035{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-md-3_vqvsh_3040{padding-top:1rem!important;padding-bottom:1rem!important}._py-md-4_vqvsh_3045{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-md-5_vqvsh_3050{padding-top:3rem!important;padding-bottom:3rem!important}._pt-md-0_vqvsh_3055{padding-top:0!important}._pt-md-1_vqvsh_3059{padding-top:.25rem!important}._pt-md-2_vqvsh_3063{padding-top:.5rem!important}._pt-md-3_vqvsh_3067{padding-top:1rem!important}._pt-md-4_vqvsh_3071{padding-top:1.5rem!important}._pt-md-5_vqvsh_3075{padding-top:3rem!important}._pe-md-0_vqvsh_3079{padding-right:0!important}._pe-md-1_vqvsh_3083{padding-right:.25rem!important}._pe-md-2_vqvsh_3087{padding-right:.5rem!important}._pe-md-3_vqvsh_3091{padding-right:1rem!important}._pe-md-4_vqvsh_3095{padding-right:1.5rem!important}._pe-md-5_vqvsh_3099{padding-right:3rem!important}._pb-md-0_vqvsh_3103{padding-bottom:0!important}._pb-md-1_vqvsh_3107{padding-bottom:.25rem!important}._pb-md-2_vqvsh_3111{padding-bottom:.5rem!important}._pb-md-3_vqvsh_3115{padding-bottom:1rem!important}._pb-md-4_vqvsh_3119{padding-bottom:1.5rem!important}._pb-md-5_vqvsh_3123{padding-bottom:3rem!important}._ps-md-0_vqvsh_3127{padding-left:0!important}._ps-md-1_vqvsh_3131{padding-left:.25rem!important}._ps-md-2_vqvsh_3135{padding-left:.5rem!important}._ps-md-3_vqvsh_3139{padding-left:1rem!important}._ps-md-4_vqvsh_3143{padding-left:1.5rem!important}._ps-md-5_vqvsh_3147{padding-left:3rem!important}}@media (min-width: 992px){._d-lg-inline_vqvsh_3152{display:inline!important}._d-lg-inline-block_vqvsh_3156{display:inline-block!important}._d-lg-block_vqvsh_3160{display:block!important}._d-lg-grid_vqvsh_3164{display:grid!important}._d-lg-table_vqvsh_3168{display:table!important}._d-lg-table-row_vqvsh_3172{display:table-row!important}._d-lg-table-cell_vqvsh_3176{display:table-cell!important}._d-lg-flex_vqvsh_3180{display:flex!important}._d-lg-inline-flex_vqvsh_3184{display:inline-flex!important}._d-lg-none_vqvsh_3188{display:none!important}._flex-lg-fill_vqvsh_3192{flex:1 1 auto!important}._flex-lg-row_vqvsh_3196{flex-direction:row!important}._flex-lg-column_vqvsh_3200{flex-direction:column!important}._flex-lg-row-reverse_vqvsh_3204{flex-direction:row-reverse!important}._flex-lg-column-reverse_vqvsh_3208{flex-direction:column-reverse!important}._flex-lg-grow-0_vqvsh_3212{flex-grow:0!important}._flex-lg-grow-1_vqvsh_3216{flex-grow:1!important}._flex-lg-shrink-0_vqvsh_3220{flex-shrink:0!important}._flex-lg-shrink-1_vqvsh_3224{flex-shrink:1!important}._flex-lg-wrap_vqvsh_3228{flex-wrap:wrap!important}._flex-lg-nowrap_vqvsh_3232{flex-wrap:nowrap!important}._flex-lg-wrap-reverse_vqvsh_3236{flex-wrap:wrap-reverse!important}._justify-content-lg-start_vqvsh_3240{justify-content:flex-start!important}._justify-content-lg-end_vqvsh_3244{justify-content:flex-end!important}._justify-content-lg-center_vqvsh_3248{justify-content:center!important}._justify-content-lg-between_vqvsh_3252{justify-content:space-between!important}._justify-content-lg-around_vqvsh_3256{justify-content:space-around!important}._justify-content-lg-evenly_vqvsh_3260{justify-content:space-evenly!important}._align-items-lg-start_vqvsh_3264{align-items:flex-start!important}._align-items-lg-end_vqvsh_3268{align-items:flex-end!important}._align-items-lg-center_vqvsh_3272{align-items:center!important}._align-items-lg-baseline_vqvsh_3276{align-items:baseline!important}._align-items-lg-stretch_vqvsh_3280{align-items:stretch!important}._align-content-lg-start_vqvsh_3284{align-content:flex-start!important}._align-content-lg-end_vqvsh_3288{align-content:flex-end!important}._align-content-lg-center_vqvsh_3292{align-content:center!important}._align-content-lg-between_vqvsh_3296{align-content:space-between!important}._align-content-lg-around_vqvsh_3300{align-content:space-around!important}._align-content-lg-stretch_vqvsh_3304{align-content:stretch!important}._align-self-lg-auto_vqvsh_3308{align-self:auto!important}._align-self-lg-start_vqvsh_3312{align-self:flex-start!important}._align-self-lg-end_vqvsh_3316{align-self:flex-end!important}._align-self-lg-center_vqvsh_3320{align-self:center!important}._align-self-lg-baseline_vqvsh_3324{align-self:baseline!important}._align-self-lg-stretch_vqvsh_3328{align-self:stretch!important}._order-lg-first_vqvsh_3332{order:-1!important}._order-lg-0_vqvsh_3336{order:0!important}._order-lg-1_vqvsh_3340{order:1!important}._order-lg-2_vqvsh_3344{order:2!important}._order-lg-3_vqvsh_3348{order:3!important}._order-lg-4_vqvsh_3352{order:4!important}._order-lg-5_vqvsh_3356{order:5!important}._order-lg-last_vqvsh_3360{order:6!important}._m-lg-0_vqvsh_3364{margin:0!important}._m-lg-1_vqvsh_3368{margin:.25rem!important}._m-lg-2_vqvsh_3372{margin:.5rem!important}._m-lg-3_vqvsh_3376{margin:1rem!important}._m-lg-4_vqvsh_3380{margin:1.5rem!important}._m-lg-5_vqvsh_3384{margin:3rem!important}._m-lg-auto_vqvsh_3388{margin:auto!important}._mx-lg-0_vqvsh_3392{margin-right:0!important;margin-left:0!important}._mx-lg-1_vqvsh_3397{margin-right:.25rem!important;margin-left:.25rem!important}._mx-lg-2_vqvsh_3402{margin-right:.5rem!important;margin-left:.5rem!important}._mx-lg-3_vqvsh_3407{margin-right:1rem!important;margin-left:1rem!important}._mx-lg-4_vqvsh_3412{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-lg-5_vqvsh_3417{margin-right:3rem!important;margin-left:3rem!important}._mx-lg-auto_vqvsh_3422{margin-right:auto!important;margin-left:auto!important}._my-lg-0_vqvsh_3427{margin-top:0!important;margin-bottom:0!important}._my-lg-1_vqvsh_3432{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-lg-2_vqvsh_3437{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-lg-3_vqvsh_3442{margin-top:1rem!important;margin-bottom:1rem!important}._my-lg-4_vqvsh_3447{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-lg-5_vqvsh_3452{margin-top:3rem!important;margin-bottom:3rem!important}._my-lg-auto_vqvsh_3457{margin-top:auto!important;margin-bottom:auto!important}._mt-lg-0_vqvsh_3462{margin-top:0!important}._mt-lg-1_vqvsh_3466{margin-top:.25rem!important}._mt-lg-2_vqvsh_3470{margin-top:.5rem!important}._mt-lg-3_vqvsh_3474{margin-top:1rem!important}._mt-lg-4_vqvsh_3478{margin-top:1.5rem!important}._mt-lg-5_vqvsh_3482{margin-top:3rem!important}._mt-lg-auto_vqvsh_3486{margin-top:auto!important}._me-lg-0_vqvsh_3490{margin-right:0!important}._me-lg-1_vqvsh_3494{margin-right:.25rem!important}._me-lg-2_vqvsh_3498{margin-right:.5rem!important}._me-lg-3_vqvsh_3502{margin-right:1rem!important}._me-lg-4_vqvsh_3506{margin-right:1.5rem!important}._me-lg-5_vqvsh_3510{margin-right:3rem!important}._me-lg-auto_vqvsh_3514{margin-right:auto!important}._mb-lg-0_vqvsh_3518{margin-bottom:0!important}._mb-lg-1_vqvsh_3522{margin-bottom:.25rem!important}._mb-lg-2_vqvsh_3526{margin-bottom:.5rem!important}._mb-lg-3_vqvsh_3530{margin-bottom:1rem!important}._mb-lg-4_vqvsh_3534{margin-bottom:1.5rem!important}._mb-lg-5_vqvsh_3538{margin-bottom:3rem!important}._mb-lg-auto_vqvsh_3542{margin-bottom:auto!important}._ms-lg-0_vqvsh_3546{margin-left:0!important}._ms-lg-1_vqvsh_3550{margin-left:.25rem!important}._ms-lg-2_vqvsh_3554{margin-left:.5rem!important}._ms-lg-3_vqvsh_3558{margin-left:1rem!important}._ms-lg-4_vqvsh_3562{margin-left:1.5rem!important}._ms-lg-5_vqvsh_3566{margin-left:3rem!important}._ms-lg-auto_vqvsh_3570{margin-left:auto!important}._p-lg-0_vqvsh_3574{padding:0!important}._p-lg-1_vqvsh_3578{padding:.25rem!important}._p-lg-2_vqvsh_3582{padding:.5rem!important}._p-lg-3_vqvsh_3586{padding:1rem!important}._p-lg-4_vqvsh_3590{padding:1.5rem!important}._p-lg-5_vqvsh_3594{padding:3rem!important}._px-lg-0_vqvsh_3598{padding-right:0!important;padding-left:0!important}._px-lg-1_vqvsh_3603{padding-right:.25rem!important;padding-left:.25rem!important}._px-lg-2_vqvsh_3608{padding-right:.5rem!important;padding-left:.5rem!important}._px-lg-3_vqvsh_3613{padding-right:1rem!important;padding-left:1rem!important}._px-lg-4_vqvsh_3618{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-lg-5_vqvsh_3623{padding-right:3rem!important;padding-left:3rem!important}._py-lg-0_vqvsh_3628{padding-top:0!important;padding-bottom:0!important}._py-lg-1_vqvsh_3633{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-lg-2_vqvsh_3638{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-lg-3_vqvsh_3643{padding-top:1rem!important;padding-bottom:1rem!important}._py-lg-4_vqvsh_3648{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-lg-5_vqvsh_3653{padding-top:3rem!important;padding-bottom:3rem!important}._pt-lg-0_vqvsh_3658{padding-top:0!important}._pt-lg-1_vqvsh_3662{padding-top:.25rem!important}._pt-lg-2_vqvsh_3666{padding-top:.5rem!important}._pt-lg-3_vqvsh_3670{padding-top:1rem!important}._pt-lg-4_vqvsh_3674{padding-top:1.5rem!important}._pt-lg-5_vqvsh_3678{padding-top:3rem!important}._pe-lg-0_vqvsh_3682{padding-right:0!important}._pe-lg-1_vqvsh_3686{padding-right:.25rem!important}._pe-lg-2_vqvsh_3690{padding-right:.5rem!important}._pe-lg-3_vqvsh_3694{padding-right:1rem!important}._pe-lg-4_vqvsh_3698{padding-right:1.5rem!important}._pe-lg-5_vqvsh_3702{padding-right:3rem!important}._pb-lg-0_vqvsh_3706{padding-bottom:0!important}._pb-lg-1_vqvsh_3710{padding-bottom:.25rem!important}._pb-lg-2_vqvsh_3714{padding-bottom:.5rem!important}._pb-lg-3_vqvsh_3718{padding-bottom:1rem!important}._pb-lg-4_vqvsh_3722{padding-bottom:1.5rem!important}._pb-lg-5_vqvsh_3726{padding-bottom:3rem!important}._ps-lg-0_vqvsh_3730{padding-left:0!important}._ps-lg-1_vqvsh_3734{padding-left:.25rem!important}._ps-lg-2_vqvsh_3738{padding-left:.5rem!important}._ps-lg-3_vqvsh_3742{padding-left:1rem!important}._ps-lg-4_vqvsh_3746{padding-left:1.5rem!important}._ps-lg-5_vqvsh_3750{padding-left:3rem!important}}@media (min-width: 1200px){._d-xl-inline_vqvsh_3755{display:inline!important}._d-xl-inline-block_vqvsh_3759{display:inline-block!important}._d-xl-block_vqvsh_3763{display:block!important}._d-xl-grid_vqvsh_3767{display:grid!important}._d-xl-table_vqvsh_3771{display:table!important}._d-xl-table-row_vqvsh_3775{display:table-row!important}._d-xl-table-cell_vqvsh_3779{display:table-cell!important}._d-xl-flex_vqvsh_3783{display:flex!important}._d-xl-inline-flex_vqvsh_3787{display:inline-flex!important}._d-xl-none_vqvsh_3791{display:none!important}._flex-xl-fill_vqvsh_3795{flex:1 1 auto!important}._flex-xl-row_vqvsh_3799{flex-direction:row!important}._flex-xl-column_vqvsh_3803{flex-direction:column!important}._flex-xl-row-reverse_vqvsh_3807{flex-direction:row-reverse!important}._flex-xl-column-reverse_vqvsh_3811{flex-direction:column-reverse!important}._flex-xl-grow-0_vqvsh_3815{flex-grow:0!important}._flex-xl-grow-1_vqvsh_3819{flex-grow:1!important}._flex-xl-shrink-0_vqvsh_3823{flex-shrink:0!important}._flex-xl-shrink-1_vqvsh_3827{flex-shrink:1!important}._flex-xl-wrap_vqvsh_3831{flex-wrap:wrap!important}._flex-xl-nowrap_vqvsh_3835{flex-wrap:nowrap!important}._flex-xl-wrap-reverse_vqvsh_3839{flex-wrap:wrap-reverse!important}._justify-content-xl-start_vqvsh_3843{justify-content:flex-start!important}._justify-content-xl-end_vqvsh_3847{justify-content:flex-end!important}._justify-content-xl-center_vqvsh_3851{justify-content:center!important}._justify-content-xl-between_vqvsh_3855{justify-content:space-between!important}._justify-content-xl-around_vqvsh_3859{justify-content:space-around!important}._justify-content-xl-evenly_vqvsh_3863{justify-content:space-evenly!important}._align-items-xl-start_vqvsh_3867{align-items:flex-start!important}._align-items-xl-end_vqvsh_3871{align-items:flex-end!important}._align-items-xl-center_vqvsh_3875{align-items:center!important}._align-items-xl-baseline_vqvsh_3879{align-items:baseline!important}._align-items-xl-stretch_vqvsh_3883{align-items:stretch!important}._align-content-xl-start_vqvsh_3887{align-content:flex-start!important}._align-content-xl-end_vqvsh_3891{align-content:flex-end!important}._align-content-xl-center_vqvsh_3895{align-content:center!important}._align-content-xl-between_vqvsh_3899{align-content:space-between!important}._align-content-xl-around_vqvsh_3903{align-content:space-around!important}._align-content-xl-stretch_vqvsh_3907{align-content:stretch!important}._align-self-xl-auto_vqvsh_3911{align-self:auto!important}._align-self-xl-start_vqvsh_3915{align-self:flex-start!important}._align-self-xl-end_vqvsh_3919{align-self:flex-end!important}._align-self-xl-center_vqvsh_3923{align-self:center!important}._align-self-xl-baseline_vqvsh_3927{align-self:baseline!important}._align-self-xl-stretch_vqvsh_3931{align-self:stretch!important}._order-xl-first_vqvsh_3935{order:-1!important}._order-xl-0_vqvsh_3939{order:0!important}._order-xl-1_vqvsh_3943{order:1!important}._order-xl-2_vqvsh_3947{order:2!important}._order-xl-3_vqvsh_3951{order:3!important}._order-xl-4_vqvsh_3955{order:4!important}._order-xl-5_vqvsh_3959{order:5!important}._order-xl-last_vqvsh_3963{order:6!important}._m-xl-0_vqvsh_3967{margin:0!important}._m-xl-1_vqvsh_3971{margin:.25rem!important}._m-xl-2_vqvsh_3975{margin:.5rem!important}._m-xl-3_vqvsh_3979{margin:1rem!important}._m-xl-4_vqvsh_3983{margin:1.5rem!important}._m-xl-5_vqvsh_3987{margin:3rem!important}._m-xl-auto_vqvsh_3991{margin:auto!important}._mx-xl-0_vqvsh_3995{margin-right:0!important;margin-left:0!important}._mx-xl-1_vqvsh_4000{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xl-2_vqvsh_4005{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xl-3_vqvsh_4010{margin-right:1rem!important;margin-left:1rem!important}._mx-xl-4_vqvsh_4015{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xl-5_vqvsh_4020{margin-right:3rem!important;margin-left:3rem!important}._mx-xl-auto_vqvsh_4025{margin-right:auto!important;margin-left:auto!important}._my-xl-0_vqvsh_4030{margin-top:0!important;margin-bottom:0!important}._my-xl-1_vqvsh_4035{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xl-2_vqvsh_4040{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xl-3_vqvsh_4045{margin-top:1rem!important;margin-bottom:1rem!important}._my-xl-4_vqvsh_4050{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xl-5_vqvsh_4055{margin-top:3rem!important;margin-bottom:3rem!important}._my-xl-auto_vqvsh_4060{margin-top:auto!important;margin-bottom:auto!important}._mt-xl-0_vqvsh_4065{margin-top:0!important}._mt-xl-1_vqvsh_4069{margin-top:.25rem!important}._mt-xl-2_vqvsh_4073{margin-top:.5rem!important}._mt-xl-3_vqvsh_4077{margin-top:1rem!important}._mt-xl-4_vqvsh_4081{margin-top:1.5rem!important}._mt-xl-5_vqvsh_4085{margin-top:3rem!important}._mt-xl-auto_vqvsh_4089{margin-top:auto!important}._me-xl-0_vqvsh_4093{margin-right:0!important}._me-xl-1_vqvsh_4097{margin-right:.25rem!important}._me-xl-2_vqvsh_4101{margin-right:.5rem!important}._me-xl-3_vqvsh_4105{margin-right:1rem!important}._me-xl-4_vqvsh_4109{margin-right:1.5rem!important}._me-xl-5_vqvsh_4113{margin-right:3rem!important}._me-xl-auto_vqvsh_4117{margin-right:auto!important}._mb-xl-0_vqvsh_4121{margin-bottom:0!important}._mb-xl-1_vqvsh_4125{margin-bottom:.25rem!important}._mb-xl-2_vqvsh_4129{margin-bottom:.5rem!important}._mb-xl-3_vqvsh_4133{margin-bottom:1rem!important}._mb-xl-4_vqvsh_4137{margin-bottom:1.5rem!important}._mb-xl-5_vqvsh_4141{margin-bottom:3rem!important}._mb-xl-auto_vqvsh_4145{margin-bottom:auto!important}._ms-xl-0_vqvsh_4149{margin-left:0!important}._ms-xl-1_vqvsh_4153{margin-left:.25rem!important}._ms-xl-2_vqvsh_4157{margin-left:.5rem!important}._ms-xl-3_vqvsh_4161{margin-left:1rem!important}._ms-xl-4_vqvsh_4165{margin-left:1.5rem!important}._ms-xl-5_vqvsh_4169{margin-left:3rem!important}._ms-xl-auto_vqvsh_4173{margin-left:auto!important}._p-xl-0_vqvsh_4177{padding:0!important}._p-xl-1_vqvsh_4181{padding:.25rem!important}._p-xl-2_vqvsh_4185{padding:.5rem!important}._p-xl-3_vqvsh_4189{padding:1rem!important}._p-xl-4_vqvsh_4193{padding:1.5rem!important}._p-xl-5_vqvsh_4197{padding:3rem!important}._px-xl-0_vqvsh_4201{padding-right:0!important;padding-left:0!important}._px-xl-1_vqvsh_4206{padding-right:.25rem!important;padding-left:.25rem!important}._px-xl-2_vqvsh_4211{padding-right:.5rem!important;padding-left:.5rem!important}._px-xl-3_vqvsh_4216{padding-right:1rem!important;padding-left:1rem!important}._px-xl-4_vqvsh_4221{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xl-5_vqvsh_4226{padding-right:3rem!important;padding-left:3rem!important}._py-xl-0_vqvsh_4231{padding-top:0!important;padding-bottom:0!important}._py-xl-1_vqvsh_4236{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xl-2_vqvsh_4241{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xl-3_vqvsh_4246{padding-top:1rem!important;padding-bottom:1rem!important}._py-xl-4_vqvsh_4251{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xl-5_vqvsh_4256{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xl-0_vqvsh_4261{padding-top:0!important}._pt-xl-1_vqvsh_4265{padding-top:.25rem!important}._pt-xl-2_vqvsh_4269{padding-top:.5rem!important}._pt-xl-3_vqvsh_4273{padding-top:1rem!important}._pt-xl-4_vqvsh_4277{padding-top:1.5rem!important}._pt-xl-5_vqvsh_4281{padding-top:3rem!important}._pe-xl-0_vqvsh_4285{padding-right:0!important}._pe-xl-1_vqvsh_4289{padding-right:.25rem!important}._pe-xl-2_vqvsh_4293{padding-right:.5rem!important}._pe-xl-3_vqvsh_4297{padding-right:1rem!important}._pe-xl-4_vqvsh_4301{padding-right:1.5rem!important}._pe-xl-5_vqvsh_4305{padding-right:3rem!important}._pb-xl-0_vqvsh_4309{padding-bottom:0!important}._pb-xl-1_vqvsh_4313{padding-bottom:.25rem!important}._pb-xl-2_vqvsh_4317{padding-bottom:.5rem!important}._pb-xl-3_vqvsh_4321{padding-bottom:1rem!important}._pb-xl-4_vqvsh_4325{padding-bottom:1.5rem!important}._pb-xl-5_vqvsh_4329{padding-bottom:3rem!important}._ps-xl-0_vqvsh_4333{padding-left:0!important}._ps-xl-1_vqvsh_4337{padding-left:.25rem!important}._ps-xl-2_vqvsh_4341{padding-left:.5rem!important}._ps-xl-3_vqvsh_4345{padding-left:1rem!important}._ps-xl-4_vqvsh_4349{padding-left:1.5rem!important}._ps-xl-5_vqvsh_4353{padding-left:3rem!important}}@media (min-width: 1400px){._d-xxl-inline_vqvsh_4358{display:inline!important}._d-xxl-inline-block_vqvsh_4362{display:inline-block!important}._d-xxl-block_vqvsh_4366{display:block!important}._d-xxl-grid_vqvsh_4370{display:grid!important}._d-xxl-table_vqvsh_4374{display:table!important}._d-xxl-table-row_vqvsh_4378{display:table-row!important}._d-xxl-table-cell_vqvsh_4382{display:table-cell!important}._d-xxl-flex_vqvsh_4386{display:flex!important}._d-xxl-inline-flex_vqvsh_4390{display:inline-flex!important}._d-xxl-none_vqvsh_4394{display:none!important}._flex-xxl-fill_vqvsh_4398{flex:1 1 auto!important}._flex-xxl-row_vqvsh_4402{flex-direction:row!important}._flex-xxl-column_vqvsh_4406{flex-direction:column!important}._flex-xxl-row-reverse_vqvsh_4410{flex-direction:row-reverse!important}._flex-xxl-column-reverse_vqvsh_4414{flex-direction:column-reverse!important}._flex-xxl-grow-0_vqvsh_4418{flex-grow:0!important}._flex-xxl-grow-1_vqvsh_4422{flex-grow:1!important}._flex-xxl-shrink-0_vqvsh_4426{flex-shrink:0!important}._flex-xxl-shrink-1_vqvsh_4430{flex-shrink:1!important}._flex-xxl-wrap_vqvsh_4434{flex-wrap:wrap!important}._flex-xxl-nowrap_vqvsh_4438{flex-wrap:nowrap!important}._flex-xxl-wrap-reverse_vqvsh_4442{flex-wrap:wrap-reverse!important}._justify-content-xxl-start_vqvsh_4446{justify-content:flex-start!important}._justify-content-xxl-end_vqvsh_4450{justify-content:flex-end!important}._justify-content-xxl-center_vqvsh_4454{justify-content:center!important}._justify-content-xxl-between_vqvsh_4458{justify-content:space-between!important}._justify-content-xxl-around_vqvsh_4462{justify-content:space-around!important}._justify-content-xxl-evenly_vqvsh_4466{justify-content:space-evenly!important}._align-items-xxl-start_vqvsh_4470{align-items:flex-start!important}._align-items-xxl-end_vqvsh_4474{align-items:flex-end!important}._align-items-xxl-center_vqvsh_4478{align-items:center!important}._align-items-xxl-baseline_vqvsh_4482{align-items:baseline!important}._align-items-xxl-stretch_vqvsh_4486{align-items:stretch!important}._align-content-xxl-start_vqvsh_4490{align-content:flex-start!important}._align-content-xxl-end_vqvsh_4494{align-content:flex-end!important}._align-content-xxl-center_vqvsh_4498{align-content:center!important}._align-content-xxl-between_vqvsh_4502{align-content:space-between!important}._align-content-xxl-around_vqvsh_4506{align-content:space-around!important}._align-content-xxl-stretch_vqvsh_4510{align-content:stretch!important}._align-self-xxl-auto_vqvsh_4514{align-self:auto!important}._align-self-xxl-start_vqvsh_4518{align-self:flex-start!important}._align-self-xxl-end_vqvsh_4522{align-self:flex-end!important}._align-self-xxl-center_vqvsh_4526{align-self:center!important}._align-self-xxl-baseline_vqvsh_4530{align-self:baseline!important}._align-self-xxl-stretch_vqvsh_4534{align-self:stretch!important}._order-xxl-first_vqvsh_4538{order:-1!important}._order-xxl-0_vqvsh_4542{order:0!important}._order-xxl-1_vqvsh_4546{order:1!important}._order-xxl-2_vqvsh_4550{order:2!important}._order-xxl-3_vqvsh_4554{order:3!important}._order-xxl-4_vqvsh_4558{order:4!important}._order-xxl-5_vqvsh_4562{order:5!important}._order-xxl-last_vqvsh_4566{order:6!important}._m-xxl-0_vqvsh_4570{margin:0!important}._m-xxl-1_vqvsh_4574{margin:.25rem!important}._m-xxl-2_vqvsh_4578{margin:.5rem!important}._m-xxl-3_vqvsh_4582{margin:1rem!important}._m-xxl-4_vqvsh_4586{margin:1.5rem!important}._m-xxl-5_vqvsh_4590{margin:3rem!important}._m-xxl-auto_vqvsh_4594{margin:auto!important}._mx-xxl-0_vqvsh_4598{margin-right:0!important;margin-left:0!important}._mx-xxl-1_vqvsh_4603{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xxl-2_vqvsh_4608{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xxl-3_vqvsh_4613{margin-right:1rem!important;margin-left:1rem!important}._mx-xxl-4_vqvsh_4618{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xxl-5_vqvsh_4623{margin-right:3rem!important;margin-left:3rem!important}._mx-xxl-auto_vqvsh_4628{margin-right:auto!important;margin-left:auto!important}._my-xxl-0_vqvsh_4633{margin-top:0!important;margin-bottom:0!important}._my-xxl-1_vqvsh_4638{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xxl-2_vqvsh_4643{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xxl-3_vqvsh_4648{margin-top:1rem!important;margin-bottom:1rem!important}._my-xxl-4_vqvsh_4653{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xxl-5_vqvsh_4658{margin-top:3rem!important;margin-bottom:3rem!important}._my-xxl-auto_vqvsh_4663{margin-top:auto!important;margin-bottom:auto!important}._mt-xxl-0_vqvsh_4668{margin-top:0!important}._mt-xxl-1_vqvsh_4672{margin-top:.25rem!important}._mt-xxl-2_vqvsh_4676{margin-top:.5rem!important}._mt-xxl-3_vqvsh_4680{margin-top:1rem!important}._mt-xxl-4_vqvsh_4684{margin-top:1.5rem!important}._mt-xxl-5_vqvsh_4688{margin-top:3rem!important}._mt-xxl-auto_vqvsh_4692{margin-top:auto!important}._me-xxl-0_vqvsh_4696{margin-right:0!important}._me-xxl-1_vqvsh_4700{margin-right:.25rem!important}._me-xxl-2_vqvsh_4704{margin-right:.5rem!important}._me-xxl-3_vqvsh_4708{margin-right:1rem!important}._me-xxl-4_vqvsh_4712{margin-right:1.5rem!important}._me-xxl-5_vqvsh_4716{margin-right:3rem!important}._me-xxl-auto_vqvsh_4720{margin-right:auto!important}._mb-xxl-0_vqvsh_4724{margin-bottom:0!important}._mb-xxl-1_vqvsh_4728{margin-bottom:.25rem!important}._mb-xxl-2_vqvsh_4732{margin-bottom:.5rem!important}._mb-xxl-3_vqvsh_4736{margin-bottom:1rem!important}._mb-xxl-4_vqvsh_4740{margin-bottom:1.5rem!important}._mb-xxl-5_vqvsh_4744{margin-bottom:3rem!important}._mb-xxl-auto_vqvsh_4748{margin-bottom:auto!important}._ms-xxl-0_vqvsh_4752{margin-left:0!important}._ms-xxl-1_vqvsh_4756{margin-left:.25rem!important}._ms-xxl-2_vqvsh_4760{margin-left:.5rem!important}._ms-xxl-3_vqvsh_4764{margin-left:1rem!important}._ms-xxl-4_vqvsh_4768{margin-left:1.5rem!important}._ms-xxl-5_vqvsh_4772{margin-left:3rem!important}._ms-xxl-auto_vqvsh_4776{margin-left:auto!important}._p-xxl-0_vqvsh_4780{padding:0!important}._p-xxl-1_vqvsh_4784{padding:.25rem!important}._p-xxl-2_vqvsh_4788{padding:.5rem!important}._p-xxl-3_vqvsh_4792{padding:1rem!important}._p-xxl-4_vqvsh_4796{padding:1.5rem!important}._p-xxl-5_vqvsh_4800{padding:3rem!important}._px-xxl-0_vqvsh_4804{padding-right:0!important;padding-left:0!important}._px-xxl-1_vqvsh_4809{padding-right:.25rem!important;padding-left:.25rem!important}._px-xxl-2_vqvsh_4814{padding-right:.5rem!important;padding-left:.5rem!important}._px-xxl-3_vqvsh_4819{padding-right:1rem!important;padding-left:1rem!important}._px-xxl-4_vqvsh_4824{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xxl-5_vqvsh_4829{padding-right:3rem!important;padding-left:3rem!important}._py-xxl-0_vqvsh_4834{padding-top:0!important;padding-bottom:0!important}._py-xxl-1_vqvsh_4839{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xxl-2_vqvsh_4844{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xxl-3_vqvsh_4849{padding-top:1rem!important;padding-bottom:1rem!important}._py-xxl-4_vqvsh_4854{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xxl-5_vqvsh_4859{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xxl-0_vqvsh_4864{padding-top:0!important}._pt-xxl-1_vqvsh_4868{padding-top:.25rem!important}._pt-xxl-2_vqvsh_4872{padding-top:.5rem!important}._pt-xxl-3_vqvsh_4876{padding-top:1rem!important}._pt-xxl-4_vqvsh_4880{padding-top:1.5rem!important}._pt-xxl-5_vqvsh_4884{padding-top:3rem!important}._pe-xxl-0_vqvsh_4888{padding-right:0!important}._pe-xxl-1_vqvsh_4892{padding-right:.25rem!important}._pe-xxl-2_vqvsh_4896{padding-right:.5rem!important}._pe-xxl-3_vqvsh_4900{padding-right:1rem!important}._pe-xxl-4_vqvsh_4904{padding-right:1.5rem!important}._pe-xxl-5_vqvsh_4908{padding-right:3rem!important}._pb-xxl-0_vqvsh_4912{padding-bottom:0!important}._pb-xxl-1_vqvsh_4916{padding-bottom:.25rem!important}._pb-xxl-2_vqvsh_4920{padding-bottom:.5rem!important}._pb-xxl-3_vqvsh_4924{padding-bottom:1rem!important}._pb-xxl-4_vqvsh_4928{padding-bottom:1.5rem!important}._pb-xxl-5_vqvsh_4932{padding-bottom:3rem!important}._ps-xxl-0_vqvsh_4936{padding-left:0!important}._ps-xxl-1_vqvsh_4940{padding-left:.25rem!important}._ps-xxl-2_vqvsh_4944{padding-left:.5rem!important}._ps-xxl-3_vqvsh_4948{padding-left:1rem!important}._ps-xxl-4_vqvsh_4952{padding-left:1.5rem!important}._ps-xxl-5_vqvsh_4956{padding-left:3rem!important}}@media print{._d-print-inline_vqvsh_4961{display:inline!important}._d-print-inline-block_vqvsh_4965{display:inline-block!important}._d-print-block_vqvsh_4969{display:block!important}._d-print-grid_vqvsh_4973{display:grid!important}._d-print-table_vqvsh_4977{display:table!important}._d-print-table-row_vqvsh_4981{display:table-row!important}._d-print-table-cell_vqvsh_4985{display:table-cell!important}._d-print-flex_vqvsh_4989{display:flex!important}._d-print-inline-flex_vqvsh_4993{display:inline-flex!important}._d-print-none_vqvsh_4997{display:none!important}}._button_1vnx6_1{background-color:#000;color:#fff;width:auto;height:auto;padding:8px}._button_1vnx6_1 svg{font-size:1rem}._button_10m4h_1{background-color:#13ea13;width:auto;height:auto;padding:8px}._button_10m4h_1 svg{font-size:1rem}._container_xuscv_1{background-color:var(--white);border-radius:10px;padding:1rem;border:1px solid var(--neutral-100);display:flex;align-items:center;flex-wrap:nowrap;justify-content:space-between;gap:.875rem;text-align:center}._container_xuscv_1 ._icon_xuscv_13{font-size:2rem;color:var(--primary-700);font-weight:500}._container_xuscv_1 span{color:var(--gray-700);font-size:.875rem;line-height:1.25rem;font-weight:500}._container_xuscv_1 ._buttonContainer_xuscv_24{display:flex;align-items:center;flex-wrap:nowrap;justify-content:space-around;gap:.875rem}._button_hlr6g_1{display:flex;align-items:center;gap:.5715rem;padding:5px;border:0;background-color:transparent;color:var(--neutral-600);margin:1rem 0 27px;font-weight:700}._progressBarContainer_rmjmk_1,._progressBarContainer_rmjmk_1 ._progressBar_rmjmk_1{height:10px;border-radius:8px}._progressBarContainer_rmjmk_1 ._progressBar_rmjmk_1{width:25%;background-color:#7159c1;transition:width .3s linear}._container_1hq8d_2{background-color:var(--white);border-radius:10px;padding:1rem;border:1px solid var(--neutral-100);display:flex;align-items:center;flex-wrap:nowrap;justify-content:space-around;gap:.875rem}._container_1hq8d_2 span{color:var(--neutral-800);font-size:.875rem;line-height:1.25rem;font-weight:700}._container_1hq8d_2 ._numberQuota_1hq8d_19{color:var(--neutral-500);font-size:.875rem;line-height:1.25rem}._container_1hq8d_2 ._columnItem_1hq8d_24{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:1rem}._container_1hq8d_2 ._titleItem_1hq8d_31{color:var(--neutral-700);font-size:.625rem}._container_1hq8d_2 ._originalDueDate_1hq8d_35{font-weight:500}._container_1hq8d_2 ._label_1hq8d_38{font-weight:700;font-size:.8572rem;line-height:1rem;display:flex;align-items:center;gap:4px;padding:.143rem .572rem;border-radius:4px}._container_1hq8d_2 ._label_1hq8d_38._open_1hq8d_48{background-color:var(--brand-primary-100);color:var(--brand-primary-900)}._container_1hq8d_2 ._label_1hq8d_38._anticipate_1hq8d_52{background-color:var(--brand-secondary-100);color:var(--brand-secondary-500)}._container_1hq8d_2 ._button_1hq8d_56{padding:8px 14px;width:auto;height:auto;background-color:transparent;font-weight:500;border-radius:8px;font-size:.875rem}._container_1hq8d_2 ._button_1hq8d_56._active_1hq8d_65{background-color:var(--primary-500)}._container_1hq8d_2 ._button_1hq8d_56._delayedOrAnticipation_1hq8d_68{background-color:var(--neutral-900);color:var(--neutral-100)}._container_1hq8d_2 ._button_1hq8d_56:disabled{cursor:not-allowed;background-color:var(--neutral-100);border:1px solid var(--neutral-100);color:var(--neutral-300)}._container_1hq8d_2:first-child{margin-bottom:1rem}ul{list-style:none}ul li:before{content:"›";color:var(--brand-primary-300);font-weight:700;font-size:110%;display:inline-block;width:1rem}._button_1hq8d_56{padding:8px 14px;width:auto;height:auto;background-color:transparent;font-weight:500;border-radius:8px;font-size:.875rem}._button_1hq8d_56._active_1hq8d_65{background-color:var(--primary-500)}._label_1giow_1{display:block}._label_1giow_1>span{display:block;font-weight:700;color:var(--neutral-700);font-size:.8572rem;line-height:1.1429rem;text-transform:uppercase;margin-bottom:8px}._label_1giow_1 select{border:1px solid var(--neutral-300);border-radius:4px;height:48px;width:100%;background-color:transparent;color:var(--neutral-600);font-size:1rem;line-height:20px}._container_xmn5b_1{background-color:#fff;grid-area:S;display:none}._container_xmn5b_1 ul{list-style:none}._container_xmn5b_1 ul li{background-color:var(--primary-50)}._container_xmn5b_1 ul li a{padding:20px;color:var(--primary-700);font-size:.75rem;line-height:1.125rem;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}@media (min-width: 768px){._container_xmn5b_1{display:block;width:100%;max-width:272px}}._containerTable_unasw_1{width:100%;overflow-x:auto}._table_unasw_6{width:100%;border-collapse:separate;text-align:center;border-spacing:0 1rem}._table_unasw_6 thead{text-transform:uppercase}._table_unasw_6 thead tr th{padding:1rem;font-weight:400;flex:1 0 auto}._table_unasw_6 thead tr th:last-child{flex:2 0 auto}._table_unasw_6 tbody tr{border-radius:12px}._table_unasw_6 tbody tr:not(:first-child){margin-top:1rem}._title_x3nem_1{color:var(--gray-900);font-size:1.7143rem;line-height:2.233rem;font-weight:700}._title_nuvtb_1{color:var(--gray-900);font-size:1.7143rem;line-height:2.233rem;font-weight:700;display:flex;align-items:center;gap:10px}._titleId_nuvtb_11{color:var(--primary-700)}._container_knouo_1{display:flex;padding:24px;align-items:flex-start;justify-content:center;flex-direction:column;height:100vh;background-color:var(--white)}._container_knouo_1 span{color:var(--primary-700);font-weight:600}._container_knouo_1 h1{color:var(--neutral-900);font-weight:600;font-size:60px;max-width:720px;width:100%;margin-top:12px;margin-bottom:24px}._container_knouo_1 p{color:var(--neutral-500);font-size:20px;margin:0}._container_knouo_1 ._containerButtons_knouo_28{margin-top:48px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;width:100%}._container_knouo_1 ._containerButtons_knouo_28 button{padding:16px 28px;border:0;border-radius:8px;font-weight:500;box-shadow:0 1px 2px #1018280d;width:100%}._container_knouo_1 ._containerButtons_knouo_28 button._backButton_knouo_44{display:flex;align-items:center;justify-content:center;gap:1rem;background-color:transparent;border:1px solid var(--neutral-300);color:var(--neutral-700)}._container_knouo_1 ._containerButtons_knouo_28 button._homeButton_knouo_53{background-color:var(--black);color:var(--white)}@media (min-width: 620px){._container_knouo_1 button{flex:0 0 242px}._container_knouo_1 button._backButton_knouo_44{flex:0 0 316px}}@media (min-width: 820px){._container_knouo_1{padding:112px}}._container_utp8w_1{padding:2.7143rem 20px;width:100%;margin:0 auto;overflow:auto;height:100%}._container_utp8w_1 ._descriptionText_utp8w_8{font-size:12px;color:var(--neutral-900);text-align:right}._container_utp8w_1 ._containerTitle_utp8w_13{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.715rem;margin-top:1.5rem}._container_utp8w_1 ._containerTitle_utp8w_13>div{display:flex;align-items:center;overflow:hidden;gap:8px}._container_utp8w_1 ._containerTitle_utp8w_13>div{flex:1 0 75%}._container_utp8w_1 ._containerTitle_utp8w_13 ._descriptionText_utp8w_8{flex:1 0 25%}._container_utp8w_1 ._containerTitle_utp8w_13 ._title_utp8w_32{margin:0;font-size:1rem;line-height:1rem}._container_utp8w_1 ._orderCard_utp8w_37:not(:last-child){margin-bottom:2rem}._container_utp8w_1 ._quotaCard_utp8w_40:not(:last-child){margin-bottom:2rem}._container_utp8w_1 ._pdfDocumentCard_utp8w_43:not(:last-child){margin-bottom:1rem}._container_utp8w_1 ._containerOrders_utp8w_46{padding-left:15px}._container_utp8w_1._hasPrevPage_utp8w_49{padding:20px}@media (min-width: 768px){._container_utp8w_1{background:linear-gradient(90deg,#f6f6f6 50%,#fff 50%);display:flex;padding:0}._container_utp8w_1._hasPrevPage_utp8w_49{padding:0}._container_utp8w_1>div{flex:1;padding:2.7143rem 3.125rem;overflow-y:auto}}._container_1glrh_1{padding:2.7143rem 20px;max-width:var(--max-width-container);width:100%;margin:0 auto;overflow:auto}._container_1glrh_1 ._grid_1glrh_8{--column-gap-size: 32px;--column-size: min( calc((var(--max-width-container) / 3) - (var(--column-gap-size) * 1.125)), 100% );display:grid;grid-template-columns:repeat(auto-fill,var(--column-size));gap:1rem var(--column-gap-size);place-content:center}._container_1glrh_1::-webkit-scrollbar{display:none}._container_1glrh_1 ._title_1glrh_22{margin-bottom:1.715rem}._container_1glrh_1 ._orderCard_1glrh_25:not(:last-child){margin-bottom:2rem}._container_1glrh_1 ._quotaCard_1glrh_28:not(:last-child){margin-bottom:2rem}._container_1glrh_1 ._containerOrders_1glrh_31{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}._container_1glrh_1._hasPrevPage_1glrh_37{padding:20px}@media (min-width: 768px){._container_1glrh_1 ._title_1glrh_22{display:none}}.containerLogin{display:flex;height:100vh;margin:0 auto}.containerLogin .title{margin-top:1.25rem}.containerLogin .message{color:var(--neutral-500);font-size:1rem;line-height:1.19794rem}.containerLogin .main-image{display:none}@media (min-width: 1220px){.containerLogin .main-image{display:inherit;object-fit:contain;width:auto;height:100%}}.containerLogin .right{display:flex;align-items:center;justify-content:center;padding:20px;width:100%;background-color:var(--white)}.containerLogin .contentWrapper{display:flex;flex-direction:column;max-width:340px;width:100%}.containerLogin .input{margin-top:24px}.containerLogin .a{display:flex;gap:.5715rem;align-items:center;color:var(--neutral-800);margin-top:10px;font-weight:700}.containerLogin .recovery-container{display:flex;align-items:center;justify-content:center;line-height:20px;gap:8px;margin-top:30px}.containerLogin .recovery_paragraph{color:#707a75;margin:0}.containerLogin .recovery_paragraph_link{font-weight:500;color:var(--primary-700);background-color:transparent;border:0}.containerLogin .recovery_paragraph_link:hover{cursor:pointer}.containerLogin .button{margin-top:20px}.icon-password-recovery{align-self:center}.password-recovery-form{display:flex;flex-direction:column;gap:1rem}.message{text-align:center}.title{text-align:center;font-weight:600}.progress-bar{margin-top:1.52rem}.create-password-button{margin-top:20px}.form-reset-password .back-button{margin-top:2rem}*{margin:0;padding:0;box-sizing:border-box}:root{--white: #ffffff;--black: #000;--bg-color: #f6f6f6;--neutral-100: #eeeeee;--neutral-300: #cccccc;--neutral-400: #a2aaa6;--neutral-500: #707a75;--neutral-600: #888888;--neutral-700: #666666;--neutral-800: #282828;--neutral-900: #1b1d1c;--primary-50: #ecfdec;--primary-500: #13ea13;--primary-700: #0b8e0b;--brand-primary-100: #d2fecb;--brand-primary-300: #00f23d;--brand-primary-500: #00ff00;--brand-primary-900: #005737;--brand-secondary-100: #d6e4ff;--brand-secondary-500: #1737d2;--brand-tertiary-100: #effef6;--gray-900: #33303e;--gray-700: #424844;--error-300: #fda29b;--success: #00b972;--success-50: #ecfdf3;--success-700: #027a48;--green-300: hsl(140, 40%, 65%);--green-900: hsl(140, 40%, 20%);--secondary-50: #eff8ff;--secondary-700: #175cd3;--danger: #fa503f;--danger-50: #fef3f2;--danger-700: #b42318;--warning-50: #fffaeb;--warning-700: #b54708;--black-700: hsl(210, 8%, 25%);--black-50: hsl(210, 8%, 95%);--powder-700: #3700ff7c;--powder-50: #d6d1fd;--gold-lighter: hsl(48, 100%, 91%);--gold-darker: hsl(45, 100%, 47%);--bronze-lighter: hsl(28, 40%, 92%);--bronze-darker: hsl(28, 31%, 52%);--blue-100: hsl(206, 96%, 90%);--blue-900: hsl(209, 100%, 26%);--max-width-container: 1104px;--box-shadow: 0px 4px 12px rgba(222, 222, 231, .4)}@media (max-width: 1080px){html{font-size:93.75%}}@media (max-width: 720px){html{font-size:87.5%}}body,html,#__next{height:100vh}body{background-color:var(--bg-color);color:var(--neutral-600)}body,input,textarea,button,select{font:400 1rem Inter,sans-serif}button{cursor:pointer}a{color:inherit;text-decoration:none}ul{margin:0;padding:0}.template{display:grid;height:100vh;grid-template-columns:auto;grid-template-rows:80px auto;grid-template-areas:"H" "C"}@media (min-width: 768px) and (max-width: 1080px){.template{--sidebar-size: 10rem}}@media (min-width: 768px){.template{grid-template-columns:var(--sidebar-size) auto;grid-template-areas:"H H" "S C"}}@media (min-width: 1081px){.template{--sidebar-size: 17rem}}.back-button{background-color:transparent;border:0;display:flex;align-items:center;gap:.5rem;color:var(--neutral-500);font-weight:500;font-size:.875rem}.upperCase{text-transform:uppercase}
