@import"https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap";.input-component-label{font-size:13px;margin-left:2px;text-align:left}.input-component-block{width:100%;position:relative}.input-component-block-icon{position:absolute;top:10px}.input-component-block-icon.right{right:12px}.input-component-block-icon.left{left:12px}.input-component-block.left input{padding-left:42px}.input-component-block-element{width:100%}.input-component-block-element input:not([type=radio],[type=checkbox]),.input-component-block-element textarea,.input-component-block-element select{width:100%;height:44px;outline:none;border:1px solid var(--gray20);border-radius:12px;padding:12px;box-sizing:border-box;box-shadow:0 1px 0 var(--gray20);color:var(--gray60)}.input-component-block-element input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;height:18px;width:18px;border-radius:99px;background:var(--gray10);border:1px solid var(--gray20)}.input-component-block-element input[type=radio]:checked{height:18px;width:18px;border-radius:100%;top:0;left:0;background:var(--colorPrimary);animation:onRadioAnim .2s forwards}.input-component-block-element.radio{border:1px solid var(--gray20);padding:7px 16px 8px;border-radius:8px;cursor:pointer;width:fit-content}.input-component-block-element.radio.active{border-color:var(--colorPrimary);animation:onBoxShadow .2s forwards}.input-component-block-element.radio:hover:not(.input-component-block-element.radio.active){border-color:var(--gray40)}.input-component-block-element.radio label{cursor:pointer;color:var(--gray70);font-size:15px}.input-component-block-element.checkbox{width:auto}.input-component-block-element.checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:6px;border:1px solid var(--gray70);border-radius:5px}.input-component-block-element.checkbox input[type=checkbox]:checked{border-color:var(--colorPrimary);background:var(--colorPrimary) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB2SURBVHgB7ZCxDYAwDAR/BEZgFDZhBNgAb8YoGYERzCOlSFAiUnxB4ZO+9J1kIAhGcPeNu7jETVBC4eE1O1Q05A8rFHTkBgX/lRfHiZul8iwoqSKueAsPzlbEVT/PsvQSXRL5R0QjH4gYVDQiBjU5YtyCIOhxA6u3fMJeZMqkAAAAAElFTkSuQmCC) no-repeat center;background-size:12px 12px}.input-component-block-element.checkbox .checkbox-text{font-size:14px;color:var(--gray70);margin-top:-1px}.input-component-block-element.password{position:relative}.input-component-block-element.password .toogle-icon{position:absolute;right:2px;top:0;width:44px;height:44px;border-left:1px solid var(--gray20);cursor:pointer}.input-component-block-element.search{position:relative}.input-component-block-element.search input{padding-left:42px;font-size:16px;background:var(--white)}.input-component-block-element.search .search-icon{position:absolute;left:12px;top:12px}.input-component-block-element.textarea textarea{resize:none;height:140px}.input-component-block>*:not(img){width:100%}@keyframes onRadioAnim{0%{box-shadow:inset 0 0 0 8px var(--gray10)}to{box-shadow:inset 0 0 0 3px var(--gray10)}}@keyframes onBoxShadow{0%{box-shadow:0 0 0 0 var(--colorPrimaryAlpha)}to{box-shadow:0 0 0 4px var(--colorPrimaryAlpha)}}.button-component{box-sizing:border-box;height:40px;padding-left:24px;padding-right:24px;outline:none;border:1px solid var(--colorPrimary);border-radius:99px;cursor:pointer;font-size:16px}.button-component:disabled{opacity:.8;cursor:auto}.button-component.-solid{color:var(--white);background:linear-gradient(to bottom,var(--colorPrimaryAcc),var(--colorPrimary));box-shadow:inset 0 1px #fff3}.button-component.-solid:hover:not(:disabled){background:linear-gradient(to bottom,var(--colorPrimary),var(--colorPrimary))}.button-component.-outline{color:var(--colorPrimary);background:linear-gradient(to bottom,var(--white),var(--gray10))}.button-component.-outline:hover:not(:disabled){background:linear-gradient(to bottom,var(--gray10),var(--gray10))}.button-component.-none{color:var(--colorPrimary);background:transparent;border:none;padding:0}.button-component.-small{font-size:14px;font-weight:500;padding-left:12px;padding-right:12px;height:31px}.error-message-component{border:1px solid #F43F5E;border-radius:12px;padding:21px;box-shadow:0 0 0 3px #f43f5e50;color:#f43f5e;text-align:center;font-weight:500;font-size:14px;animation:modalBodyAnimation .2s forwards}.login-page{width:100%;max-width:420px;box-sizing:border-box;animation:modalBodyAnimation .5s forwards;padding:12px 16px;border-radius:12px;border:1px solid var(--gray30);background-color:var(--white)}.login-page.bs{box-shadow:0 0 20px #0000001a}.login-page.action{cursor:pointer}.login-page.action:hover{border-color:var(--gray70)}.login-page-header{font-weight:600}.auth-page{min-height:100vh;padding:86px 12px 24px;background:url(/assets/gradient-bg-C2-SGNf0.png) no-repeat;background-size:cover}.auth-page-header{position:fixed;top:0;left:0;width:100%;background:var(--white);border-bottom:1px solid var(--gray20);box-shadow:0 0 10px #0000000d;padding:8px 24px;z-index:2}.auth-page-header-logo{width:36px}.auth-page-header-text{font-weight:500;color:var(--colorPrimary)}.login-info{font-size:13px;padding:4px 18px;border:1px solid var(--gray20);background:var(--gray10);border-radius:99px;box-shadow:0 0 10px #0000001a}.modal-component{position:fixed;width:100%;height:100vh;top:0;left:0;z-index:2}.modal-component-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--white);box-shadow:0 0 20px #0003;border-radius:16px;width:90%;max-width:530px;box-sizing:border-box}.modal-component-content-header{padding:16px 24px;border-bottom:1px solid var(--gray15);font-size:18px;font-weight:600}.modal-component-content-header-icon{cursor:pointer;opacity:.8}.modal-component-content-header-icon:hover{opacity:1}.modal-component-content-body{padding:16px 24px;text-align:center}.modal-component-content-footer{padding:16px 24px;border-top:1px solid var(--gray15)}.modal-component-backdrop{width:100%;height:100%;background:#0003}.loading-message-component{border:1px solid var(--colorPrimary);box-shadow:0 0 0 3px #4977f530;text-align:center;animation:modalBodyAnimation .2s forwards;padding:24px;width:100%;max-width:100%!important}.loading-message-component-spinner{width:52px;height:52px;border-box:box-sizing;padding:12px;background:#4977f520;border-radius:99px}.loading-message-component span{color:var(--gray70)}.success-message{padding:12px;border:1px solid #7eefde;background:#cbfff7;border-radius:12px;box-shadow:0 2px 10px #0000001a;animation:modalBodyAnimation .2s forwards}.success-message-text{font-weight:600}.success-message-date{font-size:14px;color:var(--gray70)}h5.medication-plan-text{font-weight:600}p.medication-plan-text{font-size:14px;margin-top:4px}.medication-plan{padding-top:72px}.medication-plan-view-button{padding:12px}.medication-plan-view-button .button-component{width:100%}.medication-plan .modal-component-content-body{flex-direction:column-reverse!important}.medication-plan .modal-component-content-body img{width:80%;max-width:420px}.medication-plan-table{background:var(--white);border-radius:12px;border:1px solid var(--gray20);overflow:hidden;margin:0 16px}@media screen and (max-width:768px){.medication-plan-table{margin:0}}.is-mobile .medication-plan-table{margin:0}.warning{font-size:13px;letter-spacing:.1px;border:1px solid var(--gray20);box-shadow:0 2px 8px #0000000d;padding:12px;width:calc(100% - 260.61px);position:fixed;top:102px;left:248.61px;animation:warningAnim .2s forwards;z-index:1;border-radius:18px;background:var(--white)}.warning img{height:26px}.warning span{color:var(--gray80)}.warning-title{font-weight:600;margin-right:6px}@media screen and (max-width:768px){.warning{width:calc(100% - 24px);top:67px;left:12px}}.is-mobile .warning{width:calc(100% - 24px);top:67px;left:12px}@keyframes warningAnim{0%{transform:translateY(-24px);opacity:0}to{transform:translateY(0);opacity:1}}.posology-modal-title{padding:12px;border-bottom:1px solid var(--gray20)}.posology-modal-title h5{font-size:14px;font-weight:400;color:var(--gray90)}.posology-modal-title-cross:hover{cursor:pointer}.posology-modal-moment{width:92px;height:92px;border-right:1px solid var(--gray20)}.posology-modal-moment-text{color:var(--colorPrimary);font-size:14px;font-weight:500;text-align:center}.posology-modal{background:#0003;position:fixed;width:100%;height:100vh;bottom:0;left:0;z-index:100}.posology-modal-content{background:var(--white);border-radius:18px 18px 0 0;box-shadow:0 0 32px #0003;position:fixed;width:100vw;height:98%;overflow:hidden;animation:posologyModalAnim .2s forwards;bottom:0;left:0;z-index:100}.posology-modal-content-title{font-size:16px;color:var(--colorPrimary);margin-bottom:-8px;margin-left:4px;font-weight:500;letter-spacing:.2px}.posology-modal-content-doses{padding:24px 12px;background:var(--gray15);flex:1;overflow:hidden;overflow-y:scroll}.posology-modal-content-doses-container{border:1px solid var(--gray20);border-radius:12px;background:var(--white)}.posology-modal-content-doses-container-row:not(:first-child){border-top:1px solid var(--gray20)}.posology-modal-content-doses-container-content{padding:12px;border-top:1px solid var(--gray20)}.posology-modal-content-doses-container .input-component-block-element.radio{border:none;padding:12px;width:100%}.posology-modal-content-doses-container .input-component-block-element.radio.active{animation:none}.posology-modal-content-dates .input-component{width:calc(50% - 8px)}.posology-modal-content-button{position:relative;z-index:2;padding:12px;border-top:1px solid var(--gray20);box-shadow:0 0 20px #0000001a}.posology-modal-content-button .button-component{width:100%}@keyframes posologyModalAnim{0%{opacity:0;transform:translateY(200px)}to{opacity:1;transform:translateY(0)}}.posology-modal-input{position:relative;flex:1}.posology-modal-input-button{position:absolute;width:42px;height:42px;background:var(--gray15);border-radius:0 12px 12px 0;border-left:1px solid var(--gray20);top:25px;right:25px;cursor:pointer;padding-bottom:2px;padding-right:2px}.posology-modal-input-button.-active{background:var(--colorGreen)}.posology-modal-input .input-component-block-element{padding:24px}.posology-modal-input .input-component-block-element input{padding-right:44px}.medication-plan-card-info{padding:16px}.medication-plan-card-info-title{font-size:16px;font-weight:400}.medication-plan-card-info-available,.medication-plan-card-info-available span{font-size:13px;color:var(--gray60)}.medication-plan-card-info-available span,.medication-plan-card-info-available span span{font-weight:500;color:var(--gray80)}.medication-plan-card-line{border-top:1px solid var(--gray20);padding:12px 16px}.medication-plan-card-line.-bg{background:var(--gray10)}.medication-plan-card-line.-bg span{color:var(--colorPrimary);font-size:15px;font-weight:500}.medication-plan-card-line.-bg .icon-rotate{transform:rotate(90deg)}@supports (-webkit-appearance: none) or (-moz-appearance: none){.checkbox-component input[type=checkbox]{--focus: 2px rgba(39, 94, 254, .3);--border: #BBC1E1;--border-hover: #275EFE;--background: #fff;--disabled: #F6F8FF;--disabled-inner: #E1E6F9;-webkit-appearance:none;-moz-appearance:none;height:21px;outline:none;display:inline-block;vertical-align:top;position:relative;margin:0;cursor:pointer;border:1px solid var(--bc, var(--border));background:var(--b, var(--background));transition:background .3s,border-color .3s,box-shadow .2s}.checkbox-component input[type=checkbox]:after{content:"";display:block;left:0;top:0;position:absolute;transition:transform var(--d-t, .3s) var(--d-t-e, ease),opacity var(--d-o, .2s)}.checkbox-component input[type=checkbox]:checked{--b: var(--colorPrimary);--bc: var(--colorPrimary);--d-o: .3s;--d-t: .6s;--d-t-e: cubic-bezier(.2, .85, .32, 1.2)}.checkbox-component input[type=checkbox]:disabled{--b: var(--disabled);cursor:not-allowed;opacity:.9}.checkbox-component input[type=checkbox]:disabled:checked{--b: var(--disabled-inner);--bc: var(--border)}.checkbox-component input[type=checkbox]:disabled+label{cursor:not-allowed}.checkbox-component input[type=checkbox]:hover:not(:checked):not(:disabled){--bc: var(--border-hover)}.checkbox-component input[type=checkbox]:focus{box-shadow:0 0 0 var(--focus)}.checkbox-component input[type=checkbox].switch{width:38px;border-radius:11px}.checkbox-component input[type=checkbox].switch:after{left:2px;top:2px;border-radius:50%;width:15px;height:15px;background:var(--ab, var(--border));transform:translate(var(--x, 0))}.checkbox-component input[type=checkbox].switch:checked{--ab: var(--white);--x: 17px}.checkbox-component input[type=checkbox].switch:disabled:not(:checked):after{opacity:.6}}.no-data{height:140px;width:100%;text-align:center}.no-data img{width:48px}.no-data span{color:var(--gray70)}.card-list{background:var(--white);border-radius:12px;border:1px solid var(--gray20);overflow:hidden}.card-list-section{padding:12px;border-bottom:1px solid var(--gray20)}.card-list-section .button-component{width:100%}.card-list-title{padding:12px;background:var(--gray15);border-bottom:1px solid var(--gray20);font-weight:600}.card-list-items{background:var(--gray10);padding:12px}.card-list-items-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.guide-toast{padding:12px 4px 12px 12px;border:1px solid #FFCF7D;background:linear-gradient(to right,var(--white),#FEF4C7);border-radius:12px;transition:all .2s;position:relative}.guide-toast:hover{transform:translateY(-2px);box-shadow:0 0 10px var(--colorYellowAlpha)}.guide-toast h6{color:#b45309;font-size:16px}.guide-toast p{color:#b45309;font-size:13px}.guide-toast-buttons{margin-top:12px}.guide-toast-buttons-item-1{text-decoration:none;color:#b45309;font-size:14px;border:1px solid #B45309;padding:2px 12px 4px;border-radius:99px}.guide-toast-buttons-item-2{color:#b45309;opacity:.8;font-size:14px;padding:2px 12px 4px;border:none;outline:none;background:transparent}.guide-toast-close{cursor:pointer;position:absolute;right:8px;top:6px;opacity:.5}.guide-toast-close img{width:22px;height:22px}.label-component{height:20px;box-sizing:border-box;padding:0 8px;font-size:12px;font-weight:500;border-radius:8px;width:fit-content}.label-component.-BLUE{color:#1d4ed8;border:1px solid #bfdbfe;background:#dbeafe}.label-component.-LIGHTBLUE{color:#00a7e9;border:1px solid #9ce4ee;background:#dbf9fe}.label-component.-GREEN{color:#047857;border:1px solid #7eefde;background:#cbfff7}.label-component.-YELLOW{color:#b45309;border:1px solid #fde68a;background:#fef4c7}.label-component.-RED{color:#be123c;border:1px solid #fecdd3;background:#ffe4e6}.invoice-card-info{padding:16px}.invoice-card-info-title{font-size:14px;font-weight:400;color:var(--gray80)}.invoice-card-info-amount{font-size:24px;font-weight:600}.invoice-card-line{border-top:1px solid var(--gray20);padding:12px 16px}.invoice-card-line.-bg{background:var(--gray10)}.invoice-card-line.-bg span{color:var(--colorPrimary);font-size:15px;font-weight:500}.invoice-card-line.-bg .icon-rotate{transform:rotate(90deg)}.aside-component{height:calc(100vh - 90px);box-sizing:border-box;background:var(--gray10);border-right:1px solid var(--gray15);position:fixed;top:90px;width:236.61px}.aside-component-close{display:none!important}.aside-component-list-element{list-style:none;white-space:nowrap}.aside-component-list-element-link{font-weight:500;color:var(--gray60);border-radius:12px;padding:8px 12px;text-decoration:none;cursor:pointer;transition:all .2s}.aside-component-list-element-link.-active{background:var(--white);color:var(--colorPrimary);box-shadow:0 2px 10px #0000001a}.aside-component-list-element-link:hover:not(.-active){color:var(--gray70);transform:translateY(-2px);box-shadow:0 2px 10px #0000001a;background:var(--white)}.activated-aside-mobile .aside-component.aside-mobile{display:block;position:fixed;height:100vh;top:0;z-index:3;width:80%;box-shadow:10px 0 20px #0003;animation:asideAnimation .5s forwards}@keyframes asideAnimation{0%{transform:translate(-300px);opacity:0}to{transform:translateY(0);opacity:1}}@media screen and (max-width:768px){.aside-component{padding:0!important}.aside-component ul{gap:0!important}.aside-component-close{display:flex!important;padding:24px 12px}.aside-component-close-icon{height:12px}.aside-component-close-text{color:var(--gray70)}.aside-component-list-element-link{border-radius:0;padding:12px;border-top:1px solid var(--gray10);border-bottom:1px solid var(--gray10)}.aside-component-list-element-link.-active{box-shadow:none;border-top:1px solid var(--gray15);border-bottom:1px solid var(--gray15)}.aside-component-list-element-link:hover:not(.-active){color:var(--gray60);background:var(--white);transform:none;box-shadow:none}}.is-mobile .aside-component{padding:0!important}.is-mobile .aside-component ul{gap:0!important}.is-mobile .aside-component-close{display:flex!important;padding:24px 12px}.is-mobile .aside-component-close-icon{height:12px}.is-mobile .aside-component-close-text{color:var(--gray70)}.is-mobile .aside-component-list-element-link{border-radius:0;padding:12px;border-top:1px solid var(--gray10);border-bottom:1px solid var(--gray10)}.is-mobile .aside-component-list-element-link.-active{box-shadow:none;border-top:1px solid var(--gray15);border-bottom:1px solid var(--gray15)}.is-mobile .aside-component-list-element-link:hover:not(.-active){color:var(--gray60);background:var(--white);transform:none;box-shadow:none}.user-information-content{cursor:pointer}.user-information-backdrop{position:fixed;width:100%;height:100%;background:transparent;z-index:0;top:0;left:0}.user-information-icon{padding:8px;border:1px solid var(--gray20);border-radius:8px;background:linear-gradient(to bottom,var(--white),var(--gray10));height:46px;width:46px}.user-information-data-name{color:var(--gray90);font-weight:500;font-size:16px}.user-information-data-subtitle{color:var(--gray60);font-size:14px}.user-information-list{animation:modalBodyAnimation .1s forwards}.user-information-list-tick{height:10px;width:10px;background:var(--white);transform:rotate(45deg);left:50%;top:7px;z-index:1;border-left:1px solid var(--gray30);border-top:1px solid var(--gray30)}.user-information-list-content{background:var(--white);box-shadow:0 -10px 20px #0000000d;border-radius:12px;border:1px solid var(--gray20);right:0;width:fit-content;top:12px;overflow:hidden}.user-information-list-content-element{padding:12px 24px 12px 16px;cursor:pointer;font-size:15px;color:var(--gray70);z-index:2}.user-information-list-content-element:hover{color:var(--gray80);background:var(--gray10)}.user-information-list-content-element:hover .user-information-list-content-element-icon{background-color:var(--gray80)}@media screen and (max-width:768px){.user-information-icon{height:39px;width:39px}.user-information-data-name{font-size:14px}.user-information-data-subtitle{font-size:11px}.user-information-list-content{left:0}}.is-mobile .user-information-icon{height:39px;width:39px}.is-mobile .user-information-data-name{font-size:14px}.is-mobile .user-information-data-subtitle{font-size:11px}.is-mobile .user-information-list-content{left:0}.box-icon{padding:8px;border:1px solid var(--gray20);border-radius:8px;background:linear-gradient(to bottom,var(--white),var(--gray10));height:46px;width:46px}.box-icon-element{width:25px;height:25px}@media screen and (max-width:768px){.box-icon{height:39px;width:39px}.box-icon-element{width:21px;height:21px}}.is-mobile .box-icon{height:39px;width:39px}.is-mobile .box-icon-element{width:21px;height:21px}.header-component{height:90px;width:100%;box-sizing:border-box;border-bottom:1px solid var(--gray15);position:fixed;background:var(--white);z-index:1;justify-content:end}.header-component-content{padding:0 12px;width:100%;justify-content:end}.header-component-content .hamburguer-button{display:none}.header-component-logo{width:236.61px;height:100%;box-sizing:border-box;padding:24px}.activated-aside-mobile-backdrop{width:100%;height:100%;position:fixed;background:#0000004d;animation:modalBackdropAnimation .5s forwards;top:0;z-index:2}@media screen and (max-width:768px){.header-component{height:55px}.header-component-logo{display:none}.header-component-content{justify-content:space-between}.header-component-content .hamburguer-button{display:block;padding:8px;border:1px solid var(--gray20);border-radius:8px;background:linear-gradient(to bottom,var(--white),var(--gray10));cursor:pointer}.header-component-content .hamburguer-button:hover{border-color:var(--gray30)}}.is-mobile .header-component{height:55px}.is-mobile .header-component-logo{display:none}.is-mobile .header-component-content{justify-content:space-between}.is-mobile .header-component-content .hamburguer-button{display:block;padding:8px;border:1px solid var(--gray20);border-radius:8px;background:linear-gradient(to bottom,var(--white),var(--gray10));cursor:pointer}.is-mobile .header-component-content .hamburguer-button:hover{border-color:var(--gray30)}:root{--white: #FFFFFF;--gray10: #FAFAFA;--gray15: #f1f1f1;--gray20: #DADADA;--gray30: #CECECE;--gray40: #ACACAC;--gray50: #AFAFAF;--gray60: #A1A1AA;--gray70: #8b8b91;--gray80: #52525B;--gray90: #191921;--gray100: #0A0D13;--black: #000000;--colorPrimary: #00A8A8;--colorPrimaryAlpha: #00a8a833;--colorPrimaryAcc: #05c4c4;--colorGreen: #4CBB8C;--colorGreenBg: #D5F6E8;--colorRed: #f26b6b;--colorRedBg: #ffdddd;--colorYellowAlpha: #FCBF043D;--colorYellowAlpha2: #fcbe0410;--colorOrange: #FFAF28}*{padding:0;margin:0;font-family:Golos Text,sans-serif;color:var(--gray90);box-sizing:border-box}*::-webkit-scrollbar{width:4px;height:4px;position:absolute}*::-webkit-scrollbar-track{background:var(--gray20)}*::-webkit-scrollbar-thumb{background-color:var(--colorPrimary)}.ima-app-theme{--colorPrimary: #f0966f;--colorPrimaryAlpha: #f0966f33;--colorPrimaryAcc: #ffa077}.content{margin-left:236.61px;margin-top:90px;overflow-y:hidden;background:linear-gradient(170deg,var(--colorYellowAlpha2) 0px,var(--white) 200px);min-height:calc(100vh - 90px);padding:16px}.relative{position:relative}.absolute{position:absolute}.card{border:1px solid var(--gray20);border-radius:12px;background:var(--white);box-shadow:0 2px 0 var(--gray20);overflow:hidden}.padding-1{padding:4px}.paddingX-1{padding:0 4px}.paddingY-1{padding:4px 0}.margin-1{margin:4px}.marginX-1{margin:0 4px}.marginY-1{margin:4px 0}.padding-2{padding:8px}.paddingX-2{padding:0 8px}.paddingY-2{padding:8px 0}.margin-2{margin:8px}.marginX-2{margin:0 8px}.marginY-2{margin:8px 0}.padding-3{padding:12px}.paddingX-3{padding:0 12px}.paddingY-3{padding:12px 0}.margin-3{margin:12px}.marginX-3{margin:0 12px}.marginY-3{margin:12px 0}.padding-4{padding:16px}.paddingX-4{padding:0 16px}.paddingY-4{padding:16px 0}.margin-4{margin:16px}.marginX-4{margin:0 16px}.marginY-4{margin:16px 0}.padding-5{padding:20px}.paddingX-5{padding:0 20px}.paddingY-5{padding:20px 0}.margin-5{margin:20px}.marginX-5{margin:0 20px}.marginY-5{margin:20px 0}.padding-6{padding:24px}.paddingX-6{padding:0 24px}.paddingY-6{padding:24px 0}.margin-6{margin:24px}.marginX-6{margin:0 24px}.marginY-6{margin:24px 0}.padding-7{padding:28px}.paddingX-7{padding:0 28px}.paddingY-7{padding:28px 0}.margin-7{margin:28px}.marginX-7{margin:0 28px}.marginY-7{margin:28px 0}.padding-8{padding:32px}.paddingX-8{padding:0 32px}.paddingY-8{padding:32px 0}.margin-8{margin:32px}.marginX-8{margin:0 32px}.marginY-8{margin:32px 0}.padding-9{padding:36px}.paddingX-9{padding:0 36px}.paddingY-9{padding:36px 0}.margin-9{margin:36px}.marginX-9{margin:0 36px}.marginY-9{margin:36px 0}.padding-10{padding:40px}.paddingX-10{padding:0 40px}.paddingY-10{padding:40px 0}.margin-10{margin:40px}.marginX-10{margin:0 40px}.marginY-10{margin:40px 0}.padding-11{padding:44px}.paddingX-11{padding:0 44px}.paddingY-11{padding:44px 0}.margin-11{margin:44px}.marginX-11{margin:0 44px}.marginY-11{margin:44px 0}.padding-12{padding:48px}.paddingX-12{padding:0 48px}.paddingY-12{padding:48px 0}.margin-12{margin:48px}.marginX-12{margin:0 48px}.marginY-12{margin:48px 0}.padding-13{padding:52px}.paddingX-13{padding:0 52px}.paddingY-13{padding:52px 0}.margin-13{margin:52px}.marginX-13{margin:0 52px}.marginY-13{margin:52px 0}.padding-14{padding:56px}.paddingX-14{padding:0 56px}.paddingY-14{padding:56px 0}.margin-14{margin:56px}.marginX-14{margin:0 56px}.marginY-14{margin:56px 0}.padding-15{padding:60px}.paddingX-15{padding:0 60px}.paddingY-15{padding:60px 0}.margin-15{margin:60px}.marginX-15{margin:0 60px}.marginY-15{margin:60px 0}.padding-16{padding:64px}.paddingX-16{padding:0 64px}.paddingY-16{padding:64px 0}.margin-16{margin:64px}.marginX-16{margin:0 64px}.marginY-16{margin:64px 0}.padding-17{padding:68px}.paddingX-17{padding:0 68px}.paddingY-17{padding:68px 0}.margin-17{margin:68px}.marginX-17{margin:0 68px}.marginY-17{margin:68px 0}.padding-18{padding:72px}.paddingX-18{padding:0 72px}.paddingY-18{padding:72px 0}.margin-18{margin:72px}.marginX-18{margin:0 72px}.marginY-18{margin:72px 0}.padding-19{padding:76px}.paddingX-19{padding:0 76px}.paddingY-19{padding:76px 0}.margin-19{margin:76px}.marginX-19{margin:0 76px}.marginY-19{margin:76px 0}.padding-20{padding:80px}.paddingX-20{padding:0 80px}.paddingY-20{padding:80px 0}.margin-20{margin:80px}.marginX-20{margin:0 80px}.marginY-20{margin:80px 0}.padding-21{padding:84px}.paddingX-21{padding:0 84px}.paddingY-21{padding:84px 0}.margin-21{margin:84px}.marginX-21{margin:0 84px}.marginY-21{margin:84px 0}.padding-22{padding:88px}.paddingX-22{padding:0 88px}.paddingY-22{padding:88px 0}.margin-22{margin:88px}.marginX-22{margin:0 88px}.marginY-22{margin:88px 0}.padding-23{padding:92px}.paddingX-23{padding:0 92px}.paddingY-23{padding:92px 0}.margin-23{margin:92px}.marginX-23{margin:0 92px}.marginY-23{margin:92px 0}.padding-24{padding:96px}.paddingX-24{padding:0 96px}.paddingY-24{padding:96px 0}.margin-24{margin:96px}.marginX-24{margin:0 96px}.marginY-24{margin:96px 0}.w-10{width:10%}.w-20{width:20%}.w-30{width:30%}.w-40{width:40%}.w-50{width:50%}.w-60{width:60%}.w-70{width:70%}.w-80{width:80%}.w-90{width:90%}.w-100{width:100%}.s-4{font-size:4px}.s-8{font-size:8px}.s-12{font-size:12px}.s-16{font-size:16px}.s-20{font-size:20px}.s-24{font-size:24px}.s-28{font-size:28px}.s-32{font-size:32px}.s-36{font-size:36px}.s-40{font-size:40px}.s-44{font-size:44px}.s-48{font-size:48px}.s-52{font-size:52px}.s-56{font-size:56px}.s-60{font-size:60px}.s-64{font-size:64px}.s-68{font-size:68px}.s-72{font-size:72px}.s-76{font-size:76px}.s-80{font-size:80px}.s-84{font-size:84px}.s-88{font-size:88px}.s-92{font-size:92px}.s-96{font-size:96px}.text-regular{font-weight:400}.text-bold{font-weight:600}.text-primary{color:var(--colorPrimary)}.text-red{color:var(--colorRed)}.text-green{color:var(--colorGreen)}.flex{display:flex}.flex.-row{flex-direction:row}.flex.-col{flex-direction:column}.flex.-alignCenter{align-items:center}.flex.-alignStart{align-items:start}.flex.-alignEnd{align-items:end}.flex.-alignStretch{align-items:stretch}.flex.-justifyCenter{justify-content:center}.flex.-justifyStart{justify-content:flex-start}.flex.-justifyEnd{justify-content:flex-end}.flex.-justifyBetween{justify-content:space-between}.flex.-justifyStretch{justify-content:stretch}.flex.-gap1{gap:4px}.flex.-gap2{gap:8px}.flex.-gap3{gap:12px}.flex.-gap4{gap:16px}.flex.-gap5{gap:20px}.flex.-gap6{gap:24px}.flex.-gap7{gap:28px}.flex.-gap8{gap:32px}.flex.-gap9{gap:36px}.flex.-gap10{gap:40px}.flex.-gap11{gap:44px}.flex.-gap12{gap:48px}.flex.-gap13{gap:52px}.flex.-gap14{gap:56px}.flex.-gap15{gap:60px}.flex.-gap16{gap:64px}.flex.-gap17{gap:68px}.flex.-gap18{gap:72px}.flex.-gap19{gap:76px}.flex.-gap20{gap:80px}.flex.-gap21{gap:84px}.flex.-gap22{gap:88px}.flex.-gap23{gap:92px}.flex.-gap24{gap:96px}.flex.-wrap{flex-wrap:wrap}.flex .auto{flex:auto}.flex .flex-1{flex:1}@keyframes modalBodyAnimation{0%{transform:translateY(120px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes modalBackdropAnimation{0%{opacity:0}to{opacity:1}}.modal{position:fixed;width:100%;height:100vh;top:0;left:0}.modal-body{position:relative;z-index:10;background-color:var(--white);border-radius:8px;width:80%;max-width:540px;min-width:240px;animation:modalBodyAnimation .3s forwards}.modal-body-cross{position:absolute;cursor:pointer;width:32px;height:32px;border-radius:12px;top:16px;right:16px}.modal-body-cross:hover{background-color:var(--gray10)}.modal-backdrop{position:fixed;background:#0000001a;width:100%;height:100%;top:0;left:0;animation:modalBodyAnimation .3s forwards}@media screen and (max-width:768px){.content{margin-left:0;margin-top:55px;min-height:calc(100vh - 55px);padding-bottom:56px}.buttons-row{flex-direction:column}.buttons-row-reverse{flex-direction:column-reverse}.aside-mobile{display:none}}.is-mobile .content{margin-left:0;margin-top:55px;min-height:calc(100vh - 55px);padding-bottom:56px}.is-mobile .buttons-row{flex-direction:column}.is-mobile .buttons-row-reverse{flex-direction:column-reverse}.is-mobile .aside-mobile{display:none}.incidents-page-text1{font-size:18px;margin-bottom:6px}.incidents-page-text2{color:var(--gray70);font-size:15px}.incidents-page-text3{font-size:18px;font-weight:500}.incidents-page .input-component{flex:1;min-width:220px}.tabs{border-bottom:1px solid var(--gray20);margin:0 -16px}.tabs-list{list-style:none}.tabs-list-element{padding:12px 24px;cursor:pointer;color:var(--gray50);font-size:15px}.tabs-list-element.-active{color:var(--white);background:linear-gradient(to top,var(--colorPrimary),var(--colorPrimaryAcc));letter-spacing:.2px;border-radius:12px 12px 0 0}.tabs-list-element:hover:not(.tabs-list-element.-active){color:var(--gray80)}@media screen and (max-width:768px){.tabs-list-element{flex:1;align-items:center;justify-content:center;display:flex;text-align:center;font-size:14px}}.is-mobile .tabs-list-element{flex:1;align-items:center;justify-content:center;display:flex;text-align:center;font-size:14px}.issue-card-issueCode{color:var(--gray60);font-size:13px;font-weight:500;letter-spacing:.2px}.issue-card-code{font-weight:600;color:var(--gray90)}.issue-card-description{color:var(--gray80)}.issue-card-created{color:var(--gray60);font-size:12px}.signature-confirmation{width:100%;height:100dvh;min-width:100%;min-height:100dvh;background:var(--gray15);padding:53px 12px 24px;text-align:center}.signature-confirmation-title{color:#059669;font-size:24px;font-weight:400}.signature-confirmation-title.expired{color:#be123c}.signature-confirmation-block{padding:32px 16px;color:var(--gray70);border-top:1px solid var(--gray20);border-bottom:1px solid var(--gray20)}.signature-confirmation-list{list-style:disc;font-size:15px;padding:0 24px}.signature-confirmation-list>li{color:var(--gray70)}.signature-confirmation-list-title{font-size:18px;color:var(--gray90);font-weight:500}.icon-adjustments{mask-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.1406%206.41113H20.8906M11.1406%206.41113C11.1406%206.80896%2010.9826%207.19049%2010.7013%207.47179C10.42%207.7531%2010.0384%207.91113%209.64062%207.91113C9.2428%207.91113%208.86127%207.7531%208.57996%207.47179C8.29866%207.19049%208.14062%206.80896%208.14062%206.41113M11.1406%206.41113C11.1406%206.01331%2010.9826%205.63178%2010.7013%205.35047C10.42%205.06917%2010.0384%204.91113%209.64062%204.91113C9.2428%204.91113%208.86127%205.06917%208.57996%205.35047C8.29866%205.63178%208.14062%206.01331%208.14062%206.41113M4.39062%206.41113H8.14062M11.1406%2018.4111H20.8906M11.1406%2018.4111C11.1406%2018.809%2010.9826%2019.1905%2010.7013%2019.4718C10.42%2019.7531%2010.0384%2019.9111%209.64062%2019.9111C9.2428%2019.9111%208.86127%2019.7531%208.57996%2019.4718C8.29866%2019.1905%208.14062%2018.809%208.14062%2018.4111M11.1406%2018.4111C11.1406%2018.0133%2010.9826%2017.6318%2010.7013%2017.3505C10.42%2017.0692%2010.0384%2016.9111%209.64062%2016.9111C9.2428%2016.9111%208.86127%2017.0692%208.57996%2017.3505C8.29866%2017.6318%208.14062%2018.0133%208.14062%2018.4111M4.39062%2018.4111H8.14062M17.1406%2012.4111H20.8906M17.1406%2012.4111C17.1406%2012.809%2016.9826%2013.1905%2016.7013%2013.4718C16.42%2013.7531%2016.0384%2013.9111%2015.6406%2013.9111C15.2428%2013.9111%2014.8613%2013.7531%2014.58%2013.4718C14.2987%2013.1905%2014.1406%2012.809%2014.1406%2012.4111M17.1406%2012.4111C17.1406%2012.0133%2016.9826%2011.6318%2016.7013%2011.3505C16.42%2011.0692%2016.0384%2010.9111%2015.6406%2010.9111C15.2428%2010.9111%2014.8613%2011.0692%2014.58%2011.3505C14.2987%2011.6318%2014.1406%2012.0133%2014.1406%2012.4111M4.39062%2012.4111H14.1406'%20stroke='%23000000'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.1406%206.41113H20.8906M11.1406%206.41113C11.1406%206.80896%2010.9826%207.19049%2010.7013%207.47179C10.42%207.7531%2010.0384%207.91113%209.64062%207.91113C9.2428%207.91113%208.86127%207.7531%208.57996%207.47179C8.29866%207.19049%208.14062%206.80896%208.14062%206.41113M11.1406%206.41113C11.1406%206.01331%2010.9826%205.63178%2010.7013%205.35047C10.42%205.06917%2010.0384%204.91113%209.64062%204.91113C9.2428%204.91113%208.86127%205.06917%208.57996%205.35047C8.29866%205.63178%208.14062%206.01331%208.14062%206.41113M4.39062%206.41113H8.14062M11.1406%2018.4111H20.8906M11.1406%2018.4111C11.1406%2018.809%2010.9826%2019.1905%2010.7013%2019.4718C10.42%2019.7531%2010.0384%2019.9111%209.64062%2019.9111C9.2428%2019.9111%208.86127%2019.7531%208.57996%2019.4718C8.29866%2019.1905%208.14062%2018.809%208.14062%2018.4111M11.1406%2018.4111C11.1406%2018.0133%2010.9826%2017.6318%2010.7013%2017.3505C10.42%2017.0692%2010.0384%2016.9111%209.64062%2016.9111C9.2428%2016.9111%208.86127%2017.0692%208.57996%2017.3505C8.29866%2017.6318%208.14062%2018.0133%208.14062%2018.4111M4.39062%2018.4111H8.14062M17.1406%2012.4111H20.8906M17.1406%2012.4111C17.1406%2012.809%2016.9826%2013.1905%2016.7013%2013.4718C16.42%2013.7531%2016.0384%2013.9111%2015.6406%2013.9111C15.2428%2013.9111%2014.8613%2013.7531%2014.58%2013.4718C14.2987%2013.1905%2014.1406%2012.809%2014.1406%2012.4111M17.1406%2012.4111C17.1406%2012.0133%2016.9826%2011.6318%2016.7013%2011.3505C16.42%2011.0692%2016.0384%2010.9111%2015.6406%2010.9111C15.2428%2010.9111%2014.8613%2011.0692%2014.58%2011.3505C14.2987%2011.6318%2014.1406%2012.0133%2014.1406%2012.4111M4.39062%2012.4111H14.1406'%20stroke='%23000000'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-adjustments.-colorPrimary{background-color:var(--colorPrimary)}.icon-adjustments.-white{background-color:var(--white)}.icon-adjustments.-gray10{background-color:var(--gray10)}.icon-adjustments.-gray15{background-color:var(--gray15)}.icon-adjustments.-gray20{background-color:var(--gray20)}.icon-adjustments.-gray30{background-color:var(--gray30)}.icon-adjustments.-gray40{background-color:var(--gray40)}.icon-adjustments.-gray50{background-color:var(--gray50)}.icon-adjustments.-gray60{background-color:var(--gray60)}.icon-adjustments.-gray70{background-color:var(--gray70)}.icon-adjustments.-gray80{background-color:var(--gray80)}.icon-adjustments.-gray90{background-color:var(--gray90)}.icon-adjustments.-gray100{background-color:var(--gray100)}.icon-adjustments.-black{background-color:var(--black)}.icon-adjustments.-colorGreen{background-color:var(--colorGreen)}.icon-adjustments.-colorRed{background-color:var(--colorRed)}.icon-adjustments.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-adjustments.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-adjustments.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-adjustments.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-adjustments.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-adjustments.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-adjustments.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-adjustments.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-adjustments.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-adjustments.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-adjustments.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-adjustments.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-adjustments.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-adjustments.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-adjustments.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-adjustments.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-adjustments.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-adjustments.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-adjustments.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-adjustments.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-adjustments.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-adjustments.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-adjustments.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-adjustments.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-arrow-down-tray{mask-image:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.96582%2013.3145V15.002C2.96582%2015.4495%203.14361%2015.8787%203.46008%2016.1952C3.77655%2016.5117%204.20577%2016.6895%204.65332%2016.6895H14.7783C15.2259%2016.6895%2015.6551%2016.5117%2015.9716%2016.1952C16.288%2015.8787%2016.4658%2015.4495%2016.4658%2015.002V13.3145M13.0908%209.93945L9.71582%2013.3145M9.71582%2013.3145L6.34082%209.93945M9.71582%2013.3145V3.18945'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.96582%2013.3145V15.002C2.96582%2015.4495%203.14361%2015.8787%203.46008%2016.1952C3.77655%2016.5117%204.20577%2016.6895%204.65332%2016.6895H14.7783C15.2259%2016.6895%2015.6551%2016.5117%2015.9716%2016.1952C16.288%2015.8787%2016.4658%2015.4495%2016.4658%2015.002V13.3145M13.0908%209.93945L9.71582%2013.3145M9.71582%2013.3145L6.34082%209.93945M9.71582%2013.3145V3.18945'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-arrow-down-tray.-colorPrimary{background-color:var(--colorPrimary)}.icon-arrow-down-tray.-white{background-color:var(--white)}.icon-arrow-down-tray.-gray10{background-color:var(--gray10)}.icon-arrow-down-tray.-gray15{background-color:var(--gray15)}.icon-arrow-down-tray.-gray20{background-color:var(--gray20)}.icon-arrow-down-tray.-gray30{background-color:var(--gray30)}.icon-arrow-down-tray.-gray40{background-color:var(--gray40)}.icon-arrow-down-tray.-gray50{background-color:var(--gray50)}.icon-arrow-down-tray.-gray60{background-color:var(--gray60)}.icon-arrow-down-tray.-gray70{background-color:var(--gray70)}.icon-arrow-down-tray.-gray80{background-color:var(--gray80)}.icon-arrow-down-tray.-gray90{background-color:var(--gray90)}.icon-arrow-down-tray.-gray100{background-color:var(--gray100)}.icon-arrow-down-tray.-black{background-color:var(--black)}.icon-arrow-down-tray.-colorGreen{background-color:var(--colorGreen)}.icon-arrow-down-tray.-colorRed{background-color:var(--colorRed)}.icon-arrow-down-tray.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-arrow-down-tray.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-arrow-down-tray.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-arrow-down-tray.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-arrow-down-tray.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-arrow-down-tray.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-arrow-down-tray.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-arrow-down-tray.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-arrow-down-tray.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-arrow-down-tray.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-arrow-down-tray.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-arrow-down-tray.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-arrow-down-tray.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-arrow-down-tray.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-arrow-down-tray.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-arrow-down-tray.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-arrow-down-tray.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-arrow-down-tray.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-arrow-down-tray.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-arrow-down-tray.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-arrow-down-tray.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-arrow-down-tray.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-arrow-down-tray.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-arrow-down-tray.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-arrow-path{mask-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.9138%208.30768H19.2818V8.30681M3.50551%2017.3167L3.50551%2012.9487M3.50551%2012.9487H7.87351M3.50464%2012.9487L6.28801%2015.7338C7.18411%2016.6299%208.30033%2017.2743%209.52445%2017.6023C10.7486%2017.9302%2012.0375%2017.9301%2013.2615%2017.602C14.4856%2017.2739%2015.6017%2016.6293%2016.4977%2015.733C17.3937%2014.8368%2018.0379%2013.7205%2018.3656%2012.4963M4.42076%208.76006C4.74851%207.53588%205.39274%206.41956%206.28871%205.52332C7.18468%204.62707%208.3008%203.98249%209.52487%203.65437C10.7489%203.32624%2012.0378%203.32615%2013.2619%203.65409C14.4861%203.98203%2015.6023%204.62644%2016.4984%205.52256L19.2818%208.30681M19.2818%203.93968V8.30593'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.9138%208.30768H19.2818V8.30681M3.50551%2017.3167L3.50551%2012.9487M3.50551%2012.9487H7.87351M3.50464%2012.9487L6.28801%2015.7338C7.18411%2016.6299%208.30033%2017.2743%209.52445%2017.6023C10.7486%2017.9302%2012.0375%2017.9301%2013.2615%2017.602C14.4856%2017.2739%2015.6017%2016.6293%2016.4977%2015.733C17.3937%2014.8368%2018.0379%2013.7205%2018.3656%2012.4963M4.42076%208.76006C4.74851%207.53588%205.39274%206.41956%206.28871%205.52332C7.18468%204.62707%208.3008%203.98249%209.52487%203.65437C10.7489%203.32624%2012.0378%203.32615%2013.2619%203.65409C14.4861%203.98203%2015.6023%204.62644%2016.4984%205.52256L19.2818%208.30681M19.2818%203.93968V8.30593'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-arrow-path.-colorPrimary{background-color:var(--colorPrimary)}.icon-arrow-path.-white{background-color:var(--white)}.icon-arrow-path.-gray10{background-color:var(--gray10)}.icon-arrow-path.-gray15{background-color:var(--gray15)}.icon-arrow-path.-gray20{background-color:var(--gray20)}.icon-arrow-path.-gray30{background-color:var(--gray30)}.icon-arrow-path.-gray40{background-color:var(--gray40)}.icon-arrow-path.-gray50{background-color:var(--gray50)}.icon-arrow-path.-gray60{background-color:var(--gray60)}.icon-arrow-path.-gray70{background-color:var(--gray70)}.icon-arrow-path.-gray80{background-color:var(--gray80)}.icon-arrow-path.-gray90{background-color:var(--gray90)}.icon-arrow-path.-gray100{background-color:var(--gray100)}.icon-arrow-path.-black{background-color:var(--black)}.icon-arrow-path.-colorGreen{background-color:var(--colorGreen)}.icon-arrow-path.-colorRed{background-color:var(--colorRed)}.icon-arrow-path.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-arrow-path.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-arrow-path.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-arrow-path.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-arrow-path.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-arrow-path.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-arrow-path.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-arrow-path.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-arrow-path.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-arrow-path.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-arrow-path.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-arrow-path.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-arrow-path.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-arrow-path.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-arrow-path.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-arrow-path.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-arrow-path.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-arrow-path.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-arrow-path.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-arrow-path.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-arrow-path.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-arrow-path.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-arrow-path.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-arrow-path.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-back-arrow{mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='19'%20viewBox='0%200%2024%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22.78%209.53051C22.78%2010.0029%2022.4105%2010.3932%2021.9312%2010.455L21.7979%2010.4635L2.15503%2010.4635C1.61261%2010.4635%201.17289%2010.0458%201.17289%209.53051C1.17289%209.05815%201.54238%208.66777%202.02176%208.60599L2.15503%208.59747L21.7979%208.59747C22.3403%208.59747%2022.78%209.01521%2022.78%209.53051Z'%20fill='%23000000'%20stroke='%23000000'/%3e%3cpath%20d='M10.7699%2016.3639C11.1543%2016.7275%2011.1556%2017.3183%2010.7729%2017.6834C10.425%2018.0154%209.87942%2018.0466%209.49432%2017.7764L9.38396%2017.6863L1.46134%2010.1921C1.11086%209.86062%201.07898%209.34046%201.3657%208.97462L1.46128%208.86984L9.3839%201.37445C9.76824%201.01084%2010.3901%201.01206%2010.7729%201.37719C11.1208%201.70912%2011.1514%202.22753%2010.8653%202.59224L10.77%202.6967L3.5466%209.53134L10.7699%2016.3639Z'%20fill='%23000000'%20stroke='%23000000'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='19'%20viewBox='0%200%2024%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22.78%209.53051C22.78%2010.0029%2022.4105%2010.3932%2021.9312%2010.455L21.7979%2010.4635L2.15503%2010.4635C1.61261%2010.4635%201.17289%2010.0458%201.17289%209.53051C1.17289%209.05815%201.54238%208.66777%202.02176%208.60599L2.15503%208.59747L21.7979%208.59747C22.3403%208.59747%2022.78%209.01521%2022.78%209.53051Z'%20fill='%23000000'%20stroke='%23000000'/%3e%3cpath%20d='M10.7699%2016.3639C11.1543%2016.7275%2011.1556%2017.3183%2010.7729%2017.6834C10.425%2018.0154%209.87942%2018.0466%209.49432%2017.7764L9.38396%2017.6863L1.46134%2010.1921C1.11086%209.86062%201.07898%209.34046%201.3657%208.97462L1.46128%208.86984L9.3839%201.37445C9.76824%201.01084%2010.3901%201.01206%2010.7729%201.37719C11.1208%201.70912%2011.1514%202.22753%2010.8653%202.59224L10.77%202.6967L3.5466%209.53134L10.7699%2016.3639Z'%20fill='%23000000'%20stroke='%23000000'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-back-arrow.-colorPrimary{background-color:var(--colorPrimary)}.icon-back-arrow.-white{background-color:var(--white)}.icon-back-arrow.-gray10{background-color:var(--gray10)}.icon-back-arrow.-gray15{background-color:var(--gray15)}.icon-back-arrow.-gray20{background-color:var(--gray20)}.icon-back-arrow.-gray30{background-color:var(--gray30)}.icon-back-arrow.-gray40{background-color:var(--gray40)}.icon-back-arrow.-gray50{background-color:var(--gray50)}.icon-back-arrow.-gray60{background-color:var(--gray60)}.icon-back-arrow.-gray70{background-color:var(--gray70)}.icon-back-arrow.-gray80{background-color:var(--gray80)}.icon-back-arrow.-gray90{background-color:var(--gray90)}.icon-back-arrow.-gray100{background-color:var(--gray100)}.icon-back-arrow.-black{background-color:var(--black)}.icon-back-arrow.-colorGreen{background-color:var(--colorGreen)}.icon-back-arrow.-colorRed{background-color:var(--colorRed)}.icon-back-arrow.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-back-arrow.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-back-arrow.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-back-arrow.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-back-arrow.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-back-arrow.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-back-arrow.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-back-arrow.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-back-arrow.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-back-arrow.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-back-arrow.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-back-arrow.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-back-arrow.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-back-arrow.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-back-arrow.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-back-arrow.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-back-arrow.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-back-arrow.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-back-arrow.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-back-arrow.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-back-arrow.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-back-arrow.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-back-arrow.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-back-arrow.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-bars-three{mask-image:url("data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.00793%205.51025H17.7579M4.00793%2010.5102H17.7579M4.00793%2015.5103H17.7579'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.00793%205.51025H17.7579M4.00793%2010.5102H17.7579M4.00793%2015.5103H17.7579'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-bars-three.-colorPrimary{background-color:var(--colorPrimary)}.icon-bars-three.-white{background-color:var(--white)}.icon-bars-three.-gray10{background-color:var(--gray10)}.icon-bars-three.-gray15{background-color:var(--gray15)}.icon-bars-three.-gray20{background-color:var(--gray20)}.icon-bars-three.-gray30{background-color:var(--gray30)}.icon-bars-three.-gray40{background-color:var(--gray40)}.icon-bars-three.-gray50{background-color:var(--gray50)}.icon-bars-three.-gray60{background-color:var(--gray60)}.icon-bars-three.-gray70{background-color:var(--gray70)}.icon-bars-three.-gray80{background-color:var(--gray80)}.icon-bars-three.-gray90{background-color:var(--gray90)}.icon-bars-three.-gray100{background-color:var(--gray100)}.icon-bars-three.-black{background-color:var(--black)}.icon-bars-three.-colorGreen{background-color:var(--colorGreen)}.icon-bars-three.-colorRed{background-color:var(--colorRed)}.icon-bars-three.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-bars-three.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-bars-three.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-bars-three.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-bars-three.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-bars-three.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-bars-three.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-bars-three.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-bars-three.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-bars-three.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-bars-three.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-bars-three.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-bars-three.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-bars-three.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-bars-three.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-bars-three.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-bars-three.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-bars-three.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-bars-three.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-bars-three.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-bars-three.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-bars-three.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-bars-three.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-bars-three.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-box_a{mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.287%206.88198C21.286%206.87998%2021.287%206.878%2021.286%206.876C21.284%206.871%2021.279%206.868%2021.277%206.863C20.89%206.16%2020.287%205.57999%2019.525%205.24099L13.525%202.574C12.556%202.144%2011.447%202.144%2010.478%202.574L4.47803%205.24099C3.71503%205.57999%203.11295%206.16%202.72595%206.863C2.72395%206.868%202.71904%206.871%202.71704%206.876C2.71604%206.878%202.71694%206.87998%202.71594%206.88198C2.42294%207.42098%202.25305%208.02898%202.25305%208.66698V15.334C2.25305%2016.814%203.12698%2018.159%204.47998%2018.761L10.48%2021.428C10.962%2021.642%2011.479%2021.748%2011.996%2021.75C11.999%2021.75%2012.001%2021.751%2012.004%2021.751C12.007%2021.751%2012.009%2021.75%2012.012%2021.75C12.529%2021.749%2013.046%2021.642%2013.528%2021.428L19.528%2018.761C20.881%2018.16%2021.755%2016.815%2021.755%2015.334V8.66698C21.75%208.02898%2021.58%207.41998%2021.287%206.88198ZM11.0861%203.94399C11.3761%203.81499%2011.689%203.74999%2012%203.74999C12.311%203.74999%2012.6239%203.81398%2012.9139%203.94298L18.9139%206.60998C19.0839%206.68598%2019.233%206.791%2019.376%206.902L16.6429%208.11699L9.38403%204.7L11.0861%203.94399ZM7.573%205.505L14.832%208.92199L12.92%209.77199C12.334%2010.027%2011.663%2010.027%2011.085%209.77398L4.62402%206.902C4.76702%206.791%204.91606%206.68498%205.08606%206.60998L7.573%205.505ZM5.08606%2017.389C4.27406%2017.028%203.75%2016.221%203.75%2015.333V8.66598C3.75%208.50098%203.78595%208.343%203.81995%208.187L10.48%2011.147C10.729%2011.255%2010.987%2011.334%2011.25%2011.386V20.108C11.196%2020.089%2011.1391%2020.078%2011.0861%2020.055L5.08606%2017.389ZM20.25%2015.333C20.25%2016.221%2019.7259%2017.028%2018.9139%2017.389L12.9139%2020.056C12.8609%2020.08%2012.804%2020.09%2012.75%2020.109V11.386C13.014%2011.333%2013.274%2011.254%2013.524%2011.145L15.879%2010.098V11.89C15.879%2012.304%2016.215%2012.64%2016.629%2012.64C17.043%2012.64%2017.379%2012.304%2017.379%2011.89V9.432L20.179%208.18798C20.214%208.34498%2020.249%208.50198%2020.249%208.66698V15.333H20.25Z'%20fill='%2325314C'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.287%206.88198C21.286%206.87998%2021.287%206.878%2021.286%206.876C21.284%206.871%2021.279%206.868%2021.277%206.863C20.89%206.16%2020.287%205.57999%2019.525%205.24099L13.525%202.574C12.556%202.144%2011.447%202.144%2010.478%202.574L4.47803%205.24099C3.71503%205.57999%203.11295%206.16%202.72595%206.863C2.72395%206.868%202.71904%206.871%202.71704%206.876C2.71604%206.878%202.71694%206.87998%202.71594%206.88198C2.42294%207.42098%202.25305%208.02898%202.25305%208.66698V15.334C2.25305%2016.814%203.12698%2018.159%204.47998%2018.761L10.48%2021.428C10.962%2021.642%2011.479%2021.748%2011.996%2021.75C11.999%2021.75%2012.001%2021.751%2012.004%2021.751C12.007%2021.751%2012.009%2021.75%2012.012%2021.75C12.529%2021.749%2013.046%2021.642%2013.528%2021.428L19.528%2018.761C20.881%2018.16%2021.755%2016.815%2021.755%2015.334V8.66698C21.75%208.02898%2021.58%207.41998%2021.287%206.88198ZM11.0861%203.94399C11.3761%203.81499%2011.689%203.74999%2012%203.74999C12.311%203.74999%2012.6239%203.81398%2012.9139%203.94298L18.9139%206.60998C19.0839%206.68598%2019.233%206.791%2019.376%206.902L16.6429%208.11699L9.38403%204.7L11.0861%203.94399ZM7.573%205.505L14.832%208.92199L12.92%209.77199C12.334%2010.027%2011.663%2010.027%2011.085%209.77398L4.62402%206.902C4.76702%206.791%204.91606%206.68498%205.08606%206.60998L7.573%205.505ZM5.08606%2017.389C4.27406%2017.028%203.75%2016.221%203.75%2015.333V8.66598C3.75%208.50098%203.78595%208.343%203.81995%208.187L10.48%2011.147C10.729%2011.255%2010.987%2011.334%2011.25%2011.386V20.108C11.196%2020.089%2011.1391%2020.078%2011.0861%2020.055L5.08606%2017.389ZM20.25%2015.333C20.25%2016.221%2019.7259%2017.028%2018.9139%2017.389L12.9139%2020.056C12.8609%2020.08%2012.804%2020.09%2012.75%2020.109V11.386C13.014%2011.333%2013.274%2011.254%2013.524%2011.145L15.879%2010.098V11.89C15.879%2012.304%2016.215%2012.64%2016.629%2012.64C17.043%2012.64%2017.379%2012.304%2017.379%2011.89V9.432L20.179%208.18798C20.214%208.34498%2020.249%208.50198%2020.249%208.66698V15.333H20.25Z'%20fill='%2325314C'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-box_a.-colorPrimary{background-color:var(--colorPrimary)}.icon-box_a.-white{background-color:var(--white)}.icon-box_a.-gray10{background-color:var(--gray10)}.icon-box_a.-gray15{background-color:var(--gray15)}.icon-box_a.-gray20{background-color:var(--gray20)}.icon-box_a.-gray30{background-color:var(--gray30)}.icon-box_a.-gray40{background-color:var(--gray40)}.icon-box_a.-gray50{background-color:var(--gray50)}.icon-box_a.-gray60{background-color:var(--gray60)}.icon-box_a.-gray70{background-color:var(--gray70)}.icon-box_a.-gray80{background-color:var(--gray80)}.icon-box_a.-gray90{background-color:var(--gray90)}.icon-box_a.-gray100{background-color:var(--gray100)}.icon-box_a.-black{background-color:var(--black)}.icon-box_a.-colorGreen{background-color:var(--colorGreen)}.icon-box_a.-colorRed{background-color:var(--colorRed)}.icon-box_a.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-box_a.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-box_a.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-box_a.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-box_a.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-box_a.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-box_a.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-box_a.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-box_a.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-box_a.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-box_a.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-box_a.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-box_a.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-box_a.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-box_a.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-box_a.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-box_a.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-box_a.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-box_a.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-box_a.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-box_a.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-box_a.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-box_a.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-box_a.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-calendar-clock{mask-image:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.27273%2015.2727H3.18182C1.84376%2015.2727%201.27273%2014.7017%201.27273%2013.3636V6.36364H15.2727V8.27273C15.2727%208.624%2015.5578%208.90909%2015.9091%208.90909C16.2604%208.90909%2016.5455%208.624%2016.5455%208.27273V4.45455C16.5455%202.40291%2015.4153%201.27273%2013.3636%201.27273H12.303V0.636364C12.303%200.285091%2012.0179%200%2011.6667%200C11.3154%200%2011.0303%200.285091%2011.0303%200.636364V1.27273H5.51515V0.636364C5.51515%200.285091%205.23006%200%204.87879%200C4.52751%200%204.24242%200.285091%204.24242%200.636364V1.27273H3.18182C1.13018%201.27273%200%202.40291%200%204.45455V13.3636C0%2015.4153%201.13018%2016.5455%203.18182%2016.5455H8.27273C8.624%2016.5455%208.90909%2016.2604%208.90909%2015.9091C8.90909%2015.5578%208.624%2015.2727%208.27273%2015.2727ZM3.18182%202.54545H4.24242V3.18182C4.24242%203.53309%204.52751%203.81818%204.87879%203.81818C5.23006%203.81818%205.51515%203.53309%205.51515%203.18182V2.54545H11.0303V3.18182C11.0303%203.53309%2011.3154%203.81818%2011.6667%203.81818C12.0179%203.81818%2012.303%203.53309%2012.303%203.18182V2.54545H13.3636C14.7017%202.54545%2015.2727%203.11648%2015.2727%204.45455V5.09091H1.27273V4.45455C1.27273%203.11648%201.84376%202.54545%203.18182%202.54545ZM5.74426%209.12121C5.74426%209.58958%205.36499%209.9697%204.89577%209.9697C4.42741%209.9697%204.04294%209.58958%204.04294%209.12121C4.04294%208.65285%204.41892%208.27273%204.88728%208.27273H4.89577C5.36414%208.27273%205.74426%208.65285%205.74426%209.12121ZM9.1382%209.12121C9.1382%209.58958%208.75893%209.9697%208.28971%209.9697C7.82135%209.9697%207.43688%209.58958%207.43688%209.12121C7.43688%208.65285%207.81286%208.27273%208.28122%208.27273H8.28971C8.75808%208.27273%209.1382%208.65285%209.1382%209.12121ZM14.2121%2010.1818C11.9899%2010.1818%2010.1818%2011.9899%2010.1818%2014.2121C10.1818%2016.4343%2011.9899%2018.2424%2014.2121%2018.2424C16.4343%2018.2424%2018.2424%2016.4343%2018.2424%2014.2121C18.2424%2011.9899%2016.4343%2010.1818%2014.2121%2010.1818ZM14.2121%2016.9697C12.6916%2016.9697%2011.4545%2015.7326%2011.4545%2014.2121C11.4545%2012.6916%2012.6916%2011.4545%2014.2121%2011.4545C15.7326%2011.4545%2016.9697%2012.6916%2016.9697%2014.2121C16.9697%2015.7326%2015.7326%2016.9697%2014.2121%2016.9697ZM5.74426%2012.5152C5.74426%2012.9835%205.36499%2013.3636%204.89577%2013.3636C4.42741%2013.3636%204.04294%2012.9835%204.04294%2012.5152C4.04294%2012.0468%204.41892%2011.6667%204.88728%2011.6667H4.89577C5.36414%2011.6667%205.74426%2012.0468%205.74426%2012.5152ZM15.5714%2014.6712C15.82%2014.9189%2015.82%2015.3228%2015.5714%2015.5714C15.4476%2015.6953%2015.2846%2015.7581%2015.1217%2015.7581C14.9588%2015.7581%2014.7959%2015.6962%2014.672%2015.5714L13.7632%2014.6627C13.6436%2014.543%2013.5766%2014.3818%2013.5766%2014.2129V12.9402C13.5766%2012.5889%2013.8617%2012.3039%2014.2129%2012.3039C14.5642%2012.3039%2014.8493%2012.5889%2014.8493%2012.9402V13.949L15.5714%2014.6712Z'%20fill='black'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.27273%2015.2727H3.18182C1.84376%2015.2727%201.27273%2014.7017%201.27273%2013.3636V6.36364H15.2727V8.27273C15.2727%208.624%2015.5578%208.90909%2015.9091%208.90909C16.2604%208.90909%2016.5455%208.624%2016.5455%208.27273V4.45455C16.5455%202.40291%2015.4153%201.27273%2013.3636%201.27273H12.303V0.636364C12.303%200.285091%2012.0179%200%2011.6667%200C11.3154%200%2011.0303%200.285091%2011.0303%200.636364V1.27273H5.51515V0.636364C5.51515%200.285091%205.23006%200%204.87879%200C4.52751%200%204.24242%200.285091%204.24242%200.636364V1.27273H3.18182C1.13018%201.27273%200%202.40291%200%204.45455V13.3636C0%2015.4153%201.13018%2016.5455%203.18182%2016.5455H8.27273C8.624%2016.5455%208.90909%2016.2604%208.90909%2015.9091C8.90909%2015.5578%208.624%2015.2727%208.27273%2015.2727ZM3.18182%202.54545H4.24242V3.18182C4.24242%203.53309%204.52751%203.81818%204.87879%203.81818C5.23006%203.81818%205.51515%203.53309%205.51515%203.18182V2.54545H11.0303V3.18182C11.0303%203.53309%2011.3154%203.81818%2011.6667%203.81818C12.0179%203.81818%2012.303%203.53309%2012.303%203.18182V2.54545H13.3636C14.7017%202.54545%2015.2727%203.11648%2015.2727%204.45455V5.09091H1.27273V4.45455C1.27273%203.11648%201.84376%202.54545%203.18182%202.54545ZM5.74426%209.12121C5.74426%209.58958%205.36499%209.9697%204.89577%209.9697C4.42741%209.9697%204.04294%209.58958%204.04294%209.12121C4.04294%208.65285%204.41892%208.27273%204.88728%208.27273H4.89577C5.36414%208.27273%205.74426%208.65285%205.74426%209.12121ZM9.1382%209.12121C9.1382%209.58958%208.75893%209.9697%208.28971%209.9697C7.82135%209.9697%207.43688%209.58958%207.43688%209.12121C7.43688%208.65285%207.81286%208.27273%208.28122%208.27273H8.28971C8.75808%208.27273%209.1382%208.65285%209.1382%209.12121ZM14.2121%2010.1818C11.9899%2010.1818%2010.1818%2011.9899%2010.1818%2014.2121C10.1818%2016.4343%2011.9899%2018.2424%2014.2121%2018.2424C16.4343%2018.2424%2018.2424%2016.4343%2018.2424%2014.2121C18.2424%2011.9899%2016.4343%2010.1818%2014.2121%2010.1818ZM14.2121%2016.9697C12.6916%2016.9697%2011.4545%2015.7326%2011.4545%2014.2121C11.4545%2012.6916%2012.6916%2011.4545%2014.2121%2011.4545C15.7326%2011.4545%2016.9697%2012.6916%2016.9697%2014.2121C16.9697%2015.7326%2015.7326%2016.9697%2014.2121%2016.9697ZM5.74426%2012.5152C5.74426%2012.9835%205.36499%2013.3636%204.89577%2013.3636C4.42741%2013.3636%204.04294%2012.9835%204.04294%2012.5152C4.04294%2012.0468%204.41892%2011.6667%204.88728%2011.6667H4.89577C5.36414%2011.6667%205.74426%2012.0468%205.74426%2012.5152ZM15.5714%2014.6712C15.82%2014.9189%2015.82%2015.3228%2015.5714%2015.5714C15.4476%2015.6953%2015.2846%2015.7581%2015.1217%2015.7581C14.9588%2015.7581%2014.7959%2015.6962%2014.672%2015.5714L13.7632%2014.6627C13.6436%2014.543%2013.5766%2014.3818%2013.5766%2014.2129V12.9402C13.5766%2012.5889%2013.8617%2012.3039%2014.2129%2012.3039C14.5642%2012.3039%2014.8493%2012.5889%2014.8493%2012.9402V13.949L15.5714%2014.6712Z'%20fill='black'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-calendar-clock.-colorPrimary{background-color:var(--colorPrimary)}.icon-calendar-clock.-white{background-color:var(--white)}.icon-calendar-clock.-gray10{background-color:var(--gray10)}.icon-calendar-clock.-gray15{background-color:var(--gray15)}.icon-calendar-clock.-gray20{background-color:var(--gray20)}.icon-calendar-clock.-gray30{background-color:var(--gray30)}.icon-calendar-clock.-gray40{background-color:var(--gray40)}.icon-calendar-clock.-gray50{background-color:var(--gray50)}.icon-calendar-clock.-gray60{background-color:var(--gray60)}.icon-calendar-clock.-gray70{background-color:var(--gray70)}.icon-calendar-clock.-gray80{background-color:var(--gray80)}.icon-calendar-clock.-gray90{background-color:var(--gray90)}.icon-calendar-clock.-gray100{background-color:var(--gray100)}.icon-calendar-clock.-black{background-color:var(--black)}.icon-calendar-clock.-colorGreen{background-color:var(--colorGreen)}.icon-calendar-clock.-colorRed{background-color:var(--colorRed)}.icon-calendar-clock.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-calendar-clock.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-calendar-clock.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-calendar-clock.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-calendar-clock.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-calendar-clock.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-calendar-clock.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-calendar-clock.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-calendar-clock.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-calendar-clock.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-calendar-clock.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-calendar-clock.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-calendar-clock.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-calendar-clock.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-calendar-clock.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-calendar-clock.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-calendar-clock.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-calendar-clock.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-calendar-clock.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-calendar-clock.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-calendar-clock.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-calendar-clock.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-calendar-clock.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-calendar-clock.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-check-circle{mask-image:url("data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5947%201.85693C5.65475%201.85693%201.63641%205.8761%201.63641%2010.8153C1.63641%2015.7545%205.65475%2019.7736%2010.5947%2019.7736C15.5347%2019.7736%2019.5531%2015.7545%2019.5531%2010.8153C19.5531%205.8761%2015.5347%201.85693%2010.5947%201.85693ZM10.5947%2018.5236C6.34391%2018.5236%202.88641%2015.0661%202.88641%2010.8153C2.88641%206.56443%206.34391%203.10693%2010.5947%203.10693C14.8456%203.10693%2018.3031%206.56443%2018.3031%2010.8153C18.3031%2015.0661%2014.8456%2018.5236%2010.5947%2018.5236Z'%20fill='%23000000'/%3e%3cpath%20d='M13.9319%208.17305C14.1771%208.40472%2014.1771%208.78033%2013.9319%209.012L10.0246%2012.7022C9.90239%2012.8176%209.74165%2012.8761%209.58091%2012.8761C9.42016%2012.8761%209.25942%2012.8185%209.13718%2012.7022L7.18398%2010.8575C6.93867%2010.6258%206.93867%2010.2502%207.18398%2010.0185C7.42928%209.78685%207.82695%209.78685%208.07225%2010.0185L9.58175%2011.4442L13.0444%208.17387C13.2897%207.9422%2013.6865%207.94216%2013.9319%208.17305Z'%20fill='%23000000'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5947%201.85693C5.65475%201.85693%201.63641%205.8761%201.63641%2010.8153C1.63641%2015.7545%205.65475%2019.7736%2010.5947%2019.7736C15.5347%2019.7736%2019.5531%2015.7545%2019.5531%2010.8153C19.5531%205.8761%2015.5347%201.85693%2010.5947%201.85693ZM10.5947%2018.5236C6.34391%2018.5236%202.88641%2015.0661%202.88641%2010.8153C2.88641%206.56443%206.34391%203.10693%2010.5947%203.10693C14.8456%203.10693%2018.3031%206.56443%2018.3031%2010.8153C18.3031%2015.0661%2014.8456%2018.5236%2010.5947%2018.5236Z'%20fill='%23000000'/%3e%3cpath%20d='M13.9319%208.17305C14.1771%208.40472%2014.1771%208.78033%2013.9319%209.012L10.0246%2012.7022C9.90239%2012.8176%209.74165%2012.8761%209.58091%2012.8761C9.42016%2012.8761%209.25942%2012.8185%209.13718%2012.7022L7.18398%2010.8575C6.93867%2010.6258%206.93867%2010.2502%207.18398%2010.0185C7.42928%209.78685%207.82695%209.78685%208.07225%2010.0185L9.58175%2011.4442L13.0444%208.17387C13.2897%207.9422%2013.6865%207.94216%2013.9319%208.17305Z'%20fill='%23000000'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-check-circle.-colorPrimary{background-color:var(--colorPrimary)}.icon-check-circle.-white{background-color:var(--white)}.icon-check-circle.-gray10{background-color:var(--gray10)}.icon-check-circle.-gray15{background-color:var(--gray15)}.icon-check-circle.-gray20{background-color:var(--gray20)}.icon-check-circle.-gray30{background-color:var(--gray30)}.icon-check-circle.-gray40{background-color:var(--gray40)}.icon-check-circle.-gray50{background-color:var(--gray50)}.icon-check-circle.-gray60{background-color:var(--gray60)}.icon-check-circle.-gray70{background-color:var(--gray70)}.icon-check-circle.-gray80{background-color:var(--gray80)}.icon-check-circle.-gray90{background-color:var(--gray90)}.icon-check-circle.-gray100{background-color:var(--gray100)}.icon-check-circle.-black{background-color:var(--black)}.icon-check-circle.-colorGreen{background-color:var(--colorGreen)}.icon-check-circle.-colorRed{background-color:var(--colorRed)}.icon-check-circle.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-check-circle.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-check-circle.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-check-circle.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-check-circle.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-check-circle.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-check-circle.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-check-circle.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-check-circle.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-check-circle.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-check-circle.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-check-circle.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-check-circle.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-check-circle.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-check-circle.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-check-circle.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-check-circle.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-check-circle.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-check-circle.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-check-circle.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-check-circle.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-check-circle.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-check-circle.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-check-circle.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-check-mini{mask-image:url("data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.00012%2011.15L9.20008%2016.3499L17%204.65002'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.00012%2011.15L9.20008%2016.3499L17%204.65002'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-check-mini.-colorPrimary{background-color:var(--colorPrimary)}.icon-check-mini.-white{background-color:var(--white)}.icon-check-mini.-gray10{background-color:var(--gray10)}.icon-check-mini.-gray15{background-color:var(--gray15)}.icon-check-mini.-gray20{background-color:var(--gray20)}.icon-check-mini.-gray30{background-color:var(--gray30)}.icon-check-mini.-gray40{background-color:var(--gray40)}.icon-check-mini.-gray50{background-color:var(--gray50)}.icon-check-mini.-gray60{background-color:var(--gray60)}.icon-check-mini.-gray70{background-color:var(--gray70)}.icon-check-mini.-gray80{background-color:var(--gray80)}.icon-check-mini.-gray90{background-color:var(--gray90)}.icon-check-mini.-gray100{background-color:var(--gray100)}.icon-check-mini.-black{background-color:var(--black)}.icon-check-mini.-colorGreen{background-color:var(--colorGreen)}.icon-check-mini.-colorRed{background-color:var(--colorRed)}.icon-check-mini.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-check-mini.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-check-mini.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-check-mini.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-check-mini.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-check-mini.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-check-mini.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-check-mini.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-check-mini.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-check-mini.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-check-mini.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-check-mini.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-check-mini.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-check-mini.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-check-mini.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-check-mini.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-check-mini.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-check-mini.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-check-mini.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-check-mini.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-check-mini.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-check-mini.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-check-mini.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-check-mini.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-chevron{mask-image:url("data:image/svg+xml,%3csvg%20width='23'%20height='23'%20viewBox='0%200%2023%2023'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.59985%2014.9312L11.4749%208.04013L18.3499%2014.9312'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='23'%20height='23'%20viewBox='0%200%2023%2023'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.59985%2014.9312L11.4749%208.04013L18.3499%2014.9312'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-chevron.-colorPrimary{background-color:var(--colorPrimary)}.icon-chevron.-white{background-color:var(--white)}.icon-chevron.-gray10{background-color:var(--gray10)}.icon-chevron.-gray15{background-color:var(--gray15)}.icon-chevron.-gray20{background-color:var(--gray20)}.icon-chevron.-gray30{background-color:var(--gray30)}.icon-chevron.-gray40{background-color:var(--gray40)}.icon-chevron.-gray50{background-color:var(--gray50)}.icon-chevron.-gray60{background-color:var(--gray60)}.icon-chevron.-gray70{background-color:var(--gray70)}.icon-chevron.-gray80{background-color:var(--gray80)}.icon-chevron.-gray90{background-color:var(--gray90)}.icon-chevron.-gray100{background-color:var(--gray100)}.icon-chevron.-black{background-color:var(--black)}.icon-chevron.-colorGreen{background-color:var(--colorGreen)}.icon-chevron.-colorRed{background-color:var(--colorRed)}.icon-chevron.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-chevron.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-chevron.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-chevron.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-chevron.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-chevron.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-chevron.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-chevron.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-chevron.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-chevron.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-chevron.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-chevron.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-chevron.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-chevron.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-chevron.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-chevron.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-chevron.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-chevron.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-chevron.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-chevron.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-chevron.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-chevron.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-chevron.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-chevron.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-clipboard-list-check{mask-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.1429%203.05128H15.8651C15.7654%201.76513%2014.9302%201%2013.5714%201H8.42857C7.06983%201%206.23465%201.76513%206.13488%203.05128H5.85714C3.37006%203.05128%202%204.41744%202%206.89744V17.1538C2%2019.6338%203.37006%2021%205.85714%2021H16.1429C18.6299%2021%2020%2019.6338%2020%2017.1538V6.89744C20%204.41744%2018.6299%203.05128%2016.1429%203.05128ZM7.65714%203.30769C7.65714%202.70359%207.82274%202.53846%208.42857%202.53846H13.5714C14.1773%202.53846%2014.3429%202.70359%2014.3429%203.30769V4.33333C14.3429%204.93744%2014.1773%205.10256%2013.5714%205.10256H8.42857C7.82274%205.10256%207.65714%204.93744%207.65714%204.33333V3.30769ZM18.4571%2017.1538C18.4571%2018.7713%2017.7649%2019.4615%2016.1429%2019.4615H5.85714C4.23509%2019.4615%203.54286%2018.7713%203.54286%2017.1538V6.89744C3.54286%205.28%204.23509%204.58974%205.85714%204.58974H6.13488C6.23465%205.8759%207.06983%206.64103%208.42857%206.64103H13.5714C14.9302%206.64103%2015.7654%205.8759%2015.8651%204.58974H16.1429C17.7649%204.58974%2018.4571%205.28%2018.4571%206.89744V17.1538ZM16.4%2011C16.4%2011.4246%2016.0544%2011.7692%2015.6286%2011.7692H11.5143C11.0885%2011.7692%2010.7429%2011.4246%2010.7429%2011C10.7429%2010.5754%2011.0885%2010.2308%2011.5143%2010.2308H15.6286C16.0544%2010.2308%2016.4%2010.5754%2016.4%2011ZM16.4%2015.1026C16.4%2015.5272%2016.0544%2015.8718%2015.6286%2015.8718H11.5143C11.0885%2015.8718%2010.7429%2015.5272%2010.7429%2015.1026C10.7429%2014.6779%2011.0885%2014.3333%2011.5143%2014.3333H15.6286C16.0544%2014.3333%2016.4%2014.6779%2016.4%2015.1026ZM8.97374%209.77229C9.27512%2010.0728%209.27512%2010.56%208.97374%2010.8605L7.60265%2012.2277C7.45762%2012.3723%207.26216%2012.4533%207.05748%2012.4533C6.85279%2012.4533%206.6563%2012.3723%206.5123%2012.2287L5.82626%2011.5446C5.52488%2011.2441%205.52488%2010.7569%205.82626%2010.4564C6.12763%2010.1559%206.61623%2010.1559%206.91761%2010.4564L7.05848%2010.5969L7.8844%209.77335C8.18475%209.47181%208.67237%209.47177%208.97374%209.77229ZM8.97374%2013.8749C9.27512%2014.1754%209.27512%2014.6626%208.97374%2014.9631L7.60265%2016.3303C7.45762%2016.4749%207.26216%2016.5559%207.05748%2016.5559C6.85279%2016.5559%206.6563%2016.4749%206.5123%2016.3313L5.82626%2015.6472C5.52488%2015.3467%205.52488%2014.8595%205.82626%2014.5589C6.12763%2014.2584%206.61623%2014.2584%206.91761%2014.5589L7.05848%2014.6995L7.8844%2013.8759C8.18475%2013.5744%208.67237%2013.5743%208.97374%2013.8749Z'%20fill='%23000000'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.1429%203.05128H15.8651C15.7654%201.76513%2014.9302%201%2013.5714%201H8.42857C7.06983%201%206.23465%201.76513%206.13488%203.05128H5.85714C3.37006%203.05128%202%204.41744%202%206.89744V17.1538C2%2019.6338%203.37006%2021%205.85714%2021H16.1429C18.6299%2021%2020%2019.6338%2020%2017.1538V6.89744C20%204.41744%2018.6299%203.05128%2016.1429%203.05128ZM7.65714%203.30769C7.65714%202.70359%207.82274%202.53846%208.42857%202.53846H13.5714C14.1773%202.53846%2014.3429%202.70359%2014.3429%203.30769V4.33333C14.3429%204.93744%2014.1773%205.10256%2013.5714%205.10256H8.42857C7.82274%205.10256%207.65714%204.93744%207.65714%204.33333V3.30769ZM18.4571%2017.1538C18.4571%2018.7713%2017.7649%2019.4615%2016.1429%2019.4615H5.85714C4.23509%2019.4615%203.54286%2018.7713%203.54286%2017.1538V6.89744C3.54286%205.28%204.23509%204.58974%205.85714%204.58974H6.13488C6.23465%205.8759%207.06983%206.64103%208.42857%206.64103H13.5714C14.9302%206.64103%2015.7654%205.8759%2015.8651%204.58974H16.1429C17.7649%204.58974%2018.4571%205.28%2018.4571%206.89744V17.1538ZM16.4%2011C16.4%2011.4246%2016.0544%2011.7692%2015.6286%2011.7692H11.5143C11.0885%2011.7692%2010.7429%2011.4246%2010.7429%2011C10.7429%2010.5754%2011.0885%2010.2308%2011.5143%2010.2308H15.6286C16.0544%2010.2308%2016.4%2010.5754%2016.4%2011ZM16.4%2015.1026C16.4%2015.5272%2016.0544%2015.8718%2015.6286%2015.8718H11.5143C11.0885%2015.8718%2010.7429%2015.5272%2010.7429%2015.1026C10.7429%2014.6779%2011.0885%2014.3333%2011.5143%2014.3333H15.6286C16.0544%2014.3333%2016.4%2014.6779%2016.4%2015.1026ZM8.97374%209.77229C9.27512%2010.0728%209.27512%2010.56%208.97374%2010.8605L7.60265%2012.2277C7.45762%2012.3723%207.26216%2012.4533%207.05748%2012.4533C6.85279%2012.4533%206.6563%2012.3723%206.5123%2012.2287L5.82626%2011.5446C5.52488%2011.2441%205.52488%2010.7569%205.82626%2010.4564C6.12763%2010.1559%206.61623%2010.1559%206.91761%2010.4564L7.05848%2010.5969L7.8844%209.77335C8.18475%209.47181%208.67237%209.47177%208.97374%209.77229ZM8.97374%2013.8749C9.27512%2014.1754%209.27512%2014.6626%208.97374%2014.9631L7.60265%2016.3303C7.45762%2016.4749%207.26216%2016.5559%207.05748%2016.5559C6.85279%2016.5559%206.6563%2016.4749%206.5123%2016.3313L5.82626%2015.6472C5.52488%2015.3467%205.52488%2014.8595%205.82626%2014.5589C6.12763%2014.2584%206.61623%2014.2584%206.91761%2014.5589L7.05848%2014.6995L7.8844%2013.8759C8.18475%2013.5744%208.67237%2013.5743%208.97374%2013.8749Z'%20fill='%23000000'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-clipboard-list-check.-colorPrimary{background-color:var(--colorPrimary)}.icon-clipboard-list-check.-white{background-color:var(--white)}.icon-clipboard-list-check.-gray10{background-color:var(--gray10)}.icon-clipboard-list-check.-gray15{background-color:var(--gray15)}.icon-clipboard-list-check.-gray20{background-color:var(--gray20)}.icon-clipboard-list-check.-gray30{background-color:var(--gray30)}.icon-clipboard-list-check.-gray40{background-color:var(--gray40)}.icon-clipboard-list-check.-gray50{background-color:var(--gray50)}.icon-clipboard-list-check.-gray60{background-color:var(--gray60)}.icon-clipboard-list-check.-gray70{background-color:var(--gray70)}.icon-clipboard-list-check.-gray80{background-color:var(--gray80)}.icon-clipboard-list-check.-gray90{background-color:var(--gray90)}.icon-clipboard-list-check.-gray100{background-color:var(--gray100)}.icon-clipboard-list-check.-black{background-color:var(--black)}.icon-clipboard-list-check.-colorGreen{background-color:var(--colorGreen)}.icon-clipboard-list-check.-colorRed{background-color:var(--colorRed)}.icon-clipboard-list-check.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-clipboard-list-check.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-clipboard-list-check.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-clipboard-list-check.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-clipboard-list-check.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-clipboard-list-check.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-clipboard-list-check.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-clipboard-list-check.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-clipboard-list-check.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-clipboard-list-check.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-clipboard-list-check.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-clipboard-list-check.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-clipboard-list-check.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-clipboard-list-check.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-clipboard-list-check.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-clipboard-list-check.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-clipboard-list-check.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-clipboard-list-check.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-clipboard-list-check.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-clipboard-list-check.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-clipboard-list-check.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-clipboard-list-check.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-clipboard-list-check.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-clipboard-list-check.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-cross{mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.9401%207.05976L7.05987%2016.94M16.9401%2016.94L7.05987%207.05976'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.9401%207.05976L7.05987%2016.94M16.9401%2016.94L7.05987%207.05976'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-cross.-colorPrimary{background-color:var(--colorPrimary)}.icon-cross.-white{background-color:var(--white)}.icon-cross.-gray10{background-color:var(--gray10)}.icon-cross.-gray15{background-color:var(--gray15)}.icon-cross.-gray20{background-color:var(--gray20)}.icon-cross.-gray30{background-color:var(--gray30)}.icon-cross.-gray40{background-color:var(--gray40)}.icon-cross.-gray50{background-color:var(--gray50)}.icon-cross.-gray60{background-color:var(--gray60)}.icon-cross.-gray70{background-color:var(--gray70)}.icon-cross.-gray80{background-color:var(--gray80)}.icon-cross.-gray90{background-color:var(--gray90)}.icon-cross.-gray100{background-color:var(--gray100)}.icon-cross.-black{background-color:var(--black)}.icon-cross.-colorGreen{background-color:var(--colorGreen)}.icon-cross.-colorRed{background-color:var(--colorRed)}.icon-cross.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-cross.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-cross.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-cross.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-cross.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-cross.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-cross.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-cross.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-cross.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-cross.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-cross.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-cross.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-cross.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-cross.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-cross.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-cross.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-cross.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-cross.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-cross.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-cross.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-cross.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-cross.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-cross.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-cross.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-eye{mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.3035%209.73167C18.3611%209.90451%2018.3611%2010.0913%2018.3035%2010.2642C17.1477%2013.7417%2013.8669%2016.25%2010.0002%2016.25C6.13521%2016.25%202.85605%2013.7442%201.69772%2010.2683C1.63938%2010.0958%201.63938%209.90917%201.69772%209.73583C2.85272%206.25833%206.13355%203.75%2010.0002%203.75C13.8652%203.75%2017.1452%206.25583%2018.3035%209.73167Z'%20stroke='black'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.5%2010C7.5%209.33696%207.76339%208.70107%208.23223%208.23223C8.70107%207.76339%209.33696%207.5%2010%207.5C10.663%207.5%2011.2989%207.76339%2011.7678%208.23223C12.2366%208.70107%2012.5%209.33696%2012.5%2010C12.5%2010.663%2012.2366%2011.2989%2011.7678%2011.7678C11.2989%2012.2366%2010.663%2012.5%2010%2012.5C9.33696%2012.5%208.70107%2012.2366%208.23223%2011.7678C7.76339%2011.2989%207.5%2010.663%207.5%2010Z'%20fill='black'%20fill-opacity='0.12'%20stroke='black'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.3035%209.73167C18.3611%209.90451%2018.3611%2010.0913%2018.3035%2010.2642C17.1477%2013.7417%2013.8669%2016.25%2010.0002%2016.25C6.13521%2016.25%202.85605%2013.7442%201.69772%2010.2683C1.63938%2010.0958%201.63938%209.90917%201.69772%209.73583C2.85272%206.25833%206.13355%203.75%2010.0002%203.75C13.8652%203.75%2017.1452%206.25583%2018.3035%209.73167Z'%20stroke='black'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.5%2010C7.5%209.33696%207.76339%208.70107%208.23223%208.23223C8.70107%207.76339%209.33696%207.5%2010%207.5C10.663%207.5%2011.2989%207.76339%2011.7678%208.23223C12.2366%208.70107%2012.5%209.33696%2012.5%2010C12.5%2010.663%2012.2366%2011.2989%2011.7678%2011.7678C11.2989%2012.2366%2010.663%2012.5%2010%2012.5C9.33696%2012.5%208.70107%2012.2366%208.23223%2011.7678C7.76339%2011.2989%207.5%2010.663%207.5%2010Z'%20fill='black'%20fill-opacity='0.12'%20stroke='black'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-eye.-colorPrimary{background-color:var(--colorPrimary)}.icon-eye.-white{background-color:var(--white)}.icon-eye.-gray10{background-color:var(--gray10)}.icon-eye.-gray15{background-color:var(--gray15)}.icon-eye.-gray20{background-color:var(--gray20)}.icon-eye.-gray30{background-color:var(--gray30)}.icon-eye.-gray40{background-color:var(--gray40)}.icon-eye.-gray50{background-color:var(--gray50)}.icon-eye.-gray60{background-color:var(--gray60)}.icon-eye.-gray70{background-color:var(--gray70)}.icon-eye.-gray80{background-color:var(--gray80)}.icon-eye.-gray90{background-color:var(--gray90)}.icon-eye.-gray100{background-color:var(--gray100)}.icon-eye.-black{background-color:var(--black)}.icon-eye.-colorGreen{background-color:var(--colorGreen)}.icon-eye.-colorRed{background-color:var(--colorRed)}.icon-eye.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-eye.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-eye.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-eye.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-eye.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-eye.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-eye.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-eye.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-eye.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-eye.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-eye.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-eye.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-eye.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-eye.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-eye.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-eye.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-eye.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-eye.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-eye.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-eye.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-eye.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-eye.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-eye.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-eye.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-eye-slash{mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.6837%2013.1475C17.4633%2012.2274%2018.0438%2011.1557%2018.3887%2010C17.312%206.385%2013.9637%203.75%2010.0003%203.75C9.17284%203.75%208.37284%203.865%207.61451%204.07917M14.8103%2014.81C13.3832%2015.7518%2011.7103%2016.2526%2010.0003%2016.25C6.03701%2016.25%202.68951%2013.615%201.61284%2010.0017C2.20294%208.02725%203.46952%206.32372%205.19034%205.19M14.8103%2014.81L17.5003%2017.5M14.8103%2014.81L11.7687%2011.7683M5.19034%205.19L2.50034%202.5M5.19034%205.19L8.23201%208.23167C7.99984%208.46383%207.81568%208.73945%207.69003%209.04279C7.56438%209.34613%207.49971%209.67125%207.49971%209.99958C7.49971%2010.3279%207.56438%2010.653%207.69003%2010.9564C7.81568%2011.2597%207.99984%2011.5353%208.23201%2011.7675C8.46417%2011.9997%208.73979%2012.1838%209.04313%2012.3095C9.34647%2012.4351%209.67159%2012.4998%209.99992%2012.4998C10.3283%2012.4998%2010.6534%2012.4351%2010.9567%2012.3095C11.2601%2012.1838%2011.5357%2011.9997%2011.7678%2011.7675M8.23284%208.2325L11.767%2011.7667'%20stroke='black'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20opacity='0.12'%20d='M7.5%2010.0001C7.5%2011.3808%208.61929%2012.5001%2010%2012.5001C10.6904%2012.5001%2011.3154%2012.2202%2011.7678%2011.7678L8.23223%208.2323C7.77982%208.68471%207.5%209.30971%207.5%2010.0001Z'%20fill='black'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.6837%2013.1475C17.4633%2012.2274%2018.0438%2011.1557%2018.3887%2010C17.312%206.385%2013.9637%203.75%2010.0003%203.75C9.17284%203.75%208.37284%203.865%207.61451%204.07917M14.8103%2014.81C13.3832%2015.7518%2011.7103%2016.2526%2010.0003%2016.25C6.03701%2016.25%202.68951%2013.615%201.61284%2010.0017C2.20294%208.02725%203.46952%206.32372%205.19034%205.19M14.8103%2014.81L17.5003%2017.5M14.8103%2014.81L11.7687%2011.7683M5.19034%205.19L2.50034%202.5M5.19034%205.19L8.23201%208.23167C7.99984%208.46383%207.81568%208.73945%207.69003%209.04279C7.56438%209.34613%207.49971%209.67125%207.49971%209.99958C7.49971%2010.3279%207.56438%2010.653%207.69003%2010.9564C7.81568%2011.2597%207.99984%2011.5353%208.23201%2011.7675C8.46417%2011.9997%208.73979%2012.1838%209.04313%2012.3095C9.34647%2012.4351%209.67159%2012.4998%209.99992%2012.4998C10.3283%2012.4998%2010.6534%2012.4351%2010.9567%2012.3095C11.2601%2012.1838%2011.5357%2011.9997%2011.7678%2011.7675M8.23284%208.2325L11.767%2011.7667'%20stroke='black'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20opacity='0.12'%20d='M7.5%2010.0001C7.5%2011.3808%208.61929%2012.5001%2010%2012.5001C10.6904%2012.5001%2011.3154%2012.2202%2011.7678%2011.7678L8.23223%208.2323C7.77982%208.68471%207.5%209.30971%207.5%2010.0001Z'%20fill='black'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-eye-slash.-colorPrimary{background-color:var(--colorPrimary)}.icon-eye-slash.-white{background-color:var(--white)}.icon-eye-slash.-gray10{background-color:var(--gray10)}.icon-eye-slash.-gray15{background-color:var(--gray15)}.icon-eye-slash.-gray20{background-color:var(--gray20)}.icon-eye-slash.-gray30{background-color:var(--gray30)}.icon-eye-slash.-gray40{background-color:var(--gray40)}.icon-eye-slash.-gray50{background-color:var(--gray50)}.icon-eye-slash.-gray60{background-color:var(--gray60)}.icon-eye-slash.-gray70{background-color:var(--gray70)}.icon-eye-slash.-gray80{background-color:var(--gray80)}.icon-eye-slash.-gray90{background-color:var(--gray90)}.icon-eye-slash.-gray100{background-color:var(--gray100)}.icon-eye-slash.-black{background-color:var(--black)}.icon-eye-slash.-colorGreen{background-color:var(--colorGreen)}.icon-eye-slash.-colorRed{background-color:var(--colorRed)}.icon-eye-slash.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-eye-slash.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-eye-slash.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-eye-slash.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-eye-slash.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-eye-slash.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-eye-slash.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-eye-slash.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-eye-slash.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-eye-slash.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-eye-slash.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-eye-slash.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-eye-slash.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-eye-slash.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-eye-slash.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-eye-slash.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-eye-slash.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-eye-slash.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-eye-slash.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-eye-slash.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-eye-slash.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-eye-slash.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-eye-slash.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-eye-slash.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-gallery{mask-image:url("data:image/svg+xml,%3csvg%20width='56'%20height='56'%20viewBox='0%200%2056%2056'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='20'%20cy='17'%20r='6'%20fill='black'/%3e%3cpath%20d='M16.1792%2037.872L5.5%2045.5C6.5%2047.6667%209.7%2052%2014.5%2052H41.5C44.8333%2051.1667%2051.5%2048.1%2051.5%2042.5V30.5L50.21%2029.468C48.0362%2027.7289%2044.9516%2027.7136%2042.7606%2029.4309L31.368%2038.3602C29.3527%2039.9398%2026.557%2040.0663%2024.4072%2038.6753L22.9262%2037.7169C20.8585%2036.379%2018.1833%2036.4405%2016.1792%2037.872Z'%20fill='black'/%3e%3crect%20x='4'%20y='4'%20width='48'%20height='48'%20rx='12'%20stroke='black'%20stroke-width='3'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='56'%20height='56'%20viewBox='0%200%2056%2056'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='20'%20cy='17'%20r='6'%20fill='black'/%3e%3cpath%20d='M16.1792%2037.872L5.5%2045.5C6.5%2047.6667%209.7%2052%2014.5%2052H41.5C44.8333%2051.1667%2051.5%2048.1%2051.5%2042.5V30.5L50.21%2029.468C48.0362%2027.7289%2044.9516%2027.7136%2042.7606%2029.4309L31.368%2038.3602C29.3527%2039.9398%2026.557%2040.0663%2024.4072%2038.6753L22.9262%2037.7169C20.8585%2036.379%2018.1833%2036.4405%2016.1792%2037.872Z'%20fill='black'/%3e%3crect%20x='4'%20y='4'%20width='48'%20height='48'%20rx='12'%20stroke='black'%20stroke-width='3'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-gallery.-colorPrimary{background-color:var(--colorPrimary)}.icon-gallery.-white{background-color:var(--white)}.icon-gallery.-gray10{background-color:var(--gray10)}.icon-gallery.-gray15{background-color:var(--gray15)}.icon-gallery.-gray20{background-color:var(--gray20)}.icon-gallery.-gray30{background-color:var(--gray30)}.icon-gallery.-gray40{background-color:var(--gray40)}.icon-gallery.-gray50{background-color:var(--gray50)}.icon-gallery.-gray60{background-color:var(--gray60)}.icon-gallery.-gray70{background-color:var(--gray70)}.icon-gallery.-gray80{background-color:var(--gray80)}.icon-gallery.-gray90{background-color:var(--gray90)}.icon-gallery.-gray100{background-color:var(--gray100)}.icon-gallery.-black{background-color:var(--black)}.icon-gallery.-colorGreen{background-color:var(--colorGreen)}.icon-gallery.-colorRed{background-color:var(--colorRed)}.icon-gallery.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-gallery.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-gallery.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-gallery.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-gallery.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-gallery.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-gallery.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-gallery.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-gallery.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-gallery.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-gallery.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-gallery.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-gallery.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-gallery.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-gallery.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-gallery.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-gallery.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-gallery.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-gallery.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-gallery.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-gallery.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-gallery.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-gallery.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-gallery.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-home{mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15%2018.1251H11.4583V13.7501C11.4583%2012.9459%2010.8042%2012.2917%2010%2012.2917C9.19583%2012.2917%208.54167%2012.9459%208.54167%2013.7501V18.1251H5C2.985%2018.1251%201.875%2017.0151%201.875%2015.0001V9.70841C1.875%207.93924%202.36333%207.44505%203.15999%206.78422L8.25999%202.5084C9.26749%201.66257%2010.7325%201.66257%2011.74%202.5084L16.84%206.78422C17.6367%207.44505%2018.125%207.94008%2018.125%209.70841V15.0001C18.125%2017.0151%2017.015%2018.1251%2015%2018.1251ZM12.7083%2016.8751H15C16.3142%2016.8751%2016.875%2016.3142%2016.875%2015.0001V9.70841C16.875%208.43674%2016.665%208.26259%2016.0425%207.74593L10.9375%203.46594C10.3942%203.01094%209.60583%203.01094%209.0625%203.46594L3.95752%207.74593C3.33502%208.26259%203.125%208.43674%203.125%209.70841V15.0001C3.125%2016.3142%203.68583%2016.8751%205%2016.8751H7.29167V13.7501C7.29167%2012.2567%208.50667%2011.0417%2010%2011.0417C11.4933%2011.0417%2012.7083%2012.2567%2012.7083%2013.7501V16.8751Z'%20fill='white'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15%2018.1251H11.4583V13.7501C11.4583%2012.9459%2010.8042%2012.2917%2010%2012.2917C9.19583%2012.2917%208.54167%2012.9459%208.54167%2013.7501V18.1251H5C2.985%2018.1251%201.875%2017.0151%201.875%2015.0001V9.70841C1.875%207.93924%202.36333%207.44505%203.15999%206.78422L8.25999%202.5084C9.26749%201.66257%2010.7325%201.66257%2011.74%202.5084L16.84%206.78422C17.6367%207.44505%2018.125%207.94008%2018.125%209.70841V15.0001C18.125%2017.0151%2017.015%2018.1251%2015%2018.1251ZM12.7083%2016.8751H15C16.3142%2016.8751%2016.875%2016.3142%2016.875%2015.0001V9.70841C16.875%208.43674%2016.665%208.26259%2016.0425%207.74593L10.9375%203.46594C10.3942%203.01094%209.60583%203.01094%209.0625%203.46594L3.95752%207.74593C3.33502%208.26259%203.125%208.43674%203.125%209.70841V15.0001C3.125%2016.3142%203.68583%2016.8751%205%2016.8751H7.29167V13.7501C7.29167%2012.2567%208.50667%2011.0417%2010%2011.0417C11.4933%2011.0417%2012.7083%2012.2567%2012.7083%2013.7501V16.8751Z'%20fill='white'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-home.-colorPrimary{background-color:var(--colorPrimary)}.icon-home.-white{background-color:var(--white)}.icon-home.-gray10{background-color:var(--gray10)}.icon-home.-gray15{background-color:var(--gray15)}.icon-home.-gray20{background-color:var(--gray20)}.icon-home.-gray30{background-color:var(--gray30)}.icon-home.-gray40{background-color:var(--gray40)}.icon-home.-gray50{background-color:var(--gray50)}.icon-home.-gray60{background-color:var(--gray60)}.icon-home.-gray70{background-color:var(--gray70)}.icon-home.-gray80{background-color:var(--gray80)}.icon-home.-gray90{background-color:var(--gray90)}.icon-home.-gray100{background-color:var(--gray100)}.icon-home.-black{background-color:var(--black)}.icon-home.-colorGreen{background-color:var(--colorGreen)}.icon-home.-colorRed{background-color:var(--colorRed)}.icon-home.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-home.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-home.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-home.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-home.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-home.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-home.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-home.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-home.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-home.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-home.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-home.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-home.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-home.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-home.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-home.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-home.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-home.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-home.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-home.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-home.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-home.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-home.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-home.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-incidents{mask-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.41588%204.36371C9.23231%202.89139%2010.2001%202.3425%2011%202.3425C11.7998%202.3425%2012.768%202.89202%2013.5844%204.36434L19.644%2015.2737C20.404%2016.6443%2020.3698%2017.726%2019.961%2018.421C19.5523%2019.1157%2018.6244%2019.67%2017.06%2019.67H11.1227C11.0828%2019.6634%2011.0418%2019.66%2011%2019.66H4.93997C3.36973%2019.66%202.44271%2019.1053%202.03553%2018.4116C1.62792%2017.7172%201.5954%2016.6353%202.3559%2015.2637L8.41588%204.36371ZM4.93997%2021.16H10.8772C10.9171%2021.1666%2010.9582%2021.17%2011%2021.17H17.06C18.9555%2021.17%2020.4876%2020.4843%2021.2539%2019.1815C22.0201%2017.879%2021.8758%2016.2054%2020.9557%2014.546L17.8355%208.92566L14.8955%203.63566C13.932%201.89835%2012.5499%200.842499%2011%200.842499C9.45001%200.842499%208.06762%201.899%207.10407%203.63629L1.04405%2014.5363C0.124542%2016.1947%20-0.0229745%2017.8678%200.741918%2019.1709C1.50723%2020.4747%203.04021%2021.16%204.93997%2021.16ZM11.75%208C11.75%207.58579%2011.4142%207.25%2011%207.25C10.5858%207.25%2010.25%207.58579%2010.25%208V13C10.25%2013.4142%2010.5858%2013.75%2011%2013.75C11.4142%2013.75%2011.75%2013.4142%2011.75%2013V8ZM10.995%2015C10.4427%2015%209.995%2015.4477%209.995%2016C9.995%2016.5523%2010.4427%2017%2010.995%2017H11.004C11.5563%2017%2012.004%2016.5523%2012.004%2016C12.004%2015.4477%2011.5563%2015%2011.004%2015H10.995Z'%20fill='%23808998'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.41588%204.36371C9.23231%202.89139%2010.2001%202.3425%2011%202.3425C11.7998%202.3425%2012.768%202.89202%2013.5844%204.36434L19.644%2015.2737C20.404%2016.6443%2020.3698%2017.726%2019.961%2018.421C19.5523%2019.1157%2018.6244%2019.67%2017.06%2019.67H11.1227C11.0828%2019.6634%2011.0418%2019.66%2011%2019.66H4.93997C3.36973%2019.66%202.44271%2019.1053%202.03553%2018.4116C1.62792%2017.7172%201.5954%2016.6353%202.3559%2015.2637L8.41588%204.36371ZM4.93997%2021.16H10.8772C10.9171%2021.1666%2010.9582%2021.17%2011%2021.17H17.06C18.9555%2021.17%2020.4876%2020.4843%2021.2539%2019.1815C22.0201%2017.879%2021.8758%2016.2054%2020.9557%2014.546L17.8355%208.92566L14.8955%203.63566C13.932%201.89835%2012.5499%200.842499%2011%200.842499C9.45001%200.842499%208.06762%201.899%207.10407%203.63629L1.04405%2014.5363C0.124542%2016.1947%20-0.0229745%2017.8678%200.741918%2019.1709C1.50723%2020.4747%203.04021%2021.16%204.93997%2021.16ZM11.75%208C11.75%207.58579%2011.4142%207.25%2011%207.25C10.5858%207.25%2010.25%207.58579%2010.25%208V13C10.25%2013.4142%2010.5858%2013.75%2011%2013.75C11.4142%2013.75%2011.75%2013.4142%2011.75%2013V8ZM10.995%2015C10.4427%2015%209.995%2015.4477%209.995%2016C9.995%2016.5523%2010.4427%2017%2010.995%2017H11.004C11.5563%2017%2012.004%2016.5523%2012.004%2016C12.004%2015.4477%2011.5563%2015%2011.004%2015H10.995Z'%20fill='%23808998'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-incidents.-colorPrimary{background-color:var(--colorPrimary)}.icon-incidents.-white{background-color:var(--white)}.icon-incidents.-gray10{background-color:var(--gray10)}.icon-incidents.-gray15{background-color:var(--gray15)}.icon-incidents.-gray20{background-color:var(--gray20)}.icon-incidents.-gray30{background-color:var(--gray30)}.icon-incidents.-gray40{background-color:var(--gray40)}.icon-incidents.-gray50{background-color:var(--gray50)}.icon-incidents.-gray60{background-color:var(--gray60)}.icon-incidents.-gray70{background-color:var(--gray70)}.icon-incidents.-gray80{background-color:var(--gray80)}.icon-incidents.-gray90{background-color:var(--gray90)}.icon-incidents.-gray100{background-color:var(--gray100)}.icon-incidents.-black{background-color:var(--black)}.icon-incidents.-colorGreen{background-color:var(--colorGreen)}.icon-incidents.-colorRed{background-color:var(--colorRed)}.icon-incidents.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-incidents.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-incidents.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-incidents.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-incidents.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-incidents.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-incidents.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-incidents.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-incidents.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-incidents.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-incidents.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-incidents.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-incidents.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-incidents.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-incidents.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-incidents.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-incidents.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-incidents.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-incidents.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-incidents.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-incidents.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-incidents.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-incidents.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-incidents.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-invoice{mask-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.4305%208.4931C12.4305%208.3034%2012.3552%208.12146%2012.2209%207.98732C12.0868%207.8532%2011.9049%207.77783%2011.7152%207.77783H5.9931C5.8034%207.77783%205.62146%207.8532%205.48732%207.98732C5.35319%208.12146%205.27783%208.3034%205.27783%208.4931C5.27783%208.68279%205.35319%208.86475%205.48732%208.99884C5.62146%209.13302%205.8034%209.20836%205.9931%209.20836H11.7152C11.9049%209.20836%2012.0868%209.13302%2012.2209%208.99884C12.3552%208.86475%2012.4305%208.68279%2012.4305%208.4931ZM11.4768%2011.3542C11.4768%2011.1645%2011.4014%2010.9825%2011.2672%2010.8484C11.1332%2010.7142%2010.9513%2010.6389%2010.7615%2010.6389H5.9931C5.8034%2010.6389%205.62146%2010.7142%205.48732%2010.8484C5.35319%2010.9825%205.27783%2011.1645%205.27783%2011.3542C5.27783%2011.5438%205.35319%2011.7258%205.48732%2011.8599C5.62146%2011.9941%205.8034%2012.0694%205.9931%2012.0694H10.7615C10.9513%2012.0694%2011.1332%2011.9941%2011.2672%2011.8599C11.4014%2011.7258%2011.4768%2011.5438%2011.4768%2011.3542ZM11.7152%2013.5C11.9049%2013.5%2012.0868%2013.5753%2012.2209%2013.7095C12.3552%2013.8436%2012.4305%2014.0256%2012.4305%2014.2152C12.4305%2014.4049%2012.3552%2014.5868%2012.2209%2014.7209C12.0868%2014.8552%2011.9049%2014.9305%2011.7152%2014.9305H5.9931C5.8034%2014.9305%205.62146%2014.8552%205.48732%2014.7209C5.35319%2014.5868%205.27783%2014.4049%205.27783%2014.2152C5.27783%2014.0256%205.35319%2013.8436%205.48732%2013.7095C5.62146%2013.5753%205.8034%2013.5%205.9931%2013.5H11.7152Z'%20fill='%23000000'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.27799%2019.9374H17.6759C18.3714%2019.9374%2019.0385%2019.6611%2019.5303%2019.1692C20.0222%2018.6774%2020.2986%2018.0103%2020.2986%2017.3148V12.0695C20.2986%2011.8798%2020.2232%2011.6979%2020.089%2011.5638C19.9549%2011.4295%2019.7729%2011.3542%2019.5833%2011.3542H16.4838V3.90877C16.4838%202.55167%2014.9493%201.76202%2013.8449%202.55073L13.6781%202.66994C13.3126%202.92936%2012.8753%203.0684%2012.4272%203.06773C11.979%203.06704%2011.5421%202.92666%2011.1775%202.66612C10.5687%202.23283%209.83995%202%209.09274%202C8.34547%202%207.61679%202.23283%207.00797%202.66612C6.6433%202.92666%206.20649%203.06704%205.7583%203.06773C5.31011%203.0684%204.87287%202.92936%204.5074%202.66994L4.34051%202.55073C3.23615%201.76202%201.70166%202.55073%201.70166%203.90877V16.3611C1.70166%2017.3096%202.07846%2018.2192%202.74914%2018.8898C3.41984%2019.5606%204.32949%2019.9374%205.27799%2019.9374ZM7.83959%203.82962C8.20575%203.56968%208.64368%203.43004%209.09274%203.43004C9.54183%203.43004%209.9798%203.56968%2010.3459%203.82962C10.9531%204.26366%2011.6806%204.4974%2012.427%204.49826C13.1734%204.49911%2013.9015%204.26703%2014.5096%203.83439L14.6765%203.71518C14.7121%203.68981%2014.7541%203.67474%2014.7977%203.67159C14.8413%203.66845%2014.8849%203.67735%2014.9238%203.69734C14.9627%203.71732%2014.9954%203.74762%2015.0182%203.78491C15.0411%203.82219%2015.0531%203.86505%2015.0532%203.90877V17.3148C15.0532%2017.744%2015.1562%2018.1492%2015.3393%2018.5069H5.27799C4.70888%2018.5069%204.1631%2018.2807%203.76068%2017.8784C3.35827%2017.476%203.13219%2016.9302%203.13219%2016.3611V3.90877C3.1323%203.86505%203.14444%203.82219%203.16727%203.78491C3.1901%203.74762%203.22275%203.71732%203.26163%203.69734C3.30051%203.67735%203.34416%203.66845%203.38776%203.67159C3.43137%203.67474%203.47328%203.68981%203.50889%203.71518L3.67579%203.83439C4.284%204.26703%205.01206%204.49911%205.75846%204.49826C6.50485%204.4974%207.23237%204.26366%207.83959%203.82962ZM16.4838%2017.3148V12.7847H18.868V17.3148C18.868%2017.6309%2018.7424%2017.9341%2018.5189%2018.1577C18.2953%2018.3813%2017.992%2018.5069%2017.6759%2018.5069C17.3598%2018.5069%2017.0565%2018.3813%2016.8329%2018.1577C16.6094%2017.9341%2016.4838%2017.6309%2016.4838%2017.3148Z'%20fill='%23000000'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.4305%208.4931C12.4305%208.3034%2012.3552%208.12146%2012.2209%207.98732C12.0868%207.8532%2011.9049%207.77783%2011.7152%207.77783H5.9931C5.8034%207.77783%205.62146%207.8532%205.48732%207.98732C5.35319%208.12146%205.27783%208.3034%205.27783%208.4931C5.27783%208.68279%205.35319%208.86475%205.48732%208.99884C5.62146%209.13302%205.8034%209.20836%205.9931%209.20836H11.7152C11.9049%209.20836%2012.0868%209.13302%2012.2209%208.99884C12.3552%208.86475%2012.4305%208.68279%2012.4305%208.4931ZM11.4768%2011.3542C11.4768%2011.1645%2011.4014%2010.9825%2011.2672%2010.8484C11.1332%2010.7142%2010.9513%2010.6389%2010.7615%2010.6389H5.9931C5.8034%2010.6389%205.62146%2010.7142%205.48732%2010.8484C5.35319%2010.9825%205.27783%2011.1645%205.27783%2011.3542C5.27783%2011.5438%205.35319%2011.7258%205.48732%2011.8599C5.62146%2011.9941%205.8034%2012.0694%205.9931%2012.0694H10.7615C10.9513%2012.0694%2011.1332%2011.9941%2011.2672%2011.8599C11.4014%2011.7258%2011.4768%2011.5438%2011.4768%2011.3542ZM11.7152%2013.5C11.9049%2013.5%2012.0868%2013.5753%2012.2209%2013.7095C12.3552%2013.8436%2012.4305%2014.0256%2012.4305%2014.2152C12.4305%2014.4049%2012.3552%2014.5868%2012.2209%2014.7209C12.0868%2014.8552%2011.9049%2014.9305%2011.7152%2014.9305H5.9931C5.8034%2014.9305%205.62146%2014.8552%205.48732%2014.7209C5.35319%2014.5868%205.27783%2014.4049%205.27783%2014.2152C5.27783%2014.0256%205.35319%2013.8436%205.48732%2013.7095C5.62146%2013.5753%205.8034%2013.5%205.9931%2013.5H11.7152Z'%20fill='%23000000'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.27799%2019.9374H17.6759C18.3714%2019.9374%2019.0385%2019.6611%2019.5303%2019.1692C20.0222%2018.6774%2020.2986%2018.0103%2020.2986%2017.3148V12.0695C20.2986%2011.8798%2020.2232%2011.6979%2020.089%2011.5638C19.9549%2011.4295%2019.7729%2011.3542%2019.5833%2011.3542H16.4838V3.90877C16.4838%202.55167%2014.9493%201.76202%2013.8449%202.55073L13.6781%202.66994C13.3126%202.92936%2012.8753%203.0684%2012.4272%203.06773C11.979%203.06704%2011.5421%202.92666%2011.1775%202.66612C10.5687%202.23283%209.83995%202%209.09274%202C8.34547%202%207.61679%202.23283%207.00797%202.66612C6.6433%202.92666%206.20649%203.06704%205.7583%203.06773C5.31011%203.0684%204.87287%202.92936%204.5074%202.66994L4.34051%202.55073C3.23615%201.76202%201.70166%202.55073%201.70166%203.90877V16.3611C1.70166%2017.3096%202.07846%2018.2192%202.74914%2018.8898C3.41984%2019.5606%204.32949%2019.9374%205.27799%2019.9374ZM7.83959%203.82962C8.20575%203.56968%208.64368%203.43004%209.09274%203.43004C9.54183%203.43004%209.9798%203.56968%2010.3459%203.82962C10.9531%204.26366%2011.6806%204.4974%2012.427%204.49826C13.1734%204.49911%2013.9015%204.26703%2014.5096%203.83439L14.6765%203.71518C14.7121%203.68981%2014.7541%203.67474%2014.7977%203.67159C14.8413%203.66845%2014.8849%203.67735%2014.9238%203.69734C14.9627%203.71732%2014.9954%203.74762%2015.0182%203.78491C15.0411%203.82219%2015.0531%203.86505%2015.0532%203.90877V17.3148C15.0532%2017.744%2015.1562%2018.1492%2015.3393%2018.5069H5.27799C4.70888%2018.5069%204.1631%2018.2807%203.76068%2017.8784C3.35827%2017.476%203.13219%2016.9302%203.13219%2016.3611V3.90877C3.1323%203.86505%203.14444%203.82219%203.16727%203.78491C3.1901%203.74762%203.22275%203.71732%203.26163%203.69734C3.30051%203.67735%203.34416%203.66845%203.38776%203.67159C3.43137%203.67474%203.47328%203.68981%203.50889%203.71518L3.67579%203.83439C4.284%204.26703%205.01206%204.49911%205.75846%204.49826C6.50485%204.4974%207.23237%204.26366%207.83959%203.82962ZM16.4838%2017.3148V12.7847H18.868V17.3148C18.868%2017.6309%2018.7424%2017.9341%2018.5189%2018.1577C18.2953%2018.3813%2017.992%2018.5069%2017.6759%2018.5069C17.3598%2018.5069%2017.0565%2018.3813%2016.8329%2018.1577C16.6094%2017.9341%2016.4838%2017.6309%2016.4838%2017.3148Z'%20fill='%23000000'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-invoice.-colorPrimary{background-color:var(--colorPrimary)}.icon-invoice.-white{background-color:var(--white)}.icon-invoice.-gray10{background-color:var(--gray10)}.icon-invoice.-gray15{background-color:var(--gray15)}.icon-invoice.-gray20{background-color:var(--gray20)}.icon-invoice.-gray30{background-color:var(--gray30)}.icon-invoice.-gray40{background-color:var(--gray40)}.icon-invoice.-gray50{background-color:var(--gray50)}.icon-invoice.-gray60{background-color:var(--gray60)}.icon-invoice.-gray70{background-color:var(--gray70)}.icon-invoice.-gray80{background-color:var(--gray80)}.icon-invoice.-gray90{background-color:var(--gray90)}.icon-invoice.-gray100{background-color:var(--gray100)}.icon-invoice.-black{background-color:var(--black)}.icon-invoice.-colorGreen{background-color:var(--colorGreen)}.icon-invoice.-colorRed{background-color:var(--colorRed)}.icon-invoice.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-invoice.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-invoice.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-invoice.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-invoice.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-invoice.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-invoice.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-invoice.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-invoice.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-invoice.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-invoice.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-invoice.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-invoice.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-invoice.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-invoice.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-invoice.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-invoice.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-invoice.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-invoice.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-invoice.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-invoice.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-invoice.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-invoice.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-invoice.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-lock-viewfinder{mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.5142%2013.3333V10C14.5142%208.76917%2013.9117%207.98842%2012.8475%207.77425V7.22168C12.8475%205.65168%2011.57%204.37419%2010%204.37419C8.43%204.37419%207.15251%205.65168%207.15251%207.22168V7.77425C6.08834%207.98842%205.48584%208.76917%205.48584%2010V13.3333C5.48584%2014.79%206.32084%2015.625%207.77751%2015.625H12.2225C13.6792%2015.625%2014.5142%2014.79%2014.5142%2013.3333ZM10%205.625C10.8808%205.625%2011.5975%206.34166%2011.5975%207.22249V7.70833H8.40251V7.22249C8.40251%206.34166%209.11917%205.625%2010%205.625ZM13.2642%2013.3333C13.2642%2014.1025%2012.9917%2014.375%2012.2225%2014.375H7.77751C7.00834%2014.375%206.73584%2014.1025%206.73584%2013.3333V10C6.73584%209.23083%207.00834%208.95833%207.77751%208.95833H12.2225C12.9917%208.95833%2013.2642%209.23083%2013.2642%2010V13.3333ZM11.0583%2011.1108C11.0583%2011.4542%2010.8817%2011.7442%2010.625%2011.9334V12.7775C10.625%2013.1225%2010.345%2013.4025%2010%2013.4025C9.655%2013.4025%209.375%2013.1225%209.375%2012.7775V11.9124C9.135%2011.7216%208.97074%2011.44%208.97074%2011.1108C8.97074%2010.5358%209.43334%2010.0692%2010.0083%2010.0692H10.0167C10.5917%2010.0692%2011.0583%2010.5358%2011.0583%2011.1108ZM18.125%203.75V6.66667C18.125%207.01167%2017.845%207.29167%2017.5%207.29167C17.155%207.29167%2016.875%207.01167%2016.875%206.66667V3.75C16.875%203.25917%2016.7408%203.125%2016.25%203.125H13.3333C12.9883%203.125%2012.7083%202.845%2012.7083%202.5C12.7083%202.155%2012.9883%201.875%2013.3333%201.875H16.25C17.4242%201.875%2018.125%202.57583%2018.125%203.75ZM1.875%206.66667V3.75C1.875%202.57583%202.57583%201.875%203.75%201.875H6.66667C7.01167%201.875%207.29167%202.155%207.29167%202.5C7.29167%202.845%207.01167%203.125%206.66667%203.125H3.75C3.25917%203.125%203.125%203.25917%203.125%203.75V6.66667C3.125%207.01167%202.845%207.29167%202.5%207.29167C2.155%207.29167%201.875%207.01167%201.875%206.66667ZM7.29167%2017.5C7.29167%2017.845%207.01167%2018.125%206.66667%2018.125H3.75C2.57583%2018.125%201.875%2017.4242%201.875%2016.25V13.3333C1.875%2012.9883%202.155%2012.7083%202.5%2012.7083C2.845%2012.7083%203.125%2012.9883%203.125%2013.3333V16.25C3.125%2016.7408%203.25917%2016.875%203.75%2016.875H6.66667C7.01167%2016.875%207.29167%2017.155%207.29167%2017.5ZM18.125%2013.3333V16.25C18.125%2017.4242%2017.4242%2018.125%2016.25%2018.125H13.3333C12.9883%2018.125%2012.7083%2017.845%2012.7083%2017.5C12.7083%2017.155%2012.9883%2016.875%2013.3333%2016.875H16.25C16.7408%2016.875%2016.875%2016.7408%2016.875%2016.25V13.3333C16.875%2012.9883%2017.155%2012.7083%2017.5%2012.7083C17.845%2012.7083%2018.125%2012.9883%2018.125%2013.3333Z'%20fill='%23000000'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.5142%2013.3333V10C14.5142%208.76917%2013.9117%207.98842%2012.8475%207.77425V7.22168C12.8475%205.65168%2011.57%204.37419%2010%204.37419C8.43%204.37419%207.15251%205.65168%207.15251%207.22168V7.77425C6.08834%207.98842%205.48584%208.76917%205.48584%2010V13.3333C5.48584%2014.79%206.32084%2015.625%207.77751%2015.625H12.2225C13.6792%2015.625%2014.5142%2014.79%2014.5142%2013.3333ZM10%205.625C10.8808%205.625%2011.5975%206.34166%2011.5975%207.22249V7.70833H8.40251V7.22249C8.40251%206.34166%209.11917%205.625%2010%205.625ZM13.2642%2013.3333C13.2642%2014.1025%2012.9917%2014.375%2012.2225%2014.375H7.77751C7.00834%2014.375%206.73584%2014.1025%206.73584%2013.3333V10C6.73584%209.23083%207.00834%208.95833%207.77751%208.95833H12.2225C12.9917%208.95833%2013.2642%209.23083%2013.2642%2010V13.3333ZM11.0583%2011.1108C11.0583%2011.4542%2010.8817%2011.7442%2010.625%2011.9334V12.7775C10.625%2013.1225%2010.345%2013.4025%2010%2013.4025C9.655%2013.4025%209.375%2013.1225%209.375%2012.7775V11.9124C9.135%2011.7216%208.97074%2011.44%208.97074%2011.1108C8.97074%2010.5358%209.43334%2010.0692%2010.0083%2010.0692H10.0167C10.5917%2010.0692%2011.0583%2010.5358%2011.0583%2011.1108ZM18.125%203.75V6.66667C18.125%207.01167%2017.845%207.29167%2017.5%207.29167C17.155%207.29167%2016.875%207.01167%2016.875%206.66667V3.75C16.875%203.25917%2016.7408%203.125%2016.25%203.125H13.3333C12.9883%203.125%2012.7083%202.845%2012.7083%202.5C12.7083%202.155%2012.9883%201.875%2013.3333%201.875H16.25C17.4242%201.875%2018.125%202.57583%2018.125%203.75ZM1.875%206.66667V3.75C1.875%202.57583%202.57583%201.875%203.75%201.875H6.66667C7.01167%201.875%207.29167%202.155%207.29167%202.5C7.29167%202.845%207.01167%203.125%206.66667%203.125H3.75C3.25917%203.125%203.125%203.25917%203.125%203.75V6.66667C3.125%207.01167%202.845%207.29167%202.5%207.29167C2.155%207.29167%201.875%207.01167%201.875%206.66667ZM7.29167%2017.5C7.29167%2017.845%207.01167%2018.125%206.66667%2018.125H3.75C2.57583%2018.125%201.875%2017.4242%201.875%2016.25V13.3333C1.875%2012.9883%202.155%2012.7083%202.5%2012.7083C2.845%2012.7083%203.125%2012.9883%203.125%2013.3333V16.25C3.125%2016.7408%203.25917%2016.875%203.75%2016.875H6.66667C7.01167%2016.875%207.29167%2017.155%207.29167%2017.5ZM18.125%2013.3333V16.25C18.125%2017.4242%2017.4242%2018.125%2016.25%2018.125H13.3333C12.9883%2018.125%2012.7083%2017.845%2012.7083%2017.5C12.7083%2017.155%2012.9883%2016.875%2013.3333%2016.875H16.25C16.7408%2016.875%2016.875%2016.7408%2016.875%2016.25V13.3333C16.875%2012.9883%2017.155%2012.7083%2017.5%2012.7083C17.845%2012.7083%2018.125%2012.9883%2018.125%2013.3333Z'%20fill='%23000000'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-lock-viewfinder.-colorPrimary{background-color:var(--colorPrimary)}.icon-lock-viewfinder.-white{background-color:var(--white)}.icon-lock-viewfinder.-gray10{background-color:var(--gray10)}.icon-lock-viewfinder.-gray15{background-color:var(--gray15)}.icon-lock-viewfinder.-gray20{background-color:var(--gray20)}.icon-lock-viewfinder.-gray30{background-color:var(--gray30)}.icon-lock-viewfinder.-gray40{background-color:var(--gray40)}.icon-lock-viewfinder.-gray50{background-color:var(--gray50)}.icon-lock-viewfinder.-gray60{background-color:var(--gray60)}.icon-lock-viewfinder.-gray70{background-color:var(--gray70)}.icon-lock-viewfinder.-gray80{background-color:var(--gray80)}.icon-lock-viewfinder.-gray90{background-color:var(--gray90)}.icon-lock-viewfinder.-gray100{background-color:var(--gray100)}.icon-lock-viewfinder.-black{background-color:var(--black)}.icon-lock-viewfinder.-colorGreen{background-color:var(--colorGreen)}.icon-lock-viewfinder.-colorRed{background-color:var(--colorRed)}.icon-lock-viewfinder.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-lock-viewfinder.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-lock-viewfinder.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-lock-viewfinder.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-lock-viewfinder.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-lock-viewfinder.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-lock-viewfinder.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-lock-viewfinder.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-lock-viewfinder.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-lock-viewfinder.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-lock-viewfinder.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-lock-viewfinder.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-lock-viewfinder.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-lock-viewfinder.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-lock-viewfinder.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-lock-viewfinder.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-lock-viewfinder.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-lock-viewfinder.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-lock-viewfinder.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-lock-viewfinder.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-lock-viewfinder.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-lock-viewfinder.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-lock-viewfinder.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-lock-viewfinder.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-logout{mask-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.9249%2018.7626C12.7154%2018.1213%2013.2074%2017.0837%2013.3528%2015.3957C13.3883%2014.983%2013.7517%2014.6772%2014.1643%2014.7128C14.577%2014.7483%2014.8828%2015.1117%2014.8472%2015.5243C14.6826%2017.4363%2014.0947%2018.9337%2012.8701%2019.9274C11.6662%2020.9042%209.98368%2021.28%207.89%2021.28L7.76%2021.28C5.45082%2021.28%203.63905%2020.8222%202.42342%2019.6066C1.20779%2018.3909%200.75%2016.5792%200.750001%2014.27L0.750001%207.75C0.750001%205.44082%201.20779%203.62905%202.42342%202.41342C3.63905%201.19778%205.45083%200.739996%207.76%200.739997L7.89%200.739997C9.96847%200.739997%2011.6408%201.1107%2012.8423%202.07185C14.0654%203.05033%2014.6611%204.52593%2014.8368%206.41038C14.8752%206.82281%2014.572%207.18831%2014.1596%207.22676C13.7472%207.26521%2013.3817%206.96204%2013.3432%206.54961C13.1889%204.89407%2012.6946%203.87467%2011.9052%203.24315C11.0942%202.59429%209.83154%202.24%207.89%202.24L7.76%202.24C5.59918%202.24%204.28095%202.67721%203.48408%203.47408C2.68721%204.27094%202.25%205.58917%202.25%207.75L2.25%2014.27C2.25%2016.4308%202.68721%2017.749%203.48408%2018.5459C4.28095%2019.3428%205.59918%2019.78%207.76%2019.78L7.89%2019.78C9.84633%2019.78%2011.1138%2019.4208%2011.9249%2018.7626ZM16.6197%2014.9003C16.3268%2014.6074%2016.3268%2014.1326%2016.6197%2013.8397L18.6893%2011.77L8%2011.77C7.58579%2011.77%207.25%2011.4342%207.25%2011.02C7.25%2010.6058%207.58579%2010.27%208%2010.27L18.6893%2010.27L16.6197%208.20033C16.3268%207.90743%2016.3268%207.43256%2016.6197%207.13967C16.9126%206.84677%2017.3874%206.84677%2017.6803%207.13967L21.0303%2010.4897C21.3232%2010.7826%2021.3232%2011.2574%2021.0303%2011.5503L17.6803%2014.9003C17.3874%2015.1932%2016.9126%2015.1932%2016.6197%2014.9003Z'%20fill='%23000000'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.9249%2018.7626C12.7154%2018.1213%2013.2074%2017.0837%2013.3528%2015.3957C13.3883%2014.983%2013.7517%2014.6772%2014.1643%2014.7128C14.577%2014.7483%2014.8828%2015.1117%2014.8472%2015.5243C14.6826%2017.4363%2014.0947%2018.9337%2012.8701%2019.9274C11.6662%2020.9042%209.98368%2021.28%207.89%2021.28L7.76%2021.28C5.45082%2021.28%203.63905%2020.8222%202.42342%2019.6066C1.20779%2018.3909%200.75%2016.5792%200.750001%2014.27L0.750001%207.75C0.750001%205.44082%201.20779%203.62905%202.42342%202.41342C3.63905%201.19778%205.45083%200.739996%207.76%200.739997L7.89%200.739997C9.96847%200.739997%2011.6408%201.1107%2012.8423%202.07185C14.0654%203.05033%2014.6611%204.52593%2014.8368%206.41038C14.8752%206.82281%2014.572%207.18831%2014.1596%207.22676C13.7472%207.26521%2013.3817%206.96204%2013.3432%206.54961C13.1889%204.89407%2012.6946%203.87467%2011.9052%203.24315C11.0942%202.59429%209.83154%202.24%207.89%202.24L7.76%202.24C5.59918%202.24%204.28095%202.67721%203.48408%203.47408C2.68721%204.27094%202.25%205.58917%202.25%207.75L2.25%2014.27C2.25%2016.4308%202.68721%2017.749%203.48408%2018.5459C4.28095%2019.3428%205.59918%2019.78%207.76%2019.78L7.89%2019.78C9.84633%2019.78%2011.1138%2019.4208%2011.9249%2018.7626ZM16.6197%2014.9003C16.3268%2014.6074%2016.3268%2014.1326%2016.6197%2013.8397L18.6893%2011.77L8%2011.77C7.58579%2011.77%207.25%2011.4342%207.25%2011.02C7.25%2010.6058%207.58579%2010.27%208%2010.27L18.6893%2010.27L16.6197%208.20033C16.3268%207.90743%2016.3268%207.43256%2016.6197%207.13967C16.9126%206.84677%2017.3874%206.84677%2017.6803%207.13967L21.0303%2010.4897C21.3232%2010.7826%2021.3232%2011.2574%2021.0303%2011.5503L17.6803%2014.9003C17.3874%2015.1932%2016.9126%2015.1932%2016.6197%2014.9003Z'%20fill='%23000000'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-logout.-colorPrimary{background-color:var(--colorPrimary)}.icon-logout.-white{background-color:var(--white)}.icon-logout.-gray10{background-color:var(--gray10)}.icon-logout.-gray15{background-color:var(--gray15)}.icon-logout.-gray20{background-color:var(--gray20)}.icon-logout.-gray30{background-color:var(--gray30)}.icon-logout.-gray40{background-color:var(--gray40)}.icon-logout.-gray50{background-color:var(--gray50)}.icon-logout.-gray60{background-color:var(--gray60)}.icon-logout.-gray70{background-color:var(--gray70)}.icon-logout.-gray80{background-color:var(--gray80)}.icon-logout.-gray90{background-color:var(--gray90)}.icon-logout.-gray100{background-color:var(--gray100)}.icon-logout.-black{background-color:var(--black)}.icon-logout.-colorGreen{background-color:var(--colorGreen)}.icon-logout.-colorRed{background-color:var(--colorRed)}.icon-logout.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-logout.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-logout.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-logout.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-logout.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-logout.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-logout.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-logout.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-logout.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-logout.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-logout.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-logout.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-logout.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-logout.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-logout.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-logout.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-logout.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-logout.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-logout.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-logout.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-logout.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-logout.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-logout.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-logout.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-p-before-dinner{mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16%206C10.477%206%206%2010.477%206%2016C6%2021.523%2010.477%2026%2016%2026C21.523%2026%2026%2021.523%2026%2016C26%2010.477%2021.523%206%2016%206ZM20%2020C19.6095%2020.3905%2018.9764%2020.3905%2018.586%2020L15%2016.414L15%2011C15%2010.4477%2015.4477%2010%2016%2010C16.5523%2010%2017%2010.4477%2017%2011V15.586L20%2018.586C20.3905%2018.9764%2020.3905%2019.6095%2020%2020Z'%20fill='black'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16%206C10.477%206%206%2010.477%206%2016C6%2021.523%2010.477%2026%2016%2026C21.523%2026%2026%2021.523%2026%2016C26%2010.477%2021.523%206%2016%206ZM20%2020C19.6095%2020.3905%2018.9764%2020.3905%2018.586%2020L15%2016.414L15%2011C15%2010.4477%2015.4477%2010%2016%2010C16.5523%2010%2017%2010.4477%2017%2011V15.586L20%2018.586C20.3905%2018.9764%2020.3905%2019.6095%2020%2020Z'%20fill='black'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-p-before-dinner.-colorPrimary{background-color:var(--colorPrimary)}.icon-p-before-dinner.-white{background-color:var(--white)}.icon-p-before-dinner.-gray10{background-color:var(--gray10)}.icon-p-before-dinner.-gray15{background-color:var(--gray15)}.icon-p-before-dinner.-gray20{background-color:var(--gray20)}.icon-p-before-dinner.-gray30{background-color:var(--gray30)}.icon-p-before-dinner.-gray40{background-color:var(--gray40)}.icon-p-before-dinner.-gray50{background-color:var(--gray50)}.icon-p-before-dinner.-gray60{background-color:var(--gray60)}.icon-p-before-dinner.-gray70{background-color:var(--gray70)}.icon-p-before-dinner.-gray80{background-color:var(--gray80)}.icon-p-before-dinner.-gray90{background-color:var(--gray90)}.icon-p-before-dinner.-gray100{background-color:var(--gray100)}.icon-p-before-dinner.-black{background-color:var(--black)}.icon-p-before-dinner.-colorGreen{background-color:var(--colorGreen)}.icon-p-before-dinner.-colorRed{background-color:var(--colorRed)}.icon-p-before-dinner.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-p-before-dinner.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-p-before-dinner.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-p-before-dinner.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-p-before-dinner.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-p-before-dinner.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-p-before-dinner.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-p-before-dinner.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-p-before-dinner.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-p-before-dinner.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-p-before-dinner.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-p-before-dinner.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-p-before-dinner.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-p-before-dinner.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-p-before-dinner.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-p-before-dinner.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-p-before-dinner.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-p-before-dinner.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-p-before-dinner.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-p-before-dinner.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-p-before-dinner.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-p-before-dinner.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-p-before-dinner.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-p-before-dinner.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-p-cena{mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.1246%205.06131C28.7803%205.84275%2027.8425%208.81223%2027.8425%2014.4386C27.8425%2017.4081%2029.718%2015.6889%2029.5617%2017.877L28.7803%2025.8477C28.624%2026.6291%2029.2491%2027.2543%2030.3431%2027.2543C31.4372%2027.2543%2031.7497%2026.4728%2031.7497%2025.8477V5.37389C31.5935%205.06131%2031.4372%204.90502%2031.1246%205.06131Z'%20fill='%23000000'/%3e%3cpath%20d='M5.49354%205.5299C5.49354%205.21732%205.33725%205.06104%205.02467%205.06104C4.7121%205.06104%204.55581%205.21732%204.55581%205.5299V10.0623C4.55581%2010.3748%204.39952%2010.5311%204.08694%2010.5311C3.77437%2010.5311%203.61808%2010.3748%203.61808%2010.0623V5.5299C3.46179%205.21732%203.3055%205.06104%202.99292%205.06104C2.68035%205.06104%202.52406%205.21732%202.52406%205.5299V10.0623C2.52406%2010.3748%202.36777%2010.5311%202.05519%2010.5311C1.74262%2010.5311%201.58633%2010.3748%201.58633%2010.0623V5.5299C1.58633%205.21732%201.43004%205.06104%201.11746%205.06104C0.648597%205.06104%200.492309%205.21732%200.492309%205.5299L0.0234433%2010.8437C-0.132845%2012.2503%200.492308%2013.5006%201.8989%2013.8132C2.05519%2013.8132%202.21148%2013.9695%202.21148%2014.1258L1.58633%2025.6911C1.58633%2026.6288%202.05519%2027.254%203.14921%2027.254C4.24323%2027.254%204.7121%2026.7851%204.7121%2025.6911L4.08694%2014.1258C4.08694%2013.9695%204.24323%2013.8132%204.39952%2013.8132C5.80611%2013.5006%206.43127%2012.2503%206.27498%2010.8437L5.49354%205.5299Z'%20fill='%23000000'/%3e%3cpath%20d='M16.746%209.74878C13.3076%209.74878%2010.3381%2012.562%2010.3381%2016.1566C10.3381%2019.7512%2013.1513%2022.5644%2016.746%2022.5644C20.3406%2022.5644%2023.1538%2019.7512%2023.1538%2016.1566C23.1538%2012.562%2020.1843%209.74878%2016.746%209.74878ZM14.2453%2018.6572C12.2136%2016.6255%2013.6202%2013.0308%2016.2771%2012.8745C16.5897%2012.8745%2016.746%2013.1871%2016.5897%2013.3434C15.9645%2014.1249%2016.1208%2015.3752%2016.746%2016.0003C17.3711%2016.6255%2018.6214%2016.7818%2019.4029%2016.1566C19.7154%2016.0003%2020.028%2016.1566%2019.8717%2016.4692C19.8717%2019.2824%2016.2771%2020.5327%2014.2453%2018.6572Z'%20fill='%23000000'/%3e%3cpath%20d='M16.7462%206.77954C11.5887%206.77954%207.3689%2010.9993%207.3689%2016.1568C7.3689%2021.3144%2011.5887%2025.5342%2016.7462%2025.5342C21.9037%2025.5342%2026.1235%2021.3144%2026.1235%2016.1568C26.1235%2010.9993%2021.9037%206.77954%2016.7462%206.77954ZM16.7462%2023.6587C12.6827%2023.6587%209.24436%2020.2203%209.24436%2016.1568C9.24436%2012.0933%2012.6827%208.655%2016.7462%208.655C20.8097%208.655%2024.248%2012.0933%2024.248%2016.1568C24.248%2020.2203%2020.8097%2023.6587%2016.7462%2023.6587Z'%20fill='%23000000'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.1246%205.06131C28.7803%205.84275%2027.8425%208.81223%2027.8425%2014.4386C27.8425%2017.4081%2029.718%2015.6889%2029.5617%2017.877L28.7803%2025.8477C28.624%2026.6291%2029.2491%2027.2543%2030.3431%2027.2543C31.4372%2027.2543%2031.7497%2026.4728%2031.7497%2025.8477V5.37389C31.5935%205.06131%2031.4372%204.90502%2031.1246%205.06131Z'%20fill='%23000000'/%3e%3cpath%20d='M5.49354%205.5299C5.49354%205.21732%205.33725%205.06104%205.02467%205.06104C4.7121%205.06104%204.55581%205.21732%204.55581%205.5299V10.0623C4.55581%2010.3748%204.39952%2010.5311%204.08694%2010.5311C3.77437%2010.5311%203.61808%2010.3748%203.61808%2010.0623V5.5299C3.46179%205.21732%203.3055%205.06104%202.99292%205.06104C2.68035%205.06104%202.52406%205.21732%202.52406%205.5299V10.0623C2.52406%2010.3748%202.36777%2010.5311%202.05519%2010.5311C1.74262%2010.5311%201.58633%2010.3748%201.58633%2010.0623V5.5299C1.58633%205.21732%201.43004%205.06104%201.11746%205.06104C0.648597%205.06104%200.492309%205.21732%200.492309%205.5299L0.0234433%2010.8437C-0.132845%2012.2503%200.492308%2013.5006%201.8989%2013.8132C2.05519%2013.8132%202.21148%2013.9695%202.21148%2014.1258L1.58633%2025.6911C1.58633%2026.6288%202.05519%2027.254%203.14921%2027.254C4.24323%2027.254%204.7121%2026.7851%204.7121%2025.6911L4.08694%2014.1258C4.08694%2013.9695%204.24323%2013.8132%204.39952%2013.8132C5.80611%2013.5006%206.43127%2012.2503%206.27498%2010.8437L5.49354%205.5299Z'%20fill='%23000000'/%3e%3cpath%20d='M16.746%209.74878C13.3076%209.74878%2010.3381%2012.562%2010.3381%2016.1566C10.3381%2019.7512%2013.1513%2022.5644%2016.746%2022.5644C20.3406%2022.5644%2023.1538%2019.7512%2023.1538%2016.1566C23.1538%2012.562%2020.1843%209.74878%2016.746%209.74878ZM14.2453%2018.6572C12.2136%2016.6255%2013.6202%2013.0308%2016.2771%2012.8745C16.5897%2012.8745%2016.746%2013.1871%2016.5897%2013.3434C15.9645%2014.1249%2016.1208%2015.3752%2016.746%2016.0003C17.3711%2016.6255%2018.6214%2016.7818%2019.4029%2016.1566C19.7154%2016.0003%2020.028%2016.1566%2019.8717%2016.4692C19.8717%2019.2824%2016.2771%2020.5327%2014.2453%2018.6572Z'%20fill='%23000000'/%3e%3cpath%20d='M16.7462%206.77954C11.5887%206.77954%207.3689%2010.9993%207.3689%2016.1568C7.3689%2021.3144%2011.5887%2025.5342%2016.7462%2025.5342C21.9037%2025.5342%2026.1235%2021.3144%2026.1235%2016.1568C26.1235%2010.9993%2021.9037%206.77954%2016.7462%206.77954ZM16.7462%2023.6587C12.6827%2023.6587%209.24436%2020.2203%209.24436%2016.1568C9.24436%2012.0933%2012.6827%208.655%2016.7462%208.655C20.8097%208.655%2024.248%2012.0933%2024.248%2016.1568C24.248%2020.2203%2020.8097%2023.6587%2016.7462%2023.6587Z'%20fill='%23000000'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-p-cena.-colorPrimary{background-color:var(--colorPrimary)}.icon-p-cena.-white{background-color:var(--white)}.icon-p-cena.-gray10{background-color:var(--gray10)}.icon-p-cena.-gray15{background-color:var(--gray15)}.icon-p-cena.-gray20{background-color:var(--gray20)}.icon-p-cena.-gray30{background-color:var(--gray30)}.icon-p-cena.-gray40{background-color:var(--gray40)}.icon-p-cena.-gray50{background-color:var(--gray50)}.icon-p-cena.-gray60{background-color:var(--gray60)}.icon-p-cena.-gray70{background-color:var(--gray70)}.icon-p-cena.-gray80{background-color:var(--gray80)}.icon-p-cena.-gray90{background-color:var(--gray90)}.icon-p-cena.-gray100{background-color:var(--gray100)}.icon-p-cena.-black{background-color:var(--black)}.icon-p-cena.-colorGreen{background-color:var(--colorGreen)}.icon-p-cena.-colorRed{background-color:var(--colorRed)}.icon-p-cena.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-p-cena.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-p-cena.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-p-cena.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-p-cena.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-p-cena.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-p-cena.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-p-cena.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-p-cena.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-p-cena.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-p-cena.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-p-cena.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-p-cena.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-p-cena.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-p-cena.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-p-cena.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-p-cena.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-p-cena.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-p-cena.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-p-cena.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-p-cena.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-p-cena.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-p-cena.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-p-cena.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-p-comida{mask-image:url(/assets/p-comida-BuLVFDrZ.svg);-webkit-mask-image:url(/assets/p-comida-BuLVFDrZ.svg);background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-p-comida.-colorPrimary{background-color:var(--colorPrimary)}.icon-p-comida.-white{background-color:var(--white)}.icon-p-comida.-gray10{background-color:var(--gray10)}.icon-p-comida.-gray15{background-color:var(--gray15)}.icon-p-comida.-gray20{background-color:var(--gray20)}.icon-p-comida.-gray30{background-color:var(--gray30)}.icon-p-comida.-gray40{background-color:var(--gray40)}.icon-p-comida.-gray50{background-color:var(--gray50)}.icon-p-comida.-gray60{background-color:var(--gray60)}.icon-p-comida.-gray70{background-color:var(--gray70)}.icon-p-comida.-gray80{background-color:var(--gray80)}.icon-p-comida.-gray90{background-color:var(--gray90)}.icon-p-comida.-gray100{background-color:var(--gray100)}.icon-p-comida.-black{background-color:var(--black)}.icon-p-comida.-colorGreen{background-color:var(--colorGreen)}.icon-p-comida.-colorRed{background-color:var(--colorRed)}.icon-p-comida.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-p-comida.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-p-comida.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-p-comida.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-p-comida.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-p-comida.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-p-comida.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-p-comida.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-p-comida.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-p-comida.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-p-comida.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-p-comida.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-p-comida.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-p-comida.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-p-comida.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-p-comida.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-p-comida.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-p-comida.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-p-comida.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-p-comida.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-p-comida.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-p-comida.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-p-comida.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-p-comida.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-p-custom{mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16%206C10.477%206%206%2010.477%206%2016C6%2021.523%2010.477%2026%2016%2026C21.523%2026%2026%2021.523%2026%2016C26%2010.477%2021.523%206%2016%206ZM19.53%2019.53C19.384%2019.676%2019.192%2019.75%2019%2019.75C18.808%2019.75%2018.616%2019.677%2018.47%2019.53L15.47%2016.53C15.329%2016.389%2015.25%2016.198%2015.25%2016V11C15.25%2010.586%2015.586%2010.25%2016%2010.25C16.414%2010.25%2016.75%2010.586%2016.75%2011V15.689L19.53%2018.469C19.823%2018.763%2019.823%2019.237%2019.53%2019.53Z'%20fill='%23000000'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16%206C10.477%206%206%2010.477%206%2016C6%2021.523%2010.477%2026%2016%2026C21.523%2026%2026%2021.523%2026%2016C26%2010.477%2021.523%206%2016%206ZM19.53%2019.53C19.384%2019.676%2019.192%2019.75%2019%2019.75C18.808%2019.75%2018.616%2019.677%2018.47%2019.53L15.47%2016.53C15.329%2016.389%2015.25%2016.198%2015.25%2016V11C15.25%2010.586%2015.586%2010.25%2016%2010.25C16.414%2010.25%2016.75%2010.586%2016.75%2011V15.689L19.53%2018.469C19.823%2018.763%2019.823%2019.237%2019.53%2019.53Z'%20fill='%23000000'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-p-custom.-colorPrimary{background-color:var(--colorPrimary)}.icon-p-custom.-white{background-color:var(--white)}.icon-p-custom.-gray10{background-color:var(--gray10)}.icon-p-custom.-gray15{background-color:var(--gray15)}.icon-p-custom.-gray20{background-color:var(--gray20)}.icon-p-custom.-gray30{background-color:var(--gray30)}.icon-p-custom.-gray40{background-color:var(--gray40)}.icon-p-custom.-gray50{background-color:var(--gray50)}.icon-p-custom.-gray60{background-color:var(--gray60)}.icon-p-custom.-gray70{background-color:var(--gray70)}.icon-p-custom.-gray80{background-color:var(--gray80)}.icon-p-custom.-gray90{background-color:var(--gray90)}.icon-p-custom.-gray100{background-color:var(--gray100)}.icon-p-custom.-black{background-color:var(--black)}.icon-p-custom.-colorGreen{background-color:var(--colorGreen)}.icon-p-custom.-colorRed{background-color:var(--colorRed)}.icon-p-custom.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-p-custom.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-p-custom.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-p-custom.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-p-custom.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-p-custom.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-p-custom.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-p-custom.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-p-custom.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-p-custom.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-p-custom.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-p-custom.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-p-custom.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-p-custom.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-p-custom.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-p-custom.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-p-custom.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-p-custom.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-p-custom.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-p-custom.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-p-custom.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-p-custom.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-p-custom.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-p-custom.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-p-desayuno{mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.24016%2027.218H22.1213C23.2413%2027.218%2024.2014%2026.2579%2024.2014%2025.1378H5C5%2026.2579%205.96007%2027.218%207.24016%2027.218Z'%20fill='%23000000'/%3e%3cpath%20d='M23.7222%2014.4162H23.0821V13.9361C23.0821%2013.4561%2022.7621%2013.1361%2022.2821%2013.1361H6.28089C5.80086%2013.1361%205.48083%2013.4561%205.48083%2013.9361V14.8962C5.48083%2017.2964%205.64085%2019.8566%206.76093%2021.9367C7.40098%2023.0568%208.36105%2023.8569%209.48113%2024.4969H18.9218C20.0419%2023.8569%2021.002%2023.0568%2021.642%2021.9367C21.642%2021.7767%2021.802%2021.7767%2021.802%2021.6167H23.7222C25.6423%2021.6167%2027.4024%2020.0166%2027.4024%2017.9364C27.4024%2016.1763%2025.6423%2014.4162%2023.7222%2014.4162ZM23.7222%2020.1766H22.4421C22.9221%2018.8965%2022.9221%2017.2964%2023.0821%2015.8563H23.7222C24.8423%2015.8563%2025.9623%2016.8163%2025.9623%2018.0964C25.9623%2019.2165%2024.8423%2020.1766%2023.7222%2020.1766Z'%20fill='%23000000'/%3e%3cpath%20d='M9.80132%2012.0151C9.48129%2012.0151%209.32128%2011.8551%209.16127%2011.6951C8.84125%2011.375%209.00126%2010.895%209.32128%2010.575C9.6413%2010.415%209.96133%2010.095%2010.1213%209.93494C10.2814%209.77493%2010.2814%209.61492%2010.2814%209.4549C10.2814%209.29489%2010.1213%209.13488%209.80132%208.81486C9.6413%208.49483%209.32128%208.17481%209.16127%207.85479C8.84125%207.21474%208.84125%206.25467%209.32128%205.61462C9.80132%204.97457%2010.2814%204.49454%2010.7614%204.17452C11.0814%203.85449%2011.5614%204.0145%2011.8815%204.33453C12.2015%204.65455%2012.0415%205.13459%2011.7215%205.45461C11.2414%205.77463%2010.9214%206.09466%2010.7614%206.41468C10.6014%206.57469%2010.6014%206.89472%2010.6014%207.21474C10.6014%207.37475%2010.9214%207.53476%2011.0814%207.69477C11.4014%208.0148%2011.8815%208.49483%2011.8815%209.13488C12.0415%209.77493%2011.8815%2010.415%2011.4014%2010.895C11.0814%2011.375%2010.6014%2011.6951%2010.2814%2012.0151C10.1213%2012.0151%209.96133%2012.0151%209.80132%2012.0151Z'%20fill='%23000000'/%3e%3cpath%20d='M13.9615%2012.015C13.6414%2012.015%2013.4814%2011.855%2013.3214%2011.695C13.0014%2011.375%2013.1614%2010.895%2013.4814%2010.5749C13.8015%2010.4149%2014.1215%2010.0949%2014.2815%209.93489C14.4415%209.77488%2014.6015%209.61487%2014.6015%209.45486C14.6015%209.29485%2014.4415%209.13483%2014.1215%208.81481C13.8015%208.49479%2013.6414%208.17476%2013.3214%207.85474C13.0014%207.21469%2013.0014%206.25462%2013.4814%205.61458C13.8015%204.97453%2014.4415%204.49449%2014.7615%204.17447C15.0816%203.85445%2015.5616%204.01446%2015.8816%204.33448C16.2016%204.65451%2016.0416%205.13454%2015.7216%205.45456C15.2416%205.77459%2014.9215%206.09461%2014.7615%206.41463C14.6015%206.73466%2014.6015%207.05468%2014.6015%207.21469C14.6015%207.37471%2014.9215%207.53472%2015.0816%207.69473C15.5616%208.01475%2016.0416%208.49479%2016.2016%209.13483C16.3616%209.77488%2016.2016%2010.4149%2015.7216%2010.895C15.4016%2011.375%2014.9215%2011.695%2014.6015%2011.855C14.2815%2012.015%2014.1215%2012.015%2013.9615%2012.015Z'%20fill='%23000000'/%3e%3cpath%20d='M18.1212%2012.015C17.8012%2012.015%2017.6412%2011.855%2017.4812%2011.695C17.1612%2011.375%2017.3212%2010.895%2017.6412%2010.5749C17.9612%2010.4149%2018.2813%2010.0949%2018.4413%209.93489C18.6013%209.77488%2018.6013%209.61487%2018.6013%209.45486C18.6013%209.29485%2018.4413%209.13483%2018.1212%208.81481C17.8012%208.49479%2017.6412%208.17476%2017.3212%207.85474C17.0012%207.21469%2017.0012%206.25462%2017.4812%205.61458C17.8012%204.97453%2018.4413%204.49449%2018.7613%204.17447C19.0813%203.85445%2019.5613%204.01446%2019.8814%204.33448C20.2014%204.65451%2020.0414%205.13454%2019.7214%205.45456C19.2413%205.77459%2018.9213%206.09461%2018.7613%206.41463C18.6013%206.73466%2018.6013%207.05468%2018.6013%207.21469C18.6013%207.37471%2018.9213%207.53472%2019.0813%207.69473C19.4013%208.01475%2019.8814%208.49479%2019.8814%209.13483C20.0414%209.77488%2019.8814%2010.4149%2019.4013%2010.895C19.0813%2011.375%2018.6013%2011.695%2018.2813%2011.855C18.4413%2012.015%2018.2813%2012.015%2018.1212%2012.015Z'%20fill='%23000000'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.24016%2027.218H22.1213C23.2413%2027.218%2024.2014%2026.2579%2024.2014%2025.1378H5C5%2026.2579%205.96007%2027.218%207.24016%2027.218Z'%20fill='%23000000'/%3e%3cpath%20d='M23.7222%2014.4162H23.0821V13.9361C23.0821%2013.4561%2022.7621%2013.1361%2022.2821%2013.1361H6.28089C5.80086%2013.1361%205.48083%2013.4561%205.48083%2013.9361V14.8962C5.48083%2017.2964%205.64085%2019.8566%206.76093%2021.9367C7.40098%2023.0568%208.36105%2023.8569%209.48113%2024.4969H18.9218C20.0419%2023.8569%2021.002%2023.0568%2021.642%2021.9367C21.642%2021.7767%2021.802%2021.7767%2021.802%2021.6167H23.7222C25.6423%2021.6167%2027.4024%2020.0166%2027.4024%2017.9364C27.4024%2016.1763%2025.6423%2014.4162%2023.7222%2014.4162ZM23.7222%2020.1766H22.4421C22.9221%2018.8965%2022.9221%2017.2964%2023.0821%2015.8563H23.7222C24.8423%2015.8563%2025.9623%2016.8163%2025.9623%2018.0964C25.9623%2019.2165%2024.8423%2020.1766%2023.7222%2020.1766Z'%20fill='%23000000'/%3e%3cpath%20d='M9.80132%2012.0151C9.48129%2012.0151%209.32128%2011.8551%209.16127%2011.6951C8.84125%2011.375%209.00126%2010.895%209.32128%2010.575C9.6413%2010.415%209.96133%2010.095%2010.1213%209.93494C10.2814%209.77493%2010.2814%209.61492%2010.2814%209.4549C10.2814%209.29489%2010.1213%209.13488%209.80132%208.81486C9.6413%208.49483%209.32128%208.17481%209.16127%207.85479C8.84125%207.21474%208.84125%206.25467%209.32128%205.61462C9.80132%204.97457%2010.2814%204.49454%2010.7614%204.17452C11.0814%203.85449%2011.5614%204.0145%2011.8815%204.33453C12.2015%204.65455%2012.0415%205.13459%2011.7215%205.45461C11.2414%205.77463%2010.9214%206.09466%2010.7614%206.41468C10.6014%206.57469%2010.6014%206.89472%2010.6014%207.21474C10.6014%207.37475%2010.9214%207.53476%2011.0814%207.69477C11.4014%208.0148%2011.8815%208.49483%2011.8815%209.13488C12.0415%209.77493%2011.8815%2010.415%2011.4014%2010.895C11.0814%2011.375%2010.6014%2011.6951%2010.2814%2012.0151C10.1213%2012.0151%209.96133%2012.0151%209.80132%2012.0151Z'%20fill='%23000000'/%3e%3cpath%20d='M13.9615%2012.015C13.6414%2012.015%2013.4814%2011.855%2013.3214%2011.695C13.0014%2011.375%2013.1614%2010.895%2013.4814%2010.5749C13.8015%2010.4149%2014.1215%2010.0949%2014.2815%209.93489C14.4415%209.77488%2014.6015%209.61487%2014.6015%209.45486C14.6015%209.29485%2014.4415%209.13483%2014.1215%208.81481C13.8015%208.49479%2013.6414%208.17476%2013.3214%207.85474C13.0014%207.21469%2013.0014%206.25462%2013.4814%205.61458C13.8015%204.97453%2014.4415%204.49449%2014.7615%204.17447C15.0816%203.85445%2015.5616%204.01446%2015.8816%204.33448C16.2016%204.65451%2016.0416%205.13454%2015.7216%205.45456C15.2416%205.77459%2014.9215%206.09461%2014.7615%206.41463C14.6015%206.73466%2014.6015%207.05468%2014.6015%207.21469C14.6015%207.37471%2014.9215%207.53472%2015.0816%207.69473C15.5616%208.01475%2016.0416%208.49479%2016.2016%209.13483C16.3616%209.77488%2016.2016%2010.4149%2015.7216%2010.895C15.4016%2011.375%2014.9215%2011.695%2014.6015%2011.855C14.2815%2012.015%2014.1215%2012.015%2013.9615%2012.015Z'%20fill='%23000000'/%3e%3cpath%20d='M18.1212%2012.015C17.8012%2012.015%2017.6412%2011.855%2017.4812%2011.695C17.1612%2011.375%2017.3212%2010.895%2017.6412%2010.5749C17.9612%2010.4149%2018.2813%2010.0949%2018.4413%209.93489C18.6013%209.77488%2018.6013%209.61487%2018.6013%209.45486C18.6013%209.29485%2018.4413%209.13483%2018.1212%208.81481C17.8012%208.49479%2017.6412%208.17476%2017.3212%207.85474C17.0012%207.21469%2017.0012%206.25462%2017.4812%205.61458C17.8012%204.97453%2018.4413%204.49449%2018.7613%204.17447C19.0813%203.85445%2019.5613%204.01446%2019.8814%204.33448C20.2014%204.65451%2020.0414%205.13454%2019.7214%205.45456C19.2413%205.77459%2018.9213%206.09461%2018.7613%206.41463C18.6013%206.73466%2018.6013%207.05468%2018.6013%207.21469C18.6013%207.37471%2018.9213%207.53472%2019.0813%207.69473C19.4013%208.01475%2019.8814%208.49479%2019.8814%209.13483C20.0414%209.77488%2019.8814%2010.4149%2019.4013%2010.895C19.0813%2011.375%2018.6013%2011.695%2018.2813%2011.855C18.4413%2012.015%2018.2813%2012.015%2018.1212%2012.015Z'%20fill='%23000000'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-p-desayuno.-colorPrimary{background-color:var(--colorPrimary)}.icon-p-desayuno.-white{background-color:var(--white)}.icon-p-desayuno.-gray10{background-color:var(--gray10)}.icon-p-desayuno.-gray15{background-color:var(--gray15)}.icon-p-desayuno.-gray20{background-color:var(--gray20)}.icon-p-desayuno.-gray30{background-color:var(--gray30)}.icon-p-desayuno.-gray40{background-color:var(--gray40)}.icon-p-desayuno.-gray50{background-color:var(--gray50)}.icon-p-desayuno.-gray60{background-color:var(--gray60)}.icon-p-desayuno.-gray70{background-color:var(--gray70)}.icon-p-desayuno.-gray80{background-color:var(--gray80)}.icon-p-desayuno.-gray90{background-color:var(--gray90)}.icon-p-desayuno.-gray100{background-color:var(--gray100)}.icon-p-desayuno.-black{background-color:var(--black)}.icon-p-desayuno.-colorGreen{background-color:var(--colorGreen)}.icon-p-desayuno.-colorRed{background-color:var(--colorRed)}.icon-p-desayuno.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-p-desayuno.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-p-desayuno.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-p-desayuno.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-p-desayuno.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-p-desayuno.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-p-desayuno.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-p-desayuno.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-p-desayuno.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-p-desayuno.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-p-desayuno.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-p-desayuno.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-p-desayuno.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-p-desayuno.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-p-desayuno.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-p-desayuno.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-p-desayuno.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-p-desayuno.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-p-desayuno.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-p-desayuno.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-p-desayuno.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-p-desayuno.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-p-desayuno.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-p-desayuno.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-p-dormir{mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.054%2017.9815C22.7335%2017.8212%2022.2527%2017.8212%2021.9322%2018.1417C20.3295%2019.7444%2018.2461%2020.5457%2016.0024%2020.2252C12.7971%2019.9046%2010.0727%2017.1801%209.75214%2013.9749C9.59188%2011.8915%2010.3932%209.80803%2011.8356%208.2054C12.1561%207.88487%2012.1561%207.40408%2011.9958%207.08355C11.8356%206.60276%2011.3548%206.4425%2011.0342%206.60276C6.06608%207.72461%202.70055%2012.212%203.02108%2017.3404C3.34161%2022.6291%207.66872%2026.9562%2012.9574%2027.2767C13.1177%2027.2767%2013.2779%2027.2767%2013.5985%2027.2767C18.4064%2027.2767%2022.5732%2023.9112%2023.6951%2019.2636C23.6951%2018.6225%2023.5348%2018.302%2023.054%2017.9815Z'%20fill='%23000000'/%3e%3cpath%20d='M15.36%2011.0913H17.1229L14.3985%2014.7774C14.0779%2015.0979%2014.0779%2015.5787%2014.2382%2016.0595C14.3985%2016.5403%2014.8793%2016.7005%2015.36%2016.7005H19.3666C20.0077%2016.7005%2020.4885%2016.2198%2020.4885%2015.5787C20.4885%2014.9377%2020.0077%2014.4569%2019.3666%2014.4569H17.6037L20.3282%2010.7708C20.6487%2010.29%2020.6487%209.80922%2020.4885%209.32843C20.3282%208.84764%2019.8474%208.68738%2019.3666%208.68738H15.36C14.719%208.68738%2014.2382%209.16817%2014.2382%209.80922C14.2382%2010.4503%2014.719%2011.0913%2015.36%2011.0913Z'%20fill='%23000000'/%3e%3cpath%20d='M27.5424%2010.449H25.7795L28.5039%206.76293C28.6642%206.4424%2028.8245%205.96161%2028.5039%205.64108C28.3437%205.32056%2027.8629%205.00003%2027.3821%205.00003H23.3755C22.7345%205.00003%2022.2537%205.48082%2022.2537%206.12187C22.2537%206.76293%2022.7345%207.24372%2023.3755%207.24372H25.1384L22.4139%2010.9298C22.2537%2011.2503%2022.2537%2011.8914%2022.4139%2012.2119C22.5742%2012.6927%2023.055%2012.8529%2023.5358%2012.8529H27.5424C28.1834%2012.8529%2028.6642%2012.3721%2028.6642%2011.7311C28.6642%2011.09%2028.1834%2010.449%2027.5424%2010.449Z'%20fill='%23000000'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.054%2017.9815C22.7335%2017.8212%2022.2527%2017.8212%2021.9322%2018.1417C20.3295%2019.7444%2018.2461%2020.5457%2016.0024%2020.2252C12.7971%2019.9046%2010.0727%2017.1801%209.75214%2013.9749C9.59188%2011.8915%2010.3932%209.80803%2011.8356%208.2054C12.1561%207.88487%2012.1561%207.40408%2011.9958%207.08355C11.8356%206.60276%2011.3548%206.4425%2011.0342%206.60276C6.06608%207.72461%202.70055%2012.212%203.02108%2017.3404C3.34161%2022.6291%207.66872%2026.9562%2012.9574%2027.2767C13.1177%2027.2767%2013.2779%2027.2767%2013.5985%2027.2767C18.4064%2027.2767%2022.5732%2023.9112%2023.6951%2019.2636C23.6951%2018.6225%2023.5348%2018.302%2023.054%2017.9815Z'%20fill='%23000000'/%3e%3cpath%20d='M15.36%2011.0913H17.1229L14.3985%2014.7774C14.0779%2015.0979%2014.0779%2015.5787%2014.2382%2016.0595C14.3985%2016.5403%2014.8793%2016.7005%2015.36%2016.7005H19.3666C20.0077%2016.7005%2020.4885%2016.2198%2020.4885%2015.5787C20.4885%2014.9377%2020.0077%2014.4569%2019.3666%2014.4569H17.6037L20.3282%2010.7708C20.6487%2010.29%2020.6487%209.80922%2020.4885%209.32843C20.3282%208.84764%2019.8474%208.68738%2019.3666%208.68738H15.36C14.719%208.68738%2014.2382%209.16817%2014.2382%209.80922C14.2382%2010.4503%2014.719%2011.0913%2015.36%2011.0913Z'%20fill='%23000000'/%3e%3cpath%20d='M27.5424%2010.449H25.7795L28.5039%206.76293C28.6642%206.4424%2028.8245%205.96161%2028.5039%205.64108C28.3437%205.32056%2027.8629%205.00003%2027.3821%205.00003H23.3755C22.7345%205.00003%2022.2537%205.48082%2022.2537%206.12187C22.2537%206.76293%2022.7345%207.24372%2023.3755%207.24372H25.1384L22.4139%2010.9298C22.2537%2011.2503%2022.2537%2011.8914%2022.4139%2012.2119C22.5742%2012.6927%2023.055%2012.8529%2023.5358%2012.8529H27.5424C28.1834%2012.8529%2028.6642%2012.3721%2028.6642%2011.7311C28.6642%2011.09%2028.1834%2010.449%2027.5424%2010.449Z'%20fill='%23000000'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-p-dormir.-colorPrimary{background-color:var(--colorPrimary)}.icon-p-dormir.-white{background-color:var(--white)}.icon-p-dormir.-gray10{background-color:var(--gray10)}.icon-p-dormir.-gray15{background-color:var(--gray15)}.icon-p-dormir.-gray20{background-color:var(--gray20)}.icon-p-dormir.-gray30{background-color:var(--gray30)}.icon-p-dormir.-gray40{background-color:var(--gray40)}.icon-p-dormir.-gray50{background-color:var(--gray50)}.icon-p-dormir.-gray60{background-color:var(--gray60)}.icon-p-dormir.-gray70{background-color:var(--gray70)}.icon-p-dormir.-gray80{background-color:var(--gray80)}.icon-p-dormir.-gray90{background-color:var(--gray90)}.icon-p-dormir.-gray100{background-color:var(--gray100)}.icon-p-dormir.-black{background-color:var(--black)}.icon-p-dormir.-colorGreen{background-color:var(--colorGreen)}.icon-p-dormir.-colorRed{background-color:var(--colorRed)}.icon-p-dormir.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-p-dormir.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-p-dormir.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-p-dormir.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-p-dormir.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-p-dormir.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-p-dormir.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-p-dormir.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-p-dormir.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-p-dormir.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-p-dormir.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-p-dormir.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-p-dormir.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-p-dormir.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-p-dormir.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-p-dormir.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-p-dormir.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-p-dormir.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-p-dormir.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-p-dormir.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-p-dormir.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-p-dormir.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-p-dormir.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-p-dormir.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-p-fasting{mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.0235%205.06111C28.6869%205.84%2027.7522%208.79979%2027.7522%2014.4078C27.7522%2017.3676%2029.6215%2015.654%2029.4658%2017.8349L28.6869%2025.7796C28.5311%2026.5585%2029.1542%2027.1816%2030.2446%2027.1816C31.3351%2027.1816%2031.6466%2026.4027%2031.6466%2025.7796V5.37267C31.4909%205.06111%2031.3351%204.90533%2031.0235%205.06111Z'%20fill='black'/%3e%3cpath%20d='M5.00827%205.06152C4.69671%205.06152%204.54093%205.2173%204.54093%205.52886V10.0464C4.54093%2010.358%204.38516%2010.5138%204.0736%2010.5138C3.76204%2010.5138%203.60626%2010.358%203.60626%2010.0464V5.52886C3.45049%205.2173%203.29471%205.06152%202.98315%205.06152C2.6716%205.06152%202.51582%205.2173%202.51582%205.52886V10.0464C2.51582%2010.358%202.36004%2010.5138%202.04848%2010.5138C1.73693%2010.5138%201.58115%2010.358%201.58115%2010.0464V5.52886C1.58115%205.2173%201.42537%205.06152%201.11381%205.06152C0.646479%205.06152%200.490701%205.2173%200.490701%205.52886L0.0233667%2010.8253C-0.132411%2012.2273%200.490701%2013.4735%201.8927%2013.7851C2.04848%2013.7851%202.20426%2013.9409%202.20426%2014.0967L1.58115%2025.6243C1.58115%2026.5589%202.04848%2027.182%203.13893%2027.182C4.22938%2027.182%204.69671%2026.7147%204.69671%2025.6243L4.0736%2014.0967C4.0736%2013.9409%204.22938%2013.7851%204.38516%2013.7851C5.78716%2013.4735%206.41027%2012.2273%206.25449%2010.8253L5.4756%205.52886C5.4756%205.2173%205.31982%205.06152%205.00827%205.06152Z'%20fill='black'/%3e%3cpath%20d='M16.5359%206.77295C11.3952%206.77295%207.18921%2010.979%207.18921%2016.1196C7.18921%2021.2603%2011.3952%2025.4663%2016.5359%2025.4663C21.6766%2025.4663%2025.8826%2021.2603%2025.8826%2016.1196C25.8826%2010.979%2021.8324%206.77295%2016.5359%206.77295ZM16.5359%2023.597C12.4857%2023.597%209.05855%2020.1699%209.05855%2016.1196C9.05855%2012.0694%2012.4857%208.64229%2016.5359%208.64229C20.5861%208.64229%2024.0133%2012.0694%2024.0133%2016.1196C24.0133%2020.1699%2020.7419%2023.597%2016.5359%2023.597Z'%20fill='black'/%3e%3cpath%20d='M16.5361%209.73242C20.119%209.73245%2022.9229%2012.5372%2022.9229%2016.1201C22.9226%2019.7028%2019.9631%2022.5068%2016.5361%2022.5068C12.9534%2022.5068%2010.1496%2019.7028%2010.1494%2016.1201C10.1494%2012.5372%2013.109%209.73242%2016.5361%209.73242ZM16.5234%2014.6768L14.2305%2012.3838L12.8164%2013.7979L15.1094%2016.0908L12.8164%2018.3838L14.2305%2019.7979L16.5234%2017.5049L18.8164%2019.7979L20.2305%2018.3838L17.9375%2016.0908L20.2305%2013.7979L18.8164%2012.3838L16.5234%2014.6768Z'%20fill='black'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.0235%205.06111C28.6869%205.84%2027.7522%208.79979%2027.7522%2014.4078C27.7522%2017.3676%2029.6215%2015.654%2029.4658%2017.8349L28.6869%2025.7796C28.5311%2026.5585%2029.1542%2027.1816%2030.2446%2027.1816C31.3351%2027.1816%2031.6466%2026.4027%2031.6466%2025.7796V5.37267C31.4909%205.06111%2031.3351%204.90533%2031.0235%205.06111Z'%20fill='black'/%3e%3cpath%20d='M5.00827%205.06152C4.69671%205.06152%204.54093%205.2173%204.54093%205.52886V10.0464C4.54093%2010.358%204.38516%2010.5138%204.0736%2010.5138C3.76204%2010.5138%203.60626%2010.358%203.60626%2010.0464V5.52886C3.45049%205.2173%203.29471%205.06152%202.98315%205.06152C2.6716%205.06152%202.51582%205.2173%202.51582%205.52886V10.0464C2.51582%2010.358%202.36004%2010.5138%202.04848%2010.5138C1.73693%2010.5138%201.58115%2010.358%201.58115%2010.0464V5.52886C1.58115%205.2173%201.42537%205.06152%201.11381%205.06152C0.646479%205.06152%200.490701%205.2173%200.490701%205.52886L0.0233667%2010.8253C-0.132411%2012.2273%200.490701%2013.4735%201.8927%2013.7851C2.04848%2013.7851%202.20426%2013.9409%202.20426%2014.0967L1.58115%2025.6243C1.58115%2026.5589%202.04848%2027.182%203.13893%2027.182C4.22938%2027.182%204.69671%2026.7147%204.69671%2025.6243L4.0736%2014.0967C4.0736%2013.9409%204.22938%2013.7851%204.38516%2013.7851C5.78716%2013.4735%206.41027%2012.2273%206.25449%2010.8253L5.4756%205.52886C5.4756%205.2173%205.31982%205.06152%205.00827%205.06152Z'%20fill='black'/%3e%3cpath%20d='M16.5359%206.77295C11.3952%206.77295%207.18921%2010.979%207.18921%2016.1196C7.18921%2021.2603%2011.3952%2025.4663%2016.5359%2025.4663C21.6766%2025.4663%2025.8826%2021.2603%2025.8826%2016.1196C25.8826%2010.979%2021.8324%206.77295%2016.5359%206.77295ZM16.5359%2023.597C12.4857%2023.597%209.05855%2020.1699%209.05855%2016.1196C9.05855%2012.0694%2012.4857%208.64229%2016.5359%208.64229C20.5861%208.64229%2024.0133%2012.0694%2024.0133%2016.1196C24.0133%2020.1699%2020.7419%2023.597%2016.5359%2023.597Z'%20fill='black'/%3e%3cpath%20d='M16.5361%209.73242C20.119%209.73245%2022.9229%2012.5372%2022.9229%2016.1201C22.9226%2019.7028%2019.9631%2022.5068%2016.5361%2022.5068C12.9534%2022.5068%2010.1496%2019.7028%2010.1494%2016.1201C10.1494%2012.5372%2013.109%209.73242%2016.5361%209.73242ZM16.5234%2014.6768L14.2305%2012.3838L12.8164%2013.7979L15.1094%2016.0908L12.8164%2018.3838L14.2305%2019.7979L16.5234%2017.5049L18.8164%2019.7979L20.2305%2018.3838L17.9375%2016.0908L20.2305%2013.7979L18.8164%2012.3838L16.5234%2014.6768Z'%20fill='black'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-p-fasting.-colorPrimary{background-color:var(--colorPrimary)}.icon-p-fasting.-white{background-color:var(--white)}.icon-p-fasting.-gray10{background-color:var(--gray10)}.icon-p-fasting.-gray15{background-color:var(--gray15)}.icon-p-fasting.-gray20{background-color:var(--gray20)}.icon-p-fasting.-gray30{background-color:var(--gray30)}.icon-p-fasting.-gray40{background-color:var(--gray40)}.icon-p-fasting.-gray50{background-color:var(--gray50)}.icon-p-fasting.-gray60{background-color:var(--gray60)}.icon-p-fasting.-gray70{background-color:var(--gray70)}.icon-p-fasting.-gray80{background-color:var(--gray80)}.icon-p-fasting.-gray90{background-color:var(--gray90)}.icon-p-fasting.-gray100{background-color:var(--gray100)}.icon-p-fasting.-black{background-color:var(--black)}.icon-p-fasting.-colorGreen{background-color:var(--colorGreen)}.icon-p-fasting.-colorRed{background-color:var(--colorRed)}.icon-p-fasting.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-p-fasting.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-p-fasting.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-p-fasting.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-p-fasting.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-p-fasting.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-p-fasting.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-p-fasting.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-p-fasting.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-p-fasting.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-p-fasting.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-p-fasting.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-p-fasting.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-p-fasting.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-p-fasting.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-p-fasting.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-p-fasting.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-p-fasting.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-p-fasting.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-p-fasting.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-p-fasting.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-p-fasting.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-p-fasting.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-p-fasting.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-p-merienda{mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.0235%205.06111C28.6869%205.84%2027.7522%208.79979%2027.7522%2014.4078C27.7522%2017.3676%2029.6215%2015.654%2029.4658%2017.8349L28.6869%2025.7796C28.5311%2026.5585%2029.1542%2027.1816%2030.2446%2027.1816C31.3351%2027.1816%2031.6466%2026.4027%2031.6466%2025.7796V5.37267C31.4909%205.06111%2031.3351%204.90533%2031.0235%205.06111Z'%20fill='black'/%3e%3cpath%20d='M5.00827%205.06152C4.69671%205.06152%204.54093%205.2173%204.54093%205.52886V10.0464C4.54093%2010.358%204.38516%2010.5138%204.0736%2010.5138C3.76204%2010.5138%203.60626%2010.358%203.60626%2010.0464V5.52886C3.45049%205.2173%203.29471%205.06152%202.98315%205.06152C2.6716%205.06152%202.51582%205.2173%202.51582%205.52886V10.0464C2.51582%2010.358%202.36004%2010.5138%202.04848%2010.5138C1.73693%2010.5138%201.58115%2010.358%201.58115%2010.0464V5.52886C1.58115%205.2173%201.42537%205.06152%201.11381%205.06152C0.646479%205.06152%200.490701%205.2173%200.490701%205.52886L0.0233667%2010.8253C-0.132411%2012.2273%200.490701%2013.4735%201.8927%2013.7851C2.04848%2013.7851%202.20426%2013.9409%202.20426%2014.0967L1.58115%2025.6243C1.58115%2026.5589%202.04848%2027.182%203.13893%2027.182C4.22938%2027.182%204.69671%2026.7147%204.69671%2025.6243L4.0736%2014.0967C4.0736%2013.9409%204.22938%2013.7851%204.38516%2013.7851C5.78716%2013.4735%206.41027%2012.2273%206.25449%2010.8253L5.4756%205.52886C5.4756%205.2173%205.31982%205.06152%205.00827%205.06152Z'%20fill='black'/%3e%3cpath%20d='M16.5359%206.77295C11.3952%206.77295%207.18921%2010.979%207.18921%2016.1196C7.18921%2021.2603%2011.3952%2025.4663%2016.5359%2025.4663C21.6766%2025.4663%2025.8826%2021.2603%2025.8826%2016.1196C25.8826%2010.979%2021.8324%206.77295%2016.5359%206.77295ZM16.5359%2023.597C12.4857%2023.597%209.05855%2020.1699%209.05855%2016.1196C9.05855%2012.0694%2012.4857%208.64229%2016.5359%208.64229C20.5861%208.64229%2024.0133%2012.0694%2024.0133%2016.1196C24.0133%2020.1699%2020.7419%2023.597%2016.5359%2023.597Z'%20fill='black'/%3e%3cpath%20d='M16.5361%209.73242C20.119%209.73245%2022.9229%2012.5372%2022.9229%2016.1201C22.9226%2019.7028%2019.9631%2022.5068%2016.5361%2022.5068C12.9534%2022.5068%2010.1496%2019.7028%2010.1494%2016.1201C10.1494%2012.5372%2013.109%209.73242%2016.5361%209.73242ZM18.0381%2014.6152C17.3226%2014.4684%2016.8771%2014.6501%2016.5%2015.0479C16.1229%2014.6501%2015.6774%2014.4684%2014.9619%2014.6152C13.9805%2014.8185%2013.5%2015.6405%2013.5%2016.7734C13.5002%2018.1571%2014.4859%2019.7998%2015.4844%2019.7998C16.0929%2019.7998%2016.1143%2019.584%2016.5%2019.584C16.8857%2019.584%2016.9071%2019.7998%2017.5156%2019.7998C18.5141%2019.7998%2019.4998%2018.1571%2019.5%2016.7734C19.5%2015.6405%2019.0195%2014.8185%2018.0381%2014.6152ZM18.2139%2011.7998C16.9541%2011.8%2016.2861%2012.4749%2016.2861%2013.7461C16.2862%2013.8671%2016.38%2013.9619%2016.5%2013.9619C17.7599%2013.9619%2018.4286%2013.2877%2018.4287%2012.0166C18.4287%2011.8955%2018.3339%2011.7998%2018.2139%2011.7998Z'%20fill='black'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.0235%205.06111C28.6869%205.84%2027.7522%208.79979%2027.7522%2014.4078C27.7522%2017.3676%2029.6215%2015.654%2029.4658%2017.8349L28.6869%2025.7796C28.5311%2026.5585%2029.1542%2027.1816%2030.2446%2027.1816C31.3351%2027.1816%2031.6466%2026.4027%2031.6466%2025.7796V5.37267C31.4909%205.06111%2031.3351%204.90533%2031.0235%205.06111Z'%20fill='black'/%3e%3cpath%20d='M5.00827%205.06152C4.69671%205.06152%204.54093%205.2173%204.54093%205.52886V10.0464C4.54093%2010.358%204.38516%2010.5138%204.0736%2010.5138C3.76204%2010.5138%203.60626%2010.358%203.60626%2010.0464V5.52886C3.45049%205.2173%203.29471%205.06152%202.98315%205.06152C2.6716%205.06152%202.51582%205.2173%202.51582%205.52886V10.0464C2.51582%2010.358%202.36004%2010.5138%202.04848%2010.5138C1.73693%2010.5138%201.58115%2010.358%201.58115%2010.0464V5.52886C1.58115%205.2173%201.42537%205.06152%201.11381%205.06152C0.646479%205.06152%200.490701%205.2173%200.490701%205.52886L0.0233667%2010.8253C-0.132411%2012.2273%200.490701%2013.4735%201.8927%2013.7851C2.04848%2013.7851%202.20426%2013.9409%202.20426%2014.0967L1.58115%2025.6243C1.58115%2026.5589%202.04848%2027.182%203.13893%2027.182C4.22938%2027.182%204.69671%2026.7147%204.69671%2025.6243L4.0736%2014.0967C4.0736%2013.9409%204.22938%2013.7851%204.38516%2013.7851C5.78716%2013.4735%206.41027%2012.2273%206.25449%2010.8253L5.4756%205.52886C5.4756%205.2173%205.31982%205.06152%205.00827%205.06152Z'%20fill='black'/%3e%3cpath%20d='M16.5359%206.77295C11.3952%206.77295%207.18921%2010.979%207.18921%2016.1196C7.18921%2021.2603%2011.3952%2025.4663%2016.5359%2025.4663C21.6766%2025.4663%2025.8826%2021.2603%2025.8826%2016.1196C25.8826%2010.979%2021.8324%206.77295%2016.5359%206.77295ZM16.5359%2023.597C12.4857%2023.597%209.05855%2020.1699%209.05855%2016.1196C9.05855%2012.0694%2012.4857%208.64229%2016.5359%208.64229C20.5861%208.64229%2024.0133%2012.0694%2024.0133%2016.1196C24.0133%2020.1699%2020.7419%2023.597%2016.5359%2023.597Z'%20fill='black'/%3e%3cpath%20d='M16.5361%209.73242C20.119%209.73245%2022.9229%2012.5372%2022.9229%2016.1201C22.9226%2019.7028%2019.9631%2022.5068%2016.5361%2022.5068C12.9534%2022.5068%2010.1496%2019.7028%2010.1494%2016.1201C10.1494%2012.5372%2013.109%209.73242%2016.5361%209.73242ZM18.0381%2014.6152C17.3226%2014.4684%2016.8771%2014.6501%2016.5%2015.0479C16.1229%2014.6501%2015.6774%2014.4684%2014.9619%2014.6152C13.9805%2014.8185%2013.5%2015.6405%2013.5%2016.7734C13.5002%2018.1571%2014.4859%2019.7998%2015.4844%2019.7998C16.0929%2019.7998%2016.1143%2019.584%2016.5%2019.584C16.8857%2019.584%2016.9071%2019.7998%2017.5156%2019.7998C18.5141%2019.7998%2019.4998%2018.1571%2019.5%2016.7734C19.5%2015.6405%2019.0195%2014.8185%2018.0381%2014.6152ZM18.2139%2011.7998C16.9541%2011.8%2016.2861%2012.4749%2016.2861%2013.7461C16.2862%2013.8671%2016.38%2013.9619%2016.5%2013.9619C17.7599%2013.9619%2018.4286%2013.2877%2018.4287%2012.0166C18.4287%2011.8955%2018.3339%2011.7998%2018.2139%2011.7998Z'%20fill='black'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-p-merienda.-colorPrimary{background-color:var(--colorPrimary)}.icon-p-merienda.-white{background-color:var(--white)}.icon-p-merienda.-gray10{background-color:var(--gray10)}.icon-p-merienda.-gray15{background-color:var(--gray15)}.icon-p-merienda.-gray20{background-color:var(--gray20)}.icon-p-merienda.-gray30{background-color:var(--gray30)}.icon-p-merienda.-gray40{background-color:var(--gray40)}.icon-p-merienda.-gray50{background-color:var(--gray50)}.icon-p-merienda.-gray60{background-color:var(--gray60)}.icon-p-merienda.-gray70{background-color:var(--gray70)}.icon-p-merienda.-gray80{background-color:var(--gray80)}.icon-p-merienda.-gray90{background-color:var(--gray90)}.icon-p-merienda.-gray100{background-color:var(--gray100)}.icon-p-merienda.-black{background-color:var(--black)}.icon-p-merienda.-colorGreen{background-color:var(--colorGreen)}.icon-p-merienda.-colorRed{background-color:var(--colorRed)}.icon-p-merienda.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-p-merienda.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-p-merienda.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-p-merienda.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-p-merienda.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-p-merienda.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-p-merienda.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-p-merienda.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-p-merienda.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-p-merienda.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-p-merienda.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-p-merienda.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-p-merienda.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-p-merienda.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-p-merienda.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-p-merienda.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-p-merienda.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-p-merienda.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-p-merienda.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-p-merienda.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-p-merienda.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-p-merienda.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-p-merienda.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-p-merienda.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-pill{mask-image:url(/assets/pill-DLQQI6LL.svg);-webkit-mask-image:url(/assets/pill-DLQQI6LL.svg);background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-pill.-colorPrimary{background-color:var(--colorPrimary)}.icon-pill.-white{background-color:var(--white)}.icon-pill.-gray10{background-color:var(--gray10)}.icon-pill.-gray15{background-color:var(--gray15)}.icon-pill.-gray20{background-color:var(--gray20)}.icon-pill.-gray30{background-color:var(--gray30)}.icon-pill.-gray40{background-color:var(--gray40)}.icon-pill.-gray50{background-color:var(--gray50)}.icon-pill.-gray60{background-color:var(--gray60)}.icon-pill.-gray70{background-color:var(--gray70)}.icon-pill.-gray80{background-color:var(--gray80)}.icon-pill.-gray90{background-color:var(--gray90)}.icon-pill.-gray100{background-color:var(--gray100)}.icon-pill.-black{background-color:var(--black)}.icon-pill.-colorGreen{background-color:var(--colorGreen)}.icon-pill.-colorRed{background-color:var(--colorRed)}.icon-pill.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-pill.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-pill.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-pill.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-pill.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-pill.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-pill.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-pill.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-pill.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-pill.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-pill.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-pill.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-pill.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-pill.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-pill.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-pill.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-pill.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-pill.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-pill.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-pill.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-pill.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-pill.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-pill.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-pill.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-posology{mask-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2018.5H4.5C2.84315%2018.5%201.5%2017.1569%201.5%2015.5V4.5C1.5%202.84315%202.84315%201.5%204.5%201.5H15.5C17.1569%201.5%2018.5%202.84315%2018.5%204.5V12'%20stroke='black'%20stroke-width='1.3'/%3e%3ccircle%20cx='15.5'%20cy='15.5'%20r='4.85'%20stroke='black'%20stroke-width='1.3'/%3e%3ccircle%20cx='6.5'%20cy='6.5'%20r='2.5'%20stroke='black'%20stroke-width='1.1'/%3e%3ccircle%20cx='6.5'%20cy='13.5'%20r='2.5'%20stroke='black'%20stroke-width='1.1'/%3e%3ccircle%20cx='13.5'%20cy='6.5'%20r='2.5'%20stroke='black'%20stroke-width='1.1'/%3e%3cpath%20d='M4.5%208L8.5%205'%20stroke='black'/%3e%3cpath%20d='M15.5%207.5L11.5%205.5'%20stroke='black'/%3e%3cpath%20d='M6%2011.5L7%2016'%20stroke='black'/%3e%3cpath%20d='M11%2014L20%2017'%20stroke='black'%20stroke-width='1.3'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2018.5H4.5C2.84315%2018.5%201.5%2017.1569%201.5%2015.5V4.5C1.5%202.84315%202.84315%201.5%204.5%201.5H15.5C17.1569%201.5%2018.5%202.84315%2018.5%204.5V12'%20stroke='black'%20stroke-width='1.3'/%3e%3ccircle%20cx='15.5'%20cy='15.5'%20r='4.85'%20stroke='black'%20stroke-width='1.3'/%3e%3ccircle%20cx='6.5'%20cy='6.5'%20r='2.5'%20stroke='black'%20stroke-width='1.1'/%3e%3ccircle%20cx='6.5'%20cy='13.5'%20r='2.5'%20stroke='black'%20stroke-width='1.1'/%3e%3ccircle%20cx='13.5'%20cy='6.5'%20r='2.5'%20stroke='black'%20stroke-width='1.1'/%3e%3cpath%20d='M4.5%208L8.5%205'%20stroke='black'/%3e%3cpath%20d='M15.5%207.5L11.5%205.5'%20stroke='black'/%3e%3cpath%20d='M6%2011.5L7%2016'%20stroke='black'/%3e%3cpath%20d='M11%2014L20%2017'%20stroke='black'%20stroke-width='1.3'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-posology.-colorPrimary{background-color:var(--colorPrimary)}.icon-posology.-white{background-color:var(--white)}.icon-posology.-gray10{background-color:var(--gray10)}.icon-posology.-gray15{background-color:var(--gray15)}.icon-posology.-gray20{background-color:var(--gray20)}.icon-posology.-gray30{background-color:var(--gray30)}.icon-posology.-gray40{background-color:var(--gray40)}.icon-posology.-gray50{background-color:var(--gray50)}.icon-posology.-gray60{background-color:var(--gray60)}.icon-posology.-gray70{background-color:var(--gray70)}.icon-posology.-gray80{background-color:var(--gray80)}.icon-posology.-gray90{background-color:var(--gray90)}.icon-posology.-gray100{background-color:var(--gray100)}.icon-posology.-black{background-color:var(--black)}.icon-posology.-colorGreen{background-color:var(--colorGreen)}.icon-posology.-colorRed{background-color:var(--colorRed)}.icon-posology.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-posology.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-posology.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-posology.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-posology.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-posology.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-posology.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-posology.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-posology.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-posology.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-posology.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-posology.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-posology.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-posology.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-posology.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-posology.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-posology.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-posology.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-posology.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-posology.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-posology.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-posology.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-posology.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-posology.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-question-circle{mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2022.75C6.072%2022.75%201.25%2017.928%201.25%2012C1.25%206.072%206.072%201.25%2012%201.25C17.928%201.25%2022.75%206.072%2022.75%2012C22.75%2017.928%2017.928%2022.75%2012%2022.75ZM12%202.75C6.899%202.75%202.75%206.899%202.75%2012C2.75%2017.101%206.899%2021.25%2012%2021.25C17.101%2021.25%2021.25%2017.101%2021.25%2012C21.25%206.899%2017.101%202.75%2012%202.75ZM12.7109%2013.364C12.7349%2013.292%2012.871%2013.0191%2013.603%2012.5291C14.783%2011.7381%2015.311%2010.6079%2015.092%209.34595C14.87%208.07095%2013.8309%207.02403%2012.5649%206.80103C11.6399%206.63703%2010.703%206.88593%209.99097%207.48193C9.27197%208.08493%208.86011%208.96989%208.86011%209.91089C8.86011%2010.3249%209.19611%2010.6609%209.61011%2010.6609C10.0241%2010.6609%2010.3601%2010.3249%2010.3601%209.91089C10.3601%209.41489%2010.5771%208.9481%2010.9551%208.6311C11.3311%208.3161%2011.811%208.1871%2012.304%208.2771C12.95%208.3911%2013.501%208.94805%2013.615%209.60205C13.658%209.84905%2013.7891%2010.599%2012.7681%2011.282C11.9411%2011.837%2011.471%2012.346%2011.29%2012.886C11.158%2013.279%2011.3699%2013.7039%2011.7629%2013.8359C11.8419%2013.8629%2011.922%2013.875%2012.001%2013.875C12.313%2013.875%2012.6049%2013.677%2012.7109%2013.364ZM13.02%2016.5C13.02%2015.948%2012.573%2015.5%2012.02%2015.5H12.01C11.458%2015.5%2011.0149%2015.948%2011.0149%2016.5C11.0149%2017.052%2011.468%2017.5%2012.02%2017.5C12.572%2017.5%2013.02%2017.052%2013.02%2016.5Z'%20fill='%2325314C'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2022.75C6.072%2022.75%201.25%2017.928%201.25%2012C1.25%206.072%206.072%201.25%2012%201.25C17.928%201.25%2022.75%206.072%2022.75%2012C22.75%2017.928%2017.928%2022.75%2012%2022.75ZM12%202.75C6.899%202.75%202.75%206.899%202.75%2012C2.75%2017.101%206.899%2021.25%2012%2021.25C17.101%2021.25%2021.25%2017.101%2021.25%2012C21.25%206.899%2017.101%202.75%2012%202.75ZM12.7109%2013.364C12.7349%2013.292%2012.871%2013.0191%2013.603%2012.5291C14.783%2011.7381%2015.311%2010.6079%2015.092%209.34595C14.87%208.07095%2013.8309%207.02403%2012.5649%206.80103C11.6399%206.63703%2010.703%206.88593%209.99097%207.48193C9.27197%208.08493%208.86011%208.96989%208.86011%209.91089C8.86011%2010.3249%209.19611%2010.6609%209.61011%2010.6609C10.0241%2010.6609%2010.3601%2010.3249%2010.3601%209.91089C10.3601%209.41489%2010.5771%208.9481%2010.9551%208.6311C11.3311%208.3161%2011.811%208.1871%2012.304%208.2771C12.95%208.3911%2013.501%208.94805%2013.615%209.60205C13.658%209.84905%2013.7891%2010.599%2012.7681%2011.282C11.9411%2011.837%2011.471%2012.346%2011.29%2012.886C11.158%2013.279%2011.3699%2013.7039%2011.7629%2013.8359C11.8419%2013.8629%2011.922%2013.875%2012.001%2013.875C12.313%2013.875%2012.6049%2013.677%2012.7109%2013.364ZM13.02%2016.5C13.02%2015.948%2012.573%2015.5%2012.02%2015.5H12.01C11.458%2015.5%2011.0149%2015.948%2011.0149%2016.5C11.0149%2017.052%2011.468%2017.5%2012.02%2017.5C12.572%2017.5%2013.02%2017.052%2013.02%2016.5Z'%20fill='%2325314C'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-question-circle.-colorPrimary{background-color:var(--colorPrimary)}.icon-question-circle.-white{background-color:var(--white)}.icon-question-circle.-gray10{background-color:var(--gray10)}.icon-question-circle.-gray15{background-color:var(--gray15)}.icon-question-circle.-gray20{background-color:var(--gray20)}.icon-question-circle.-gray30{background-color:var(--gray30)}.icon-question-circle.-gray40{background-color:var(--gray40)}.icon-question-circle.-gray50{background-color:var(--gray50)}.icon-question-circle.-gray60{background-color:var(--gray60)}.icon-question-circle.-gray70{background-color:var(--gray70)}.icon-question-circle.-gray80{background-color:var(--gray80)}.icon-question-circle.-gray90{background-color:var(--gray90)}.icon-question-circle.-gray100{background-color:var(--gray100)}.icon-question-circle.-black{background-color:var(--black)}.icon-question-circle.-colorGreen{background-color:var(--colorGreen)}.icon-question-circle.-colorRed{background-color:var(--colorRed)}.icon-question-circle.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-question-circle.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-question-circle.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-question-circle.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-question-circle.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-question-circle.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-question-circle.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-question-circle.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-question-circle.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-question-circle.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-question-circle.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-question-circle.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-question-circle.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-question-circle.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-question-circle.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-question-circle.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-question-circle.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-question-circle.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-question-circle.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-question-circle.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-question-circle.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-question-circle.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-question-circle.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-question-circle.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-search{mask-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.3931%2010.5564C21.3931%209.10007%2020.9612%207.67639%2020.1521%206.46546C19.343%205.25452%2018.1929%204.31071%2016.8474%203.75338C15.5019%203.19605%2014.0213%203.05022%2012.5929%203.33435C11.1645%203.61847%209.85245%204.31979%208.82263%205.3496C7.79282%206.37942%207.0915%207.69149%206.80738%209.11988C6.52325%2010.5483%206.66907%2012.0289%207.22641%2013.3744C7.78374%2014.7199%208.72755%2015.8699%209.93848%2016.679C11.1494%2017.4882%2012.5731%2017.92%2014.0295%2017.92C15.9824%2017.9199%2017.8553%2017.1441%2019.2362%2015.7632C20.6171%2014.3822%2021.3929%2012.5094%2021.3931%2010.5564V10.5564Z'%20stroke='%23000000'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3cpath%20d='M8.53638%2016.0501L3.39372%2021.1927'%20stroke='%23000000'%20stroke-width='2'%20stroke-miterlimit='10'%20stroke-linecap='round'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.3931%2010.5564C21.3931%209.10007%2020.9612%207.67639%2020.1521%206.46546C19.343%205.25452%2018.1929%204.31071%2016.8474%203.75338C15.5019%203.19605%2014.0213%203.05022%2012.5929%203.33435C11.1645%203.61847%209.85245%204.31979%208.82263%205.3496C7.79282%206.37942%207.0915%207.69149%206.80738%209.11988C6.52325%2010.5483%206.66907%2012.0289%207.22641%2013.3744C7.78374%2014.7199%208.72755%2015.8699%209.93848%2016.679C11.1494%2017.4882%2012.5731%2017.92%2014.0295%2017.92C15.9824%2017.9199%2017.8553%2017.1441%2019.2362%2015.7632C20.6171%2014.3822%2021.3929%2012.5094%2021.3931%2010.5564V10.5564Z'%20stroke='%23000000'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3cpath%20d='M8.53638%2016.0501L3.39372%2021.1927'%20stroke='%23000000'%20stroke-width='2'%20stroke-miterlimit='10'%20stroke-linecap='round'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-search.-colorPrimary{background-color:var(--colorPrimary)}.icon-search.-white{background-color:var(--white)}.icon-search.-gray10{background-color:var(--gray10)}.icon-search.-gray15{background-color:var(--gray15)}.icon-search.-gray20{background-color:var(--gray20)}.icon-search.-gray30{background-color:var(--gray30)}.icon-search.-gray40{background-color:var(--gray40)}.icon-search.-gray50{background-color:var(--gray50)}.icon-search.-gray60{background-color:var(--gray60)}.icon-search.-gray70{background-color:var(--gray70)}.icon-search.-gray80{background-color:var(--gray80)}.icon-search.-gray90{background-color:var(--gray90)}.icon-search.-gray100{background-color:var(--gray100)}.icon-search.-black{background-color:var(--black)}.icon-search.-colorGreen{background-color:var(--colorGreen)}.icon-search.-colorRed{background-color:var(--colorRed)}.icon-search.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-search.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-search.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-search.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-search.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-search.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-search.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-search.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-search.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-search.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-search.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-search.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-search.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-search.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-search.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-search.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-search.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-search.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-search.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-search.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-search.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-search.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-search.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-search.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-settings{mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%208.25C9.93202%208.25%208.25001%209.932%208.25001%2012C8.25001%2014.068%209.93202%2015.75%2012%2015.75C14.068%2015.75%2015.75%2014.068%2015.75%2012C15.75%209.932%2014.068%208.25%2012%208.25ZM12%2014.25C10.759%2014.25%209.75001%2013.241%209.75001%2012C9.75001%2010.759%2010.759%209.75%2012%209.75C13.241%209.75%2014.25%2010.759%2014.25%2012C14.25%2013.241%2013.241%2014.25%2012%2014.25ZM21.208%2013.953C20.514%2013.551%2020.082%2012.803%2020.081%2012C20.08%2011.199%2020.509%2010.452%2021.212%2010.045C21.727%209.74601%2021.903%209.08299%2021.605%208.56699L19.933%205.681C19.635%205.166%2018.972%204.98901%2018.456%205.28601C17.757%205.68901%2016.888%205.68901%2016.187%205.28201C15.496%204.88101%2015.066%204.13601%2015.066%203.33701C15.066%202.73801%2014.578%202.25101%2013.979%202.25101H10.024C9.424%202.25101%208.93703%202.73801%208.93703%203.33701C8.93703%204.13601%208.50701%204.881%207.81401%205.284C7.11501%205.689%206.24702%205.68999%205.54802%205.28699C5.03102%204.98899%204.36903%205.16701%204.07103%205.68201L2.39702%208.57101C2.09902%209.08601%202.276%209.74799%202.796%2010.05C3.489%2010.451%203.92102%2011.198%203.92302%2011.999C3.92502%2012.801%203.49501%2013.55%202.79301%2013.957C2.54301%2014.102%202.36302%2014.335%202.28902%2014.615C2.21502%2014.894%202.25303%2015.185%202.39803%2015.436L4.06902%2018.32C4.36702%2018.836%205.03002%2019.015%205.54802%2018.716C6.24702%2018.313%207.11402%2018.314%207.80302%2018.713L7.80501%2018.714C7.80801%2018.716%207.81102%2018.718%207.81502%2018.72C8.50602%2019.121%208.93501%2019.866%208.93401%2020.666C8.93401%2021.265%209.421%2021.752%2010.02%2021.752H13.979C14.578%2021.752%2015.065%2021.265%2015.065%2020.667C15.065%2019.867%2015.495%2019.122%2016.189%2018.719C16.887%2018.314%2017.755%2018.312%2018.455%2018.716C18.971%2019.014%2019.633%2018.837%2019.932%2018.322L21.606%2015.433C21.903%2014.916%2021.726%2014.253%2021.208%2013.953ZM18.831%2017.227C17.741%2016.752%2016.476%2016.817%2015.434%2017.42C14.401%2018.019%2013.719%2019.078%2013.587%2020.25H10.41C10.28%2019.078%209.596%2018.017%208.563%2017.419C7.523%2016.816%206.25602%2016.752%205.16902%2017.227L3.89302%2015.024C4.84802%2014.321%205.425%2013.193%205.42101%2011.993C5.418%2010.801%204.84201%209.681%203.89201%208.978L5.16902%206.77399C6.25702%207.24799%207.52402%207.18399%208.56602%206.57999C9.59802%205.98199%2010.28%204.92201%2010.412%203.75101H13.587C13.718%204.92301%2014.401%205.982%2015.436%206.582C16.475%207.185%2017.742%207.24899%2018.831%206.77499L20.108%208.978C19.155%209.68%2018.579%2010.806%2018.581%2012.004C18.582%2013.198%2019.158%2014.32%2020.109%2015.025L18.831%2017.227Z'%20fill='%2325314C'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%208.25C9.93202%208.25%208.25001%209.932%208.25001%2012C8.25001%2014.068%209.93202%2015.75%2012%2015.75C14.068%2015.75%2015.75%2014.068%2015.75%2012C15.75%209.932%2014.068%208.25%2012%208.25ZM12%2014.25C10.759%2014.25%209.75001%2013.241%209.75001%2012C9.75001%2010.759%2010.759%209.75%2012%209.75C13.241%209.75%2014.25%2010.759%2014.25%2012C14.25%2013.241%2013.241%2014.25%2012%2014.25ZM21.208%2013.953C20.514%2013.551%2020.082%2012.803%2020.081%2012C20.08%2011.199%2020.509%2010.452%2021.212%2010.045C21.727%209.74601%2021.903%209.08299%2021.605%208.56699L19.933%205.681C19.635%205.166%2018.972%204.98901%2018.456%205.28601C17.757%205.68901%2016.888%205.68901%2016.187%205.28201C15.496%204.88101%2015.066%204.13601%2015.066%203.33701C15.066%202.73801%2014.578%202.25101%2013.979%202.25101H10.024C9.424%202.25101%208.93703%202.73801%208.93703%203.33701C8.93703%204.13601%208.50701%204.881%207.81401%205.284C7.11501%205.689%206.24702%205.68999%205.54802%205.28699C5.03102%204.98899%204.36903%205.16701%204.07103%205.68201L2.39702%208.57101C2.09902%209.08601%202.276%209.74799%202.796%2010.05C3.489%2010.451%203.92102%2011.198%203.92302%2011.999C3.92502%2012.801%203.49501%2013.55%202.79301%2013.957C2.54301%2014.102%202.36302%2014.335%202.28902%2014.615C2.21502%2014.894%202.25303%2015.185%202.39803%2015.436L4.06902%2018.32C4.36702%2018.836%205.03002%2019.015%205.54802%2018.716C6.24702%2018.313%207.11402%2018.314%207.80302%2018.713L7.80501%2018.714C7.80801%2018.716%207.81102%2018.718%207.81502%2018.72C8.50602%2019.121%208.93501%2019.866%208.93401%2020.666C8.93401%2021.265%209.421%2021.752%2010.02%2021.752H13.979C14.578%2021.752%2015.065%2021.265%2015.065%2020.667C15.065%2019.867%2015.495%2019.122%2016.189%2018.719C16.887%2018.314%2017.755%2018.312%2018.455%2018.716C18.971%2019.014%2019.633%2018.837%2019.932%2018.322L21.606%2015.433C21.903%2014.916%2021.726%2014.253%2021.208%2013.953ZM18.831%2017.227C17.741%2016.752%2016.476%2016.817%2015.434%2017.42C14.401%2018.019%2013.719%2019.078%2013.587%2020.25H10.41C10.28%2019.078%209.596%2018.017%208.563%2017.419C7.523%2016.816%206.25602%2016.752%205.16902%2017.227L3.89302%2015.024C4.84802%2014.321%205.425%2013.193%205.42101%2011.993C5.418%2010.801%204.84201%209.681%203.89201%208.978L5.16902%206.77399C6.25702%207.24799%207.52402%207.18399%208.56602%206.57999C9.59802%205.98199%2010.28%204.92201%2010.412%203.75101H13.587C13.718%204.92301%2014.401%205.982%2015.436%206.582C16.475%207.185%2017.742%207.24899%2018.831%206.77499L20.108%208.978C19.155%209.68%2018.579%2010.806%2018.581%2012.004C18.582%2013.198%2019.158%2014.32%2020.109%2015.025L18.831%2017.227Z'%20fill='%2325314C'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-settings.-colorPrimary{background-color:var(--colorPrimary)}.icon-settings.-white{background-color:var(--white)}.icon-settings.-gray10{background-color:var(--gray10)}.icon-settings.-gray15{background-color:var(--gray15)}.icon-settings.-gray20{background-color:var(--gray20)}.icon-settings.-gray30{background-color:var(--gray30)}.icon-settings.-gray40{background-color:var(--gray40)}.icon-settings.-gray50{background-color:var(--gray50)}.icon-settings.-gray60{background-color:var(--gray60)}.icon-settings.-gray70{background-color:var(--gray70)}.icon-settings.-gray80{background-color:var(--gray80)}.icon-settings.-gray90{background-color:var(--gray90)}.icon-settings.-gray100{background-color:var(--gray100)}.icon-settings.-black{background-color:var(--black)}.icon-settings.-colorGreen{background-color:var(--colorGreen)}.icon-settings.-colorRed{background-color:var(--colorRed)}.icon-settings.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-settings.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-settings.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-settings.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-settings.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-settings.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-settings.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-settings.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-settings.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-settings.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-settings.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-settings.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-settings.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-settings.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-settings.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-settings.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-settings.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-settings.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-settings.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-settings.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-settings.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-settings.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-settings.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-settings.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-success{mask-image:url(/assets/success-BbmuMDO6.svg);-webkit-mask-image:url(/assets/success-BbmuMDO6.svg);background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-success.-colorPrimary{background-color:var(--colorPrimary)}.icon-success.-white{background-color:var(--white)}.icon-success.-gray10{background-color:var(--gray10)}.icon-success.-gray15{background-color:var(--gray15)}.icon-success.-gray20{background-color:var(--gray20)}.icon-success.-gray30{background-color:var(--gray30)}.icon-success.-gray40{background-color:var(--gray40)}.icon-success.-gray50{background-color:var(--gray50)}.icon-success.-gray60{background-color:var(--gray60)}.icon-success.-gray70{background-color:var(--gray70)}.icon-success.-gray80{background-color:var(--gray80)}.icon-success.-gray90{background-color:var(--gray90)}.icon-success.-gray100{background-color:var(--gray100)}.icon-success.-black{background-color:var(--black)}.icon-success.-colorGreen{background-color:var(--colorGreen)}.icon-success.-colorRed{background-color:var(--colorRed)}.icon-success.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-success.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-success.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-success.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-success.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-success.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-success.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-success.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-success.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-success.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-success.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-success.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-success.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-success.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-success.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-success.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-success.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-success.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-success.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-success.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-success.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-success.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-success.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-success.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-times-circle{mask-image:url("data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5947%201.85696C5.65475%201.85696%201.63641%205.87613%201.63641%2010.8153C1.63641%2015.7545%205.65475%2019.7736%2010.5947%2019.7736C15.5347%2019.7736%2019.5531%2015.7545%2019.5531%2010.8153C19.5531%205.87613%2015.5347%201.85696%2010.5947%201.85696ZM10.5947%2018.5236C6.34391%2018.5236%202.88641%2015.0661%202.88641%2010.8153C2.88641%206.56446%206.34391%203.10696%2010.5947%203.10696C14.8456%203.10696%2018.3031%206.56446%2018.3031%2010.8153C18.3031%2015.0661%2014.8456%2018.5236%2010.5947%2018.5236ZM13.5364%208.75699L11.4781%2010.8153L13.5364%2012.8736C13.7806%2013.1178%2013.7806%2013.5136%2013.5364%2013.7578C13.4147%2013.8795%2013.2547%2013.9411%2013.0947%2013.9411C12.9347%2013.9411%2012.7747%2013.8803%2012.6531%2013.7578L10.5947%2011.6994L8.53641%2013.7578C8.41475%2013.8795%208.25475%2013.9411%208.09475%2013.9411C7.93475%2013.9411%207.77475%2013.8803%207.65308%2013.7578C7.40892%2013.5136%207.40892%2013.1178%207.65308%2012.8736L9.71142%2010.8153L7.65308%208.75699C7.40892%208.51282%207.40892%208.11696%207.65308%207.87279C7.89725%207.62863%208.29309%207.62863%208.53725%207.87279L10.5956%209.93115L12.6539%207.87279C12.8981%207.62863%2013.2939%207.62863%2013.5381%207.87279C13.7806%208.11696%2013.7806%208.51366%2013.5364%208.75699Z'%20fill='%23000000'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5947%201.85696C5.65475%201.85696%201.63641%205.87613%201.63641%2010.8153C1.63641%2015.7545%205.65475%2019.7736%2010.5947%2019.7736C15.5347%2019.7736%2019.5531%2015.7545%2019.5531%2010.8153C19.5531%205.87613%2015.5347%201.85696%2010.5947%201.85696ZM10.5947%2018.5236C6.34391%2018.5236%202.88641%2015.0661%202.88641%2010.8153C2.88641%206.56446%206.34391%203.10696%2010.5947%203.10696C14.8456%203.10696%2018.3031%206.56446%2018.3031%2010.8153C18.3031%2015.0661%2014.8456%2018.5236%2010.5947%2018.5236ZM13.5364%208.75699L11.4781%2010.8153L13.5364%2012.8736C13.7806%2013.1178%2013.7806%2013.5136%2013.5364%2013.7578C13.4147%2013.8795%2013.2547%2013.9411%2013.0947%2013.9411C12.9347%2013.9411%2012.7747%2013.8803%2012.6531%2013.7578L10.5947%2011.6994L8.53641%2013.7578C8.41475%2013.8795%208.25475%2013.9411%208.09475%2013.9411C7.93475%2013.9411%207.77475%2013.8803%207.65308%2013.7578C7.40892%2013.5136%207.40892%2013.1178%207.65308%2012.8736L9.71142%2010.8153L7.65308%208.75699C7.40892%208.51282%207.40892%208.11696%207.65308%207.87279C7.89725%207.62863%208.29309%207.62863%208.53725%207.87279L10.5956%209.93115L12.6539%207.87279C12.8981%207.62863%2013.2939%207.62863%2013.5381%207.87279C13.7806%208.11696%2013.7806%208.51366%2013.5364%208.75699Z'%20fill='%23000000'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-times-circle.-colorPrimary{background-color:var(--colorPrimary)}.icon-times-circle.-white{background-color:var(--white)}.icon-times-circle.-gray10{background-color:var(--gray10)}.icon-times-circle.-gray15{background-color:var(--gray15)}.icon-times-circle.-gray20{background-color:var(--gray20)}.icon-times-circle.-gray30{background-color:var(--gray30)}.icon-times-circle.-gray40{background-color:var(--gray40)}.icon-times-circle.-gray50{background-color:var(--gray50)}.icon-times-circle.-gray60{background-color:var(--gray60)}.icon-times-circle.-gray70{background-color:var(--gray70)}.icon-times-circle.-gray80{background-color:var(--gray80)}.icon-times-circle.-gray90{background-color:var(--gray90)}.icon-times-circle.-gray100{background-color:var(--gray100)}.icon-times-circle.-black{background-color:var(--black)}.icon-times-circle.-colorGreen{background-color:var(--colorGreen)}.icon-times-circle.-colorRed{background-color:var(--colorRed)}.icon-times-circle.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-times-circle.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-times-circle.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-times-circle.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-times-circle.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-times-circle.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-times-circle.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-times-circle.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-times-circle.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-times-circle.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-times-circle.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-times-circle.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-times-circle.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-times-circle.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-times-circle.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-times-circle.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-times-circle.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-times-circle.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-times-circle.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-times-circle.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-times-circle.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-times-circle.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-times-circle.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-times-circle.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-user{mask-image:url("data:image/svg+xml,%3csvg%20width='34'%20height='39'%20viewBox='0%200%2034%2039'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.5996%203.055C11.5623%201.0989%2014.2243%200%2017%200C19.7757%200%2022.4376%201.0989%2024.4005%203.055C26.3631%205.011%2027.4657%207.664%2027.4657%2010.4302C27.4657%2013.1965%2026.3631%2015.8495%2024.4005%2017.8056C22.4376%2019.7616%2019.7757%2020.8605%2017%2020.8605C14.2243%2020.8605%2011.5623%2019.7616%209.5996%2017.8056C7.6369%2015.8495%206.5343%2013.1965%206.5343%2010.4302C6.5343%207.664%207.6369%205.011%209.5996%203.055ZM17%202.7209C14.9484%202.7209%2012.9808%203.5332%2011.5301%204.9789C10.0794%206.4247%209.2644%208.3856%209.2644%2010.4302C9.2644%2012.4749%2010.0794%2014.4358%2011.5301%2015.8815C12.9808%2017.3273%2014.9484%2018.1395%2017%2018.1395C19.0516%2018.1395%2021.0192%2017.3273%2022.4698%2015.8815C23.9205%2014.4358%2024.7355%2012.4749%2024.7355%2010.4302C24.7355%208.3856%2023.9205%206.4247%2022.4698%204.9789C21.0192%203.5332%2019.0516%202.7209%2017%202.7209ZM0%2037.6395C0%2029.6202%207.8941%2023.5814%2017%2023.5814C26.1059%2023.5814%2034%2029.6202%2034%2037.6395C34%2038.3909%2033.3888%2039%2032.6349%2039C31.881%2039%2031.2698%2038.3909%2031.2698%2037.6395C31.2698%2031.6188%2025.1489%2026.3023%2017%2026.3023C8.8511%2026.3023%202.7302%2031.6188%202.7302%2037.6395C2.7302%2038.3909%202.119%2039%201.3651%2039C0.6112%2039%200%2038.3909%200%2037.6395Z'%20fill='%23000000'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='34'%20height='39'%20viewBox='0%200%2034%2039'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.5996%203.055C11.5623%201.0989%2014.2243%200%2017%200C19.7757%200%2022.4376%201.0989%2024.4005%203.055C26.3631%205.011%2027.4657%207.664%2027.4657%2010.4302C27.4657%2013.1965%2026.3631%2015.8495%2024.4005%2017.8056C22.4376%2019.7616%2019.7757%2020.8605%2017%2020.8605C14.2243%2020.8605%2011.5623%2019.7616%209.5996%2017.8056C7.6369%2015.8495%206.5343%2013.1965%206.5343%2010.4302C6.5343%207.664%207.6369%205.011%209.5996%203.055ZM17%202.7209C14.9484%202.7209%2012.9808%203.5332%2011.5301%204.9789C10.0794%206.4247%209.2644%208.3856%209.2644%2010.4302C9.2644%2012.4749%2010.0794%2014.4358%2011.5301%2015.8815C12.9808%2017.3273%2014.9484%2018.1395%2017%2018.1395C19.0516%2018.1395%2021.0192%2017.3273%2022.4698%2015.8815C23.9205%2014.4358%2024.7355%2012.4749%2024.7355%2010.4302C24.7355%208.3856%2023.9205%206.4247%2022.4698%204.9789C21.0192%203.5332%2019.0516%202.7209%2017%202.7209ZM0%2037.6395C0%2029.6202%207.8941%2023.5814%2017%2023.5814C26.1059%2023.5814%2034%2029.6202%2034%2037.6395C34%2038.3909%2033.3888%2039%2032.6349%2039C31.881%2039%2031.2698%2038.3909%2031.2698%2037.6395C31.2698%2031.6188%2025.1489%2026.3023%2017%2026.3023C8.8511%2026.3023%202.7302%2031.6188%202.7302%2037.6395C2.7302%2038.3909%202.119%2039%201.3651%2039C0.6112%2039%200%2038.3909%200%2037.6395Z'%20fill='%23000000'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-user.-colorPrimary{background-color:var(--colorPrimary)}.icon-user.-white{background-color:var(--white)}.icon-user.-gray10{background-color:var(--gray10)}.icon-user.-gray15{background-color:var(--gray15)}.icon-user.-gray20{background-color:var(--gray20)}.icon-user.-gray30{background-color:var(--gray30)}.icon-user.-gray40{background-color:var(--gray40)}.icon-user.-gray50{background-color:var(--gray50)}.icon-user.-gray60{background-color:var(--gray60)}.icon-user.-gray70{background-color:var(--gray70)}.icon-user.-gray80{background-color:var(--gray80)}.icon-user.-gray90{background-color:var(--gray90)}.icon-user.-gray100{background-color:var(--gray100)}.icon-user.-black{background-color:var(--black)}.icon-user.-colorGreen{background-color:var(--colorGreen)}.icon-user.-colorRed{background-color:var(--colorRed)}.icon-user.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-user.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-user.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-user.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-user.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-user.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-user.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-user.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-user.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-user.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-user.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-user.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-user.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-user.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-user.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-user.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-user.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-user.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-user.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-user.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-user.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-user.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-user.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-user.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}.icon-x-mark{mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%2015L15%205M5%205L15%2015'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%2015L15%205M5%205L15%2015'%20stroke='%23000000'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-color:var(--gray80);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.icon-x-mark.-colorPrimary{background-color:var(--colorPrimary)}.icon-x-mark.-white{background-color:var(--white)}.icon-x-mark.-gray10{background-color:var(--gray10)}.icon-x-mark.-gray15{background-color:var(--gray15)}.icon-x-mark.-gray20{background-color:var(--gray20)}.icon-x-mark.-gray30{background-color:var(--gray30)}.icon-x-mark.-gray40{background-color:var(--gray40)}.icon-x-mark.-gray50{background-color:var(--gray50)}.icon-x-mark.-gray60{background-color:var(--gray60)}.icon-x-mark.-gray70{background-color:var(--gray70)}.icon-x-mark.-gray80{background-color:var(--gray80)}.icon-x-mark.-gray90{background-color:var(--gray90)}.icon-x-mark.-gray100{background-color:var(--gray100)}.icon-x-mark.-black{background-color:var(--black)}.icon-x-mark.-colorGreen{background-color:var(--colorGreen)}.icon-x-mark.-colorRed{background-color:var(--colorRed)}.icon-x-mark.-icon-4{width:4px;height:4px;max-width:4px;max-height:4px;min-width:4px;min-height:4px}.icon-x-mark.-icon-8{width:8px;height:8px;max-width:8px;max-height:8px;min-width:8px;min-height:8px}.icon-x-mark.-icon-12{width:12px;height:12px;max-width:12px;max-height:12px;min-width:12px;min-height:12px}.icon-x-mark.-icon-16{width:16px;height:16px;max-width:16px;max-height:16px;min-width:16px;min-height:16px}.icon-x-mark.-icon-20{width:20px;height:20px;max-width:20px;max-height:20px;min-width:20px;min-height:20px}.icon-x-mark.-icon-24{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.icon-x-mark.-icon-28{width:28px;height:28px;max-width:28px;max-height:28px;min-width:28px;min-height:28px}.icon-x-mark.-icon-32{width:32px;height:32px;max-width:32px;max-height:32px;min-width:32px;min-height:32px}.icon-x-mark.-icon-36{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;min-height:36px}.icon-x-mark.-icon-40{width:40px;height:40px;max-width:40px;max-height:40px;min-width:40px;min-height:40px}.icon-x-mark.-icon-44{width:44px;height:44px;max-width:44px;max-height:44px;min-width:44px;min-height:44px}.icon-x-mark.-icon-48{width:48px;height:48px;max-width:48px;max-height:48px;min-width:48px;min-height:48px}.icon-x-mark.-icon-52{width:52px;height:52px;max-width:52px;max-height:52px;min-width:52px;min-height:52px}.icon-x-mark.-icon-56{width:56px;height:56px;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.icon-x-mark.-icon-60{width:60px;height:60px;max-width:60px;max-height:60px;min-width:60px;min-height:60px}.icon-x-mark.-icon-64{width:64px;height:64px;max-width:64px;max-height:64px;min-width:64px;min-height:64px}.icon-x-mark.-icon-68{width:68px;height:68px;max-width:68px;max-height:68px;min-width:68px;min-height:68px}.icon-x-mark.-icon-72{width:72px;height:72px;max-width:72px;max-height:72px;min-width:72px;min-height:72px}.icon-x-mark.-icon-76{width:76px;height:76px;max-width:76px;max-height:76px;min-width:76px;min-height:76px}.icon-x-mark.-icon-80{width:80px;height:80px;max-width:80px;max-height:80px;min-width:80px;min-height:80px}.icon-x-mark.-icon-84{width:84px;height:84px;max-width:84px;max-height:84px;min-width:84px;min-height:84px}.icon-x-mark.-icon-88{width:88px;height:88px;max-width:88px;max-height:88px;min-width:88px;min-height:88px}.icon-x-mark.-icon-92{width:92px;height:92px;max-width:92px;max-height:92px;min-width:92px;min-height:92px}.icon-x-mark.-icon-96{width:96px;height:96px;max-width:96px;max-height:96px;min-width:96px;min-height:96px}
