.air-datepicker-cell.-day-.-other-month-,.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.air-datepicker-cell.-day-.-other-month-:hover,.air-datepicker-cell.-year-.-other-decade-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-day-.-other-month-,.-selected-.air-datepicker-cell.-year-.-other-decade-{background:var(--adp-background-color-selected-other-month);color:#fff}.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-day-.-other-month-,.-in-range-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-day-.-other-month-:empty,.air-datepicker-cell.-year-.-other-decade-:empty{background:none;border:none}.air-datepicker-cell{align-items:center;border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;position:relative;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{color:var(--adp-color-disabled);cursor:default}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-.-focus-,.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{background-color:var(--adp-cell-background-color-in-range);border:1px solid var(--adp-cell-border-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{background-color:var(--adp-cell-background-color-in-range);border:1px solid var(--adp-cell-border-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{border:none}.air-datepicker-cell.-selected-,.air-datepicker-cell.-selected-.-current-{background:var(--adp-cell-background-color-selected);color:#fff}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7,var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{align-items:center;color:var(--adp-day-name-color);display:flex;flex:1;font-size:.8em;justify-content:center;text-align:center;text-transform:uppercase}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-auto-rows:var(--adp-day-cell-height);grid-template-columns:repeat(7,var(--adp-day-cell-width))}.air-datepicker-body--cells.-months-{grid-auto-rows:var(--adp-month-cell-height);grid-template-columns:repeat(3,1fr)}.air-datepicker-body--cells.-years-{grid-auto-rows:var(--adp-year-cell-height);grid-template-columns:repeat(4,1fr)}.air-datepicker-nav{border-bottom:1px solid var(--adp-border-color-inner);box-sizing:content-box;display:flex;justify-content:space-between;min-height:var(--adp-nav-height);padding:var(--adp-padding)}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--action,.air-datepicker-nav--title{align-items:center;cursor:pointer;display:flex;justify-content:center}.air-datepicker-nav--action{border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--adp-nav-action-size)}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{height:32px;width:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{color:var(--adp-nav-color-secondary);font-style:normal;margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{background:none;cursor:default}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{background:hsla(0,0%,100%,0);border:none;border-radius:var(--adp-btn-border-radius);color:var(--adp-btn-color);cursor:pointer;display:inline-flex;height:var(--adp-btn-height)}.air-datepicker-button:focus,.air-datepicker-button:hover{background:var(--adp-btn-background-color-hover);color:var(--adp-btn-color-hover)}.air-datepicker-button:focus{outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{align-items:center;display:flex;height:100%;justify-content:center;outline:none;width:100%}.air-datepicker-time{grid-column-gap:12px;align-items:center;display:grid;grid-template-columns:max-content 1fr;padding:0 var(--adp-time-padding-inner);position:relative}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{align-items:center;display:flex;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{line-height:1;margin:0 2px 3px}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;font-size:19px;line-height:1;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-3px;z-index:-1}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{align-self:flex-end;color:var(--adp-time-day-period-color);font-size:11px;margin-bottom:1px;margin-left:6px;text-transform:uppercase}.air-datepicker-time--row{align-items:center;background:linear-gradient(to right,var(--adp-time-track-color),var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;display:flex;font-size:11px;height:17px}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{-webkit-appearance:none;background:none;cursor:pointer;flex:1;height:100%;margin:0;padding:0;width:100%}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{background:#fff;border:1px solid var(--adp-time-track-color);border-radius:3px;box-sizing:border-box;cursor:pointer;height:12px;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration);width:12px}.air-datepicker-time--row input[type=range]::-moz-range-thumb{background:#fff;border:1px solid var(--adp-time-track-color);border-radius:3px;box-sizing:border-box;cursor:pointer;height:12px;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration);width:12px}.air-datepicker-time--row input[type=range]::-ms-thumb{background:#fff;border:1px solid var(--adp-time-track-color);border-radius:3px;box-sizing:border-box;cursor:pointer;height:12px;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration);width:12px}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{background:transparent;border:none;color:transparent;cursor:pointer;height:var(--adp-time-track-height)}.air-datepicker-time--row input[type=range]::-moz-range-track{background:transparent;border:none;color:transparent;cursor:pointer;height:var(--adp-time-track-height)}.air-datepicker-time--row input[type=range]::-ms-track{background:transparent;border:none;color:transparent;cursor:pointer;height:var(--adp-time-track-height)}.air-datepicker-time--row input[type=range]::-ms-fill-lower,.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:transparent}.air-datepicker{--adp-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--adp-font-size:14px;--adp-width:246px;--adp-z-index:100;--adp-padding:4px;--adp-grid-areas:"nav" "body" "timepicker" "buttons";--adp-transition-duration:.3s;--adp-transition-ease:ease-out;--adp-transition-offset:8px;--adp-background-color:#fff;--adp-background-color-hover:#f0f0f0;--adp-background-color-active:#eaeaea;--adp-background-color-in-range:rgba(92,196,239,.1);--adp-background-color-in-range-focused:rgba(92,196,239,.2);--adp-background-color-selected-other-month-focused:#8ad5f4;--adp-background-color-selected-other-month:#a2ddf6;--adp-color:#4a4a4a;--adp-color-secondary:#9c9c9c;--adp-accent-color:#4eb5e6;--adp-color-current-date:var(--adp-accent-color);--adp-color-other-month:#dedede;--adp-color-disabled:#aeaeae;--adp-color-disabled-in-range:#939393;--adp-color-other-month-hover:#c5c5c5;--adp-border-color:#dbdbdb;--adp-border-color-inner:#efefef;--adp-border-radius:4px;--adp-border-color-inline:#d7d7d7;--adp-nav-height:32px;--adp-nav-arrow-color:var(--adp-color-secondary);--adp-nav-action-size:32px;--adp-nav-color-secondary:var(--adp-color-secondary);--adp-day-name-color:#ff9a19;--adp-day-name-color-hover:#8ad5f4;--adp-day-cell-width:1fr;--adp-day-cell-height:32px;--adp-month-cell-height:42px;--adp-year-cell-height:56px;--adp-pointer-size:10px;--adp-poiner-border-radius:2px;--adp-pointer-offset:14px;--adp-cell-border-radius:4px;--adp-cell-background-color-hover:var(--adp-background-color-hover);--adp-cell-background-color-selected:#5cc4ef;--adp-cell-background-color-selected-hover:#45bced;--adp-cell-background-color-in-range:rgba(92,196,239,.1);--adp-cell-background-color-in-range-hover:rgba(92,196,239,.2);--adp-cell-border-color-in-range:var(--adp-cell-background-color-selected);--adp-btn-height:32px;--adp-btn-color:var(--adp-accent-color);--adp-btn-color-hover:var(--adp-color);--adp-btn-border-radius:var(--adp-border-radius);--adp-btn-background-color-hover:var(--adp-background-color-hover);--adp-btn-background-color-active:var(--adp-background-color-active);--adp-time-track-height:1px;--adp-time-track-color:#dedede;--adp-time-track-color-hover:#b1b1b1;--adp-time-thumb-size:12px;--adp-time-padding-inner:10px;--adp-time-day-period-color:var(--adp-color-secondary);--adp-mobile-font-size:16px;--adp-mobile-nav-height:40px;--adp-mobile-width:320px;--adp-mobile-day-cell-height:38px;--adp-mobile-month-cell-height:48px;--adp-mobile-year-cell-height:64px}.air-datepicker-overlay{--adp-overlay-background-color:rgba(0,0,0,.3);--adp-overlay-transition-duration:.3s;--adp-overlay-transition-ease:ease-out;--adp-overlay-z-index:99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);border-radius:var(--adp-border-radius);box-shadow:0 4px 12px rgba(0,0,0,.15);box-sizing:content-box;color:var(--adp-color);display:grid;font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);grid-template-areas:var(--adp-grid-areas);grid-template-columns:1fr;grid-template-rows:repeat(4,max-content);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);width:var(--adp-width);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset)*-1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset)*-1))}.air-datepicker.-active-:not(.-custom-position-){opacity:1;transform:translate(0)}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;left:auto;opacity:1;position:static;right:auto;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size:var(--adp-mobile-font-size);--adp-day-cell-height:var(--adp-mobile-day-cell-height);--adp-month-cell-height:var(--adp-mobile-month-cell-height);--adp-year-cell-height:var(--adp-mobile-year-cell-height);--adp-nav-height:var(--adp-mobile-nav-height);--adp-nav-action-size:var(--adp-mobile-nav-height);border:none;position:fixed;width:var(--adp-mobile-width)}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%,calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%,-50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{left:0;position:absolute;top:0}.air-datepicker--pointer{--pointer-half-size:calc(var(--adp-pointer-size)/2);z-index:-1}.air-datepicker--pointer,.air-datepicker--pointer:after{height:var(--adp-pointer-size);position:absolute;width:var(--adp-pointer-size)}.air-datepicker--pointer:after{background:#fff;border-right:1px solid var(--adp-border-color-inline);border-top:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);box-sizing:border-box;content:""}.-top-center- .air-datepicker--pointer,.-top-left- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-center- .air-datepicker--pointer:after,.-top-left- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-bottom- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-bottom- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-top- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-center- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-center- .air-datepicker--pointer:after,.-bottom-left- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-bottom- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-top- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-bottom- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-top- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-bottom-left- .air-datepicker--pointer,.-top-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-bottom-right- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-bottom-center- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;grid-area:body;padding:var(--adp-padding)}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{border-top:1px solid var(--adp-border-color-inner);padding:var(--adp-padding)}.air-datepicker-overlay{background:var(--adp-overlay-background-color);height:0;left:0;opacity:0;position:fixed;top:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);width:0;z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{height:100%;opacity:1;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s;width:100%}
.glide{box-sizing:border-box;position:relative;width:100%}.glide *{box-sizing:inherit}.glide__slides,.glide__track{overflow:hidden}.glide__slides{backface-visibility:hidden;display:flex;flex-wrap:nowrap;list-style:none;margin:0;padding:0;position:relative;touch-action:pan-Y;transform-style:preserve-3d;white-space:nowrap;width:100%;will-change:transform}.glide__slide,.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide__slide{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;flex-shrink:0;height:100%;white-space:normal;width:100%}.glide__slide a{-webkit-user-drag:none;-webkit-user-select:none;user-select:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide--rtl{direction:rtl}
.glide__arrow{background-color:transparent;border:2px solid hsla(0,0%,100%,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);color:#fff;cursor:pointer;display:block;line-height:1;opacity:1;padding:9px 12px;position:absolute;text-shadow:0 .25em .5em rgba(0,0,0,.1);text-transform:uppercase;top:50%;transform:translateY(-50%);transition:opacity .15s ease,border .3s ease-in-out;z-index:2}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{bottom:2em;display:inline-flex;left:50%;list-style:none;position:absolute;transform:translateX(-50%);z-index:2}.glide__bullet{background-color:hsla(0,0%,100%,.5);border:2px solid transparent;border-radius:50%;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);cursor:pointer;height:9px;line-height:0;margin:0 .25em;padding:0;transition:all .3s ease-in-out;width:9px}.glide__bullet:focus{outline:none}.glide__bullet:focus,.glide__bullet:hover{background-color:hsla(0,0%,100%,.5);border:2px solid #fff}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-webkit-grabbing}
@charset "UTF-8";*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e4e4e7;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:SpoqaHanSansNeo,SpoqaHanSansJP,Roboto,Arial,sans-serif;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#a1a1aa;opacity:1}input::placeholder,textarea::placeholder{color:#a1a1aa;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:480px){.container{max-width:480px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1080px){.container{max-width:1080px}}@media (min-width:1160px){.container{max-width:1160px}}@media (min-width:1440px){.container{max-width:1440px}}@media (min-width:1540px){.container{max-width:1540px}}.pointer-events-none{pointer-events:none}.\!pointer-events-auto{pointer-events:auto!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-\[6px\]{inset:6px}.\!left-0{left:0!important}.\!left-\[35\%\]{left:35%!important}.\!left-\[calc\(50\%_-_24px\)\]{left:calc(50% - 24px)!important}.\!top-6{top:1.5rem!important}.\!top-\[22rem\]{top:22rem!important}.-bottom-25{bottom:-6.25rem}.-bottom-5{bottom:-1.25rem}.-bottom-\[136px\]{bottom:-136px}.-left-1{left:-.25rem}.-left-2{left:-.5rem}.-left-3{left:-.75rem}.-left-3vw{left:-3vw}.-left-5{left:-1.25rem}.-left-6{left:-1.5rem}.-right-1{right:-.25rem}.-right-18{right:-4.5rem}.-right-24{right:-6rem}.-right-3{right:-.75rem}.-right-5{right:-1.25rem}.-right-6{right:-1.5rem}.-top-1{top:-.25rem}.-top-15{top:-3.75rem}.-top-2{top:-.5rem}.-top-2\.5{top:-.625rem}.-top-3{top:-.75rem}.-top-5{top:-1.25rem}.-top-\[1px\]{top:-1px}.-top-\[2px\]{top:-2px}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-12{bottom:3rem}.bottom-14{bottom:3.5rem}.bottom-3{bottom:.75rem}.bottom-6{bottom:1.5rem}.bottom-8{bottom:2rem}.bottom-\[-20\%\]{bottom:-20%}.bottom-\[-50px\]{bottom:-50px}.bottom-\[100px\]{bottom:100px}.bottom-\[30px\]{bottom:30px}.bottom-\[80px\]{bottom:80px}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-14{left:3.5rem}.left-19{left:4.75rem}.left-2{left:.5rem}.left-2vw{left:2vw}.left-4{left:1rem}.left-5{left:1.25rem}.left-6{left:1.5rem}.left-\[-50\%\]{left:-50%}.left-\[100px\]{left:100px}.left-\[170px\]{left:170px}.left-\[235px\]{left:235px}.left-\[400px\]{left:400px}.left-\[50px\]{left:50px}.right-0{right:0}.right-1{right:.25rem}.right-10{right:2.5rem}.right-10vw{right:10vw}.right-14{right:3.5rem}.right-2vw{right:2vw}.right-3{right:.75rem}.right-3vw{right:3vw}.right-4{right:1rem}.right-5{right:1.25rem}.right-5vw{right:5vw}.right-6{right:1.5rem}.right-7{right:1.75rem}.right-8{right:2rem}.right-80{right:20rem}.right-9{right:2.25rem}.right-\[1\.688rem\]{right:1.688rem}.right-\[200px\]{right:200px}.right-\[30px\]{right:30px}.right-\[70px\]{right:70px}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-2{top:.5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-4vw{top:4vw}.top-5{top:1.25rem}.top-50{top:12.5rem}.top-7{top:1.75rem}.top-9{top:2.25rem}.top-\[100px\]{top:100px}.top-\[1px\]{top:1px}.top-\[200px\]{top:200px}.top-\[30px\]{top:30px}.top-\[4\.563rem\]{top:4.563rem}.top-\[400px\]{top:400px}.top-\[60\%\]{top:60%}.top-\[65px\]{top:65px}.top-full{top:100%}.\!z-max{z-index:9999!important}.-z-1{z-index:-1}.-z-2{z-index:-2}.z-0{z-index:0}.z-1{z-index:1}.z-10{z-index:10}.z-2{z-index:2}.z-3{z-index:3}.z-50{z-index:50}.z-99{z-index:99}.z-\[-1\]{z-index:-1}.z-max{z-index:9999}.col-span-2{grid-column:span 2/span 2}.\!m-0{margin:0!important}.m-0{margin:0}.\!mx-0{margin-left:0!important;margin-right:0!important}.\!my-5{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-13{margin-left:3.25rem;margin-right:3.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-4vw{margin-left:4vw;margin-right:4vw}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-5vw{margin-left:5vw;margin-right:5vw}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-7{margin-left:1.75rem;margin-right:1.75rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-\[14px\]{margin-left:14px;margin-right:14px}.my-1{margin-bottom:.25rem;margin-top:.25rem}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.my-10vw{margin-bottom:10vw;margin-top:10vw}.my-1vw{margin-bottom:1vw;margin-top:1vw}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-3{margin-bottom:.75rem;margin-top:.75rem}.my-3vw{margin-bottom:3vw;margin-top:3vw}.my-4{margin-bottom:1rem;margin-top:1rem}.my-4vw{margin-bottom:4vw;margin-top:4vw}.my-5{margin-bottom:1.25rem;margin-top:1.25rem}.my-5vw{margin-bottom:5vw;margin-top:5vw}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.my-6px{margin-bottom:.375rem;margin-top:.375rem}.my-8{margin-bottom:2rem;margin-top:2rem}.my-8vw{margin-bottom:8vw;margin-top:8vw}.my-9{margin-bottom:2.25rem;margin-top:2.25rem}.my-\[2\.5rem\]{margin-bottom:2.5rem;margin-top:2.5rem}.\!mb-0{margin-bottom:0!important}.\!ml-3{margin-left:.75rem!important}.\!mr-0{margin-right:0!important}.\!mt-0{margin-top:0!important}.\!mt-3{margin-top:.75rem!important}.\!mt-4vw{margin-top:4vw!important}.\!mt-5vw{margin-top:5vw!important}.-mb-40{margin-bottom:-10rem}.-ml-1{margin-left:-.25rem}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5vw{margin-bottom:1.5vw}.mb-10{margin-bottom:2.5rem}.mb-11{margin-bottom:2.75rem}.mb-12{margin-bottom:3rem}.mb-13{margin-bottom:3.25rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-18{margin-bottom:4.5rem}.mb-19{margin-bottom:4.75rem}.mb-1vw{margin-bottom:1vw}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-21{margin-bottom:5.25rem}.mb-24{margin-bottom:6rem}.mb-2vw{margin-bottom:2vw}.mb-3{margin-bottom:.75rem}.mb-32{margin-bottom:8rem}.mb-3vw{margin-bottom:3vw}.mb-4{margin-bottom:1rem}.mb-40{margin-bottom:10rem}.mb-4vw{margin-bottom:4vw}.mb-5{margin-bottom:1.25rem}.mb-5vw{margin-bottom:5vw}.mb-6{margin-bottom:1.5rem}.mb-6vw{margin-bottom:6vw}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-8vw{margin-bottom:8vw}.mb-9{margin-bottom:2.25rem}.mb-\[1\.875rem\]{margin-bottom:1.875rem}.mb-\[10px\]{margin-bottom:10px}.mb-\[13px\]{margin-bottom:13px}.mb-\[14\.375rem\]{margin-bottom:14.375rem}.mb-\[14px\]{margin-bottom:14px}.mb-\[150px\]{margin-bottom:150px}.mb-\[15px\]{margin-bottom:15px}.mb-\[18px\]{margin-bottom:18px}.mb-\[2\.813rem\]{margin-bottom:2.813rem}.mb-\[24px\]{margin-bottom:24px}.mb-\[3\.125rem\]{margin-bottom:3.125rem}.mb-\[3\.75rem\]{margin-bottom:3.75rem}.mb-\[30px\]{margin-bottom:30px}.mb-\[33px\]{margin-bottom:33px}.mb-\[40px\]{margin-bottom:40px}.mb-\[45px\]{margin-bottom:45px}.mb-\[5\.375rem\]{margin-bottom:5.375rem}.mb-\[60px\]{margin-bottom:60px}.mb-\[72px\]{margin-bottom:72px}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-10px{margin-left:.625rem}.ml-18{margin-left:4.5rem}.ml-1vw{margin-left:1vw}.ml-2{margin-left:.5rem}.ml-2vw{margin-left:2vw}.ml-3{margin-left:.75rem}.ml-3vw{margin-left:3vw}.ml-4{margin-left:1rem}.ml-4vw{margin-left:4vw}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-6\.5{margin-left:1.625rem}.ml-6px{margin-left:.375rem}.ml-6vw{margin-left:6vw}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-1\.5vw{margin-right:1.5vw}.mr-10{margin-right:2.5rem}.mr-10px{margin-right:.625rem}.mr-10vw{margin-right:10vw}.mr-11{margin-right:2.75rem}.mr-12{margin-right:3rem}.mr-13{margin-right:3.25rem}.mr-1vw{margin-right:1vw}.mr-2{margin-right:.5rem}.mr-2vw{margin-right:2vw}.mr-3{margin-right:.75rem}.mr-3vw{margin-right:3vw}.mr-4{margin-right:1rem}.mr-4vw{margin-right:4vw}.mr-5{margin-right:1.25rem}.mr-5vw{margin-right:5vw}.mr-6{margin-right:1.5rem}.mr-6px{margin-right:.375rem}.mr-6vw{margin-right:6vw}.mr-7{margin-right:1.75rem}.mr-8{margin-right:2rem}.mr-9{margin-right:2.25rem}.mr-\[10px\]{margin-right:10px}.mr-\[14px\]{margin-right:14px}.mr-\[38px\]{margin-right:38px}.mr-\[4\.813rem\]{margin-right:4.813rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-10vw{margin-top:10vw}.mt-12{margin-top:3rem}.mt-13vw{margin-top:13vw}.mt-14{margin-top:3.5rem}.mt-1vw{margin-top:1vw}.mt-2{margin-top:.5rem}.mt-21{margin-top:5.25rem}.mt-24{margin-top:6rem}.mt-2vw{margin-top:2vw}.mt-3{margin-top:.75rem}.mt-30{margin-top:7.5rem}.mt-3vw{margin-top:3vw}.mt-4{margin-top:1rem}.mt-40{margin-top:10rem}.mt-40vw{margin-top:40vw}.mt-4vw{margin-top:4vw}.mt-5{margin-top:1.25rem}.mt-5vw{margin-top:5vw}.mt-6{margin-top:1.5rem}.mt-6px{margin-top:.375rem}.mt-6vw{margin-top:6vw}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-8vw{margin-top:8vw}.mt-9{margin-top:2.25rem}.mt-\[0\.688rem\]{margin-top:.688rem}.mt-\[1\.063rem\]{margin-top:1.063rem}.mt-\[1\.875rem\]{margin-top:1.875rem}.mt-\[2\.188rem\]{margin-top:2.188rem}.mt-\[2px\]{margin-top:2px}.mt-\[30\%\]{margin-top:30%}.mt-\[4\.813rem\]{margin-top:4.813rem}.mt-\[4px\]{margin-top:4px}.mt-\[5rem\]{margin-top:5rem}.mt-\[74px\]{margin-top:74px}.mt-\[75px\]{margin-top:75px}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-4{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-4{-webkit-line-clamp:4}.block{display:block}.inline-block{display:inline-block}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.\!grid{display:grid!important}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.\!hidden{display:none!important}.hidden{display:none}.aspect-auto{aspect-ratio:auto}.aspect-square{aspect-ratio:1/1}.size-4{height:1rem;width:1rem}.\!h-1{height:.25rem!important}.\!h-32{height:8rem!important}.\!h-5{height:1.25rem!important}.\!h-\[153px\]{height:153px!important}.\!h-\[160px\]{height:160px!important}.\!h-\[170px\]{height:170px!important}.\!h-\[19\.125rem\]{height:19.125rem!important}.\!h-\[19\.375rem\]{height:19.375rem!important}.\!h-\[197px\]{height:197px!important}.\!h-\[225px\]{height:225px!important}.\!h-\[240px\]{height:240px!important}.\!h-\[2px\]{height:2px!important}.\!h-\[305px\]{height:305px!important}.\!h-\[4\.875rem\]{height:4.875rem!important}.\!h-\[94px\]{height:94px!important}.\!h-full{height:100%!important}.h-0{height:0}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-1\/2{height:50%}.h-10{height:2.5rem}.h-10\.5{height:2.625rem}.h-11{height:2.75rem}.h-11vw{height:11vw}.h-12{height:3rem}.h-13{height:3.25rem}.h-137{height:34.25rem}.h-13vw{height:13vw}.h-14{height:3.5rem}.h-14vw{height:14vw}.h-15{height:3.75rem}.h-150{height:37.5rem}.h-16{height:4rem}.h-16vw{height:16vw}.h-17{height:4.25rem}.h-17vw{height:17vw}.h-18vw{height:18vw}.h-2{height:.5rem}.h-20{height:5rem}.h-20vw{height:20vw}.h-22{height:5.5rem}.h-23{height:5.75rem}.h-23vw{height:23vw}.h-24{height:6rem}.h-25{height:6.25rem}.h-2vw{height:2vw}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-38{height:9.5rem}.h-38vw{height:38vw}.h-3vw{height:3vw}.h-4{height:1rem}.h-40{height:10rem}.h-40vw{height:40vw}.h-43vw{height:43vw}.h-44{height:11rem}.h-45vw{height:45vw}.h-48{height:12rem}.h-4vw{height:4vw}.h-5{height:1.25rem}.h-50{height:12.5rem}.h-52{height:13rem}.h-53{height:13.25rem}.h-56{height:14rem}.h-5vw{height:5vw}.h-6{height:1.5rem}.h-60{height:15rem}.h-6vw{height:6vw}.h-7{height:1.75rem}.h-7\.5{height:1.875rem}.h-76{height:19rem}.h-7vw{height:7vw}.h-8{height:2rem}.h-80{height:20rem}.h-88{height:22rem}.h-8vw{height:8vw}.h-9{height:2.25rem}.h-\[0\.875rem\]{height:.875rem}.h-\[0px\]{height:0}.h-\[1\.125rem\]{height:1.125rem}.h-\[1\.625rem\]{height:1.625rem}.h-\[1\.875rem\]{height:1.875rem}.h-\[100px\]{height:100px}.h-\[105px\]{height:105px}.h-\[10px\]{height:10px}.h-\[114px\]{height:114px}.h-\[115px\]{height:115px}.h-\[116px\]{height:116px}.h-\[120px\]{height:120px}.h-\[125px\]{height:125px}.h-\[128px\]{height:128px}.h-\[12px\]{height:12px}.h-\[138px\]{height:138px}.h-\[13px\]{height:13px}.h-\[14\.281rem\]{height:14.281rem}.h-\[14\.688rem\]{height:14.688rem}.h-\[140px\]{height:140px}.h-\[148px\]{height:148px}.h-\[14px\]{height:14px}.h-\[15\.938rem\]{height:15.938rem}.h-\[150px\]{height:150px}.h-\[152px\]{height:152px}.h-\[155px\]{height:155px}.h-\[162px\]{height:162px}.h-\[1635px\]{height:1635px}.h-\[167px\]{height:167px}.h-\[170px\]{height:170px}.h-\[175px\]{height:175px}.h-\[180px\]{height:180px}.h-\[181px\]{height:181px}.h-\[182px\]{height:182px}.h-\[18px\]{height:18px}.h-\[1952px\]{height:1952px}.h-\[195px\]{height:195px}.h-\[1995px\]{height:1995px}.h-\[19px\]{height:19px}.h-\[1px\]{height:1px}.h-\[2\.063rem\]{height:2.063rem}.h-\[2\.375rem\]{height:2.375rem}.h-\[2\.875rem\]{height:2.875rem}.h-\[200px\]{height:200px}.h-\[204px\]{height:204px}.h-\[206px\]{height:206px}.h-\[20px\]{height:20px}.h-\[213px\]{height:213px}.h-\[218px\]{height:218px}.h-\[22px\]{height:22px}.h-\[237px\]{height:237px}.h-\[23px\]{height:23px}.h-\[24\.375rem\]{height:24.375rem}.h-\[260px\]{height:260px}.h-\[263px\]{height:263px}.h-\[266px\]{height:266px}.h-\[26px\]{height:26px}.h-\[270px\]{height:270px}.h-\[27px\]{height:27px}.h-\[285px\]{height:285px}.h-\[29px\]{height:29px}.h-\[3\.125rem\]{height:3.125rem}.h-\[3\.438rem\]{height:3.438rem}.h-\[3\.449rem\]{height:3.449rem}.h-\[3\.5rem\]{height:3.5rem}.h-\[3\.625rem\]{height:3.625rem}.h-\[305px\]{height:305px}.h-\[310px\]{height:310px}.h-\[31px\]{height:31px}.h-\[324px\]{height:324px}.h-\[330px\]{height:330px}.h-\[345px\]{height:345px}.h-\[34px\]{height:34px}.h-\[350px\]{height:350px}.h-\[362px\]{height:362px}.h-\[370px\]{height:370px}.h-\[37px\]{height:37px}.h-\[38px\]{height:38px}.h-\[39px\]{height:39px}.h-\[4\.375rem\]{height:4.375rem}.h-\[4\.5rem\]{height:4.5rem}.h-\[41px\]{height:41px}.h-\[420px\]{height:420px}.h-\[421px\]{height:421px}.h-\[42px\]{height:42px}.h-\[43px\]{height:43px}.h-\[455px\]{height:455px}.h-\[46\.563rem\]{height:46.563rem}.h-\[46px\]{height:46px}.h-\[48px\]{height:48px}.h-\[5\.25rem\]{height:5.25rem}.h-\[5\.349rem\]{height:5.349rem}.h-\[5\.366rem\]{height:5.366rem}.h-\[50\%\]{height:50%}.h-\[500px\]{height:500px}.h-\[507px\]{height:507px}.h-\[50px\]{height:50px}.h-\[520px\]{height:520px}.h-\[524px\]{height:524px}.h-\[52px\]{height:52px}.h-\[530px\]{height:530px}.h-\[535px\]{height:535px}.h-\[548px\]{height:548px}.h-\[54px\]{height:54px}.h-\[550px\]{height:550px}.h-\[555px\]{height:555px}.h-\[55px\]{height:55px}.h-\[56px\]{height:56px}.h-\[584px\]{height:584px}.h-\[58px\]{height:58px}.h-\[59px\]{height:59px}.h-\[5px\]{height:5px}.h-\[603px\]{height:603px}.h-\[606px\]{height:606px}.h-\[60px\]{height:60px}.h-\[60vh\]{height:60vh}.h-\[625px\]{height:625px}.h-\[63\.563rem\]{height:63.563rem}.h-\[640px\]{height:640px}.h-\[65px\]{height:65px}.h-\[68px\]{height:68px}.h-\[696px\]{height:696px}.h-\[698px\]{height:698px}.h-\[69px\]{height:69px}.h-\[703px\]{height:703px}.h-\[70px\]{height:70px}.h-\[730px\]{height:730px}.h-\[740px\]{height:740px}.h-\[74px\]{height:74px}.h-\[760px\]{height:760px}.h-\[76vh\]{height:76vh}.h-\[77\.5rem\]{height:77.5rem}.h-\[780px\]{height:780px}.h-\[78vh\]{height:78vh}.h-\[797px\]{height:797px}.h-\[7px\]{height:7px}.h-\[8\.125rem\]{height:8.125rem}.h-\[8\.75rem\]{height:8.75rem}.h-\[80px\]{height:80px}.h-\[80vh\]{height:80vh}.h-\[83px\]{height:83px}.h-\[86px\]{height:86px}.h-\[88px\]{height:88px}.h-\[9\.688rem\]{height:9.688rem}.h-\[900px\]{height:900px}.h-\[90px\]{height:90px}.h-\[91px\]{height:91px}.h-\[92px\]{height:92px}.h-\[9px\]{height:9px}.h-\[calc\(100vh-268px\)\]{height:calc(100vh - 268px)}.h-\[calc\(100vh-8\.849rem\)\]{height:calc(100vh - 8.849rem)}.h-\[calc\(100vh-86px\)\]{height:calc(100vh - 86px)}.h-full{height:100%}.h-screen{height:100vh}.max-h-140{max-height:35rem}.max-h-\[60vh\]{max-height:60vh}.\!min-h-0{min-height:0!important}.min-h-101{min-height:25.25rem}.min-h-112{min-height:36rem}.min-h-147{min-height:36.75rem}.min-h-178{min-height:44.5rem}.min-h-185{min-height:46.25rem}.min-h-35{min-height:8.75rem}.min-h-4{min-height:1rem}.min-h-42vw{min-height:42vw}.min-h-53{min-height:13.25rem}.min-h-53vw{min-height:53vw}.min-h-77{min-height:19.25rem}.min-h-\[710px\]{min-height:710px}.min-h-\[80vh\]{min-height:80vh}.min-h-\[calc\(100vh-86px\)\]{min-height:calc(100vh - 86px)}.min-h-screen{min-height:100vh}.\!w-14{width:3.5rem!important}.\!w-169{width:67.5rem!important}.\!w-2\/3{width:66.666667%!important}.\!w-\[130px\]{width:130px!important}.\!w-\[135px\]{width:135px!important}.\!w-\[16rem\]{width:16rem!important}.\!w-\[19\.125rem\]{width:19.125rem!important}.\!w-\[200px\]{width:200px!important}.\!w-\[214px\]{width:214px!important}.\!w-\[246px\]{width:246px!important}.\!w-\[250px\]{width:250px!important}.\!w-\[295px\]{width:295px!important}.\!w-\[30\%\]{width:30%!important}.\!w-\[43\.75rem\]{width:43.75rem!important}.\!w-\[666px\]{width:666px!important}.\!w-\[980px\]{width:980px!important}.\!w-full{width:100%!important}.w-0{width:0}.w-1{width:.25rem}.w-1\/12{width:8.333333%}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/5{width:20%}.w-10{width:2.5rem}.w-10\/12{width:83.333333%}.w-102{width:25.5rem}.w-103{width:25.75rem}.w-107{width:26.75rem}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-11vw{width:11vw}.w-122{width:30.5rem}.w-12vw{width:12vw}.w-132{width:48rem}.w-13vw{width:13vw}.w-14{width:3.5rem}.w-149vw{width:149vw}.w-14vw{width:14vw}.w-16{width:4rem}.w-160{width:40rem}.w-162{width:40.5rem}.w-169{width:67.5rem}.w-16vw{width:16vw}.w-17{width:4.25rem}.w-17vw{width:17vw}.w-18{width:4.5rem}.w-18vw{width:18vw}.w-19{width:4.75rem}.w-1px{width:.063rem}.w-2{width:.5rem}.w-2\/12{width:16.666667%}.w-2\/3{width:66.666667%}.w-2\/4{width:50%}.w-2\/5{width:40%}.w-2\/6{width:33.333333%}.w-20{width:5rem}.w-20vw{width:20vw}.w-22{width:5.5rem}.w-22vw{width:22vw}.w-23{width:5.75rem}.w-23vw{width:23vw}.w-24{width:6rem}.w-240{width:60rem}.w-24vw{width:24vw}.w-25{width:6.25rem}.w-27{width:6.75rem}.w-270{width:67.5rem}.w-28{width:7rem}.w-28vw{width:28vw}.w-2vw{width:2vw}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/12{width:25%}.w-3\/5{width:60%}.w-3\/6{width:50%}.w-30{width:7.5rem}.w-30vw{width:30vw}.w-31{width:7.75rem}.w-32{width:8rem}.w-32vw{width:32vw}.w-36{width:9rem}.w-3vw{width:3vw}.w-4{width:1rem}.w-4\/12{width:33.333333%}.w-4\/5{width:80%}.w-4\/6{width:66.666667%}.w-40{width:10rem}.w-40vw{width:40vw}.w-42{width:10.5rem}.w-46{width:11.5rem}.w-46vw{width:46vw}.w-48{width:12rem}.w-4vw{width:4vw}.w-5{width:1.25rem}.w-5\/12{width:41.666667%}.w-50{width:12.5rem}.w-52{width:13rem}.w-53vw{width:53vw}.w-55vw{width:55vw}.w-56{width:14rem}.w-58vw{width:58vw}.w-5vw{width:5vw}.w-6{width:1.5rem}.w-6\/12{width:50%}.w-60{width:15rem}.w-60vw{width:60vw}.w-64{width:16rem}.w-6vw{width:6vw}.w-7{width:1.75rem}.w-7\/12{width:58.333333%}.w-70{width:17.5rem}.w-72{width:18rem}.w-74{width:18.5rem}.w-75{width:18.75rem}.w-77{width:19.25rem}.w-78{width:19.5rem}.w-7vw{width:7vw}.w-8{width:2rem}.w-8\/12{width:66.666667%}.w-80{width:20rem}.w-81{width:20.25rem}.w-82{width:20.5rem}.w-8vw{width:8vw}.w-9{width:2.25rem}.w-9\/12{width:75%}.w-90{width:22.5rem}.w-92{width:23rem}.w-96{width:36rem}.w-\[0\.438rem\]{width:.438rem}.w-\[0px\]{width:0}.w-\[1\.125rem\]{width:1.125rem}.w-\[1\.625rem\]{width:1.625rem}.w-\[1\.813rem\]{width:1.813rem}.w-\[10\.438rem\]{width:10.438rem}.w-\[10\.625rem\]{width:10.625rem}.w-\[1000px\]{width:1000px}.w-\[100px\]{width:100px}.w-\[106px\]{width:106px}.w-\[1071px\]{width:1071px}.w-\[1080px\]{width:1080px}.w-\[10px\]{width:10px}.w-\[11\.25rem\]{width:11.25rem}.w-\[11\.688rem\]{width:11.688rem}.w-\[11\.875rem\]{width:11.875rem}.w-\[110px\]{width:110px}.w-\[111px\]{width:111px}.w-\[1140px\]{width:1140px}.w-\[1150px\]{width:1150px}.w-\[1156px\]{width:1156px}.w-\[119px\]{width:119px}.w-\[12\.5rem\]{width:12.5rem}.w-\[1200px\]{width:1200px}.w-\[120rem\]{width:120rem}.w-\[125px\]{width:125px}.w-\[12px\]{width:12px}.w-\[130px\]{width:130px}.w-\[13px\]{width:13px}.w-\[14\.375rem\]{width:14.375rem}.w-\[14\.563rem\]{width:14.563rem}.w-\[14\.688rem\]{width:14.688rem}.w-\[1400px\]{width:1400px}.w-\[140px\]{width:140px}.w-\[14px\]{width:14px}.w-\[150px\]{width:150px}.w-\[1520px\]{width:1520px}.w-\[15rem\]{width:15rem}.w-\[16\.625rem\]{width:16.625rem}.w-\[17\.625rem\]{width:17.625rem}.w-\[176px\]{width:176px}.w-\[18\.5rem\]{width:18.5rem}.w-\[182px\]{width:182px}.w-\[184px\]{width:184px}.w-\[18px\]{width:18px}.w-\[19\.063rem\]{width:19.063rem}.w-\[1905px\]{width:1905px}.w-\[1920px\]{width:1920px}.w-\[19px\]{width:19px}.w-\[1px\]{width:1px}.w-\[2\.188rem\]{width:2.188rem}.w-\[2\.375rem\]{width:2.375rem}.w-\[20\.938rem\]{width:20.938rem}.w-\[200px\]{width:200px}.w-\[205px\]{width:205px}.w-\[21\.313rem\]{width:21.313rem}.w-\[210px\]{width:210px}.w-\[22\.5rem\]{width:22.5rem}.w-\[220px\]{width:220px}.w-\[221px\]{width:221px}.w-\[225px\]{width:225px}.w-\[2270px\]{width:2270px}.w-\[22px\]{width:22px}.w-\[230px\]{width:230px}.w-\[24\.375rem\]{width:24.375rem}.w-\[250px\]{width:250px}.w-\[253px\]{width:253px}.w-\[254px\]{width:254px}.w-\[256px\]{width:256px}.w-\[260px\]{width:260px}.w-\[268px\]{width:268px}.w-\[270px\]{width:270px}.w-\[272px\]{width:272px}.w-\[29px\]{width:29px}.w-\[302px\]{width:302px}.w-\[303px\]{width:303px}.w-\[310px\]{width:310px}.w-\[314px\]{width:314px}.w-\[315px\]{width:315px}.w-\[320px\]{width:320px}.w-\[340px\]{width:340px}.w-\[35\%\]{width:35%}.w-\[350px\]{width:350px}.w-\[352px\]{width:352px}.w-\[35px\]{width:35px}.w-\[365px\]{width:365px}.w-\[372px\]{width:372px}.w-\[379px\]{width:379px}.w-\[38\.125rem\]{width:38.125rem}.w-\[38px\]{width:38px}.w-\[4\.125rem\]{width:4.125rem}.w-\[405px\]{width:405px}.w-\[40px\]{width:40px}.w-\[40rem\]{width:40rem}.w-\[415px\]{width:415px}.w-\[43\.75rem\]{width:43.75rem}.w-\[430px\]{width:430px}.w-\[43px\]{width:43px}.w-\[445px\]{width:445px}.w-\[45\.25rem\]{width:45.25rem}.w-\[46\%\]{width:46%}.w-\[470px\]{width:470px}.w-\[5\.366rem\]{width:5.366rem}.w-\[50px\]{width:50px}.w-\[510px\]{width:510px}.w-\[52px\]{width:52px}.w-\[530px\]{width:530px}.w-\[550px\]{width:550px}.w-\[552px\]{width:552px}.w-\[560px\]{width:560px}.w-\[59px\]{width:59px}.w-\[5px\]{width:5px}.w-\[5rem\]{width:5rem}.w-\[6\.563rem\]{width:6.563rem}.w-\[60\%\]{width:60%}.w-\[60px\]{width:60px}.w-\[625px\]{width:625px}.w-\[63px\]{width:63px}.w-\[64px\]{width:64px}.w-\[650px\]{width:650px}.w-\[70\%\]{width:70%}.w-\[70px\]{width:70px}.w-\[714px\]{width:714px}.w-\[736px\]{width:736px}.w-\[740px\]{width:740px}.w-\[75px\]{width:75px}.w-\[760px\]{width:760px}.w-\[764px\]{width:764px}.w-\[767px\]{width:767px}.w-\[772px\]{width:772px}.w-\[780px\]{width:780px}.w-\[790px\]{width:790px}.w-\[7px\]{width:7px}.w-\[8\.438rem\]{width:8.438rem}.w-\[8\.75rem\]{width:8.75rem}.w-\[800px\]{width:800px}.w-\[80px\]{width:80px}.w-\[80rem\]{width:80rem}.w-\[856px\]{width:856px}.w-\[868px\]{width:868px}.w-\[870px\]{width:870px}.w-\[88px\]{width:88px}.w-\[9\.063rem\]{width:9.063rem}.w-\[9\.375rem\]{width:9.375rem}.w-\[90px\]{width:90px}.w-\[923px\]{width:923px}.w-\[92px\]{width:92px}.w-\[95\%\]{width:95%}.w-\[975px\]{width:975px}.w-\[97px\]{width:97px}.w-\[9px\]{width:9px}.w-\[calc\(100\%_-_140px\)\]{width:calc(100% - 140px)}.w-\[calc\(100\%_-_92px\)\]{width:calc(100% - 92px)}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.min-w-129{min-width:32.25rem}.min-w-20vw{min-width:20vw}.min-w-56{min-width:14rem}.min-w-8{min-width:2rem}.min-w-82{min-width:20.5rem}.min-w-\[100\%\]{min-width:100%}.min-w-\[100px\]{min-width:100px}.min-w-\[20rem\]{min-width:20rem}.min-w-\[220px\]{min-width:220px}.min-w-\[50px\]{min-width:50px}.\!max-w-\[48\%\]{max-width:48%!important}.max-w-103{max-width:25.75rem}.max-w-159{max-width:39.75rem}.max-w-169{max-width:67.5rem}.max-w-20{max-width:5rem}.max-w-22{max-width:5.5rem}.max-w-22vw{max-width:22vw}.max-w-23vw{max-width:23vw}.max-w-24{max-width:6rem}.max-w-25{max-width:6.25rem}.max-w-28{max-width:7rem}.max-w-28vw{max-width:28vw}.max-w-30{max-width:7.5rem}.max-w-31{max-width:7.75rem}.max-w-33{max-width:8.25rem}.max-w-34vw{max-width:34vw}.max-w-38vw{max-width:38vw}.max-w-57{max-width:14.25rem}.max-w-57vw{max-width:57vw}.max-w-\[16rem\]{max-width:16rem}.max-w-\[1940px\]{max-width:1940px}.max-w-\[60\%\]{max-width:60%}.max-w-\[714px\]{max-width:714px}.max-w-\[72\%\]{max-width:72%}.max-w-\[900px\]{max-width:900px}.max-w-lg{max-width:32rem}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x:-100%}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.-translate-y-6{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-6{--tw-translate-y:-1.5rem}.-translate-y-\[127px\]{--tw-translate-y:-127px}.-translate-y-\[127px\],.-translate-y-\[3px\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-\[3px\]{--tw-translate-y:-3px}.-translate-y-\[71px\]{--tw-translate-y:-71px}.-translate-y-\[71px\],.translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x:0}.translate-x-1\/3{--tw-translate-x:33.333333%}.translate-x-10,.translate-x-1\/3{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-10{--tw-translate-x:2.5rem}.translate-x-6{--tw-translate-x:1.5rem}.translate-x-6,.translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x:100%}.translate-y-0{--tw-translate-y:0}.translate-y-0,.translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y:50%}.translate-y-10{--tw-translate-y:2.5rem}.translate-y-10,.translate-y-4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y:1rem}.translate-y-full{--tw-translate-y:100%}.-rotate-45,.translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-45{--tw-rotate:-45deg}.-rotate-90{--tw-rotate:-90deg}.-rotate-90,.rotate-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate:0deg}.rotate-180{--tw-rotate:180deg}.rotate-180,.rotate-45{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate:45deg}.rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!scale-100{--tw-scale-x:1!important;--tw-scale-y:1!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.scale-60{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-60{--tw-scale-x:0.6;--tw-scale-y:0.6}.scale-80{--tw-scale-x:0.8;--tw-scale-y:0.8}.scale-80,.scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.animate-bounce{animation:bounce 1s infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.\!grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.\!grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-row{flex-direction:row}.\!flex-col{flex-direction:column!important}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.\!items-start{align-items:flex-start!important}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.\!items-center{align-items:center!important}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.\!justify-center{justify-content:center!important}.justify-center{justify-content:center}.\!justify-between{justify-content:space-between!important}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-items-center{justify-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.\!gap-x-7{-moz-column-gap:1.75rem!important;column-gap:1.75rem!important}.\!gap-y-4{row-gap:1rem!important}.gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-x-15{-moz-column-gap:3.75rem;column-gap:3.75rem}.gap-x-1px{-moz-column-gap:.063rem;column-gap:.063rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.gap-x-\[0\.625rem\]{-moz-column-gap:.625rem;column-gap:.625rem}.gap-x-\[15px\]{-moz-column-gap:15px;column-gap:15px}.gap-x-\[18px\]{-moz-column-gap:18px;column-gap:18px}.gap-x-\[22px\]{-moz-column-gap:22px;column-gap:22px}.gap-x-\[26px\]{-moz-column-gap:26px;column-gap:26px}.gap-x-\[5px\]{-moz-column-gap:5px;column-gap:5px}.gap-x-\[84px\]{-moz-column-gap:84px;column-gap:84px}.gap-y-0\.5{row-gap:.125rem}.gap-y-1{row-gap:.25rem}.gap-y-1\.5{row-gap:.375rem}.gap-y-10{row-gap:2.5rem}.gap-y-10px{row-gap:.625rem}.gap-y-12{row-gap:3rem}.gap-y-16{row-gap:4rem}.gap-y-1px{row-gap:.063rem}.gap-y-2{row-gap:.5rem}.gap-y-2\.5{row-gap:.625rem}.gap-y-3{row-gap:.75rem}.gap-y-3\.5{row-gap:.875rem}.gap-y-4{row-gap:1rem}.gap-y-4\.5{row-gap:1.125rem}.gap-y-5{row-gap:1.25rem}.gap-y-6{row-gap:1.5rem}.gap-y-6\.5{row-gap:1.625rem}.gap-y-7{row-gap:1.75rem}.gap-y-7\.5{row-gap:1.875rem}.gap-y-8{row-gap:2rem}.gap-y-9{row-gap:2.25rem}.gap-y-\[0\.313rem\]{row-gap:.313rem}.gap-y-\[0\.625rem\]{row-gap:.625rem}.gap-y-\[1\.125rem\]{row-gap:1.125rem}.gap-y-\[1\.375rem\]{row-gap:1.375rem}.gap-y-\[10px\]{row-gap:10px}.gap-y-\[125px\]{row-gap:125px}.gap-y-\[15px\]{row-gap:15px}.gap-y-\[18px\]{row-gap:18px}.gap-y-\[19px\]{row-gap:19px}.gap-y-\[23px\]{row-gap:23px}.gap-y-\[25px\]{row-gap:25px}.gap-y-\[3\.125rem\]{row-gap:3.125rem}.gap-y-\[4\.625rem\]{row-gap:4.625rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-none>:not([hidden])~:not([hidden]){border-style:none}.divide-\[\#E4E4E7\]>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(228 228 231/var(--tw-divide-opacity,1))}.overflow-auto{overflow:auto}.\!overflow-hidden{overflow:hidden!important}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;white-space:nowrap}.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-break-spaces{white-space:break-spaces}.text-wrap{text-wrap:wrap}.text-nowrap{text-wrap:nowrap}.text-balance{text-wrap:balance}.text-pretty{text-wrap:pretty}.break-words{overflow-wrap:break-word}.\!break-all{word-break:break-all!important}.break-all{word-break:break-all}.break-keep{word-break:keep-all}.\!rounded-3xl{border-radius:1.5rem!important}.\!rounded-lg{border-radius:.5rem!important}.\!rounded-xl{border-radius:.75rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[0\.938rem\]{border-radius:.938rem}.rounded-\[1\.25rem\]{border-radius:1.25rem}.rounded-\[1\.375rem\]{border-radius:1.375rem}.rounded-\[1\.75rem\]{border-radius:1.75rem}.rounded-\[1\.875rem\]{border-radius:1.875rem}.rounded-\[1\.938rem\]{border-radius:1.938rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[11px\]{border-radius:11px}.rounded-\[13px\]{border-radius:13px}.rounded-\[14px\]{border-radius:14px}.rounded-\[20px\]{border-radius:20px}.rounded-\[21px\]{border-radius:21px}.rounded-\[25px\]{border-radius:25px}.rounded-\[26px\]{border-radius:26px}.rounded-\[28px\]{border-radius:28px}.rounded-\[30px\]{border-radius:30px}.rounded-\[31px\]{border-radius:31px}.rounded-\[32px\]{border-radius:32px}.rounded-\[34px\]{border-radius:34px}.rounded-\[3px\]{border-radius:3px}.rounded-\[50px\]{border-radius:50px}.rounded-\[5px\]{border-radius:5px}.rounded-\[7px\]{border-radius:7px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-\[1\.25rem\]{border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.rounded-b-md{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-b-none{border-bottom-left-radius:0;border-bottom-right-radius:0}.rounded-l-md{border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.rounded-r-md{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-\[1\.25rem\]{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.rounded-t-\[1\.875rem\]{border-top-left-radius:1.875rem;border-top-right-radius:1.875rem}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-tl-\[11px\]{border-top-left-radius:11px}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tr-\[11px\]{border-top-right-radius:11px}.rounded-tr-lg{border-top-right-radius:.5rem}.\!border{border-width:1px!important}.\!border-0{border-width:0!important}.border{border-width:1px}.border-0{border-width:0}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-b-4{border-bottom-width:4px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-t-4{border-top-width:4px}.border-t-8{border-top-width:8px}.border-solid{border-style:solid}.border-none{border-style:none}.\!border-gray-200,.\!border-zinc-200{--tw-border-opacity:1!important;border-color:rgb(228 228 231/var(--tw-border-opacity,1))!important}.\!border-zinc-300{--tw-border-opacity:1!important;border-color:rgb(212 212 216/var(--tw-border-opacity,1))!important}.border-\[\#D4D4D8\]{--tw-border-opacity:1;border-color:rgb(212 212 216/var(--tw-border-opacity,1))}.border-\[\#D7D7D7\]{--tw-border-opacity:1;border-color:rgb(215 215 215/var(--tw-border-opacity,1))}.border-\[\#E4261A\]{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1))}.border-\[\#E4E4E7\]{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1))}.border-\[\#EBEDF2\]{--tw-border-opacity:1;border-color:rgb(235 237 242/var(--tw-border-opacity,1))}.border-\[\#F0F0F3\]{--tw-border-opacity:1;border-color:rgb(240 240 243/var(--tw-border-opacity,1))}.border-\[\#F2ECEC\]{--tw-border-opacity:1;border-color:rgb(242 236 236/var(--tw-border-opacity,1))}.border-\[\#ddd\]{--tw-border-opacity:1;border-color:rgb(221 221 221/var(--tw-border-opacity,1))}.border-\[\#ebebeb\]{--tw-border-opacity:1;border-color:rgb(235 235 235/var(--tw-border-opacity,1))}.border-\[\#ebedf2\]{--tw-border-opacity:1;border-color:rgb(235 237 242/var(--tw-border-opacity,1))}.border-amber-500{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity,1))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(244 244 245/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(212 212 216/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(161 161 170/var(--tw-border-opacity,1))}.border-gray-50{--tw-border-opacity:1;border-color:rgb(250 250 251/var(--tw-border-opacity,1))}.border-neutral-50{--tw-border-opacity:1;border-color:rgb(250 250 250/var(--tw-border-opacity,1))}.border-orange-500{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity,1))}.border-primary1{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity,1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-zinc-100{--tw-border-opacity:1;border-color:rgb(244 244 245/var(--tw-border-opacity,1))}.border-zinc-200{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1))}.border-zinc-300{--tw-border-opacity:1;border-color:rgb(212 212 216/var(--tw-border-opacity,1))}.border-zinc-400{--tw-border-opacity:1;border-color:rgb(161 161 170/var(--tw-border-opacity,1))}.border-zinc-50{--tw-border-opacity:1;border-color:rgb(250 250 250/var(--tw-border-opacity,1))}.border-x-white{--tw-border-opacity:1;border-left-color:rgb(255 255 255/var(--tw-border-opacity,1));border-right-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-y-neutral-100{--tw-border-opacity:1;border-bottom-color:rgb(245 245 245/var(--tw-border-opacity,1));border-top-color:rgb(245 245 245/var(--tw-border-opacity,1))}.border-y-white{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255/var(--tw-border-opacity,1));border-top-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-b-zinc-200{--tw-border-opacity:1;border-bottom-color:rgb(228 228 231/var(--tw-border-opacity,1))}.border-r-zinc-400{--tw-border-opacity:1;border-right-color:rgb(161 161 170/var(--tw-border-opacity,1))}.border-t-\[\#FAFAFB\]{--tw-border-opacity:1;border-top-color:rgb(250 250 251/var(--tw-border-opacity,1))}.\!bg-\[\#fbfbff\]{--tw-bg-opacity:1!important;background-color:rgb(251 251 255/var(--tw-bg-opacity,1))!important}.\!bg-transparent{background-color:transparent!important}.\!bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.\!bg-yellow-500{--tw-bg-opacity:1!important;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))!important}.\!bg-zinc-100{--tw-bg-opacity:1!important;background-color:rgb(244 244 245/var(--tw-bg-opacity,1))!important}.bg-\[\#00B4B4\]{--tw-bg-opacity:1;background-color:rgb(0 180 180/var(--tw-bg-opacity,1))}.bg-\[\#00B5B8\]{--tw-bg-opacity:1;background-color:rgb(0 181 184/var(--tw-bg-opacity,1))}.bg-\[\#00FF85\]{--tw-bg-opacity:1;background-color:rgb(0 255 133/var(--tw-bg-opacity,1))}.bg-\[\#010041\]{--tw-bg-opacity:1;background-color:rgb(1 0 65/var(--tw-bg-opacity,1))}.bg-\[\#0F7360\]{--tw-bg-opacity:1;background-color:rgb(15 115 96/var(--tw-bg-opacity,1))}.bg-\[\#191D22\]{--tw-bg-opacity:1;background-color:rgb(25 29 34/var(--tw-bg-opacity,1))}.bg-\[\#1A6BE4\]{--tw-bg-opacity:1;background-color:rgb(26 107 228/var(--tw-bg-opacity,1))}.bg-\[\#1D1D20\]{--tw-bg-opacity:1;background-color:rgb(29 29 32/var(--tw-bg-opacity,1))}.bg-\[\#1D4ED8\]{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.bg-\[\#201D1D\]{--tw-bg-opacity:1;background-color:rgb(32 29 29/var(--tw-bg-opacity,1))}.bg-\[\#222222\]{--tw-bg-opacity:1;background-color:rgb(34 34 34/var(--tw-bg-opacity,1))}.bg-\[\#242AB9\]{--tw-bg-opacity:1;background-color:rgb(36 42 185/var(--tw-bg-opacity,1))}.bg-\[\#2454FF\]{--tw-bg-opacity:1;background-color:rgb(36 84 255/var(--tw-bg-opacity,1))}.bg-\[\#252B3B\]{--tw-bg-opacity:1;background-color:rgb(37 43 59/var(--tw-bg-opacity,1))}.bg-\[\#255C9C\]{--tw-bg-opacity:1;background-color:rgb(37 92 156/var(--tw-bg-opacity,1))}.bg-\[\#2788FB\]{--tw-bg-opacity:1;background-color:rgb(39 136 251/var(--tw-bg-opacity,1))}.bg-\[\#2979C4\]{--tw-bg-opacity:1;background-color:rgb(41 121 196/var(--tw-bg-opacity,1))}.bg-\[\#303039\]{--tw-bg-opacity:1;background-color:rgb(48 48 57/var(--tw-bg-opacity,1))}.bg-\[\#343436\]{--tw-bg-opacity:1;background-color:rgb(52 52 54/var(--tw-bg-opacity,1))}.bg-\[\#34D399\]{--tw-bg-opacity:1;background-color:rgb(52 211 153/var(--tw-bg-opacity,1))}.bg-\[\#377FA0\]{--tw-bg-opacity:1;background-color:rgb(55 127 160/var(--tw-bg-opacity,1))}.bg-\[\#3F3F47\]{--tw-bg-opacity:1;background-color:rgb(63 63 71/var(--tw-bg-opacity,1))}.bg-\[\#434D5E\],.bg-\[\#434d5e\]{--tw-bg-opacity:1;background-color:rgb(67 77 94/var(--tw-bg-opacity,1))}.bg-\[\#4F5EED\]{--tw-bg-opacity:1;background-color:rgb(79 94 237/var(--tw-bg-opacity,1))}.bg-\[\#564C60\]{--tw-bg-opacity:1;background-color:rgb(86 76 96/var(--tw-bg-opacity,1))}.bg-\[\#6086E8\],.bg-\[\#6086e8\]{--tw-bg-opacity:1;background-color:rgb(96 134 232/var(--tw-bg-opacity,1))}.bg-\[\#60A5FA\]{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity,1))}.bg-\[\#619EFF\]{--tw-bg-opacity:1;background-color:rgb(97 158 255/var(--tw-bg-opacity,1))}.bg-\[\#756AF6\]{--tw-bg-opacity:1;background-color:rgb(117 106 246/var(--tw-bg-opacity,1))}.bg-\[\#994647\]{--tw-bg-opacity:1;background-color:rgb(153 70 71/var(--tw-bg-opacity,1))}.bg-\[\#BD7211\]{--tw-bg-opacity:1;background-color:rgb(189 114 17/var(--tw-bg-opacity,1))}.bg-\[\#BEBEBE\]{--tw-bg-opacity:1;background-color:rgb(190 190 190/var(--tw-bg-opacity,1))}.bg-\[\#CACFFF\]{--tw-bg-opacity:1;background-color:rgb(202 207 255/var(--tw-bg-opacity,1))}.bg-\[\#CAEFFF\]{--tw-bg-opacity:1;background-color:rgb(202 239 255/var(--tw-bg-opacity,1))}.bg-\[\#D4D4D8\]{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity,1))}.bg-\[\#DDD3FF\]{--tw-bg-opacity:1;background-color:rgb(221 211 255/var(--tw-bg-opacity,1))}.bg-\[\#DE1731\]{--tw-bg-opacity:1;background-color:rgb(222 23 49/var(--tw-bg-opacity,1))}.bg-\[\#E1CAFF\]{--tw-bg-opacity:1;background-color:rgb(225 202 255/var(--tw-bg-opacity,1))}.bg-\[\#E1E1F2\]{--tw-bg-opacity:1;background-color:rgb(225 225 242/var(--tw-bg-opacity,1))}.bg-\[\#E4261A\]{--tw-bg-opacity:1;background-color:rgb(228 38 26/var(--tw-bg-opacity,1))}.bg-\[\#E64954\]{--tw-bg-opacity:1;background-color:rgb(230 73 84/var(--tw-bg-opacity,1))}.bg-\[\#ECF0FC\]{--tw-bg-opacity:1;background-color:rgb(236 240 252/var(--tw-bg-opacity,1))}.bg-\[\#EF9919\]{--tw-bg-opacity:1;background-color:rgb(239 153 25/var(--tw-bg-opacity,1))}.bg-\[\#F2F7FF\]{--tw-bg-opacity:1;background-color:rgb(242 247 255/var(--tw-bg-opacity,1))}.bg-\[\#F2FAFF\]{--tw-bg-opacity:1;background-color:rgb(242 250 255/var(--tw-bg-opacity,1))}.bg-\[\#F3F1E8\]{--tw-bg-opacity:1;background-color:rgb(243 241 232/var(--tw-bg-opacity,1))}.bg-\[\#F3F2FF\]{--tw-bg-opacity:1;background-color:rgb(243 242 255/var(--tw-bg-opacity,1))}.bg-\[\#F3F4F6\]{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-\[\#F4B513\]{--tw-bg-opacity:1;background-color:rgb(244 181 19/var(--tw-bg-opacity,1))}.bg-\[\#F4F4F5\]{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity,1))}.bg-\[\#F59E0B\]{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.bg-\[\#F5F5F5\]{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.bg-\[\#F97316\]{--tw-bg-opacity:1;background-color:rgb(249 115 22/var(--tw-bg-opacity,1))}.bg-\[\#F9EEF8\]{--tw-bg-opacity:1;background-color:rgb(249 238 248/var(--tw-bg-opacity,1))}.bg-\[\#FAFAFA\]{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.bg-\[\#FAFAFB\]{--tw-bg-opacity:1;background-color:rgb(250 250 251/var(--tw-bg-opacity,1))}.bg-\[\#FDA1A1\]{--tw-bg-opacity:1;background-color:rgb(253 161 161/var(--tw-bg-opacity,1))}.bg-\[\#FDC2A1\]{--tw-bg-opacity:1;background-color:rgb(253 194 161/var(--tw-bg-opacity,1))}.bg-\[\#FDEEA1\]{--tw-bg-opacity:1;background-color:rgb(253 238 161/var(--tw-bg-opacity,1))}.bg-\[\#FF4C4C\]{--tw-bg-opacity:1;background-color:rgb(255 76 76/var(--tw-bg-opacity,1))}.bg-\[\#FFA6A1\]{--tw-bg-opacity:1;background-color:rgb(255 166 161/var(--tw-bg-opacity,1))}.bg-\[\#FFD400\]{--tw-bg-opacity:1;background-color:rgb(255 212 0/var(--tw-bg-opacity,1))}.bg-\[\#e4261a\]{--tw-bg-opacity:1;background-color:rgb(228 38 26/var(--tw-bg-opacity,1))}.bg-\[\#e82f9c\]{--tw-bg-opacity:1;background-color:rgb(232 47 156/var(--tw-bg-opacity,1))}.bg-\[\#edeafb\]{--tw-bg-opacity:1;background-color:rgb(237 234 251/var(--tw-bg-opacity,1))}.bg-\[\#eeeeee\]{--tw-bg-opacity:1;background-color:rgb(238 238 238/var(--tw-bg-opacity,1))}.bg-\[\#f2f2f2\]{--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity,1))}.bg-\[\#f5edff\]{--tw-bg-opacity:1;background-color:rgb(245 237 255/var(--tw-bg-opacity,1))}.bg-\[\#f5f5f5\]{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.bg-\[\#f9f9f9\]{--tw-bg-opacity:1;background-color:rgb(249 249 249/var(--tw-bg-opacity,1))}.bg-\[\#fbfbff\]{--tw-bg-opacity:1;background-color:rgb(251 251 255/var(--tw-bg-opacity,1))}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/70{background-color:rgba(0,0,0,.7)}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-blue-gray-700{--tw-bg-opacity:1;background-color:rgb(67 77 94/var(--tw-bg-opacity,1))}.bg-emerald-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity,1))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(161 161 170/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(250 250 251/var(--tw-bg-opacity,1))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(113 113 122/var(--tw-bg-opacity,1))}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(82 82 91/var(--tw-bg-opacity,1))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(63 63 71/var(--tw-bg-opacity,1))}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(129 140 248/var(--tw-bg-opacity,1))}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(121 146 210/var(--tw-bg-opacity,1))}.bg-neutral-50{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(249 115 22/var(--tw-bg-opacity,1))}.bg-pink-100{--tw-bg-opacity:1;background-color:rgb(252 231 243/var(--tw-bg-opacity,1))}.bg-primary1{--tw-bg-opacity:1;background-color:rgb(228 38 26/var(--tw-bg-opacity,1))}.bg-purple-blue-400{--tw-bg-opacity:1;background-color:rgb(135 148 192/var(--tw-bg-opacity,1))}.bg-purple-blue-500{--tw-bg-opacity:1;background-color:rgb(90 103 148/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.bg-slate-600{--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity,1))}.bg-slate-800{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/70{background-color:hsla(0,0%,100%,.7)}.bg-white\/\[0\.05\]{background-color:hsla(0,0%,100%,.05)}.bg-white\/\[0\.1\]{background-color:hsla(0,0%,100%,.1)}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.bg-zinc-100{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity,1))}.bg-zinc-200{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1))}.bg-zinc-300{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity,1))}.bg-zinc-50{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.bg-zinc-500{--tw-bg-opacity:1;background-color:rgb(113 113 122/var(--tw-bg-opacity,1))}.bg-zinc-600{--tw-bg-opacity:1;background-color:rgb(82 82 91/var(--tw-bg-opacity,1))}.bg-zinc-700{--tw-bg-opacity:1;background-color:rgb(63 63 70/var(--tw-bg-opacity,1))}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-\[radial-gradient\(50\%_50\%_at_50\%_50\%\2c rgba\(209\2c 0\2c 4\2c 1\)_0\%\2c rgba\(231\2c 38\2c 47\2c 1\)_30\%\2c rgba\(255\2c 109\2c 11\2c 0\.8\)_60\%\2c rgba\(255\2c 153\2c 77\2c 0\)_100\%\)\]{background-image:radial-gradient(50% 50% at 50% 50%,#d10004 0,#e7262f 30%,rgba(255,109,11,.8) 60%,rgba(255,153,77,0) 100%)}.bg-\[url\(\'\/assets\/renew\/bg-gnb-blur\.png\'\)\]{background-image:url(/assets/renew/bg-gnb-blur.png)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-none{background-image:none}.from-\[\#9DD6FE\]{--tw-gradient-from:#9dd6fe var(--tw-gradient-from-position);--tw-gradient-to:rgba(157,214,254,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#A1C4FE\]{--tw-gradient-from:#a1c4fe var(--tw-gradient-from-position);--tw-gradient-to:rgba(161,196,254,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#B9F6D0\]{--tw-gradient-from:#b9f6d0 var(--tw-gradient-from-position);--tw-gradient-to:rgba(185,246,208,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#DF2419\]{--tw-gradient-from:#df2419 var(--tw-gradient-from-position);--tw-gradient-to:rgba(223,36,25,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#EB1E11\]{--tw-gradient-from:#eb1e11 var(--tw-gradient-from-position);--tw-gradient-to:rgba(235,30,17,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#F3D118\]{--tw-gradient-from:#f3d118 var(--tw-gradient-from-position);--tw-gradient-to:rgba(243,209,24,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#FD200B\]{--tw-gradient-from:#fd200b var(--tw-gradient-from-position);--tw-gradient-to:rgba(253,32,11,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#FF9901\]{--tw-gradient-from:#ff9901 var(--tw-gradient-from-position);--tw-gradient-to:rgba(255,153,1,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-\[\#1F50D9\]{--tw-gradient-to:#1f50d9 var(--tw-gradient-to-position)}.to-\[\#2ED4BF\]{--tw-gradient-to:#2ed4bf var(--tw-gradient-to-position)}.to-\[\#3DA6F6\]{--tw-gradient-to:#3da6f6 var(--tw-gradient-to-position)}.to-\[\#E46915\]{--tw-gradient-to:#e46915 var(--tw-gradient-to-position)}.to-\[\#E46D15\]{--tw-gradient-to:#e46d15 var(--tw-gradient-to-position)}.to-\[\#E47214\]{--tw-gradient-to:#e47214 var(--tw-gradient-to-position)}.to-\[\#F97517\]{--tw-gradient-to:#f97517 var(--tw-gradient-to-position)}.to-\[\#FF0201\]{--tw-gradient-to:#ff0201 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.bg-1\/2{background-size:50%}.bg-\[length\:87px\]{background-size:87px}.bg-auto{background-size:auto}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.\!bg-bottom{background-position:bottom!important}.bg-bottom{background-position:bottom}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.fill-\[\#E4261A\]{fill:#e4261a}.fill-none{fill:none}.stroke-\[\#3F3F47\]{stroke:#3f3f47}.stroke-black{stroke:#000}.stroke-none{stroke:none}.stroke-white{stroke:#fff}.stroke-zinc-500{stroke:#71717a}.stroke-1{stroke-width:1}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-0{padding:0!important}.\!p-16{padding:4rem!important}.\!p-2vw{padding:2vw!important}.\!p-4{padding:1rem!important}.p-0{padding:0}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-16{padding:4rem}.p-17{padding:4.25rem}.p-1vw{padding:1vw}.p-2{padding:.5rem}.p-2vw{padding:2vw}.p-3{padding:.75rem}.p-3vw{padding:3vw}.p-4{padding:1rem}.p-4vw{padding:4vw}.p-5{padding:1.25rem}.p-5vw{padding:5vw}.p-6{padding:1.5rem}.p-6vw{padding:6vw}.p-7{padding:1.75rem}.p-8{padding:2rem}.p-8vw{padding:8vw}.p-\[14px\]{padding:14px}.p-\[42px\]{padding:42px}.p-\[5px\]{padding:5px}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-1{padding-left:.25rem!important;padding-right:.25rem!important}.\!px-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.\!px-2vw{padding-left:2vw!important;padding-right:2vw!important}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.\!py-10{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.\!py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.\!py-3{padding-bottom:.75rem!important;padding-top:.75rem!important}.\!py-3vw{padding-bottom:3vw!important;padding-top:3vw!important}.\!py-4{padding-bottom:1rem!important;padding-top:1rem!important}.\!py-5{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.\!py-9{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-10vw{padding-left:10vw;padding-right:10vw}.px-11{padding-left:2.75rem;padding-right:2.75rem}.px-12{padding-left:3rem;padding-right:3rem}.px-13{padding-left:3.25rem;padding-right:3.25rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.px-14vw{padding-left:14vw;padding-right:14vw}.px-15{padding-left:3.75rem;padding-right:3.75rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-20{padding-left:5rem;padding-right:5rem}.px-23{padding-left:5.75rem;padding-right:5.75rem}.px-2vw{padding-left:2vw;padding-right:2vw}.px-3{padding-left:.75rem;padding-right:.75rem}.px-32{padding-left:8rem;padding-right:8rem}.px-3px{padding-left:.1875rem;padding-right:.1875rem}.px-3vw{padding-left:3vw;padding-right:3vw}.px-4{padding-left:1rem;padding-right:1rem}.px-4\.5{padding-left:1.125rem;padding-right:1.125rem}.px-4vw{padding-left:4vw;padding-right:4vw}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-5vw{padding-left:5vw;padding-right:5vw}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-6vw{padding-left:6vw;padding-right:6vw}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-7vw{padding-left:7vw;padding-right:7vw}.px-8{padding-left:2rem;padding-right:2rem}.px-8vw{padding-left:8vw;padding-right:8vw}.px-9{padding-left:2.25rem;padding-right:2.25rem}.px-9vw{padding-left:9vw;padding-right:9vw}.px-\[0\.625rem\]{padding-left:.625rem;padding-right:.625rem}.px-\[1\.563rem\]{padding-left:1.563rem;padding-right:1.563rem}.px-\[1\.875rem\]{padding-left:1.875rem;padding-right:1.875rem}.px-\[18px\]{padding-left:18px;padding-right:18px}.px-\[3\.75rem\]{padding-left:3.75rem;padding-right:3.75rem}.px-\[3\.813rem\]{padding-left:3.813rem;padding-right:3.813rem}.px-\[3\.875rem\]{padding-left:3.875rem;padding-right:3.875rem}.px-\[60px\]{padding-left:60px;padding-right:60px}.py-0{padding-bottom:0;padding-top:0}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-1\.5vw{padding-bottom:1.5vw;padding-top:1.5vw}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-10vw{padding-bottom:10vw;padding-top:10vw}.py-11{padding-bottom:2.75rem;padding-top:2.75rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-12vw{padding-bottom:12vw;padding-top:12vw}.py-15{padding-bottom:3.75rem;padding-top:3.75rem}.py-15vw{padding-bottom:15vw;padding-top:15vw}.py-16{padding-bottom:4rem;padding-top:4rem}.py-18{padding-bottom:4.5rem;padding-top:4.5rem}.py-1vw{padding-bottom:1vw;padding-top:1vw}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-20{padding-bottom:5rem;padding-top:5rem}.py-29{padding-bottom:7.25rem;padding-top:7.25rem}.py-2vw{padding-bottom:2vw;padding-top:2vw}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-3\.5vw{padding-bottom:3.5vw;padding-top:3.5vw}.py-39{padding-bottom:9.75rem;padding-top:9.75rem}.py-3vw{padding-bottom:3vw;padding-top:3vw}.py-4{padding-bottom:1rem;padding-top:1rem}.py-40{padding-bottom:10rem;padding-top:10rem}.py-4vw{padding-bottom:4vw;padding-top:4vw}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-5\.5{padding-bottom:1.375rem;padding-top:1.375rem}.py-5vw{padding-bottom:5vw;padding-top:5vw}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-6px{padding-bottom:.375rem;padding-top:.375rem}.py-6vw{padding-bottom:6vw;padding-top:6vw}.py-7{padding-bottom:1.75rem;padding-top:1.75rem}.py-7vw{padding-bottom:7vw;padding-top:7vw}.py-8{padding-bottom:2rem;padding-top:2rem}.py-8\.5{padding-bottom:2.125rem;padding-top:2.125rem}.py-8vw{padding-bottom:8vw;padding-top:8vw}.py-9{padding-bottom:2.25rem;padding-top:2.25rem}.py-\[1\.125rem\]{padding-bottom:1.125rem;padding-top:1.125rem}.py-\[10px\]{padding-bottom:10px;padding-top:10px}.py-\[14px\]{padding-bottom:14px;padding-top:14px}.py-\[15px\]{padding-bottom:15px;padding-top:15px}.py-\[18px\]{padding-bottom:18px;padding-top:18px}.py-\[2\.5rem\]{padding-bottom:2.5rem;padding-top:2.5rem}.py-\[22px\]{padding-bottom:22px;padding-top:22px}.py-\[2px\]{padding-bottom:2px;padding-top:2px}.py-\[3\.75rem\]{padding-bottom:3.75rem;padding-top:3.75rem}.py-\[50px\]{padding-bottom:50px;padding-top:50px}.py-\[5rem\]{padding-bottom:5rem;padding-top:5rem}.py-\[6\.875rem\]{padding-bottom:6.875rem;padding-top:6.875rem}.\!pb-6{padding-bottom:1.5rem!important}.\!pb-64{padding-bottom:16rem!important}.\!pb-7{padding-bottom:1.75rem!important}.\!pr-0{padding-right:0!important}.\!pt-0{padding-top:0!important}.\!pt-8{padding-top:2rem!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-1\.5vw{padding-bottom:1.5vw}.pb-10{padding-bottom:2.5rem}.pb-107{padding-bottom:26.75rem}.pb-10px{padding-bottom:.625rem}.pb-10vw{padding-bottom:10vw}.pb-11{padding-bottom:2.75rem}.pb-12{padding-bottom:3rem}.pb-12vw{padding-bottom:12vw}.pb-14{padding-bottom:3.5rem}.pb-14vw{padding-bottom:14vw}.pb-15{padding-bottom:3.75rem}.pb-15vw{padding-bottom:15vw}.pb-16{padding-bottom:4rem}.pb-16vw{padding-bottom:16vw}.pb-17{padding-bottom:4.25rem}.pb-18{padding-bottom:4.5rem}.pb-1vw{padding-bottom:1vw}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-21{padding-bottom:5.25rem}.pb-22{padding-bottom:5.5rem}.pb-24{padding-bottom:6rem}.pb-24vw{padding-bottom:24vw}.pb-25{padding-bottom:6.25rem}.pb-26{padding-bottom:6.5rem}.pb-28{padding-bottom:7rem}.pb-29{padding-bottom:7.25rem}.pb-2vw{padding-bottom:2vw}.pb-3{padding-bottom:.75rem}.pb-30{padding-bottom:7.5rem}.pb-32{padding-bottom:8rem}.pb-32vw{padding-bottom:32vw}.pb-34{padding-bottom:8.5rem}.pb-35{padding-bottom:8.75rem}.pb-38{padding-bottom:9.5rem}.pb-3vw{padding-bottom:3vw}.pb-4{padding-bottom:1rem}.pb-40{padding-bottom:10rem}.pb-42{padding-bottom:10.5rem}.pb-44{padding-bottom:11rem}.pb-48{padding-bottom:12rem}.pb-49vw{padding-bottom:49vw}.pb-4vw{padding-bottom:4vw}.pb-5{padding-bottom:1.25rem}.pb-56{padding-bottom:14rem}.pb-5vw{padding-bottom:5vw}.pb-6{padding-bottom:1.5rem}.pb-6px{padding-bottom:.375rem}.pb-6vw{padding-bottom:6vw}.pb-7{padding-bottom:1.75rem}.pb-7vw{padding-bottom:7vw}.pb-8{padding-bottom:2rem}.pb-8vw{padding-bottom:8vw}.pb-9{padding-bottom:2.25rem}.pb-\[1\.25rem\]{padding-bottom:1.25rem}.pb-\[30px\]{padding-bottom:30px}.pb-\[72px\]{padding-bottom:72px}.pb-\[8\.938rem\]{padding-bottom:8.938rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-10px{padding-left:.625rem}.pl-11{padding-left:2.75rem}.pl-12{padding-left:3rem}.pl-16{padding-left:4rem}.pl-2{padding-left:.5rem}.pl-2vw{padding-left:2vw}.pl-3{padding-left:.75rem}.pl-3vw{padding-left:3vw}.pl-4{padding-left:1rem}.pl-4vw{padding-left:4vw}.pl-5{padding-left:1.25rem}.pl-5vw{padding-left:5vw}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pl-7vw{padding-left:7vw}.pl-8{padding-left:2rem}.pl-8vw{padding-left:8vw}.pl-\[11px\]{padding-left:11px}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-1\.5vw{padding-right:1.5vw}.pr-10{padding-right:2.5rem}.pr-10px{padding-right:.625rem}.pr-10vw{padding-right:10vw}.pr-11{padding-right:2.75rem}.pr-12{padding-right:3rem}.pr-2{padding-right:.5rem}.pr-2vw{padding-right:2vw}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-5vw{padding-right:5vw}.pr-6{padding-right:1.5rem}.pr-6vw{padding-right:6vw}.pr-\[11px\]{padding-right:11px}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-1\.5vw{padding-top:1.5vw}.pt-10{padding-top:2.5rem}.pt-10px{padding-top:.625rem}.pt-10vw{padding-top:10vw}.pt-11{padding-top:2.75rem}.pt-12{padding-top:3rem}.pt-12vw{padding-top:12vw}.pt-13{padding-top:3.25rem}.pt-13vw{padding-top:13vw}.pt-14{padding-top:3.5rem}.pt-15{padding-top:3.75rem}.pt-15vw{padding-top:15vw}.pt-16{padding-top:4rem}.pt-16vw{padding-top:16vw}.pt-17{padding-top:4.25rem}.pt-18{padding-top:4.5rem}.pt-19{padding-top:4.75rem}.pt-1vw{padding-top:1vw}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-20vw{padding-top:20vw}.pt-21{padding-top:5.25rem}.pt-22{padding-top:5.5rem}.pt-23{padding-top:5.75rem}.pt-24{padding-top:6rem}.pt-28{padding-top:7rem}.pt-2vw{padding-top:2vw}.pt-3{padding-top:.75rem}.pt-30vw{padding-top:30vw}.pt-32{padding-top:8rem}.pt-34{padding-top:8.5rem}.pt-35{padding-top:8.75rem}.pt-36{padding-top:9rem}.pt-3vw{padding-top:3vw}.pt-4{padding-top:1rem}.pt-40{padding-top:10rem}.pt-4vw{padding-top:4vw}.pt-5{padding-top:1.25rem}.pt-56{padding-top:14rem}.pt-5vw{padding-top:5vw}.pt-6{padding-top:1.5rem}.pt-6px{padding-top:.375rem}.pt-6vw{padding-top:6vw}.pt-7{padding-top:1.75rem}.pt-70{padding-top:17.5rem}.pt-7vw{padding-top:7vw}.pt-8{padding-top:2rem}.pt-8vw{padding-top:8vw}.pt-9{padding-top:2.25rem}.pt-9vw{padding-top:9vw}.pt-\[0\.125rem\]{padding-top:.125rem}.pt-\[0\.375rem\]{padding-top:.375rem}.pt-\[1\.313rem\]{padding-top:1.313rem}.pt-\[14px\]{padding-top:14px}.pt-\[2\.813rem\]{padding-top:2.813rem}.pt-\[2px\]{padding-top:2px}.pt-\[4\.375rem\]{padding-top:4.375rem}.pt-\[50px\]{padding-top:50px}.pt-\[86px\]{padding-top:86px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.-indent-\[0\.85rem\]{text-indent:-.85rem}.align-bottom{vertical-align:bottom}.font-\[\'Montserrat\'\]{font-family:Montserrat}.\!text-sm{font-size:.875rem!important;line-height:1.4!important}.text-2xl{font-size:1.5rem;line-height:1.25}.text-3xl{font-size:1.875rem;line-height:1.25}.text-4xl{font-size:2.25rem;line-height:1.25}.text-5xl{font-size:3rem;line-height:1.1}.text-5xl-vw{font-size:12vw;line-height:1.1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[0\.625rem\]{font-size:.625rem}.text-\[0\.688rem\]{font-size:.688rem}.text-\[0\.813rem\]{font-size:.813rem}.text-\[1\.063rem\]{font-size:1.063rem}.text-\[1\.25rem\]{font-size:1.25rem}.text-\[1\.375rem\]{font-size:1.375rem}.text-\[1\.875rem\]{font-size:1.875rem}.text-\[100px\]{font-size:100px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[144px\]{font-size:144px}.text-\[14px\]{font-size:14px}.text-\[150px\]{font-size:150px}.text-\[15px\]{font-size:15px}.text-\[18px\]{font-size:18px}.text-\[2\.188rem\]{font-size:2.188rem}.text-\[21px\]{font-size:21px}.text-\[22px\]{font-size:22px}.text-\[23px\]{font-size:23px}.text-\[24px\]{font-size:24px}.text-\[25px\]{font-size:25px}.text-\[26px\]{font-size:26px}.text-\[28px\]{font-size:28px}.text-\[3\.5rem\]{font-size:3.5rem}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-\[33px\]{font-size:33px}.text-\[34px\]{font-size:34px}.text-\[3rem\]{font-size:3rem}.text-\[400px\]{font-size:400px}.text-\[40px\]{font-size:40px}.text-\[42px\]{font-size:42px}.text-\[43px\]{font-size:43px}.text-\[45px\]{font-size:45px}.text-\[46px\]{font-size:46px}.text-\[48px\]{font-size:48px}.text-\[56px\]{font-size:56px}.text-\[60px\]{font-size:60px}.text-\[68px\]{font-size:68px}.text-\[73px\]{font-size:73px}.text-\[90px\]{font-size:90px}.text-\[95px\]{font-size:95px}.text-\[97px\]{font-size:97px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5}.text-base-vw{font-size:4vw;line-height:1.5}.text-lg{font-size:1.125rem;line-height:1.5}.text-lg-vw{font-size:4.5vw;line-height:1.5}.text-sm{font-size:.875rem;line-height:1.4}.text-sm-vw{font-size:3.5vw;line-height:1.4}.text-xl{font-size:1.25rem;line-height:1.25}.text-xl-vw{font-size:5vw;line-height:1.25}.text-xs{font-size:.75rem;line-height:1.4}.text-xs-vw{font-size:3vw;line-height:1.4}.\!font-thin{font-weight:100!important}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.italic{font-style:italic}.not-italic{font-style:normal}.\!leading-loose{line-height:2!important}.\!leading-none{line-height:1!important}.\!leading-normal{line-height:1.5!important}.\!leading-relaxed{line-height:1.625!important}.\!leading-snug{line-height:1.375!important}.\!leading-tight{line-height:1.25!important}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-8{line-height:2rem}.leading-\[1\.1\]{line-height:1.1}.leading-\[1\.6rem\]{line-height:1.6rem}.leading-\[17px\]{line-height:17px}.leading-\[18px\]{line-height:18px}.leading-loose{line-height:2}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.-tracking-\[\.25px\]{letter-spacing:-.25px}.-tracking-\[0\.6px\]{letter-spacing:-.6px}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wider{letter-spacing:.05em}.text-\[\#020202\]{--tw-text-opacity:1;color:rgb(2 2 2/var(--tw-text-opacity,1))}.text-\[\#04D9E7\]{--tw-text-opacity:1;color:rgb(4 217 231/var(--tw-text-opacity,1))}.text-\[\#070203\]{--tw-text-opacity:1;color:rgb(7 2 3/var(--tw-text-opacity,1))}.text-\[\#0E61C5\]{--tw-text-opacity:1;color:rgb(14 97 197/var(--tw-text-opacity,1))}.text-\[\#121212\]{--tw-text-opacity:1;color:rgb(18 18 18/var(--tw-text-opacity,1))}.text-\[\#191D22\]{--tw-text-opacity:1;color:rgb(25 29 34/var(--tw-text-opacity,1))}.text-\[\#1A6BE4\]{--tw-text-opacity:1;color:rgb(26 107 228/var(--tw-text-opacity,1))}.text-\[\#1C1C1C\]{--tw-text-opacity:1;color:rgb(28 28 28/var(--tw-text-opacity,1))}.text-\[\#1F1F1F\]{--tw-text-opacity:1;color:rgb(31 31 31/var(--tw-text-opacity,1))}.text-\[\#2454FF\]{--tw-text-opacity:1;color:rgb(36 84 255/var(--tw-text-opacity,1))}.text-\[\#27272A\]{--tw-text-opacity:1;color:rgb(39 39 42/var(--tw-text-opacity,1))}.text-\[\#327EF8\]{--tw-text-opacity:1;color:rgb(50 126 248/var(--tw-text-opacity,1))}.text-\[\#3F3F47\]{--tw-text-opacity:1;color:rgb(63 63 71/var(--tw-text-opacity,1))}.text-\[\#3f3f46\]{--tw-text-opacity:1;color:rgb(63 63 70/var(--tw-text-opacity,1))}.text-\[\#3f3f47\]{--tw-text-opacity:1;color:rgb(63 63 71/var(--tw-text-opacity,1))}.text-\[\#425EEE\]{--tw-text-opacity:1;color:rgb(66 94 238/var(--tw-text-opacity,1))}.text-\[\#434D5E\],.text-\[\#434d5e\]{--tw-text-opacity:1;color:rgb(67 77 94/var(--tw-text-opacity,1))}.text-\[\#494949\]{--tw-text-opacity:1;color:rgb(73 73 73/var(--tw-text-opacity,1))}.text-\[\#4A4A4A\]{--tw-text-opacity:1;color:rgb(74 74 74/var(--tw-text-opacity,1))}.text-\[\#4b47a8\]{--tw-text-opacity:1;color:rgb(75 71 168/var(--tw-text-opacity,1))}.text-\[\#52525B\],.text-\[\#52525b\]{--tw-text-opacity:1;color:rgb(82 82 91/var(--tw-text-opacity,1))}.text-\[\#5D24FF\]{--tw-text-opacity:1;color:rgb(93 36 255/var(--tw-text-opacity,1))}.text-\[\#6086e8\]{--tw-text-opacity:1;color:rgb(96 134 232/var(--tw-text-opacity,1))}.text-\[\#626262\]{--tw-text-opacity:1;color:rgb(98 98 98/var(--tw-text-opacity,1))}.text-\[\#71717A\]{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity,1))}.text-\[\#757272\]{--tw-text-opacity:1;color:rgb(117 114 114/var(--tw-text-opacity,1))}.text-\[\#7D7D7D\]{--tw-text-opacity:1;color:rgb(125 125 125/var(--tw-text-opacity,1))}.text-\[\#848497\]{--tw-text-opacity:1;color:rgb(132 132 151/var(--tw-text-opacity,1))}.text-\[\#989898\]{--tw-text-opacity:1;color:rgb(152 152 152/var(--tw-text-opacity,1))}.text-\[\#A1A1AA\]{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.text-\[\#BABACB\]{--tw-text-opacity:1;color:rgb(186 186 203/var(--tw-text-opacity,1))}.text-\[\#E4261A\]{--tw-text-opacity:1;color:rgb(228 38 26/var(--tw-text-opacity,1))}.text-\[\#F4B513\]{--tw-text-opacity:1;color:rgb(244 181 19/var(--tw-text-opacity,1))}.text-\[\#F54242\]{--tw-text-opacity:1;color:rgb(245 66 66/var(--tw-text-opacity,1))}.text-\[\#FAFF00\]{--tw-text-opacity:1;color:rgb(250 255 0/var(--tw-text-opacity,1))}.text-\[\#FF6E4E\]{--tw-text-opacity:1;color:rgb(255 110 78/var(--tw-text-opacity,1))}.text-\[\#FFA724\]{--tw-text-opacity:1;color:rgb(255 167 36/var(--tw-text-opacity,1))}.text-\[\#FFD600\]{--tw-text-opacity:1;color:rgb(255 214 0/var(--tw-text-opacity,1))}.text-\[\#FFDD00\]{--tw-text-opacity:1;color:rgb(255 221 0/var(--tw-text-opacity,1))}.text-\[\#FFE60A\]{--tw-text-opacity:1;color:rgb(255 230 10/var(--tw-text-opacity,1))}.text-\[\#FFE8C5\]{--tw-text-opacity:1;color:rgb(255 232 197/var(--tw-text-opacity,1))}.text-\[\#a1a1aa\]{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.text-\[\#b860fd\]{--tw-text-opacity:1;color:rgb(184 96 253/var(--tw-text-opacity,1))}.text-\[\#d4d4d8\]{--tw-text-opacity:1;color:rgb(212 212 216/var(--tw-text-opacity,1))}.text-\[\#de1731\]{--tw-text-opacity:1;color:rgb(222 23 49/var(--tw-text-opacity,1))}.text-\[\#e4261a\]{--tw-text-opacity:1;color:rgb(228 38 26/var(--tw-text-opacity,1))}.text-\[\#e4e4e7\]{--tw-text-opacity:1;color:rgb(228 228 231/var(--tw-text-opacity,1))}.text-\[\#f4f4f5\]{--tw-text-opacity:1;color:rgb(244 244 245/var(--tw-text-opacity,1))}.text-\[\#fafafa\]{--tw-text-opacity:1;color:rgb(250 250 250/var(--tw-text-opacity,1))}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-blue-gray-700{--tw-text-opacity:1;color:rgb(67 77 94/var(--tw-text-opacity,1))}.text-cyan-800{--tw-text-opacity:1;color:rgb(21 94 117/var(--tw-text-opacity,1))}.text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(82 82 91/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(63 63 71/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(39 39 42/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(24 24 27/var(--tw-text-opacity,1))}.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity,1))}.text-neutral-500{--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1))}.text-neutral-800{--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1))}.text-primary1{--tw-text-opacity:1;color:rgb(228 38 26/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.text-soft-blue-400{--tw-text-opacity:1;color:rgb(121 146 210/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.text-zinc-200{--tw-text-opacity:1;color:rgb(228 228 231/var(--tw-text-opacity,1))}.text-zinc-300{--tw-text-opacity:1;color:rgb(212 212 216/var(--tw-text-opacity,1))}.text-zinc-400{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.text-zinc-500{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity,1))}.text-zinc-600{--tw-text-opacity:1;color:rgb(82 82 91/var(--tw-text-opacity,1))}.text-zinc-700{--tw-text-opacity:1;color:rgb(63 63 70/var(--tw-text-opacity,1))}.text-zinc-800{--tw-text-opacity:1;color:rgb(39 39 42/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.accent-primary1{accent-color:#e4261a}.\!opacity-100{opacity:1!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.mix-blend-screen{mix-blend-mode:screen}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-\[0_10px_20px_-5px_rgba\(182\2c 182\2c 182\2c 0\.5\)\]{--tw-shadow:0 10px 20px -5px hsla(0,0%,71%,.5);--tw-shadow-colored:0 10px 20px -5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_0px_24px_0px_rgba\(0\2c 0\2c 0\2c 0\.11\)\]{--tw-shadow:0px 0px 24px 0px rgba(0,0,0,.11);--tw-shadow-colored:0px 0px 24px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_2px_20px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{--tw-shadow:0px 2px 20px rgba(0,0,0,.08);--tw-shadow-colored:0px 2px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_30px_rgba\(0\2c 0\2c 0\2c 0\.16\)\]{--tw-shadow:0px 4px 30px rgba(0,0,0,.16);--tw-shadow-colored:0px 4px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_34px_rgba\(0\2c 0\2c 0\2c 0\.04\)\]{--tw-shadow:0px 4px 34px rgba(0,0,0,.04);--tw-shadow-colored:0px 4px 34px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_5px_20px_2px_rgba\(0\2c 0\2c 0\2c 0\.02\)\]{--tw-shadow:0px 5px 20px 2px rgba(0,0,0,.02);--tw-shadow-colored:0px 5px 20px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[10px_0_20px_-5px_rgba\(182\2c 182\2c 182\2c 0\.5\)\]{--tw-shadow:10px 0 20px -5px hsla(0,0%,71%,.5);--tw-shadow-colored:10px 0 20px -5px var(--tw-shadow-color)}.shadow-\[10px_0_20px_-5px_rgba\(182\2c 182\2c 182\2c 0\.5\)\],.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-sm,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.shadow-white\/30{--tw-shadow-color:hsla(0,0%,100%,.3);--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(212 212 216/var(--tw-ring-opacity,1))}.blur{--tw-blur:blur(8px)}.blur,.blur-md{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-md{--tw-blur:blur(12px)}.brightness-90{--tw-brightness:brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.06))!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px rgba(0,0,0,.07)) drop-shadow(0 2px 2px rgba(0,0,0,.06))}.drop-shadow-md,.grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%)}.invert{--tw-invert:invert(100%)}.filter,.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur:blur(8px)}.backdrop-blur,.backdrop-blur-sm{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.delay-100{transition-delay:.1s}.delay-1000{transition-delay:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-transform{will-change:transform}.\[stroke-linecap\:round\]{stroke-linecap:round}.\[stroke-linejoin\:round\]{stroke-linejoin:round}.event-221019{word-spacing:-1px}.event-221019 .link-card{--tw-text-opacity:1;align-items:center;border-radius:1rem;color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;flex-direction:column;height:282px;overflow:hidden;padding-top:2rem;width:306px}.browserInfoModal .event-221019 .link-card{color:#fff}.event-221019 .link-card{box-shadow:2px 8px 10px rgba(0,0,0,.44)}.event-221019 .card-items-shadow{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:42px;border-width:1px;margin-right:.5rem;padding:1.75rem 2.25rem;width:100%}.custom-select .ss-main.event-221019 .card-items-shadow{border:none}.custom-select .ss-main.event-221019 .card-items-shadow .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.browserInfoModal .event-221019 .card-items-shadow{background-color:#fff}.event-221019 .card-items-shadow{box-shadow:8px 10px 14px #edf0fa,inset 0 4px 10px rgba(210,227,234,.36)}.event-221019 section:first-of-type .bg-main,.event-221019 section:first-of-type .bg-main-box{max-width:1940px}.event-221019 section:first-of-type .bg-main{background-image:url(/images/event/cpa/bg_main.png);background-repeat:no-repeat;background-size:cover;height:100%;position:absolute;right:-230px;top:0;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%;z-index:1}@media (max-width:1920px){.event-221019 section:first-of-type .bg-main{background-position-x:200px;right:0}}.event-221019 section:first-of-type .bg-main-sub{--tw-bg-opacity:1;background-color:rgb(38 46 57/var(--tw-bg-opacity,1));height:100%;position:absolute;right:0;top:0;width:12%}@media (max-width:1920px){.event-221019 section:first-of-type .bg-main-sub{display:none}}@media (min-width:2500px){.event-221019 section:first-of-type .bg-main-sub{width:20%}}@media (min-width:3160px){.event-221019 section:first-of-type .bg-main-sub{width:26vw}}.event-221019 section:nth-of-type(2) .bg-section{background-image:url(/images/event/cpa/wave.png);background-repeat:no-repeat;background-size:cover;height:6.8vw;min-height:130px;position:relative;top:3px;width:100%}.event-221019 section:nth-of-type(3) .card-items-shadow{min-height:224px;padding-left:2rem;padding-right:2rem}.event-221019 section:nth-of-type(4) .wood-sign{width:100%}.event-221019 section:nth-of-type(4) .wood-sign>li{height:135px;width:calc(33.33333% - 20px)}.event-221019 section:nth-of-type(4) .bg-wood-sign{display:flex;flex-direction:column;height:100%;left:0;position:absolute;top:0;width:100%}.event-221019 section:nth-of-type(4) .bg-wood-sign:before{--tw-bg-opacity:1;--tw-content:"";background-color:rgb(255 255 255/var(--tw-bg-opacity,1));content:var(--tw-content);display:flex;height:50%;width:100%}.browserInfoModal .event-221019 section:nth-of-type(4) .bg-wood-sign:before{background-color:#fff}.event-221019 section:nth-of-type(4) .bg-wood-sign:before{border-radius:9px;margin-bottom:.5px}.event-221019 section:nth-of-type(4) .bg-wood-sign:after{--tw-bg-opacity:1;--tw-content:"";background-color:rgb(255 255 255/var(--tw-bg-opacity,1));content:var(--tw-content);display:flex;height:50%;width:100%}.browserInfoModal .event-221019 section:nth-of-type(4) .bg-wood-sign:after{background-color:#fff}.event-221019 section:nth-of-type(4) .bg-wood-sign:after{border-radius:9px;margin-top:.5px}.event-221019 section:nth-of-type(4) .bg-wood-sign-tie{display:flex;flex-direction:column;height:100%;left:0;position:absolute;top:0;width:100%}.event-221019 section:nth-of-type(4) .bg-wood-sign-tie:before{left:.75rem}.event-221019 section:nth-of-type(4) .bg-wood-sign-tie:after,.event-221019 section:nth-of-type(4) .bg-wood-sign-tie:before{--tw-translate-y:-50%;--tw-bg-opacity:1;--tw-content:"";background-color:rgb(220 220 220/var(--tw-bg-opacity,1));border-radius:9999px;content:var(--tw-content);display:flex;height:30px;position:absolute;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:.75rem}.event-221019 section:nth-of-type(4) .bg-wood-sign-tie:after{right:.75rem}.event-221019 section:nth-of-type(5) .card-items-shadow{border-width:0;padding-left:.75rem;padding-right:.75rem}.tag:not(.event-221019 section:nth-of-type(5) .card-items-shadow){border-width:1px}.custom-select .ss-main.tag:not(.event-221019 section:nth-of-type(5) .card-items-shadow){border:none}.custom-select .ss-main.tag:not(.event-221019 section:nth-of-type(5) .card-items-shadow) .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.square-btn:not(.event-221019 section:nth-of-type(5) .card-items-shadow){border-width:1px}.custom-select .ss-main.square-btn:not(.event-221019 section:nth-of-type(5) .card-items-shadow){border:none}.custom-select .ss-main.square-btn:not(.event-221019 section:nth-of-type(5) .card-items-shadow) .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.square-btn-r-lg:not(.event-221019 section:nth-of-type(5) .card-items-shadow){border-width:1px}.custom-select .ss-main.square-btn-r-lg:not(.event-221019 section:nth-of-type(5) .card-items-shadow){border:none}.custom-select .ss-main.square-btn-r-lg:not(.event-221019 section:nth-of-type(5) .card-items-shadow) .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.event-221019 section:nth-of-type(5) .card-items-shadow{box-shadow:8px 10px 14px 0 rgba(93,93,183,.122)}.event-221019 section:nth-of-type(6) .bg-section{--tw-translate-x:-50%;--tw-translate-y:-50%;background-image:url(/images/event/cpa/bg_solid_wave.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:50%;position:absolute;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:1270px}.event-221019 section:nth-of-type(8) input:focus,.event-221019 section:nth-of-type(8) textarea:focus{border:none;outline:none}.event-221019 section:nth-of-type(8) input::-moz-placeholder,.event-221019 section:nth-of-type(8) textarea::-moz-placeholder{font-weight:400}.event-221019 section:nth-of-type(8) input::placeholder,.event-221019 section:nth-of-type(8) textarea::placeholder{font-weight:400}.event-221019 .table tr{padding-left:.5rem;padding-right:.5rem}.event-221019 .table td{vertical-align:baseline}.event-221019 .table tbody tr{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-top-width:1px}.event-221019 .table .cell{padding:.5rem}.event-221019 .lettering-space{--tw-text-opacity:1;align-items:center;color:rgb(255 214 0/var(--tw-text-opacity,1));display:flex;font-size:3.5vw;font-weight:400;line-height:1.4;margin-top:.5rem;padding-left:1.25rem}@media (min-width:480px){.event-221019 .lettering-space{font-size:.875rem;line-height:1.4}}.event-221019 .divide-line-lg{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1));margin-bottom:1.25rem;margin-top:1.25rem}.event-221019 .btn-complete{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(26 107 228/var(--tw-bg-opacity,1));border-radius:9999px;color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;font-size:4.5vw;font-weight:700;justify-content:center;line-height:1.5;margin-top:2rem;padding-bottom:1rem;padding-top:1rem;position:relative;width:17.5rem;z-index:1}@media (min-width:480px){.event-221019 .btn-complete{font-size:1.125rem;line-height:1.5}}.browserInfoModal .event-221019 .btn-complete{color:#fff}.event-221019 .btn-complete{box-shadow:2px 4px 7px 0 rgba(195,195,211,.729)}.event-221019 .bg-complete{--tw-translate-y:-50%;background-image:url(/images/event/cpa/bg_complete.png);background-repeat:no-repeat;background-size:cover;height:440px;position:absolute;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:1462px}.event-221122 section:first-of-type .bg-main{background-image:url(/images/event/adcard/bg_main.png?v=1);background-position:50%;background-repeat:no-repeat;background-size:contain}.event-221122 .lettering-space{--tw-text-opacity:1;align-items:center;color:rgb(255 214 0/var(--tw-text-opacity,1));display:flex;font-size:3.5vw;font-weight:400;line-height:1.4;margin-top:.5rem;padding-left:1.25rem}@media (min-width:480px){.event-221122 .lettering-space{font-size:.875rem;line-height:1.4}}.event-221122 .shadow{box-shadow:0 0 42px rgba(0,0,0,.18)}.event-221122 .center-line-white{--tw-bg-opacity:1;align-items:center;background-color:rgb(168 170 177/var(--tw-bg-opacity,1));display:flex;flex-grow:1;font-size:.75rem;height:2px;line-height:1}.event-221122 .center-line-white.left{margin-left:1rem;margin-left:16px}.event-221122 .center-line-white.left:before{--tw-content:"◆";clear:both;color:inherit;content:var(--tw-content);display:flex;left:-.25rem;position:relative;top:0}.event-221122 .center-line-white.right{--tw-rotate:180deg;margin-right:1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.event-221122 .center-line-white.right:before{--tw-content:"◆";clear:both;color:inherit;content:var(--tw-content);display:flex;left:-.25rem;position:relative;top:0}.event-221122 .btn-complete{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(26 107 228/var(--tw-bg-opacity,1));border-radius:9999px;color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;font-size:4.5vw;font-weight:700;justify-content:center;line-height:1.5;margin-top:2rem;padding-bottom:1rem;padding-top:1rem;position:relative;width:17.5rem;z-index:1}@media (min-width:480px){.event-221122 .btn-complete{font-size:1.125rem;line-height:1.5}}.browserInfoModal .event-221122 .btn-complete{color:#fff}.event-221122 .btn-complete{box-shadow:2px 4px 7px 0 rgba(195,195,211,.729)}.event-221122 .bg-complete{--tw-translate-y:-50%;background-image:url(/images/event/cpa/bg_complete.png);background-repeat:no-repeat;background-size:cover;height:440px;position:absolute;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:1462px}@font-face{font-display:auto;font-family:SpoqaHanSansNeo;font-style:normal;font-weight:700;src:url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.eot);src:url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff) format("woff"),url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.ttf) format("truetype")}@font-face{font-display:auto;font-family:SpoqaHanSansNeo;font-style:normal;font-weight:500;src:url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.eot);src:url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.eot?#iefix) format("embedded-opentype"),url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff) format("woff"),url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.ttf) format("truetype")}@font-face{font-display:auto;font-family:SpoqaHanSansNeo;font-style:normal;font-weight:400;src:url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.eot);src:url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff) format("woff"),url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.ttf) format("truetype")}@font-face{font-display:auto;font-family:SpoqaHanSansNeo;font-style:normal;font-weight:300;src:url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.eot);src:url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.eot?#iefix) format("embedded-opentype"),url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.woff) format("woff"),url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.ttf) format("truetype")}@font-face{font-display:auto;font-family:SpoqaHanSansNeo;font-style:normal;font-weight:100;src:url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.eot);src:url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.eot?#iefix) format("embedded-opentype"),url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.woff) format("woff"),url(/fonts/vendor/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.ttf) format("truetype")}@font-face{font-display:auto;font-family:SpoqaHanSansJP;font-style:normal;font-weight:700;src:url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPBold.eot);src:url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPBold.eot?#iefix) format("embedded-opentype"),url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPBold.woff) format("woff"),url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPBold.ttf) format("truetype")}@font-face{font-display:auto;font-family:SpoqaHanSansJP;font-style:normal;font-weight:500;src:url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPBold.eot);src:url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPBold.eot?#iefix) format("embedded-opentype"),url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPBold.woff) format("woff"),url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPBold.ttf) format("truetype")}@font-face{font-display:auto;font-family:SpoqaHanSansJP;font-style:normal;font-weight:400;src:url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPRegular.eot);src:url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPRegular.eot?#iefix) format("embedded-opentype"),url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPRegular.woff) format("woff"),url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPRegular.ttf) format("truetype")}@font-face{font-display:auto;font-family:SpoqaHanSansJP;font-style:normal;font-weight:300;src:url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPLight.eot);src:url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPLight.eot?#iefix) format("embedded-opentype"),url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPLight.woff) format("woff"),url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPLight.ttf) format("truetype")}@font-face{font-display:auto;font-family:SpoqaHanSansJP;font-style:normal;font-weight:100;src:url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPThin.eot);src:url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPThin.eot?#iefix) format("embedded-opentype"),url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPThin.woff) format("woff"),url(/fonts/vendor/SpoqaHanSansJP/SpoqaHanSansJPThin.ttf) format("truetype")}@font-face{font-display:auto;font-family:Roboto;font-style:normal;font-weight:700;src:url(/fonts/vendor/Roboto/Roboto-Bold.eot);src:url(/fonts/vendor/Roboto/Roboto-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/vendor/Roboto/Roboto-Bold.woff) format("woff"),url(/fonts/vendor/Roboto/Roboto-Bold.ttf) format("truetype")}@font-face{font-display:auto;font-family:Roboto;font-style:normal;font-weight:500;src:url(/fonts/vendor/Roboto/Roboto-Medium.eot);src:url(/fonts/vendor/Roboto/Roboto-Medium.eot?#iefix) format("embedded-opentype"),url(/fonts/vendor/Roboto/Roboto-Medium.woff) format("woff"),url(/fonts/vendor/Roboto/Roboto-Medium.ttf) format("truetype")}@font-face{font-display:auto;font-family:Roboto;font-style:normal;font-weight:400;src:url(/fonts/vendor/Roboto/Roboto-Regular.eot);src:url(/fonts/vendor/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/vendor/Roboto/Roboto-Regular.woff) format("woff"),url(/fonts/vendor/Roboto/Roboto-Regular.ttf) format("truetype")}@font-face{font-display:auto;font-family:Roboto;font-style:normal;font-weight:300;src:url(/fonts/vendor/Roboto/Roboto-Light.eot);src:url(/fonts/vendor/Roboto/Roboto-Light.eot?#iefix) format("embedded-opentype"),url(/fonts/vendor/Roboto/Roboto-Light.woff) format("woff"),url(/fonts/vendor/Roboto/Roboto-Light.ttf) format("truetype")}@font-face{font-display:auto;font-family:Roboto;font-style:normal;font-weight:100;src:url(/fonts/vendor/Roboto/Roboto-Thin.eot);src:url(/fonts/vendor/Roboto/Roboto-Thin.eot?#iefix) format("embedded-opentype"),url(/fonts/vendor/Roboto/Roboto-Thin.woff) format("woff"),url(/fonts/vendor/Roboto/Roboto-Thin.ttf) format("truetype")}@font-face{font-display:auto;font-family:Montserrat;font-style:normal;font-weight:700;src:url(/fonts/vendor/Montserrat/Montserrat-Bold.eot);src:url(/fonts/vendor/Montserrat/Montserrat-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/vendor/Montserrat/Montserrat-Bold.woff) format("woff"),url(/fonts/vendor/Montserrat/Montserrat-Bold.ttf) format("truetype")}@font-face{font-display:auto;font-family:S-CoreDream;font-style:normal;font-weight:100;src:url(/fonts/S-CoreDream/S-CoreDream-1Thin.eot);src:url(/fonts/S-CoreDream/S-CoreDream-1Thin.eot?#iefix) format("embedded-opentype"),url(/fonts/S-CoreDream/S-CoreDream-1Thin.woff) format("woff"),url("/fonts/S-CoreDream/S-CoreDream-1Thin.ttf') format('truetype")}@font-face{font-display:auto;font-family:S-CoreDream;font-style:normal;font-weight:300;src:url(/fonts/S-CoreDream/S-CoreDream-3Light.eot);src:url(/fonts/S-CoreDream/S-CoreDream-3Light.eot?#iefix) format("embedded-opentype"),url(/fonts/S-CoreDream/S-CoreDream-3Light.woff) format("woff"),url(/fonts/S-CoreDream/S-CoreDream-3Light.ttf) format("truetype")}@font-face{font-display:auto;font-family:S-CoreDream;font-style:normal;font-weight:400;src:url(/fonts/S-CoreDream/S-CoreDream-4Regular.eot);src:url(/fonts/S-CoreDream/S-CoreDream-4Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/S-CoreDream/S-CoreDream-4Regular.woff) format("woff"),url(/fonts/S-CoreDream/S-CoreDream-4Regular.ttf) format("truetype")}@font-face{font-display:auto;font-family:S-CoreDream;font-style:normal;font-weight:500;src:url(/fonts/S-CoreDream/S-CoreDream-5Medium.eot);src:url(/fonts/S-CoreDream/S-CoreDream-5Medium.eot?#iefix) format("embedded-opentype"),url(/fonts/S-CoreDream/S-CoreDream-5Medium.woff) format("woff"),url(/fonts/S-CoreDream/S-CoreDream-5Medium.ttf) format("truetype")}@font-face{font-display:auto;font-family:S-CoreDream;font-style:normal;font-weight:700;src:url(/fonts/S-CoreDream/S-CoreDream-6Bold.eot);src:url(/fonts/S-CoreDream/S-CoreDream-6Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/S-CoreDream/S-CoreDream-6Bold.woff) format("woff"),url(/fonts/S-CoreDream/S-CoreDream-6Bold.ttf) format("truetype")}@font-face{font-display:auto;font-family:Jalnan;font-style:normal;font-weight:400;src:url(/fonts/Jalnan/Jalnan.eot);src:url(/fonts/Jalnan/Jalnan.eot?#iefix) format("embedded-opentype"),url(/fonts/Jalnan/Jalnan.woff) format("woff"),url(/fonts/Jalnan/Jalnan.ttf) format("truetype")}@font-face{font-display:auto;font-family:BlackHanSans;font-style:normal;font-weight:600;src:url(/fonts/blackHanSans/BlackHanSans-Regular.eot);src:url(/fonts/blackHanSans/BlackHanSans-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/blackHanSans/BlackHanSans-Regular.woff) format("woff"),url(/fonts/blackHanSans/BlackHanSans-Regular.ttf) format("truetype")}@font-face{font-display:swap;font-family:SBAggro;font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroLight.eot);src:url(https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroLight.eot?#iefix) format("embedded-opentype"),url(https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroLight.woff2) format("woff2"),url(https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroLight.woff) format("woff"),url(https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroLight.ttf) format("truetype")}@font-face{font-display:swap;font-family:SBAggro;font-style:normal;font-weight:500;src:url(https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.eot);src:url(https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.eot?#iefix) format("embedded-opentype"),url(https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.woff2) format("woff2"),url(https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.woff) format("woff"),url(https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.ttf) format("truetype")}@font-face{font-display:swap;font-family:SBAggro;font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroBold.eot);src:url(https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroBold.eot?#iefix) format("embedded-opentype"),url(https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroBold.woff2) format("woff2"),url(https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroBold.woff) format("woff"),url(https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroBold.ttf) format("truetype")}@font-face{font-display:auto;font-family:GmarketSans;font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff) format("woff")}@font-face{font-display:auto;font-family:GmarketSans;font-style:normal;font-weight:500;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff) format("woff")}@font-face{font-display:auto;font-family:GmarketSans;font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff) format("woff")}@font-face{font-family:Pretendard-Regular;font-style:normal;font-weight:400;src:url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Pretendard;font-style:normal;font-weight:900;src:local("Pretendard Black"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff2) format("woff2"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff) format("woff")}@font-face{font-display:swap;font-family:Pretendard;font-style:normal;font-weight:800;src:local("Pretendard ExtraBold"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff2) format("woff2"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff) format("woff")}@font-face{font-display:swap;font-family:Pretendard;font-weight:700;src:local("Pretendard Bold"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff2) format("woff2"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:Pretendard;font-style:normal;font-weight:600;src:local("Pretendard SemiBold"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff2) format("woff2"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff) format("woff")}@font-face{font-display:swap;font-family:Pretendard;font-style:normal;font-weight:500;src:local("Pretendard Medium"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff2) format("woff2"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:Pretendard;font-style:normal;font-weight:400;src:local("Pretendard Regular"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff2) format("woff2"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Pretendard;font-style:normal;font-weight:300;src:local("Pretendard Light"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff2) format("woff2"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff) format("woff")}@font-face{font-display:swap;font-family:Pretendard;font-style:normal;font-weight:200;src:local("Pretendard ExtraLight"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff2) format("woff2"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff) format("woff")}@font-face{font-display:swap;font-family:Pretendard;font-style:normal;font-weight:100;src:local("Pretendard Thin"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff2) format("woff2"),url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff) format("woff")}:root{--primary1:#e4261a}.icon-pr-chart-bar{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 3C2.73478 3 2.48043 3.10536 2.29289 3.29289C2.10536 3.48043 2 3.73478 2 4C2 4.26522 2.10536 4.51957 2.29289 4.70711C2.48043 4.89464 2.73478 5 3 5V13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15H7.586L6.293 16.293C6.19749 16.3852 6.12131 16.4956 6.0689 16.6176C6.01649 16.7396 5.9889 16.8708 5.98775 17.0036C5.9866 17.1364 6.0119 17.2681 6.06218 17.391C6.11246 17.5138 6.18671 17.6255 6.2806 17.7194C6.3745 17.8133 6.48615 17.8875 6.60905 17.9378C6.73194 17.9881 6.86362 18.0134 6.9964 18.0123C7.12918 18.0111 7.2604 17.9835 7.3824 17.9311C7.50441 17.8787 7.61475 17.8025 7.707 17.707L10 15.414L12.293 17.707C12.4816 17.8892 12.7342 17.99 12.9964 17.9877C13.2586 17.9854 13.5094 17.8802 13.6948 17.6948C13.8802 17.5094 13.9854 17.2586 13.9877 16.9964C13.99 16.7342 13.8892 16.4816 13.707 16.293L12.414 15H15C15.5304 15 16.0391 14.7893 16.4142 14.4142C16.7893 14.0391 17 13.5304 17 13V5C17.2652 5 17.5196 4.89464 17.7071 4.70711C17.8946 4.51957 18 4.26522 18 4C18 3.73478 17.8946 3.48043 17.7071 3.29289C17.5196 3.10536 17.2652 3 17 3H3ZM14 7C14 6.73478 13.8946 6.48043 13.7071 6.29289C13.5196 6.10536 13.2652 6 13 6C12.7348 6 12.4804 6.10536 12.2929 6.29289C12.1054 6.48043 12 6.73478 12 7V11C12 11.2652 12.1054 11.5196 12.2929 11.7071C12.4804 11.8946 12.7348 12 13 12C13.2652 12 13.5196 11.8946 13.7071 11.7071C13.8946 11.5196 14 11.2652 14 11V7ZM11 8C11 7.73478 10.8946 7.48043 10.7071 7.29289C10.5196 7.10536 10.2652 7 10 7C9.73478 7 9.48043 7.10536 9.29289 7.29289C9.10536 7.48043 9 7.73478 9 8V11C9 11.2652 9.10536 11.5196 9.29289 11.7071C9.48043 11.8946 9.73478 12 10 12C10.2652 12 10.5196 11.8946 10.7071 11.7071C10.8946 11.5196 11 11.2652 11 11V8ZM8 9C8 8.73478 7.89464 8.48043 7.70711 8.29289C7.51957 8.10536 7.26522 8 7 8C6.73478 8 6.48043 8.10536 6.29289 8.29289C6.10536 8.48043 6 8.73478 6 9V11C6 11.2652 6.10536 11.5196 6.29289 11.7071C6.48043 11.8946 6.73478 12 7 12C7.26522 12 7.51957 11.8946 7.70711 11.7071C7.89464 11.5196 8 11.2652 8 11V9Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-pr-chart-bar,.icon-pr-chart-bar-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-pr-chart-bar-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 3C2.73478 3 2.48043 3.10536 2.29289 3.29289C2.10536 3.48043 2 3.73478 2 4C2 4.26522 2.10536 4.51957 2.29289 4.70711C2.48043 4.89464 2.73478 5 3 5V13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15H7.586L6.293 16.293C6.19749 16.3852 6.12131 16.4956 6.0689 16.6176C6.01649 16.7396 5.9889 16.8708 5.98775 17.0036C5.9866 17.1364 6.0119 17.2681 6.06218 17.391C6.11246 17.5138 6.18671 17.6255 6.2806 17.7194C6.3745 17.8133 6.48615 17.8875 6.60905 17.9378C6.73194 17.9881 6.86362 18.0134 6.9964 18.0123C7.12918 18.0111 7.2604 17.9835 7.3824 17.9311C7.50441 17.8787 7.61475 17.8025 7.707 17.707L10 15.414L12.293 17.707C12.4816 17.8892 12.7342 17.99 12.9964 17.9877C13.2586 17.9854 13.5094 17.8802 13.6948 17.6948C13.8802 17.5094 13.9854 17.2586 13.9877 16.9964C13.99 16.7342 13.8892 16.4816 13.707 16.293L12.414 15H15C15.5304 15 16.0391 14.7893 16.4142 14.4142C16.7893 14.0391 17 13.5304 17 13V5C17.2652 5 17.5196 4.89464 17.7071 4.70711C17.8946 4.51957 18 4.26522 18 4C18 3.73478 17.8946 3.48043 17.7071 3.29289C17.5196 3.10536 17.2652 3 17 3H3ZM14 7C14 6.73478 13.8946 6.48043 13.7071 6.29289C13.5196 6.10536 13.2652 6 13 6C12.7348 6 12.4804 6.10536 12.2929 6.29289C12.1054 6.48043 12 6.73478 12 7V11C12 11.2652 12.1054 11.5196 12.2929 11.7071C12.4804 11.8946 12.7348 12 13 12C13.2652 12 13.5196 11.8946 13.7071 11.7071C13.8946 11.5196 14 11.2652 14 11V7ZM11 8C11 7.73478 10.8946 7.48043 10.7071 7.29289C10.5196 7.10536 10.2652 7 10 7C9.73478 7 9.48043 7.10536 9.29289 7.29289C9.10536 7.48043 9 7.73478 9 8V11C9 11.2652 9.10536 11.5196 9.29289 11.7071C9.48043 11.8946 9.73478 12 10 12C10.2652 12 10.5196 11.8946 10.7071 11.7071C10.8946 11.5196 11 11.2652 11 11V8ZM8 9C8 8.73478 7.89464 8.48043 7.70711 8.29289C7.51957 8.10536 7.26522 8 7 8C6.73478 8 6.48043 8.10536 6.29289 8.29289C6.10536 8.48043 6 8.73478 6 9V11C6 11.2652 6.10536 11.5196 6.29289 11.7071C6.48043 11.8946 6.73478 12 7 12C7.26522 12 7.51957 11.8946 7.70711 11.7071C7.89464 11.5196 8 11.2652 8 11V9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-pr-chart-bar-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 3C2.73478 3 2.48043 3.10536 2.29289 3.29289C2.10536 3.48043 2 3.73478 2 4C2 4.26522 2.10536 4.51957 2.29289 4.70711C2.48043 4.89464 2.73478 5 3 5V13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15H7.586L6.293 16.293C6.19749 16.3852 6.12131 16.4956 6.0689 16.6176C6.01649 16.7396 5.9889 16.8708 5.98775 17.0036C5.9866 17.1364 6.0119 17.2681 6.06218 17.391C6.11246 17.5138 6.18671 17.6255 6.2806 17.7194C6.3745 17.8133 6.48615 17.8875 6.60905 17.9378C6.73194 17.9881 6.86362 18.0134 6.9964 18.0123C7.12918 18.0111 7.2604 17.9835 7.3824 17.9311C7.50441 17.8787 7.61475 17.8025 7.707 17.707L10 15.414L12.293 17.707C12.4816 17.8892 12.7342 17.99 12.9964 17.9877C13.2586 17.9854 13.5094 17.8802 13.6948 17.6948C13.8802 17.5094 13.9854 17.2586 13.9877 16.9964C13.99 16.7342 13.8892 16.4816 13.707 16.293L12.414 15H15C15.5304 15 16.0391 14.7893 16.4142 14.4142C16.7893 14.0391 17 13.5304 17 13V5C17.2652 5 17.5196 4.89464 17.7071 4.70711C17.8946 4.51957 18 4.26522 18 4C18 3.73478 17.8946 3.48043 17.7071 3.29289C17.5196 3.10536 17.2652 3 17 3H3ZM14 7C14 6.73478 13.8946 6.48043 13.7071 6.29289C13.5196 6.10536 13.2652 6 13 6C12.7348 6 12.4804 6.10536 12.2929 6.29289C12.1054 6.48043 12 6.73478 12 7V11C12 11.2652 12.1054 11.5196 12.2929 11.7071C12.4804 11.8946 12.7348 12 13 12C13.2652 12 13.5196 11.8946 13.7071 11.7071C13.8946 11.5196 14 11.2652 14 11V7ZM11 8C11 7.73478 10.8946 7.48043 10.7071 7.29289C10.5196 7.10536 10.2652 7 10 7C9.73478 7 9.48043 7.10536 9.29289 7.29289C9.10536 7.48043 9 7.73478 9 8V11C9 11.2652 9.10536 11.5196 9.29289 11.7071C9.48043 11.8946 9.73478 12 10 12C10.2652 12 10.5196 11.8946 10.7071 11.7071C10.8946 11.5196 11 11.2652 11 11V8ZM8 9C8 8.73478 7.89464 8.48043 7.70711 8.29289C7.51957 8.10536 7.26522 8 7 8C6.73478 8 6.48043 8.10536 6.29289 8.29289C6.10536 8.48043 6 8.73478 6 9V11C6 11.2652 6.10536 11.5196 6.29289 11.7071C6.48043 11.8946 6.73478 12 7 12C7.26522 12 7.51957 11.8946 7.70711 11.7071C7.89464 11.5196 8 11.2652 8 11V9Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-pr-chart-bar-primary1,.icon-pr-chart-bar-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-pr-chart-bar-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 3C2.73478 3 2.48043 3.10536 2.29289 3.29289C2.10536 3.48043 2 3.73478 2 4C2 4.26522 2.10536 4.51957 2.29289 4.70711C2.48043 4.89464 2.73478 5 3 5V13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15H7.586L6.293 16.293C6.19749 16.3852 6.12131 16.4956 6.0689 16.6176C6.01649 16.7396 5.9889 16.8708 5.98775 17.0036C5.9866 17.1364 6.0119 17.2681 6.06218 17.391C6.11246 17.5138 6.18671 17.6255 6.2806 17.7194C6.3745 17.8133 6.48615 17.8875 6.60905 17.9378C6.73194 17.9881 6.86362 18.0134 6.9964 18.0123C7.12918 18.0111 7.2604 17.9835 7.3824 17.9311C7.50441 17.8787 7.61475 17.8025 7.707 17.707L10 15.414L12.293 17.707C12.4816 17.8892 12.7342 17.99 12.9964 17.9877C13.2586 17.9854 13.5094 17.8802 13.6948 17.6948C13.8802 17.5094 13.9854 17.2586 13.9877 16.9964C13.99 16.7342 13.8892 16.4816 13.707 16.293L12.414 15H15C15.5304 15 16.0391 14.7893 16.4142 14.4142C16.7893 14.0391 17 13.5304 17 13V5C17.2652 5 17.5196 4.89464 17.7071 4.70711C17.8946 4.51957 18 4.26522 18 4C18 3.73478 17.8946 3.48043 17.7071 3.29289C17.5196 3.10536 17.2652 3 17 3H3ZM14 7C14 6.73478 13.8946 6.48043 13.7071 6.29289C13.5196 6.10536 13.2652 6 13 6C12.7348 6 12.4804 6.10536 12.2929 6.29289C12.1054 6.48043 12 6.73478 12 7V11C12 11.2652 12.1054 11.5196 12.2929 11.7071C12.4804 11.8946 12.7348 12 13 12C13.2652 12 13.5196 11.8946 13.7071 11.7071C13.8946 11.5196 14 11.2652 14 11V7ZM11 8C11 7.73478 10.8946 7.48043 10.7071 7.29289C10.5196 7.10536 10.2652 7 10 7C9.73478 7 9.48043 7.10536 9.29289 7.29289C9.10536 7.48043 9 7.73478 9 8V11C9 11.2652 9.10536 11.5196 9.29289 11.7071C9.48043 11.8946 9.73478 12 10 12C10.2652 12 10.5196 11.8946 10.7071 11.7071C10.8946 11.5196 11 11.2652 11 11V8ZM8 9C8 8.73478 7.89464 8.48043 7.70711 8.29289C7.51957 8.10536 7.26522 8 7 8C6.73478 8 6.48043 8.10536 6.29289 8.29289C6.10536 8.48043 6 8.73478 6 9V11C6 11.2652 6.10536 11.5196 6.29289 11.7071C6.48043 11.8946 6.73478 12 7 12C7.26522 12 7.51957 11.8946 7.70711 11.7071C7.89464 11.5196 8 11.2652 8 11V9Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-pr-chart-bar-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 3C2.73478 3 2.48043 3.10536 2.29289 3.29289C2.10536 3.48043 2 3.73478 2 4C2 4.26522 2.10536 4.51957 2.29289 4.70711C2.48043 4.89464 2.73478 5 3 5V13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15H7.586L6.293 16.293C6.19749 16.3852 6.12131 16.4956 6.0689 16.6176C6.01649 16.7396 5.9889 16.8708 5.98775 17.0036C5.9866 17.1364 6.0119 17.2681 6.06218 17.391C6.11246 17.5138 6.18671 17.6255 6.2806 17.7194C6.3745 17.8133 6.48615 17.8875 6.60905 17.9378C6.73194 17.9881 6.86362 18.0134 6.9964 18.0123C7.12918 18.0111 7.2604 17.9835 7.3824 17.9311C7.50441 17.8787 7.61475 17.8025 7.707 17.707L10 15.414L12.293 17.707C12.4816 17.8892 12.7342 17.99 12.9964 17.9877C13.2586 17.9854 13.5094 17.8802 13.6948 17.6948C13.8802 17.5094 13.9854 17.2586 13.9877 16.9964C13.99 16.7342 13.8892 16.4816 13.707 16.293L12.414 15H15C15.5304 15 16.0391 14.7893 16.4142 14.4142C16.7893 14.0391 17 13.5304 17 13V5C17.2652 5 17.5196 4.89464 17.7071 4.70711C17.8946 4.51957 18 4.26522 18 4C18 3.73478 17.8946 3.48043 17.7071 3.29289C17.5196 3.10536 17.2652 3 17 3H3ZM14 7C14 6.73478 13.8946 6.48043 13.7071 6.29289C13.5196 6.10536 13.2652 6 13 6C12.7348 6 12.4804 6.10536 12.2929 6.29289C12.1054 6.48043 12 6.73478 12 7V11C12 11.2652 12.1054 11.5196 12.2929 11.7071C12.4804 11.8946 12.7348 12 13 12C13.2652 12 13.5196 11.8946 13.7071 11.7071C13.8946 11.5196 14 11.2652 14 11V7ZM11 8C11 7.73478 10.8946 7.48043 10.7071 7.29289C10.5196 7.10536 10.2652 7 10 7C9.73478 7 9.48043 7.10536 9.29289 7.29289C9.10536 7.48043 9 7.73478 9 8V11C9 11.2652 9.10536 11.5196 9.29289 11.7071C9.48043 11.8946 9.73478 12 10 12C10.2652 12 10.5196 11.8946 10.7071 11.7071C10.8946 11.5196 11 11.2652 11 11V8ZM8 9C8 8.73478 7.89464 8.48043 7.70711 8.29289C7.51957 8.10536 7.26522 8 7 8C6.73478 8 6.48043 8.10536 6.29289 8.29289C6.10536 8.48043 6 8.73478 6 9V11C6 11.2652 6.10536 11.5196 6.29289 11.7071C6.48043 11.8946 6.73478 12 7 12C7.26522 12 7.51957 11.8946 7.70711 11.7071C7.89464 11.5196 8 11.2652 8 11V9Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-pr-chart-bar-zinc-500,.icon-pr-chart-bar-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-pr-chart-bar-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 3C2.73478 3 2.48043 3.10536 2.29289 3.29289C2.10536 3.48043 2 3.73478 2 4C2 4.26522 2.10536 4.51957 2.29289 4.70711C2.48043 4.89464 2.73478 5 3 5V13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15H7.586L6.293 16.293C6.19749 16.3852 6.12131 16.4956 6.0689 16.6176C6.01649 16.7396 5.9889 16.8708 5.98775 17.0036C5.9866 17.1364 6.0119 17.2681 6.06218 17.391C6.11246 17.5138 6.18671 17.6255 6.2806 17.7194C6.3745 17.8133 6.48615 17.8875 6.60905 17.9378C6.73194 17.9881 6.86362 18.0134 6.9964 18.0123C7.12918 18.0111 7.2604 17.9835 7.3824 17.9311C7.50441 17.8787 7.61475 17.8025 7.707 17.707L10 15.414L12.293 17.707C12.4816 17.8892 12.7342 17.99 12.9964 17.9877C13.2586 17.9854 13.5094 17.8802 13.6948 17.6948C13.8802 17.5094 13.9854 17.2586 13.9877 16.9964C13.99 16.7342 13.8892 16.4816 13.707 16.293L12.414 15H15C15.5304 15 16.0391 14.7893 16.4142 14.4142C16.7893 14.0391 17 13.5304 17 13V5C17.2652 5 17.5196 4.89464 17.7071 4.70711C17.8946 4.51957 18 4.26522 18 4C18 3.73478 17.8946 3.48043 17.7071 3.29289C17.5196 3.10536 17.2652 3 17 3H3ZM14 7C14 6.73478 13.8946 6.48043 13.7071 6.29289C13.5196 6.10536 13.2652 6 13 6C12.7348 6 12.4804 6.10536 12.2929 6.29289C12.1054 6.48043 12 6.73478 12 7V11C12 11.2652 12.1054 11.5196 12.2929 11.7071C12.4804 11.8946 12.7348 12 13 12C13.2652 12 13.5196 11.8946 13.7071 11.7071C13.8946 11.5196 14 11.2652 14 11V7ZM11 8C11 7.73478 10.8946 7.48043 10.7071 7.29289C10.5196 7.10536 10.2652 7 10 7C9.73478 7 9.48043 7.10536 9.29289 7.29289C9.10536 7.48043 9 7.73478 9 8V11C9 11.2652 9.10536 11.5196 9.29289 11.7071C9.48043 11.8946 9.73478 12 10 12C10.2652 12 10.5196 11.8946 10.7071 11.7071C10.8946 11.5196 11 11.2652 11 11V8ZM8 9C8 8.73478 7.89464 8.48043 7.70711 8.29289C7.51957 8.10536 7.26522 8 7 8C6.73478 8 6.48043 8.10536 6.29289 8.29289C6.10536 8.48043 6 8.73478 6 9V11C6 11.2652 6.10536 11.5196 6.29289 11.7071C6.48043 11.8946 6.73478 12 7 12C7.26522 12 7.51957 11.8946 7.70711 11.7071C7.89464 11.5196 8 11.2652 8 11V9Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-pr-chart-bar-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 3C2.73478 3 2.48043 3.10536 2.29289 3.29289C2.10536 3.48043 2 3.73478 2 4C2 4.26522 2.10536 4.51957 2.29289 4.70711C2.48043 4.89464 2.73478 5 3 5V13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15H7.586L6.293 16.293C6.19749 16.3852 6.12131 16.4956 6.0689 16.6176C6.01649 16.7396 5.9889 16.8708 5.98775 17.0036C5.9866 17.1364 6.0119 17.2681 6.06218 17.391C6.11246 17.5138 6.18671 17.6255 6.2806 17.7194C6.3745 17.8133 6.48615 17.8875 6.60905 17.9378C6.73194 17.9881 6.86362 18.0134 6.9964 18.0123C7.12918 18.0111 7.2604 17.9835 7.3824 17.9311C7.50441 17.8787 7.61475 17.8025 7.707 17.707L10 15.414L12.293 17.707C12.4816 17.8892 12.7342 17.99 12.9964 17.9877C13.2586 17.9854 13.5094 17.8802 13.6948 17.6948C13.8802 17.5094 13.9854 17.2586 13.9877 16.9964C13.99 16.7342 13.8892 16.4816 13.707 16.293L12.414 15H15C15.5304 15 16.0391 14.7893 16.4142 14.4142C16.7893 14.0391 17 13.5304 17 13V5C17.2652 5 17.5196 4.89464 17.7071 4.70711C17.8946 4.51957 18 4.26522 18 4C18 3.73478 17.8946 3.48043 17.7071 3.29289C17.5196 3.10536 17.2652 3 17 3H3ZM14 7C14 6.73478 13.8946 6.48043 13.7071 6.29289C13.5196 6.10536 13.2652 6 13 6C12.7348 6 12.4804 6.10536 12.2929 6.29289C12.1054 6.48043 12 6.73478 12 7V11C12 11.2652 12.1054 11.5196 12.2929 11.7071C12.4804 11.8946 12.7348 12 13 12C13.2652 12 13.5196 11.8946 13.7071 11.7071C13.8946 11.5196 14 11.2652 14 11V7ZM11 8C11 7.73478 10.8946 7.48043 10.7071 7.29289C10.5196 7.10536 10.2652 7 10 7C9.73478 7 9.48043 7.10536 9.29289 7.29289C9.10536 7.48043 9 7.73478 9 8V11C9 11.2652 9.10536 11.5196 9.29289 11.7071C9.48043 11.8946 9.73478 12 10 12C10.2652 12 10.5196 11.8946 10.7071 11.7071C10.8946 11.5196 11 11.2652 11 11V8ZM8 9C8 8.73478 7.89464 8.48043 7.70711 8.29289C7.51957 8.10536 7.26522 8 7 8C6.73478 8 6.48043 8.10536 6.29289 8.29289C6.10536 8.48043 6 8.73478 6 9V11C6 11.2652 6.10536 11.5196 6.29289 11.7071C6.48043 11.8946 6.73478 12 7 12C7.26522 12 7.51957 11.8946 7.70711 11.7071C7.89464 11.5196 8 11.2652 8 11V9Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-logout,.icon-pr-chart-bar-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-logout{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.17116 6.362C0.813859 6.362 0.562592 6.07667 0.619838 5.72886C0.619838 5.72886 0.57796 5.93305 0.620991 5.72391C1.21688 2.80086 3.82291 0.600098 6.94684 0.600098C10.5114 0.600098 13.4014 3.46524 13.4014 7.0001C13.4014 10.5346 10.5114 13.4001 6.94684 13.4001C3.82637 13.4001 1.22303 11.2043 0.622527 8.28581C0.578729 8.07362 0.619454 8.27057 0.619454 8.27057C0.566818 7.92124 0.813859 7.63819 1.17078 7.63819H7.27226C7.51008 7.63819 7.56578 7.77343 7.39635 7.93991L6.22262 9.09876C5.61405 9.70067 6.52729 10.6028 7.13548 10.0012L9.76802 7.43591C10.0224 7.18867 10.022 6.78943 9.76494 6.54181L7.13587 3.99819C6.52729 3.39667 5.61443 4.29915 6.22301 4.90067L7.39674 6.05991C7.56617 6.22676 7.50931 6.362 7.27264 6.362H1.17116Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-logout-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.17116 6.362C0.813859 6.362 0.562592 6.07667 0.619838 5.72886C0.619838 5.72886 0.57796 5.93305 0.620991 5.72391C1.21688 2.80086 3.82291 0.600098 6.94684 0.600098C10.5114 0.600098 13.4014 3.46524 13.4014 7.0001C13.4014 10.5346 10.5114 13.4001 6.94684 13.4001C3.82637 13.4001 1.22303 11.2043 0.622527 8.28581C0.578729 8.07362 0.619454 8.27057 0.619454 8.27057C0.566818 7.92124 0.813859 7.63819 1.17078 7.63819H7.27226C7.51008 7.63819 7.56578 7.77343 7.39635 7.93991L6.22262 9.09876C5.61405 9.70067 6.52729 10.6028 7.13548 10.0012L9.76802 7.43591C10.0224 7.18867 10.022 6.78943 9.76494 6.54181L7.13587 3.99819C6.52729 3.39667 5.61443 4.29915 6.22301 4.90067L7.39674 6.05991C7.56617 6.22676 7.50931 6.362 7.27264 6.362H1.17116Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-logout-primary1,.icon-logout-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-logout-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.17116 6.362C0.813859 6.362 0.562592 6.07667 0.619838 5.72886C0.619838 5.72886 0.57796 5.93305 0.620991 5.72391C1.21688 2.80086 3.82291 0.600098 6.94684 0.600098C10.5114 0.600098 13.4014 3.46524 13.4014 7.0001C13.4014 10.5346 10.5114 13.4001 6.94684 13.4001C3.82637 13.4001 1.22303 11.2043 0.622527 8.28581C0.578729 8.07362 0.619454 8.27057 0.619454 8.27057C0.566818 7.92124 0.813859 7.63819 1.17078 7.63819H7.27226C7.51008 7.63819 7.56578 7.77343 7.39635 7.93991L6.22262 9.09876C5.61405 9.70067 6.52729 10.6028 7.13548 10.0012L9.76802 7.43591C10.0224 7.18867 10.022 6.78943 9.76494 6.54181L7.13587 3.99819C6.52729 3.39667 5.61443 4.29915 6.22301 4.90067L7.39674 6.05991C7.56617 6.22676 7.50931 6.362 7.27264 6.362H1.17116Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-logout-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.17116 6.362C0.813859 6.362 0.562592 6.07667 0.619838 5.72886C0.619838 5.72886 0.57796 5.93305 0.620991 5.72391C1.21688 2.80086 3.82291 0.600098 6.94684 0.600098C10.5114 0.600098 13.4014 3.46524 13.4014 7.0001C13.4014 10.5346 10.5114 13.4001 6.94684 13.4001C3.82637 13.4001 1.22303 11.2043 0.622527 8.28581C0.578729 8.07362 0.619454 8.27057 0.619454 8.27057C0.566818 7.92124 0.813859 7.63819 1.17078 7.63819H7.27226C7.51008 7.63819 7.56578 7.77343 7.39635 7.93991L6.22262 9.09876C5.61405 9.70067 6.52729 10.6028 7.13548 10.0012L9.76802 7.43591C10.0224 7.18867 10.022 6.78943 9.76494 6.54181L7.13587 3.99819C6.52729 3.39667 5.61443 4.29915 6.22301 4.90067L7.39674 6.05991C7.56617 6.22676 7.50931 6.362 7.27264 6.362H1.17116Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-home,.icon-logout-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-home{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7069 2.293C10.5194 2.10553 10.2651 2.00021 9.99992 2.00021C9.73475 2.00021 9.48045 2.10553 9.29292 2.293L2.29292 9.293C2.11076 9.4816 2.00997 9.7342 2.01224 9.9964C2.01452 10.2586 2.11969 10.5094 2.3051 10.6948C2.49051 10.8802 2.74132 10.9854 3.00352 10.9877C3.26571 10.99 3.51832 10.8892 3.70692 10.707L3.99992 10.414V17C3.99992 17.2652 4.10528 17.5196 4.29281 17.7071C4.48035 17.8946 4.7347 18 4.99992 18H6.99992C7.26514 18 7.51949 17.8946 7.70703 17.7071C7.89456 17.5196 7.99992 17.2652 7.99992 17V15C7.99992 14.7348 8.10528 14.4804 8.29281 14.2929C8.48035 14.1054 8.7347 14 8.99992 14H10.9999C11.2651 14 11.5195 14.1054 11.707 14.2929C11.8946 14.4804 11.9999 14.7348 11.9999 15V17C11.9999 17.2652 12.1053 17.5196 12.2928 17.7071C12.4803 17.8946 12.7347 18 12.9999 18H14.9999C15.2651 18 15.5195 17.8946 15.707 17.7071C15.8946 17.5196 15.9999 17.2652 15.9999 17V10.414L16.2929 10.707C16.4815 10.8892 16.7341 10.99 16.9963 10.9877C17.2585 10.9854 17.5093 10.8802 17.6947 10.6948C17.8801 10.5094 17.9853 10.2586 17.9876 9.9964C17.9899 9.7342 17.8891 9.4816 17.7069 9.293L10.7069 2.293Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-home-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7069 2.293C10.5194 2.10553 10.2651 2.00021 9.99992 2.00021C9.73475 2.00021 9.48045 2.10553 9.29292 2.293L2.29292 9.293C2.11076 9.4816 2.00997 9.7342 2.01224 9.9964C2.01452 10.2586 2.11969 10.5094 2.3051 10.6948C2.49051 10.8802 2.74132 10.9854 3.00352 10.9877C3.26571 10.99 3.51832 10.8892 3.70692 10.707L3.99992 10.414V17C3.99992 17.2652 4.10528 17.5196 4.29281 17.7071C4.48035 17.8946 4.7347 18 4.99992 18H6.99992C7.26514 18 7.51949 17.8946 7.70703 17.7071C7.89456 17.5196 7.99992 17.2652 7.99992 17V15C7.99992 14.7348 8.10528 14.4804 8.29281 14.2929C8.48035 14.1054 8.7347 14 8.99992 14H10.9999C11.2651 14 11.5195 14.1054 11.707 14.2929C11.8946 14.4804 11.9999 14.7348 11.9999 15V17C11.9999 17.2652 12.1053 17.5196 12.2928 17.7071C12.4803 17.8946 12.7347 18 12.9999 18H14.9999C15.2651 18 15.5195 17.8946 15.707 17.7071C15.8946 17.5196 15.9999 17.2652 15.9999 17V10.414L16.2929 10.707C16.4815 10.8892 16.7341 10.99 16.9963 10.9877C17.2585 10.9854 17.5093 10.8802 17.6947 10.6948C17.8801 10.5094 17.9853 10.2586 17.9876 9.9964C17.9899 9.7342 17.8891 9.4816 17.7069 9.293L10.7069 2.293Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-home-primary1,.icon-home-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-home-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7069 2.293C10.5194 2.10553 10.2651 2.00021 9.99992 2.00021C9.73475 2.00021 9.48045 2.10553 9.29292 2.293L2.29292 9.293C2.11076 9.4816 2.00997 9.7342 2.01224 9.9964C2.01452 10.2586 2.11969 10.5094 2.3051 10.6948C2.49051 10.8802 2.74132 10.9854 3.00352 10.9877C3.26571 10.99 3.51832 10.8892 3.70692 10.707L3.99992 10.414V17C3.99992 17.2652 4.10528 17.5196 4.29281 17.7071C4.48035 17.8946 4.7347 18 4.99992 18H6.99992C7.26514 18 7.51949 17.8946 7.70703 17.7071C7.89456 17.5196 7.99992 17.2652 7.99992 17V15C7.99992 14.7348 8.10528 14.4804 8.29281 14.2929C8.48035 14.1054 8.7347 14 8.99992 14H10.9999C11.2651 14 11.5195 14.1054 11.707 14.2929C11.8946 14.4804 11.9999 14.7348 11.9999 15V17C11.9999 17.2652 12.1053 17.5196 12.2928 17.7071C12.4803 17.8946 12.7347 18 12.9999 18H14.9999C15.2651 18 15.5195 17.8946 15.707 17.7071C15.8946 17.5196 15.9999 17.2652 15.9999 17V10.414L16.2929 10.707C16.4815 10.8892 16.7341 10.99 16.9963 10.9877C17.2585 10.9854 17.5093 10.8802 17.6947 10.6948C17.8801 10.5094 17.9853 10.2586 17.9876 9.9964C17.9899 9.7342 17.8891 9.4816 17.7069 9.293L10.7069 2.293Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-home-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7069 2.293C10.5194 2.10553 10.2651 2.00021 9.99992 2.00021C9.73475 2.00021 9.48045 2.10553 9.29292 2.293L2.29292 9.293C2.11076 9.4816 2.00997 9.7342 2.01224 9.9964C2.01452 10.2586 2.11969 10.5094 2.3051 10.6948C2.49051 10.8802 2.74132 10.9854 3.00352 10.9877C3.26571 10.99 3.51832 10.8892 3.70692 10.707L3.99992 10.414V17C3.99992 17.2652 4.10528 17.5196 4.29281 17.7071C4.48035 17.8946 4.7347 18 4.99992 18H6.99992C7.26514 18 7.51949 17.8946 7.70703 17.7071C7.89456 17.5196 7.99992 17.2652 7.99992 17V15C7.99992 14.7348 8.10528 14.4804 8.29281 14.2929C8.48035 14.1054 8.7347 14 8.99992 14H10.9999C11.2651 14 11.5195 14.1054 11.707 14.2929C11.8946 14.4804 11.9999 14.7348 11.9999 15V17C11.9999 17.2652 12.1053 17.5196 12.2928 17.7071C12.4803 17.8946 12.7347 18 12.9999 18H14.9999C15.2651 18 15.5195 17.8946 15.707 17.7071C15.8946 17.5196 15.9999 17.2652 15.9999 17V10.414L16.2929 10.707C16.4815 10.8892 16.7341 10.99 16.9963 10.9877C17.2585 10.9854 17.5093 10.8802 17.6947 10.6948C17.8801 10.5094 17.9853 10.2586 17.9876 9.9964C17.9899 9.7342 17.8891 9.4816 17.7069 9.293L10.7069 2.293Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-home-zinc-400,.icon-home-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-home-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7069 2.293C10.5194 2.10553 10.2651 2.00021 9.99992 2.00021C9.73475 2.00021 9.48045 2.10553 9.29292 2.293L2.29292 9.293C2.11076 9.4816 2.00997 9.7342 2.01224 9.9964C2.01452 10.2586 2.11969 10.5094 2.3051 10.6948C2.49051 10.8802 2.74132 10.9854 3.00352 10.9877C3.26571 10.99 3.51832 10.8892 3.70692 10.707L3.99992 10.414V17C3.99992 17.2652 4.10528 17.5196 4.29281 17.7071C4.48035 17.8946 4.7347 18 4.99992 18H6.99992C7.26514 18 7.51949 17.8946 7.70703 17.7071C7.89456 17.5196 7.99992 17.2652 7.99992 17V15C7.99992 14.7348 8.10528 14.4804 8.29281 14.2929C8.48035 14.1054 8.7347 14 8.99992 14H10.9999C11.2651 14 11.5195 14.1054 11.707 14.2929C11.8946 14.4804 11.9999 14.7348 11.9999 15V17C11.9999 17.2652 12.1053 17.5196 12.2928 17.7071C12.4803 17.8946 12.7347 18 12.9999 18H14.9999C15.2651 18 15.5195 17.8946 15.707 17.7071C15.8946 17.5196 15.9999 17.2652 15.9999 17V10.414L16.2929 10.707C16.4815 10.8892 16.7341 10.99 16.9963 10.9877C17.2585 10.9854 17.5093 10.8802 17.6947 10.6948C17.8801 10.5094 17.9853 10.2586 17.9876 9.9964C17.9899 9.7342 17.8891 9.4816 17.7069 9.293L10.7069 2.293Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-home-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7069 2.293C10.5194 2.10553 10.2651 2.00021 9.99992 2.00021C9.73475 2.00021 9.48045 2.10553 9.29292 2.293L2.29292 9.293C2.11076 9.4816 2.00997 9.7342 2.01224 9.9964C2.01452 10.2586 2.11969 10.5094 2.3051 10.6948C2.49051 10.8802 2.74132 10.9854 3.00352 10.9877C3.26571 10.99 3.51832 10.8892 3.70692 10.707L3.99992 10.414V17C3.99992 17.2652 4.10528 17.5196 4.29281 17.7071C4.48035 17.8946 4.7347 18 4.99992 18H6.99992C7.26514 18 7.51949 17.8946 7.70703 17.7071C7.89456 17.5196 7.99992 17.2652 7.99992 17V15C7.99992 14.7348 8.10528 14.4804 8.29281 14.2929C8.48035 14.1054 8.7347 14 8.99992 14H10.9999C11.2651 14 11.5195 14.1054 11.707 14.2929C11.8946 14.4804 11.9999 14.7348 11.9999 15V17C11.9999 17.2652 12.1053 17.5196 12.2928 17.7071C12.4803 17.8946 12.7347 18 12.9999 18H14.9999C15.2651 18 15.5195 17.8946 15.707 17.7071C15.8946 17.5196 15.9999 17.2652 15.9999 17V10.414L16.2929 10.707C16.4815 10.8892 16.7341 10.99 16.9963 10.9877C17.2585 10.9854 17.5093 10.8802 17.6947 10.6948C17.8801 10.5094 17.9853 10.2586 17.9876 9.9964C17.9899 9.7342 17.8891 9.4816 17.7069 9.293L10.7069 2.293Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-home-zinc-600,.icon-home-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-home-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7069 2.293C10.5194 2.10553 10.2651 2.00021 9.99992 2.00021C9.73475 2.00021 9.48045 2.10553 9.29292 2.293L2.29292 9.293C2.11076 9.4816 2.00997 9.7342 2.01224 9.9964C2.01452 10.2586 2.11969 10.5094 2.3051 10.6948C2.49051 10.8802 2.74132 10.9854 3.00352 10.9877C3.26571 10.99 3.51832 10.8892 3.70692 10.707L3.99992 10.414V17C3.99992 17.2652 4.10528 17.5196 4.29281 17.7071C4.48035 17.8946 4.7347 18 4.99992 18H6.99992C7.26514 18 7.51949 17.8946 7.70703 17.7071C7.89456 17.5196 7.99992 17.2652 7.99992 17V15C7.99992 14.7348 8.10528 14.4804 8.29281 14.2929C8.48035 14.1054 8.7347 14 8.99992 14H10.9999C11.2651 14 11.5195 14.1054 11.707 14.2929C11.8946 14.4804 11.9999 14.7348 11.9999 15V17C11.9999 17.2652 12.1053 17.5196 12.2928 17.7071C12.4803 17.8946 12.7347 18 12.9999 18H14.9999C15.2651 18 15.5195 17.8946 15.707 17.7071C15.8946 17.5196 15.9999 17.2652 15.9999 17V10.414L16.2929 10.707C16.4815 10.8892 16.7341 10.99 16.9963 10.9877C17.2585 10.9854 17.5093 10.8802 17.6947 10.6948C17.8801 10.5094 17.9853 10.2586 17.9876 9.9964C17.9899 9.7342 17.8891 9.4816 17.7069 9.293L10.7069 2.293Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-home-gray-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7069 2.293C10.5194 2.10553 10.2651 2.00021 9.99992 2.00021C9.73475 2.00021 9.48045 2.10553 9.29292 2.293L2.29292 9.293C2.11076 9.4816 2.00997 9.7342 2.01224 9.9964C2.01452 10.2586 2.11969 10.5094 2.3051 10.6948C2.49051 10.8802 2.74132 10.9854 3.00352 10.9877C3.26571 10.99 3.51832 10.8892 3.70692 10.707L3.99992 10.414V17C3.99992 17.2652 4.10528 17.5196 4.29281 17.7071C4.48035 17.8946 4.7347 18 4.99992 18H6.99992C7.26514 18 7.51949 17.8946 7.70703 17.7071C7.89456 17.5196 7.99992 17.2652 7.99992 17V15C7.99992 14.7348 8.10528 14.4804 8.29281 14.2929C8.48035 14.1054 8.7347 14 8.99992 14H10.9999C11.2651 14 11.5195 14.1054 11.707 14.2929C11.8946 14.4804 11.9999 14.7348 11.9999 15V17C11.9999 17.2652 12.1053 17.5196 12.2928 17.7071C12.4803 17.8946 12.7347 18 12.9999 18H14.9999C15.2651 18 15.5195 17.8946 15.707 17.7071C15.8946 17.5196 15.9999 17.2652 15.9999 17V10.414L16.2929 10.707C16.4815 10.8892 16.7341 10.99 16.9963 10.9877C17.2585 10.9854 17.5093 10.8802 17.6947 10.6948C17.8801 10.5094 17.9853 10.2586 17.9876 9.9964C17.9899 9.7342 17.8891 9.4816 17.7069 9.293L10.7069 2.293Z' fill='%234b5563'/%3E%3C/svg%3E%0A")}.icon-home-gray-600,.icon-project{background-position:50%;background-repeat:no-repeat;display:flex}.icon-project{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C8.73478 2 8.48043 2.10536 8.29289 2.29289C8.10536 2.48043 8 2.73478 8 3C8 3.26522 8.10536 3.51957 8.29289 3.70711C8.48043 3.89464 8.73478 4 9 4H11C11.2652 4 11.5196 3.89464 11.7071 3.70711C11.8946 3.51957 12 3.26522 12 3C12 2.73478 11.8946 2.48043 11.7071 2.29289C11.5196 2.10536 11.2652 2 11 2H9Z' fill='%2352525B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 5C4 4.46957 4.21071 3.96086 4.58579 3.58579C4.96086 3.21071 5.46957 3 6 3C6 3.79565 6.31607 4.55871 6.87868 5.12132C7.44129 5.68393 8.20435 6 9 6H11C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14.5304 3 15.0391 3.21071 15.4142 3.58579C15.7893 3.96086 16 4.46957 16 5V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V5ZM7 9C6.73478 9 6.48043 9.10536 6.29289 9.29289C6.10536 9.48043 6 9.73478 6 10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H7.01C7.27522 11 7.52957 10.8946 7.71711 10.7071C7.90464 10.5196 8.01 10.2652 8.01 10C8.01 9.73478 7.90464 9.48043 7.71711 9.29289C7.52957 9.10536 7.27522 9 7.01 9H7ZM10 9C9.73478 9 9.48043 9.10536 9.29289 9.29289C9.10536 9.48043 9 9.73478 9 10C9 10.2652 9.10536 10.5196 9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H7.01C7.27522 15 7.52957 14.8946 7.71711 14.7071C7.90464 14.5196 8.01 14.2652 8.01 14C8.01 13.7348 7.90464 13.4804 7.71711 13.2929C7.52957 13.1054 7.27522 13 7.01 13H7ZM10 13C9.73478 13 9.48043 13.1054 9.29289 13.2929C9.10536 13.4804 9 13.7348 9 14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H10Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-project-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C8.73478 2 8.48043 2.10536 8.29289 2.29289C8.10536 2.48043 8 2.73478 8 3C8 3.26522 8.10536 3.51957 8.29289 3.70711C8.48043 3.89464 8.73478 4 9 4H11C11.2652 4 11.5196 3.89464 11.7071 3.70711C11.8946 3.51957 12 3.26522 12 3C12 2.73478 11.8946 2.48043 11.7071 2.29289C11.5196 2.10536 11.2652 2 11 2H9Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 5C4 4.46957 4.21071 3.96086 4.58579 3.58579C4.96086 3.21071 5.46957 3 6 3C6 3.79565 6.31607 4.55871 6.87868 5.12132C7.44129 5.68393 8.20435 6 9 6H11C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14.5304 3 15.0391 3.21071 15.4142 3.58579C15.7893 3.96086 16 4.46957 16 5V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V5ZM7 9C6.73478 9 6.48043 9.10536 6.29289 9.29289C6.10536 9.48043 6 9.73478 6 10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H7.01C7.27522 11 7.52957 10.8946 7.71711 10.7071C7.90464 10.5196 8.01 10.2652 8.01 10C8.01 9.73478 7.90464 9.48043 7.71711 9.29289C7.52957 9.10536 7.27522 9 7.01 9H7ZM10 9C9.73478 9 9.48043 9.10536 9.29289 9.29289C9.10536 9.48043 9 9.73478 9 10C9 10.2652 9.10536 10.5196 9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H7.01C7.27522 15 7.52957 14.8946 7.71711 14.7071C7.90464 14.5196 8.01 14.2652 8.01 14C8.01 13.7348 7.90464 13.4804 7.71711 13.2929C7.52957 13.1054 7.27522 13 7.01 13H7ZM10 13C9.73478 13 9.48043 13.1054 9.29289 13.2929C9.10536 13.4804 9 13.7348 9 14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-project-primary1,.icon-project-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-project-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C8.73478 2 8.48043 2.10536 8.29289 2.29289C8.10536 2.48043 8 2.73478 8 3C8 3.26522 8.10536 3.51957 8.29289 3.70711C8.48043 3.89464 8.73478 4 9 4H11C11.2652 4 11.5196 3.89464 11.7071 3.70711C11.8946 3.51957 12 3.26522 12 3C12 2.73478 11.8946 2.48043 11.7071 2.29289C11.5196 2.10536 11.2652 2 11 2H9Z' fill='%23E4261A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 5C4 4.46957 4.21071 3.96086 4.58579 3.58579C4.96086 3.21071 5.46957 3 6 3C6 3.79565 6.31607 4.55871 6.87868 5.12132C7.44129 5.68393 8.20435 6 9 6H11C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14.5304 3 15.0391 3.21071 15.4142 3.58579C15.7893 3.96086 16 4.46957 16 5V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V5ZM7 9C6.73478 9 6.48043 9.10536 6.29289 9.29289C6.10536 9.48043 6 9.73478 6 10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H7.01C7.27522 11 7.52957 10.8946 7.71711 10.7071C7.90464 10.5196 8.01 10.2652 8.01 10C8.01 9.73478 7.90464 9.48043 7.71711 9.29289C7.52957 9.10536 7.27522 9 7.01 9H7ZM10 9C9.73478 9 9.48043 9.10536 9.29289 9.29289C9.10536 9.48043 9 9.73478 9 10C9 10.2652 9.10536 10.5196 9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H7.01C7.27522 15 7.52957 14.8946 7.71711 14.7071C7.90464 14.5196 8.01 14.2652 8.01 14C8.01 13.7348 7.90464 13.4804 7.71711 13.2929C7.52957 13.1054 7.27522 13 7.01 13H7ZM10 13C9.73478 13 9.48043 13.1054 9.29289 13.2929C9.10536 13.4804 9 13.7348 9 14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H10Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-project-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C8.73478 2 8.48043 2.10536 8.29289 2.29289C8.10536 2.48043 8 2.73478 8 3C8 3.26522 8.10536 3.51957 8.29289 3.70711C8.48043 3.89464 8.73478 4 9 4H11C11.2652 4 11.5196 3.89464 11.7071 3.70711C11.8946 3.51957 12 3.26522 12 3C12 2.73478 11.8946 2.48043 11.7071 2.29289C11.5196 2.10536 11.2652 2 11 2H9Z' fill='%23A1A1AA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 5C4 4.46957 4.21071 3.96086 4.58579 3.58579C4.96086 3.21071 5.46957 3 6 3C6 3.79565 6.31607 4.55871 6.87868 5.12132C7.44129 5.68393 8.20435 6 9 6H11C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14.5304 3 15.0391 3.21071 15.4142 3.58579C15.7893 3.96086 16 4.46957 16 5V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V5ZM7 9C6.73478 9 6.48043 9.10536 6.29289 9.29289C6.10536 9.48043 6 9.73478 6 10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H7.01C7.27522 11 7.52957 10.8946 7.71711 10.7071C7.90464 10.5196 8.01 10.2652 8.01 10C8.01 9.73478 7.90464 9.48043 7.71711 9.29289C7.52957 9.10536 7.27522 9 7.01 9H7ZM10 9C9.73478 9 9.48043 9.10536 9.29289 9.29289C9.10536 9.48043 9 9.73478 9 10C9 10.2652 9.10536 10.5196 9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H7.01C7.27522 15 7.52957 14.8946 7.71711 14.7071C7.90464 14.5196 8.01 14.2652 8.01 14C8.01 13.7348 7.90464 13.4804 7.71711 13.2929C7.52957 13.1054 7.27522 13 7.01 13H7ZM10 13C9.73478 13 9.48043 13.1054 9.29289 13.2929C9.10536 13.4804 9 13.7348 9 14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H10Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-project-zinc-400,.icon-project-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-project-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C8.73478 2 8.48043 2.10536 8.29289 2.29289C8.10536 2.48043 8 2.73478 8 3C8 3.26522 8.10536 3.51957 8.29289 3.70711C8.48043 3.89464 8.73478 4 9 4H11C11.2652 4 11.5196 3.89464 11.7071 3.70711C11.8946 3.51957 12 3.26522 12 3C12 2.73478 11.8946 2.48043 11.7071 2.29289C11.5196 2.10536 11.2652 2 11 2H9Z' fill='%2371717A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 5C4 4.46957 4.21071 3.96086 4.58579 3.58579C4.96086 3.21071 5.46957 3 6 3C6 3.79565 6.31607 4.55871 6.87868 5.12132C7.44129 5.68393 8.20435 6 9 6H11C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14.5304 3 15.0391 3.21071 15.4142 3.58579C15.7893 3.96086 16 4.46957 16 5V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V5ZM7 9C6.73478 9 6.48043 9.10536 6.29289 9.29289C6.10536 9.48043 6 9.73478 6 10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H7.01C7.27522 11 7.52957 10.8946 7.71711 10.7071C7.90464 10.5196 8.01 10.2652 8.01 10C8.01 9.73478 7.90464 9.48043 7.71711 9.29289C7.52957 9.10536 7.27522 9 7.01 9H7ZM10 9C9.73478 9 9.48043 9.10536 9.29289 9.29289C9.10536 9.48043 9 9.73478 9 10C9 10.2652 9.10536 10.5196 9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H7.01C7.27522 15 7.52957 14.8946 7.71711 14.7071C7.90464 14.5196 8.01 14.2652 8.01 14C8.01 13.7348 7.90464 13.4804 7.71711 13.2929C7.52957 13.1054 7.27522 13 7.01 13H7ZM10 13C9.73478 13 9.48043 13.1054 9.29289 13.2929C9.10536 13.4804 9 13.7348 9 14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H10Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-project-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C8.73478 2 8.48043 2.10536 8.29289 2.29289C8.10536 2.48043 8 2.73478 8 3C8 3.26522 8.10536 3.51957 8.29289 3.70711C8.48043 3.89464 8.73478 4 9 4H11C11.2652 4 11.5196 3.89464 11.7071 3.70711C11.8946 3.51957 12 3.26522 12 3C12 2.73478 11.8946 2.48043 11.7071 2.29289C11.5196 2.10536 11.2652 2 11 2H9Z' fill='%2352525B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 5C4 4.46957 4.21071 3.96086 4.58579 3.58579C4.96086 3.21071 5.46957 3 6 3C6 3.79565 6.31607 4.55871 6.87868 5.12132C7.44129 5.68393 8.20435 6 9 6H11C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14.5304 3 15.0391 3.21071 15.4142 3.58579C15.7893 3.96086 16 4.46957 16 5V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V5ZM7 9C6.73478 9 6.48043 9.10536 6.29289 9.29289C6.10536 9.48043 6 9.73478 6 10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H7.01C7.27522 11 7.52957 10.8946 7.71711 10.7071C7.90464 10.5196 8.01 10.2652 8.01 10C8.01 9.73478 7.90464 9.48043 7.71711 9.29289C7.52957 9.10536 7.27522 9 7.01 9H7ZM10 9C9.73478 9 9.48043 9.10536 9.29289 9.29289C9.10536 9.48043 9 9.73478 9 10C9 10.2652 9.10536 10.5196 9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H7.01C7.27522 15 7.52957 14.8946 7.71711 14.7071C7.90464 14.5196 8.01 14.2652 8.01 14C8.01 13.7348 7.90464 13.4804 7.71711 13.2929C7.52957 13.1054 7.27522 13 7.01 13H7ZM10 13C9.73478 13 9.48043 13.1054 9.29289 13.2929C9.10536 13.4804 9 13.7348 9 14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H10Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-project-zinc-600,.icon-project-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-project-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C8.73478 2 8.48043 2.10536 8.29289 2.29289C8.10536 2.48043 8 2.73478 8 3C8 3.26522 8.10536 3.51957 8.29289 3.70711C8.48043 3.89464 8.73478 4 9 4H11C11.2652 4 11.5196 3.89464 11.7071 3.70711C11.8946 3.51957 12 3.26522 12 3C12 2.73478 11.8946 2.48043 11.7071 2.29289C11.5196 2.10536 11.2652 2 11 2H9Z' fill='%233f3f46'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 5C4 4.46957 4.21071 3.96086 4.58579 3.58579C4.96086 3.21071 5.46957 3 6 3C6 3.79565 6.31607 4.55871 6.87868 5.12132C7.44129 5.68393 8.20435 6 9 6H11C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14.5304 3 15.0391 3.21071 15.4142 3.58579C15.7893 3.96086 16 4.46957 16 5V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V5ZM7 9C6.73478 9 6.48043 9.10536 6.29289 9.29289C6.10536 9.48043 6 9.73478 6 10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H7.01C7.27522 11 7.52957 10.8946 7.71711 10.7071C7.90464 10.5196 8.01 10.2652 8.01 10C8.01 9.73478 7.90464 9.48043 7.71711 9.29289C7.52957 9.10536 7.27522 9 7.01 9H7ZM10 9C9.73478 9 9.48043 9.10536 9.29289 9.29289C9.10536 9.48043 9 9.73478 9 10C9 10.2652 9.10536 10.5196 9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H7.01C7.27522 15 7.52957 14.8946 7.71711 14.7071C7.90464 14.5196 8.01 14.2652 8.01 14C8.01 13.7348 7.90464 13.4804 7.71711 13.2929C7.52957 13.1054 7.27522 13 7.01 13H7ZM10 13C9.73478 13 9.48043 13.1054 9.29289 13.2929C9.10536 13.4804 9 13.7348 9 14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H10Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-project-gray-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C8.73478 2 8.48043 2.10536 8.29289 2.29289C8.10536 2.48043 8 2.73478 8 3C8 3.26522 8.10536 3.51957 8.29289 3.70711C8.48043 3.89464 8.73478 4 9 4H11C11.2652 4 11.5196 3.89464 11.7071 3.70711C11.8946 3.51957 12 3.26522 12 3C12 2.73478 11.8946 2.48043 11.7071 2.29289C11.5196 2.10536 11.2652 2 11 2H9Z' fill='%234b5563'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 5C4 4.46957 4.21071 3.96086 4.58579 3.58579C4.96086 3.21071 5.46957 3 6 3C6 3.79565 6.31607 4.55871 6.87868 5.12132C7.44129 5.68393 8.20435 6 9 6H11C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14.5304 3 15.0391 3.21071 15.4142 3.58579C15.7893 3.96086 16 4.46957 16 5V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V5ZM7 9C6.73478 9 6.48043 9.10536 6.29289 9.29289C6.10536 9.48043 6 9.73478 6 10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H7.01C7.27522 11 7.52957 10.8946 7.71711 10.7071C7.90464 10.5196 8.01 10.2652 8.01 10C8.01 9.73478 7.90464 9.48043 7.71711 9.29289C7.52957 9.10536 7.27522 9 7.01 9H7ZM10 9C9.73478 9 9.48043 9.10536 9.29289 9.29289C9.10536 9.48043 9 9.73478 9 10C9 10.2652 9.10536 10.5196 9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H7.01C7.27522 15 7.52957 14.8946 7.71711 14.7071C7.90464 14.5196 8.01 14.2652 8.01 14C8.01 13.7348 7.90464 13.4804 7.71711 13.2929C7.52957 13.1054 7.27522 13 7.01 13H7ZM10 13C9.73478 13 9.48043 13.1054 9.29289 13.2929C9.10536 13.4804 9 13.7348 9 14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H10Z' fill='%234b5563'/%3E%3C/svg%3E%0A")}.icon-profile,.icon-project-gray-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-profile{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.99844 5.1999C6.63496 5.1999 7.24541 4.94705 7.69549 4.49696C8.14558 4.04687 8.39844 3.43642 8.39844 2.7999C8.39844 2.16338 8.14558 1.55293 7.69549 1.10285C7.24541 0.652759 6.63496 0.399902 5.99844 0.399902C5.36192 0.399902 4.75147 0.652759 4.30138 1.10285C3.85129 1.55293 3.59844 2.16338 3.59844 2.7999C3.59844 3.43642 3.85129 4.04687 4.30138 4.49696C4.75147 4.94705 5.36192 5.1999 5.99844 5.1999V5.1999ZM0.398438 12.3999C0.398437 11.6645 0.543286 10.9363 0.824712 10.2569C1.10614 9.57745 1.51863 8.96011 2.03864 8.4401C2.55865 7.9201 3.17599 7.5076 3.85541 7.22618C4.53483 6.94475 5.26304 6.7999 5.99844 6.7999C6.73384 6.7999 7.46204 6.94475 8.14147 7.22618C8.82089 7.5076 9.43823 7.9201 9.95824 8.4401C10.4782 8.96011 10.8907 9.57745 11.1722 10.2569C11.4536 10.9363 11.5984 11.6645 11.5984 12.3999H0.398438Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-profile-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.99844 5.1999C6.63496 5.1999 7.24541 4.94705 7.69549 4.49696C8.14558 4.04687 8.39844 3.43642 8.39844 2.7999C8.39844 2.16338 8.14558 1.55293 7.69549 1.10285C7.24541 0.652759 6.63496 0.399902 5.99844 0.399902C5.36192 0.399902 4.75147 0.652759 4.30138 1.10285C3.85129 1.55293 3.59844 2.16338 3.59844 2.7999C3.59844 3.43642 3.85129 4.04687 4.30138 4.49696C4.75147 4.94705 5.36192 5.1999 5.99844 5.1999V5.1999ZM0.398438 12.3999C0.398437 11.6645 0.543286 10.9363 0.824712 10.2569C1.10614 9.57745 1.51863 8.96011 2.03864 8.4401C2.55865 7.9201 3.17599 7.5076 3.85541 7.22618C4.53483 6.94475 5.26304 6.7999 5.99844 6.7999C6.73384 6.7999 7.46204 6.94475 8.14147 7.22618C8.82089 7.5076 9.43823 7.9201 9.95824 8.4401C10.4782 8.96011 10.8907 9.57745 11.1722 10.2569C11.4536 10.9363 11.5984 11.6645 11.5984 12.3999H0.398438Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-profile-primary1,.icon-profile-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-profile-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.99844 5.1999C6.63496 5.1999 7.24541 4.94705 7.69549 4.49696C8.14558 4.04687 8.39844 3.43642 8.39844 2.7999C8.39844 2.16338 8.14558 1.55293 7.69549 1.10285C7.24541 0.652759 6.63496 0.399902 5.99844 0.399902C5.36192 0.399902 4.75147 0.652759 4.30138 1.10285C3.85129 1.55293 3.59844 2.16338 3.59844 2.7999C3.59844 3.43642 3.85129 4.04687 4.30138 4.49696C4.75147 4.94705 5.36192 5.1999 5.99844 5.1999V5.1999ZM0.398438 12.3999C0.398437 11.6645 0.543286 10.9363 0.824712 10.2569C1.10614 9.57745 1.51863 8.96011 2.03864 8.4401C2.55865 7.9201 3.17599 7.5076 3.85541 7.22618C4.53483 6.94475 5.26304 6.7999 5.99844 6.7999C6.73384 6.7999 7.46204 6.94475 8.14147 7.22618C8.82089 7.5076 9.43823 7.9201 9.95824 8.4401C10.4782 8.96011 10.8907 9.57745 11.1722 10.2569C11.4536 10.9363 11.5984 11.6645 11.5984 12.3999H0.398438Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-profile-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.99844 5.1999C6.63496 5.1999 7.24541 4.94705 7.69549 4.49696C8.14558 4.04687 8.39844 3.43642 8.39844 2.7999C8.39844 2.16338 8.14558 1.55293 7.69549 1.10285C7.24541 0.652759 6.63496 0.399902 5.99844 0.399902C5.36192 0.399902 4.75147 0.652759 4.30138 1.10285C3.85129 1.55293 3.59844 2.16338 3.59844 2.7999C3.59844 3.43642 3.85129 4.04687 4.30138 4.49696C4.75147 4.94705 5.36192 5.1999 5.99844 5.1999V5.1999ZM0.398438 12.3999C0.398437 11.6645 0.543286 10.9363 0.824712 10.2569C1.10614 9.57745 1.51863 8.96011 2.03864 8.4401C2.55865 7.9201 3.17599 7.5076 3.85541 7.22618C4.53483 6.94475 5.26304 6.7999 5.99844 6.7999C6.73384 6.7999 7.46204 6.94475 8.14147 7.22618C8.82089 7.5076 9.43823 7.9201 9.95824 8.4401C10.4782 8.96011 10.8907 9.57745 11.1722 10.2569C11.4536 10.9363 11.5984 11.6645 11.5984 12.3999H0.398438Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-profile-zinc-500,.icon-setting{background-position:50%;background-repeat:no-repeat;display:flex}.icon-setting{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.48975 1.17C9.10975 -0.39 6.88975 -0.39 6.50975 1.17C6.45302 1.40442 6.34174 1.62212 6.18497 1.80541C6.02821 1.9887 5.83038 2.13238 5.60759 2.22477C5.38481 2.31716 5.14336 2.35564 4.90289 2.33709C4.66242 2.31854 4.42973 2.24347 4.22375 2.118C2.85175 1.282 1.28175 2.852 2.11775 4.224C2.65775 5.11 2.17875 6.266 1.17075 6.511C-0.39025 6.89 -0.39025 9.111 1.17075 9.489C1.40523 9.54581 1.62298 9.65719 1.80626 9.81407C1.98955 9.97096 2.13319 10.1689 2.22549 10.3918C2.31779 10.6147 2.35614 10.8563 2.33742 11.0968C2.3187 11.3373 2.24343 11.5701 2.11775 11.776C1.28175 13.148 2.85175 14.718 4.22375 13.882C4.42969 13.7563 4.6624 13.6811 4.90293 13.6623C5.14347 13.6436 5.38502 13.682 5.60793 13.7743C5.83084 13.8666 6.02879 14.0102 6.18568 14.1935C6.34256 14.3768 6.45394 14.5945 6.51075 14.829C6.88975 16.39 9.11075 16.39 9.48875 14.829C9.54575 14.5946 9.65724 14.377 9.81416 14.1939C9.97108 14.0107 10.169 13.8672 10.3918 13.7749C10.6147 13.6826 10.8561 13.6442 11.0966 13.6628C11.3371 13.6815 11.5698 13.7565 11.7758 13.882C13.1478 14.718 14.7178 13.148 13.8818 11.776C13.7563 11.57 13.6812 11.3373 13.6626 11.0969C13.644 10.8564 13.6824 10.6149 13.7747 10.3921C13.8669 10.1692 14.0105 9.97133 14.1936 9.81441C14.3768 9.65749 14.5944 9.546 14.8288 9.489C16.3898 9.11 16.3898 6.889 14.8288 6.511C14.5943 6.45419 14.3765 6.34281 14.1932 6.18593C14.01 6.02904 13.8663 5.83109 13.774 5.60818C13.6817 5.38527 13.6434 5.14372 13.6621 4.90318C13.6808 4.66265 13.7561 4.42994 13.8818 4.224C14.7178 2.852 13.1478 1.282 11.7758 2.118C11.5698 2.24368 11.3371 2.31895 11.0966 2.33767C10.856 2.35639 10.6145 2.31804 10.3916 2.22574C10.1687 2.13344 9.97071 1.9898 9.81382 1.80651C9.65694 1.62323 9.54556 1.40548 9.48875 1.171L9.48975 1.17ZM7.99975 11C8.7954 11 9.55846 10.6839 10.1211 10.1213C10.6837 9.55871 10.9998 8.79565 10.9998 8C10.9998 7.20435 10.6837 6.44129 10.1211 5.87868C9.55846 5.31607 8.7954 5 7.99975 5C7.2041 5 6.44104 5.31607 5.87843 5.87868C5.31582 6.44129 4.99975 7.20435 4.99975 8C4.99975 8.79565 5.31582 9.55871 5.87843 10.1213C6.44104 10.6839 7.2041 11 7.99975 11V11Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-setting-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.48975 1.17C9.10975 -0.39 6.88975 -0.39 6.50975 1.17C6.45302 1.40442 6.34174 1.62212 6.18497 1.80541C6.02821 1.9887 5.83038 2.13238 5.60759 2.22477C5.38481 2.31716 5.14336 2.35564 4.90289 2.33709C4.66242 2.31854 4.42973 2.24347 4.22375 2.118C2.85175 1.282 1.28175 2.852 2.11775 4.224C2.65775 5.11 2.17875 6.266 1.17075 6.511C-0.39025 6.89 -0.39025 9.111 1.17075 9.489C1.40523 9.54581 1.62298 9.65719 1.80626 9.81407C1.98955 9.97096 2.13319 10.1689 2.22549 10.3918C2.31779 10.6147 2.35614 10.8563 2.33742 11.0968C2.3187 11.3373 2.24343 11.5701 2.11775 11.776C1.28175 13.148 2.85175 14.718 4.22375 13.882C4.42969 13.7563 4.6624 13.6811 4.90293 13.6623C5.14347 13.6436 5.38502 13.682 5.60793 13.7743C5.83084 13.8666 6.02879 14.0102 6.18568 14.1935C6.34256 14.3768 6.45394 14.5945 6.51075 14.829C6.88975 16.39 9.11075 16.39 9.48875 14.829C9.54575 14.5946 9.65724 14.377 9.81416 14.1939C9.97108 14.0107 10.169 13.8672 10.3918 13.7749C10.6147 13.6826 10.8561 13.6442 11.0966 13.6628C11.3371 13.6815 11.5698 13.7565 11.7758 13.882C13.1478 14.718 14.7178 13.148 13.8818 11.776C13.7563 11.57 13.6812 11.3373 13.6626 11.0969C13.644 10.8564 13.6824 10.6149 13.7747 10.3921C13.8669 10.1692 14.0105 9.97133 14.1936 9.81441C14.3768 9.65749 14.5944 9.546 14.8288 9.489C16.3898 9.11 16.3898 6.889 14.8288 6.511C14.5943 6.45419 14.3765 6.34281 14.1932 6.18593C14.01 6.02904 13.8663 5.83109 13.774 5.60818C13.6817 5.38527 13.6434 5.14372 13.6621 4.90318C13.6808 4.66265 13.7561 4.42994 13.8818 4.224C14.7178 2.852 13.1478 1.282 11.7758 2.118C11.5698 2.24368 11.3371 2.31895 11.0966 2.33767C10.856 2.35639 10.6145 2.31804 10.3916 2.22574C10.1687 2.13344 9.97071 1.9898 9.81382 1.80651C9.65694 1.62323 9.54556 1.40548 9.48875 1.171L9.48975 1.17ZM7.99975 11C8.7954 11 9.55846 10.6839 10.1211 10.1213C10.6837 9.55871 10.9998 8.79565 10.9998 8C10.9998 7.20435 10.6837 6.44129 10.1211 5.87868C9.55846 5.31607 8.7954 5 7.99975 5C7.2041 5 6.44104 5.31607 5.87843 5.87868C5.31582 6.44129 4.99975 7.20435 4.99975 8C4.99975 8.79565 5.31582 9.55871 5.87843 10.1213C6.44104 10.6839 7.2041 11 7.99975 11V11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-setting-primary1,.icon-setting-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-setting-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.48975 1.17C9.10975 -0.39 6.88975 -0.39 6.50975 1.17C6.45302 1.40442 6.34174 1.62212 6.18497 1.80541C6.02821 1.9887 5.83038 2.13238 5.60759 2.22477C5.38481 2.31716 5.14336 2.35564 4.90289 2.33709C4.66242 2.31854 4.42973 2.24347 4.22375 2.118C2.85175 1.282 1.28175 2.852 2.11775 4.224C2.65775 5.11 2.17875 6.266 1.17075 6.511C-0.39025 6.89 -0.39025 9.111 1.17075 9.489C1.40523 9.54581 1.62298 9.65719 1.80626 9.81407C1.98955 9.97096 2.13319 10.1689 2.22549 10.3918C2.31779 10.6147 2.35614 10.8563 2.33742 11.0968C2.3187 11.3373 2.24343 11.5701 2.11775 11.776C1.28175 13.148 2.85175 14.718 4.22375 13.882C4.42969 13.7563 4.6624 13.6811 4.90293 13.6623C5.14347 13.6436 5.38502 13.682 5.60793 13.7743C5.83084 13.8666 6.02879 14.0102 6.18568 14.1935C6.34256 14.3768 6.45394 14.5945 6.51075 14.829C6.88975 16.39 9.11075 16.39 9.48875 14.829C9.54575 14.5946 9.65724 14.377 9.81416 14.1939C9.97108 14.0107 10.169 13.8672 10.3918 13.7749C10.6147 13.6826 10.8561 13.6442 11.0966 13.6628C11.3371 13.6815 11.5698 13.7565 11.7758 13.882C13.1478 14.718 14.7178 13.148 13.8818 11.776C13.7563 11.57 13.6812 11.3373 13.6626 11.0969C13.644 10.8564 13.6824 10.6149 13.7747 10.3921C13.8669 10.1692 14.0105 9.97133 14.1936 9.81441C14.3768 9.65749 14.5944 9.546 14.8288 9.489C16.3898 9.11 16.3898 6.889 14.8288 6.511C14.5943 6.45419 14.3765 6.34281 14.1932 6.18593C14.01 6.02904 13.8663 5.83109 13.774 5.60818C13.6817 5.38527 13.6434 5.14372 13.6621 4.90318C13.6808 4.66265 13.7561 4.42994 13.8818 4.224C14.7178 2.852 13.1478 1.282 11.7758 2.118C11.5698 2.24368 11.3371 2.31895 11.0966 2.33767C10.856 2.35639 10.6145 2.31804 10.3916 2.22574C10.1687 2.13344 9.97071 1.9898 9.81382 1.80651C9.65694 1.62323 9.54556 1.40548 9.48875 1.171L9.48975 1.17ZM7.99975 11C8.7954 11 9.55846 10.6839 10.1211 10.1213C10.6837 9.55871 10.9998 8.79565 10.9998 8C10.9998 7.20435 10.6837 6.44129 10.1211 5.87868C9.55846 5.31607 8.7954 5 7.99975 5C7.2041 5 6.44104 5.31607 5.87843 5.87868C5.31582 6.44129 4.99975 7.20435 4.99975 8C4.99975 8.79565 5.31582 9.55871 5.87843 10.1213C6.44104 10.6839 7.2041 11 7.99975 11V11Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-setting-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.48975 1.17C9.10975 -0.39 6.88975 -0.39 6.50975 1.17C6.45302 1.40442 6.34174 1.62212 6.18497 1.80541C6.02821 1.9887 5.83038 2.13238 5.60759 2.22477C5.38481 2.31716 5.14336 2.35564 4.90289 2.33709C4.66242 2.31854 4.42973 2.24347 4.22375 2.118C2.85175 1.282 1.28175 2.852 2.11775 4.224C2.65775 5.11 2.17875 6.266 1.17075 6.511C-0.39025 6.89 -0.39025 9.111 1.17075 9.489C1.40523 9.54581 1.62298 9.65719 1.80626 9.81407C1.98955 9.97096 2.13319 10.1689 2.22549 10.3918C2.31779 10.6147 2.35614 10.8563 2.33742 11.0968C2.3187 11.3373 2.24343 11.5701 2.11775 11.776C1.28175 13.148 2.85175 14.718 4.22375 13.882C4.42969 13.7563 4.6624 13.6811 4.90293 13.6623C5.14347 13.6436 5.38502 13.682 5.60793 13.7743C5.83084 13.8666 6.02879 14.0102 6.18568 14.1935C6.34256 14.3768 6.45394 14.5945 6.51075 14.829C6.88975 16.39 9.11075 16.39 9.48875 14.829C9.54575 14.5946 9.65724 14.377 9.81416 14.1939C9.97108 14.0107 10.169 13.8672 10.3918 13.7749C10.6147 13.6826 10.8561 13.6442 11.0966 13.6628C11.3371 13.6815 11.5698 13.7565 11.7758 13.882C13.1478 14.718 14.7178 13.148 13.8818 11.776C13.7563 11.57 13.6812 11.3373 13.6626 11.0969C13.644 10.8564 13.6824 10.6149 13.7747 10.3921C13.8669 10.1692 14.0105 9.97133 14.1936 9.81441C14.3768 9.65749 14.5944 9.546 14.8288 9.489C16.3898 9.11 16.3898 6.889 14.8288 6.511C14.5943 6.45419 14.3765 6.34281 14.1932 6.18593C14.01 6.02904 13.8663 5.83109 13.774 5.60818C13.6817 5.38527 13.6434 5.14372 13.6621 4.90318C13.6808 4.66265 13.7561 4.42994 13.8818 4.224C14.7178 2.852 13.1478 1.282 11.7758 2.118C11.5698 2.24368 11.3371 2.31895 11.0966 2.33767C10.856 2.35639 10.6145 2.31804 10.3916 2.22574C10.1687 2.13344 9.97071 1.9898 9.81382 1.80651C9.65694 1.62323 9.54556 1.40548 9.48875 1.171L9.48975 1.17ZM7.99975 11C8.7954 11 9.55846 10.6839 10.1211 10.1213C10.6837 9.55871 10.9998 8.79565 10.9998 8C10.9998 7.20435 10.6837 6.44129 10.1211 5.87868C9.55846 5.31607 8.7954 5 7.99975 5C7.2041 5 6.44104 5.31607 5.87843 5.87868C5.31582 6.44129 4.99975 7.20435 4.99975 8C4.99975 8.79565 5.31582 9.55871 5.87843 10.1213C6.44104 10.6839 7.2041 11 7.99975 11V11Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-setting-zinc-400,.icon-setting-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-setting-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.48975 1.17C9.10975 -0.39 6.88975 -0.39 6.50975 1.17C6.45302 1.40442 6.34174 1.62212 6.18497 1.80541C6.02821 1.9887 5.83038 2.13238 5.60759 2.22477C5.38481 2.31716 5.14336 2.35564 4.90289 2.33709C4.66242 2.31854 4.42973 2.24347 4.22375 2.118C2.85175 1.282 1.28175 2.852 2.11775 4.224C2.65775 5.11 2.17875 6.266 1.17075 6.511C-0.39025 6.89 -0.39025 9.111 1.17075 9.489C1.40523 9.54581 1.62298 9.65719 1.80626 9.81407C1.98955 9.97096 2.13319 10.1689 2.22549 10.3918C2.31779 10.6147 2.35614 10.8563 2.33742 11.0968C2.3187 11.3373 2.24343 11.5701 2.11775 11.776C1.28175 13.148 2.85175 14.718 4.22375 13.882C4.42969 13.7563 4.6624 13.6811 4.90293 13.6623C5.14347 13.6436 5.38502 13.682 5.60793 13.7743C5.83084 13.8666 6.02879 14.0102 6.18568 14.1935C6.34256 14.3768 6.45394 14.5945 6.51075 14.829C6.88975 16.39 9.11075 16.39 9.48875 14.829C9.54575 14.5946 9.65724 14.377 9.81416 14.1939C9.97108 14.0107 10.169 13.8672 10.3918 13.7749C10.6147 13.6826 10.8561 13.6442 11.0966 13.6628C11.3371 13.6815 11.5698 13.7565 11.7758 13.882C13.1478 14.718 14.7178 13.148 13.8818 11.776C13.7563 11.57 13.6812 11.3373 13.6626 11.0969C13.644 10.8564 13.6824 10.6149 13.7747 10.3921C13.8669 10.1692 14.0105 9.97133 14.1936 9.81441C14.3768 9.65749 14.5944 9.546 14.8288 9.489C16.3898 9.11 16.3898 6.889 14.8288 6.511C14.5943 6.45419 14.3765 6.34281 14.1932 6.18593C14.01 6.02904 13.8663 5.83109 13.774 5.60818C13.6817 5.38527 13.6434 5.14372 13.6621 4.90318C13.6808 4.66265 13.7561 4.42994 13.8818 4.224C14.7178 2.852 13.1478 1.282 11.7758 2.118C11.5698 2.24368 11.3371 2.31895 11.0966 2.33767C10.856 2.35639 10.6145 2.31804 10.3916 2.22574C10.1687 2.13344 9.97071 1.9898 9.81382 1.80651C9.65694 1.62323 9.54556 1.40548 9.48875 1.171L9.48975 1.17ZM7.99975 11C8.7954 11 9.55846 10.6839 10.1211 10.1213C10.6837 9.55871 10.9998 8.79565 10.9998 8C10.9998 7.20435 10.6837 6.44129 10.1211 5.87868C9.55846 5.31607 8.7954 5 7.99975 5C7.2041 5 6.44104 5.31607 5.87843 5.87868C5.31582 6.44129 4.99975 7.20435 4.99975 8C4.99975 8.79565 5.31582 9.55871 5.87843 10.1213C6.44104 10.6839 7.2041 11 7.99975 11V11Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-setting-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.48975 1.17C9.10975 -0.39 6.88975 -0.39 6.50975 1.17C6.45302 1.40442 6.34174 1.62212 6.18497 1.80541C6.02821 1.9887 5.83038 2.13238 5.60759 2.22477C5.38481 2.31716 5.14336 2.35564 4.90289 2.33709C4.66242 2.31854 4.42973 2.24347 4.22375 2.118C2.85175 1.282 1.28175 2.852 2.11775 4.224C2.65775 5.11 2.17875 6.266 1.17075 6.511C-0.39025 6.89 -0.39025 9.111 1.17075 9.489C1.40523 9.54581 1.62298 9.65719 1.80626 9.81407C1.98955 9.97096 2.13319 10.1689 2.22549 10.3918C2.31779 10.6147 2.35614 10.8563 2.33742 11.0968C2.3187 11.3373 2.24343 11.5701 2.11775 11.776C1.28175 13.148 2.85175 14.718 4.22375 13.882C4.42969 13.7563 4.6624 13.6811 4.90293 13.6623C5.14347 13.6436 5.38502 13.682 5.60793 13.7743C5.83084 13.8666 6.02879 14.0102 6.18568 14.1935C6.34256 14.3768 6.45394 14.5945 6.51075 14.829C6.88975 16.39 9.11075 16.39 9.48875 14.829C9.54575 14.5946 9.65724 14.377 9.81416 14.1939C9.97108 14.0107 10.169 13.8672 10.3918 13.7749C10.6147 13.6826 10.8561 13.6442 11.0966 13.6628C11.3371 13.6815 11.5698 13.7565 11.7758 13.882C13.1478 14.718 14.7178 13.148 13.8818 11.776C13.7563 11.57 13.6812 11.3373 13.6626 11.0969C13.644 10.8564 13.6824 10.6149 13.7747 10.3921C13.8669 10.1692 14.0105 9.97133 14.1936 9.81441C14.3768 9.65749 14.5944 9.546 14.8288 9.489C16.3898 9.11 16.3898 6.889 14.8288 6.511C14.5943 6.45419 14.3765 6.34281 14.1932 6.18593C14.01 6.02904 13.8663 5.83109 13.774 5.60818C13.6817 5.38527 13.6434 5.14372 13.6621 4.90318C13.6808 4.66265 13.7561 4.42994 13.8818 4.224C14.7178 2.852 13.1478 1.282 11.7758 2.118C11.5698 2.24368 11.3371 2.31895 11.0966 2.33767C10.856 2.35639 10.6145 2.31804 10.3916 2.22574C10.1687 2.13344 9.97071 1.9898 9.81382 1.80651C9.65694 1.62323 9.54556 1.40548 9.48875 1.171L9.48975 1.17ZM7.99975 11C8.7954 11 9.55846 10.6839 10.1211 10.1213C10.6837 9.55871 10.9998 8.79565 10.9998 8C10.9998 7.20435 10.6837 6.44129 10.1211 5.87868C9.55846 5.31607 8.7954 5 7.99975 5C7.2041 5 6.44104 5.31607 5.87843 5.87868C5.31582 6.44129 4.99975 7.20435 4.99975 8C4.99975 8.79565 5.31582 9.55871 5.87843 10.1213C6.44104 10.6839 7.2041 11 7.99975 11V11Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-setting-zinc-600,.icon-setting-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-setting-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.48975 1.17C9.10975 -0.39 6.88975 -0.39 6.50975 1.17C6.45302 1.40442 6.34174 1.62212 6.18497 1.80541C6.02821 1.9887 5.83038 2.13238 5.60759 2.22477C5.38481 2.31716 5.14336 2.35564 4.90289 2.33709C4.66242 2.31854 4.42973 2.24347 4.22375 2.118C2.85175 1.282 1.28175 2.852 2.11775 4.224C2.65775 5.11 2.17875 6.266 1.17075 6.511C-0.39025 6.89 -0.39025 9.111 1.17075 9.489C1.40523 9.54581 1.62298 9.65719 1.80626 9.81407C1.98955 9.97096 2.13319 10.1689 2.22549 10.3918C2.31779 10.6147 2.35614 10.8563 2.33742 11.0968C2.3187 11.3373 2.24343 11.5701 2.11775 11.776C1.28175 13.148 2.85175 14.718 4.22375 13.882C4.42969 13.7563 4.6624 13.6811 4.90293 13.6623C5.14347 13.6436 5.38502 13.682 5.60793 13.7743C5.83084 13.8666 6.02879 14.0102 6.18568 14.1935C6.34256 14.3768 6.45394 14.5945 6.51075 14.829C6.88975 16.39 9.11075 16.39 9.48875 14.829C9.54575 14.5946 9.65724 14.377 9.81416 14.1939C9.97108 14.0107 10.169 13.8672 10.3918 13.7749C10.6147 13.6826 10.8561 13.6442 11.0966 13.6628C11.3371 13.6815 11.5698 13.7565 11.7758 13.882C13.1478 14.718 14.7178 13.148 13.8818 11.776C13.7563 11.57 13.6812 11.3373 13.6626 11.0969C13.644 10.8564 13.6824 10.6149 13.7747 10.3921C13.8669 10.1692 14.0105 9.97133 14.1936 9.81441C14.3768 9.65749 14.5944 9.546 14.8288 9.489C16.3898 9.11 16.3898 6.889 14.8288 6.511C14.5943 6.45419 14.3765 6.34281 14.1932 6.18593C14.01 6.02904 13.8663 5.83109 13.774 5.60818C13.6817 5.38527 13.6434 5.14372 13.6621 4.90318C13.6808 4.66265 13.7561 4.42994 13.8818 4.224C14.7178 2.852 13.1478 1.282 11.7758 2.118C11.5698 2.24368 11.3371 2.31895 11.0966 2.33767C10.856 2.35639 10.6145 2.31804 10.3916 2.22574C10.1687 2.13344 9.97071 1.9898 9.81382 1.80651C9.65694 1.62323 9.54556 1.40548 9.48875 1.171L9.48975 1.17ZM7.99975 11C8.7954 11 9.55846 10.6839 10.1211 10.1213C10.6837 9.55871 10.9998 8.79565 10.9998 8C10.9998 7.20435 10.6837 6.44129 10.1211 5.87868C9.55846 5.31607 8.7954 5 7.99975 5C7.2041 5 6.44104 5.31607 5.87843 5.87868C5.31582 6.44129 4.99975 7.20435 4.99975 8C4.99975 8.79565 5.31582 9.55871 5.87843 10.1213C6.44104 10.6839 7.2041 11 7.99975 11V11Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-check{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%2352525B'/%3E%3C/svg%3E");background-position:top 51% left 50%;background-repeat:no-repeat;display:flex}.icon-check-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23ffffff'/%3E%3C/svg%3E")}.icon-check-primary1,.icon-check-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-check-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23E4261A'/%3E%3C/svg%3E")}.icon-check-primary1.icon-lg-border{background-size:50%;border-radius:9999px;border-width:2px;display:flex;height:18vw;width:18vw}@media (min-width:480px){.icon-check-primary1.icon-lg-border{height:4.5rem;width:4.5rem}}.icon-check-primary1.icon-lg-border{border-color:currentColor}.icon-check-zinc-300{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23D4D4D8'/%3E%3C/svg%3E")}.icon-check-zinc-300,.icon-check-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-check-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23A1A1AA'/%3E%3C/svg%3E")}.icon-check-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%2371717A'/%3E%3C/svg%3E")}.icon-check-zinc-500,.icon-check-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-check-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%233f3f46'/%3E%3C/svg%3E")}.icon-check-circle{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18V18ZM13.707 8.707C13.8892 8.5184 13.99 8.2658 13.9877 8.0036C13.9854 7.7414 13.8802 7.49059 13.6948 7.30518C13.5094 7.11977 13.2586 7.0146 12.9964 7.01233C12.7342 7.01005 12.4816 7.11084 12.293 7.293L9 10.586L7.707 9.293C7.5184 9.11084 7.2658 9.01005 7.0036 9.01233C6.7414 9.0146 6.49059 9.11977 6.30518 9.30518C6.11977 9.49059 6.0146 9.7414 6.01233 10.0036C6.01005 10.2658 6.11084 10.5184 6.293 10.707L8.293 12.707C8.48053 12.8945 8.73484 12.9998 9 12.9998C9.26516 12.9998 9.51947 12.8945 9.707 12.707L13.707 8.707V8.707Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-check-circle,.icon-check-circle-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-check-circle-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18V18ZM13.707 8.707C13.8892 8.5184 13.99 8.2658 13.9877 8.0036C13.9854 7.7414 13.8802 7.49059 13.6948 7.30518C13.5094 7.11977 13.2586 7.0146 12.9964 7.01233C12.7342 7.01005 12.4816 7.11084 12.293 7.293L9 10.586L7.707 9.293C7.5184 9.11084 7.2658 9.01005 7.0036 9.01233C6.7414 9.0146 6.49059 9.11977 6.30518 9.30518C6.11977 9.49059 6.0146 9.7414 6.01233 10.0036C6.01005 10.2658 6.11084 10.5184 6.293 10.707L8.293 12.707C8.48053 12.8945 8.73484 12.9998 9 12.9998C9.26516 12.9998 9.51947 12.8945 9.707 12.707L13.707 8.707V8.707Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-check-circle-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18V18ZM13.707 8.707C13.8892 8.5184 13.99 8.2658 13.9877 8.0036C13.9854 7.7414 13.8802 7.49059 13.6948 7.30518C13.5094 7.11977 13.2586 7.0146 12.9964 7.01233C12.7342 7.01005 12.4816 7.11084 12.293 7.293L9 10.586L7.707 9.293C7.5184 9.11084 7.2658 9.01005 7.0036 9.01233C6.7414 9.0146 6.49059 9.11977 6.30518 9.30518C6.11977 9.49059 6.0146 9.7414 6.01233 10.0036C6.01005 10.2658 6.11084 10.5184 6.293 10.707L8.293 12.707C8.48053 12.8945 8.73484 12.9998 9 12.9998C9.26516 12.9998 9.51947 12.8945 9.707 12.707L13.707 8.707V8.707Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-check-circle-primary1,.icon-check-circle-zinc-300{background-position:50%;background-repeat:no-repeat;display:flex}.icon-check-circle-zinc-300{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18V18ZM13.707 8.707C13.8892 8.5184 13.99 8.2658 13.9877 8.0036C13.9854 7.7414 13.8802 7.49059 13.6948 7.30518C13.5094 7.11977 13.2586 7.0146 12.9964 7.01233C12.7342 7.01005 12.4816 7.11084 12.293 7.293L9 10.586L7.707 9.293C7.5184 9.11084 7.2658 9.01005 7.0036 9.01233C6.7414 9.0146 6.49059 9.11977 6.30518 9.30518C6.11977 9.49059 6.0146 9.7414 6.01233 10.0036C6.01005 10.2658 6.11084 10.5184 6.293 10.707L8.293 12.707C8.48053 12.8945 8.73484 12.9998 9 12.9998C9.26516 12.9998 9.51947 12.8945 9.707 12.707L13.707 8.707V8.707Z' fill='%23D4D4D8'/%3E%3C/svg%3E%0A")}.icon-check-circle-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18V18ZM13.707 8.707C13.8892 8.5184 13.99 8.2658 13.9877 8.0036C13.9854 7.7414 13.8802 7.49059 13.6948 7.30518C13.5094 7.11977 13.2586 7.0146 12.9964 7.01233C12.7342 7.01005 12.4816 7.11084 12.293 7.293L9 10.586L7.707 9.293C7.5184 9.11084 7.2658 9.01005 7.0036 9.01233C6.7414 9.0146 6.49059 9.11977 6.30518 9.30518C6.11977 9.49059 6.0146 9.7414 6.01233 10.0036C6.01005 10.2658 6.11084 10.5184 6.293 10.707L8.293 12.707C8.48053 12.8945 8.73484 12.9998 9 12.9998C9.26516 12.9998 9.51947 12.8945 9.707 12.707L13.707 8.707V8.707Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-check-circle-zinc-500,.icon-check-circle-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-check-circle-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18V18ZM13.707 8.707C13.8892 8.5184 13.99 8.2658 13.9877 8.0036C13.9854 7.7414 13.8802 7.49059 13.6948 7.30518C13.5094 7.11977 13.2586 7.0146 12.9964 7.01233C12.7342 7.01005 12.4816 7.11084 12.293 7.293L9 10.586L7.707 9.293C7.5184 9.11084 7.2658 9.01005 7.0036 9.01233C6.7414 9.0146 6.49059 9.11977 6.30518 9.30518C6.11977 9.49059 6.0146 9.7414 6.01233 10.0036C6.01005 10.2658 6.11084 10.5184 6.293 10.707L8.293 12.707C8.48053 12.8945 8.73484 12.9998 9 12.9998C9.26516 12.9998 9.51947 12.8945 9.707 12.707L13.707 8.707V8.707Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-check-circle-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18V18ZM13.707 8.707C13.8892 8.5184 13.99 8.2658 13.9877 8.0036C13.9854 7.7414 13.8802 7.49059 13.6948 7.30518C13.5094 7.11977 13.2586 7.0146 12.9964 7.01233C12.7342 7.01005 12.4816 7.11084 12.293 7.293L9 10.586L7.707 9.293C7.5184 9.11084 7.2658 9.01005 7.0036 9.01233C6.7414 9.0146 6.49059 9.11977 6.30518 9.30518C6.11977 9.49059 6.0146 9.7414 6.01233 10.0036C6.01005 10.2658 6.11084 10.5184 6.293 10.707L8.293 12.707C8.48053 12.8945 8.73484 12.9998 9 12.9998C9.26516 12.9998 9.51947 12.8945 9.707 12.707L13.707 8.707V8.707Z' fill='%233f3f46'/%3E%3C/svg%3E%0A");background-position:50%}.icon-check-circle-zinc-700,.icon-warning{background-repeat:no-repeat;display:flex}.icon-warning{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667V9M9 12.3333H9.00833M16.5 9C16.5 9.98491 16.306 10.9602 15.9291 11.8701C15.5522 12.7801 14.9997 13.6069 14.3033 14.3033C13.6069 14.9997 12.7801 15.5522 11.8701 15.9291C10.9602 16.306 9.98491 16.5 9 16.5C8.01509 16.5 7.03982 16.306 6.12987 15.9291C5.21993 15.5522 4.39314 14.9997 3.6967 14.3033C3.00026 13.6069 2.44781 12.7801 2.0709 11.8701C1.69399 10.9602 1.5 9.98491 1.5 9C1.5 7.01088 2.29018 5.10322 3.6967 3.6967C5.10322 2.29018 7.01088 1.5 9 1.5C10.9891 1.5 12.8968 2.29018 14.3033 3.6967C15.7098 5.10322 16.5 7.01088 16.5 9Z' stroke='%2352525B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:top 51% left 50%}.icon-warning-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667V9M9 12.3333H9.00833M16.5 9C16.5 9.98491 16.306 10.9602 15.9291 11.8701C15.5522 12.7801 14.9997 13.6069 14.3033 14.3033C13.6069 14.9997 12.7801 15.5522 11.8701 15.9291C10.9602 16.306 9.98491 16.5 9 16.5C8.01509 16.5 7.03982 16.306 6.12987 15.9291C5.21993 15.5522 4.39314 14.9997 3.6967 14.3033C3.00026 13.6069 2.44781 12.7801 2.0709 11.8701C1.69399 10.9602 1.5 9.98491 1.5 9C1.5 7.01088 2.29018 5.10322 3.6967 3.6967C5.10322 2.29018 7.01088 1.5 9 1.5C10.9891 1.5 12.8968 2.29018 14.3033 3.6967C15.7098 5.10322 16.5 7.01088 16.5 9Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-warning-primary1,.icon-warning-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-warning-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667V9M9 12.3333H9.00833M16.5 9C16.5 9.98491 16.306 10.9602 15.9291 11.8701C15.5522 12.7801 14.9997 13.6069 14.3033 14.3033C13.6069 14.9997 12.7801 15.5522 11.8701 15.9291C10.9602 16.306 9.98491 16.5 9 16.5C8.01509 16.5 7.03982 16.306 6.12987 15.9291C5.21993 15.5522 4.39314 14.9997 3.6967 14.3033C3.00026 13.6069 2.44781 12.7801 2.0709 11.8701C1.69399 10.9602 1.5 9.98491 1.5 9C1.5 7.01088 2.29018 5.10322 3.6967 3.6967C5.10322 2.29018 7.01088 1.5 9 1.5C10.9891 1.5 12.8968 2.29018 14.3033 3.6967C15.7098 5.10322 16.5 7.01088 16.5 9Z' stroke='%23E4261A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-warning-zinc-300{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667V9M9 12.3333H9.00833M16.5 9C16.5 9.98491 16.306 10.9602 15.9291 11.8701C15.5522 12.7801 14.9997 13.6069 14.3033 14.3033C13.6069 14.9997 12.7801 15.5522 11.8701 15.9291C10.9602 16.306 9.98491 16.5 9 16.5C8.01509 16.5 7.03982 16.306 6.12987 15.9291C5.21993 15.5522 4.39314 14.9997 3.6967 14.3033C3.00026 13.6069 2.44781 12.7801 2.0709 11.8701C1.69399 10.9602 1.5 9.98491 1.5 9C1.5 7.01088 2.29018 5.10322 3.6967 3.6967C5.10322 2.29018 7.01088 1.5 9 1.5C10.9891 1.5 12.8968 2.29018 14.3033 3.6967C15.7098 5.10322 16.5 7.01088 16.5 9Z' stroke='%23D4D4D8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-warning-zinc-300,.icon-warning-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-warning-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667V9M9 12.3333H9.00833M16.5 9C16.5 9.98491 16.306 10.9602 15.9291 11.8701C15.5522 12.7801 14.9997 13.6069 14.3033 14.3033C13.6069 14.9997 12.7801 15.5522 11.8701 15.9291C10.9602 16.306 9.98491 16.5 9 16.5C8.01509 16.5 7.03982 16.306 6.12987 15.9291C5.21993 15.5522 4.39314 14.9997 3.6967 14.3033C3.00026 13.6069 2.44781 12.7801 2.0709 11.8701C1.69399 10.9602 1.5 9.98491 1.5 9C1.5 7.01088 2.29018 5.10322 3.6967 3.6967C5.10322 2.29018 7.01088 1.5 9 1.5C10.9891 1.5 12.8968 2.29018 14.3033 3.6967C15.7098 5.10322 16.5 7.01088 16.5 9Z' stroke='%23A1A1AA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-warning-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667V9M9 12.3333H9.00833M16.5 9C16.5 9.98491 16.306 10.9602 15.9291 11.8701C15.5522 12.7801 14.9997 13.6069 14.3033 14.3033C13.6069 14.9997 12.7801 15.5522 11.8701 15.9291C10.9602 16.306 9.98491 16.5 9 16.5C8.01509 16.5 7.03982 16.306 6.12987 15.9291C5.21993 15.5522 4.39314 14.9997 3.6967 14.3033C3.00026 13.6069 2.44781 12.7801 2.0709 11.8701C1.69399 10.9602 1.5 9.98491 1.5 9C1.5 7.01088 2.29018 5.10322 3.6967 3.6967C5.10322 2.29018 7.01088 1.5 9 1.5C10.9891 1.5 12.8968 2.29018 14.3033 3.6967C15.7098 5.10322 16.5 7.01088 16.5 9Z' stroke='%2371717A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-warning-zinc-500,.icon-warning-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-warning-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667V9M9 12.3333H9.00833M16.5 9C16.5 9.98491 16.306 10.9602 15.9291 11.8701C15.5522 12.7801 14.9997 13.6069 14.3033 14.3033C13.6069 14.9997 12.7801 15.5522 11.8701 15.9291C10.9602 16.306 9.98491 16.5 9 16.5C8.01509 16.5 7.03982 16.306 6.12987 15.9291C5.21993 15.5522 4.39314 14.9997 3.6967 14.3033C3.00026 13.6069 2.44781 12.7801 2.0709 11.8701C1.69399 10.9602 1.5 9.98491 1.5 9C1.5 7.01088 2.29018 5.10322 3.6967 3.6967C5.10322 2.29018 7.01088 1.5 9 1.5C10.9891 1.5 12.8968 2.29018 14.3033 3.6967C15.7098 5.10322 16.5 7.01088 16.5 9Z' stroke='%233f3f46' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-close{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5774 22.5381C24.8443 22.8092 24.9933 23.1749 24.9918 23.5555C24.9903 23.936 24.8385 24.3005 24.5695 24.5696C24.3005 24.8387 23.936 24.9906 23.5554 24.9922C23.1749 24.9937 22.8092 24.8448 22.5379 24.578L12.8399 14.8802C12.7953 14.8356 12.7423 14.8001 12.684 14.776C12.6256 14.7518 12.5631 14.7394 12.5 14.7394C12.4369 14.7394 12.3744 14.7518 12.316 14.776C12.2577 14.8001 12.2047 14.8356 12.1601 14.8802L2.46159 24.578C2.18839 24.8433 1.82248 24.9917 1.44163 24.9915C1.06078 24.9913 0.695009 24.8426 0.422053 24.577C0.288199 24.4432 0.18203 24.2842 0.109613 24.1093C0.0371953 23.9344 -5.15379e-05 23.747 5.35219e-08 23.5577C5.1645e-05 23.3684 0.0374007 23.1809 0.109913 23.0061C0.182426 22.8312 0.288681 22.6723 0.422609 22.5385L10.1204 12.8405C10.2103 12.7502 10.2608 12.628 10.2608 12.5006C10.2608 12.3731 10.2103 12.2509 10.1204 12.1607L0.422609 2.46263C0.152088 2.19206 0.000131111 1.8251 0.000165843 1.4425C0.000200574 1.05989 0.152224 0.692963 0.422794 0.422443C0.693364 0.151922 1.06032 -3.47201e-05 1.44292 5.95053e-09C1.82553 3.4732e-05 2.19246 0.152059 2.46298 0.422628L12.1601 10.1209C12.2047 10.1656 12.2577 10.201 12.316 10.2252C12.3744 10.2493 12.4369 10.2618 12.5 10.2618C12.5631 10.2618 12.6256 10.2493 12.684 10.2252C12.7423 10.201 12.7953 10.1656 12.8399 10.1209L22.5384 0.423184C22.8116 0.157832 23.1775 0.00947885 23.5584 0.00965175C23.9392 0.00982465 24.305 0.15851 24.5779 0.42411C24.7118 0.557974 24.818 0.7169 24.8904 0.891807C24.9628 1.06671 25.0001 1.25418 25 1.44348C24.9999 1.63279 24.9626 1.82023 24.8901 1.9951C24.8176 2.16997 24.7113 2.32883 24.5774 2.46263L14.8796 12.1607C14.7897 12.2509 14.7392 12.3731 14.7392 12.5006C14.7392 12.628 14.7897 12.7502 14.8796 12.8405L24.5774 22.5381Z' fill='%2352525B'/%3E%3C/svg%3E%0A");background-position:top 51% left 50%;background-repeat:no-repeat;display:flex}.icon-close-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5774 22.5381C24.8443 22.8092 24.9933 23.1749 24.9918 23.5555C24.9903 23.936 24.8385 24.3005 24.5695 24.5696C24.3005 24.8387 23.936 24.9906 23.5554 24.9922C23.1749 24.9937 22.8092 24.8448 22.5379 24.578L12.8399 14.8802C12.7953 14.8356 12.7423 14.8001 12.684 14.776C12.6256 14.7518 12.5631 14.7394 12.5 14.7394C12.4369 14.7394 12.3744 14.7518 12.316 14.776C12.2577 14.8001 12.2047 14.8356 12.1601 14.8802L2.46159 24.578C2.18839 24.8433 1.82248 24.9917 1.44163 24.9915C1.06078 24.9913 0.695009 24.8426 0.422053 24.577C0.288199 24.4432 0.18203 24.2842 0.109613 24.1093C0.0371953 23.9344 -5.15379e-05 23.747 5.35219e-08 23.5577C5.1645e-05 23.3684 0.0374007 23.1809 0.109913 23.0061C0.182426 22.8312 0.288681 22.6723 0.422609 22.5385L10.1204 12.8405C10.2103 12.7502 10.2608 12.628 10.2608 12.5006C10.2608 12.3731 10.2103 12.2509 10.1204 12.1607L0.422609 2.46263C0.152088 2.19206 0.000131111 1.8251 0.000165843 1.4425C0.000200574 1.05989 0.152224 0.692963 0.422794 0.422443C0.693364 0.151922 1.06032 -3.47201e-05 1.44292 5.95053e-09C1.82553 3.4732e-05 2.19246 0.152059 2.46298 0.422628L12.1601 10.1209C12.2047 10.1656 12.2577 10.201 12.316 10.2252C12.3744 10.2493 12.4369 10.2618 12.5 10.2618C12.5631 10.2618 12.6256 10.2493 12.684 10.2252C12.7423 10.201 12.7953 10.1656 12.8399 10.1209L22.5384 0.423184C22.8116 0.157832 23.1775 0.00947885 23.5584 0.00965175C23.9392 0.00982465 24.305 0.15851 24.5779 0.42411C24.7118 0.557974 24.818 0.7169 24.8904 0.891807C24.9628 1.06671 25.0001 1.25418 25 1.44348C24.9999 1.63279 24.9626 1.82023 24.8901 1.9951C24.8176 2.16997 24.7113 2.32883 24.5774 2.46263L14.8796 12.1607C14.7897 12.2509 14.7392 12.3731 14.7392 12.5006C14.7392 12.628 14.7897 12.7502 14.8796 12.8405L24.5774 22.5381Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-close-primary1,.icon-close-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-close-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5774 22.5381C24.8443 22.8092 24.9933 23.1749 24.9918 23.5555C24.9903 23.936 24.8385 24.3005 24.5695 24.5696C24.3005 24.8387 23.936 24.9906 23.5554 24.9922C23.1749 24.9937 22.8092 24.8448 22.5379 24.578L12.8399 14.8802C12.7953 14.8356 12.7423 14.8001 12.684 14.776C12.6256 14.7518 12.5631 14.7394 12.5 14.7394C12.4369 14.7394 12.3744 14.7518 12.316 14.776C12.2577 14.8001 12.2047 14.8356 12.1601 14.8802L2.46159 24.578C2.18839 24.8433 1.82248 24.9917 1.44163 24.9915C1.06078 24.9913 0.695009 24.8426 0.422053 24.577C0.288199 24.4432 0.18203 24.2842 0.109613 24.1093C0.0371953 23.9344 -5.15379e-05 23.747 5.35219e-08 23.5577C5.1645e-05 23.3684 0.0374007 23.1809 0.109913 23.0061C0.182426 22.8312 0.288681 22.6723 0.422609 22.5385L10.1204 12.8405C10.2103 12.7502 10.2608 12.628 10.2608 12.5006C10.2608 12.3731 10.2103 12.2509 10.1204 12.1607L0.422609 2.46263C0.152088 2.19206 0.000131111 1.8251 0.000165843 1.4425C0.000200574 1.05989 0.152224 0.692963 0.422794 0.422443C0.693364 0.151922 1.06032 -3.47201e-05 1.44292 5.95053e-09C1.82553 3.4732e-05 2.19246 0.152059 2.46298 0.422628L12.1601 10.1209C12.2047 10.1656 12.2577 10.201 12.316 10.2252C12.3744 10.2493 12.4369 10.2618 12.5 10.2618C12.5631 10.2618 12.6256 10.2493 12.684 10.2252C12.7423 10.201 12.7953 10.1656 12.8399 10.1209L22.5384 0.423184C22.8116 0.157832 23.1775 0.00947885 23.5584 0.00965175C23.9392 0.00982465 24.305 0.15851 24.5779 0.42411C24.7118 0.557974 24.818 0.7169 24.8904 0.891807C24.9628 1.06671 25.0001 1.25418 25 1.44348C24.9999 1.63279 24.9626 1.82023 24.8901 1.9951C24.8176 2.16997 24.7113 2.32883 24.5774 2.46263L14.8796 12.1607C14.7897 12.2509 14.7392 12.3731 14.7392 12.5006C14.7392 12.628 14.7897 12.7502 14.8796 12.8405L24.5774 22.5381Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-close-zinc-300{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5774 22.5381C24.8443 22.8092 24.9933 23.1749 24.9918 23.5555C24.9903 23.936 24.8385 24.3005 24.5695 24.5696C24.3005 24.8387 23.936 24.9906 23.5554 24.9922C23.1749 24.9937 22.8092 24.8448 22.5379 24.578L12.8399 14.8802C12.7953 14.8356 12.7423 14.8001 12.684 14.776C12.6256 14.7518 12.5631 14.7394 12.5 14.7394C12.4369 14.7394 12.3744 14.7518 12.316 14.776C12.2577 14.8001 12.2047 14.8356 12.1601 14.8802L2.46159 24.578C2.18839 24.8433 1.82248 24.9917 1.44163 24.9915C1.06078 24.9913 0.695009 24.8426 0.422053 24.577C0.288199 24.4432 0.18203 24.2842 0.109613 24.1093C0.0371953 23.9344 -5.15379e-05 23.747 5.35219e-08 23.5577C5.1645e-05 23.3684 0.0374007 23.1809 0.109913 23.0061C0.182426 22.8312 0.288681 22.6723 0.422609 22.5385L10.1204 12.8405C10.2103 12.7502 10.2608 12.628 10.2608 12.5006C10.2608 12.3731 10.2103 12.2509 10.1204 12.1607L0.422609 2.46263C0.152088 2.19206 0.000131111 1.8251 0.000165843 1.4425C0.000200574 1.05989 0.152224 0.692963 0.422794 0.422443C0.693364 0.151922 1.06032 -3.47201e-05 1.44292 5.95053e-09C1.82553 3.4732e-05 2.19246 0.152059 2.46298 0.422628L12.1601 10.1209C12.2047 10.1656 12.2577 10.201 12.316 10.2252C12.3744 10.2493 12.4369 10.2618 12.5 10.2618C12.5631 10.2618 12.6256 10.2493 12.684 10.2252C12.7423 10.201 12.7953 10.1656 12.8399 10.1209L22.5384 0.423184C22.8116 0.157832 23.1775 0.00947885 23.5584 0.00965175C23.9392 0.00982465 24.305 0.15851 24.5779 0.42411C24.7118 0.557974 24.818 0.7169 24.8904 0.891807C24.9628 1.06671 25.0001 1.25418 25 1.44348C24.9999 1.63279 24.9626 1.82023 24.8901 1.9951C24.8176 2.16997 24.7113 2.32883 24.5774 2.46263L14.8796 12.1607C14.7897 12.2509 14.7392 12.3731 14.7392 12.5006C14.7392 12.628 14.7897 12.7502 14.8796 12.8405L24.5774 22.5381Z' fill='%23D4D4D8'/%3E%3C/svg%3E%0A")}.icon-close-zinc-300,.icon-close-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-close-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5774 22.5381C24.8443 22.8092 24.9933 23.1749 24.9918 23.5555C24.9903 23.936 24.8385 24.3005 24.5695 24.5696C24.3005 24.8387 23.936 24.9906 23.5554 24.9922C23.1749 24.9937 22.8092 24.8448 22.5379 24.578L12.8399 14.8802C12.7953 14.8356 12.7423 14.8001 12.684 14.776C12.6256 14.7518 12.5631 14.7394 12.5 14.7394C12.4369 14.7394 12.3744 14.7518 12.316 14.776C12.2577 14.8001 12.2047 14.8356 12.1601 14.8802L2.46159 24.578C2.18839 24.8433 1.82248 24.9917 1.44163 24.9915C1.06078 24.9913 0.695009 24.8426 0.422053 24.577C0.288199 24.4432 0.18203 24.2842 0.109613 24.1093C0.0371953 23.9344 -5.15379e-05 23.747 5.35219e-08 23.5577C5.1645e-05 23.3684 0.0374007 23.1809 0.109913 23.0061C0.182426 22.8312 0.288681 22.6723 0.422609 22.5385L10.1204 12.8405C10.2103 12.7502 10.2608 12.628 10.2608 12.5006C10.2608 12.3731 10.2103 12.2509 10.1204 12.1607L0.422609 2.46263C0.152088 2.19206 0.000131111 1.8251 0.000165843 1.4425C0.000200574 1.05989 0.152224 0.692963 0.422794 0.422443C0.693364 0.151922 1.06032 -3.47201e-05 1.44292 5.95053e-09C1.82553 3.4732e-05 2.19246 0.152059 2.46298 0.422628L12.1601 10.1209C12.2047 10.1656 12.2577 10.201 12.316 10.2252C12.3744 10.2493 12.4369 10.2618 12.5 10.2618C12.5631 10.2618 12.6256 10.2493 12.684 10.2252C12.7423 10.201 12.7953 10.1656 12.8399 10.1209L22.5384 0.423184C22.8116 0.157832 23.1775 0.00947885 23.5584 0.00965175C23.9392 0.00982465 24.305 0.15851 24.5779 0.42411C24.7118 0.557974 24.818 0.7169 24.8904 0.891807C24.9628 1.06671 25.0001 1.25418 25 1.44348C24.9999 1.63279 24.9626 1.82023 24.8901 1.9951C24.8176 2.16997 24.7113 2.32883 24.5774 2.46263L14.8796 12.1607C14.7897 12.2509 14.7392 12.3731 14.7392 12.5006C14.7392 12.628 14.7897 12.7502 14.8796 12.8405L24.5774 22.5381Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-close-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5774 22.5381C24.8443 22.8092 24.9933 23.1749 24.9918 23.5555C24.9903 23.936 24.8385 24.3005 24.5695 24.5696C24.3005 24.8387 23.936 24.9906 23.5554 24.9922C23.1749 24.9937 22.8092 24.8448 22.5379 24.578L12.8399 14.8802C12.7953 14.8356 12.7423 14.8001 12.684 14.776C12.6256 14.7518 12.5631 14.7394 12.5 14.7394C12.4369 14.7394 12.3744 14.7518 12.316 14.776C12.2577 14.8001 12.2047 14.8356 12.1601 14.8802L2.46159 24.578C2.18839 24.8433 1.82248 24.9917 1.44163 24.9915C1.06078 24.9913 0.695009 24.8426 0.422053 24.577C0.288199 24.4432 0.18203 24.2842 0.109613 24.1093C0.0371953 23.9344 -5.15379e-05 23.747 5.35219e-08 23.5577C5.1645e-05 23.3684 0.0374007 23.1809 0.109913 23.0061C0.182426 22.8312 0.288681 22.6723 0.422609 22.5385L10.1204 12.8405C10.2103 12.7502 10.2608 12.628 10.2608 12.5006C10.2608 12.3731 10.2103 12.2509 10.1204 12.1607L0.422609 2.46263C0.152088 2.19206 0.000131111 1.8251 0.000165843 1.4425C0.000200574 1.05989 0.152224 0.692963 0.422794 0.422443C0.693364 0.151922 1.06032 -3.47201e-05 1.44292 5.95053e-09C1.82553 3.4732e-05 2.19246 0.152059 2.46298 0.422628L12.1601 10.1209C12.2047 10.1656 12.2577 10.201 12.316 10.2252C12.3744 10.2493 12.4369 10.2618 12.5 10.2618C12.5631 10.2618 12.6256 10.2493 12.684 10.2252C12.7423 10.201 12.7953 10.1656 12.8399 10.1209L22.5384 0.423184C22.8116 0.157832 23.1775 0.00947885 23.5584 0.00965175C23.9392 0.00982465 24.305 0.15851 24.5779 0.42411C24.7118 0.557974 24.818 0.7169 24.8904 0.891807C24.9628 1.06671 25.0001 1.25418 25 1.44348C24.9999 1.63279 24.9626 1.82023 24.8901 1.9951C24.8176 2.16997 24.7113 2.32883 24.5774 2.46263L14.8796 12.1607C14.7897 12.2509 14.7392 12.3731 14.7392 12.5006C14.7392 12.628 14.7897 12.7502 14.8796 12.8405L24.5774 22.5381Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-close-zinc-600,.icon-close-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-close-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5774 22.5381C24.8443 22.8092 24.9933 23.1749 24.9918 23.5555C24.9903 23.936 24.8385 24.3005 24.5695 24.5696C24.3005 24.8387 23.936 24.9906 23.5554 24.9922C23.1749 24.9937 22.8092 24.8448 22.5379 24.578L12.8399 14.8802C12.7953 14.8356 12.7423 14.8001 12.684 14.776C12.6256 14.7518 12.5631 14.7394 12.5 14.7394C12.4369 14.7394 12.3744 14.7518 12.316 14.776C12.2577 14.8001 12.2047 14.8356 12.1601 14.8802L2.46159 24.578C2.18839 24.8433 1.82248 24.9917 1.44163 24.9915C1.06078 24.9913 0.695009 24.8426 0.422053 24.577C0.288199 24.4432 0.18203 24.2842 0.109613 24.1093C0.0371953 23.9344 -5.15379e-05 23.747 5.35219e-08 23.5577C5.1645e-05 23.3684 0.0374007 23.1809 0.109913 23.0061C0.182426 22.8312 0.288681 22.6723 0.422609 22.5385L10.1204 12.8405C10.2103 12.7502 10.2608 12.628 10.2608 12.5006C10.2608 12.3731 10.2103 12.2509 10.1204 12.1607L0.422609 2.46263C0.152088 2.19206 0.000131111 1.8251 0.000165843 1.4425C0.000200574 1.05989 0.152224 0.692963 0.422794 0.422443C0.693364 0.151922 1.06032 -3.47201e-05 1.44292 5.95053e-09C1.82553 3.4732e-05 2.19246 0.152059 2.46298 0.422628L12.1601 10.1209C12.2047 10.1656 12.2577 10.201 12.316 10.2252C12.3744 10.2493 12.4369 10.2618 12.5 10.2618C12.5631 10.2618 12.6256 10.2493 12.684 10.2252C12.7423 10.201 12.7953 10.1656 12.8399 10.1209L22.5384 0.423184C22.8116 0.157832 23.1775 0.00947885 23.5584 0.00965175C23.9392 0.00982465 24.305 0.15851 24.5779 0.42411C24.7118 0.557974 24.818 0.7169 24.8904 0.891807C24.9628 1.06671 25.0001 1.25418 25 1.44348C24.9999 1.63279 24.9626 1.82023 24.8901 1.9951C24.8176 2.16997 24.7113 2.32883 24.5774 2.46263L14.8796 12.1607C14.7897 12.2509 14.7392 12.3731 14.7392 12.5006C14.7392 12.628 14.7897 12.7502 14.8796 12.8405L24.5774 22.5381Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-close-bold{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L8.5 8.5M1.5 8.5L8.5 1.5L1.5 8.5Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:top 51% left 50%;background-repeat:no-repeat;display:flex}.icon-close-bold-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L8.5 8.5M1.5 8.5L8.5 1.5L1.5 8.5Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-close-bold-primary1,.icon-close-bold-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-close-bold-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L8.5 8.5M1.5 8.5L8.5 1.5L1.5 8.5Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-close-bold-zinc-300{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L8.5 8.5M1.5 8.5L8.5 1.5L1.5 8.5Z' stroke='%23D4D4D8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-close-bold-zinc-300,.icon-close-bold-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-close-bold-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L8.5 8.5M1.5 8.5L8.5 1.5L1.5 8.5Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-close-bold-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L8.5 8.5M1.5 8.5L8.5 1.5L1.5 8.5Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-close-bold-zinc-600,.icon-close-bold-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-close-bold-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L8.5 8.5M1.5 8.5L8.5 1.5L1.5 8.5Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-cash{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V10C2 10.5304 2.21071 11.0391 2.58579 11.4142C2.96086 11.7893 3.46957 12 4 12V6H14C14 5.46957 13.7893 4.96086 13.4142 4.58579C13.0391 4.21071 12.5304 4 12 4H4ZM6 10C6 9.46957 6.21071 8.96086 6.58579 8.58579C6.96086 8.21071 7.46957 8 8 8H16C16.5304 8 17.0391 8.21071 17.4142 8.58579C17.7893 8.96086 18 9.46957 18 10V14C18 14.5304 17.7893 15.0391 17.4142 15.4142C17.0391 15.7893 16.5304 16 16 16H8C7.46957 16 6.96086 15.7893 6.58579 15.4142C6.21071 15.0391 6 14.5304 6 14V10ZM12 14C12.5304 14 13.0391 13.7893 13.4142 13.4142C13.7893 13.0391 14 12.5304 14 12C14 11.4696 13.7893 10.9609 13.4142 10.5858C13.0391 10.2107 12.5304 10 12 10C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12C10 12.5304 10.2107 13.0391 10.5858 13.4142C10.9609 13.7893 11.4696 14 12 14Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-cash,.icon-cash-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-cash-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V10C2 10.5304 2.21071 11.0391 2.58579 11.4142C2.96086 11.7893 3.46957 12 4 12V6H14C14 5.46957 13.7893 4.96086 13.4142 4.58579C13.0391 4.21071 12.5304 4 12 4H4ZM6 10C6 9.46957 6.21071 8.96086 6.58579 8.58579C6.96086 8.21071 7.46957 8 8 8H16C16.5304 8 17.0391 8.21071 17.4142 8.58579C17.7893 8.96086 18 9.46957 18 10V14C18 14.5304 17.7893 15.0391 17.4142 15.4142C17.0391 15.7893 16.5304 16 16 16H8C7.46957 16 6.96086 15.7893 6.58579 15.4142C6.21071 15.0391 6 14.5304 6 14V10ZM12 14C12.5304 14 13.0391 13.7893 13.4142 13.4142C13.7893 13.0391 14 12.5304 14 12C14 11.4696 13.7893 10.9609 13.4142 10.5858C13.0391 10.2107 12.5304 10 12 10C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12C10 12.5304 10.2107 13.0391 10.5858 13.4142C10.9609 13.7893 11.4696 14 12 14Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-cash-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V10C2 10.5304 2.21071 11.0391 2.58579 11.4142C2.96086 11.7893 3.46957 12 4 12V6H14C14 5.46957 13.7893 4.96086 13.4142 4.58579C13.0391 4.21071 12.5304 4 12 4H4ZM6 10C6 9.46957 6.21071 8.96086 6.58579 8.58579C6.96086 8.21071 7.46957 8 8 8H16C16.5304 8 17.0391 8.21071 17.4142 8.58579C17.7893 8.96086 18 9.46957 18 10V14C18 14.5304 17.7893 15.0391 17.4142 15.4142C17.0391 15.7893 16.5304 16 16 16H8C7.46957 16 6.96086 15.7893 6.58579 15.4142C6.21071 15.0391 6 14.5304 6 14V10ZM12 14C12.5304 14 13.0391 13.7893 13.4142 13.4142C13.7893 13.0391 14 12.5304 14 12C14 11.4696 13.7893 10.9609 13.4142 10.5858C13.0391 10.2107 12.5304 10 12 10C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12C10 12.5304 10.2107 13.0391 10.5858 13.4142C10.9609 13.7893 11.4696 14 12 14Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-cash-primary1,.icon-cash-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-cash-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V10C2 10.5304 2.21071 11.0391 2.58579 11.4142C2.96086 11.7893 3.46957 12 4 12V6H14C14 5.46957 13.7893 4.96086 13.4142 4.58579C13.0391 4.21071 12.5304 4 12 4H4ZM6 10C6 9.46957 6.21071 8.96086 6.58579 8.58579C6.96086 8.21071 7.46957 8 8 8H16C16.5304 8 17.0391 8.21071 17.4142 8.58579C17.7893 8.96086 18 9.46957 18 10V14C18 14.5304 17.7893 15.0391 17.4142 15.4142C17.0391 15.7893 16.5304 16 16 16H8C7.46957 16 6.96086 15.7893 6.58579 15.4142C6.21071 15.0391 6 14.5304 6 14V10ZM12 14C12.5304 14 13.0391 13.7893 13.4142 13.4142C13.7893 13.0391 14 12.5304 14 12C14 11.4696 13.7893 10.9609 13.4142 10.5858C13.0391 10.2107 12.5304 10 12 10C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12C10 12.5304 10.2107 13.0391 10.5858 13.4142C10.9609 13.7893 11.4696 14 12 14Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-cash-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V10C2 10.5304 2.21071 11.0391 2.58579 11.4142C2.96086 11.7893 3.46957 12 4 12V6H14C14 5.46957 13.7893 4.96086 13.4142 4.58579C13.0391 4.21071 12.5304 4 12 4H4ZM6 10C6 9.46957 6.21071 8.96086 6.58579 8.58579C6.96086 8.21071 7.46957 8 8 8H16C16.5304 8 17.0391 8.21071 17.4142 8.58579C17.7893 8.96086 18 9.46957 18 10V14C18 14.5304 17.7893 15.0391 17.4142 15.4142C17.0391 15.7893 16.5304 16 16 16H8C7.46957 16 6.96086 15.7893 6.58579 15.4142C6.21071 15.0391 6 14.5304 6 14V10ZM12 14C12.5304 14 13.0391 13.7893 13.4142 13.4142C13.7893 13.0391 14 12.5304 14 12C14 11.4696 13.7893 10.9609 13.4142 10.5858C13.0391 10.2107 12.5304 10 12 10C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12C10 12.5304 10.2107 13.0391 10.5858 13.4142C10.9609 13.7893 11.4696 14 12 14Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-cash-zinc-500,.icon-cash-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-cash-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V10C2 10.5304 2.21071 11.0391 2.58579 11.4142C2.96086 11.7893 3.46957 12 4 12V6H14C14 5.46957 13.7893 4.96086 13.4142 4.58579C13.0391 4.21071 12.5304 4 12 4H4ZM6 10C6 9.46957 6.21071 8.96086 6.58579 8.58579C6.96086 8.21071 7.46957 8 8 8H16C16.5304 8 17.0391 8.21071 17.4142 8.58579C17.7893 8.96086 18 9.46957 18 10V14C18 14.5304 17.7893 15.0391 17.4142 15.4142C17.0391 15.7893 16.5304 16 16 16H8C7.46957 16 6.96086 15.7893 6.58579 15.4142C6.21071 15.0391 6 14.5304 6 14V10ZM12 14C12.5304 14 13.0391 13.7893 13.4142 13.4142C13.7893 13.0391 14 12.5304 14 12C14 11.4696 13.7893 10.9609 13.4142 10.5858C13.0391 10.2107 12.5304 10 12 10C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12C10 12.5304 10.2107 13.0391 10.5858 13.4142C10.9609 13.7893 11.4696 14 12 14Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-cash-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V10C2 10.5304 2.21071 11.0391 2.58579 11.4142C2.96086 11.7893 3.46957 12 4 12V6H14C14 5.46957 13.7893 4.96086 13.4142 4.58579C13.0391 4.21071 12.5304 4 12 4H4ZM6 10C6 9.46957 6.21071 8.96086 6.58579 8.58579C6.96086 8.21071 7.46957 8 8 8H16C16.5304 8 17.0391 8.21071 17.4142 8.58579C17.7893 8.96086 18 9.46957 18 10V14C18 14.5304 17.7893 15.0391 17.4142 15.4142C17.0391 15.7893 16.5304 16 16 16H8C7.46957 16 6.96086 15.7893 6.58579 15.4142C6.21071 15.0391 6 14.5304 6 14V10ZM12 14C12.5304 14 13.0391 13.7893 13.4142 13.4142C13.7893 13.0391 14 12.5304 14 12C14 11.4696 13.7893 10.9609 13.4142 10.5858C13.0391 10.2107 12.5304 10 12 10C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12C10 12.5304 10.2107 13.0391 10.5858 13.4142C10.9609 13.7893 11.4696 14 12 14Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-cash-etc,.icon-cash-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-cash-etc{background-image:url("data:image/svg+xml;charset=utf8,%0A%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.40001 4.3999C3.81654 4.3999 3.25696 4.63169 2.84438 5.04427C2.4318 5.45685 2.20001 6.01643 2.20001 6.5999V10.9999C2.20001 11.5834 2.4318 12.143 2.84438 12.5555C3.25696 12.9681 3.81654 13.1999 4.40001 13.1999V6.5999H15.4C15.4 6.01643 15.1682 5.45685 14.7556 5.04427C14.3431 4.63169 13.7835 4.3999 13.2 4.3999H4.40001ZM6.60001 10.9999C6.60001 10.4164 6.8318 9.85685 7.24438 9.44427C7.65696 9.03169 8.21654 8.7999 8.80001 8.7999H17.6C18.1835 8.7999 18.7431 9.03169 19.1556 9.44427C19.5682 9.85685 19.8 10.4164 19.8 10.9999V15.3999C19.8 15.9834 19.5682 16.543 19.1556 16.9555C18.7431 17.3681 18.1835 17.5999 17.6 17.5999H8.80001C8.21654 17.5999 7.65696 17.3681 7.24438 16.9555C6.8318 16.543 6.60001 15.9834 6.60001 15.3999V10.9999ZM13.2 15.3999C13.7835 15.3999 14.3431 15.1681 14.7556 14.7555C15.1682 14.343 15.4 13.7834 15.4 13.1999C15.4 12.6164 15.1682 12.0568 14.7556 11.6443C14.3431 11.2317 13.7835 10.9999 13.2 10.9999C12.6165 10.9999 12.057 11.2317 11.6444 11.6443C11.2318 12.0568 11 12.6164 11 13.1999C11 13.7834 11.2318 14.343 11.6444 14.7555C12.057 15.1681 12.6165 15.3999 13.2 15.3999Z' fill='url(%23paint0_linear_64_2133)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_64_2133' x1='2.20001' y1='4.3999' x2='11' y2='17.5999' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233EB6FF'/%3E%3Cstop offset='1' stop-color='%237E86FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-cursor-click{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.67202 1.911C6.60333 1.6548 6.43568 1.43638 6.20595 1.30379C5.97621 1.1712 5.70322 1.13531 5.44702 1.204C5.19082 1.27269 4.9724 1.44034 4.83981 1.67007C4.70723 1.8998 4.67133 2.1728 4.74002 2.429L4.99902 3.395C5.06771 3.6512 5.23536 3.86961 5.4651 4.0022C5.69483 4.13479 5.96782 4.17069 6.22402 4.102C6.48022 4.03331 6.69864 3.86565 6.83123 3.63592C6.96382 3.40619 6.99971 3.1332 6.93102 2.877L6.67102 1.911H6.67202ZM2.42902 4.74C2.30194 4.70536 2.16927 4.69616 2.03863 4.71294C1.90799 4.72972 1.78195 4.77214 1.66775 4.83777C1.55355 4.90339 1.45344 4.99094 1.37317 5.09537C1.2929 5.19979 1.23405 5.31905 1.20001 5.44629C1.16596 5.57353 1.15738 5.70624 1.17477 5.8368C1.19215 5.96736 1.23516 6.0932 1.30132 6.20709C1.36748 6.32099 1.45549 6.42069 1.56029 6.50047C1.6651 6.58025 1.78463 6.63854 1.91202 6.672L2.87802 6.931C3.13376 6.99816 3.40568 6.9613 3.63432 6.82848C3.86295 6.69567 4.02968 6.47772 4.09803 6.22229C4.16638 5.96687 4.13079 5.69478 3.99904 5.46553C3.8673 5.23628 3.65012 5.06854 3.39502 4.999L2.42902 4.739V4.74ZM11.243 4.171C11.3359 4.07809 11.4095 3.9678 11.4597 3.84643C11.5099 3.72506 11.5358 3.59499 11.5357 3.46364C11.5357 3.3323 11.5098 3.20224 11.4595 3.08091C11.4091 2.95958 11.3354 2.84934 11.2425 2.7565C11.1496 2.66365 11.0393 2.59002 10.918 2.5398C10.7966 2.48957 10.6665 2.46375 10.5352 2.46379C10.4038 2.46384 10.2738 2.48976 10.1524 2.54007C10.0311 2.59037 9.92087 2.66409 9.82802 2.757L9.12102 3.464C9.02811 3.55691 8.95441 3.66721 8.90413 3.7886C8.85385 3.90999 8.82796 4.0401 8.82796 4.1715C8.82796 4.30289 8.85385 4.433 8.90413 4.55439C8.95441 4.67579 9.02811 4.78609 9.12102 4.879C9.21393 4.97191 9.32423 5.04561 9.44562 5.09589C9.56702 5.14617 9.69713 5.17205 9.82852 5.17205C9.95992 5.17205 10.09 5.14617 10.2114 5.09589C10.3328 5.04561 10.4431 4.97191 10.536 4.879L11.243 4.171ZM4.17202 11.243L4.87902 10.536C5.06679 10.3485 5.17239 10.0941 5.17258 9.8287C5.17276 9.56334 5.06753 9.30877 4.88002 9.121C4.69251 8.93322 4.43809 8.82763 4.17273 8.82744C3.90736 8.82725 3.65279 8.93249 3.46502 9.12L2.75702 9.827C2.56938 10.0146 2.46396 10.2691 2.46396 10.5345C2.46396 10.7999 2.56938 11.0544 2.75702 11.242C2.94466 11.4296 3.19916 11.5351 3.46452 11.5351C3.72988 11.5351 3.98438 11.4296 4.17202 11.242V11.243ZM7.37202 6.072C7.19029 5.99926 6.99121 5.98145 6.79946 6.02078C6.60771 6.06012 6.43172 6.15487 6.2933 6.29328C6.15489 6.43169 6.06014 6.60768 6.02081 6.79944C5.98147 6.99119 5.99928 7.19027 6.07202 7.372L10.072 17.372C10.1437 17.551 10.2656 17.7054 10.423 17.8167C10.5804 17.928 10.7666 17.9915 10.9593 17.9994C11.1519 18.0073 11.3427 17.9594 11.5087 17.8614C11.6747 17.7634 11.8089 17.6195 11.895 17.447L13.275 14.688L16.293 17.708C16.4807 17.8955 16.7351 18.0008 17.0004 18.0007C17.2656 18.0006 17.52 17.8951 17.7075 17.7075C17.895 17.5199 18.0003 17.2654 18.0002 17.0001C18.0001 16.7349 17.8947 16.4805 17.707 16.293L14.688 13.273L17.448 11.894C17.6202 11.8077 17.7637 11.6734 17.8615 11.5075C17.9592 11.3415 18.0069 11.1509 17.9989 10.9584C17.9908 10.766 17.9274 10.58 17.8162 10.4227C17.705 10.2655 17.5508 10.1437 17.372 10.072L7.37202 6.072Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-cursor-click,.icon-cursor-click-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-cursor-click-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.67202 1.911C6.60333 1.6548 6.43568 1.43638 6.20595 1.30379C5.97621 1.1712 5.70322 1.13531 5.44702 1.204C5.19082 1.27269 4.9724 1.44034 4.83981 1.67007C4.70723 1.8998 4.67133 2.1728 4.74002 2.429L4.99902 3.395C5.06771 3.6512 5.23536 3.86961 5.4651 4.0022C5.69483 4.13479 5.96782 4.17069 6.22402 4.102C6.48022 4.03331 6.69864 3.86565 6.83123 3.63592C6.96382 3.40619 6.99971 3.1332 6.93102 2.877L6.67102 1.911H6.67202ZM2.42902 4.74C2.30194 4.70536 2.16927 4.69616 2.03863 4.71294C1.90799 4.72972 1.78195 4.77214 1.66775 4.83777C1.55355 4.90339 1.45344 4.99094 1.37317 5.09537C1.2929 5.19979 1.23405 5.31905 1.20001 5.44629C1.16596 5.57353 1.15738 5.70624 1.17477 5.8368C1.19215 5.96736 1.23516 6.0932 1.30132 6.20709C1.36748 6.32099 1.45549 6.42069 1.56029 6.50047C1.6651 6.58025 1.78463 6.63854 1.91202 6.672L2.87802 6.931C3.13376 6.99816 3.40568 6.9613 3.63432 6.82848C3.86295 6.69567 4.02968 6.47772 4.09803 6.22229C4.16638 5.96687 4.13079 5.69478 3.99904 5.46553C3.8673 5.23628 3.65012 5.06854 3.39502 4.999L2.42902 4.739V4.74ZM11.243 4.171C11.3359 4.07809 11.4095 3.9678 11.4597 3.84643C11.5099 3.72506 11.5358 3.59499 11.5357 3.46364C11.5357 3.3323 11.5098 3.20224 11.4595 3.08091C11.4091 2.95958 11.3354 2.84934 11.2425 2.7565C11.1496 2.66365 11.0393 2.59002 10.918 2.5398C10.7966 2.48957 10.6665 2.46375 10.5352 2.46379C10.4038 2.46384 10.2738 2.48976 10.1524 2.54007C10.0311 2.59037 9.92087 2.66409 9.82802 2.757L9.12102 3.464C9.02811 3.55691 8.95441 3.66721 8.90413 3.7886C8.85385 3.90999 8.82796 4.0401 8.82796 4.1715C8.82796 4.30289 8.85385 4.433 8.90413 4.55439C8.95441 4.67579 9.02811 4.78609 9.12102 4.879C9.21393 4.97191 9.32423 5.04561 9.44562 5.09589C9.56702 5.14617 9.69713 5.17205 9.82852 5.17205C9.95992 5.17205 10.09 5.14617 10.2114 5.09589C10.3328 5.04561 10.4431 4.97191 10.536 4.879L11.243 4.171ZM4.17202 11.243L4.87902 10.536C5.06679 10.3485 5.17239 10.0941 5.17258 9.8287C5.17276 9.56334 5.06753 9.30877 4.88002 9.121C4.69251 8.93322 4.43809 8.82763 4.17273 8.82744C3.90736 8.82725 3.65279 8.93249 3.46502 9.12L2.75702 9.827C2.56938 10.0146 2.46396 10.2691 2.46396 10.5345C2.46396 10.7999 2.56938 11.0544 2.75702 11.242C2.94466 11.4296 3.19916 11.5351 3.46452 11.5351C3.72988 11.5351 3.98438 11.4296 4.17202 11.242V11.243ZM7.37202 6.072C7.19029 5.99926 6.99121 5.98145 6.79946 6.02078C6.60771 6.06012 6.43172 6.15487 6.2933 6.29328C6.15489 6.43169 6.06014 6.60768 6.02081 6.79944C5.98147 6.99119 5.99928 7.19027 6.07202 7.372L10.072 17.372C10.1437 17.551 10.2656 17.7054 10.423 17.8167C10.5804 17.928 10.7666 17.9915 10.9593 17.9994C11.1519 18.0073 11.3427 17.9594 11.5087 17.8614C11.6747 17.7634 11.8089 17.6195 11.895 17.447L13.275 14.688L16.293 17.708C16.4807 17.8955 16.7351 18.0008 17.0004 18.0007C17.2656 18.0006 17.52 17.8951 17.7075 17.7075C17.895 17.5199 18.0003 17.2654 18.0002 17.0001C18.0001 16.7349 17.8947 16.4805 17.707 16.293L14.688 13.273L17.448 11.894C17.6202 11.8077 17.7637 11.6734 17.8615 11.5075C17.9592 11.3415 18.0069 11.1509 17.9989 10.9584C17.9908 10.766 17.9274 10.58 17.8162 10.4227C17.705 10.2655 17.5508 10.1437 17.372 10.072L7.37202 6.072Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-cursor-click-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.67202 1.911C6.60333 1.6548 6.43568 1.43638 6.20595 1.30379C5.97621 1.1712 5.70322 1.13531 5.44702 1.204C5.19082 1.27269 4.9724 1.44034 4.83981 1.67007C4.70723 1.8998 4.67133 2.1728 4.74002 2.429L4.99902 3.395C5.06771 3.6512 5.23536 3.86961 5.4651 4.0022C5.69483 4.13479 5.96782 4.17069 6.22402 4.102C6.48022 4.03331 6.69864 3.86565 6.83123 3.63592C6.96382 3.40619 6.99971 3.1332 6.93102 2.877L6.67102 1.911H6.67202ZM2.42902 4.74C2.30194 4.70536 2.16927 4.69616 2.03863 4.71294C1.90799 4.72972 1.78195 4.77214 1.66775 4.83777C1.55355 4.90339 1.45344 4.99094 1.37317 5.09537C1.2929 5.19979 1.23405 5.31905 1.20001 5.44629C1.16596 5.57353 1.15738 5.70624 1.17477 5.8368C1.19215 5.96736 1.23516 6.0932 1.30132 6.20709C1.36748 6.32099 1.45549 6.42069 1.56029 6.50047C1.6651 6.58025 1.78463 6.63854 1.91202 6.672L2.87802 6.931C3.13376 6.99816 3.40568 6.9613 3.63432 6.82848C3.86295 6.69567 4.02968 6.47772 4.09803 6.22229C4.16638 5.96687 4.13079 5.69478 3.99904 5.46553C3.8673 5.23628 3.65012 5.06854 3.39502 4.999L2.42902 4.739V4.74ZM11.243 4.171C11.3359 4.07809 11.4095 3.9678 11.4597 3.84643C11.5099 3.72506 11.5358 3.59499 11.5357 3.46364C11.5357 3.3323 11.5098 3.20224 11.4595 3.08091C11.4091 2.95958 11.3354 2.84934 11.2425 2.7565C11.1496 2.66365 11.0393 2.59002 10.918 2.5398C10.7966 2.48957 10.6665 2.46375 10.5352 2.46379C10.4038 2.46384 10.2738 2.48976 10.1524 2.54007C10.0311 2.59037 9.92087 2.66409 9.82802 2.757L9.12102 3.464C9.02811 3.55691 8.95441 3.66721 8.90413 3.7886C8.85385 3.90999 8.82796 4.0401 8.82796 4.1715C8.82796 4.30289 8.85385 4.433 8.90413 4.55439C8.95441 4.67579 9.02811 4.78609 9.12102 4.879C9.21393 4.97191 9.32423 5.04561 9.44562 5.09589C9.56702 5.14617 9.69713 5.17205 9.82852 5.17205C9.95992 5.17205 10.09 5.14617 10.2114 5.09589C10.3328 5.04561 10.4431 4.97191 10.536 4.879L11.243 4.171ZM4.17202 11.243L4.87902 10.536C5.06679 10.3485 5.17239 10.0941 5.17258 9.8287C5.17276 9.56334 5.06753 9.30877 4.88002 9.121C4.69251 8.93322 4.43809 8.82763 4.17273 8.82744C3.90736 8.82725 3.65279 8.93249 3.46502 9.12L2.75702 9.827C2.56938 10.0146 2.46396 10.2691 2.46396 10.5345C2.46396 10.7999 2.56938 11.0544 2.75702 11.242C2.94466 11.4296 3.19916 11.5351 3.46452 11.5351C3.72988 11.5351 3.98438 11.4296 4.17202 11.242V11.243ZM7.37202 6.072C7.19029 5.99926 6.99121 5.98145 6.79946 6.02078C6.60771 6.06012 6.43172 6.15487 6.2933 6.29328C6.15489 6.43169 6.06014 6.60768 6.02081 6.79944C5.98147 6.99119 5.99928 7.19027 6.07202 7.372L10.072 17.372C10.1437 17.551 10.2656 17.7054 10.423 17.8167C10.5804 17.928 10.7666 17.9915 10.9593 17.9994C11.1519 18.0073 11.3427 17.9594 11.5087 17.8614C11.6747 17.7634 11.8089 17.6195 11.895 17.447L13.275 14.688L16.293 17.708C16.4807 17.8955 16.7351 18.0008 17.0004 18.0007C17.2656 18.0006 17.52 17.8951 17.7075 17.7075C17.895 17.5199 18.0003 17.2654 18.0002 17.0001C18.0001 16.7349 17.8947 16.4805 17.707 16.293L14.688 13.273L17.448 11.894C17.6202 11.8077 17.7637 11.6734 17.8615 11.5075C17.9592 11.3415 18.0069 11.1509 17.9989 10.9584C17.9908 10.766 17.9274 10.58 17.8162 10.4227C17.705 10.2655 17.5508 10.1437 17.372 10.072L7.37202 6.072Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-cursor-click-primary1,.icon-cursor-click-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-cursor-click-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.67202 1.911C6.60333 1.6548 6.43568 1.43638 6.20595 1.30379C5.97621 1.1712 5.70322 1.13531 5.44702 1.204C5.19082 1.27269 4.9724 1.44034 4.83981 1.67007C4.70723 1.8998 4.67133 2.1728 4.74002 2.429L4.99902 3.395C5.06771 3.6512 5.23536 3.86961 5.4651 4.0022C5.69483 4.13479 5.96782 4.17069 6.22402 4.102C6.48022 4.03331 6.69864 3.86565 6.83123 3.63592C6.96382 3.40619 6.99971 3.1332 6.93102 2.877L6.67102 1.911H6.67202ZM2.42902 4.74C2.30194 4.70536 2.16927 4.69616 2.03863 4.71294C1.90799 4.72972 1.78195 4.77214 1.66775 4.83777C1.55355 4.90339 1.45344 4.99094 1.37317 5.09537C1.2929 5.19979 1.23405 5.31905 1.20001 5.44629C1.16596 5.57353 1.15738 5.70624 1.17477 5.8368C1.19215 5.96736 1.23516 6.0932 1.30132 6.20709C1.36748 6.32099 1.45549 6.42069 1.56029 6.50047C1.6651 6.58025 1.78463 6.63854 1.91202 6.672L2.87802 6.931C3.13376 6.99816 3.40568 6.9613 3.63432 6.82848C3.86295 6.69567 4.02968 6.47772 4.09803 6.22229C4.16638 5.96687 4.13079 5.69478 3.99904 5.46553C3.8673 5.23628 3.65012 5.06854 3.39502 4.999L2.42902 4.739V4.74ZM11.243 4.171C11.3359 4.07809 11.4095 3.9678 11.4597 3.84643C11.5099 3.72506 11.5358 3.59499 11.5357 3.46364C11.5357 3.3323 11.5098 3.20224 11.4595 3.08091C11.4091 2.95958 11.3354 2.84934 11.2425 2.7565C11.1496 2.66365 11.0393 2.59002 10.918 2.5398C10.7966 2.48957 10.6665 2.46375 10.5352 2.46379C10.4038 2.46384 10.2738 2.48976 10.1524 2.54007C10.0311 2.59037 9.92087 2.66409 9.82802 2.757L9.12102 3.464C9.02811 3.55691 8.95441 3.66721 8.90413 3.7886C8.85385 3.90999 8.82796 4.0401 8.82796 4.1715C8.82796 4.30289 8.85385 4.433 8.90413 4.55439C8.95441 4.67579 9.02811 4.78609 9.12102 4.879C9.21393 4.97191 9.32423 5.04561 9.44562 5.09589C9.56702 5.14617 9.69713 5.17205 9.82852 5.17205C9.95992 5.17205 10.09 5.14617 10.2114 5.09589C10.3328 5.04561 10.4431 4.97191 10.536 4.879L11.243 4.171ZM4.17202 11.243L4.87902 10.536C5.06679 10.3485 5.17239 10.0941 5.17258 9.8287C5.17276 9.56334 5.06753 9.30877 4.88002 9.121C4.69251 8.93322 4.43809 8.82763 4.17273 8.82744C3.90736 8.82725 3.65279 8.93249 3.46502 9.12L2.75702 9.827C2.56938 10.0146 2.46396 10.2691 2.46396 10.5345C2.46396 10.7999 2.56938 11.0544 2.75702 11.242C2.94466 11.4296 3.19916 11.5351 3.46452 11.5351C3.72988 11.5351 3.98438 11.4296 4.17202 11.242V11.243ZM7.37202 6.072C7.19029 5.99926 6.99121 5.98145 6.79946 6.02078C6.60771 6.06012 6.43172 6.15487 6.2933 6.29328C6.15489 6.43169 6.06014 6.60768 6.02081 6.79944C5.98147 6.99119 5.99928 7.19027 6.07202 7.372L10.072 17.372C10.1437 17.551 10.2656 17.7054 10.423 17.8167C10.5804 17.928 10.7666 17.9915 10.9593 17.9994C11.1519 18.0073 11.3427 17.9594 11.5087 17.8614C11.6747 17.7634 11.8089 17.6195 11.895 17.447L13.275 14.688L16.293 17.708C16.4807 17.8955 16.7351 18.0008 17.0004 18.0007C17.2656 18.0006 17.52 17.8951 17.7075 17.7075C17.895 17.5199 18.0003 17.2654 18.0002 17.0001C18.0001 16.7349 17.8947 16.4805 17.707 16.293L14.688 13.273L17.448 11.894C17.6202 11.8077 17.7637 11.6734 17.8615 11.5075C17.9592 11.3415 18.0069 11.1509 17.9989 10.9584C17.9908 10.766 17.9274 10.58 17.8162 10.4227C17.705 10.2655 17.5508 10.1437 17.372 10.072L7.37202 6.072Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-cursor-click-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.67202 1.911C6.60333 1.6548 6.43568 1.43638 6.20595 1.30379C5.97621 1.1712 5.70322 1.13531 5.44702 1.204C5.19082 1.27269 4.9724 1.44034 4.83981 1.67007C4.70723 1.8998 4.67133 2.1728 4.74002 2.429L4.99902 3.395C5.06771 3.6512 5.23536 3.86961 5.4651 4.0022C5.69483 4.13479 5.96782 4.17069 6.22402 4.102C6.48022 4.03331 6.69864 3.86565 6.83123 3.63592C6.96382 3.40619 6.99971 3.1332 6.93102 2.877L6.67102 1.911H6.67202ZM2.42902 4.74C2.30194 4.70536 2.16927 4.69616 2.03863 4.71294C1.90799 4.72972 1.78195 4.77214 1.66775 4.83777C1.55355 4.90339 1.45344 4.99094 1.37317 5.09537C1.2929 5.19979 1.23405 5.31905 1.20001 5.44629C1.16596 5.57353 1.15738 5.70624 1.17477 5.8368C1.19215 5.96736 1.23516 6.0932 1.30132 6.20709C1.36748 6.32099 1.45549 6.42069 1.56029 6.50047C1.6651 6.58025 1.78463 6.63854 1.91202 6.672L2.87802 6.931C3.13376 6.99816 3.40568 6.9613 3.63432 6.82848C3.86295 6.69567 4.02968 6.47772 4.09803 6.22229C4.16638 5.96687 4.13079 5.69478 3.99904 5.46553C3.8673 5.23628 3.65012 5.06854 3.39502 4.999L2.42902 4.739V4.74ZM11.243 4.171C11.3359 4.07809 11.4095 3.9678 11.4597 3.84643C11.5099 3.72506 11.5358 3.59499 11.5357 3.46364C11.5357 3.3323 11.5098 3.20224 11.4595 3.08091C11.4091 2.95958 11.3354 2.84934 11.2425 2.7565C11.1496 2.66365 11.0393 2.59002 10.918 2.5398C10.7966 2.48957 10.6665 2.46375 10.5352 2.46379C10.4038 2.46384 10.2738 2.48976 10.1524 2.54007C10.0311 2.59037 9.92087 2.66409 9.82802 2.757L9.12102 3.464C9.02811 3.55691 8.95441 3.66721 8.90413 3.7886C8.85385 3.90999 8.82796 4.0401 8.82796 4.1715C8.82796 4.30289 8.85385 4.433 8.90413 4.55439C8.95441 4.67579 9.02811 4.78609 9.12102 4.879C9.21393 4.97191 9.32423 5.04561 9.44562 5.09589C9.56702 5.14617 9.69713 5.17205 9.82852 5.17205C9.95992 5.17205 10.09 5.14617 10.2114 5.09589C10.3328 5.04561 10.4431 4.97191 10.536 4.879L11.243 4.171ZM4.17202 11.243L4.87902 10.536C5.06679 10.3485 5.17239 10.0941 5.17258 9.8287C5.17276 9.56334 5.06753 9.30877 4.88002 9.121C4.69251 8.93322 4.43809 8.82763 4.17273 8.82744C3.90736 8.82725 3.65279 8.93249 3.46502 9.12L2.75702 9.827C2.56938 10.0146 2.46396 10.2691 2.46396 10.5345C2.46396 10.7999 2.56938 11.0544 2.75702 11.242C2.94466 11.4296 3.19916 11.5351 3.46452 11.5351C3.72988 11.5351 3.98438 11.4296 4.17202 11.242V11.243ZM7.37202 6.072C7.19029 5.99926 6.99121 5.98145 6.79946 6.02078C6.60771 6.06012 6.43172 6.15487 6.2933 6.29328C6.15489 6.43169 6.06014 6.60768 6.02081 6.79944C5.98147 6.99119 5.99928 7.19027 6.07202 7.372L10.072 17.372C10.1437 17.551 10.2656 17.7054 10.423 17.8167C10.5804 17.928 10.7666 17.9915 10.9593 17.9994C11.1519 18.0073 11.3427 17.9594 11.5087 17.8614C11.6747 17.7634 11.8089 17.6195 11.895 17.447L13.275 14.688L16.293 17.708C16.4807 17.8955 16.7351 18.0008 17.0004 18.0007C17.2656 18.0006 17.52 17.8951 17.7075 17.7075C17.895 17.5199 18.0003 17.2654 18.0002 17.0001C18.0001 16.7349 17.8947 16.4805 17.707 16.293L14.688 13.273L17.448 11.894C17.6202 11.8077 17.7637 11.6734 17.8615 11.5075C17.9592 11.3415 18.0069 11.1509 17.9989 10.9584C17.9908 10.766 17.9274 10.58 17.8162 10.4227C17.705 10.2655 17.5508 10.1437 17.372 10.072L7.37202 6.072Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-cursor-click-zinc-500,.icon-cursor-click-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-cursor-click-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.67202 1.911C6.60333 1.6548 6.43568 1.43638 6.20595 1.30379C5.97621 1.1712 5.70322 1.13531 5.44702 1.204C5.19082 1.27269 4.9724 1.44034 4.83981 1.67007C4.70723 1.8998 4.67133 2.1728 4.74002 2.429L4.99902 3.395C5.06771 3.6512 5.23536 3.86961 5.4651 4.0022C5.69483 4.13479 5.96782 4.17069 6.22402 4.102C6.48022 4.03331 6.69864 3.86565 6.83123 3.63592C6.96382 3.40619 6.99971 3.1332 6.93102 2.877L6.67102 1.911H6.67202ZM2.42902 4.74C2.30194 4.70536 2.16927 4.69616 2.03863 4.71294C1.90799 4.72972 1.78195 4.77214 1.66775 4.83777C1.55355 4.90339 1.45344 4.99094 1.37317 5.09537C1.2929 5.19979 1.23405 5.31905 1.20001 5.44629C1.16596 5.57353 1.15738 5.70624 1.17477 5.8368C1.19215 5.96736 1.23516 6.0932 1.30132 6.20709C1.36748 6.32099 1.45549 6.42069 1.56029 6.50047C1.6651 6.58025 1.78463 6.63854 1.91202 6.672L2.87802 6.931C3.13376 6.99816 3.40568 6.9613 3.63432 6.82848C3.86295 6.69567 4.02968 6.47772 4.09803 6.22229C4.16638 5.96687 4.13079 5.69478 3.99904 5.46553C3.8673 5.23628 3.65012 5.06854 3.39502 4.999L2.42902 4.739V4.74ZM11.243 4.171C11.3359 4.07809 11.4095 3.9678 11.4597 3.84643C11.5099 3.72506 11.5358 3.59499 11.5357 3.46364C11.5357 3.3323 11.5098 3.20224 11.4595 3.08091C11.4091 2.95958 11.3354 2.84934 11.2425 2.7565C11.1496 2.66365 11.0393 2.59002 10.918 2.5398C10.7966 2.48957 10.6665 2.46375 10.5352 2.46379C10.4038 2.46384 10.2738 2.48976 10.1524 2.54007C10.0311 2.59037 9.92087 2.66409 9.82802 2.757L9.12102 3.464C9.02811 3.55691 8.95441 3.66721 8.90413 3.7886C8.85385 3.90999 8.82796 4.0401 8.82796 4.1715C8.82796 4.30289 8.85385 4.433 8.90413 4.55439C8.95441 4.67579 9.02811 4.78609 9.12102 4.879C9.21393 4.97191 9.32423 5.04561 9.44562 5.09589C9.56702 5.14617 9.69713 5.17205 9.82852 5.17205C9.95992 5.17205 10.09 5.14617 10.2114 5.09589C10.3328 5.04561 10.4431 4.97191 10.536 4.879L11.243 4.171ZM4.17202 11.243L4.87902 10.536C5.06679 10.3485 5.17239 10.0941 5.17258 9.8287C5.17276 9.56334 5.06753 9.30877 4.88002 9.121C4.69251 8.93322 4.43809 8.82763 4.17273 8.82744C3.90736 8.82725 3.65279 8.93249 3.46502 9.12L2.75702 9.827C2.56938 10.0146 2.46396 10.2691 2.46396 10.5345C2.46396 10.7999 2.56938 11.0544 2.75702 11.242C2.94466 11.4296 3.19916 11.5351 3.46452 11.5351C3.72988 11.5351 3.98438 11.4296 4.17202 11.242V11.243ZM7.37202 6.072C7.19029 5.99926 6.99121 5.98145 6.79946 6.02078C6.60771 6.06012 6.43172 6.15487 6.2933 6.29328C6.15489 6.43169 6.06014 6.60768 6.02081 6.79944C5.98147 6.99119 5.99928 7.19027 6.07202 7.372L10.072 17.372C10.1437 17.551 10.2656 17.7054 10.423 17.8167C10.5804 17.928 10.7666 17.9915 10.9593 17.9994C11.1519 18.0073 11.3427 17.9594 11.5087 17.8614C11.6747 17.7634 11.8089 17.6195 11.895 17.447L13.275 14.688L16.293 17.708C16.4807 17.8955 16.7351 18.0008 17.0004 18.0007C17.2656 18.0006 17.52 17.8951 17.7075 17.7075C17.895 17.5199 18.0003 17.2654 18.0002 17.0001C18.0001 16.7349 17.8947 16.4805 17.707 16.293L14.688 13.273L17.448 11.894C17.6202 11.8077 17.7637 11.6734 17.8615 11.5075C17.9592 11.3415 18.0069 11.1509 17.9989 10.9584C17.9908 10.766 17.9274 10.58 17.8162 10.4227C17.705 10.2655 17.5508 10.1437 17.372 10.072L7.37202 6.072Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-cursor-click-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.67202 1.911C6.60333 1.6548 6.43568 1.43638 6.20595 1.30379C5.97621 1.1712 5.70322 1.13531 5.44702 1.204C5.19082 1.27269 4.9724 1.44034 4.83981 1.67007C4.70723 1.8998 4.67133 2.1728 4.74002 2.429L4.99902 3.395C5.06771 3.6512 5.23536 3.86961 5.4651 4.0022C5.69483 4.13479 5.96782 4.17069 6.22402 4.102C6.48022 4.03331 6.69864 3.86565 6.83123 3.63592C6.96382 3.40619 6.99971 3.1332 6.93102 2.877L6.67102 1.911H6.67202ZM2.42902 4.74C2.30194 4.70536 2.16927 4.69616 2.03863 4.71294C1.90799 4.72972 1.78195 4.77214 1.66775 4.83777C1.55355 4.90339 1.45344 4.99094 1.37317 5.09537C1.2929 5.19979 1.23405 5.31905 1.20001 5.44629C1.16596 5.57353 1.15738 5.70624 1.17477 5.8368C1.19215 5.96736 1.23516 6.0932 1.30132 6.20709C1.36748 6.32099 1.45549 6.42069 1.56029 6.50047C1.6651 6.58025 1.78463 6.63854 1.91202 6.672L2.87802 6.931C3.13376 6.99816 3.40568 6.9613 3.63432 6.82848C3.86295 6.69567 4.02968 6.47772 4.09803 6.22229C4.16638 5.96687 4.13079 5.69478 3.99904 5.46553C3.8673 5.23628 3.65012 5.06854 3.39502 4.999L2.42902 4.739V4.74ZM11.243 4.171C11.3359 4.07809 11.4095 3.9678 11.4597 3.84643C11.5099 3.72506 11.5358 3.59499 11.5357 3.46364C11.5357 3.3323 11.5098 3.20224 11.4595 3.08091C11.4091 2.95958 11.3354 2.84934 11.2425 2.7565C11.1496 2.66365 11.0393 2.59002 10.918 2.5398C10.7966 2.48957 10.6665 2.46375 10.5352 2.46379C10.4038 2.46384 10.2738 2.48976 10.1524 2.54007C10.0311 2.59037 9.92087 2.66409 9.82802 2.757L9.12102 3.464C9.02811 3.55691 8.95441 3.66721 8.90413 3.7886C8.85385 3.90999 8.82796 4.0401 8.82796 4.1715C8.82796 4.30289 8.85385 4.433 8.90413 4.55439C8.95441 4.67579 9.02811 4.78609 9.12102 4.879C9.21393 4.97191 9.32423 5.04561 9.44562 5.09589C9.56702 5.14617 9.69713 5.17205 9.82852 5.17205C9.95992 5.17205 10.09 5.14617 10.2114 5.09589C10.3328 5.04561 10.4431 4.97191 10.536 4.879L11.243 4.171ZM4.17202 11.243L4.87902 10.536C5.06679 10.3485 5.17239 10.0941 5.17258 9.8287C5.17276 9.56334 5.06753 9.30877 4.88002 9.121C4.69251 8.93322 4.43809 8.82763 4.17273 8.82744C3.90736 8.82725 3.65279 8.93249 3.46502 9.12L2.75702 9.827C2.56938 10.0146 2.46396 10.2691 2.46396 10.5345C2.46396 10.7999 2.56938 11.0544 2.75702 11.242C2.94466 11.4296 3.19916 11.5351 3.46452 11.5351C3.72988 11.5351 3.98438 11.4296 4.17202 11.242V11.243ZM7.37202 6.072C7.19029 5.99926 6.99121 5.98145 6.79946 6.02078C6.60771 6.06012 6.43172 6.15487 6.2933 6.29328C6.15489 6.43169 6.06014 6.60768 6.02081 6.79944C5.98147 6.99119 5.99928 7.19027 6.07202 7.372L10.072 17.372C10.1437 17.551 10.2656 17.7054 10.423 17.8167C10.5804 17.928 10.7666 17.9915 10.9593 17.9994C11.1519 18.0073 11.3427 17.9594 11.5087 17.8614C11.6747 17.7634 11.8089 17.6195 11.895 17.447L13.275 14.688L16.293 17.708C16.4807 17.8955 16.7351 18.0008 17.0004 18.0007C17.2656 18.0006 17.52 17.8951 17.7075 17.7075C17.895 17.5199 18.0003 17.2654 18.0002 17.0001C18.0001 16.7349 17.8947 16.4805 17.707 16.293L14.688 13.273L17.448 11.894C17.6202 11.8077 17.7637 11.6734 17.8615 11.5075C17.9592 11.3415 18.0069 11.1509 17.9989 10.9584C17.9908 10.766 17.9274 10.58 17.8162 10.4227C17.705 10.2655 17.5508 10.1437 17.372 10.072L7.37202 6.072Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-cursor-click-etc,.icon-cursor-click-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-cursor-click-etc{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.67119 1.62458C5.61281 1.40681 5.4703 1.22116 5.27503 1.10846C5.07976 0.995757 4.84771 0.965244 4.62994 1.02363C4.41217 1.08202 4.22652 1.22452 4.11382 1.4198C4.00112 1.61507 3.97061 1.84711 4.02899 2.06488L4.24914 2.88598C4.30753 3.10375 4.45004 3.28941 4.64531 3.40211C4.84058 3.51481 5.07262 3.54532 5.29039 3.48693C5.50816 3.42854 5.69382 3.28604 5.80652 3.09077C5.91922 2.8955 5.94973 2.66345 5.89134 2.44568L5.67034 1.62458H5.67119ZM2.06464 4.02923C1.95663 3.99979 1.84386 3.99197 1.73281 4.00623C1.62177 4.02049 1.51464 4.05655 1.41757 4.11233C1.3205 4.16812 1.2354 4.24253 1.16717 4.33129C1.09894 4.42006 1.04892 4.52143 1.01998 4.62958C0.991039 4.73773 0.983748 4.85054 0.998527 4.96151C1.01331 5.07249 1.04986 5.17945 1.1061 5.27626C1.16234 5.37307 1.23714 5.45782 1.32622 5.52563C1.41531 5.59345 1.51691 5.64299 1.62519 5.67143L2.44629 5.89158C2.66367 5.94867 2.89481 5.91734 3.08914 5.80445C3.28348 5.69155 3.4252 5.50629 3.4833 5.28918C3.5414 5.07208 3.51114 4.84079 3.39916 4.64593C3.28718 4.45107 3.10258 4.30849 2.88574 4.24938L2.06464 4.02838V4.02923ZM9.55654 3.54558C9.63546 3.46661 9.69805 3.37286 9.74074 3.2697C9.78343 3.16654 9.80538 3.05598 9.80534 2.94433C9.8053 2.83268 9.78327 2.72214 9.74051 2.61901C9.69775 2.51587 9.63509 2.42217 9.55612 2.34326C9.47715 2.26434 9.3834 2.20175 9.28024 2.15906C9.17708 2.11637 9.06651 2.09442 8.95487 2.09446C8.84322 2.0945 8.73268 2.11653 8.62954 2.15929C8.52641 2.20205 8.43271 2.26471 8.35379 2.34368L7.75284 2.94463C7.67387 3.02361 7.61122 3.11736 7.56848 3.22054C7.52574 3.32373 7.50375 3.43432 7.50375 3.54601C7.50375 3.65769 7.52574 3.76828 7.56848 3.87147C7.61122 3.97465 7.67387 4.06841 7.75284 4.14738C7.83182 4.22636 7.92557 4.289 8.02876 4.33174C8.13194 4.37448 8.24253 4.39648 8.35422 4.39648C8.4659 4.39648 8.5765 4.37448 8.67968 4.33174C8.78286 4.289 8.87662 4.22636 8.95559 4.14738L9.55654 3.54558V3.54558ZM3.54619 9.55678L4.14714 8.95583C4.30675 8.79645 4.39651 8.58019 4.39667 8.35463C4.39683 8.12907 4.30738 7.91269 4.14799 7.75308C3.98861 7.59347 3.77235 7.50372 3.54679 7.50356C3.32123 7.5034 3.10485 7.59285 2.94524 7.75223L2.34344 8.35318C2.18395 8.51268 2.09435 8.729 2.09435 8.95456C2.09435 9.18012 2.18395 9.39644 2.34344 9.55593C2.50294 9.71543 2.71926 9.80503 2.94482 9.80503C3.17038 9.80503 3.3867 9.71543 3.54619 9.55593V9.55678ZM6.26619 5.16143C6.11173 5.0996 5.94251 5.08447 5.77952 5.1179C5.61653 5.15134 5.46693 5.23187 5.34928 5.34952C5.23163 5.46717 5.1511 5.61676 5.11766 5.77975C5.08423 5.94274 5.09936 6.11196 5.16119 6.26643L8.56119 14.7664C8.62211 14.9186 8.72571 15.0498 8.85951 15.1445C8.99331 15.2391 9.1516 15.293 9.31534 15.2997C9.47907 15.3065 9.64127 15.2657 9.78239 15.1824C9.9235 15.0991 10.0375 14.9768 10.1107 14.8302L11.2837 12.485L13.849 15.052C14.0085 15.2114 14.2248 15.3009 14.4503 15.3008C14.6758 15.3007 14.892 15.2111 15.0514 15.0516C15.2108 14.8921 15.3002 14.6758 15.3002 14.4504C15.3001 14.2249 15.2104 14.0087 15.0509 13.8493L12.4848 11.2823L14.8308 10.1101C14.9771 10.0367 15.0992 9.92266 15.1822 9.78159C15.2653 9.64052 15.3058 9.47847 15.299 9.3149C15.2922 9.15134 15.2383 8.99323 15.1438 8.85957C15.0492 8.7259 14.9181 8.62238 14.7662 8.56143L6.26619 5.16143V5.16143Z' fill='url(%23paint0_linear_64_2127)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_64_2127' x1='8.14563' y1='0.994629' x2='12.1957' y2='15.5232' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFCC17'/%3E%3Cstop offset='1' stop-color='%23FF5A5A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.icon-calendar{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 2C5.73478 2 5.48043 2.10536 5.29289 2.29289C5.10536 2.48043 5 2.73478 5 3V4H4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V16C2 16.5304 2.21071 17.0391 2.58579 17.4142C2.96086 17.7893 3.46957 18 4 18H16C16.5304 18 17.0391 17.7893 17.4142 17.4142C17.7893 17.0391 18 16.5304 18 16V6C18 5.46957 17.7893 4.96086 17.4142 4.58579C17.0391 4.21071 16.5304 4 16 4H15V3C15 2.73478 14.8946 2.48043 14.7071 2.29289C14.5196 2.10536 14.2652 2 14 2C13.7348 2 13.4804 2.10536 13.2929 2.29289C13.1054 2.48043 13 2.73478 13 3V4H7V3C7 2.73478 6.89464 2.48043 6.70711 2.29289C6.51957 2.10536 6.26522 2 6 2ZM6 7C5.73478 7 5.48043 7.10536 5.29289 7.29289C5.10536 7.48043 5 7.73478 5 8C5 8.26522 5.10536 8.51957 5.29289 8.70711C5.48043 8.89464 5.73478 9 6 9H14C14.2652 9 14.5196 8.89464 14.7071 8.70711C14.8946 8.51957 15 8.26522 15 8C15 7.73478 14.8946 7.48043 14.7071 7.29289C14.5196 7.10536 14.2652 7 14 7H6Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-calendar,.icon-calendar-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-calendar-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 2C5.73478 2 5.48043 2.10536 5.29289 2.29289C5.10536 2.48043 5 2.73478 5 3V4H4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V16C2 16.5304 2.21071 17.0391 2.58579 17.4142C2.96086 17.7893 3.46957 18 4 18H16C16.5304 18 17.0391 17.7893 17.4142 17.4142C17.7893 17.0391 18 16.5304 18 16V6C18 5.46957 17.7893 4.96086 17.4142 4.58579C17.0391 4.21071 16.5304 4 16 4H15V3C15 2.73478 14.8946 2.48043 14.7071 2.29289C14.5196 2.10536 14.2652 2 14 2C13.7348 2 13.4804 2.10536 13.2929 2.29289C13.1054 2.48043 13 2.73478 13 3V4H7V3C7 2.73478 6.89464 2.48043 6.70711 2.29289C6.51957 2.10536 6.26522 2 6 2ZM6 7C5.73478 7 5.48043 7.10536 5.29289 7.29289C5.10536 7.48043 5 7.73478 5 8C5 8.26522 5.10536 8.51957 5.29289 8.70711C5.48043 8.89464 5.73478 9 6 9H14C14.2652 9 14.5196 8.89464 14.7071 8.70711C14.8946 8.51957 15 8.26522 15 8C15 7.73478 14.8946 7.48043 14.7071 7.29289C14.5196 7.10536 14.2652 7 14 7H6Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-calendar-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 2C5.73478 2 5.48043 2.10536 5.29289 2.29289C5.10536 2.48043 5 2.73478 5 3V4H4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V16C2 16.5304 2.21071 17.0391 2.58579 17.4142C2.96086 17.7893 3.46957 18 4 18H16C16.5304 18 17.0391 17.7893 17.4142 17.4142C17.7893 17.0391 18 16.5304 18 16V6C18 5.46957 17.7893 4.96086 17.4142 4.58579C17.0391 4.21071 16.5304 4 16 4H15V3C15 2.73478 14.8946 2.48043 14.7071 2.29289C14.5196 2.10536 14.2652 2 14 2C13.7348 2 13.4804 2.10536 13.2929 2.29289C13.1054 2.48043 13 2.73478 13 3V4H7V3C7 2.73478 6.89464 2.48043 6.70711 2.29289C6.51957 2.10536 6.26522 2 6 2ZM6 7C5.73478 7 5.48043 7.10536 5.29289 7.29289C5.10536 7.48043 5 7.73478 5 8C5 8.26522 5.10536 8.51957 5.29289 8.70711C5.48043 8.89464 5.73478 9 6 9H14C14.2652 9 14.5196 8.89464 14.7071 8.70711C14.8946 8.51957 15 8.26522 15 8C15 7.73478 14.8946 7.48043 14.7071 7.29289C14.5196 7.10536 14.2652 7 14 7H6Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-calendar-primary1,.icon-calendar-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-calendar-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 2C5.73478 2 5.48043 2.10536 5.29289 2.29289C5.10536 2.48043 5 2.73478 5 3V4H4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V16C2 16.5304 2.21071 17.0391 2.58579 17.4142C2.96086 17.7893 3.46957 18 4 18H16C16.5304 18 17.0391 17.7893 17.4142 17.4142C17.7893 17.0391 18 16.5304 18 16V6C18 5.46957 17.7893 4.96086 17.4142 4.58579C17.0391 4.21071 16.5304 4 16 4H15V3C15 2.73478 14.8946 2.48043 14.7071 2.29289C14.5196 2.10536 14.2652 2 14 2C13.7348 2 13.4804 2.10536 13.2929 2.29289C13.1054 2.48043 13 2.73478 13 3V4H7V3C7 2.73478 6.89464 2.48043 6.70711 2.29289C6.51957 2.10536 6.26522 2 6 2ZM6 7C5.73478 7 5.48043 7.10536 5.29289 7.29289C5.10536 7.48043 5 7.73478 5 8C5 8.26522 5.10536 8.51957 5.29289 8.70711C5.48043 8.89464 5.73478 9 6 9H14C14.2652 9 14.5196 8.89464 14.7071 8.70711C14.8946 8.51957 15 8.26522 15 8C15 7.73478 14.8946 7.48043 14.7071 7.29289C14.5196 7.10536 14.2652 7 14 7H6Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-calendar-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 2C5.73478 2 5.48043 2.10536 5.29289 2.29289C5.10536 2.48043 5 2.73478 5 3V4H4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V16C2 16.5304 2.21071 17.0391 2.58579 17.4142C2.96086 17.7893 3.46957 18 4 18H16C16.5304 18 17.0391 17.7893 17.4142 17.4142C17.7893 17.0391 18 16.5304 18 16V6C18 5.46957 17.7893 4.96086 17.4142 4.58579C17.0391 4.21071 16.5304 4 16 4H15V3C15 2.73478 14.8946 2.48043 14.7071 2.29289C14.5196 2.10536 14.2652 2 14 2C13.7348 2 13.4804 2.10536 13.2929 2.29289C13.1054 2.48043 13 2.73478 13 3V4H7V3C7 2.73478 6.89464 2.48043 6.70711 2.29289C6.51957 2.10536 6.26522 2 6 2ZM6 7C5.73478 7 5.48043 7.10536 5.29289 7.29289C5.10536 7.48043 5 7.73478 5 8C5 8.26522 5.10536 8.51957 5.29289 8.70711C5.48043 8.89464 5.73478 9 6 9H14C14.2652 9 14.5196 8.89464 14.7071 8.70711C14.8946 8.51957 15 8.26522 15 8C15 7.73478 14.8946 7.48043 14.7071 7.29289C14.5196 7.10536 14.2652 7 14 7H6Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-calendar-zinc-500,.icon-calendar-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-calendar-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 2C5.73478 2 5.48043 2.10536 5.29289 2.29289C5.10536 2.48043 5 2.73478 5 3V4H4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V16C2 16.5304 2.21071 17.0391 2.58579 17.4142C2.96086 17.7893 3.46957 18 4 18H16C16.5304 18 17.0391 17.7893 17.4142 17.4142C17.7893 17.0391 18 16.5304 18 16V6C18 5.46957 17.7893 4.96086 17.4142 4.58579C17.0391 4.21071 16.5304 4 16 4H15V3C15 2.73478 14.8946 2.48043 14.7071 2.29289C14.5196 2.10536 14.2652 2 14 2C13.7348 2 13.4804 2.10536 13.2929 2.29289C13.1054 2.48043 13 2.73478 13 3V4H7V3C7 2.73478 6.89464 2.48043 6.70711 2.29289C6.51957 2.10536 6.26522 2 6 2ZM6 7C5.73478 7 5.48043 7.10536 5.29289 7.29289C5.10536 7.48043 5 7.73478 5 8C5 8.26522 5.10536 8.51957 5.29289 8.70711C5.48043 8.89464 5.73478 9 6 9H14C14.2652 9 14.5196 8.89464 14.7071 8.70711C14.8946 8.51957 15 8.26522 15 8C15 7.73478 14.8946 7.48043 14.7071 7.29289C14.5196 7.10536 14.2652 7 14 7H6Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-calendar-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 2C5.73478 2 5.48043 2.10536 5.29289 2.29289C5.10536 2.48043 5 2.73478 5 3V4H4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V16C2 16.5304 2.21071 17.0391 2.58579 17.4142C2.96086 17.7893 3.46957 18 4 18H16C16.5304 18 17.0391 17.7893 17.4142 17.4142C17.7893 17.0391 18 16.5304 18 16V6C18 5.46957 17.7893 4.96086 17.4142 4.58579C17.0391 4.21071 16.5304 4 16 4H15V3C15 2.73478 14.8946 2.48043 14.7071 2.29289C14.5196 2.10536 14.2652 2 14 2C13.7348 2 13.4804 2.10536 13.2929 2.29289C13.1054 2.48043 13 2.73478 13 3V4H7V3C7 2.73478 6.89464 2.48043 6.70711 2.29289C6.51957 2.10536 6.26522 2 6 2ZM6 7C5.73478 7 5.48043 7.10536 5.29289 7.29289C5.10536 7.48043 5 7.73478 5 8C5 8.26522 5.10536 8.51957 5.29289 8.70711C5.48043 8.89464 5.73478 9 6 9H14C14.2652 9 14.5196 8.89464 14.7071 8.70711C14.8946 8.51957 15 8.26522 15 8C15 7.73478 14.8946 7.48043 14.7071 7.29289C14.5196 7.10536 14.2652 7 14 7H6Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-calendar-zinc-700,.icon-clock{background-position:50%;background-repeat:no-repeat;display:flex}.icon-clock{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18ZM11 6C11 5.73478 10.8946 5.48043 10.7071 5.29289C10.5196 5.10536 10.2652 5 10 5C9.73478 5 9.48043 5.10536 9.29289 5.29289C9.10536 5.48043 9 5.73478 9 6V10C9.00006 10.2652 9.10545 10.5195 9.293 10.707L12.121 13.536C12.2139 13.6289 12.3242 13.7026 12.4456 13.7529C12.567 13.8032 12.6971 13.8291 12.8285 13.8291C12.9599 13.8291 13.09 13.8032 13.2114 13.7529C13.3328 13.7026 13.4431 13.6289 13.536 13.536C13.6289 13.4431 13.7026 13.3328 13.7529 13.2114C13.8032 13.09 13.8291 12.9599 13.8291 12.8285C13.8291 12.6971 13.8032 12.567 13.7529 12.4456C13.7026 12.3242 13.6289 12.2139 13.536 12.121L11 9.586V6Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-clock-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18ZM11 6C11 5.73478 10.8946 5.48043 10.7071 5.29289C10.5196 5.10536 10.2652 5 10 5C9.73478 5 9.48043 5.10536 9.29289 5.29289C9.10536 5.48043 9 5.73478 9 6V10C9.00006 10.2652 9.10545 10.5195 9.293 10.707L12.121 13.536C12.2139 13.6289 12.3242 13.7026 12.4456 13.7529C12.567 13.8032 12.6971 13.8291 12.8285 13.8291C12.9599 13.8291 13.09 13.8032 13.2114 13.7529C13.3328 13.7026 13.4431 13.6289 13.536 13.536C13.6289 13.4431 13.7026 13.3328 13.7529 13.2114C13.8032 13.09 13.8291 12.9599 13.8291 12.8285C13.8291 12.6971 13.8032 12.567 13.7529 12.4456C13.7026 12.3242 13.6289 12.2139 13.536 12.121L11 9.586V6Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-clock-primary1,.icon-clock-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-clock-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18ZM11 6C11 5.73478 10.8946 5.48043 10.7071 5.29289C10.5196 5.10536 10.2652 5 10 5C9.73478 5 9.48043 5.10536 9.29289 5.29289C9.10536 5.48043 9 5.73478 9 6V10C9.00006 10.2652 9.10545 10.5195 9.293 10.707L12.121 13.536C12.2139 13.6289 12.3242 13.7026 12.4456 13.7529C12.567 13.8032 12.6971 13.8291 12.8285 13.8291C12.9599 13.8291 13.09 13.8032 13.2114 13.7529C13.3328 13.7026 13.4431 13.6289 13.536 13.536C13.6289 13.4431 13.7026 13.3328 13.7529 13.2114C13.8032 13.09 13.8291 12.9599 13.8291 12.8285C13.8291 12.6971 13.8032 12.567 13.7529 12.4456C13.7026 12.3242 13.6289 12.2139 13.536 12.121L11 9.586V6Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-clock-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18ZM11 6C11 5.73478 10.8946 5.48043 10.7071 5.29289C10.5196 5.10536 10.2652 5 10 5C9.73478 5 9.48043 5.10536 9.29289 5.29289C9.10536 5.48043 9 5.73478 9 6V10C9.00006 10.2652 9.10545 10.5195 9.293 10.707L12.121 13.536C12.2139 13.6289 12.3242 13.7026 12.4456 13.7529C12.567 13.8032 12.6971 13.8291 12.8285 13.8291C12.9599 13.8291 13.09 13.8032 13.2114 13.7529C13.3328 13.7026 13.4431 13.6289 13.536 13.536C13.6289 13.4431 13.7026 13.3328 13.7529 13.2114C13.8032 13.09 13.8291 12.9599 13.8291 12.8285C13.8291 12.6971 13.8032 12.567 13.7529 12.4456C13.7026 12.3242 13.6289 12.2139 13.536 12.121L11 9.586V6Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-clock-zinc-400,.icon-clock-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-clock-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18ZM11 6C11 5.73478 10.8946 5.48043 10.7071 5.29289C10.5196 5.10536 10.2652 5 10 5C9.73478 5 9.48043 5.10536 9.29289 5.29289C9.10536 5.48043 9 5.73478 9 6V10C9.00006 10.2652 9.10545 10.5195 9.293 10.707L12.121 13.536C12.2139 13.6289 12.3242 13.7026 12.4456 13.7529C12.567 13.8032 12.6971 13.8291 12.8285 13.8291C12.9599 13.8291 13.09 13.8032 13.2114 13.7529C13.3328 13.7026 13.4431 13.6289 13.536 13.536C13.6289 13.4431 13.7026 13.3328 13.7529 13.2114C13.8032 13.09 13.8291 12.9599 13.8291 12.8285C13.8291 12.6971 13.8032 12.567 13.7529 12.4456C13.7026 12.3242 13.6289 12.2139 13.536 12.121L11 9.586V6Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-clock-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18ZM11 6C11 5.73478 10.8946 5.48043 10.7071 5.29289C10.5196 5.10536 10.2652 5 10 5C9.73478 5 9.48043 5.10536 9.29289 5.29289C9.10536 5.48043 9 5.73478 9 6V10C9.00006 10.2652 9.10545 10.5195 9.293 10.707L12.121 13.536C12.2139 13.6289 12.3242 13.7026 12.4456 13.7529C12.567 13.8032 12.6971 13.8291 12.8285 13.8291C12.9599 13.8291 13.09 13.8032 13.2114 13.7529C13.3328 13.7026 13.4431 13.6289 13.536 13.536C13.6289 13.4431 13.7026 13.3328 13.7529 13.2114C13.8032 13.09 13.8291 12.9599 13.8291 12.8285C13.8291 12.6971 13.8032 12.567 13.7529 12.4456C13.7026 12.3242 13.6289 12.2139 13.536 12.121L11 9.586V6Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-clock-zinc-600,.icon-clock-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-clock-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18ZM11 6C11 5.73478 10.8946 5.48043 10.7071 5.29289C10.5196 5.10536 10.2652 5 10 5C9.73478 5 9.48043 5.10536 9.29289 5.29289C9.10536 5.48043 9 5.73478 9 6V10C9.00006 10.2652 9.10545 10.5195 9.293 10.707L12.121 13.536C12.2139 13.6289 12.3242 13.7026 12.4456 13.7529C12.567 13.8032 12.6971 13.8291 12.8285 13.8291C12.9599 13.8291 13.09 13.8032 13.2114 13.7529C13.3328 13.7026 13.4431 13.6289 13.536 13.536C13.6289 13.4431 13.7026 13.3328 13.7529 13.2114C13.8032 13.09 13.8291 12.9599 13.8291 12.8285C13.8291 12.6971 13.8032 12.567 13.7529 12.4456C13.7026 12.3242 13.6289 12.2139 13.536 12.121L11 9.586V6Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-clock-etc{background-image:url("data:image/svg+xml;charset=utf8,%0A%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.50001 15.3002C10.3035 15.3002 12.0331 14.5838 13.3083 13.3085C14.5836 12.0333 15.3 10.3037 15.3 8.5002C15.3 6.69672 14.5836 4.96712 13.3083 3.69187C12.0331 2.41662 10.3035 1.7002 8.50001 1.7002C6.69654 1.7002 4.96693 2.41662 3.69169 3.69187C2.41644 4.96712 1.70001 6.69672 1.70001 8.5002C1.70001 10.3037 2.41644 12.0333 3.69169 13.3085C4.96693 14.5838 6.69654 15.3002 8.50001 15.3002V15.3002ZM9.35001 5.1002C9.35001 4.87476 9.26046 4.65856 9.10105 4.49915C8.94165 4.33975 8.72545 4.2502 8.50001 4.2502C8.27458 4.2502 8.05838 4.33975 7.89897 4.49915C7.73957 4.65856 7.65001 4.87476 7.65001 5.1002V8.5002C7.65006 8.72561 7.73965 8.94178 7.89906 9.10115L10.3029 11.5058C10.3818 11.5848 10.4756 11.6474 10.5788 11.6902C10.682 11.7329 10.7926 11.7549 10.9042 11.7549C11.0159 11.7549 11.1265 11.7329 11.2297 11.6902C11.3329 11.6474 11.4266 11.5848 11.5056 11.5058C11.5846 11.4268 11.6472 11.3331 11.69 11.2299C11.7327 11.1267 11.7547 11.0161 11.7547 10.9044C11.7547 10.7927 11.7327 10.6821 11.69 10.579C11.6472 10.4758 11.5846 10.382 11.5056 10.303L9.35001 8.1483V5.1002Z' fill='url(%23paint0_linear_64_2130)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_64_2130' x1='2.94234' y1='3.59533' x2='8.50001' y2='15.3002' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2374FFAC'/%3E%3Cstop offset='1' stop-color='%232ACCFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-clock-etc,.icon-search{background-position:50%;background-repeat:no-repeat;display:flex}.icon-search{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7227 10.5657C13.4294 11.2733 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2733 13.4294 10.5657 13.7227C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80874 14.0158 6.10101 13.7227C5.39328 13.4294 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2733 2.94403 10.5657C2.65089 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78623 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78623 2.5 8.33333 2.5C9.88043 2.5 11.3641 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78623 14.1667 8.33333Z' stroke='%2352525B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-search-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7227 10.5657C13.4294 11.2733 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2733 13.4294 10.5657 13.7227C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80874 14.0158 6.10101 13.7227C5.39328 13.4294 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2733 2.94403 10.5657C2.65089 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78623 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78623 2.5 8.33333 2.5C9.88043 2.5 11.3641 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78623 14.1667 8.33333Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-search-primary1,.icon-search-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-search-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7227 10.5657C13.4294 11.2733 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2733 13.4294 10.5657 13.7227C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80874 14.0158 6.10101 13.7227C5.39328 13.4294 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2733 2.94403 10.5657C2.65089 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78623 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78623 2.5 8.33333 2.5C9.88043 2.5 11.3641 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78623 14.1667 8.33333Z' stroke='%23E4261A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-search-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7227 10.5657C13.4294 11.2733 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2733 13.4294 10.5657 13.7227C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80874 14.0158 6.10101 13.7227C5.39328 13.4294 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2733 2.94403 10.5657C2.65089 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78623 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78623 2.5 8.33333 2.5C9.88043 2.5 11.3641 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78623 14.1667 8.33333Z' stroke='%23A1A1AA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-search-zinc-400,.icon-search-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-search-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7227 10.5657C13.4294 11.2733 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2733 13.4294 10.5657 13.7227C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80874 14.0158 6.10101 13.7227C5.39328 13.4294 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2733 2.94403 10.5657C2.65089 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78623 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78623 2.5 8.33333 2.5C9.88043 2.5 11.3641 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78623 14.1667 8.33333Z' stroke='%2371717A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-search-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7227 10.5657C13.4294 11.2733 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2733 13.4294 10.5657 13.7227C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80874 14.0158 6.10101 13.7227C5.39328 13.4294 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2733 2.94403 10.5657C2.65089 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78623 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78623 2.5 8.33333 2.5C9.88043 2.5 11.3641 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78623 14.1667 8.33333Z' stroke='%2352525B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-search-zinc-600,.icon-search-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-search-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7227 10.5657C13.4294 11.2733 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2733 13.4294 10.5657 13.7227C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80874 14.0158 6.10101 13.7227C5.39328 13.4294 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2733 2.94403 10.5657C2.65089 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78623 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78623 2.5 8.33333 2.5C9.88043 2.5 11.3641 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78623 14.1667 8.33333Z' stroke='%233f3f46' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-reset{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4299 3.59806C7.84771 2.77014 9.50015 2.43602 11.1282 2.64807C12.7563 2.86012 14.2681 3.60634 15.4265 4.7698C16.585 5.93326 17.3247 7.44819 17.5297 9.07718C17.5814 9.48815 17.2902 9.86324 16.8792 9.91497C16.4683 9.96669 16.0932 9.67547 16.0414 9.2645C15.8779 7.96493 15.2878 6.75635 14.3636 5.82817C13.4394 4.89999 12.2334 4.30467 10.9345 4.13551C9.63566 3.96634 8.31739 4.23289 7.18629 4.89339C6.39306 5.35659 5.72332 5.99517 5.22465 6.75417H7.67057C8.08479 6.75417 8.42057 7.08996 8.42057 7.50417C8.42057 7.91839 8.08479 8.25417 7.67057 8.25417H3.50391C3.08969 8.25417 2.75391 7.91839 2.75391 7.50417V3.33751C2.75391 2.92329 3.08969 2.58751 3.50391 2.58751C3.91812 2.58751 4.25391 2.92329 4.25391 3.33751V5.52952C4.84083 4.75339 5.57863 4.09515 6.4299 3.59806ZM3.46138 10.0934C3.87231 10.0414 4.24761 10.3324 4.29963 10.7433C4.46409 12.0424 5.05469 13.2503 5.97896 14.1779C6.90324 15.1055 8.10901 15.7004 9.40751 15.8695C10.706 16.0386 12.0239 15.7724 13.155 15.1125C13.9478 14.6499 14.6173 14.0122 15.1163 13.2542H12.6706C12.2564 13.2542 11.9206 12.9184 11.9206 12.5042C11.9206 12.09 12.2564 11.7542 12.6706 11.7542H16.8372C17.2515 11.7542 17.5872 12.09 17.5872 12.5042V16.6708C17.5872 17.0851 17.2515 17.4208 16.8372 17.4208C16.423 17.4208 16.0872 17.0851 16.0872 16.6708V14.478C15.5 15.2536 14.7621 15.9114 13.9109 16.408C12.4933 17.2352 10.8414 17.5689 9.2138 17.357C7.58624 17.145 6.0749 16.3993 4.91641 15.2367C3.75791 14.074 3.01765 12.56 2.81151 10.9317C2.75949 10.5208 3.05045 10.1455 3.46138 10.0934Z' fill='%2352525B'/%3E%3C/svg%3E")}.icon-reset,.icon-reset-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-reset-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4299 3.59806C7.84771 2.77014 9.50015 2.43602 11.1282 2.64807C12.7563 2.86012 14.2681 3.60634 15.4265 4.7698C16.585 5.93326 17.3247 7.44819 17.5297 9.07718C17.5814 9.48815 17.2902 9.86324 16.8792 9.91497C16.4683 9.96669 16.0932 9.67547 16.0414 9.2645C15.8779 7.96493 15.2878 6.75635 14.3636 5.82817C13.4394 4.89999 12.2334 4.30467 10.9345 4.13551C9.63566 3.96634 8.31739 4.23289 7.18629 4.89339C6.39306 5.35659 5.72332 5.99517 5.22465 6.75417H7.67057C8.08479 6.75417 8.42057 7.08996 8.42057 7.50417C8.42057 7.91839 8.08479 8.25417 7.67057 8.25417H3.50391C3.08969 8.25417 2.75391 7.91839 2.75391 7.50417V3.33751C2.75391 2.92329 3.08969 2.58751 3.50391 2.58751C3.91812 2.58751 4.25391 2.92329 4.25391 3.33751V5.52952C4.84083 4.75339 5.57863 4.09515 6.4299 3.59806ZM3.46138 10.0934C3.87231 10.0414 4.24761 10.3324 4.29963 10.7433C4.46409 12.0424 5.05469 13.2503 5.97896 14.1779C6.90324 15.1055 8.10901 15.7004 9.40751 15.8695C10.706 16.0386 12.0239 15.7724 13.155 15.1125C13.9478 14.6499 14.6173 14.0122 15.1163 13.2542H12.6706C12.2564 13.2542 11.9206 12.9184 11.9206 12.5042C11.9206 12.09 12.2564 11.7542 12.6706 11.7542H16.8372C17.2515 11.7542 17.5872 12.09 17.5872 12.5042V16.6708C17.5872 17.0851 17.2515 17.4208 16.8372 17.4208C16.423 17.4208 16.0872 17.0851 16.0872 16.6708V14.478C15.5 15.2536 14.7621 15.9114 13.9109 16.408C12.4933 17.2352 10.8414 17.5689 9.2138 17.357C7.58624 17.145 6.0749 16.3993 4.91641 15.2367C3.75791 14.074 3.01765 12.56 2.81151 10.9317C2.75949 10.5208 3.05045 10.1455 3.46138 10.0934Z' fill='%23ffffff'/%3E%3C/svg%3E")}.icon-reset-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4299 3.59806C7.84771 2.77014 9.50015 2.43602 11.1282 2.64807C12.7563 2.86012 14.2681 3.60634 15.4265 4.7698C16.585 5.93326 17.3247 7.44819 17.5297 9.07718C17.5814 9.48815 17.2902 9.86324 16.8792 9.91497C16.4683 9.96669 16.0932 9.67547 16.0414 9.2645C15.8779 7.96493 15.2878 6.75635 14.3636 5.82817C13.4394 4.89999 12.2334 4.30467 10.9345 4.13551C9.63566 3.96634 8.31739 4.23289 7.18629 4.89339C6.39306 5.35659 5.72332 5.99517 5.22465 6.75417H7.67057C8.08479 6.75417 8.42057 7.08996 8.42057 7.50417C8.42057 7.91839 8.08479 8.25417 7.67057 8.25417H3.50391C3.08969 8.25417 2.75391 7.91839 2.75391 7.50417V3.33751C2.75391 2.92329 3.08969 2.58751 3.50391 2.58751C3.91812 2.58751 4.25391 2.92329 4.25391 3.33751V5.52952C4.84083 4.75339 5.57863 4.09515 6.4299 3.59806ZM3.46138 10.0934C3.87231 10.0414 4.24761 10.3324 4.29963 10.7433C4.46409 12.0424 5.05469 13.2503 5.97896 14.1779C6.90324 15.1055 8.10901 15.7004 9.40751 15.8695C10.706 16.0386 12.0239 15.7724 13.155 15.1125C13.9478 14.6499 14.6173 14.0122 15.1163 13.2542H12.6706C12.2564 13.2542 11.9206 12.9184 11.9206 12.5042C11.9206 12.09 12.2564 11.7542 12.6706 11.7542H16.8372C17.2515 11.7542 17.5872 12.09 17.5872 12.5042V16.6708C17.5872 17.0851 17.2515 17.4208 16.8372 17.4208C16.423 17.4208 16.0872 17.0851 16.0872 16.6708V14.478C15.5 15.2536 14.7621 15.9114 13.9109 16.408C12.4933 17.2352 10.8414 17.5689 9.2138 17.357C7.58624 17.145 6.0749 16.3993 4.91641 15.2367C3.75791 14.074 3.01765 12.56 2.81151 10.9317C2.75949 10.5208 3.05045 10.1455 3.46138 10.0934Z' fill='%23E4261A'/%3E%3C/svg%3E")}.icon-reset-primary1,.icon-reset-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-reset-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4299 3.59806C7.84771 2.77014 9.50015 2.43602 11.1282 2.64807C12.7563 2.86012 14.2681 3.60634 15.4265 4.7698C16.585 5.93326 17.3247 7.44819 17.5297 9.07718C17.5814 9.48815 17.2902 9.86324 16.8792 9.91497C16.4683 9.96669 16.0932 9.67547 16.0414 9.2645C15.8779 7.96493 15.2878 6.75635 14.3636 5.82817C13.4394 4.89999 12.2334 4.30467 10.9345 4.13551C9.63566 3.96634 8.31739 4.23289 7.18629 4.89339C6.39306 5.35659 5.72332 5.99517 5.22465 6.75417H7.67057C8.08479 6.75417 8.42057 7.08996 8.42057 7.50417C8.42057 7.91839 8.08479 8.25417 7.67057 8.25417H3.50391C3.08969 8.25417 2.75391 7.91839 2.75391 7.50417V3.33751C2.75391 2.92329 3.08969 2.58751 3.50391 2.58751C3.91812 2.58751 4.25391 2.92329 4.25391 3.33751V5.52952C4.84083 4.75339 5.57863 4.09515 6.4299 3.59806ZM3.46138 10.0934C3.87231 10.0414 4.24761 10.3324 4.29963 10.7433C4.46409 12.0424 5.05469 13.2503 5.97896 14.1779C6.90324 15.1055 8.10901 15.7004 9.40751 15.8695C10.706 16.0386 12.0239 15.7724 13.155 15.1125C13.9478 14.6499 14.6173 14.0122 15.1163 13.2542H12.6706C12.2564 13.2542 11.9206 12.9184 11.9206 12.5042C11.9206 12.09 12.2564 11.7542 12.6706 11.7542H16.8372C17.2515 11.7542 17.5872 12.09 17.5872 12.5042V16.6708C17.5872 17.0851 17.2515 17.4208 16.8372 17.4208C16.423 17.4208 16.0872 17.0851 16.0872 16.6708V14.478C15.5 15.2536 14.7621 15.9114 13.9109 16.408C12.4933 17.2352 10.8414 17.5689 9.2138 17.357C7.58624 17.145 6.0749 16.3993 4.91641 15.2367C3.75791 14.074 3.01765 12.56 2.81151 10.9317C2.75949 10.5208 3.05045 10.1455 3.46138 10.0934Z' fill='%23A1A1AA'/%3E%3C/svg%3E")}.icon-reset-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4299 3.59806C7.84771 2.77014 9.50015 2.43602 11.1282 2.64807C12.7563 2.86012 14.2681 3.60634 15.4265 4.7698C16.585 5.93326 17.3247 7.44819 17.5297 9.07718C17.5814 9.48815 17.2902 9.86324 16.8792 9.91497C16.4683 9.96669 16.0932 9.67547 16.0414 9.2645C15.8779 7.96493 15.2878 6.75635 14.3636 5.82817C13.4394 4.89999 12.2334 4.30467 10.9345 4.13551C9.63566 3.96634 8.31739 4.23289 7.18629 4.89339C6.39306 5.35659 5.72332 5.99517 5.22465 6.75417H7.67057C8.08479 6.75417 8.42057 7.08996 8.42057 7.50417C8.42057 7.91839 8.08479 8.25417 7.67057 8.25417H3.50391C3.08969 8.25417 2.75391 7.91839 2.75391 7.50417V3.33751C2.75391 2.92329 3.08969 2.58751 3.50391 2.58751C3.91812 2.58751 4.25391 2.92329 4.25391 3.33751V5.52952C4.84083 4.75339 5.57863 4.09515 6.4299 3.59806ZM3.46138 10.0934C3.87231 10.0414 4.24761 10.3324 4.29963 10.7433C4.46409 12.0424 5.05469 13.2503 5.97896 14.1779C6.90324 15.1055 8.10901 15.7004 9.40751 15.8695C10.706 16.0386 12.0239 15.7724 13.155 15.1125C13.9478 14.6499 14.6173 14.0122 15.1163 13.2542H12.6706C12.2564 13.2542 11.9206 12.9184 11.9206 12.5042C11.9206 12.09 12.2564 11.7542 12.6706 11.7542H16.8372C17.2515 11.7542 17.5872 12.09 17.5872 12.5042V16.6708C17.5872 17.0851 17.2515 17.4208 16.8372 17.4208C16.423 17.4208 16.0872 17.0851 16.0872 16.6708V14.478C15.5 15.2536 14.7621 15.9114 13.9109 16.408C12.4933 17.2352 10.8414 17.5689 9.2138 17.357C7.58624 17.145 6.0749 16.3993 4.91641 15.2367C3.75791 14.074 3.01765 12.56 2.81151 10.9317C2.75949 10.5208 3.05045 10.1455 3.46138 10.0934Z' fill='%2371717A'/%3E%3C/svg%3E")}.icon-reset-zinc-500,.icon-reset-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-reset-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4299 3.59806C7.84771 2.77014 9.50015 2.43602 11.1282 2.64807C12.7563 2.86012 14.2681 3.60634 15.4265 4.7698C16.585 5.93326 17.3247 7.44819 17.5297 9.07718C17.5814 9.48815 17.2902 9.86324 16.8792 9.91497C16.4683 9.96669 16.0932 9.67547 16.0414 9.2645C15.8779 7.96493 15.2878 6.75635 14.3636 5.82817C13.4394 4.89999 12.2334 4.30467 10.9345 4.13551C9.63566 3.96634 8.31739 4.23289 7.18629 4.89339C6.39306 5.35659 5.72332 5.99517 5.22465 6.75417H7.67057C8.08479 6.75417 8.42057 7.08996 8.42057 7.50417C8.42057 7.91839 8.08479 8.25417 7.67057 8.25417H3.50391C3.08969 8.25417 2.75391 7.91839 2.75391 7.50417V3.33751C2.75391 2.92329 3.08969 2.58751 3.50391 2.58751C3.91812 2.58751 4.25391 2.92329 4.25391 3.33751V5.52952C4.84083 4.75339 5.57863 4.09515 6.4299 3.59806ZM3.46138 10.0934C3.87231 10.0414 4.24761 10.3324 4.29963 10.7433C4.46409 12.0424 5.05469 13.2503 5.97896 14.1779C6.90324 15.1055 8.10901 15.7004 9.40751 15.8695C10.706 16.0386 12.0239 15.7724 13.155 15.1125C13.9478 14.6499 14.6173 14.0122 15.1163 13.2542H12.6706C12.2564 13.2542 11.9206 12.9184 11.9206 12.5042C11.9206 12.09 12.2564 11.7542 12.6706 11.7542H16.8372C17.2515 11.7542 17.5872 12.09 17.5872 12.5042V16.6708C17.5872 17.0851 17.2515 17.4208 16.8372 17.4208C16.423 17.4208 16.0872 17.0851 16.0872 16.6708V14.478C15.5 15.2536 14.7621 15.9114 13.9109 16.408C12.4933 17.2352 10.8414 17.5689 9.2138 17.357C7.58624 17.145 6.0749 16.3993 4.91641 15.2367C3.75791 14.074 3.01765 12.56 2.81151 10.9317C2.75949 10.5208 3.05045 10.1455 3.46138 10.0934Z' fill='%2352525B'/%3E%3C/svg%3E")}.icon-reset-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4299 3.59806C7.84771 2.77014 9.50015 2.43602 11.1282 2.64807C12.7563 2.86012 14.2681 3.60634 15.4265 4.7698C16.585 5.93326 17.3247 7.44819 17.5297 9.07718C17.5814 9.48815 17.2902 9.86324 16.8792 9.91497C16.4683 9.96669 16.0932 9.67547 16.0414 9.2645C15.8779 7.96493 15.2878 6.75635 14.3636 5.82817C13.4394 4.89999 12.2334 4.30467 10.9345 4.13551C9.63566 3.96634 8.31739 4.23289 7.18629 4.89339C6.39306 5.35659 5.72332 5.99517 5.22465 6.75417H7.67057C8.08479 6.75417 8.42057 7.08996 8.42057 7.50417C8.42057 7.91839 8.08479 8.25417 7.67057 8.25417H3.50391C3.08969 8.25417 2.75391 7.91839 2.75391 7.50417V3.33751C2.75391 2.92329 3.08969 2.58751 3.50391 2.58751C3.91812 2.58751 4.25391 2.92329 4.25391 3.33751V5.52952C4.84083 4.75339 5.57863 4.09515 6.4299 3.59806ZM3.46138 10.0934C3.87231 10.0414 4.24761 10.3324 4.29963 10.7433C4.46409 12.0424 5.05469 13.2503 5.97896 14.1779C6.90324 15.1055 8.10901 15.7004 9.40751 15.8695C10.706 16.0386 12.0239 15.7724 13.155 15.1125C13.9478 14.6499 14.6173 14.0122 15.1163 13.2542H12.6706C12.2564 13.2542 11.9206 12.9184 11.9206 12.5042C11.9206 12.09 12.2564 11.7542 12.6706 11.7542H16.8372C17.2515 11.7542 17.5872 12.09 17.5872 12.5042V16.6708C17.5872 17.0851 17.2515 17.4208 16.8372 17.4208C16.423 17.4208 16.0872 17.0851 16.0872 16.6708V14.478C15.5 15.2536 14.7621 15.9114 13.9109 16.408C12.4933 17.2352 10.8414 17.5689 9.2138 17.357C7.58624 17.145 6.0749 16.3993 4.91641 15.2367C3.75791 14.074 3.01765 12.56 2.81151 10.9317C2.75949 10.5208 3.05045 10.1455 3.46138 10.0934Z' fill='%233f3f46'/%3E%3C/svg%3E")}.icon-reset-zinc-700,.icon-users{background-position:50%;background-repeat:no-repeat;display:flex}.icon-users{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6C9 6.79565 8.68393 7.55871 8.12132 8.12132C7.55871 8.68393 6.79565 9 6 9C5.20435 9 4.44129 8.68393 3.87868 8.12132C3.31607 7.55871 3 6.79565 3 6C3 5.20435 3.31607 4.44129 3.87868 3.87868C4.44129 3.31607 5.20435 3 6 3C6.79565 3 7.55871 3.31607 8.12132 3.87868C8.68393 4.44129 9 5.20435 9 6ZM17 6C17 6.39397 16.9224 6.78407 16.7716 7.14805C16.6209 7.51203 16.3999 7.84274 16.1213 8.12132C15.8427 8.3999 15.512 8.62087 15.1481 8.77164C14.7841 8.9224 14.394 9 14 9C13.606 9 13.2159 8.9224 12.8519 8.77164C12.488 8.62087 12.1573 8.3999 11.8787 8.12132C11.6001 7.84274 11.3791 7.51203 11.2284 7.14805C11.0776 6.78407 11 6.39397 11 6C11 5.20435 11.3161 4.44129 11.8787 3.87868C12.4413 3.31607 13.2044 3 14 3C14.7956 3 15.5587 3.31607 16.1213 3.87868C16.6839 4.44129 17 5.20435 17 6ZM12.93 17C12.976 16.673 13 16.34 13 16C13.0023 14.4289 12.4737 12.903 11.5 11.67C12.2601 11.2312 13.1223 11.0001 14 11.0001C14.8776 11.0001 15.7399 11.2311 16.4999 11.67C17.26 12.1088 17.8912 12.74 18.3301 13.5C18.7689 14.2601 19 15.1223 19 16V17H12.93ZM6 11C7.32608 11 8.59785 11.5268 9.53553 12.4645C10.4732 13.4021 11 14.6739 11 16V17H1V16C1 14.6739 1.52678 13.4021 2.46447 12.4645C3.40215 11.5268 4.67392 11 6 11Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-users-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6C9 6.79565 8.68393 7.55871 8.12132 8.12132C7.55871 8.68393 6.79565 9 6 9C5.20435 9 4.44129 8.68393 3.87868 8.12132C3.31607 7.55871 3 6.79565 3 6C3 5.20435 3.31607 4.44129 3.87868 3.87868C4.44129 3.31607 5.20435 3 6 3C6.79565 3 7.55871 3.31607 8.12132 3.87868C8.68393 4.44129 9 5.20435 9 6ZM17 6C17 6.39397 16.9224 6.78407 16.7716 7.14805C16.6209 7.51203 16.3999 7.84274 16.1213 8.12132C15.8427 8.3999 15.512 8.62087 15.1481 8.77164C14.7841 8.9224 14.394 9 14 9C13.606 9 13.2159 8.9224 12.8519 8.77164C12.488 8.62087 12.1573 8.3999 11.8787 8.12132C11.6001 7.84274 11.3791 7.51203 11.2284 7.14805C11.0776 6.78407 11 6.39397 11 6C11 5.20435 11.3161 4.44129 11.8787 3.87868C12.4413 3.31607 13.2044 3 14 3C14.7956 3 15.5587 3.31607 16.1213 3.87868C16.6839 4.44129 17 5.20435 17 6ZM12.93 17C12.976 16.673 13 16.34 13 16C13.0023 14.4289 12.4737 12.903 11.5 11.67C12.2601 11.2312 13.1223 11.0001 14 11.0001C14.8776 11.0001 15.7399 11.2311 16.4999 11.67C17.26 12.1088 17.8912 12.74 18.3301 13.5C18.7689 14.2601 19 15.1223 19 16V17H12.93ZM6 11C7.32608 11 8.59785 11.5268 9.53553 12.4645C10.4732 13.4021 11 14.6739 11 16V17H1V16C1 14.6739 1.52678 13.4021 2.46447 12.4645C3.40215 11.5268 4.67392 11 6 11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-users-primary1,.icon-users-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-users-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6C9 6.79565 8.68393 7.55871 8.12132 8.12132C7.55871 8.68393 6.79565 9 6 9C5.20435 9 4.44129 8.68393 3.87868 8.12132C3.31607 7.55871 3 6.79565 3 6C3 5.20435 3.31607 4.44129 3.87868 3.87868C4.44129 3.31607 5.20435 3 6 3C6.79565 3 7.55871 3.31607 8.12132 3.87868C8.68393 4.44129 9 5.20435 9 6ZM17 6C17 6.39397 16.9224 6.78407 16.7716 7.14805C16.6209 7.51203 16.3999 7.84274 16.1213 8.12132C15.8427 8.3999 15.512 8.62087 15.1481 8.77164C14.7841 8.9224 14.394 9 14 9C13.606 9 13.2159 8.9224 12.8519 8.77164C12.488 8.62087 12.1573 8.3999 11.8787 8.12132C11.6001 7.84274 11.3791 7.51203 11.2284 7.14805C11.0776 6.78407 11 6.39397 11 6C11 5.20435 11.3161 4.44129 11.8787 3.87868C12.4413 3.31607 13.2044 3 14 3C14.7956 3 15.5587 3.31607 16.1213 3.87868C16.6839 4.44129 17 5.20435 17 6ZM12.93 17C12.976 16.673 13 16.34 13 16C13.0023 14.4289 12.4737 12.903 11.5 11.67C12.2601 11.2312 13.1223 11.0001 14 11.0001C14.8776 11.0001 15.7399 11.2311 16.4999 11.67C17.26 12.1088 17.8912 12.74 18.3301 13.5C18.7689 14.2601 19 15.1223 19 16V17H12.93ZM6 11C7.32608 11 8.59785 11.5268 9.53553 12.4645C10.4732 13.4021 11 14.6739 11 16V17H1V16C1 14.6739 1.52678 13.4021 2.46447 12.4645C3.40215 11.5268 4.67392 11 6 11Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-users-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6C9 6.79565 8.68393 7.55871 8.12132 8.12132C7.55871 8.68393 6.79565 9 6 9C5.20435 9 4.44129 8.68393 3.87868 8.12132C3.31607 7.55871 3 6.79565 3 6C3 5.20435 3.31607 4.44129 3.87868 3.87868C4.44129 3.31607 5.20435 3 6 3C6.79565 3 7.55871 3.31607 8.12132 3.87868C8.68393 4.44129 9 5.20435 9 6ZM17 6C17 6.39397 16.9224 6.78407 16.7716 7.14805C16.6209 7.51203 16.3999 7.84274 16.1213 8.12132C15.8427 8.3999 15.512 8.62087 15.1481 8.77164C14.7841 8.9224 14.394 9 14 9C13.606 9 13.2159 8.9224 12.8519 8.77164C12.488 8.62087 12.1573 8.3999 11.8787 8.12132C11.6001 7.84274 11.3791 7.51203 11.2284 7.14805C11.0776 6.78407 11 6.39397 11 6C11 5.20435 11.3161 4.44129 11.8787 3.87868C12.4413 3.31607 13.2044 3 14 3C14.7956 3 15.5587 3.31607 16.1213 3.87868C16.6839 4.44129 17 5.20435 17 6ZM12.93 17C12.976 16.673 13 16.34 13 16C13.0023 14.4289 12.4737 12.903 11.5 11.67C12.2601 11.2312 13.1223 11.0001 14 11.0001C14.8776 11.0001 15.7399 11.2311 16.4999 11.67C17.26 12.1088 17.8912 12.74 18.3301 13.5C18.7689 14.2601 19 15.1223 19 16V17H12.93ZM6 11C7.32608 11 8.59785 11.5268 9.53553 12.4645C10.4732 13.4021 11 14.6739 11 16V17H1V16C1 14.6739 1.52678 13.4021 2.46447 12.4645C3.40215 11.5268 4.67392 11 6 11Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-users-zinc-400,.icon-users-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-users-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6C9 6.79565 8.68393 7.55871 8.12132 8.12132C7.55871 8.68393 6.79565 9 6 9C5.20435 9 4.44129 8.68393 3.87868 8.12132C3.31607 7.55871 3 6.79565 3 6C3 5.20435 3.31607 4.44129 3.87868 3.87868C4.44129 3.31607 5.20435 3 6 3C6.79565 3 7.55871 3.31607 8.12132 3.87868C8.68393 4.44129 9 5.20435 9 6ZM17 6C17 6.39397 16.9224 6.78407 16.7716 7.14805C16.6209 7.51203 16.3999 7.84274 16.1213 8.12132C15.8427 8.3999 15.512 8.62087 15.1481 8.77164C14.7841 8.9224 14.394 9 14 9C13.606 9 13.2159 8.9224 12.8519 8.77164C12.488 8.62087 12.1573 8.3999 11.8787 8.12132C11.6001 7.84274 11.3791 7.51203 11.2284 7.14805C11.0776 6.78407 11 6.39397 11 6C11 5.20435 11.3161 4.44129 11.8787 3.87868C12.4413 3.31607 13.2044 3 14 3C14.7956 3 15.5587 3.31607 16.1213 3.87868C16.6839 4.44129 17 5.20435 17 6ZM12.93 17C12.976 16.673 13 16.34 13 16C13.0023 14.4289 12.4737 12.903 11.5 11.67C12.2601 11.2312 13.1223 11.0001 14 11.0001C14.8776 11.0001 15.7399 11.2311 16.4999 11.67C17.26 12.1088 17.8912 12.74 18.3301 13.5C18.7689 14.2601 19 15.1223 19 16V17H12.93ZM6 11C7.32608 11 8.59785 11.5268 9.53553 12.4645C10.4732 13.4021 11 14.6739 11 16V17H1V16C1 14.6739 1.52678 13.4021 2.46447 12.4645C3.40215 11.5268 4.67392 11 6 11Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-users-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6C9 6.79565 8.68393 7.55871 8.12132 8.12132C7.55871 8.68393 6.79565 9 6 9C5.20435 9 4.44129 8.68393 3.87868 8.12132C3.31607 7.55871 3 6.79565 3 6C3 5.20435 3.31607 4.44129 3.87868 3.87868C4.44129 3.31607 5.20435 3 6 3C6.79565 3 7.55871 3.31607 8.12132 3.87868C8.68393 4.44129 9 5.20435 9 6ZM17 6C17 6.39397 16.9224 6.78407 16.7716 7.14805C16.6209 7.51203 16.3999 7.84274 16.1213 8.12132C15.8427 8.3999 15.512 8.62087 15.1481 8.77164C14.7841 8.9224 14.394 9 14 9C13.606 9 13.2159 8.9224 12.8519 8.77164C12.488 8.62087 12.1573 8.3999 11.8787 8.12132C11.6001 7.84274 11.3791 7.51203 11.2284 7.14805C11.0776 6.78407 11 6.39397 11 6C11 5.20435 11.3161 4.44129 11.8787 3.87868C12.4413 3.31607 13.2044 3 14 3C14.7956 3 15.5587 3.31607 16.1213 3.87868C16.6839 4.44129 17 5.20435 17 6ZM12.93 17C12.976 16.673 13 16.34 13 16C13.0023 14.4289 12.4737 12.903 11.5 11.67C12.2601 11.2312 13.1223 11.0001 14 11.0001C14.8776 11.0001 15.7399 11.2311 16.4999 11.67C17.26 12.1088 17.8912 12.74 18.3301 13.5C18.7689 14.2601 19 15.1223 19 16V17H12.93ZM6 11C7.32608 11 8.59785 11.5268 9.53553 12.4645C10.4732 13.4021 11 14.6739 11 16V17H1V16C1 14.6739 1.52678 13.4021 2.46447 12.4645C3.40215 11.5268 4.67392 11 6 11Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-users-zinc-600,.icon-users-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-users-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6C9 6.79565 8.68393 7.55871 8.12132 8.12132C7.55871 8.68393 6.79565 9 6 9C5.20435 9 4.44129 8.68393 3.87868 8.12132C3.31607 7.55871 3 6.79565 3 6C3 5.20435 3.31607 4.44129 3.87868 3.87868C4.44129 3.31607 5.20435 3 6 3C6.79565 3 7.55871 3.31607 8.12132 3.87868C8.68393 4.44129 9 5.20435 9 6ZM17 6C17 6.39397 16.9224 6.78407 16.7716 7.14805C16.6209 7.51203 16.3999 7.84274 16.1213 8.12132C15.8427 8.3999 15.512 8.62087 15.1481 8.77164C14.7841 8.9224 14.394 9 14 9C13.606 9 13.2159 8.9224 12.8519 8.77164C12.488 8.62087 12.1573 8.3999 11.8787 8.12132C11.6001 7.84274 11.3791 7.51203 11.2284 7.14805C11.0776 6.78407 11 6.39397 11 6C11 5.20435 11.3161 4.44129 11.8787 3.87868C12.4413 3.31607 13.2044 3 14 3C14.7956 3 15.5587 3.31607 16.1213 3.87868C16.6839 4.44129 17 5.20435 17 6ZM12.93 17C12.976 16.673 13 16.34 13 16C13.0023 14.4289 12.4737 12.903 11.5 11.67C12.2601 11.2312 13.1223 11.0001 14 11.0001C14.8776 11.0001 15.7399 11.2311 16.4999 11.67C17.26 12.1088 17.8912 12.74 18.3301 13.5C18.7689 14.2601 19 15.1223 19 16V17H12.93ZM6 11C7.32608 11 8.59785 11.5268 9.53553 12.4645C10.4732 13.4021 11 14.6739 11 16V17H1V16C1 14.6739 1.52678 13.4021 2.46447 12.4645C3.40215 11.5268 4.67392 11 6 11Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-user{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 9C10.7956 9 11.5587 8.68393 12.1213 8.12132C12.6839 7.55871 13 6.79565 13 6C13 5.20435 12.6839 4.44129 12.1213 3.87868C11.5587 3.31607 10.7956 3 10 3C9.20435 3 8.44129 3.31607 7.87868 3.87868C7.31607 4.44129 7 5.20435 7 6C7 6.79565 7.31607 7.55871 7.87868 8.12132C8.44129 8.68393 9.20435 9 10 9ZM3 18C3 17.0807 3.18106 16.1705 3.53284 15.3212C3.88463 14.4719 4.40024 13.7003 5.05025 13.0503C5.70026 12.4002 6.47194 11.8846 7.32122 11.5328C8.1705 11.1811 9.08075 11 10 11C10.9193 11 11.8295 11.1811 12.6788 11.5328C13.5281 11.8846 14.2997 12.4002 14.9497 13.0503C15.5998 13.7003 16.1154 14.4719 16.4672 15.3212C16.8189 16.1705 17 17.0807 17 18H3Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-user,.icon-user-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-user-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 9C10.7956 9 11.5587 8.68393 12.1213 8.12132C12.6839 7.55871 13 6.79565 13 6C13 5.20435 12.6839 4.44129 12.1213 3.87868C11.5587 3.31607 10.7956 3 10 3C9.20435 3 8.44129 3.31607 7.87868 3.87868C7.31607 4.44129 7 5.20435 7 6C7 6.79565 7.31607 7.55871 7.87868 8.12132C8.44129 8.68393 9.20435 9 10 9ZM3 18C3 17.0807 3.18106 16.1705 3.53284 15.3212C3.88463 14.4719 4.40024 13.7003 5.05025 13.0503C5.70026 12.4002 6.47194 11.8846 7.32122 11.5328C8.1705 11.1811 9.08075 11 10 11C10.9193 11 11.8295 11.1811 12.6788 11.5328C13.5281 11.8846 14.2997 12.4002 14.9497 13.0503C15.5998 13.7003 16.1154 14.4719 16.4672 15.3212C16.8189 16.1705 17 17.0807 17 18H3Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-user-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 9C10.7956 9 11.5587 8.68393 12.1213 8.12132C12.6839 7.55871 13 6.79565 13 6C13 5.20435 12.6839 4.44129 12.1213 3.87868C11.5587 3.31607 10.7956 3 10 3C9.20435 3 8.44129 3.31607 7.87868 3.87868C7.31607 4.44129 7 5.20435 7 6C7 6.79565 7.31607 7.55871 7.87868 8.12132C8.44129 8.68393 9.20435 9 10 9ZM3 18C3 17.0807 3.18106 16.1705 3.53284 15.3212C3.88463 14.4719 4.40024 13.7003 5.05025 13.0503C5.70026 12.4002 6.47194 11.8846 7.32122 11.5328C8.1705 11.1811 9.08075 11 10 11C10.9193 11 11.8295 11.1811 12.6788 11.5328C13.5281 11.8846 14.2997 12.4002 14.9497 13.0503C15.5998 13.7003 16.1154 14.4719 16.4672 15.3212C16.8189 16.1705 17 17.0807 17 18H3Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-user-primary1,.icon-user-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-user-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 9C10.7956 9 11.5587 8.68393 12.1213 8.12132C12.6839 7.55871 13 6.79565 13 6C13 5.20435 12.6839 4.44129 12.1213 3.87868C11.5587 3.31607 10.7956 3 10 3C9.20435 3 8.44129 3.31607 7.87868 3.87868C7.31607 4.44129 7 5.20435 7 6C7 6.79565 7.31607 7.55871 7.87868 8.12132C8.44129 8.68393 9.20435 9 10 9ZM3 18C3 17.0807 3.18106 16.1705 3.53284 15.3212C3.88463 14.4719 4.40024 13.7003 5.05025 13.0503C5.70026 12.4002 6.47194 11.8846 7.32122 11.5328C8.1705 11.1811 9.08075 11 10 11C10.9193 11 11.8295 11.1811 12.6788 11.5328C13.5281 11.8846 14.2997 12.4002 14.9497 13.0503C15.5998 13.7003 16.1154 14.4719 16.4672 15.3212C16.8189 16.1705 17 17.0807 17 18H3Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-user-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 9C10.7956 9 11.5587 8.68393 12.1213 8.12132C12.6839 7.55871 13 6.79565 13 6C13 5.20435 12.6839 4.44129 12.1213 3.87868C11.5587 3.31607 10.7956 3 10 3C9.20435 3 8.44129 3.31607 7.87868 3.87868C7.31607 4.44129 7 5.20435 7 6C7 6.79565 7.31607 7.55871 7.87868 8.12132C8.44129 8.68393 9.20435 9 10 9ZM3 18C3 17.0807 3.18106 16.1705 3.53284 15.3212C3.88463 14.4719 4.40024 13.7003 5.05025 13.0503C5.70026 12.4002 6.47194 11.8846 7.32122 11.5328C8.1705 11.1811 9.08075 11 10 11C10.9193 11 11.8295 11.1811 12.6788 11.5328C13.5281 11.8846 14.2997 12.4002 14.9497 13.0503C15.5998 13.7003 16.1154 14.4719 16.4672 15.3212C16.8189 16.1705 17 17.0807 17 18H3Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-user-zinc-500,.icon-user-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-user-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 9C10.7956 9 11.5587 8.68393 12.1213 8.12132C12.6839 7.55871 13 6.79565 13 6C13 5.20435 12.6839 4.44129 12.1213 3.87868C11.5587 3.31607 10.7956 3 10 3C9.20435 3 8.44129 3.31607 7.87868 3.87868C7.31607 4.44129 7 5.20435 7 6C7 6.79565 7.31607 7.55871 7.87868 8.12132C8.44129 8.68393 9.20435 9 10 9ZM3 18C3 17.0807 3.18106 16.1705 3.53284 15.3212C3.88463 14.4719 4.40024 13.7003 5.05025 13.0503C5.70026 12.4002 6.47194 11.8846 7.32122 11.5328C8.1705 11.1811 9.08075 11 10 11C10.9193 11 11.8295 11.1811 12.6788 11.5328C13.5281 11.8846 14.2997 12.4002 14.9497 13.0503C15.5998 13.7003 16.1154 14.4719 16.4672 15.3212C16.8189 16.1705 17 17.0807 17 18H3Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-user-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 9C10.7956 9 11.5587 8.68393 12.1213 8.12132C12.6839 7.55871 13 6.79565 13 6C13 5.20435 12.6839 4.44129 12.1213 3.87868C11.5587 3.31607 10.7956 3 10 3C9.20435 3 8.44129 3.31607 7.87868 3.87868C7.31607 4.44129 7 5.20435 7 6C7 6.79565 7.31607 7.55871 7.87868 8.12132C8.44129 8.68393 9.20435 9 10 9ZM3 18C3 17.0807 3.18106 16.1705 3.53284 15.3212C3.88463 14.4719 4.40024 13.7003 5.05025 13.0503C5.70026 12.4002 6.47194 11.8846 7.32122 11.5328C8.1705 11.1811 9.08075 11 10 11C10.9193 11 11.8295 11.1811 12.6788 11.5328C13.5281 11.8846 14.2997 12.4002 14.9497 13.0503C15.5998 13.7003 16.1154 14.4719 16.4672 15.3212C16.8189 16.1705 17 17.0807 17 18H3Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-folder,.icon-user-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-folder{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 5.46957 2.21071 4.96086 2.58579 4.58579C2.96086 4.21071 3.46957 4 4 4H8L10 6H14C14.5304 6 15.0391 6.21071 15.4142 6.58579C15.7893 6.96086 16 7.46957 16 8V9H8C7.20435 9 6.44129 9.31607 5.87868 9.87868C5.31607 10.4413 5 11.2044 5 12V13.5C5 13.8978 4.84196 14.2794 4.56066 14.5607C4.27936 14.842 3.89782 15 3.5 15C3.10218 15 2.72064 14.842 2.43934 14.5607C2.15804 14.2794 2 13.8978 2 13.5V6Z' fill='%2352525B'/%3E%3Cpath d='M6 12C6 11.4696 6.21071 10.9609 6.58579 10.5858C6.96086 10.2107 7.46957 10 8 10H16C16.5304 10 17.0391 10.2107 17.4142 10.5858C17.7893 10.9609 18 11.4696 18 12V14C18 14.5304 17.7893 15.0391 17.4142 15.4142C17.0391 15.7893 16.5304 16 16 16H2H4C4.53043 16 5.03914 15.7893 5.41421 15.4142C5.78929 15.0391 6 14.5304 6 14V12Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-folder-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 5.46957 2.21071 4.96086 2.58579 4.58579C2.96086 4.21071 3.46957 4 4 4H8L10 6H14C14.5304 6 15.0391 6.21071 15.4142 6.58579C15.7893 6.96086 16 7.46957 16 8V9H8C7.20435 9 6.44129 9.31607 5.87868 9.87868C5.31607 10.4413 5 11.2044 5 12V13.5C5 13.8978 4.84196 14.2794 4.56066 14.5607C4.27936 14.842 3.89782 15 3.5 15C3.10218 15 2.72064 14.842 2.43934 14.5607C2.15804 14.2794 2 13.8978 2 13.5V6Z' fill='%23ffffff'/%3E%3Cpath d='M6 12C6 11.4696 6.21071 10.9609 6.58579 10.5858C6.96086 10.2107 7.46957 10 8 10H16C16.5304 10 17.0391 10.2107 17.4142 10.5858C17.7893 10.9609 18 11.4696 18 12V14C18 14.5304 17.7893 15.0391 17.4142 15.4142C17.0391 15.7893 16.5304 16 16 16H2H4C4.53043 16 5.03914 15.7893 5.41421 15.4142C5.78929 15.0391 6 14.5304 6 14V12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-folder-primary1,.icon-folder-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-folder-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 5.46957 2.21071 4.96086 2.58579 4.58579C2.96086 4.21071 3.46957 4 4 4H8L10 6H14C14.5304 6 15.0391 6.21071 15.4142 6.58579C15.7893 6.96086 16 7.46957 16 8V9H8C7.20435 9 6.44129 9.31607 5.87868 9.87868C5.31607 10.4413 5 11.2044 5 12V13.5C5 13.8978 4.84196 14.2794 4.56066 14.5607C4.27936 14.842 3.89782 15 3.5 15C3.10218 15 2.72064 14.842 2.43934 14.5607C2.15804 14.2794 2 13.8978 2 13.5V6Z' fill='%23E4261A'/%3E%3Cpath d='M6 12C6 11.4696 6.21071 10.9609 6.58579 10.5858C6.96086 10.2107 7.46957 10 8 10H16C16.5304 10 17.0391 10.2107 17.4142 10.5858C17.7893 10.9609 18 11.4696 18 12V14C18 14.5304 17.7893 15.0391 17.4142 15.4142C17.0391 15.7893 16.5304 16 16 16H2H4C4.53043 16 5.03914 15.7893 5.41421 15.4142C5.78929 15.0391 6 14.5304 6 14V12Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-folder-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 5.46957 2.21071 4.96086 2.58579 4.58579C2.96086 4.21071 3.46957 4 4 4H8L10 6H14C14.5304 6 15.0391 6.21071 15.4142 6.58579C15.7893 6.96086 16 7.46957 16 8V9H8C7.20435 9 6.44129 9.31607 5.87868 9.87868C5.31607 10.4413 5 11.2044 5 12V13.5C5 13.8978 4.84196 14.2794 4.56066 14.5607C4.27936 14.842 3.89782 15 3.5 15C3.10218 15 2.72064 14.842 2.43934 14.5607C2.15804 14.2794 2 13.8978 2 13.5V6Z' fill='%23A1A1AA'/%3E%3Cpath d='M6 12C6 11.4696 6.21071 10.9609 6.58579 10.5858C6.96086 10.2107 7.46957 10 8 10H16C16.5304 10 17.0391 10.2107 17.4142 10.5858C17.7893 10.9609 18 11.4696 18 12V14C18 14.5304 17.7893 15.0391 17.4142 15.4142C17.0391 15.7893 16.5304 16 16 16H2H4C4.53043 16 5.03914 15.7893 5.41421 15.4142C5.78929 15.0391 6 14.5304 6 14V12Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-folder-zinc-400,.icon-folder-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-folder-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 5.46957 2.21071 4.96086 2.58579 4.58579C2.96086 4.21071 3.46957 4 4 4H8L10 6H14C14.5304 6 15.0391 6.21071 15.4142 6.58579C15.7893 6.96086 16 7.46957 16 8V9H8C7.20435 9 6.44129 9.31607 5.87868 9.87868C5.31607 10.4413 5 11.2044 5 12V13.5C5 13.8978 4.84196 14.2794 4.56066 14.5607C4.27936 14.842 3.89782 15 3.5 15C3.10218 15 2.72064 14.842 2.43934 14.5607C2.15804 14.2794 2 13.8978 2 13.5V6Z' fill='%2371717A'/%3E%3Cpath d='M6 12C6 11.4696 6.21071 10.9609 6.58579 10.5858C6.96086 10.2107 7.46957 10 8 10H16C16.5304 10 17.0391 10.2107 17.4142 10.5858C17.7893 10.9609 18 11.4696 18 12V14C18 14.5304 17.7893 15.0391 17.4142 15.4142C17.0391 15.7893 16.5304 16 16 16H2H4C4.53043 16 5.03914 15.7893 5.41421 15.4142C5.78929 15.0391 6 14.5304 6 14V12Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-folder-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 5.46957 2.21071 4.96086 2.58579 4.58579C2.96086 4.21071 3.46957 4 4 4H8L10 6H14C14.5304 6 15.0391 6.21071 15.4142 6.58579C15.7893 6.96086 16 7.46957 16 8V9H8C7.20435 9 6.44129 9.31607 5.87868 9.87868C5.31607 10.4413 5 11.2044 5 12V13.5C5 13.8978 4.84196 14.2794 4.56066 14.5607C4.27936 14.842 3.89782 15 3.5 15C3.10218 15 2.72064 14.842 2.43934 14.5607C2.15804 14.2794 2 13.8978 2 13.5V6Z' fill='%2352525B'/%3E%3Cpath d='M6 12C6 11.4696 6.21071 10.9609 6.58579 10.5858C6.96086 10.2107 7.46957 10 8 10H16C16.5304 10 17.0391 10.2107 17.4142 10.5858C17.7893 10.9609 18 11.4696 18 12V14C18 14.5304 17.7893 15.0391 17.4142 15.4142C17.0391 15.7893 16.5304 16 16 16H2H4C4.53043 16 5.03914 15.7893 5.41421 15.4142C5.78929 15.0391 6 14.5304 6 14V12Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-folder-zinc-600,.icon-folder-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-folder-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 5.46957 2.21071 4.96086 2.58579 4.58579C2.96086 4.21071 3.46957 4 4 4H8L10 6H14C14.5304 6 15.0391 6.21071 15.4142 6.58579C15.7893 6.96086 16 7.46957 16 8V9H8C7.20435 9 6.44129 9.31607 5.87868 9.87868C5.31607 10.4413 5 11.2044 5 12V13.5C5 13.8978 4.84196 14.2794 4.56066 14.5607C4.27936 14.842 3.89782 15 3.5 15C3.10218 15 2.72064 14.842 2.43934 14.5607C2.15804 14.2794 2 13.8978 2 13.5V6Z' fill='%233f3f46'/%3E%3Cpath d='M6 12C6 11.4696 6.21071 10.9609 6.58579 10.5858C6.96086 10.2107 7.46957 10 8 10H16C16.5304 10 17.0391 10.2107 17.4142 10.5858C17.7893 10.9609 18 11.4696 18 12V14C18 14.5304 17.7893 15.0391 17.4142 15.4142C17.0391 15.7893 16.5304 16 16 16H2H4C4.53043 16 5.03914 15.7893 5.41421 15.4142C5.78929 15.0391 6 14.5304 6 14V12Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-building{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C4 3.46957 4.21071 2.96086 4.58579 2.58579C4.96086 2.21071 5.46957 2 6 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V16C16.2652 16 16.5196 16.1054 16.7071 16.2929C16.8946 16.4804 17 16.7348 17 17C17 17.2652 16.8946 17.5196 16.7071 17.7071C16.5196 17.8946 16.2652 18 16 18H13C12.7348 18 12.4804 17.8946 12.2929 17.7071C12.1054 17.5196 12 17.2652 12 17V15C12 14.7348 11.8946 14.4804 11.7071 14.2929C11.5196 14.1054 11.2652 14 11 14H9C8.73478 14 8.48043 14.1054 8.29289 14.2929C8.10536 14.4804 8 14.7348 8 15V17C8 17.2652 7.89464 17.5196 7.70711 17.7071C7.51957 17.8946 7.26522 18 7 18H4C3.73478 18 3.48043 17.8946 3.29289 17.7071C3.10536 17.5196 3 17.2652 3 17C3 16.7348 3.10536 16.4804 3.29289 16.2929C3.48043 16.1054 3.73478 16 4 16V4ZM7 5H9V7H7V5ZM9 9H7V11H9V9ZM11 5H13V7H11V5ZM13 9H11V11H13V9Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-building,.icon-building-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-building-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C4 3.46957 4.21071 2.96086 4.58579 2.58579C4.96086 2.21071 5.46957 2 6 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V16C16.2652 16 16.5196 16.1054 16.7071 16.2929C16.8946 16.4804 17 16.7348 17 17C17 17.2652 16.8946 17.5196 16.7071 17.7071C16.5196 17.8946 16.2652 18 16 18H13C12.7348 18 12.4804 17.8946 12.2929 17.7071C12.1054 17.5196 12 17.2652 12 17V15C12 14.7348 11.8946 14.4804 11.7071 14.2929C11.5196 14.1054 11.2652 14 11 14H9C8.73478 14 8.48043 14.1054 8.29289 14.2929C8.10536 14.4804 8 14.7348 8 15V17C8 17.2652 7.89464 17.5196 7.70711 17.7071C7.51957 17.8946 7.26522 18 7 18H4C3.73478 18 3.48043 17.8946 3.29289 17.7071C3.10536 17.5196 3 17.2652 3 17C3 16.7348 3.10536 16.4804 3.29289 16.2929C3.48043 16.1054 3.73478 16 4 16V4ZM7 5H9V7H7V5ZM9 9H7V11H9V9ZM11 5H13V7H11V5ZM13 9H11V11H13V9Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-building-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C4 3.46957 4.21071 2.96086 4.58579 2.58579C4.96086 2.21071 5.46957 2 6 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V16C16.2652 16 16.5196 16.1054 16.7071 16.2929C16.8946 16.4804 17 16.7348 17 17C17 17.2652 16.8946 17.5196 16.7071 17.7071C16.5196 17.8946 16.2652 18 16 18H13C12.7348 18 12.4804 17.8946 12.2929 17.7071C12.1054 17.5196 12 17.2652 12 17V15C12 14.7348 11.8946 14.4804 11.7071 14.2929C11.5196 14.1054 11.2652 14 11 14H9C8.73478 14 8.48043 14.1054 8.29289 14.2929C8.10536 14.4804 8 14.7348 8 15V17C8 17.2652 7.89464 17.5196 7.70711 17.7071C7.51957 17.8946 7.26522 18 7 18H4C3.73478 18 3.48043 17.8946 3.29289 17.7071C3.10536 17.5196 3 17.2652 3 17C3 16.7348 3.10536 16.4804 3.29289 16.2929C3.48043 16.1054 3.73478 16 4 16V4ZM7 5H9V7H7V5ZM9 9H7V11H9V9ZM11 5H13V7H11V5ZM13 9H11V11H13V9Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-building-primary1,.icon-building-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-building-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C4 3.46957 4.21071 2.96086 4.58579 2.58579C4.96086 2.21071 5.46957 2 6 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V16C16.2652 16 16.5196 16.1054 16.7071 16.2929C16.8946 16.4804 17 16.7348 17 17C17 17.2652 16.8946 17.5196 16.7071 17.7071C16.5196 17.8946 16.2652 18 16 18H13C12.7348 18 12.4804 17.8946 12.2929 17.7071C12.1054 17.5196 12 17.2652 12 17V15C12 14.7348 11.8946 14.4804 11.7071 14.2929C11.5196 14.1054 11.2652 14 11 14H9C8.73478 14 8.48043 14.1054 8.29289 14.2929C8.10536 14.4804 8 14.7348 8 15V17C8 17.2652 7.89464 17.5196 7.70711 17.7071C7.51957 17.8946 7.26522 18 7 18H4C3.73478 18 3.48043 17.8946 3.29289 17.7071C3.10536 17.5196 3 17.2652 3 17C3 16.7348 3.10536 16.4804 3.29289 16.2929C3.48043 16.1054 3.73478 16 4 16V4ZM7 5H9V7H7V5ZM9 9H7V11H9V9ZM11 5H13V7H11V5ZM13 9H11V11H13V9Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-building-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C4 3.46957 4.21071 2.96086 4.58579 2.58579C4.96086 2.21071 5.46957 2 6 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V16C16.2652 16 16.5196 16.1054 16.7071 16.2929C16.8946 16.4804 17 16.7348 17 17C17 17.2652 16.8946 17.5196 16.7071 17.7071C16.5196 17.8946 16.2652 18 16 18H13C12.7348 18 12.4804 17.8946 12.2929 17.7071C12.1054 17.5196 12 17.2652 12 17V15C12 14.7348 11.8946 14.4804 11.7071 14.2929C11.5196 14.1054 11.2652 14 11 14H9C8.73478 14 8.48043 14.1054 8.29289 14.2929C8.10536 14.4804 8 14.7348 8 15V17C8 17.2652 7.89464 17.5196 7.70711 17.7071C7.51957 17.8946 7.26522 18 7 18H4C3.73478 18 3.48043 17.8946 3.29289 17.7071C3.10536 17.5196 3 17.2652 3 17C3 16.7348 3.10536 16.4804 3.29289 16.2929C3.48043 16.1054 3.73478 16 4 16V4ZM7 5H9V7H7V5ZM9 9H7V11H9V9ZM11 5H13V7H11V5ZM13 9H11V11H13V9Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-building-zinc-500,.icon-building-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-building-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C4 3.46957 4.21071 2.96086 4.58579 2.58579C4.96086 2.21071 5.46957 2 6 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V16C16.2652 16 16.5196 16.1054 16.7071 16.2929C16.8946 16.4804 17 16.7348 17 17C17 17.2652 16.8946 17.5196 16.7071 17.7071C16.5196 17.8946 16.2652 18 16 18H13C12.7348 18 12.4804 17.8946 12.2929 17.7071C12.1054 17.5196 12 17.2652 12 17V15C12 14.7348 11.8946 14.4804 11.7071 14.2929C11.5196 14.1054 11.2652 14 11 14H9C8.73478 14 8.48043 14.1054 8.29289 14.2929C8.10536 14.4804 8 14.7348 8 15V17C8 17.2652 7.89464 17.5196 7.70711 17.7071C7.51957 17.8946 7.26522 18 7 18H4C3.73478 18 3.48043 17.8946 3.29289 17.7071C3.10536 17.5196 3 17.2652 3 17C3 16.7348 3.10536 16.4804 3.29289 16.2929C3.48043 16.1054 3.73478 16 4 16V4ZM7 5H9V7H7V5ZM9 9H7V11H9V9ZM11 5H13V7H11V5ZM13 9H11V11H13V9Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-building-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C4 3.46957 4.21071 2.96086 4.58579 2.58579C4.96086 2.21071 5.46957 2 6 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V16C16.2652 16 16.5196 16.1054 16.7071 16.2929C16.8946 16.4804 17 16.7348 17 17C17 17.2652 16.8946 17.5196 16.7071 17.7071C16.5196 17.8946 16.2652 18 16 18H13C12.7348 18 12.4804 17.8946 12.2929 17.7071C12.1054 17.5196 12 17.2652 12 17V15C12 14.7348 11.8946 14.4804 11.7071 14.2929C11.5196 14.1054 11.2652 14 11 14H9C8.73478 14 8.48043 14.1054 8.29289 14.2929C8.10536 14.4804 8 14.7348 8 15V17C8 17.2652 7.89464 17.5196 7.70711 17.7071C7.51957 17.8946 7.26522 18 7 18H4C3.73478 18 3.48043 17.8946 3.29289 17.7071C3.10536 17.5196 3 17.2652 3 17C3 16.7348 3.10536 16.4804 3.29289 16.2929C3.48043 16.1054 3.73478 16 4 16V4ZM7 5H9V7H7V5ZM9 9H7V11H9V9ZM11 5H13V7H11V5ZM13 9H11V11H13V9Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-building-zinc-700,.icon-file{background-position:50%;background-repeat:no-repeat;display:flex}.icon-file{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C4 3.46957 4.21071 2.96086 4.58579 2.58579C4.96086 2.21071 5.46957 2 6 2H10.586C11.1164 2.00011 11.625 2.2109 12 2.586L15.414 6C15.7891 6.37499 15.9999 6.88361 16 7.414V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V4ZM6 10C6 9.73478 6.10536 9.48043 6.29289 9.29289C6.48043 9.10536 6.73478 9 7 9H13C13.2652 9 13.5196 9.10536 13.7071 9.29289C13.8946 9.48043 14 9.73478 14 10C14 10.2652 13.8946 10.5196 13.7071 10.7071C13.5196 10.8946 13.2652 11 13 11H7C6.73478 11 6.48043 10.8946 6.29289 10.7071C6.10536 10.5196 6 10.2652 6 10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H7Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-file-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C4 3.46957 4.21071 2.96086 4.58579 2.58579C4.96086 2.21071 5.46957 2 6 2H10.586C11.1164 2.00011 11.625 2.2109 12 2.586L15.414 6C15.7891 6.37499 15.9999 6.88361 16 7.414V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V4ZM6 10C6 9.73478 6.10536 9.48043 6.29289 9.29289C6.48043 9.10536 6.73478 9 7 9H13C13.2652 9 13.5196 9.10536 13.7071 9.29289C13.8946 9.48043 14 9.73478 14 10C14 10.2652 13.8946 10.5196 13.7071 10.7071C13.5196 10.8946 13.2652 11 13 11H7C6.73478 11 6.48043 10.8946 6.29289 10.7071C6.10536 10.5196 6 10.2652 6 10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-file-primary1,.icon-file-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-file-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C4 3.46957 4.21071 2.96086 4.58579 2.58579C4.96086 2.21071 5.46957 2 6 2H10.586C11.1164 2.00011 11.625 2.2109 12 2.586L15.414 6C15.7891 6.37499 15.9999 6.88361 16 7.414V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V4ZM6 10C6 9.73478 6.10536 9.48043 6.29289 9.29289C6.48043 9.10536 6.73478 9 7 9H13C13.2652 9 13.5196 9.10536 13.7071 9.29289C13.8946 9.48043 14 9.73478 14 10C14 10.2652 13.8946 10.5196 13.7071 10.7071C13.5196 10.8946 13.2652 11 13 11H7C6.73478 11 6.48043 10.8946 6.29289 10.7071C6.10536 10.5196 6 10.2652 6 10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H7Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-file-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C4 3.46957 4.21071 2.96086 4.58579 2.58579C4.96086 2.21071 5.46957 2 6 2H10.586C11.1164 2.00011 11.625 2.2109 12 2.586L15.414 6C15.7891 6.37499 15.9999 6.88361 16 7.414V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V4ZM6 10C6 9.73478 6.10536 9.48043 6.29289 9.29289C6.48043 9.10536 6.73478 9 7 9H13C13.2652 9 13.5196 9.10536 13.7071 9.29289C13.8946 9.48043 14 9.73478 14 10C14 10.2652 13.8946 10.5196 13.7071 10.7071C13.5196 10.8946 13.2652 11 13 11H7C6.73478 11 6.48043 10.8946 6.29289 10.7071C6.10536 10.5196 6 10.2652 6 10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H7Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-file-zinc-400,.icon-file-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-file-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C4 3.46957 4.21071 2.96086 4.58579 2.58579C4.96086 2.21071 5.46957 2 6 2H10.586C11.1164 2.00011 11.625 2.2109 12 2.586L15.414 6C15.7891 6.37499 15.9999 6.88361 16 7.414V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V4ZM6 10C6 9.73478 6.10536 9.48043 6.29289 9.29289C6.48043 9.10536 6.73478 9 7 9H13C13.2652 9 13.5196 9.10536 13.7071 9.29289C13.8946 9.48043 14 9.73478 14 10C14 10.2652 13.8946 10.5196 13.7071 10.7071C13.5196 10.8946 13.2652 11 13 11H7C6.73478 11 6.48043 10.8946 6.29289 10.7071C6.10536 10.5196 6 10.2652 6 10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H7Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-file-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C4 3.46957 4.21071 2.96086 4.58579 2.58579C4.96086 2.21071 5.46957 2 6 2H10.586C11.1164 2.00011 11.625 2.2109 12 2.586L15.414 6C15.7891 6.37499 15.9999 6.88361 16 7.414V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V4ZM6 10C6 9.73478 6.10536 9.48043 6.29289 9.29289C6.48043 9.10536 6.73478 9 7 9H13C13.2652 9 13.5196 9.10536 13.7071 9.29289C13.8946 9.48043 14 9.73478 14 10C14 10.2652 13.8946 10.5196 13.7071 10.7071C13.5196 10.8946 13.2652 11 13 11H7C6.73478 11 6.48043 10.8946 6.29289 10.7071C6.10536 10.5196 6 10.2652 6 10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H7Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-file-zinc-600,.icon-file-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-file-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C4 3.46957 4.21071 2.96086 4.58579 2.58579C4.96086 2.21071 5.46957 2 6 2H10.586C11.1164 2.00011 11.625 2.2109 12 2.586L15.414 6C15.7891 6.37499 15.9999 6.88361 16 7.414V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V4ZM6 10C6 9.73478 6.10536 9.48043 6.29289 9.29289C6.48043 9.10536 6.73478 9 7 9H13C13.2652 9 13.5196 9.10536 13.7071 9.29289C13.8946 9.48043 14 9.73478 14 10C14 10.2652 13.8946 10.5196 13.7071 10.7071C13.5196 10.8946 13.2652 11 13 11H7C6.73478 11 6.48043 10.8946 6.29289 10.7071C6.10536 10.5196 6 10.2652 6 10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H7Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-lock{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 9V7C5 5.67392 5.52678 4.40215 6.46447 3.46447C7.40215 2.52678 8.67392 2 10 2C11.3261 2 12.5979 2.52678 13.5355 3.46447C14.4732 4.40215 15 5.67392 15 7V9C15.5304 9 16.0391 9.21071 16.4142 9.58579C16.7893 9.96086 17 10.4696 17 11V16C17 16.5304 16.7893 17.0391 16.4142 17.4142C16.0391 17.7893 15.5304 18 15 18H5C4.46957 18 3.96086 17.7893 3.58579 17.4142C3.21071 17.0391 3 16.5304 3 16V11C3 10.4696 3.21071 9.96086 3.58579 9.58579C3.96086 9.21071 4.46957 9 5 9ZM13 7V9H7V7C7 6.20435 7.31607 5.44129 7.87868 4.87868C8.44129 4.31607 9.20435 4 10 4C10.7956 4 11.5587 4.31607 12.1213 4.87868C12.6839 5.44129 13 6.20435 13 7Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-lock,.icon-lock-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-lock-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 9V7C5 5.67392 5.52678 4.40215 6.46447 3.46447C7.40215 2.52678 8.67392 2 10 2C11.3261 2 12.5979 2.52678 13.5355 3.46447C14.4732 4.40215 15 5.67392 15 7V9C15.5304 9 16.0391 9.21071 16.4142 9.58579C16.7893 9.96086 17 10.4696 17 11V16C17 16.5304 16.7893 17.0391 16.4142 17.4142C16.0391 17.7893 15.5304 18 15 18H5C4.46957 18 3.96086 17.7893 3.58579 17.4142C3.21071 17.0391 3 16.5304 3 16V11C3 10.4696 3.21071 9.96086 3.58579 9.58579C3.96086 9.21071 4.46957 9 5 9ZM13 7V9H7V7C7 6.20435 7.31607 5.44129 7.87868 4.87868C8.44129 4.31607 9.20435 4 10 4C10.7956 4 11.5587 4.31607 12.1213 4.87868C12.6839 5.44129 13 6.20435 13 7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-lock-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 9V7C5 5.67392 5.52678 4.40215 6.46447 3.46447C7.40215 2.52678 8.67392 2 10 2C11.3261 2 12.5979 2.52678 13.5355 3.46447C14.4732 4.40215 15 5.67392 15 7V9C15.5304 9 16.0391 9.21071 16.4142 9.58579C16.7893 9.96086 17 10.4696 17 11V16C17 16.5304 16.7893 17.0391 16.4142 17.4142C16.0391 17.7893 15.5304 18 15 18H5C4.46957 18 3.96086 17.7893 3.58579 17.4142C3.21071 17.0391 3 16.5304 3 16V11C3 10.4696 3.21071 9.96086 3.58579 9.58579C3.96086 9.21071 4.46957 9 5 9ZM13 7V9H7V7C7 6.20435 7.31607 5.44129 7.87868 4.87868C8.44129 4.31607 9.20435 4 10 4C10.7956 4 11.5587 4.31607 12.1213 4.87868C12.6839 5.44129 13 6.20435 13 7Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-lock-primary1,.icon-lock-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-lock-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 9V7C5 5.67392 5.52678 4.40215 6.46447 3.46447C7.40215 2.52678 8.67392 2 10 2C11.3261 2 12.5979 2.52678 13.5355 3.46447C14.4732 4.40215 15 5.67392 15 7V9C15.5304 9 16.0391 9.21071 16.4142 9.58579C16.7893 9.96086 17 10.4696 17 11V16C17 16.5304 16.7893 17.0391 16.4142 17.4142C16.0391 17.7893 15.5304 18 15 18H5C4.46957 18 3.96086 17.7893 3.58579 17.4142C3.21071 17.0391 3 16.5304 3 16V11C3 10.4696 3.21071 9.96086 3.58579 9.58579C3.96086 9.21071 4.46957 9 5 9ZM13 7V9H7V7C7 6.20435 7.31607 5.44129 7.87868 4.87868C8.44129 4.31607 9.20435 4 10 4C10.7956 4 11.5587 4.31607 12.1213 4.87868C12.6839 5.44129 13 6.20435 13 7Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-lock-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 9V7C5 5.67392 5.52678 4.40215 6.46447 3.46447C7.40215 2.52678 8.67392 2 10 2C11.3261 2 12.5979 2.52678 13.5355 3.46447C14.4732 4.40215 15 5.67392 15 7V9C15.5304 9 16.0391 9.21071 16.4142 9.58579C16.7893 9.96086 17 10.4696 17 11V16C17 16.5304 16.7893 17.0391 16.4142 17.4142C16.0391 17.7893 15.5304 18 15 18H5C4.46957 18 3.96086 17.7893 3.58579 17.4142C3.21071 17.0391 3 16.5304 3 16V11C3 10.4696 3.21071 9.96086 3.58579 9.58579C3.96086 9.21071 4.46957 9 5 9ZM13 7V9H7V7C7 6.20435 7.31607 5.44129 7.87868 4.87868C8.44129 4.31607 9.20435 4 10 4C10.7956 4 11.5587 4.31607 12.1213 4.87868C12.6839 5.44129 13 6.20435 13 7Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-lock-zinc-500,.icon-lock-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-lock-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 9V7C5 5.67392 5.52678 4.40215 6.46447 3.46447C7.40215 2.52678 8.67392 2 10 2C11.3261 2 12.5979 2.52678 13.5355 3.46447C14.4732 4.40215 15 5.67392 15 7V9C15.5304 9 16.0391 9.21071 16.4142 9.58579C16.7893 9.96086 17 10.4696 17 11V16C17 16.5304 16.7893 17.0391 16.4142 17.4142C16.0391 17.7893 15.5304 18 15 18H5C4.46957 18 3.96086 17.7893 3.58579 17.4142C3.21071 17.0391 3 16.5304 3 16V11C3 10.4696 3.21071 9.96086 3.58579 9.58579C3.96086 9.21071 4.46957 9 5 9ZM13 7V9H7V7C7 6.20435 7.31607 5.44129 7.87868 4.87868C8.44129 4.31607 9.20435 4 10 4C10.7956 4 11.5587 4.31607 12.1213 4.87868C12.6839 5.44129 13 6.20435 13 7Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-lock-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 9V7C5 5.67392 5.52678 4.40215 6.46447 3.46447C7.40215 2.52678 8.67392 2 10 2C11.3261 2 12.5979 2.52678 13.5355 3.46447C14.4732 4.40215 15 5.67392 15 7V9C15.5304 9 16.0391 9.21071 16.4142 9.58579C16.7893 9.96086 17 10.4696 17 11V16C17 16.5304 16.7893 17.0391 16.4142 17.4142C16.0391 17.7893 15.5304 18 15 18H5C4.46957 18 3.96086 17.7893 3.58579 17.4142C3.21071 17.0391 3 16.5304 3 16V11C3 10.4696 3.21071 9.96086 3.58579 9.58579C3.96086 9.21071 4.46957 9 5 9ZM13 7V9H7V7C7 6.20435 7.31607 5.44129 7.87868 4.87868C8.44129 4.31607 9.20435 4 10 4C10.7956 4 11.5587 4.31607 12.1213 4.87868C12.6839 5.44129 13 6.20435 13 7Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-lock-zinc-700,.icon-security{background-position:50%;background-repeat:no-repeat;display:flex}.icon-security{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.166 5.055C5.06114 5.019 7.84481 3.93346 10 2C12.155 3.93382 14.9387 5.01973 17.834 5.056C17.944 5.706 18 6.376 18 7.057C18 12.282 14.66 16.727 10 18.374C5.34 16.726 2 12.281 2 7.056C2 6.374 2.057 5.706 2.166 5.055V5.055ZM13.707 8.763C13.8892 8.5744 13.99 8.3218 13.9877 8.0596C13.9854 7.7974 13.8802 7.54659 13.6948 7.36118C13.5094 7.17577 13.2586 7.0706 12.9964 7.06833C12.7342 7.06605 12.4816 7.16684 12.293 7.349L9 10.642L7.707 9.349C7.5184 9.16684 7.2658 9.06605 7.0036 9.06833C6.7414 9.0706 6.49059 9.17577 6.30518 9.36118C6.11977 9.54659 6.0146 9.7974 6.01233 10.0596C6.01005 10.3218 6.11084 10.5744 6.293 10.763L8.293 12.763C8.48053 12.9505 8.73484 13.0558 9 13.0558C9.26516 13.0558 9.51947 12.9505 9.707 12.763L13.707 8.763V8.763Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-security-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.166 5.055C5.06114 5.019 7.84481 3.93346 10 2C12.155 3.93382 14.9387 5.01973 17.834 5.056C17.944 5.706 18 6.376 18 7.057C18 12.282 14.66 16.727 10 18.374C5.34 16.726 2 12.281 2 7.056C2 6.374 2.057 5.706 2.166 5.055V5.055ZM13.707 8.763C13.8892 8.5744 13.99 8.3218 13.9877 8.0596C13.9854 7.7974 13.8802 7.54659 13.6948 7.36118C13.5094 7.17577 13.2586 7.0706 12.9964 7.06833C12.7342 7.06605 12.4816 7.16684 12.293 7.349L9 10.642L7.707 9.349C7.5184 9.16684 7.2658 9.06605 7.0036 9.06833C6.7414 9.0706 6.49059 9.17577 6.30518 9.36118C6.11977 9.54659 6.0146 9.7974 6.01233 10.0596C6.01005 10.3218 6.11084 10.5744 6.293 10.763L8.293 12.763C8.48053 12.9505 8.73484 13.0558 9 13.0558C9.26516 13.0558 9.51947 12.9505 9.707 12.763L13.707 8.763V8.763Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-security-primary1,.icon-security-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-security-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.166 5.055C5.06114 5.019 7.84481 3.93346 10 2C12.155 3.93382 14.9387 5.01973 17.834 5.056C17.944 5.706 18 6.376 18 7.057C18 12.282 14.66 16.727 10 18.374C5.34 16.726 2 12.281 2 7.056C2 6.374 2.057 5.706 2.166 5.055V5.055ZM13.707 8.763C13.8892 8.5744 13.99 8.3218 13.9877 8.0596C13.9854 7.7974 13.8802 7.54659 13.6948 7.36118C13.5094 7.17577 13.2586 7.0706 12.9964 7.06833C12.7342 7.06605 12.4816 7.16684 12.293 7.349L9 10.642L7.707 9.349C7.5184 9.16684 7.2658 9.06605 7.0036 9.06833C6.7414 9.0706 6.49059 9.17577 6.30518 9.36118C6.11977 9.54659 6.0146 9.7974 6.01233 10.0596C6.01005 10.3218 6.11084 10.5744 6.293 10.763L8.293 12.763C8.48053 12.9505 8.73484 13.0558 9 13.0558C9.26516 13.0558 9.51947 12.9505 9.707 12.763L13.707 8.763V8.763Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-security-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.166 5.055C5.06114 5.019 7.84481 3.93346 10 2C12.155 3.93382 14.9387 5.01973 17.834 5.056C17.944 5.706 18 6.376 18 7.057C18 12.282 14.66 16.727 10 18.374C5.34 16.726 2 12.281 2 7.056C2 6.374 2.057 5.706 2.166 5.055V5.055ZM13.707 8.763C13.8892 8.5744 13.99 8.3218 13.9877 8.0596C13.9854 7.7974 13.8802 7.54659 13.6948 7.36118C13.5094 7.17577 13.2586 7.0706 12.9964 7.06833C12.7342 7.06605 12.4816 7.16684 12.293 7.349L9 10.642L7.707 9.349C7.5184 9.16684 7.2658 9.06605 7.0036 9.06833C6.7414 9.0706 6.49059 9.17577 6.30518 9.36118C6.11977 9.54659 6.0146 9.7974 6.01233 10.0596C6.01005 10.3218 6.11084 10.5744 6.293 10.763L8.293 12.763C8.48053 12.9505 8.73484 13.0558 9 13.0558C9.26516 13.0558 9.51947 12.9505 9.707 12.763L13.707 8.763V8.763Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-security-zinc-400,.icon-security-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-security-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.166 5.055C5.06114 5.019 7.84481 3.93346 10 2C12.155 3.93382 14.9387 5.01973 17.834 5.056C17.944 5.706 18 6.376 18 7.057C18 12.282 14.66 16.727 10 18.374C5.34 16.726 2 12.281 2 7.056C2 6.374 2.057 5.706 2.166 5.055V5.055ZM13.707 8.763C13.8892 8.5744 13.99 8.3218 13.9877 8.0596C13.9854 7.7974 13.8802 7.54659 13.6948 7.36118C13.5094 7.17577 13.2586 7.0706 12.9964 7.06833C12.7342 7.06605 12.4816 7.16684 12.293 7.349L9 10.642L7.707 9.349C7.5184 9.16684 7.2658 9.06605 7.0036 9.06833C6.7414 9.0706 6.49059 9.17577 6.30518 9.36118C6.11977 9.54659 6.0146 9.7974 6.01233 10.0596C6.01005 10.3218 6.11084 10.5744 6.293 10.763L8.293 12.763C8.48053 12.9505 8.73484 13.0558 9 13.0558C9.26516 13.0558 9.51947 12.9505 9.707 12.763L13.707 8.763V8.763Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-security-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.166 5.055C5.06114 5.019 7.84481 3.93346 10 2C12.155 3.93382 14.9387 5.01973 17.834 5.056C17.944 5.706 18 6.376 18 7.057C18 12.282 14.66 16.727 10 18.374C5.34 16.726 2 12.281 2 7.056C2 6.374 2.057 5.706 2.166 5.055V5.055ZM13.707 8.763C13.8892 8.5744 13.99 8.3218 13.9877 8.0596C13.9854 7.7974 13.8802 7.54659 13.6948 7.36118C13.5094 7.17577 13.2586 7.0706 12.9964 7.06833C12.7342 7.06605 12.4816 7.16684 12.293 7.349L9 10.642L7.707 9.349C7.5184 9.16684 7.2658 9.06605 7.0036 9.06833C6.7414 9.0706 6.49059 9.17577 6.30518 9.36118C6.11977 9.54659 6.0146 9.7974 6.01233 10.0596C6.01005 10.3218 6.11084 10.5744 6.293 10.763L8.293 12.763C8.48053 12.9505 8.73484 13.0558 9 13.0558C9.26516 13.0558 9.51947 12.9505 9.707 12.763L13.707 8.763V8.763Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-security-zinc-600,.icon-security-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-security-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.166 5.055C5.06114 5.019 7.84481 3.93346 10 2C12.155 3.93382 14.9387 5.01973 17.834 5.056C17.944 5.706 18 6.376 18 7.057C18 12.282 14.66 16.727 10 18.374C5.34 16.726 2 12.281 2 7.056C2 6.374 2.057 5.706 2.166 5.055V5.055ZM13.707 8.763C13.8892 8.5744 13.99 8.3218 13.9877 8.0596C13.9854 7.7974 13.8802 7.54659 13.6948 7.36118C13.5094 7.17577 13.2586 7.0706 12.9964 7.06833C12.7342 7.06605 12.4816 7.16684 12.293 7.349L9 10.642L7.707 9.349C7.5184 9.16684 7.2658 9.06605 7.0036 9.06833C6.7414 9.0706 6.49059 9.17577 6.30518 9.36118C6.11977 9.54659 6.0146 9.7974 6.01233 10.0596C6.01005 10.3218 6.11084 10.5744 6.293 10.763L8.293 12.763C8.48053 12.9505 8.73484 13.0558 9 13.0558C9.26516 13.0558 9.51947 12.9505 9.707 12.763L13.707 8.763V8.763Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-communication{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 4V12C18 12.5304 17.7893 13.0391 17.4142 13.4142C17.0391 13.7893 16.5304 14 16 14H11L6 18V14H4C3.46957 14 2.96086 13.7893 2.58579 13.4142C2.21071 13.0391 2 12.5304 2 12V4C2 3.46957 2.21071 2.96086 2.58579 2.58579C2.96086 2.21071 3.46957 2 4 2H16C16.5304 2 17.0391 2.21071 17.4142 2.58579C17.7893 2.96086 18 3.46957 18 4ZM7 7H5V9H7V7ZM9 7H11V9H9V7ZM15 7H13V9H15V7Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-communication,.icon-communication-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-communication-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 4V12C18 12.5304 17.7893 13.0391 17.4142 13.4142C17.0391 13.7893 16.5304 14 16 14H11L6 18V14H4C3.46957 14 2.96086 13.7893 2.58579 13.4142C2.21071 13.0391 2 12.5304 2 12V4C2 3.46957 2.21071 2.96086 2.58579 2.58579C2.96086 2.21071 3.46957 2 4 2H16C16.5304 2 17.0391 2.21071 17.4142 2.58579C17.7893 2.96086 18 3.46957 18 4ZM7 7H5V9H7V7ZM9 7H11V9H9V7ZM15 7H13V9H15V7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-communication-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 4V12C18 12.5304 17.7893 13.0391 17.4142 13.4142C17.0391 13.7893 16.5304 14 16 14H11L6 18V14H4C3.46957 14 2.96086 13.7893 2.58579 13.4142C2.21071 13.0391 2 12.5304 2 12V4C2 3.46957 2.21071 2.96086 2.58579 2.58579C2.96086 2.21071 3.46957 2 4 2H16C16.5304 2 17.0391 2.21071 17.4142 2.58579C17.7893 2.96086 18 3.46957 18 4ZM7 7H5V9H7V7ZM9 7H11V9H9V7ZM15 7H13V9H15V7Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-communication-primary1,.icon-communication-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-communication-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 4V12C18 12.5304 17.7893 13.0391 17.4142 13.4142C17.0391 13.7893 16.5304 14 16 14H11L6 18V14H4C3.46957 14 2.96086 13.7893 2.58579 13.4142C2.21071 13.0391 2 12.5304 2 12V4C2 3.46957 2.21071 2.96086 2.58579 2.58579C2.96086 2.21071 3.46957 2 4 2H16C16.5304 2 17.0391 2.21071 17.4142 2.58579C17.7893 2.96086 18 3.46957 18 4ZM7 7H5V9H7V7ZM9 7H11V9H9V7ZM15 7H13V9H15V7Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-communication-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 4V12C18 12.5304 17.7893 13.0391 17.4142 13.4142C17.0391 13.7893 16.5304 14 16 14H11L6 18V14H4C3.46957 14 2.96086 13.7893 2.58579 13.4142C2.21071 13.0391 2 12.5304 2 12V4C2 3.46957 2.21071 2.96086 2.58579 2.58579C2.96086 2.21071 3.46957 2 4 2H16C16.5304 2 17.0391 2.21071 17.4142 2.58579C17.7893 2.96086 18 3.46957 18 4ZM7 7H5V9H7V7ZM9 7H11V9H9V7ZM15 7H13V9H15V7Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-communication-zinc-500,.icon-communication-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-communication-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 4V12C18 12.5304 17.7893 13.0391 17.4142 13.4142C17.0391 13.7893 16.5304 14 16 14H11L6 18V14H4C3.46957 14 2.96086 13.7893 2.58579 13.4142C2.21071 13.0391 2 12.5304 2 12V4C2 3.46957 2.21071 2.96086 2.58579 2.58579C2.96086 2.21071 3.46957 2 4 2H16C16.5304 2 17.0391 2.21071 17.4142 2.58579C17.7893 2.96086 18 3.46957 18 4ZM7 7H5V9H7V7ZM9 7H11V9H9V7ZM15 7H13V9H15V7Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-communication-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 4V12C18 12.5304 17.7893 13.0391 17.4142 13.4142C17.0391 13.7893 16.5304 14 16 14H11L6 18V14H4C3.46957 14 2.96086 13.7893 2.58579 13.4142C2.21071 13.0391 2 12.5304 2 12V4C2 3.46957 2.21071 2.96086 2.58579 2.58579C2.96086 2.21071 3.46957 2 4 2H16C16.5304 2 17.0391 2.21071 17.4142 2.58579C17.7893 2.96086 18 3.46957 18 4ZM7 7H5V9H7V7ZM9 7H11V9H9V7ZM15 7H13V9H15V7Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-clipboard-list,.icon-communication-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-clipboard-list{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C8.73478 2 8.48043 2.10536 8.29289 2.29289C8.10536 2.48043 8 2.73478 8 3C8 3.26522 8.10536 3.51957 8.29289 3.70711C8.48043 3.89464 8.73478 4 9 4H11C11.2652 4 11.5196 3.89464 11.7071 3.70711C11.8946 3.51957 12 3.26522 12 3C12 2.73478 11.8946 2.48043 11.7071 2.29289C11.5196 2.10536 11.2652 2 11 2H9Z' fill='%2352525B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 5C4 4.46957 4.21071 3.96086 4.58579 3.58579C4.96086 3.21071 5.46957 3 6 3C6 3.79565 6.31607 4.55871 6.87868 5.12132C7.44129 5.68393 8.20435 6 9 6H11C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14.5304 3 15.0391 3.21071 15.4142 3.58579C15.7893 3.96086 16 4.46957 16 5V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V5ZM7 9C6.73478 9 6.48043 9.10536 6.29289 9.29289C6.10536 9.48043 6 9.73478 6 10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H7.01C7.27522 11 7.52957 10.8946 7.71711 10.7071C7.90464 10.5196 8.01 10.2652 8.01 10C8.01 9.73478 7.90464 9.48043 7.71711 9.29289C7.52957 9.10536 7.27522 9 7.01 9H7ZM10 9C9.73478 9 9.48043 9.10536 9.29289 9.29289C9.10536 9.48043 9 9.73478 9 10C9 10.2652 9.10536 10.5196 9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H7.01C7.27522 15 7.52957 14.8946 7.71711 14.7071C7.90464 14.5196 8.01 14.2652 8.01 14C8.01 13.7348 7.90464 13.4804 7.71711 13.2929C7.52957 13.1054 7.27522 13 7.01 13H7ZM10 13C9.73478 13 9.48043 13.1054 9.29289 13.2929C9.10536 13.4804 9 13.7348 9 14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H10Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-clipboard-list-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C8.73478 2 8.48043 2.10536 8.29289 2.29289C8.10536 2.48043 8 2.73478 8 3C8 3.26522 8.10536 3.51957 8.29289 3.70711C8.48043 3.89464 8.73478 4 9 4H11C11.2652 4 11.5196 3.89464 11.7071 3.70711C11.8946 3.51957 12 3.26522 12 3C12 2.73478 11.8946 2.48043 11.7071 2.29289C11.5196 2.10536 11.2652 2 11 2H9Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 5C4 4.46957 4.21071 3.96086 4.58579 3.58579C4.96086 3.21071 5.46957 3 6 3C6 3.79565 6.31607 4.55871 6.87868 5.12132C7.44129 5.68393 8.20435 6 9 6H11C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14.5304 3 15.0391 3.21071 15.4142 3.58579C15.7893 3.96086 16 4.46957 16 5V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V5ZM7 9C6.73478 9 6.48043 9.10536 6.29289 9.29289C6.10536 9.48043 6 9.73478 6 10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H7.01C7.27522 11 7.52957 10.8946 7.71711 10.7071C7.90464 10.5196 8.01 10.2652 8.01 10C8.01 9.73478 7.90464 9.48043 7.71711 9.29289C7.52957 9.10536 7.27522 9 7.01 9H7ZM10 9C9.73478 9 9.48043 9.10536 9.29289 9.29289C9.10536 9.48043 9 9.73478 9 10C9 10.2652 9.10536 10.5196 9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H7.01C7.27522 15 7.52957 14.8946 7.71711 14.7071C7.90464 14.5196 8.01 14.2652 8.01 14C8.01 13.7348 7.90464 13.4804 7.71711 13.2929C7.52957 13.1054 7.27522 13 7.01 13H7ZM10 13C9.73478 13 9.48043 13.1054 9.29289 13.2929C9.10536 13.4804 9 13.7348 9 14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H10Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-clipboard-list-primary1,.icon-clipboard-list-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-clipboard-list-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C8.73478 2 8.48043 2.10536 8.29289 2.29289C8.10536 2.48043 8 2.73478 8 3C8 3.26522 8.10536 3.51957 8.29289 3.70711C8.48043 3.89464 8.73478 4 9 4H11C11.2652 4 11.5196 3.89464 11.7071 3.70711C11.8946 3.51957 12 3.26522 12 3C12 2.73478 11.8946 2.48043 11.7071 2.29289C11.5196 2.10536 11.2652 2 11 2H9Z' fill='%23E4261A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 5C4 4.46957 4.21071 3.96086 4.58579 3.58579C4.96086 3.21071 5.46957 3 6 3C6 3.79565 6.31607 4.55871 6.87868 5.12132C7.44129 5.68393 8.20435 6 9 6H11C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14.5304 3 15.0391 3.21071 15.4142 3.58579C15.7893 3.96086 16 4.46957 16 5V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V5ZM7 9C6.73478 9 6.48043 9.10536 6.29289 9.29289C6.10536 9.48043 6 9.73478 6 10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H7.01C7.27522 11 7.52957 10.8946 7.71711 10.7071C7.90464 10.5196 8.01 10.2652 8.01 10C8.01 9.73478 7.90464 9.48043 7.71711 9.29289C7.52957 9.10536 7.27522 9 7.01 9H7ZM10 9C9.73478 9 9.48043 9.10536 9.29289 9.29289C9.10536 9.48043 9 9.73478 9 10C9 10.2652 9.10536 10.5196 9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H7.01C7.27522 15 7.52957 14.8946 7.71711 14.7071C7.90464 14.5196 8.01 14.2652 8.01 14C8.01 13.7348 7.90464 13.4804 7.71711 13.2929C7.52957 13.1054 7.27522 13 7.01 13H7ZM10 13C9.73478 13 9.48043 13.1054 9.29289 13.2929C9.10536 13.4804 9 13.7348 9 14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H10Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-clipboard-list-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C8.73478 2 8.48043 2.10536 8.29289 2.29289C8.10536 2.48043 8 2.73478 8 3C8 3.26522 8.10536 3.51957 8.29289 3.70711C8.48043 3.89464 8.73478 4 9 4H11C11.2652 4 11.5196 3.89464 11.7071 3.70711C11.8946 3.51957 12 3.26522 12 3C12 2.73478 11.8946 2.48043 11.7071 2.29289C11.5196 2.10536 11.2652 2 11 2H9Z' fill='%23A1A1AA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 5C4 4.46957 4.21071 3.96086 4.58579 3.58579C4.96086 3.21071 5.46957 3 6 3C6 3.79565 6.31607 4.55871 6.87868 5.12132C7.44129 5.68393 8.20435 6 9 6H11C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14.5304 3 15.0391 3.21071 15.4142 3.58579C15.7893 3.96086 16 4.46957 16 5V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V5ZM7 9C6.73478 9 6.48043 9.10536 6.29289 9.29289C6.10536 9.48043 6 9.73478 6 10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H7.01C7.27522 11 7.52957 10.8946 7.71711 10.7071C7.90464 10.5196 8.01 10.2652 8.01 10C8.01 9.73478 7.90464 9.48043 7.71711 9.29289C7.52957 9.10536 7.27522 9 7.01 9H7ZM10 9C9.73478 9 9.48043 9.10536 9.29289 9.29289C9.10536 9.48043 9 9.73478 9 10C9 10.2652 9.10536 10.5196 9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H7.01C7.27522 15 7.52957 14.8946 7.71711 14.7071C7.90464 14.5196 8.01 14.2652 8.01 14C8.01 13.7348 7.90464 13.4804 7.71711 13.2929C7.52957 13.1054 7.27522 13 7.01 13H7ZM10 13C9.73478 13 9.48043 13.1054 9.29289 13.2929C9.10536 13.4804 9 13.7348 9 14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H10Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-clipboard-list-zinc-400,.icon-clipboard-list-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-clipboard-list-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C8.73478 2 8.48043 2.10536 8.29289 2.29289C8.10536 2.48043 8 2.73478 8 3C8 3.26522 8.10536 3.51957 8.29289 3.70711C8.48043 3.89464 8.73478 4 9 4H11C11.2652 4 11.5196 3.89464 11.7071 3.70711C11.8946 3.51957 12 3.26522 12 3C12 2.73478 11.8946 2.48043 11.7071 2.29289C11.5196 2.10536 11.2652 2 11 2H9Z' fill='%2371717A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 5C4 4.46957 4.21071 3.96086 4.58579 3.58579C4.96086 3.21071 5.46957 3 6 3C6 3.79565 6.31607 4.55871 6.87868 5.12132C7.44129 5.68393 8.20435 6 9 6H11C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14.5304 3 15.0391 3.21071 15.4142 3.58579C15.7893 3.96086 16 4.46957 16 5V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V5ZM7 9C6.73478 9 6.48043 9.10536 6.29289 9.29289C6.10536 9.48043 6 9.73478 6 10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H7.01C7.27522 11 7.52957 10.8946 7.71711 10.7071C7.90464 10.5196 8.01 10.2652 8.01 10C8.01 9.73478 7.90464 9.48043 7.71711 9.29289C7.52957 9.10536 7.27522 9 7.01 9H7ZM10 9C9.73478 9 9.48043 9.10536 9.29289 9.29289C9.10536 9.48043 9 9.73478 9 10C9 10.2652 9.10536 10.5196 9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H7.01C7.27522 15 7.52957 14.8946 7.71711 14.7071C7.90464 14.5196 8.01 14.2652 8.01 14C8.01 13.7348 7.90464 13.4804 7.71711 13.2929C7.52957 13.1054 7.27522 13 7.01 13H7ZM10 13C9.73478 13 9.48043 13.1054 9.29289 13.2929C9.10536 13.4804 9 13.7348 9 14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H10Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-clipboard-list-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C8.73478 2 8.48043 2.10536 8.29289 2.29289C8.10536 2.48043 8 2.73478 8 3C8 3.26522 8.10536 3.51957 8.29289 3.70711C8.48043 3.89464 8.73478 4 9 4H11C11.2652 4 11.5196 3.89464 11.7071 3.70711C11.8946 3.51957 12 3.26522 12 3C12 2.73478 11.8946 2.48043 11.7071 2.29289C11.5196 2.10536 11.2652 2 11 2H9Z' fill='%2352525B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 5C4 4.46957 4.21071 3.96086 4.58579 3.58579C4.96086 3.21071 5.46957 3 6 3C6 3.79565 6.31607 4.55871 6.87868 5.12132C7.44129 5.68393 8.20435 6 9 6H11C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14.5304 3 15.0391 3.21071 15.4142 3.58579C15.7893 3.96086 16 4.46957 16 5V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V5ZM7 9C6.73478 9 6.48043 9.10536 6.29289 9.29289C6.10536 9.48043 6 9.73478 6 10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H7.01C7.27522 11 7.52957 10.8946 7.71711 10.7071C7.90464 10.5196 8.01 10.2652 8.01 10C8.01 9.73478 7.90464 9.48043 7.71711 9.29289C7.52957 9.10536 7.27522 9 7.01 9H7ZM10 9C9.73478 9 9.48043 9.10536 9.29289 9.29289C9.10536 9.48043 9 9.73478 9 10C9 10.2652 9.10536 10.5196 9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H7.01C7.27522 15 7.52957 14.8946 7.71711 14.7071C7.90464 14.5196 8.01 14.2652 8.01 14C8.01 13.7348 7.90464 13.4804 7.71711 13.2929C7.52957 13.1054 7.27522 13 7.01 13H7ZM10 13C9.73478 13 9.48043 13.1054 9.29289 13.2929C9.10536 13.4804 9 13.7348 9 14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H10Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-clipboard-list-zinc-600,.icon-clipboard-list-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-clipboard-list-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C8.73478 2 8.48043 2.10536 8.29289 2.29289C8.10536 2.48043 8 2.73478 8 3C8 3.26522 8.10536 3.51957 8.29289 3.70711C8.48043 3.89464 8.73478 4 9 4H11C11.2652 4 11.5196 3.89464 11.7071 3.70711C11.8946 3.51957 12 3.26522 12 3C12 2.73478 11.8946 2.48043 11.7071 2.29289C11.5196 2.10536 11.2652 2 11 2H9Z' fill='%233f3f46'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 5C4 4.46957 4.21071 3.96086 4.58579 3.58579C4.96086 3.21071 5.46957 3 6 3C6 3.79565 6.31607 4.55871 6.87868 5.12132C7.44129 5.68393 8.20435 6 9 6H11C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14.5304 3 15.0391 3.21071 15.4142 3.58579C15.7893 3.96086 16 4.46957 16 5V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V5ZM7 9C6.73478 9 6.48043 9.10536 6.29289 9.29289C6.10536 9.48043 6 9.73478 6 10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H7.01C7.27522 11 7.52957 10.8946 7.71711 10.7071C7.90464 10.5196 8.01 10.2652 8.01 10C8.01 9.73478 7.90464 9.48043 7.71711 9.29289C7.52957 9.10536 7.27522 9 7.01 9H7ZM10 9C9.73478 9 9.48043 9.10536 9.29289 9.29289C9.10536 9.48043 9 9.73478 9 10C9 10.2652 9.10536 10.5196 9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H7.01C7.27522 15 7.52957 14.8946 7.71711 14.7071C7.90464 14.5196 8.01 14.2652 8.01 14C8.01 13.7348 7.90464 13.4804 7.71711 13.2929C7.52957 13.1054 7.27522 13 7.01 13H7ZM10 13C9.73478 13 9.48043 13.1054 9.29289 13.2929C9.10536 13.4804 9 13.7348 9 14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H10Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-question-circle{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' fill='%2352525B'/%3E%3Cpath d='M15.0009 10.0144C14.9971 10.9554 14.6158 11.7039 13.8568 12.2598C13.63 12.4259 13.3932 12.5768 13.1564 12.7285C13.103 12.7581 13.0585 12.8015 13.0275 12.8542C12.9965 12.9069 12.9803 12.9668 12.9803 13.0279C12.965 13.2761 12.8579 13.5097 12.6799 13.6834C12.502 13.857 12.2658 13.9584 12.0174 13.9677C11.498 13.9859 11.1164 13.6544 11.0061 13.12C10.8545 12.3876 11.117 11.8125 11.6677 11.3564C11.9428 11.1284 12.2529 10.9417 12.548 10.7374C12.9904 10.4317 13.1119 10.0884 12.9302 9.63477C12.8473 9.43062 12.7002 9.25903 12.511 9.14599C12.3219 9.03294 12.1011 8.98459 11.882 9.00827C11.6597 9.03649 11.4532 9.1381 11.2953 9.29699C11.1373 9.45588 11.0368 9.66295 11.0099 9.88538C11.0018 10.0335 10.9787 10.1804 10.941 10.3239C10.8696 10.5412 10.7249 10.7269 10.5315 10.8491C10.3382 10.9713 10.1084 11.0224 9.88152 10.9937C9.64233 10.9659 9.42125 10.8525 9.25912 10.6745C9.09698 10.4965 9.00472 10.2658 8.99936 10.0251C8.95425 8.60354 10.0726 7.26846 11.5055 7.03978C13.3418 6.74094 15.0147 8.16436 15.0009 10.0144Z' fill='white'/%3E%3Cpath d='M12.9932 15.9939C12.995 16.1251 12.9708 16.2553 12.9221 16.3771C12.8734 16.4989 12.8012 16.6099 12.7095 16.7037C12.6178 16.7975 12.5085 16.8723 12.3879 16.9238C12.2672 16.9753 12.1376 17.0025 12.0064 17.0038C11.8752 17.0045 11.7452 16.9792 11.6238 16.9296C11.5023 16.8799 11.3919 16.8068 11.2988 16.7143C11.2057 16.6219 11.1317 16.5121 11.0811 16.391C11.0305 16.27 11.0043 16.1401 11.004 16.0089C11.0023 15.8778 11.0265 15.7477 11.0752 15.626C11.124 15.5043 11.1963 15.3934 11.2881 15.2998C11.3799 15.2062 11.4893 15.1316 11.61 15.0804C11.7307 15.0292 11.8603 15.0024 11.9914 15.0015C12.1225 15.0003 12.2525 15.0252 12.374 15.0745C12.4954 15.1238 12.6059 15.1968 12.699 15.289C12.7922 15.3813 12.8661 15.4911 12.9166 15.612C12.9671 15.733 12.9931 15.8628 12.9932 15.9939V15.9939Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-question-circle,.icon-question-circle-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-question-circle-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23ffffff'/%3E%3Cpath d='M15.0009 10.0144C14.9971 10.9554 14.6158 11.7039 13.8568 12.2598C13.63 12.4259 13.3932 12.5768 13.1564 12.7285C13.103 12.7581 13.0585 12.8015 13.0275 12.8542C12.9965 12.9069 12.9803 12.9668 12.9803 13.0279C12.965 13.2761 12.8579 13.5097 12.6799 13.6834C12.502 13.857 12.2658 13.9584 12.0174 13.9677C11.498 13.9859 11.1164 13.6544 11.0061 13.12C10.8545 12.3876 11.117 11.8125 11.6677 11.3564C11.9428 11.1284 12.2529 10.9417 12.548 10.7374C12.9904 10.4317 13.1119 10.0884 12.9302 9.63477C12.8473 9.43062 12.7002 9.25903 12.511 9.14599C12.3219 9.03294 12.1011 8.98459 11.882 9.00827C11.6597 9.03649 11.4532 9.1381 11.2953 9.29699C11.1373 9.45588 11.0368 9.66295 11.0099 9.88538C11.0018 10.0335 10.9787 10.1804 10.941 10.3239C10.8696 10.5412 10.7249 10.7269 10.5315 10.8491C10.3382 10.9713 10.1084 11.0224 9.88152 10.9937C9.64233 10.9659 9.42125 10.8525 9.25912 10.6745C9.09698 10.4965 9.00472 10.2658 8.99936 10.0251C8.95425 8.60354 10.0726 7.26846 11.5055 7.03978C13.3418 6.74094 15.0147 8.16436 15.0009 10.0144Z' fill='white'/%3E%3Cpath d='M12.9932 15.9939C12.995 16.1251 12.9708 16.2553 12.9221 16.3771C12.8734 16.4989 12.8012 16.6099 12.7095 16.7037C12.6178 16.7975 12.5085 16.8723 12.3879 16.9238C12.2672 16.9753 12.1376 17.0025 12.0064 17.0038C11.8752 17.0045 11.7452 16.9792 11.6238 16.9296C11.5023 16.8799 11.3919 16.8068 11.2988 16.7143C11.2057 16.6219 11.1317 16.5121 11.0811 16.391C11.0305 16.27 11.0043 16.1401 11.004 16.0089C11.0023 15.8778 11.0265 15.7477 11.0752 15.626C11.124 15.5043 11.1963 15.3934 11.2881 15.2998C11.3799 15.2062 11.4893 15.1316 11.61 15.0804C11.7307 15.0292 11.8603 15.0024 11.9914 15.0015C12.1225 15.0003 12.2525 15.0252 12.374 15.0745C12.4954 15.1238 12.6059 15.1968 12.699 15.289C12.7922 15.3813 12.8661 15.4911 12.9166 15.612C12.9671 15.733 12.9931 15.8628 12.9932 15.9939V15.9939Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-question-circle-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23E4261A'/%3E%3Cpath d='M15.0009 10.0144C14.9971 10.9554 14.6158 11.7039 13.8568 12.2598C13.63 12.4259 13.3932 12.5768 13.1564 12.7285C13.103 12.7581 13.0585 12.8015 13.0275 12.8542C12.9965 12.9069 12.9803 12.9668 12.9803 13.0279C12.965 13.2761 12.8579 13.5097 12.6799 13.6834C12.502 13.857 12.2658 13.9584 12.0174 13.9677C11.498 13.9859 11.1164 13.6544 11.0061 13.12C10.8545 12.3876 11.117 11.8125 11.6677 11.3564C11.9428 11.1284 12.2529 10.9417 12.548 10.7374C12.9904 10.4317 13.1119 10.0884 12.9302 9.63477C12.8473 9.43062 12.7002 9.25903 12.511 9.14599C12.3219 9.03294 12.1011 8.98459 11.882 9.00827C11.6597 9.03649 11.4532 9.1381 11.2953 9.29699C11.1373 9.45588 11.0368 9.66295 11.0099 9.88538C11.0018 10.0335 10.9787 10.1804 10.941 10.3239C10.8696 10.5412 10.7249 10.7269 10.5315 10.8491C10.3382 10.9713 10.1084 11.0224 9.88152 10.9937C9.64233 10.9659 9.42125 10.8525 9.25912 10.6745C9.09698 10.4965 9.00472 10.2658 8.99936 10.0251C8.95425 8.60354 10.0726 7.26846 11.5055 7.03978C13.3418 6.74094 15.0147 8.16436 15.0009 10.0144Z' fill='white'/%3E%3Cpath d='M12.9932 15.9939C12.995 16.1251 12.9708 16.2553 12.9221 16.3771C12.8734 16.4989 12.8012 16.6099 12.7095 16.7037C12.6178 16.7975 12.5085 16.8723 12.3879 16.9238C12.2672 16.9753 12.1376 17.0025 12.0064 17.0038C11.8752 17.0045 11.7452 16.9792 11.6238 16.9296C11.5023 16.8799 11.3919 16.8068 11.2988 16.7143C11.2057 16.6219 11.1317 16.5121 11.0811 16.391C11.0305 16.27 11.0043 16.1401 11.004 16.0089C11.0023 15.8778 11.0265 15.7477 11.0752 15.626C11.124 15.5043 11.1963 15.3934 11.2881 15.2998C11.3799 15.2062 11.4893 15.1316 11.61 15.0804C11.7307 15.0292 11.8603 15.0024 11.9914 15.0015C12.1225 15.0003 12.2525 15.0252 12.374 15.0745C12.4954 15.1238 12.6059 15.1968 12.699 15.289C12.7922 15.3813 12.8661 15.4911 12.9166 15.612C12.9671 15.733 12.9931 15.8628 12.9932 15.9939V15.9939Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-question-circle-primary1,.icon-question-circle-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-question-circle-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23A1A1AA'/%3E%3Cpath d='M15.0009 10.0144C14.9971 10.9554 14.6158 11.7039 13.8568 12.2598C13.63 12.4259 13.3932 12.5768 13.1564 12.7285C13.103 12.7581 13.0585 12.8015 13.0275 12.8542C12.9965 12.9069 12.9803 12.9668 12.9803 13.0279C12.965 13.2761 12.8579 13.5097 12.6799 13.6834C12.502 13.857 12.2658 13.9584 12.0174 13.9677C11.498 13.9859 11.1164 13.6544 11.0061 13.12C10.8545 12.3876 11.117 11.8125 11.6677 11.3564C11.9428 11.1284 12.2529 10.9417 12.548 10.7374C12.9904 10.4317 13.1119 10.0884 12.9302 9.63477C12.8473 9.43062 12.7002 9.25903 12.511 9.14599C12.3219 9.03294 12.1011 8.98459 11.882 9.00827C11.6597 9.03649 11.4532 9.1381 11.2953 9.29699C11.1373 9.45588 11.0368 9.66295 11.0099 9.88538C11.0018 10.0335 10.9787 10.1804 10.941 10.3239C10.8696 10.5412 10.7249 10.7269 10.5315 10.8491C10.3382 10.9713 10.1084 11.0224 9.88152 10.9937C9.64233 10.9659 9.42125 10.8525 9.25912 10.6745C9.09698 10.4965 9.00472 10.2658 8.99936 10.0251C8.95425 8.60354 10.0726 7.26846 11.5055 7.03978C13.3418 6.74094 15.0147 8.16436 15.0009 10.0144Z' fill='white'/%3E%3Cpath d='M12.9932 15.9939C12.995 16.1251 12.9708 16.2553 12.9221 16.3771C12.8734 16.4989 12.8012 16.6099 12.7095 16.7037C12.6178 16.7975 12.5085 16.8723 12.3879 16.9238C12.2672 16.9753 12.1376 17.0025 12.0064 17.0038C11.8752 17.0045 11.7452 16.9792 11.6238 16.9296C11.5023 16.8799 11.3919 16.8068 11.2988 16.7143C11.2057 16.6219 11.1317 16.5121 11.0811 16.391C11.0305 16.27 11.0043 16.1401 11.004 16.0089C11.0023 15.8778 11.0265 15.7477 11.0752 15.626C11.124 15.5043 11.1963 15.3934 11.2881 15.2998C11.3799 15.2062 11.4893 15.1316 11.61 15.0804C11.7307 15.0292 11.8603 15.0024 11.9914 15.0015C12.1225 15.0003 12.2525 15.0252 12.374 15.0745C12.4954 15.1238 12.6059 15.1968 12.699 15.289C12.7922 15.3813 12.8661 15.4911 12.9166 15.612C12.9671 15.733 12.9931 15.8628 12.9932 15.9939V15.9939Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-question-circle-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' fill='%2371717A'/%3E%3Cpath d='M15.0009 10.0144C14.9971 10.9554 14.6158 11.7039 13.8568 12.2598C13.63 12.4259 13.3932 12.5768 13.1564 12.7285C13.103 12.7581 13.0585 12.8015 13.0275 12.8542C12.9965 12.9069 12.9803 12.9668 12.9803 13.0279C12.965 13.2761 12.8579 13.5097 12.6799 13.6834C12.502 13.857 12.2658 13.9584 12.0174 13.9677C11.498 13.9859 11.1164 13.6544 11.0061 13.12C10.8545 12.3876 11.117 11.8125 11.6677 11.3564C11.9428 11.1284 12.2529 10.9417 12.548 10.7374C12.9904 10.4317 13.1119 10.0884 12.9302 9.63477C12.8473 9.43062 12.7002 9.25903 12.511 9.14599C12.3219 9.03294 12.1011 8.98459 11.882 9.00827C11.6597 9.03649 11.4532 9.1381 11.2953 9.29699C11.1373 9.45588 11.0368 9.66295 11.0099 9.88538C11.0018 10.0335 10.9787 10.1804 10.941 10.3239C10.8696 10.5412 10.7249 10.7269 10.5315 10.8491C10.3382 10.9713 10.1084 11.0224 9.88152 10.9937C9.64233 10.9659 9.42125 10.8525 9.25912 10.6745C9.09698 10.4965 9.00472 10.2658 8.99936 10.0251C8.95425 8.60354 10.0726 7.26846 11.5055 7.03978C13.3418 6.74094 15.0147 8.16436 15.0009 10.0144Z' fill='white'/%3E%3Cpath d='M12.9932 15.9939C12.995 16.1251 12.9708 16.2553 12.9221 16.3771C12.8734 16.4989 12.8012 16.6099 12.7095 16.7037C12.6178 16.7975 12.5085 16.8723 12.3879 16.9238C12.2672 16.9753 12.1376 17.0025 12.0064 17.0038C11.8752 17.0045 11.7452 16.9792 11.6238 16.9296C11.5023 16.8799 11.3919 16.8068 11.2988 16.7143C11.2057 16.6219 11.1317 16.5121 11.0811 16.391C11.0305 16.27 11.0043 16.1401 11.004 16.0089C11.0023 15.8778 11.0265 15.7477 11.0752 15.626C11.124 15.5043 11.1963 15.3934 11.2881 15.2998C11.3799 15.2062 11.4893 15.1316 11.61 15.0804C11.7307 15.0292 11.8603 15.0024 11.9914 15.0015C12.1225 15.0003 12.2525 15.0252 12.374 15.0745C12.4954 15.1238 12.6059 15.1968 12.699 15.289C12.7922 15.3813 12.8661 15.4911 12.9166 15.612C12.9671 15.733 12.9931 15.8628 12.9932 15.9939V15.9939Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-question-circle-zinc-500,.icon-question-circle-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-question-circle-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' fill='%2352525B'/%3E%3Cpath d='M15.0009 10.0144C14.9971 10.9554 14.6158 11.7039 13.8568 12.2598C13.63 12.4259 13.3932 12.5768 13.1564 12.7285C13.103 12.7581 13.0585 12.8015 13.0275 12.8542C12.9965 12.9069 12.9803 12.9668 12.9803 13.0279C12.965 13.2761 12.8579 13.5097 12.6799 13.6834C12.502 13.857 12.2658 13.9584 12.0174 13.9677C11.498 13.9859 11.1164 13.6544 11.0061 13.12C10.8545 12.3876 11.117 11.8125 11.6677 11.3564C11.9428 11.1284 12.2529 10.9417 12.548 10.7374C12.9904 10.4317 13.1119 10.0884 12.9302 9.63477C12.8473 9.43062 12.7002 9.25903 12.511 9.14599C12.3219 9.03294 12.1011 8.98459 11.882 9.00827C11.6597 9.03649 11.4532 9.1381 11.2953 9.29699C11.1373 9.45588 11.0368 9.66295 11.0099 9.88538C11.0018 10.0335 10.9787 10.1804 10.941 10.3239C10.8696 10.5412 10.7249 10.7269 10.5315 10.8491C10.3382 10.9713 10.1084 11.0224 9.88152 10.9937C9.64233 10.9659 9.42125 10.8525 9.25912 10.6745C9.09698 10.4965 9.00472 10.2658 8.99936 10.0251C8.95425 8.60354 10.0726 7.26846 11.5055 7.03978C13.3418 6.74094 15.0147 8.16436 15.0009 10.0144Z' fill='white'/%3E%3Cpath d='M12.9932 15.9939C12.995 16.1251 12.9708 16.2553 12.9221 16.3771C12.8734 16.4989 12.8012 16.6099 12.7095 16.7037C12.6178 16.7975 12.5085 16.8723 12.3879 16.9238C12.2672 16.9753 12.1376 17.0025 12.0064 17.0038C11.8752 17.0045 11.7452 16.9792 11.6238 16.9296C11.5023 16.8799 11.3919 16.8068 11.2988 16.7143C11.2057 16.6219 11.1317 16.5121 11.0811 16.391C11.0305 16.27 11.0043 16.1401 11.004 16.0089C11.0023 15.8778 11.0265 15.7477 11.0752 15.626C11.124 15.5043 11.1963 15.3934 11.2881 15.2998C11.3799 15.2062 11.4893 15.1316 11.61 15.0804C11.7307 15.0292 11.8603 15.0024 11.9914 15.0015C12.1225 15.0003 12.2525 15.0252 12.374 15.0745C12.4954 15.1238 12.6059 15.1968 12.699 15.289C12.7922 15.3813 12.8661 15.4911 12.9166 15.612C12.9671 15.733 12.9931 15.8628 12.9932 15.9939V15.9939Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-question-circle-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' fill='%233f3f46'/%3E%3Cpath d='M15.0009 10.0144C14.9971 10.9554 14.6158 11.7039 13.8568 12.2598C13.63 12.4259 13.3932 12.5768 13.1564 12.7285C13.103 12.7581 13.0585 12.8015 13.0275 12.8542C12.9965 12.9069 12.9803 12.9668 12.9803 13.0279C12.965 13.2761 12.8579 13.5097 12.6799 13.6834C12.502 13.857 12.2658 13.9584 12.0174 13.9677C11.498 13.9859 11.1164 13.6544 11.0061 13.12C10.8545 12.3876 11.117 11.8125 11.6677 11.3564C11.9428 11.1284 12.2529 10.9417 12.548 10.7374C12.9904 10.4317 13.1119 10.0884 12.9302 9.63477C12.8473 9.43062 12.7002 9.25903 12.511 9.14599C12.3219 9.03294 12.1011 8.98459 11.882 9.00827C11.6597 9.03649 11.4532 9.1381 11.2953 9.29699C11.1373 9.45588 11.0368 9.66295 11.0099 9.88538C11.0018 10.0335 10.9787 10.1804 10.941 10.3239C10.8696 10.5412 10.7249 10.7269 10.5315 10.8491C10.3382 10.9713 10.1084 11.0224 9.88152 10.9937C9.64233 10.9659 9.42125 10.8525 9.25912 10.6745C9.09698 10.4965 9.00472 10.2658 8.99936 10.0251C8.95425 8.60354 10.0726 7.26846 11.5055 7.03978C13.3418 6.74094 15.0147 8.16436 15.0009 10.0144Z' fill='white'/%3E%3Cpath d='M12.9932 15.9939C12.995 16.1251 12.9708 16.2553 12.9221 16.3771C12.8734 16.4989 12.8012 16.6099 12.7095 16.7037C12.6178 16.7975 12.5085 16.8723 12.3879 16.9238C12.2672 16.9753 12.1376 17.0025 12.0064 17.0038C11.8752 17.0045 11.7452 16.9792 11.6238 16.9296C11.5023 16.8799 11.3919 16.8068 11.2988 16.7143C11.2057 16.6219 11.1317 16.5121 11.0811 16.391C11.0305 16.27 11.0043 16.1401 11.004 16.0089C11.0023 15.8778 11.0265 15.7477 11.0752 15.626C11.124 15.5043 11.1963 15.3934 11.2881 15.2998C11.3799 15.2062 11.4893 15.1316 11.61 15.0804C11.7307 15.0292 11.8603 15.0024 11.9914 15.0015C12.1225 15.0003 12.2525 15.0252 12.374 15.0745C12.4954 15.1238 12.6059 15.1968 12.699 15.289C12.7922 15.3813 12.8661 15.4911 12.9166 15.612C12.9671 15.733 12.9931 15.8628 12.9932 15.9939V15.9939Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-error,.icon-question-circle-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-error{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 48 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.4134 42.7385C8.65802 38.513 16.1489 36.0889 23.9659 36.0889C31.7828 36.0889 39.2737 38.513 44.5184 42.7385C44.9059 43.0514 45.3712 43.203 45.8332 43.203C46.4452 43.203 47.053 42.9359 47.4675 42.4215C48.1942 41.5195 48.0516 40.1989 47.1497 39.4723C41.1735 34.6569 32.7225 31.8945 23.9659 31.8945C15.2093 31.8945 6.75825 34.6569 0.782075 39.4723C-0.1207 40.1989 -0.262425 41.5195 0.46422 42.4215C1.19086 43.3226 2.51144 43.466 3.4134 42.7385V42.7385Z' fill='%2352525B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.3176 0.614412C46.4992 -0.204804 45.1713 -0.204804 44.3521 0.614412L39.6129 5.35357L34.8729 0.614412C34.0545 -0.204804 32.7266 -0.204804 31.9074 0.614412C31.0882 1.43281 31.0882 2.76076 31.9074 3.57997L36.6465 8.31913L31.9074 13.0591C31.0882 13.8775 31.0882 15.2055 31.9074 16.0247C32.7258 16.8439 34.0537 16.8439 34.8729 16.0247L39.6129 11.2855L44.3521 16.0247C44.7617 16.4343 45.2983 16.6391 45.8349 16.6391C46.3715 16.6391 46.908 16.4343 47.3176 16.0247C48.1369 15.2055 48.1369 13.8775 47.3176 13.0591L42.5785 8.31913L47.3176 3.57997C48.1369 2.76076 48.1369 1.43281 47.3176 0.614412V0.614412Z' fill='%23434D5E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.614412 16.0255C1.43281 16.8439 2.76076 16.8439 3.57997 16.0247L8.31913 11.2855L13.0583 16.0247C13.4679 16.4343 14.0045 16.6391 14.5411 16.6391C15.0777 16.6391 15.6151 16.4343 16.0239 16.0247C16.8431 15.2063 16.8431 13.8783 16.0247 13.0591L11.2855 8.31995L16.0247 3.57997C16.8431 2.76158 16.8431 1.43363 16.0239 0.614412C15.2055 -0.203985 13.8775 -0.204804 13.0583 0.614412L8.31913 5.35357L3.57997 0.614412C2.76076 -0.204804 1.43281 -0.204804 0.614412 0.614412C-0.204804 1.43363 -0.204804 2.76158 0.614412 3.57997L5.35357 8.31995L0.614412 13.0591C-0.204804 13.8783 -0.204804 15.2063 0.614412 16.0255Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-error-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 48 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.4134 42.7385C8.65802 38.513 16.1489 36.0889 23.9659 36.0889C31.7828 36.0889 39.2737 38.513 44.5184 42.7385C44.9059 43.0514 45.3712 43.203 45.8332 43.203C46.4452 43.203 47.053 42.9359 47.4675 42.4215C48.1942 41.5195 48.0516 40.1989 47.1497 39.4723C41.1735 34.6569 32.7225 31.8945 23.9659 31.8945C15.2093 31.8945 6.75825 34.6569 0.782075 39.4723C-0.1207 40.1989 -0.262425 41.5195 0.46422 42.4215C1.19086 43.3226 2.51144 43.466 3.4134 42.7385V42.7385Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.3176 0.614412C46.4992 -0.204804 45.1713 -0.204804 44.3521 0.614412L39.6129 5.35357L34.8729 0.614412C34.0545 -0.204804 32.7266 -0.204804 31.9074 0.614412C31.0882 1.43281 31.0882 2.76076 31.9074 3.57997L36.6465 8.31913L31.9074 13.0591C31.0882 13.8775 31.0882 15.2055 31.9074 16.0247C32.7258 16.8439 34.0537 16.8439 34.8729 16.0247L39.6129 11.2855L44.3521 16.0247C44.7617 16.4343 45.2983 16.6391 45.8349 16.6391C46.3715 16.6391 46.908 16.4343 47.3176 16.0247C48.1369 15.2055 48.1369 13.8775 47.3176 13.0591L42.5785 8.31913L47.3176 3.57997C48.1369 2.76076 48.1369 1.43281 47.3176 0.614412V0.614412Z' fill='%23434D5E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.614412 16.0255C1.43281 16.8439 2.76076 16.8439 3.57997 16.0247L8.31913 11.2855L13.0583 16.0247C13.4679 16.4343 14.0045 16.6391 14.5411 16.6391C15.0777 16.6391 15.6151 16.4343 16.0239 16.0247C16.8431 15.2063 16.8431 13.8783 16.0247 13.0591L11.2855 8.31995L16.0247 3.57997C16.8431 2.76158 16.8431 1.43363 16.0239 0.614412C15.2055 -0.203985 13.8775 -0.204804 13.0583 0.614412L8.31913 5.35357L3.57997 0.614412C2.76076 -0.204804 1.43281 -0.204804 0.614412 0.614412C-0.204804 1.43363 -0.204804 2.76158 0.614412 3.57997L5.35357 8.31995L0.614412 13.0591C-0.204804 13.8783 -0.204804 15.2063 0.614412 16.0255Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-error-primary1,.icon-error-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-error-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 48 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.4134 42.7385C8.65802 38.513 16.1489 36.0889 23.9659 36.0889C31.7828 36.0889 39.2737 38.513 44.5184 42.7385C44.9059 43.0514 45.3712 43.203 45.8332 43.203C46.4452 43.203 47.053 42.9359 47.4675 42.4215C48.1942 41.5195 48.0516 40.1989 47.1497 39.4723C41.1735 34.6569 32.7225 31.8945 23.9659 31.8945C15.2093 31.8945 6.75825 34.6569 0.782075 39.4723C-0.1207 40.1989 -0.262425 41.5195 0.46422 42.4215C1.19086 43.3226 2.51144 43.466 3.4134 42.7385V42.7385Z' fill='%23E4261A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.3176 0.614412C46.4992 -0.204804 45.1713 -0.204804 44.3521 0.614412L39.6129 5.35357L34.8729 0.614412C34.0545 -0.204804 32.7266 -0.204804 31.9074 0.614412C31.0882 1.43281 31.0882 2.76076 31.9074 3.57997L36.6465 8.31913L31.9074 13.0591C31.0882 13.8775 31.0882 15.2055 31.9074 16.0247C32.7258 16.8439 34.0537 16.8439 34.8729 16.0247L39.6129 11.2855L44.3521 16.0247C44.7617 16.4343 45.2983 16.6391 45.8349 16.6391C46.3715 16.6391 46.908 16.4343 47.3176 16.0247C48.1369 15.2055 48.1369 13.8775 47.3176 13.0591L42.5785 8.31913L47.3176 3.57997C48.1369 2.76076 48.1369 1.43281 47.3176 0.614412V0.614412Z' fill='%23434D5E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.614412 16.0255C1.43281 16.8439 2.76076 16.8439 3.57997 16.0247L8.31913 11.2855L13.0583 16.0247C13.4679 16.4343 14.0045 16.6391 14.5411 16.6391C15.0777 16.6391 15.6151 16.4343 16.0239 16.0247C16.8431 15.2063 16.8431 13.8783 16.0247 13.0591L11.2855 8.31995L16.0247 3.57997C16.8431 2.76158 16.8431 1.43363 16.0239 0.614412C15.2055 -0.203985 13.8775 -0.204804 13.0583 0.614412L8.31913 5.35357L3.57997 0.614412C2.76076 -0.204804 1.43281 -0.204804 0.614412 0.614412C-0.204804 1.43363 -0.204804 2.76158 0.614412 3.57997L5.35357 8.31995L0.614412 13.0591C-0.204804 13.8783 -0.204804 15.2063 0.614412 16.0255Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-error-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 48 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.4134 42.7385C8.65802 38.513 16.1489 36.0889 23.9659 36.0889C31.7828 36.0889 39.2737 38.513 44.5184 42.7385C44.9059 43.0514 45.3712 43.203 45.8332 43.203C46.4452 43.203 47.053 42.9359 47.4675 42.4215C48.1942 41.5195 48.0516 40.1989 47.1497 39.4723C41.1735 34.6569 32.7225 31.8945 23.9659 31.8945C15.2093 31.8945 6.75825 34.6569 0.782075 39.4723C-0.1207 40.1989 -0.262425 41.5195 0.46422 42.4215C1.19086 43.3226 2.51144 43.466 3.4134 42.7385V42.7385Z' fill='%23A1A1AA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.3176 0.614412C46.4992 -0.204804 45.1713 -0.204804 44.3521 0.614412L39.6129 5.35357L34.8729 0.614412C34.0545 -0.204804 32.7266 -0.204804 31.9074 0.614412C31.0882 1.43281 31.0882 2.76076 31.9074 3.57997L36.6465 8.31913L31.9074 13.0591C31.0882 13.8775 31.0882 15.2055 31.9074 16.0247C32.7258 16.8439 34.0537 16.8439 34.8729 16.0247L39.6129 11.2855L44.3521 16.0247C44.7617 16.4343 45.2983 16.6391 45.8349 16.6391C46.3715 16.6391 46.908 16.4343 47.3176 16.0247C48.1369 15.2055 48.1369 13.8775 47.3176 13.0591L42.5785 8.31913L47.3176 3.57997C48.1369 2.76076 48.1369 1.43281 47.3176 0.614412V0.614412Z' fill='%23434D5E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.614412 16.0255C1.43281 16.8439 2.76076 16.8439 3.57997 16.0247L8.31913 11.2855L13.0583 16.0247C13.4679 16.4343 14.0045 16.6391 14.5411 16.6391C15.0777 16.6391 15.6151 16.4343 16.0239 16.0247C16.8431 15.2063 16.8431 13.8783 16.0247 13.0591L11.2855 8.31995L16.0247 3.57997C16.8431 2.76158 16.8431 1.43363 16.0239 0.614412C15.2055 -0.203985 13.8775 -0.204804 13.0583 0.614412L8.31913 5.35357L3.57997 0.614412C2.76076 -0.204804 1.43281 -0.204804 0.614412 0.614412C-0.204804 1.43363 -0.204804 2.76158 0.614412 3.57997L5.35357 8.31995L0.614412 13.0591C-0.204804 13.8783 -0.204804 15.2063 0.614412 16.0255Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-error-zinc-400,.icon-error-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-error-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 48 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.4134 42.7385C8.65802 38.513 16.1489 36.0889 23.9659 36.0889C31.7828 36.0889 39.2737 38.513 44.5184 42.7385C44.9059 43.0514 45.3712 43.203 45.8332 43.203C46.4452 43.203 47.053 42.9359 47.4675 42.4215C48.1942 41.5195 48.0516 40.1989 47.1497 39.4723C41.1735 34.6569 32.7225 31.8945 23.9659 31.8945C15.2093 31.8945 6.75825 34.6569 0.782075 39.4723C-0.1207 40.1989 -0.262425 41.5195 0.46422 42.4215C1.19086 43.3226 2.51144 43.466 3.4134 42.7385V42.7385Z' fill='%2371717A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.3176 0.614412C46.4992 -0.204804 45.1713 -0.204804 44.3521 0.614412L39.6129 5.35357L34.8729 0.614412C34.0545 -0.204804 32.7266 -0.204804 31.9074 0.614412C31.0882 1.43281 31.0882 2.76076 31.9074 3.57997L36.6465 8.31913L31.9074 13.0591C31.0882 13.8775 31.0882 15.2055 31.9074 16.0247C32.7258 16.8439 34.0537 16.8439 34.8729 16.0247L39.6129 11.2855L44.3521 16.0247C44.7617 16.4343 45.2983 16.6391 45.8349 16.6391C46.3715 16.6391 46.908 16.4343 47.3176 16.0247C48.1369 15.2055 48.1369 13.8775 47.3176 13.0591L42.5785 8.31913L47.3176 3.57997C48.1369 2.76076 48.1369 1.43281 47.3176 0.614412V0.614412Z' fill='%23434D5E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.614412 16.0255C1.43281 16.8439 2.76076 16.8439 3.57997 16.0247L8.31913 11.2855L13.0583 16.0247C13.4679 16.4343 14.0045 16.6391 14.5411 16.6391C15.0777 16.6391 15.6151 16.4343 16.0239 16.0247C16.8431 15.2063 16.8431 13.8783 16.0247 13.0591L11.2855 8.31995L16.0247 3.57997C16.8431 2.76158 16.8431 1.43363 16.0239 0.614412C15.2055 -0.203985 13.8775 -0.204804 13.0583 0.614412L8.31913 5.35357L3.57997 0.614412C2.76076 -0.204804 1.43281 -0.204804 0.614412 0.614412C-0.204804 1.43363 -0.204804 2.76158 0.614412 3.57997L5.35357 8.31995L0.614412 13.0591C-0.204804 13.8783 -0.204804 15.2063 0.614412 16.0255Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-error-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 48 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.4134 42.7385C8.65802 38.513 16.1489 36.0889 23.9659 36.0889C31.7828 36.0889 39.2737 38.513 44.5184 42.7385C44.9059 43.0514 45.3712 43.203 45.8332 43.203C46.4452 43.203 47.053 42.9359 47.4675 42.4215C48.1942 41.5195 48.0516 40.1989 47.1497 39.4723C41.1735 34.6569 32.7225 31.8945 23.9659 31.8945C15.2093 31.8945 6.75825 34.6569 0.782075 39.4723C-0.1207 40.1989 -0.262425 41.5195 0.46422 42.4215C1.19086 43.3226 2.51144 43.466 3.4134 42.7385V42.7385Z' fill='%2352525B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.3176 0.614412C46.4992 -0.204804 45.1713 -0.204804 44.3521 0.614412L39.6129 5.35357L34.8729 0.614412C34.0545 -0.204804 32.7266 -0.204804 31.9074 0.614412C31.0882 1.43281 31.0882 2.76076 31.9074 3.57997L36.6465 8.31913L31.9074 13.0591C31.0882 13.8775 31.0882 15.2055 31.9074 16.0247C32.7258 16.8439 34.0537 16.8439 34.8729 16.0247L39.6129 11.2855L44.3521 16.0247C44.7617 16.4343 45.2983 16.6391 45.8349 16.6391C46.3715 16.6391 46.908 16.4343 47.3176 16.0247C48.1369 15.2055 48.1369 13.8775 47.3176 13.0591L42.5785 8.31913L47.3176 3.57997C48.1369 2.76076 48.1369 1.43281 47.3176 0.614412V0.614412Z' fill='%23434D5E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.614412 16.0255C1.43281 16.8439 2.76076 16.8439 3.57997 16.0247L8.31913 11.2855L13.0583 16.0247C13.4679 16.4343 14.0045 16.6391 14.5411 16.6391C15.0777 16.6391 15.6151 16.4343 16.0239 16.0247C16.8431 15.2063 16.8431 13.8783 16.0247 13.0591L11.2855 8.31995L16.0247 3.57997C16.8431 2.76158 16.8431 1.43363 16.0239 0.614412C15.2055 -0.203985 13.8775 -0.204804 13.0583 0.614412L8.31913 5.35357L3.57997 0.614412C2.76076 -0.204804 1.43281 -0.204804 0.614412 0.614412C-0.204804 1.43363 -0.204804 2.76158 0.614412 3.57997L5.35357 8.31995L0.614412 13.0591C-0.204804 13.8783 -0.204804 15.2063 0.614412 16.0255Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-error-zinc-600,.icon-error-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-error-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 48 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.4134 42.7385C8.65802 38.513 16.1489 36.0889 23.9659 36.0889C31.7828 36.0889 39.2737 38.513 44.5184 42.7385C44.9059 43.0514 45.3712 43.203 45.8332 43.203C46.4452 43.203 47.053 42.9359 47.4675 42.4215C48.1942 41.5195 48.0516 40.1989 47.1497 39.4723C41.1735 34.6569 32.7225 31.8945 23.9659 31.8945C15.2093 31.8945 6.75825 34.6569 0.782075 39.4723C-0.1207 40.1989 -0.262425 41.5195 0.46422 42.4215C1.19086 43.3226 2.51144 43.466 3.4134 42.7385V42.7385Z' fill='%233f3f46'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.3176 0.614412C46.4992 -0.204804 45.1713 -0.204804 44.3521 0.614412L39.6129 5.35357L34.8729 0.614412C34.0545 -0.204804 32.7266 -0.204804 31.9074 0.614412C31.0882 1.43281 31.0882 2.76076 31.9074 3.57997L36.6465 8.31913L31.9074 13.0591C31.0882 13.8775 31.0882 15.2055 31.9074 16.0247C32.7258 16.8439 34.0537 16.8439 34.8729 16.0247L39.6129 11.2855L44.3521 16.0247C44.7617 16.4343 45.2983 16.6391 45.8349 16.6391C46.3715 16.6391 46.908 16.4343 47.3176 16.0247C48.1369 15.2055 48.1369 13.8775 47.3176 13.0591L42.5785 8.31913L47.3176 3.57997C48.1369 2.76076 48.1369 1.43281 47.3176 0.614412V0.614412Z' fill='%23434D5E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.614412 16.0255C1.43281 16.8439 2.76076 16.8439 3.57997 16.0247L8.31913 11.2855L13.0583 16.0247C13.4679 16.4343 14.0045 16.6391 14.5411 16.6391C15.0777 16.6391 15.6151 16.4343 16.0239 16.0247C16.8431 15.2063 16.8431 13.8783 16.0247 13.0591L11.2855 8.31995L16.0247 3.57997C16.8431 2.76158 16.8431 1.43363 16.0239 0.614412C15.2055 -0.203985 13.8775 -0.204804 13.0583 0.614412L8.31913 5.35357L3.57997 0.614412C2.76076 -0.204804 1.43281 -0.204804 0.614412 0.614412C-0.204804 1.43363 -0.204804 2.76158 0.614412 3.57997L5.35357 8.31995L0.614412 13.0591C-0.204804 13.8783 -0.204804 15.2063 0.614412 16.0255Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-error-gray-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 48 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.4134 42.7385C8.65802 38.513 16.1489 36.0889 23.9659 36.0889C31.7828 36.0889 39.2737 38.513 44.5184 42.7385C44.9059 43.0514 45.3712 43.203 45.8332 43.203C46.4452 43.203 47.053 42.9359 47.4675 42.4215C48.1942 41.5195 48.0516 40.1989 47.1497 39.4723C41.1735 34.6569 32.7225 31.8945 23.9659 31.8945C15.2093 31.8945 6.75825 34.6569 0.782075 39.4723C-0.1207 40.1989 -0.262425 41.5195 0.46422 42.4215C1.19086 43.3226 2.51144 43.466 3.4134 42.7385V42.7385Z' fill='%234b5563'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.3176 0.614412C46.4992 -0.204804 45.1713 -0.204804 44.3521 0.614412L39.6129 5.35357L34.8729 0.614412C34.0545 -0.204804 32.7266 -0.204804 31.9074 0.614412C31.0882 1.43281 31.0882 2.76076 31.9074 3.57997L36.6465 8.31913L31.9074 13.0591C31.0882 13.8775 31.0882 15.2055 31.9074 16.0247C32.7258 16.8439 34.0537 16.8439 34.8729 16.0247L39.6129 11.2855L44.3521 16.0247C44.7617 16.4343 45.2983 16.6391 45.8349 16.6391C46.3715 16.6391 46.908 16.4343 47.3176 16.0247C48.1369 15.2055 48.1369 13.8775 47.3176 13.0591L42.5785 8.31913L47.3176 3.57997C48.1369 2.76076 48.1369 1.43281 47.3176 0.614412V0.614412Z' fill='%23434D5E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.614412 16.0255C1.43281 16.8439 2.76076 16.8439 3.57997 16.0247L8.31913 11.2855L13.0583 16.0247C13.4679 16.4343 14.0045 16.6391 14.5411 16.6391C15.0777 16.6391 15.6151 16.4343 16.0239 16.0247C16.8431 15.2063 16.8431 13.8783 16.0247 13.0591L11.2855 8.31995L16.0247 3.57997C16.8431 2.76158 16.8431 1.43363 16.0239 0.614412C15.2055 -0.203985 13.8775 -0.204804 13.0583 0.614412L8.31913 5.35357L3.57997 0.614412C2.76076 -0.204804 1.43281 -0.204804 0.614412 0.614412C-0.204804 1.43363 -0.204804 2.76158 0.614412 3.57997L5.35357 8.31995L0.614412 13.0591C-0.204804 13.8783 -0.204804 15.2063 0.614412 16.0255Z' fill='%234b5563'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;display:flex}.icon-ellipsis{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-ellipsis-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-ellipsis-primary1,.icon-ellipsis-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-ellipsis-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-ellipsis-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-ellipsis-zinc-400,.icon-ellipsis-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-ellipsis-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-ellipsis-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-ellipsis-zinc-600,.icon-ellipsis-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-ellipsis-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-ellipsis-gray-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%234b5563' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-alarm,.icon-ellipsis-gray-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-alarm{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.93309 1C8.12962 1 6.40001 1.72245 5.12476 3.0084C3.84952 4.29437 3.1331 6.03852 3.1331 7.85715V11.9554L2.33183 12.7634C2.17337 12.9233 2.06547 13.1269 2.02176 13.3485C1.97805 13.5702 2.0005 13.7999 2.08626 14.0087C2.17202 14.2175 2.31724 14.396 2.50357 14.5216C2.6899 14.6471 2.90898 14.7143 3.1331 14.7143H16.7331C16.9573 14.7143 17.1763 14.6471 17.3626 14.5216C17.549 14.396 17.6942 14.2175 17.7799 14.0087C17.8656 13.7999 17.8881 13.5702 17.8444 13.3485C17.8007 13.1269 17.6928 12.9233 17.5344 12.7634L16.7331 11.9554V7.85715C16.7331 6.03852 16.0167 4.29437 14.7414 3.0084C13.4662 1.72245 11.7366 1 9.93309 1ZM9.93309 19.2857C9.03136 19.2857 8.16655 18.9244 7.52893 18.2816C6.8913 17.6386 6.5331 16.7664 6.5331 15.8571H13.3331C13.3331 16.7664 12.9749 17.6386 12.3372 18.2816C11.6996 18.9244 10.8348 19.2857 9.93309 19.2857Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-alarm-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.93309 1C8.12962 1 6.40001 1.72245 5.12476 3.0084C3.84952 4.29437 3.1331 6.03852 3.1331 7.85715V11.9554L2.33183 12.7634C2.17337 12.9233 2.06547 13.1269 2.02176 13.3485C1.97805 13.5702 2.0005 13.7999 2.08626 14.0087C2.17202 14.2175 2.31724 14.396 2.50357 14.5216C2.6899 14.6471 2.90898 14.7143 3.1331 14.7143H16.7331C16.9573 14.7143 17.1763 14.6471 17.3626 14.5216C17.549 14.396 17.6942 14.2175 17.7799 14.0087C17.8656 13.7999 17.8881 13.5702 17.8444 13.3485C17.8007 13.1269 17.6928 12.9233 17.5344 12.7634L16.7331 11.9554V7.85715C16.7331 6.03852 16.0167 4.29437 14.7414 3.0084C13.4662 1.72245 11.7366 1 9.93309 1ZM9.93309 19.2857C9.03136 19.2857 8.16655 18.9244 7.52893 18.2816C6.8913 17.6386 6.5331 16.7664 6.5331 15.8571H13.3331C13.3331 16.7664 12.9749 17.6386 12.3372 18.2816C11.6996 18.9244 10.8348 19.2857 9.93309 19.2857Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-alarm-primary1,.icon-alarm-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-alarm-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.93309 1C8.12962 1 6.40001 1.72245 5.12476 3.0084C3.84952 4.29437 3.1331 6.03852 3.1331 7.85715V11.9554L2.33183 12.7634C2.17337 12.9233 2.06547 13.1269 2.02176 13.3485C1.97805 13.5702 2.0005 13.7999 2.08626 14.0087C2.17202 14.2175 2.31724 14.396 2.50357 14.5216C2.6899 14.6471 2.90898 14.7143 3.1331 14.7143H16.7331C16.9573 14.7143 17.1763 14.6471 17.3626 14.5216C17.549 14.396 17.6942 14.2175 17.7799 14.0087C17.8656 13.7999 17.8881 13.5702 17.8444 13.3485C17.8007 13.1269 17.6928 12.9233 17.5344 12.7634L16.7331 11.9554V7.85715C16.7331 6.03852 16.0167 4.29437 14.7414 3.0084C13.4662 1.72245 11.7366 1 9.93309 1ZM9.93309 19.2857C9.03136 19.2857 8.16655 18.9244 7.52893 18.2816C6.8913 17.6386 6.5331 16.7664 6.5331 15.8571H13.3331C13.3331 16.7664 12.9749 17.6386 12.3372 18.2816C11.6996 18.9244 10.8348 19.2857 9.93309 19.2857Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-alarm-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.93309 1C8.12962 1 6.40001 1.72245 5.12476 3.0084C3.84952 4.29437 3.1331 6.03852 3.1331 7.85715V11.9554L2.33183 12.7634C2.17337 12.9233 2.06547 13.1269 2.02176 13.3485C1.97805 13.5702 2.0005 13.7999 2.08626 14.0087C2.17202 14.2175 2.31724 14.396 2.50357 14.5216C2.6899 14.6471 2.90898 14.7143 3.1331 14.7143H16.7331C16.9573 14.7143 17.1763 14.6471 17.3626 14.5216C17.549 14.396 17.6942 14.2175 17.7799 14.0087C17.8656 13.7999 17.8881 13.5702 17.8444 13.3485C17.8007 13.1269 17.6928 12.9233 17.5344 12.7634L16.7331 11.9554V7.85715C16.7331 6.03852 16.0167 4.29437 14.7414 3.0084C13.4662 1.72245 11.7366 1 9.93309 1ZM9.93309 19.2857C9.03136 19.2857 8.16655 18.9244 7.52893 18.2816C6.8913 17.6386 6.5331 16.7664 6.5331 15.8571H13.3331C13.3331 16.7664 12.9749 17.6386 12.3372 18.2816C11.6996 18.9244 10.8348 19.2857 9.93309 19.2857Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-alarm-zinc-400,.icon-alarm-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-alarm-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.93309 1C8.12962 1 6.40001 1.72245 5.12476 3.0084C3.84952 4.29437 3.1331 6.03852 3.1331 7.85715V11.9554L2.33183 12.7634C2.17337 12.9233 2.06547 13.1269 2.02176 13.3485C1.97805 13.5702 2.0005 13.7999 2.08626 14.0087C2.17202 14.2175 2.31724 14.396 2.50357 14.5216C2.6899 14.6471 2.90898 14.7143 3.1331 14.7143H16.7331C16.9573 14.7143 17.1763 14.6471 17.3626 14.5216C17.549 14.396 17.6942 14.2175 17.7799 14.0087C17.8656 13.7999 17.8881 13.5702 17.8444 13.3485C17.8007 13.1269 17.6928 12.9233 17.5344 12.7634L16.7331 11.9554V7.85715C16.7331 6.03852 16.0167 4.29437 14.7414 3.0084C13.4662 1.72245 11.7366 1 9.93309 1ZM9.93309 19.2857C9.03136 19.2857 8.16655 18.9244 7.52893 18.2816C6.8913 17.6386 6.5331 16.7664 6.5331 15.8571H13.3331C13.3331 16.7664 12.9749 17.6386 12.3372 18.2816C11.6996 18.9244 10.8348 19.2857 9.93309 19.2857Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-alarm-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.93309 1C8.12962 1 6.40001 1.72245 5.12476 3.0084C3.84952 4.29437 3.1331 6.03852 3.1331 7.85715V11.9554L2.33183 12.7634C2.17337 12.9233 2.06547 13.1269 2.02176 13.3485C1.97805 13.5702 2.0005 13.7999 2.08626 14.0087C2.17202 14.2175 2.31724 14.396 2.50357 14.5216C2.6899 14.6471 2.90898 14.7143 3.1331 14.7143H16.7331C16.9573 14.7143 17.1763 14.6471 17.3626 14.5216C17.549 14.396 17.6942 14.2175 17.7799 14.0087C17.8656 13.7999 17.8881 13.5702 17.8444 13.3485C17.8007 13.1269 17.6928 12.9233 17.5344 12.7634L16.7331 11.9554V7.85715C16.7331 6.03852 16.0167 4.29437 14.7414 3.0084C13.4662 1.72245 11.7366 1 9.93309 1ZM9.93309 19.2857C9.03136 19.2857 8.16655 18.9244 7.52893 18.2816C6.8913 17.6386 6.5331 16.7664 6.5331 15.8571H13.3331C13.3331 16.7664 12.9749 17.6386 12.3372 18.2816C11.6996 18.9244 10.8348 19.2857 9.93309 19.2857Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-alarm-zinc-600,.icon-alarm-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-alarm-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.93309 1C8.12962 1 6.40001 1.72245 5.12476 3.0084C3.84952 4.29437 3.1331 6.03852 3.1331 7.85715V11.9554L2.33183 12.7634C2.17337 12.9233 2.06547 13.1269 2.02176 13.3485C1.97805 13.5702 2.0005 13.7999 2.08626 14.0087C2.17202 14.2175 2.31724 14.396 2.50357 14.5216C2.6899 14.6471 2.90898 14.7143 3.1331 14.7143H16.7331C16.9573 14.7143 17.1763 14.6471 17.3626 14.5216C17.549 14.396 17.6942 14.2175 17.7799 14.0087C17.8656 13.7999 17.8881 13.5702 17.8444 13.3485C17.8007 13.1269 17.6928 12.9233 17.5344 12.7634L16.7331 11.9554V7.85715C16.7331 6.03852 16.0167 4.29437 14.7414 3.0084C13.4662 1.72245 11.7366 1 9.93309 1ZM9.93309 19.2857C9.03136 19.2857 8.16655 18.9244 7.52893 18.2816C6.8913 17.6386 6.5331 16.7664 6.5331 15.8571H13.3331C13.3331 16.7664 12.9749 17.6386 12.3372 18.2816C11.6996 18.9244 10.8348 19.2857 9.93309 19.2857Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-alarm-gray-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.93309 1C8.12962 1 6.40001 1.72245 5.12476 3.0084C3.84952 4.29437 3.1331 6.03852 3.1331 7.85715V11.9554L2.33183 12.7634C2.17337 12.9233 2.06547 13.1269 2.02176 13.3485C1.97805 13.5702 2.0005 13.7999 2.08626 14.0087C2.17202 14.2175 2.31724 14.396 2.50357 14.5216C2.6899 14.6471 2.90898 14.7143 3.1331 14.7143H16.7331C16.9573 14.7143 17.1763 14.6471 17.3626 14.5216C17.549 14.396 17.6942 14.2175 17.7799 14.0087C17.8656 13.7999 17.8881 13.5702 17.8444 13.3485C17.8007 13.1269 17.6928 12.9233 17.5344 12.7634L16.7331 11.9554V7.85715C16.7331 6.03852 16.0167 4.29437 14.7414 3.0084C13.4662 1.72245 11.7366 1 9.93309 1ZM9.93309 19.2857C9.03136 19.2857 8.16655 18.9244 7.52893 18.2816C6.8913 17.6386 6.5331 16.7664 6.5331 15.8571H13.3331C13.3331 16.7664 12.9749 17.6386 12.3372 18.2816C11.6996 18.9244 10.8348 19.2857 9.93309 19.2857Z' fill='%234b5563'/%3E%3C/svg%3E%0A")}.icon-alarm-gray-600,.icon-lightBulb{background-position:50%;background-repeat:no-repeat;display:flex}.icon-lightBulb{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-lightBulb-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-lightBulb-primary1,.icon-lightBulb-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-lightBulb-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-lightBulb-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-lightBulb-zinc-400,.icon-lightBulb-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-lightBulb-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-lightBulb-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-lightBulb-zinc-600,.icon-lightBulb-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-lightBulb-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-lightBulb-gray-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%234b5563'/%3E%3C/svg%3E%0A")}.icon-annotation,.icon-lightBulb-gray-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-annotation{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 13V5C18 4.46957 17.7893 3.96086 17.4142 3.58579C17.0391 3.21071 16.5304 3 16 3H4C3.46957 3 2.96086 3.21071 2.58579 3.58579C2.21071 3.96086 2 4.46957 2 5V13C2 13.5304 2.21071 14.0391 2.58579 14.4142C2.96086 14.7893 3.46957 15 4 15H7L10 18L13 15H16C16.5304 15 17.0391 14.7893 17.4142 14.4142C17.7893 14.0391 18 13.5304 18 13ZM5 7C5 6.73478 5.10536 6.48043 5.29289 6.29289C5.48043 6.10536 5.73478 6 6 6H14C14.2652 6 14.5196 6.10536 14.7071 6.29289C14.8946 6.48043 15 6.73478 15 7C15 7.26522 14.8946 7.51957 14.7071 7.70711C14.5196 7.89464 14.2652 8 14 8H6C5.73478 8 5.48043 7.89464 5.29289 7.70711C5.10536 7.51957 5 7.26522 5 7ZM6 10C5.73478 10 5.48043 10.1054 5.29289 10.2929C5.10536 10.4804 5 10.7348 5 11C5 11.2652 5.10536 11.5196 5.29289 11.7071C5.48043 11.8946 5.73478 12 6 12H9C9.26522 12 9.51957 11.8946 9.70711 11.7071C9.89464 11.5196 10 11.2652 10 11C10 10.7348 9.89464 10.4804 9.70711 10.2929C9.51957 10.1054 9.26522 10 9 10H6Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-annotation-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 13V5C18 4.46957 17.7893 3.96086 17.4142 3.58579C17.0391 3.21071 16.5304 3 16 3H4C3.46957 3 2.96086 3.21071 2.58579 3.58579C2.21071 3.96086 2 4.46957 2 5V13C2 13.5304 2.21071 14.0391 2.58579 14.4142C2.96086 14.7893 3.46957 15 4 15H7L10 18L13 15H16C16.5304 15 17.0391 14.7893 17.4142 14.4142C17.7893 14.0391 18 13.5304 18 13ZM5 7C5 6.73478 5.10536 6.48043 5.29289 6.29289C5.48043 6.10536 5.73478 6 6 6H14C14.2652 6 14.5196 6.10536 14.7071 6.29289C14.8946 6.48043 15 6.73478 15 7C15 7.26522 14.8946 7.51957 14.7071 7.70711C14.5196 7.89464 14.2652 8 14 8H6C5.73478 8 5.48043 7.89464 5.29289 7.70711C5.10536 7.51957 5 7.26522 5 7ZM6 10C5.73478 10 5.48043 10.1054 5.29289 10.2929C5.10536 10.4804 5 10.7348 5 11C5 11.2652 5.10536 11.5196 5.29289 11.7071C5.48043 11.8946 5.73478 12 6 12H9C9.26522 12 9.51957 11.8946 9.70711 11.7071C9.89464 11.5196 10 11.2652 10 11C10 10.7348 9.89464 10.4804 9.70711 10.2929C9.51957 10.1054 9.26522 10 9 10H6Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-annotation-primary1,.icon-annotation-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-annotation-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 13V5C18 4.46957 17.7893 3.96086 17.4142 3.58579C17.0391 3.21071 16.5304 3 16 3H4C3.46957 3 2.96086 3.21071 2.58579 3.58579C2.21071 3.96086 2 4.46957 2 5V13C2 13.5304 2.21071 14.0391 2.58579 14.4142C2.96086 14.7893 3.46957 15 4 15H7L10 18L13 15H16C16.5304 15 17.0391 14.7893 17.4142 14.4142C17.7893 14.0391 18 13.5304 18 13ZM5 7C5 6.73478 5.10536 6.48043 5.29289 6.29289C5.48043 6.10536 5.73478 6 6 6H14C14.2652 6 14.5196 6.10536 14.7071 6.29289C14.8946 6.48043 15 6.73478 15 7C15 7.26522 14.8946 7.51957 14.7071 7.70711C14.5196 7.89464 14.2652 8 14 8H6C5.73478 8 5.48043 7.89464 5.29289 7.70711C5.10536 7.51957 5 7.26522 5 7ZM6 10C5.73478 10 5.48043 10.1054 5.29289 10.2929C5.10536 10.4804 5 10.7348 5 11C5 11.2652 5.10536 11.5196 5.29289 11.7071C5.48043 11.8946 5.73478 12 6 12H9C9.26522 12 9.51957 11.8946 9.70711 11.7071C9.89464 11.5196 10 11.2652 10 11C10 10.7348 9.89464 10.4804 9.70711 10.2929C9.51957 10.1054 9.26522 10 9 10H6Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-annotation-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 13V5C18 4.46957 17.7893 3.96086 17.4142 3.58579C17.0391 3.21071 16.5304 3 16 3H4C3.46957 3 2.96086 3.21071 2.58579 3.58579C2.21071 3.96086 2 4.46957 2 5V13C2 13.5304 2.21071 14.0391 2.58579 14.4142C2.96086 14.7893 3.46957 15 4 15H7L10 18L13 15H16C16.5304 15 17.0391 14.7893 17.4142 14.4142C17.7893 14.0391 18 13.5304 18 13ZM5 7C5 6.73478 5.10536 6.48043 5.29289 6.29289C5.48043 6.10536 5.73478 6 6 6H14C14.2652 6 14.5196 6.10536 14.7071 6.29289C14.8946 6.48043 15 6.73478 15 7C15 7.26522 14.8946 7.51957 14.7071 7.70711C14.5196 7.89464 14.2652 8 14 8H6C5.73478 8 5.48043 7.89464 5.29289 7.70711C5.10536 7.51957 5 7.26522 5 7ZM6 10C5.73478 10 5.48043 10.1054 5.29289 10.2929C5.10536 10.4804 5 10.7348 5 11C5 11.2652 5.10536 11.5196 5.29289 11.7071C5.48043 11.8946 5.73478 12 6 12H9C9.26522 12 9.51957 11.8946 9.70711 11.7071C9.89464 11.5196 10 11.2652 10 11C10 10.7348 9.89464 10.4804 9.70711 10.2929C9.51957 10.1054 9.26522 10 9 10H6Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-annotation-zinc-400,.icon-annotation-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-annotation-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 13V5C18 4.46957 17.7893 3.96086 17.4142 3.58579C17.0391 3.21071 16.5304 3 16 3H4C3.46957 3 2.96086 3.21071 2.58579 3.58579C2.21071 3.96086 2 4.46957 2 5V13C2 13.5304 2.21071 14.0391 2.58579 14.4142C2.96086 14.7893 3.46957 15 4 15H7L10 18L13 15H16C16.5304 15 17.0391 14.7893 17.4142 14.4142C17.7893 14.0391 18 13.5304 18 13ZM5 7C5 6.73478 5.10536 6.48043 5.29289 6.29289C5.48043 6.10536 5.73478 6 6 6H14C14.2652 6 14.5196 6.10536 14.7071 6.29289C14.8946 6.48043 15 6.73478 15 7C15 7.26522 14.8946 7.51957 14.7071 7.70711C14.5196 7.89464 14.2652 8 14 8H6C5.73478 8 5.48043 7.89464 5.29289 7.70711C5.10536 7.51957 5 7.26522 5 7ZM6 10C5.73478 10 5.48043 10.1054 5.29289 10.2929C5.10536 10.4804 5 10.7348 5 11C5 11.2652 5.10536 11.5196 5.29289 11.7071C5.48043 11.8946 5.73478 12 6 12H9C9.26522 12 9.51957 11.8946 9.70711 11.7071C9.89464 11.5196 10 11.2652 10 11C10 10.7348 9.89464 10.4804 9.70711 10.2929C9.51957 10.1054 9.26522 10 9 10H6Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-annotation-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 13V5C18 4.46957 17.7893 3.96086 17.4142 3.58579C17.0391 3.21071 16.5304 3 16 3H4C3.46957 3 2.96086 3.21071 2.58579 3.58579C2.21071 3.96086 2 4.46957 2 5V13C2 13.5304 2.21071 14.0391 2.58579 14.4142C2.96086 14.7893 3.46957 15 4 15H7L10 18L13 15H16C16.5304 15 17.0391 14.7893 17.4142 14.4142C17.7893 14.0391 18 13.5304 18 13ZM5 7C5 6.73478 5.10536 6.48043 5.29289 6.29289C5.48043 6.10536 5.73478 6 6 6H14C14.2652 6 14.5196 6.10536 14.7071 6.29289C14.8946 6.48043 15 6.73478 15 7C15 7.26522 14.8946 7.51957 14.7071 7.70711C14.5196 7.89464 14.2652 8 14 8H6C5.73478 8 5.48043 7.89464 5.29289 7.70711C5.10536 7.51957 5 7.26522 5 7ZM6 10C5.73478 10 5.48043 10.1054 5.29289 10.2929C5.10536 10.4804 5 10.7348 5 11C5 11.2652 5.10536 11.5196 5.29289 11.7071C5.48043 11.8946 5.73478 12 6 12H9C9.26522 12 9.51957 11.8946 9.70711 11.7071C9.89464 11.5196 10 11.2652 10 11C10 10.7348 9.89464 10.4804 9.70711 10.2929C9.51957 10.1054 9.26522 10 9 10H6Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-annotation-zinc-600,.icon-annotation-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-annotation-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 13V5C18 4.46957 17.7893 3.96086 17.4142 3.58579C17.0391 3.21071 16.5304 3 16 3H4C3.46957 3 2.96086 3.21071 2.58579 3.58579C2.21071 3.96086 2 4.46957 2 5V13C2 13.5304 2.21071 14.0391 2.58579 14.4142C2.96086 14.7893 3.46957 15 4 15H7L10 18L13 15H16C16.5304 15 17.0391 14.7893 17.4142 14.4142C17.7893 14.0391 18 13.5304 18 13ZM5 7C5 6.73478 5.10536 6.48043 5.29289 6.29289C5.48043 6.10536 5.73478 6 6 6H14C14.2652 6 14.5196 6.10536 14.7071 6.29289C14.8946 6.48043 15 6.73478 15 7C15 7.26522 14.8946 7.51957 14.7071 7.70711C14.5196 7.89464 14.2652 8 14 8H6C5.73478 8 5.48043 7.89464 5.29289 7.70711C5.10536 7.51957 5 7.26522 5 7ZM6 10C5.73478 10 5.48043 10.1054 5.29289 10.2929C5.10536 10.4804 5 10.7348 5 11C5 11.2652 5.10536 11.5196 5.29289 11.7071C5.48043 11.8946 5.73478 12 6 12H9C9.26522 12 9.51957 11.8946 9.70711 11.7071C9.89464 11.5196 10 11.2652 10 11C10 10.7348 9.89464 10.4804 9.70711 10.2929C9.51957 10.1054 9.26522 10 9 10H6Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-annotation-gray-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 13V5C18 4.46957 17.7893 3.96086 17.4142 3.58579C17.0391 3.21071 16.5304 3 16 3H4C3.46957 3 2.96086 3.21071 2.58579 3.58579C2.21071 3.96086 2 4.46957 2 5V13C2 13.5304 2.21071 14.0391 2.58579 14.4142C2.96086 14.7893 3.46957 15 4 15H7L10 18L13 15H16C16.5304 15 17.0391 14.7893 17.4142 14.4142C17.7893 14.0391 18 13.5304 18 13ZM5 7C5 6.73478 5.10536 6.48043 5.29289 6.29289C5.48043 6.10536 5.73478 6 6 6H14C14.2652 6 14.5196 6.10536 14.7071 6.29289C14.8946 6.48043 15 6.73478 15 7C15 7.26522 14.8946 7.51957 14.7071 7.70711C14.5196 7.89464 14.2652 8 14 8H6C5.73478 8 5.48043 7.89464 5.29289 7.70711C5.10536 7.51957 5 7.26522 5 7ZM6 10C5.73478 10 5.48043 10.1054 5.29289 10.2929C5.10536 10.4804 5 10.7348 5 11C5 11.2652 5.10536 11.5196 5.29289 11.7071C5.48043 11.8946 5.73478 12 6 12H9C9.26522 12 9.51957 11.8946 9.70711 11.7071C9.89464 11.5196 10 11.2652 10 11C10 10.7348 9.89464 10.4804 9.70711 10.2929C9.51957 10.1054 9.26522 10 9 10H6Z' fill='%234b5563'/%3E%3C/svg%3E%0A")}.icon-annotation-gray-600,.icon-gothic-quot{background-position:50%;background-repeat:no-repeat;display:flex}.icon-gothic-quot{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_17_3792)'%3E%3Cpath d='M0 20C0 17.234 0.209497 14.9645 0.628492 13.2624C1.04749 11.5603 1.67598 10 2.51397 8.58156C3.35196 7.16312 4.46927 5.74468 5.86592 4.32624C7.26257 2.9078 9.07821 1.41844 11.243 0L13.0587 2.41135C11.8017 3.5461 10.7542 4.68085 9.98603 5.88652C9.21788 7.0922 8.51955 8.58156 7.89106 10.2837C7.26257 11.9858 6.84358 13.9007 6.63408 15.8156C6.42458 17.7305 6.28492 19.1489 6.28492 19.9291H0V20Z' fill='%2352525B'/%3E%3Cpath d='M12.0107 20C12.0107 17.234 12.2202 14.9645 12.6392 13.2624C13.0582 11.5603 13.6867 10 14.5247 8.58156C15.3627 7.16312 16.48 5.74468 17.8767 4.32624C19.2733 2.9078 21.089 1.41844 23.2538 0L25.0694 2.41135C23.8124 3.5461 22.7649 4.68085 21.9968 5.88652C21.2286 7.0922 20.5303 8.58156 19.9018 10.2837C19.2733 11.9858 18.8543 13.9007 18.6448 15.8156C18.4353 17.7305 18.2957 19.1489 18.2957 19.9291H12.0107V20Z' fill='%2352525B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17_3792'%3E%3Crect width='25' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-gothic-quot-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_17_3792)'%3E%3Cpath d='M0 20C0 17.234 0.209497 14.9645 0.628492 13.2624C1.04749 11.5603 1.67598 10 2.51397 8.58156C3.35196 7.16312 4.46927 5.74468 5.86592 4.32624C7.26257 2.9078 9.07821 1.41844 11.243 0L13.0587 2.41135C11.8017 3.5461 10.7542 4.68085 9.98603 5.88652C9.21788 7.0922 8.51955 8.58156 7.89106 10.2837C7.26257 11.9858 6.84358 13.9007 6.63408 15.8156C6.42458 17.7305 6.28492 19.1489 6.28492 19.9291H0V20Z' fill='%23ffffff'/%3E%3Cpath d='M12.0107 20C12.0107 17.234 12.2202 14.9645 12.6392 13.2624C13.0582 11.5603 13.6867 10 14.5247 8.58156C15.3627 7.16312 16.48 5.74468 17.8767 4.32624C19.2733 2.9078 21.089 1.41844 23.2538 0L25.0694 2.41135C23.8124 3.5461 22.7649 4.68085 21.9968 5.88652C21.2286 7.0922 20.5303 8.58156 19.9018 10.2837C19.2733 11.9858 18.8543 13.9007 18.6448 15.8156C18.4353 17.7305 18.2957 19.1489 18.2957 19.9291H12.0107V20Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17_3792'%3E%3Crect width='25' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-gothic-quot-primary1,.icon-gothic-quot-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-gothic-quot-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_17_3792)'%3E%3Cpath d='M0 20C0 17.234 0.209497 14.9645 0.628492 13.2624C1.04749 11.5603 1.67598 10 2.51397 8.58156C3.35196 7.16312 4.46927 5.74468 5.86592 4.32624C7.26257 2.9078 9.07821 1.41844 11.243 0L13.0587 2.41135C11.8017 3.5461 10.7542 4.68085 9.98603 5.88652C9.21788 7.0922 8.51955 8.58156 7.89106 10.2837C7.26257 11.9858 6.84358 13.9007 6.63408 15.8156C6.42458 17.7305 6.28492 19.1489 6.28492 19.9291H0V20Z' fill='%23E4261A'/%3E%3Cpath d='M12.0107 20C12.0107 17.234 12.2202 14.9645 12.6392 13.2624C13.0582 11.5603 13.6867 10 14.5247 8.58156C15.3627 7.16312 16.48 5.74468 17.8767 4.32624C19.2733 2.9078 21.089 1.41844 23.2538 0L25.0694 2.41135C23.8124 3.5461 22.7649 4.68085 21.9968 5.88652C21.2286 7.0922 20.5303 8.58156 19.9018 10.2837C19.2733 11.9858 18.8543 13.9007 18.6448 15.8156C18.4353 17.7305 18.2957 19.1489 18.2957 19.9291H12.0107V20Z' fill='%23E4261A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17_3792'%3E%3Crect width='25' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-gothic-quot-zinc-100{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_17_3792)'%3E%3Cpath d='M0 20C0 17.234 0.209497 14.9645 0.628492 13.2624C1.04749 11.5603 1.67598 10 2.51397 8.58156C3.35196 7.16312 4.46927 5.74468 5.86592 4.32624C7.26257 2.9078 9.07821 1.41844 11.243 0L13.0587 2.41135C11.8017 3.5461 10.7542 4.68085 9.98603 5.88652C9.21788 7.0922 8.51955 8.58156 7.89106 10.2837C7.26257 11.9858 6.84358 13.9007 6.63408 15.8156C6.42458 17.7305 6.28492 19.1489 6.28492 19.9291H0V20Z' fill='%23f4f4f5'/%3E%3Cpath d='M12.0107 20C12.0107 17.234 12.2202 14.9645 12.6392 13.2624C13.0582 11.5603 13.6867 10 14.5247 8.58156C15.3627 7.16312 16.48 5.74468 17.8767 4.32624C19.2733 2.9078 21.089 1.41844 23.2538 0L25.0694 2.41135C23.8124 3.5461 22.7649 4.68085 21.9968 5.88652C21.2286 7.0922 20.5303 8.58156 19.9018 10.2837C19.2733 11.9858 18.8543 13.9007 18.6448 15.8156C18.4353 17.7305 18.2957 19.1489 18.2957 19.9291H12.0107V20Z' fill='%23f4f4f5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17_3792'%3E%3Crect width='25' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-gothic-quot-zinc-100,.icon-gothic-quot-zinc-200{background-position:50%;background-repeat:no-repeat;display:flex}.icon-gothic-quot-zinc-200{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_17_3792)'%3E%3Cpath d='M0 20C0 17.234 0.209497 14.9645 0.628492 13.2624C1.04749 11.5603 1.67598 10 2.51397 8.58156C3.35196 7.16312 4.46927 5.74468 5.86592 4.32624C7.26257 2.9078 9.07821 1.41844 11.243 0L13.0587 2.41135C11.8017 3.5461 10.7542 4.68085 9.98603 5.88652C9.21788 7.0922 8.51955 8.58156 7.89106 10.2837C7.26257 11.9858 6.84358 13.9007 6.63408 15.8156C6.42458 17.7305 6.28492 19.1489 6.28492 19.9291H0V20Z' fill='%23e4e4e7'/%3E%3Cpath d='M12.0107 20C12.0107 17.234 12.2202 14.9645 12.6392 13.2624C13.0582 11.5603 13.6867 10 14.5247 8.58156C15.3627 7.16312 16.48 5.74468 17.8767 4.32624C19.2733 2.9078 21.089 1.41844 23.2538 0L25.0694 2.41135C23.8124 3.5461 22.7649 4.68085 21.9968 5.88652C21.2286 7.0922 20.5303 8.58156 19.9018 10.2837C19.2733 11.9858 18.8543 13.9007 18.6448 15.8156C18.4353 17.7305 18.2957 19.1489 18.2957 19.9291H12.0107V20Z' fill='%23e4e4e7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17_3792'%3E%3Crect width='25' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-gothic-quot-zinc-300{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_17_3792)'%3E%3Cpath d='M0 20C0 17.234 0.209497 14.9645 0.628492 13.2624C1.04749 11.5603 1.67598 10 2.51397 8.58156C3.35196 7.16312 4.46927 5.74468 5.86592 4.32624C7.26257 2.9078 9.07821 1.41844 11.243 0L13.0587 2.41135C11.8017 3.5461 10.7542 4.68085 9.98603 5.88652C9.21788 7.0922 8.51955 8.58156 7.89106 10.2837C7.26257 11.9858 6.84358 13.9007 6.63408 15.8156C6.42458 17.7305 6.28492 19.1489 6.28492 19.9291H0V20Z' fill='%23D4D4D8'/%3E%3Cpath d='M12.0107 20C12.0107 17.234 12.2202 14.9645 12.6392 13.2624C13.0582 11.5603 13.6867 10 14.5247 8.58156C15.3627 7.16312 16.48 5.74468 17.8767 4.32624C19.2733 2.9078 21.089 1.41844 23.2538 0L25.0694 2.41135C23.8124 3.5461 22.7649 4.68085 21.9968 5.88652C21.2286 7.0922 20.5303 8.58156 19.9018 10.2837C19.2733 11.9858 18.8543 13.9007 18.6448 15.8156C18.4353 17.7305 18.2957 19.1489 18.2957 19.9291H12.0107V20Z' fill='%23D4D4D8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17_3792'%3E%3Crect width='25' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-gothic-quot-zinc-300,.icon-gothic-quot-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-gothic-quot-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_17_3792)'%3E%3Cpath d='M0 20C0 17.234 0.209497 14.9645 0.628492 13.2624C1.04749 11.5603 1.67598 10 2.51397 8.58156C3.35196 7.16312 4.46927 5.74468 5.86592 4.32624C7.26257 2.9078 9.07821 1.41844 11.243 0L13.0587 2.41135C11.8017 3.5461 10.7542 4.68085 9.98603 5.88652C9.21788 7.0922 8.51955 8.58156 7.89106 10.2837C7.26257 11.9858 6.84358 13.9007 6.63408 15.8156C6.42458 17.7305 6.28492 19.1489 6.28492 19.9291H0V20Z' fill='%23A1A1AA'/%3E%3Cpath d='M12.0107 20C12.0107 17.234 12.2202 14.9645 12.6392 13.2624C13.0582 11.5603 13.6867 10 14.5247 8.58156C15.3627 7.16312 16.48 5.74468 17.8767 4.32624C19.2733 2.9078 21.089 1.41844 23.2538 0L25.0694 2.41135C23.8124 3.5461 22.7649 4.68085 21.9968 5.88652C21.2286 7.0922 20.5303 8.58156 19.9018 10.2837C19.2733 11.9858 18.8543 13.9007 18.6448 15.8156C18.4353 17.7305 18.2957 19.1489 18.2957 19.9291H12.0107V20Z' fill='%23A1A1AA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17_3792'%3E%3Crect width='25' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-gothic-quot-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_17_3792)'%3E%3Cpath d='M0 20C0 17.234 0.209497 14.9645 0.628492 13.2624C1.04749 11.5603 1.67598 10 2.51397 8.58156C3.35196 7.16312 4.46927 5.74468 5.86592 4.32624C7.26257 2.9078 9.07821 1.41844 11.243 0L13.0587 2.41135C11.8017 3.5461 10.7542 4.68085 9.98603 5.88652C9.21788 7.0922 8.51955 8.58156 7.89106 10.2837C7.26257 11.9858 6.84358 13.9007 6.63408 15.8156C6.42458 17.7305 6.28492 19.1489 6.28492 19.9291H0V20Z' fill='%2371717A'/%3E%3Cpath d='M12.0107 20C12.0107 17.234 12.2202 14.9645 12.6392 13.2624C13.0582 11.5603 13.6867 10 14.5247 8.58156C15.3627 7.16312 16.48 5.74468 17.8767 4.32624C19.2733 2.9078 21.089 1.41844 23.2538 0L25.0694 2.41135C23.8124 3.5461 22.7649 4.68085 21.9968 5.88652C21.2286 7.0922 20.5303 8.58156 19.9018 10.2837C19.2733 11.9858 18.8543 13.9007 18.6448 15.8156C18.4353 17.7305 18.2957 19.1489 18.2957 19.9291H12.0107V20Z' fill='%2371717A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17_3792'%3E%3Crect width='25' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-gothic-quot-zinc-500,.icon-gothic-quot-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-gothic-quot-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_17_3792)'%3E%3Cpath d='M0 20C0 17.234 0.209497 14.9645 0.628492 13.2624C1.04749 11.5603 1.67598 10 2.51397 8.58156C3.35196 7.16312 4.46927 5.74468 5.86592 4.32624C7.26257 2.9078 9.07821 1.41844 11.243 0L13.0587 2.41135C11.8017 3.5461 10.7542 4.68085 9.98603 5.88652C9.21788 7.0922 8.51955 8.58156 7.89106 10.2837C7.26257 11.9858 6.84358 13.9007 6.63408 15.8156C6.42458 17.7305 6.28492 19.1489 6.28492 19.9291H0V20Z' fill='%2352525B'/%3E%3Cpath d='M12.0107 20C12.0107 17.234 12.2202 14.9645 12.6392 13.2624C13.0582 11.5603 13.6867 10 14.5247 8.58156C15.3627 7.16312 16.48 5.74468 17.8767 4.32624C19.2733 2.9078 21.089 1.41844 23.2538 0L25.0694 2.41135C23.8124 3.5461 22.7649 4.68085 21.9968 5.88652C21.2286 7.0922 20.5303 8.58156 19.9018 10.2837C19.2733 11.9858 18.8543 13.9007 18.6448 15.8156C18.4353 17.7305 18.2957 19.1489 18.2957 19.9291H12.0107V20Z' fill='%2352525B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17_3792'%3E%3Crect width='25' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-gothic-quot-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_17_3792)'%3E%3Cpath d='M0 20C0 17.234 0.209497 14.9645 0.628492 13.2624C1.04749 11.5603 1.67598 10 2.51397 8.58156C3.35196 7.16312 4.46927 5.74468 5.86592 4.32624C7.26257 2.9078 9.07821 1.41844 11.243 0L13.0587 2.41135C11.8017 3.5461 10.7542 4.68085 9.98603 5.88652C9.21788 7.0922 8.51955 8.58156 7.89106 10.2837C7.26257 11.9858 6.84358 13.9007 6.63408 15.8156C6.42458 17.7305 6.28492 19.1489 6.28492 19.9291H0V20Z' fill='%233f3f46'/%3E%3Cpath d='M12.0107 20C12.0107 17.234 12.2202 14.9645 12.6392 13.2624C13.0582 11.5603 13.6867 10 14.5247 8.58156C15.3627 7.16312 16.48 5.74468 17.8767 4.32624C19.2733 2.9078 21.089 1.41844 23.2538 0L25.0694 2.41135C23.8124 3.5461 22.7649 4.68085 21.9968 5.88652C21.2286 7.0922 20.5303 8.58156 19.9018 10.2837C19.2733 11.9858 18.8543 13.9007 18.6448 15.8156C18.4353 17.7305 18.2957 19.1489 18.2957 19.9291H12.0107V20Z' fill='%233f3f46'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17_3792'%3E%3Crect width='25' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-gothic-quot-gray-600,.icon-gothic-quot-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-gothic-quot-gray-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_17_3792)'%3E%3Cpath d='M0 20C0 17.234 0.209497 14.9645 0.628492 13.2624C1.04749 11.5603 1.67598 10 2.51397 8.58156C3.35196 7.16312 4.46927 5.74468 5.86592 4.32624C7.26257 2.9078 9.07821 1.41844 11.243 0L13.0587 2.41135C11.8017 3.5461 10.7542 4.68085 9.98603 5.88652C9.21788 7.0922 8.51955 8.58156 7.89106 10.2837C7.26257 11.9858 6.84358 13.9007 6.63408 15.8156C6.42458 17.7305 6.28492 19.1489 6.28492 19.9291H0V20Z' fill='%234b5563'/%3E%3Cpath d='M12.0107 20C12.0107 17.234 12.2202 14.9645 12.6392 13.2624C13.0582 11.5603 13.6867 10 14.5247 8.58156C15.3627 7.16312 16.48 5.74468 17.8767 4.32624C19.2733 2.9078 21.089 1.41844 23.2538 0L25.0694 2.41135C23.8124 3.5461 22.7649 4.68085 21.9968 5.88652C21.2286 7.0922 20.5303 8.58156 19.9018 10.2837C19.2733 11.9858 18.8543 13.9007 18.6448 15.8156C18.4353 17.7305 18.2957 19.1489 18.2957 19.9291H12.0107V20Z' fill='%234b5563'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17_3792'%3E%3Crect width='25' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-wavy-square{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 306 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M306 30.8323V153H0V11.8035C28.9668 0.469583 87.872 -8.99408 140.538 14.6762C185.038 34.6762 240.038 51.6762 296.538 34.6762L306 30.8323Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-wavy-square,.icon-wavy-square-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-wavy-square-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 306 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M306 30.8323V153H0V11.8035C28.9668 0.469583 87.872 -8.99408 140.538 14.6762C185.038 34.6762 240.038 51.6762 296.538 34.6762L306 30.8323Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-wavy-square-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 306 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M306 30.8323V153H0V11.8035C28.9668 0.469583 87.872 -8.99408 140.538 14.6762C185.038 34.6762 240.038 51.6762 296.538 34.6762L306 30.8323Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-wavy-square-primary1,.icon-wavy-square-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-wavy-square-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 306 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M306 30.8323V153H0V11.8035C28.9668 0.469583 87.872 -8.99408 140.538 14.6762C185.038 34.6762 240.038 51.6762 296.538 34.6762L306 30.8323Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-wavy-square-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 306 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M306 30.8323V153H0V11.8035C28.9668 0.469583 87.872 -8.99408 140.538 14.6762C185.038 34.6762 240.038 51.6762 296.538 34.6762L306 30.8323Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-wavy-square-zinc-500,.icon-wavy-square-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-wavy-square-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 306 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M306 30.8323V153H0V11.8035C28.9668 0.469583 87.872 -8.99408 140.538 14.6762C185.038 34.6762 240.038 51.6762 296.538 34.6762L306 30.8323Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-wavy-square-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 306 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M306 30.8323V153H0V11.8035C28.9668 0.469583 87.872 -8.99408 140.538 14.6762C185.038 34.6762 240.038 51.6762 296.538 34.6762L306 30.8323Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-wavy-square-gray-600,.icon-wavy-square-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-wavy-square-gray-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 306 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M306 30.8323V153H0V11.8035C28.9668 0.469583 87.872 -8.99408 140.538 14.6762C185.038 34.6762 240.038 51.6762 296.538 34.6762L306 30.8323Z' fill='%234b5563'/%3E%3C/svg%3E%0A")}.icon-wavy-square-soft-blue-800{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 306 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M306 30.8323V153H0V11.8035C28.9668 0.469583 87.872 -8.99408 140.538 14.6762C185.038 34.6762 240.038 51.6762 296.538 34.6762L306 30.8323Z' fill='%23115ED0'/%3E%3C/svg%3E%0A")}.icon-wavy-square-mandarin-yellow-500,.icon-wavy-square-soft-blue-800{background-position:50%;background-repeat:no-repeat;display:flex}.icon-wavy-square-mandarin-yellow-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 306 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M306 30.8323V153H0V11.8035C28.9668 0.469583 87.872 -8.99408 140.538 14.6762C185.038 34.6762 240.038 51.6762 296.538 34.6762L306 30.8323Z' fill='%23F4A813'/%3E%3C/svg%3E%0A")}.icon-s-caution-circle{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7136 16.2975C12.7105 16.7059 12.4047 17.0029 11.9911 16.9988C11.5775 16.9948 11.2807 16.6906 11.2852 16.2803C11.2857 16.186 11.3049 16.0926 11.3416 16.0057C11.3783 15.9188 11.4317 15.8401 11.4989 15.7741C11.5661 15.708 11.6457 15.6561 11.733 15.6211C11.8204 15.5861 11.9137 15.5689 12.0077 15.5704C12.1018 15.5712 12.1947 15.5907 12.2812 15.6278C12.3676 15.6648 12.446 15.7187 12.5116 15.7863C12.5772 15.8539 12.6288 15.9339 12.6635 16.0216C12.6982 16.1094 12.7152 16.2031 12.7136 16.2975V16.2975Z' fill='%2352525B'/%3E%3Ccircle cx='12' cy='12' r='9.25' stroke='%2352525B' stroke-width='1.5'/%3E%3Crect x='11.2852' y='6.28516' width='1.42857' height='7.85714' rx='0.714285' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-s-caution-circle,.icon-s-caution-circle-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-caution-circle-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7136 16.2975C12.7105 16.7059 12.4047 17.0029 11.9911 16.9988C11.5775 16.9948 11.2807 16.6906 11.2852 16.2803C11.2857 16.186 11.3049 16.0926 11.3416 16.0057C11.3783 15.9188 11.4317 15.8401 11.4989 15.7741C11.5661 15.708 11.6457 15.6561 11.733 15.6211C11.8204 15.5861 11.9137 15.5689 12.0077 15.5704C12.1018 15.5712 12.1947 15.5907 12.2812 15.6278C12.3676 15.6648 12.446 15.7187 12.5116 15.7863C12.5772 15.8539 12.6288 15.9339 12.6635 16.0216C12.6982 16.1094 12.7152 16.2031 12.7136 16.2975V16.2975Z' fill='%23ffffff'/%3E%3Ccircle cx='12' cy='12' r='9.25' stroke='%23ffffff' stroke-width='1.5'/%3E%3Crect x='11.2852' y='6.28516' width='1.42857' height='7.85714' rx='0.714285' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-s-caution-circle-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7136 16.2975C12.7105 16.7059 12.4047 17.0029 11.9911 16.9988C11.5775 16.9948 11.2807 16.6906 11.2852 16.2803C11.2857 16.186 11.3049 16.0926 11.3416 16.0057C11.3783 15.9188 11.4317 15.8401 11.4989 15.7741C11.5661 15.708 11.6457 15.6561 11.733 15.6211C11.8204 15.5861 11.9137 15.5689 12.0077 15.5704C12.1018 15.5712 12.1947 15.5907 12.2812 15.6278C12.3676 15.6648 12.446 15.7187 12.5116 15.7863C12.5772 15.8539 12.6288 15.9339 12.6635 16.0216C12.6982 16.1094 12.7152 16.2031 12.7136 16.2975V16.2975Z' fill='%23E4261A'/%3E%3Ccircle cx='12' cy='12' r='9.25' stroke='%23E4261A' stroke-width='1.5'/%3E%3Crect x='11.2852' y='6.28516' width='1.42857' height='7.85714' rx='0.714285' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-s-caution-circle-primary1,.icon-s-caution-circle-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-caution-circle-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7136 16.2975C12.7105 16.7059 12.4047 17.0029 11.9911 16.9988C11.5775 16.9948 11.2807 16.6906 11.2852 16.2803C11.2857 16.186 11.3049 16.0926 11.3416 16.0057C11.3783 15.9188 11.4317 15.8401 11.4989 15.7741C11.5661 15.708 11.6457 15.6561 11.733 15.6211C11.8204 15.5861 11.9137 15.5689 12.0077 15.5704C12.1018 15.5712 12.1947 15.5907 12.2812 15.6278C12.3676 15.6648 12.446 15.7187 12.5116 15.7863C12.5772 15.8539 12.6288 15.9339 12.6635 16.0216C12.6982 16.1094 12.7152 16.2031 12.7136 16.2975V16.2975Z' fill='%23A1A1AA'/%3E%3Ccircle cx='12' cy='12' r='9.25' stroke='%23A1A1AA' stroke-width='1.5'/%3E%3Crect x='11.2852' y='6.28516' width='1.42857' height='7.85714' rx='0.714285' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-s-caution-circle-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7136 16.2975C12.7105 16.7059 12.4047 17.0029 11.9911 16.9988C11.5775 16.9948 11.2807 16.6906 11.2852 16.2803C11.2857 16.186 11.3049 16.0926 11.3416 16.0057C11.3783 15.9188 11.4317 15.8401 11.4989 15.7741C11.5661 15.708 11.6457 15.6561 11.733 15.6211C11.8204 15.5861 11.9137 15.5689 12.0077 15.5704C12.1018 15.5712 12.1947 15.5907 12.2812 15.6278C12.3676 15.6648 12.446 15.7187 12.5116 15.7863C12.5772 15.8539 12.6288 15.9339 12.6635 16.0216C12.6982 16.1094 12.7152 16.2031 12.7136 16.2975V16.2975Z' fill='%2371717A'/%3E%3Ccircle cx='12' cy='12' r='9.25' stroke='%2371717A' stroke-width='1.5'/%3E%3Crect x='11.2852' y='6.28516' width='1.42857' height='7.85714' rx='0.714285' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-s-caution-circle-zinc-500,.icon-s-caution-circle-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-caution-circle-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7136 16.2975C12.7105 16.7059 12.4047 17.0029 11.9911 16.9988C11.5775 16.9948 11.2807 16.6906 11.2852 16.2803C11.2857 16.186 11.3049 16.0926 11.3416 16.0057C11.3783 15.9188 11.4317 15.8401 11.4989 15.7741C11.5661 15.708 11.6457 15.6561 11.733 15.6211C11.8204 15.5861 11.9137 15.5689 12.0077 15.5704C12.1018 15.5712 12.1947 15.5907 12.2812 15.6278C12.3676 15.6648 12.446 15.7187 12.5116 15.7863C12.5772 15.8539 12.6288 15.9339 12.6635 16.0216C12.6982 16.1094 12.7152 16.2031 12.7136 16.2975V16.2975Z' fill='%2352525B'/%3E%3Ccircle cx='12' cy='12' r='9.25' stroke='%2352525B' stroke-width='1.5'/%3E%3Crect x='11.2852' y='6.28516' width='1.42857' height='7.85714' rx='0.714285' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-s-caution-circle-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7136 16.2975C12.7105 16.7059 12.4047 17.0029 11.9911 16.9988C11.5775 16.9948 11.2807 16.6906 11.2852 16.2803C11.2857 16.186 11.3049 16.0926 11.3416 16.0057C11.3783 15.9188 11.4317 15.8401 11.4989 15.7741C11.5661 15.708 11.6457 15.6561 11.733 15.6211C11.8204 15.5861 11.9137 15.5689 12.0077 15.5704C12.1018 15.5712 12.1947 15.5907 12.2812 15.6278C12.3676 15.6648 12.446 15.7187 12.5116 15.7863C12.5772 15.8539 12.6288 15.9339 12.6635 16.0216C12.6982 16.1094 12.7152 16.2031 12.7136 16.2975V16.2975Z' fill='%233f3f46'/%3E%3Ccircle cx='12' cy='12' r='9.25' stroke='%233f3f46' stroke-width='1.5'/%3E%3Crect x='11.2852' y='6.28516' width='1.42857' height='7.85714' rx='0.714285' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-s-arrow,.icon-s-caution-circle-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-arrow{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-arrow-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-arrow-primary1,.icon-s-arrow-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-arrow-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-arrow-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-arrow-zinc-400,.icon-s-arrow-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-arrow-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-arrow-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-arrow-zinc-600,.icon-s-arrow-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-arrow-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chat{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H8.01M12 12H12.01M16 12H16.01M21 12C21 16.418 16.97 20 12 20C10.5286 20.005 9.07479 19.6808 7.745 19.051L3 20L4.395 16.28C3.512 15.042 3 13.574 3 12C3 7.582 7.03 4 12 4C16.97 4 21 7.582 21 12Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chat,.icon-s-chat-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-chat-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H8.01M12 12H12.01M16 12H16.01M21 12C21 16.418 16.97 20 12 20C10.5286 20.005 9.07479 19.6808 7.745 19.051L3 20L4.395 16.28C3.512 15.042 3 13.574 3 12C3 7.582 7.03 4 12 4C16.97 4 21 7.582 21 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chat-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H8.01M12 12H12.01M16 12H16.01M21 12C21 16.418 16.97 20 12 20C10.5286 20.005 9.07479 19.6808 7.745 19.051L3 20L4.395 16.28C3.512 15.042 3 13.574 3 12C3 7.582 7.03 4 12 4C16.97 4 21 7.582 21 12Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chat-primary1,.icon-s-chat-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-chat-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H8.01M12 12H12.01M16 12H16.01M21 12C21 16.418 16.97 20 12 20C10.5286 20.005 9.07479 19.6808 7.745 19.051L3 20L4.395 16.28C3.512 15.042 3 13.574 3 12C3 7.582 7.03 4 12 4C16.97 4 21 7.582 21 12Z' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chat-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H8.01M12 12H12.01M16 12H16.01M21 12C21 16.418 16.97 20 12 20C10.5286 20.005 9.07479 19.6808 7.745 19.051L3 20L4.395 16.28C3.512 15.042 3 13.574 3 12C3 7.582 7.03 4 12 4C16.97 4 21 7.582 21 12Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chat-zinc-500,.icon-s-chat-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-chat-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H8.01M12 12H12.01M16 12H16.01M21 12C21 16.418 16.97 20 12 20C10.5286 20.005 9.07479 19.6808 7.745 19.051L3 20L4.395 16.28C3.512 15.042 3 13.574 3 12C3 7.582 7.03 4 12 4C16.97 4 21 7.582 21 12Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chat-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H8.01M12 12H12.01M16 12H16.01M21 12C21 16.418 16.97 20 12 20C10.5286 20.005 9.07479 19.6808 7.745 19.051L3 20L4.395 16.28C3.512 15.042 3 13.574 3 12C3 7.582 7.03 4 12 4C16.97 4 21 7.582 21 12Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chat-zinc-700,.icon-s-chevron{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-chevron{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chevron-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chevron-primary1,.icon-s-chevron-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-chevron-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chevron-zinc-300{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%23D4D4D8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chevron-zinc-300,.icon-s-chevron-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-chevron-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chevron-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chevron-zinc-500,.icon-s-chevron-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-chevron-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chevron-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chevron-soft-blue-700,.icon-s-chevron-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-chevron-soft-blue-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%231A6BE4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chevron-mandarin-yellow-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%23F4B513' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-chevron-mandarin-yellow-400,.icon-s-download{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-download{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 16V17C4 17.7956 4.31607 18.5587 4.87868 19.1213C5.44129 19.6839 6.20435 20 7 20H17C17.7956 20 18.5587 19.6839 19.1213 19.1213C19.6839 18.5587 20 17.7956 20 17V16M16 12L12 16M12 16L8 12M12 16V4' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-download-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 16V17C4 17.7956 4.31607 18.5587 4.87868 19.1213C5.44129 19.6839 6.20435 20 7 20H17C17.7956 20 18.5587 19.6839 19.1213 19.1213C19.6839 18.5587 20 17.7956 20 17V16M16 12L12 16M12 16L8 12M12 16V4' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-download-primary1,.icon-s-download-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-download-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 16V17C4 17.7956 4.31607 18.5587 4.87868 19.1213C5.44129 19.6839 6.20435 20 7 20H17C17.7956 20 18.5587 19.6839 19.1213 19.1213C19.6839 18.5587 20 17.7956 20 17V16M16 12L12 16M12 16L8 12M12 16V4' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-download-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 16V17C4 17.7956 4.31607 18.5587 4.87868 19.1213C5.44129 19.6839 6.20435 20 7 20H17C17.7956 20 18.5587 19.6839 19.1213 19.1213C19.6839 18.5587 20 17.7956 20 17V16M16 12L12 16M12 16L8 12M12 16V4' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-download-zinc-400,.icon-s-download-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-download-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 16V17C4 17.7956 4.31607 18.5587 4.87868 19.1213C5.44129 19.6839 6.20435 20 7 20H17C17.7956 20 18.5587 19.6839 19.1213 19.1213C19.6839 18.5587 20 17.7956 20 17V16M16 12L12 16M12 16L8 12M12 16V4' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-download-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 16V17C4 17.7956 4.31607 18.5587 4.87868 19.1213C5.44129 19.6839 6.20435 20 7 20H17C17.7956 20 18.5587 19.6839 19.1213 19.1213C19.6839 18.5587 20 17.7956 20 17V16M16 12L12 16M12 16L8 12M12 16V4' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-download-zinc-600,.icon-s-download-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-download-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 16V17C4 17.7956 4.31607 18.5587 4.87868 19.1213C5.44129 19.6839 6.20435 20 7 20H17C17.7956 20 18.5587 19.6839 19.1213 19.1213C19.6839 18.5587 20 17.7956 20 17V16M16 12L12 16M12 16L8 12M12 16V4' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-download-1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 15L14 15M11.4286 8L8 11.5M8 11.5L4.57143 8M8 11.5L8 1' stroke='%2352525B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-download-1,.icon-s-download-1-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-download-1-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 15L14 15M11.4286 8L8 11.5M8 11.5L4.57143 8M8 11.5L8 1' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-download-1-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 15L14 15M11.4286 8L8 11.5M8 11.5L4.57143 8M8 11.5L8 1' stroke='%23E4261A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-download-1-primary1,.icon-s-download-1-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-download-1-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 15L14 15M11.4286 8L8 11.5M8 11.5L4.57143 8M8 11.5L8 1' stroke='%23A1A1AA' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-download-1-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 15L14 15M11.4286 8L8 11.5M8 11.5L4.57143 8M8 11.5L8 1' stroke='%2371717A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-download-1-zinc-500,.icon-s-download-1-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-download-1-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 15L14 15M11.4286 8L8 11.5M8 11.5L4.57143 8M8 11.5L8 1' stroke='%2352525B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-download-1-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 15L14 15M11.4286 8L8 11.5M8 11.5L4.57143 8M8 11.5L8 1' stroke='%233f3f46' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-cash,.icon-s-download-1-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-cash{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9V7C17 6.46957 16.7893 5.96086 16.4142 5.58579C16.0391 5.21071 15.5304 5 15 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15H7M9 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V11C21 10.4696 20.7893 9.96086 20.4142 9.58579C20.0391 9.21071 19.5304 9 19 9H9C8.46957 9 7.96086 9.21071 7.58579 9.58579C7.21071 9.96086 7 10.4696 7 11V17C7 17.5304 7.21071 18.0391 7.58579 18.4142C7.96086 18.7893 8.46957 19 9 19ZM16 14C16 14.5304 15.7893 15.0391 15.4142 15.4142C15.0391 15.7893 14.5304 16 14 16C13.4696 16 12.9609 15.7893 12.5858 15.4142C12.2107 15.0391 12 14.5304 12 14C12 13.4696 12.2107 12.9609 12.5858 12.5858C12.9609 12.2107 13.4696 12 14 12C14.5304 12 15.0391 12.2107 15.4142 12.5858C15.7893 12.9609 16 13.4696 16 14Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-cash-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9V7C17 6.46957 16.7893 5.96086 16.4142 5.58579C16.0391 5.21071 15.5304 5 15 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15H7M9 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V11C21 10.4696 20.7893 9.96086 20.4142 9.58579C20.0391 9.21071 19.5304 9 19 9H9C8.46957 9 7.96086 9.21071 7.58579 9.58579C7.21071 9.96086 7 10.4696 7 11V17C7 17.5304 7.21071 18.0391 7.58579 18.4142C7.96086 18.7893 8.46957 19 9 19ZM16 14C16 14.5304 15.7893 15.0391 15.4142 15.4142C15.0391 15.7893 14.5304 16 14 16C13.4696 16 12.9609 15.7893 12.5858 15.4142C12.2107 15.0391 12 14.5304 12 14C12 13.4696 12.2107 12.9609 12.5858 12.5858C12.9609 12.2107 13.4696 12 14 12C14.5304 12 15.0391 12.2107 15.4142 12.5858C15.7893 12.9609 16 13.4696 16 14Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-cash-primary1,.icon-s-cash-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-cash-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9V7C17 6.46957 16.7893 5.96086 16.4142 5.58579C16.0391 5.21071 15.5304 5 15 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15H7M9 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V11C21 10.4696 20.7893 9.96086 20.4142 9.58579C20.0391 9.21071 19.5304 9 19 9H9C8.46957 9 7.96086 9.21071 7.58579 9.58579C7.21071 9.96086 7 10.4696 7 11V17C7 17.5304 7.21071 18.0391 7.58579 18.4142C7.96086 18.7893 8.46957 19 9 19ZM16 14C16 14.5304 15.7893 15.0391 15.4142 15.4142C15.0391 15.7893 14.5304 16 14 16C13.4696 16 12.9609 15.7893 12.5858 15.4142C12.2107 15.0391 12 14.5304 12 14C12 13.4696 12.2107 12.9609 12.5858 12.5858C12.9609 12.2107 13.4696 12 14 12C14.5304 12 15.0391 12.2107 15.4142 12.5858C15.7893 12.9609 16 13.4696 16 14Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-cash-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9V7C17 6.46957 16.7893 5.96086 16.4142 5.58579C16.0391 5.21071 15.5304 5 15 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15H7M9 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V11C21 10.4696 20.7893 9.96086 20.4142 9.58579C20.0391 9.21071 19.5304 9 19 9H9C8.46957 9 7.96086 9.21071 7.58579 9.58579C7.21071 9.96086 7 10.4696 7 11V17C7 17.5304 7.21071 18.0391 7.58579 18.4142C7.96086 18.7893 8.46957 19 9 19ZM16 14C16 14.5304 15.7893 15.0391 15.4142 15.4142C15.0391 15.7893 14.5304 16 14 16C13.4696 16 12.9609 15.7893 12.5858 15.4142C12.2107 15.0391 12 14.5304 12 14C12 13.4696 12.2107 12.9609 12.5858 12.5858C12.9609 12.2107 13.4696 12 14 12C14.5304 12 15.0391 12.2107 15.4142 12.5858C15.7893 12.9609 16 13.4696 16 14Z' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-cash-zinc-400,.icon-s-cash-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-cash-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9V7C17 6.46957 16.7893 5.96086 16.4142 5.58579C16.0391 5.21071 15.5304 5 15 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15H7M9 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V11C21 10.4696 20.7893 9.96086 20.4142 9.58579C20.0391 9.21071 19.5304 9 19 9H9C8.46957 9 7.96086 9.21071 7.58579 9.58579C7.21071 9.96086 7 10.4696 7 11V17C7 17.5304 7.21071 18.0391 7.58579 18.4142C7.96086 18.7893 8.46957 19 9 19ZM16 14C16 14.5304 15.7893 15.0391 15.4142 15.4142C15.0391 15.7893 14.5304 16 14 16C13.4696 16 12.9609 15.7893 12.5858 15.4142C12.2107 15.0391 12 14.5304 12 14C12 13.4696 12.2107 12.9609 12.5858 12.5858C12.9609 12.2107 13.4696 12 14 12C14.5304 12 15.0391 12.2107 15.4142 12.5858C15.7893 12.9609 16 13.4696 16 14Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-cash-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9V7C17 6.46957 16.7893 5.96086 16.4142 5.58579C16.0391 5.21071 15.5304 5 15 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15H7M9 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V11C21 10.4696 20.7893 9.96086 20.4142 9.58579C20.0391 9.21071 19.5304 9 19 9H9C8.46957 9 7.96086 9.21071 7.58579 9.58579C7.21071 9.96086 7 10.4696 7 11V17C7 17.5304 7.21071 18.0391 7.58579 18.4142C7.96086 18.7893 8.46957 19 9 19ZM16 14C16 14.5304 15.7893 15.0391 15.4142 15.4142C15.0391 15.7893 14.5304 16 14 16C13.4696 16 12.9609 15.7893 12.5858 15.4142C12.2107 15.0391 12 14.5304 12 14C12 13.4696 12.2107 12.9609 12.5858 12.5858C12.9609 12.2107 13.4696 12 14 12C14.5304 12 15.0391 12.2107 15.4142 12.5858C15.7893 12.9609 16 13.4696 16 14Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-cash-zinc-600,.icon-s-cash-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-cash-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9V7C17 6.46957 16.7893 5.96086 16.4142 5.58579C16.0391 5.21071 15.5304 5 15 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15H7M9 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V11C21 10.4696 20.7893 9.96086 20.4142 9.58579C20.0391 9.21071 19.5304 9 19 9H9C8.46957 9 7.96086 9.21071 7.58579 9.58579C7.21071 9.96086 7 10.4696 7 11V17C7 17.5304 7.21071 18.0391 7.58579 18.4142C7.96086 18.7893 8.46957 19 9 19ZM16 14C16 14.5304 15.7893 15.0391 15.4142 15.4142C15.0391 15.7893 14.5304 16 14 16C13.4696 16 12.9609 15.7893 12.5858 15.4142C12.2107 15.0391 12 14.5304 12 14C12 13.4696 12.2107 12.9609 12.5858 12.5858C12.9609 12.2107 13.4696 12 14 12C14.5304 12 15.0391 12.2107 15.4142 12.5858C15.7893 12.9609 16 13.4696 16 14Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-users{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.354C12.5374 3.7447 13.2477 3.31351 14.0362 3.11779C14.8247 2.92208 15.6542 2.97112 16.4142 3.2584C17.1741 3.54568 17.8286 4.05757 18.2905 4.72596C18.7524 5.39435 18.9998 6.18754 18.9998 7C18.9998 7.81246 18.7524 8.60565 18.2905 9.27404C17.8286 9.94243 17.1741 10.4543 16.4142 10.7416C15.6542 11.0289 14.8247 11.0779 14.0362 10.8822C13.2477 10.6865 12.5374 10.2553 12 9.646M15 21H3V20C3 18.4087 3.63214 16.8826 4.75736 15.7574C5.88258 14.6321 7.4087 14 9 14C10.5913 14 12.1174 14.6321 13.2426 15.7574C14.3679 16.8826 15 18.4087 15 20V21ZM15 21H21V20C21.0001 18.9467 20.723 17.9119 20.1965 16.9997C19.6699 16.0875 18.9125 15.3299 18.0004 14.8032C17.0882 14.2765 16.0535 13.9992 15.0002 13.9992C13.9469 13.9991 12.9122 14.2764 12 14.803M13 7C13 8.06087 12.5786 9.07828 11.8284 9.82843C11.0783 10.5786 10.0609 11 9 11C7.93913 11 6.92172 10.5786 6.17157 9.82843C5.42143 9.07828 5 8.06087 5 7C5 5.93913 5.42143 4.92172 6.17157 4.17157C6.92172 3.42143 7.93913 3 9 3C10.0609 3 11.0783 3.42143 11.8284 4.17157C12.5786 4.92172 13 5.93913 13 7Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-users,.icon-s-users-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-users-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.354C12.5374 3.7447 13.2477 3.31351 14.0362 3.11779C14.8247 2.92208 15.6542 2.97112 16.4142 3.2584C17.1741 3.54568 17.8286 4.05757 18.2905 4.72596C18.7524 5.39435 18.9998 6.18754 18.9998 7C18.9998 7.81246 18.7524 8.60565 18.2905 9.27404C17.8286 9.94243 17.1741 10.4543 16.4142 10.7416C15.6542 11.0289 14.8247 11.0779 14.0362 10.8822C13.2477 10.6865 12.5374 10.2553 12 9.646M15 21H3V20C3 18.4087 3.63214 16.8826 4.75736 15.7574C5.88258 14.6321 7.4087 14 9 14C10.5913 14 12.1174 14.6321 13.2426 15.7574C14.3679 16.8826 15 18.4087 15 20V21ZM15 21H21V20C21.0001 18.9467 20.723 17.9119 20.1965 16.9997C19.6699 16.0875 18.9125 15.3299 18.0004 14.8032C17.0882 14.2765 16.0535 13.9992 15.0002 13.9992C13.9469 13.9991 12.9122 14.2764 12 14.803M13 7C13 8.06087 12.5786 9.07828 11.8284 9.82843C11.0783 10.5786 10.0609 11 9 11C7.93913 11 6.92172 10.5786 6.17157 9.82843C5.42143 9.07828 5 8.06087 5 7C5 5.93913 5.42143 4.92172 6.17157 4.17157C6.92172 3.42143 7.93913 3 9 3C10.0609 3 11.0783 3.42143 11.8284 4.17157C12.5786 4.92172 13 5.93913 13 7Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-users-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.354C12.5374 3.7447 13.2477 3.31351 14.0362 3.11779C14.8247 2.92208 15.6542 2.97112 16.4142 3.2584C17.1741 3.54568 17.8286 4.05757 18.2905 4.72596C18.7524 5.39435 18.9998 6.18754 18.9998 7C18.9998 7.81246 18.7524 8.60565 18.2905 9.27404C17.8286 9.94243 17.1741 10.4543 16.4142 10.7416C15.6542 11.0289 14.8247 11.0779 14.0362 10.8822C13.2477 10.6865 12.5374 10.2553 12 9.646M15 21H3V20C3 18.4087 3.63214 16.8826 4.75736 15.7574C5.88258 14.6321 7.4087 14 9 14C10.5913 14 12.1174 14.6321 13.2426 15.7574C14.3679 16.8826 15 18.4087 15 20V21ZM15 21H21V20C21.0001 18.9467 20.723 17.9119 20.1965 16.9997C19.6699 16.0875 18.9125 15.3299 18.0004 14.8032C17.0882 14.2765 16.0535 13.9992 15.0002 13.9992C13.9469 13.9991 12.9122 14.2764 12 14.803M13 7C13 8.06087 12.5786 9.07828 11.8284 9.82843C11.0783 10.5786 10.0609 11 9 11C7.93913 11 6.92172 10.5786 6.17157 9.82843C5.42143 9.07828 5 8.06087 5 7C5 5.93913 5.42143 4.92172 6.17157 4.17157C6.92172 3.42143 7.93913 3 9 3C10.0609 3 11.0783 3.42143 11.8284 4.17157C12.5786 4.92172 13 5.93913 13 7Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-users-primary1,.icon-s-users-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-users-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.354C12.5374 3.7447 13.2477 3.31351 14.0362 3.11779C14.8247 2.92208 15.6542 2.97112 16.4142 3.2584C17.1741 3.54568 17.8286 4.05757 18.2905 4.72596C18.7524 5.39435 18.9998 6.18754 18.9998 7C18.9998 7.81246 18.7524 8.60565 18.2905 9.27404C17.8286 9.94243 17.1741 10.4543 16.4142 10.7416C15.6542 11.0289 14.8247 11.0779 14.0362 10.8822C13.2477 10.6865 12.5374 10.2553 12 9.646M15 21H3V20C3 18.4087 3.63214 16.8826 4.75736 15.7574C5.88258 14.6321 7.4087 14 9 14C10.5913 14 12.1174 14.6321 13.2426 15.7574C14.3679 16.8826 15 18.4087 15 20V21ZM15 21H21V20C21.0001 18.9467 20.723 17.9119 20.1965 16.9997C19.6699 16.0875 18.9125 15.3299 18.0004 14.8032C17.0882 14.2765 16.0535 13.9992 15.0002 13.9992C13.9469 13.9991 12.9122 14.2764 12 14.803M13 7C13 8.06087 12.5786 9.07828 11.8284 9.82843C11.0783 10.5786 10.0609 11 9 11C7.93913 11 6.92172 10.5786 6.17157 9.82843C5.42143 9.07828 5 8.06087 5 7C5 5.93913 5.42143 4.92172 6.17157 4.17157C6.92172 3.42143 7.93913 3 9 3C10.0609 3 11.0783 3.42143 11.8284 4.17157C12.5786 4.92172 13 5.93913 13 7Z' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-users-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.354C12.5374 3.7447 13.2477 3.31351 14.0362 3.11779C14.8247 2.92208 15.6542 2.97112 16.4142 3.2584C17.1741 3.54568 17.8286 4.05757 18.2905 4.72596C18.7524 5.39435 18.9998 6.18754 18.9998 7C18.9998 7.81246 18.7524 8.60565 18.2905 9.27404C17.8286 9.94243 17.1741 10.4543 16.4142 10.7416C15.6542 11.0289 14.8247 11.0779 14.0362 10.8822C13.2477 10.6865 12.5374 10.2553 12 9.646M15 21H3V20C3 18.4087 3.63214 16.8826 4.75736 15.7574C5.88258 14.6321 7.4087 14 9 14C10.5913 14 12.1174 14.6321 13.2426 15.7574C14.3679 16.8826 15 18.4087 15 20V21ZM15 21H21V20C21.0001 18.9467 20.723 17.9119 20.1965 16.9997C19.6699 16.0875 18.9125 15.3299 18.0004 14.8032C17.0882 14.2765 16.0535 13.9992 15.0002 13.9992C13.9469 13.9991 12.9122 14.2764 12 14.803M13 7C13 8.06087 12.5786 9.07828 11.8284 9.82843C11.0783 10.5786 10.0609 11 9 11C7.93913 11 6.92172 10.5786 6.17157 9.82843C5.42143 9.07828 5 8.06087 5 7C5 5.93913 5.42143 4.92172 6.17157 4.17157C6.92172 3.42143 7.93913 3 9 3C10.0609 3 11.0783 3.42143 11.8284 4.17157C12.5786 4.92172 13 5.93913 13 7Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-users-zinc-500,.icon-s-users-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-users-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.354C12.5374 3.7447 13.2477 3.31351 14.0362 3.11779C14.8247 2.92208 15.6542 2.97112 16.4142 3.2584C17.1741 3.54568 17.8286 4.05757 18.2905 4.72596C18.7524 5.39435 18.9998 6.18754 18.9998 7C18.9998 7.81246 18.7524 8.60565 18.2905 9.27404C17.8286 9.94243 17.1741 10.4543 16.4142 10.7416C15.6542 11.0289 14.8247 11.0779 14.0362 10.8822C13.2477 10.6865 12.5374 10.2553 12 9.646M15 21H3V20C3 18.4087 3.63214 16.8826 4.75736 15.7574C5.88258 14.6321 7.4087 14 9 14C10.5913 14 12.1174 14.6321 13.2426 15.7574C14.3679 16.8826 15 18.4087 15 20V21ZM15 21H21V20C21.0001 18.9467 20.723 17.9119 20.1965 16.9997C19.6699 16.0875 18.9125 15.3299 18.0004 14.8032C17.0882 14.2765 16.0535 13.9992 15.0002 13.9992C13.9469 13.9991 12.9122 14.2764 12 14.803M13 7C13 8.06087 12.5786 9.07828 11.8284 9.82843C11.0783 10.5786 10.0609 11 9 11C7.93913 11 6.92172 10.5786 6.17157 9.82843C5.42143 9.07828 5 8.06087 5 7C5 5.93913 5.42143 4.92172 6.17157 4.17157C6.92172 3.42143 7.93913 3 9 3C10.0609 3 11.0783 3.42143 11.8284 4.17157C12.5786 4.92172 13 5.93913 13 7Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-users-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.354C12.5374 3.7447 13.2477 3.31351 14.0362 3.11779C14.8247 2.92208 15.6542 2.97112 16.4142 3.2584C17.1741 3.54568 17.8286 4.05757 18.2905 4.72596C18.7524 5.39435 18.9998 6.18754 18.9998 7C18.9998 7.81246 18.7524 8.60565 18.2905 9.27404C17.8286 9.94243 17.1741 10.4543 16.4142 10.7416C15.6542 11.0289 14.8247 11.0779 14.0362 10.8822C13.2477 10.6865 12.5374 10.2553 12 9.646M15 21H3V20C3 18.4087 3.63214 16.8826 4.75736 15.7574C5.88258 14.6321 7.4087 14 9 14C10.5913 14 12.1174 14.6321 13.2426 15.7574C14.3679 16.8826 15 18.4087 15 20V21ZM15 21H21V20C21.0001 18.9467 20.723 17.9119 20.1965 16.9997C19.6699 16.0875 18.9125 15.3299 18.0004 14.8032C17.0882 14.2765 16.0535 13.9992 15.0002 13.9992C13.9469 13.9991 12.9122 14.2764 12 14.803M13 7C13 8.06087 12.5786 9.07828 11.8284 9.82843C11.0783 10.5786 10.0609 11 9 11C7.93913 11 6.92172 10.5786 6.17157 9.82843C5.42143 9.07828 5 8.06087 5 7C5 5.93913 5.42143 4.92172 6.17157 4.17157C6.92172 3.42143 7.93913 3 9 3C10.0609 3 11.0783 3.42143 11.8284 4.17157C12.5786 4.92172 13 5.93913 13 7Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-clipboard-list,.icon-s-users-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-clipboard-list{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M12 12H15M12 16H15M9 12H9.01M9 16H9.01' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-clipboard-list-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M12 12H15M12 16H15M9 12H9.01M9 16H9.01' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-clipboard-list-primary1,.icon-s-clipboard-list-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-clipboard-list-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M12 12H15M12 16H15M9 12H9.01M9 16H9.01' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-clipboard-list-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M12 12H15M12 16H15M9 12H9.01M9 16H9.01' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-clipboard-list-zinc-400,.icon-s-clipboard-list-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-clipboard-list-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M12 12H15M12 16H15M9 12H9.01M9 16H9.01' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-clipboard-list-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M12 12H15M12 16H15M9 12H9.01M9 16H9.01' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-clipboard-list-zinc-600,.icon-s-clipboard-list-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-clipboard-list-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M12 12H15M12 16H15M9 12H9.01M9 16H9.01' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-building{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0391 3.21071 17.5304 3 17 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V21M19 21H5M19 21H21M19 21H14M5 21H3M5 21H10M14 21V16C14 15.7348 13.8946 15.4804 13.7071 15.2929C13.5196 15.1054 13.2652 15 13 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16V21M14 21H10M9 7H10M9 11H10M14 7H15M14 11H15' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-building,.icon-s-building-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-building-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0391 3.21071 17.5304 3 17 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V21M19 21H5M19 21H21M19 21H14M5 21H3M5 21H10M14 21V16C14 15.7348 13.8946 15.4804 13.7071 15.2929C13.5196 15.1054 13.2652 15 13 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16V21M14 21H10M9 7H10M9 11H10M14 7H15M14 11H15' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-building-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0391 3.21071 17.5304 3 17 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V21M19 21H5M19 21H21M19 21H14M5 21H3M5 21H10M14 21V16C14 15.7348 13.8946 15.4804 13.7071 15.2929C13.5196 15.1054 13.2652 15 13 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16V21M14 21H10M9 7H10M9 11H10M14 7H15M14 11H15' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-building-primary1,.icon-s-building-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-building-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0391 3.21071 17.5304 3 17 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V21M19 21H5M19 21H21M19 21H14M5 21H3M5 21H10M14 21V16C14 15.7348 13.8946 15.4804 13.7071 15.2929C13.5196 15.1054 13.2652 15 13 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16V21M14 21H10M9 7H10M9 11H10M14 7H15M14 11H15' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-building-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0391 3.21071 17.5304 3 17 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V21M19 21H5M19 21H21M19 21H14M5 21H3M5 21H10M14 21V16C14 15.7348 13.8946 15.4804 13.7071 15.2929C13.5196 15.1054 13.2652 15 13 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16V21M14 21H10M9 7H10M9 11H10M14 7H15M14 11H15' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-building-zinc-500,.icon-s-building-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-building-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0391 3.21071 17.5304 3 17 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V21M19 21H5M19 21H21M19 21H14M5 21H3M5 21H10M14 21V16C14 15.7348 13.8946 15.4804 13.7071 15.2929C13.5196 15.1054 13.2652 15 13 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16V21M14 21H10M9 7H10M9 11H10M14 7H15M14 11H15' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-building-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0391 3.21071 17.5304 3 17 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V21M19 21H5M19 21H21M19 21H14M5 21H3M5 21H10M14 21V16C14 15.7348 13.8946 15.4804 13.7071 15.2929C13.5196 15.1054 13.2652 15 13 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16V21M14 21H10M9 7H10M9 11H10M14 7H15M14 11H15' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-building-zinc-700,.icon-s-setting{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-setting{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.675 4.317C13.249 2.561 10.751 2.561 10.325 4.317C10.049 5.452 8.749 5.99 7.753 5.382C6.209 4.442 4.443 6.209 5.383 7.752C5.5243 7.98375 5.60889 8.24559 5.62987 8.51621C5.65085 8.78683 5.60764 9.05859 5.50375 9.30935C5.39985 9.56011 5.23822 9.7828 5.032 9.95929C4.82578 10.1358 4.5808 10.2611 4.317 10.325C2.561 10.751 2.561 13.249 4.317 13.675C4.58056 13.7391 4.82529 13.8645 5.03127 14.0409C5.23726 14.2174 5.3987 14.44 5.50247 14.6906C5.60624 14.9412 5.64942 15.2128 5.62848 15.4832C5.60755 15.7537 5.5231 16.0153 5.382 16.247C4.442 17.791 6.209 19.557 7.752 18.617C7.98375 18.4757 8.24559 18.3911 8.51621 18.3701C8.78683 18.3491 9.05859 18.3924 9.30935 18.4963C9.56011 18.6001 9.7828 18.7618 9.95929 18.968C10.1358 19.1742 10.2611 19.4192 10.325 19.683C10.751 21.439 13.249 21.439 13.675 19.683C13.7391 19.4194 13.8645 19.1747 14.0409 18.9687C14.2174 18.7627 14.44 18.6013 14.6906 18.4975C14.9412 18.3938 15.2128 18.3506 15.4832 18.3715C15.7537 18.3924 16.0153 18.4769 16.247 18.618C17.791 19.558 19.557 17.791 18.617 16.248C18.4757 16.0162 18.3911 15.7544 18.3701 15.4838C18.3491 15.2132 18.3924 14.9414 18.4963 14.6907C18.6001 14.4399 18.7618 14.2172 18.968 14.0407C19.1742 13.8642 19.4192 13.7389 19.683 13.675C21.439 13.249 21.439 10.751 19.683 10.325C19.4194 10.2609 19.1747 10.1355 18.9687 9.95905C18.7627 9.78258 18.6013 9.55999 18.4975 9.30938C18.3938 9.05877 18.3506 8.78721 18.3715 8.51677C18.3924 8.24634 18.4769 7.98466 18.618 7.753C19.558 6.209 17.791 4.443 16.248 5.383C16.0162 5.5243 15.7544 5.60889 15.4838 5.62987C15.2132 5.65085 14.9414 5.60764 14.6907 5.50375C14.4399 5.39985 14.2172 5.23822 14.0407 5.032C13.8642 4.82578 13.7389 4.5808 13.675 4.317Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1213 14.1213C14.6839 13.5587 15 12.7956 15 12C15 11.2044 14.6839 10.4413 14.1213 9.87868C13.5587 9.31607 12.7956 9 12 9C11.2044 9 10.4413 9.31607 9.87868 9.87868C9.31607 10.4413 9 11.2044 9 12C9 12.7956 9.31607 13.5587 9.87868 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7956 15 13.5587 14.6839 14.1213 14.1213Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-setting-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.675 4.317C13.249 2.561 10.751 2.561 10.325 4.317C10.049 5.452 8.749 5.99 7.753 5.382C6.209 4.442 4.443 6.209 5.383 7.752C5.5243 7.98375 5.60889 8.24559 5.62987 8.51621C5.65085 8.78683 5.60764 9.05859 5.50375 9.30935C5.39985 9.56011 5.23822 9.7828 5.032 9.95929C4.82578 10.1358 4.5808 10.2611 4.317 10.325C2.561 10.751 2.561 13.249 4.317 13.675C4.58056 13.7391 4.82529 13.8645 5.03127 14.0409C5.23726 14.2174 5.3987 14.44 5.50247 14.6906C5.60624 14.9412 5.64942 15.2128 5.62848 15.4832C5.60755 15.7537 5.5231 16.0153 5.382 16.247C4.442 17.791 6.209 19.557 7.752 18.617C7.98375 18.4757 8.24559 18.3911 8.51621 18.3701C8.78683 18.3491 9.05859 18.3924 9.30935 18.4963C9.56011 18.6001 9.7828 18.7618 9.95929 18.968C10.1358 19.1742 10.2611 19.4192 10.325 19.683C10.751 21.439 13.249 21.439 13.675 19.683C13.7391 19.4194 13.8645 19.1747 14.0409 18.9687C14.2174 18.7627 14.44 18.6013 14.6906 18.4975C14.9412 18.3938 15.2128 18.3506 15.4832 18.3715C15.7537 18.3924 16.0153 18.4769 16.247 18.618C17.791 19.558 19.557 17.791 18.617 16.248C18.4757 16.0162 18.3911 15.7544 18.3701 15.4838C18.3491 15.2132 18.3924 14.9414 18.4963 14.6907C18.6001 14.4399 18.7618 14.2172 18.968 14.0407C19.1742 13.8642 19.4192 13.7389 19.683 13.675C21.439 13.249 21.439 10.751 19.683 10.325C19.4194 10.2609 19.1747 10.1355 18.9687 9.95905C18.7627 9.78258 18.6013 9.55999 18.4975 9.30938C18.3938 9.05877 18.3506 8.78721 18.3715 8.51677C18.3924 8.24634 18.4769 7.98466 18.618 7.753C19.558 6.209 17.791 4.443 16.248 5.383C16.0162 5.5243 15.7544 5.60889 15.4838 5.62987C15.2132 5.65085 14.9414 5.60764 14.6907 5.50375C14.4399 5.39985 14.2172 5.23822 14.0407 5.032C13.8642 4.82578 13.7389 4.5808 13.675 4.317Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1213 14.1213C14.6839 13.5587 15 12.7956 15 12C15 11.2044 14.6839 10.4413 14.1213 9.87868C13.5587 9.31607 12.7956 9 12 9C11.2044 9 10.4413 9.31607 9.87868 9.87868C9.31607 10.4413 9 11.2044 9 12C9 12.7956 9.31607 13.5587 9.87868 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7956 15 13.5587 14.6839 14.1213 14.1213Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-setting-primary1,.icon-s-setting-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-setting-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.675 4.317C13.249 2.561 10.751 2.561 10.325 4.317C10.049 5.452 8.749 5.99 7.753 5.382C6.209 4.442 4.443 6.209 5.383 7.752C5.5243 7.98375 5.60889 8.24559 5.62987 8.51621C5.65085 8.78683 5.60764 9.05859 5.50375 9.30935C5.39985 9.56011 5.23822 9.7828 5.032 9.95929C4.82578 10.1358 4.5808 10.2611 4.317 10.325C2.561 10.751 2.561 13.249 4.317 13.675C4.58056 13.7391 4.82529 13.8645 5.03127 14.0409C5.23726 14.2174 5.3987 14.44 5.50247 14.6906C5.60624 14.9412 5.64942 15.2128 5.62848 15.4832C5.60755 15.7537 5.5231 16.0153 5.382 16.247C4.442 17.791 6.209 19.557 7.752 18.617C7.98375 18.4757 8.24559 18.3911 8.51621 18.3701C8.78683 18.3491 9.05859 18.3924 9.30935 18.4963C9.56011 18.6001 9.7828 18.7618 9.95929 18.968C10.1358 19.1742 10.2611 19.4192 10.325 19.683C10.751 21.439 13.249 21.439 13.675 19.683C13.7391 19.4194 13.8645 19.1747 14.0409 18.9687C14.2174 18.7627 14.44 18.6013 14.6906 18.4975C14.9412 18.3938 15.2128 18.3506 15.4832 18.3715C15.7537 18.3924 16.0153 18.4769 16.247 18.618C17.791 19.558 19.557 17.791 18.617 16.248C18.4757 16.0162 18.3911 15.7544 18.3701 15.4838C18.3491 15.2132 18.3924 14.9414 18.4963 14.6907C18.6001 14.4399 18.7618 14.2172 18.968 14.0407C19.1742 13.8642 19.4192 13.7389 19.683 13.675C21.439 13.249 21.439 10.751 19.683 10.325C19.4194 10.2609 19.1747 10.1355 18.9687 9.95905C18.7627 9.78258 18.6013 9.55999 18.4975 9.30938C18.3938 9.05877 18.3506 8.78721 18.3715 8.51677C18.3924 8.24634 18.4769 7.98466 18.618 7.753C19.558 6.209 17.791 4.443 16.248 5.383C16.0162 5.5243 15.7544 5.60889 15.4838 5.62987C15.2132 5.65085 14.9414 5.60764 14.6907 5.50375C14.4399 5.39985 14.2172 5.23822 14.0407 5.032C13.8642 4.82578 13.7389 4.5808 13.675 4.317Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1213 14.1213C14.6839 13.5587 15 12.7956 15 12C15 11.2044 14.6839 10.4413 14.1213 9.87868C13.5587 9.31607 12.7956 9 12 9C11.2044 9 10.4413 9.31607 9.87868 9.87868C9.31607 10.4413 9 11.2044 9 12C9 12.7956 9.31607 13.5587 9.87868 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7956 15 13.5587 14.6839 14.1213 14.1213Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-setting-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.675 4.317C13.249 2.561 10.751 2.561 10.325 4.317C10.049 5.452 8.749 5.99 7.753 5.382C6.209 4.442 4.443 6.209 5.383 7.752C5.5243 7.98375 5.60889 8.24559 5.62987 8.51621C5.65085 8.78683 5.60764 9.05859 5.50375 9.30935C5.39985 9.56011 5.23822 9.7828 5.032 9.95929C4.82578 10.1358 4.5808 10.2611 4.317 10.325C2.561 10.751 2.561 13.249 4.317 13.675C4.58056 13.7391 4.82529 13.8645 5.03127 14.0409C5.23726 14.2174 5.3987 14.44 5.50247 14.6906C5.60624 14.9412 5.64942 15.2128 5.62848 15.4832C5.60755 15.7537 5.5231 16.0153 5.382 16.247C4.442 17.791 6.209 19.557 7.752 18.617C7.98375 18.4757 8.24559 18.3911 8.51621 18.3701C8.78683 18.3491 9.05859 18.3924 9.30935 18.4963C9.56011 18.6001 9.7828 18.7618 9.95929 18.968C10.1358 19.1742 10.2611 19.4192 10.325 19.683C10.751 21.439 13.249 21.439 13.675 19.683C13.7391 19.4194 13.8645 19.1747 14.0409 18.9687C14.2174 18.7627 14.44 18.6013 14.6906 18.4975C14.9412 18.3938 15.2128 18.3506 15.4832 18.3715C15.7537 18.3924 16.0153 18.4769 16.247 18.618C17.791 19.558 19.557 17.791 18.617 16.248C18.4757 16.0162 18.3911 15.7544 18.3701 15.4838C18.3491 15.2132 18.3924 14.9414 18.4963 14.6907C18.6001 14.4399 18.7618 14.2172 18.968 14.0407C19.1742 13.8642 19.4192 13.7389 19.683 13.675C21.439 13.249 21.439 10.751 19.683 10.325C19.4194 10.2609 19.1747 10.1355 18.9687 9.95905C18.7627 9.78258 18.6013 9.55999 18.4975 9.30938C18.3938 9.05877 18.3506 8.78721 18.3715 8.51677C18.3924 8.24634 18.4769 7.98466 18.618 7.753C19.558 6.209 17.791 4.443 16.248 5.383C16.0162 5.5243 15.7544 5.60889 15.4838 5.62987C15.2132 5.65085 14.9414 5.60764 14.6907 5.50375C14.4399 5.39985 14.2172 5.23822 14.0407 5.032C13.8642 4.82578 13.7389 4.5808 13.675 4.317Z' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1213 14.1213C14.6839 13.5587 15 12.7956 15 12C15 11.2044 14.6839 10.4413 14.1213 9.87868C13.5587 9.31607 12.7956 9 12 9C11.2044 9 10.4413 9.31607 9.87868 9.87868C9.31607 10.4413 9 11.2044 9 12C9 12.7956 9.31607 13.5587 9.87868 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7956 15 13.5587 14.6839 14.1213 14.1213Z' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-setting-zinc-400,.icon-s-setting-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-setting-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.675 4.317C13.249 2.561 10.751 2.561 10.325 4.317C10.049 5.452 8.749 5.99 7.753 5.382C6.209 4.442 4.443 6.209 5.383 7.752C5.5243 7.98375 5.60889 8.24559 5.62987 8.51621C5.65085 8.78683 5.60764 9.05859 5.50375 9.30935C5.39985 9.56011 5.23822 9.7828 5.032 9.95929C4.82578 10.1358 4.5808 10.2611 4.317 10.325C2.561 10.751 2.561 13.249 4.317 13.675C4.58056 13.7391 4.82529 13.8645 5.03127 14.0409C5.23726 14.2174 5.3987 14.44 5.50247 14.6906C5.60624 14.9412 5.64942 15.2128 5.62848 15.4832C5.60755 15.7537 5.5231 16.0153 5.382 16.247C4.442 17.791 6.209 19.557 7.752 18.617C7.98375 18.4757 8.24559 18.3911 8.51621 18.3701C8.78683 18.3491 9.05859 18.3924 9.30935 18.4963C9.56011 18.6001 9.7828 18.7618 9.95929 18.968C10.1358 19.1742 10.2611 19.4192 10.325 19.683C10.751 21.439 13.249 21.439 13.675 19.683C13.7391 19.4194 13.8645 19.1747 14.0409 18.9687C14.2174 18.7627 14.44 18.6013 14.6906 18.4975C14.9412 18.3938 15.2128 18.3506 15.4832 18.3715C15.7537 18.3924 16.0153 18.4769 16.247 18.618C17.791 19.558 19.557 17.791 18.617 16.248C18.4757 16.0162 18.3911 15.7544 18.3701 15.4838C18.3491 15.2132 18.3924 14.9414 18.4963 14.6907C18.6001 14.4399 18.7618 14.2172 18.968 14.0407C19.1742 13.8642 19.4192 13.7389 19.683 13.675C21.439 13.249 21.439 10.751 19.683 10.325C19.4194 10.2609 19.1747 10.1355 18.9687 9.95905C18.7627 9.78258 18.6013 9.55999 18.4975 9.30938C18.3938 9.05877 18.3506 8.78721 18.3715 8.51677C18.3924 8.24634 18.4769 7.98466 18.618 7.753C19.558 6.209 17.791 4.443 16.248 5.383C16.0162 5.5243 15.7544 5.60889 15.4838 5.62987C15.2132 5.65085 14.9414 5.60764 14.6907 5.50375C14.4399 5.39985 14.2172 5.23822 14.0407 5.032C13.8642 4.82578 13.7389 4.5808 13.675 4.317Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1213 14.1213C14.6839 13.5587 15 12.7956 15 12C15 11.2044 14.6839 10.4413 14.1213 9.87868C13.5587 9.31607 12.7956 9 12 9C11.2044 9 10.4413 9.31607 9.87868 9.87868C9.31607 10.4413 9 11.2044 9 12C9 12.7956 9.31607 13.5587 9.87868 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7956 15 13.5587 14.6839 14.1213 14.1213Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-setting-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.675 4.317C13.249 2.561 10.751 2.561 10.325 4.317C10.049 5.452 8.749 5.99 7.753 5.382C6.209 4.442 4.443 6.209 5.383 7.752C5.5243 7.98375 5.60889 8.24559 5.62987 8.51621C5.65085 8.78683 5.60764 9.05859 5.50375 9.30935C5.39985 9.56011 5.23822 9.7828 5.032 9.95929C4.82578 10.1358 4.5808 10.2611 4.317 10.325C2.561 10.751 2.561 13.249 4.317 13.675C4.58056 13.7391 4.82529 13.8645 5.03127 14.0409C5.23726 14.2174 5.3987 14.44 5.50247 14.6906C5.60624 14.9412 5.64942 15.2128 5.62848 15.4832C5.60755 15.7537 5.5231 16.0153 5.382 16.247C4.442 17.791 6.209 19.557 7.752 18.617C7.98375 18.4757 8.24559 18.3911 8.51621 18.3701C8.78683 18.3491 9.05859 18.3924 9.30935 18.4963C9.56011 18.6001 9.7828 18.7618 9.95929 18.968C10.1358 19.1742 10.2611 19.4192 10.325 19.683C10.751 21.439 13.249 21.439 13.675 19.683C13.7391 19.4194 13.8645 19.1747 14.0409 18.9687C14.2174 18.7627 14.44 18.6013 14.6906 18.4975C14.9412 18.3938 15.2128 18.3506 15.4832 18.3715C15.7537 18.3924 16.0153 18.4769 16.247 18.618C17.791 19.558 19.557 17.791 18.617 16.248C18.4757 16.0162 18.3911 15.7544 18.3701 15.4838C18.3491 15.2132 18.3924 14.9414 18.4963 14.6907C18.6001 14.4399 18.7618 14.2172 18.968 14.0407C19.1742 13.8642 19.4192 13.7389 19.683 13.675C21.439 13.249 21.439 10.751 19.683 10.325C19.4194 10.2609 19.1747 10.1355 18.9687 9.95905C18.7627 9.78258 18.6013 9.55999 18.4975 9.30938C18.3938 9.05877 18.3506 8.78721 18.3715 8.51677C18.3924 8.24634 18.4769 7.98466 18.618 7.753C19.558 6.209 17.791 4.443 16.248 5.383C16.0162 5.5243 15.7544 5.60889 15.4838 5.62987C15.2132 5.65085 14.9414 5.60764 14.6907 5.50375C14.4399 5.39985 14.2172 5.23822 14.0407 5.032C13.8642 4.82578 13.7389 4.5808 13.675 4.317Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1213 14.1213C14.6839 13.5587 15 12.7956 15 12C15 11.2044 14.6839 10.4413 14.1213 9.87868C13.5587 9.31607 12.7956 9 12 9C11.2044 9 10.4413 9.31607 9.87868 9.87868C9.31607 10.4413 9 11.2044 9 12C9 12.7956 9.31607 13.5587 9.87868 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7956 15 13.5587 14.6839 14.1213 14.1213Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-setting-zinc-600,.icon-s-setting-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-setting-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.675 4.317C13.249 2.561 10.751 2.561 10.325 4.317C10.049 5.452 8.749 5.99 7.753 5.382C6.209 4.442 4.443 6.209 5.383 7.752C5.5243 7.98375 5.60889 8.24559 5.62987 8.51621C5.65085 8.78683 5.60764 9.05859 5.50375 9.30935C5.39985 9.56011 5.23822 9.7828 5.032 9.95929C4.82578 10.1358 4.5808 10.2611 4.317 10.325C2.561 10.751 2.561 13.249 4.317 13.675C4.58056 13.7391 4.82529 13.8645 5.03127 14.0409C5.23726 14.2174 5.3987 14.44 5.50247 14.6906C5.60624 14.9412 5.64942 15.2128 5.62848 15.4832C5.60755 15.7537 5.5231 16.0153 5.382 16.247C4.442 17.791 6.209 19.557 7.752 18.617C7.98375 18.4757 8.24559 18.3911 8.51621 18.3701C8.78683 18.3491 9.05859 18.3924 9.30935 18.4963C9.56011 18.6001 9.7828 18.7618 9.95929 18.968C10.1358 19.1742 10.2611 19.4192 10.325 19.683C10.751 21.439 13.249 21.439 13.675 19.683C13.7391 19.4194 13.8645 19.1747 14.0409 18.9687C14.2174 18.7627 14.44 18.6013 14.6906 18.4975C14.9412 18.3938 15.2128 18.3506 15.4832 18.3715C15.7537 18.3924 16.0153 18.4769 16.247 18.618C17.791 19.558 19.557 17.791 18.617 16.248C18.4757 16.0162 18.3911 15.7544 18.3701 15.4838C18.3491 15.2132 18.3924 14.9414 18.4963 14.6907C18.6001 14.4399 18.7618 14.2172 18.968 14.0407C19.1742 13.8642 19.4192 13.7389 19.683 13.675C21.439 13.249 21.439 10.751 19.683 10.325C19.4194 10.2609 19.1747 10.1355 18.9687 9.95905C18.7627 9.78258 18.6013 9.55999 18.4975 9.30938C18.3938 9.05877 18.3506 8.78721 18.3715 8.51677C18.3924 8.24634 18.4769 7.98466 18.618 7.753C19.558 6.209 17.791 4.443 16.248 5.383C16.0162 5.5243 15.7544 5.60889 15.4838 5.62987C15.2132 5.65085 14.9414 5.60764 14.6907 5.50375C14.4399 5.39985 14.2172 5.23822 14.0407 5.032C13.8642 4.82578 13.7389 4.5808 13.675 4.317Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1213 14.1213C14.6839 13.5587 15 12.7956 15 12C15 11.2044 14.6839 10.4413 14.1213 9.87868C13.5587 9.31607 12.7956 9 12 9C11.2044 9 10.4413 9.31607 9.87868 9.87868C9.31607 10.4413 9 11.2044 9 12C9 12.7956 9.31607 13.5587 9.87868 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7956 15 13.5587 14.6839 14.1213 14.1213Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-user{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8284 9.82843C15.5786 9.07828 16 8.06087 16 7C16 5.93913 15.5786 4.92172 14.8284 4.17157C14.0783 3.42143 13.0609 3 12 3C10.9391 3 9.92172 3.42143 9.17157 4.17157C8.42143 4.92172 8 5.93913 8 7C8 8.06087 8.42143 9.07828 9.17157 9.82843C9.92172 10.5786 10.9391 11 12 11C13.0609 11 14.0783 10.5786 14.8284 9.82843Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.05025 16.0503C8.36301 14.7375 10.1435 14 12 14C13.8565 14 15.637 14.7375 16.9497 16.0503C18.2625 17.363 19 19.1435 19 21H5C5 19.1435 5.7375 17.363 7.05025 16.0503Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-user,.icon-s-user-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-user-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8284 9.82843C15.5786 9.07828 16 8.06087 16 7C16 5.93913 15.5786 4.92172 14.8284 4.17157C14.0783 3.42143 13.0609 3 12 3C10.9391 3 9.92172 3.42143 9.17157 4.17157C8.42143 4.92172 8 5.93913 8 7C8 8.06087 8.42143 9.07828 9.17157 9.82843C9.92172 10.5786 10.9391 11 12 11C13.0609 11 14.0783 10.5786 14.8284 9.82843Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.05025 16.0503C8.36301 14.7375 10.1435 14 12 14C13.8565 14 15.637 14.7375 16.9497 16.0503C18.2625 17.363 19 19.1435 19 21H5C5 19.1435 5.7375 17.363 7.05025 16.0503Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-user-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8284 9.82843C15.5786 9.07828 16 8.06087 16 7C16 5.93913 15.5786 4.92172 14.8284 4.17157C14.0783 3.42143 13.0609 3 12 3C10.9391 3 9.92172 3.42143 9.17157 4.17157C8.42143 4.92172 8 5.93913 8 7C8 8.06087 8.42143 9.07828 9.17157 9.82843C9.92172 10.5786 10.9391 11 12 11C13.0609 11 14.0783 10.5786 14.8284 9.82843Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.05025 16.0503C8.36301 14.7375 10.1435 14 12 14C13.8565 14 15.637 14.7375 16.9497 16.0503C18.2625 17.363 19 19.1435 19 21H5C5 19.1435 5.7375 17.363 7.05025 16.0503Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-user-primary1,.icon-s-user-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-user-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8284 9.82843C15.5786 9.07828 16 8.06087 16 7C16 5.93913 15.5786 4.92172 14.8284 4.17157C14.0783 3.42143 13.0609 3 12 3C10.9391 3 9.92172 3.42143 9.17157 4.17157C8.42143 4.92172 8 5.93913 8 7C8 8.06087 8.42143 9.07828 9.17157 9.82843C9.92172 10.5786 10.9391 11 12 11C13.0609 11 14.0783 10.5786 14.8284 9.82843Z' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.05025 16.0503C8.36301 14.7375 10.1435 14 12 14C13.8565 14 15.637 14.7375 16.9497 16.0503C18.2625 17.363 19 19.1435 19 21H5C5 19.1435 5.7375 17.363 7.05025 16.0503Z' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-user-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8284 9.82843C15.5786 9.07828 16 8.06087 16 7C16 5.93913 15.5786 4.92172 14.8284 4.17157C14.0783 3.42143 13.0609 3 12 3C10.9391 3 9.92172 3.42143 9.17157 4.17157C8.42143 4.92172 8 5.93913 8 7C8 8.06087 8.42143 9.07828 9.17157 9.82843C9.92172 10.5786 10.9391 11 12 11C13.0609 11 14.0783 10.5786 14.8284 9.82843Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.05025 16.0503C8.36301 14.7375 10.1435 14 12 14C13.8565 14 15.637 14.7375 16.9497 16.0503C18.2625 17.363 19 19.1435 19 21H5C5 19.1435 5.7375 17.363 7.05025 16.0503Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-user-zinc-500,.icon-s-user-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-user-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8284 9.82843C15.5786 9.07828 16 8.06087 16 7C16 5.93913 15.5786 4.92172 14.8284 4.17157C14.0783 3.42143 13.0609 3 12 3C10.9391 3 9.92172 3.42143 9.17157 4.17157C8.42143 4.92172 8 5.93913 8 7C8 8.06087 8.42143 9.07828 9.17157 9.82843C9.92172 10.5786 10.9391 11 12 11C13.0609 11 14.0783 10.5786 14.8284 9.82843Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.05025 16.0503C8.36301 14.7375 10.1435 14 12 14C13.8565 14 15.637 14.7375 16.9497 16.0503C18.2625 17.363 19 19.1435 19 21H5C5 19.1435 5.7375 17.363 7.05025 16.0503Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-user-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8284 9.82843C15.5786 9.07828 16 8.06087 16 7C16 5.93913 15.5786 4.92172 14.8284 4.17157C14.0783 3.42143 13.0609 3 12 3C10.9391 3 9.92172 3.42143 9.17157 4.17157C8.42143 4.92172 8 5.93913 8 7C8 8.06087 8.42143 9.07828 9.17157 9.82843C9.92172 10.5786 10.9391 11 12 11C13.0609 11 14.0783 10.5786 14.8284 9.82843Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.05025 16.0503C8.36301 14.7375 10.1435 14 12 14C13.8565 14 15.637 14.7375 16.9497 16.0503C18.2625 17.363 19 19.1435 19 21H5C5 19.1435 5.7375 17.363 7.05025 16.0503Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-clipboard-check,.icon-s-user-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-clipboard-check{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M9 14L11 16L15 12' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-clipboard-check-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M9 14L11 16L15 12' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-clipboard-check-primary1,.icon-s-clipboard-check-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-clipboard-check-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M9 14L11 16L15 12' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-clipboard-check-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M9 14L11 16L15 12' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-clipboard-check-zinc-400,.icon-s-clipboard-check-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-clipboard-check-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M9 14L11 16L15 12' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-clipboard-check-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M9 14L11 16L15 12' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-clipboard-check-zinc-600,.icon-s-clipboard-check-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-clipboard-check-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M9 14L11 16L15 12' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-folder{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19C4.46957 19 3.96086 18.7893 3.58579 18.4142C3.21071 18.0391 3 17.5304 3 17V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H9L11 7H15C15.5304 7 16.0391 7.21071 16.4142 7.58579C16.7893 7.96086 17 8.46957 17 9V10M5 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V12C21 11.4696 20.7893 10.9609 20.4142 10.5858C20.0391 10.2107 19.5304 10 19 10H9C8.46957 10 7.96086 10.2107 7.58579 10.5858C7.21071 10.9609 7 11.4696 7 12V17C7 17.5304 6.78929 18.0391 6.41421 18.4142C6.03914 18.7893 5.53043 19 5 19Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-folder,.icon-s-folder-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-folder-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19C4.46957 19 3.96086 18.7893 3.58579 18.4142C3.21071 18.0391 3 17.5304 3 17V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H9L11 7H15C15.5304 7 16.0391 7.21071 16.4142 7.58579C16.7893 7.96086 17 8.46957 17 9V10M5 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V12C21 11.4696 20.7893 10.9609 20.4142 10.5858C20.0391 10.2107 19.5304 10 19 10H9C8.46957 10 7.96086 10.2107 7.58579 10.5858C7.21071 10.9609 7 11.4696 7 12V17C7 17.5304 6.78929 18.0391 6.41421 18.4142C6.03914 18.7893 5.53043 19 5 19Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-folder-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19C4.46957 19 3.96086 18.7893 3.58579 18.4142C3.21071 18.0391 3 17.5304 3 17V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H9L11 7H15C15.5304 7 16.0391 7.21071 16.4142 7.58579C16.7893 7.96086 17 8.46957 17 9V10M5 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V12C21 11.4696 20.7893 10.9609 20.4142 10.5858C20.0391 10.2107 19.5304 10 19 10H9C8.46957 10 7.96086 10.2107 7.58579 10.5858C7.21071 10.9609 7 11.4696 7 12V17C7 17.5304 6.78929 18.0391 6.41421 18.4142C6.03914 18.7893 5.53043 19 5 19Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-folder-primary1,.icon-s-folder-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-folder-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19C4.46957 19 3.96086 18.7893 3.58579 18.4142C3.21071 18.0391 3 17.5304 3 17V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H9L11 7H15C15.5304 7 16.0391 7.21071 16.4142 7.58579C16.7893 7.96086 17 8.46957 17 9V10M5 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V12C21 11.4696 20.7893 10.9609 20.4142 10.5858C20.0391 10.2107 19.5304 10 19 10H9C8.46957 10 7.96086 10.2107 7.58579 10.5858C7.21071 10.9609 7 11.4696 7 12V17C7 17.5304 6.78929 18.0391 6.41421 18.4142C6.03914 18.7893 5.53043 19 5 19Z' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-folder-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19C4.46957 19 3.96086 18.7893 3.58579 18.4142C3.21071 18.0391 3 17.5304 3 17V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H9L11 7H15C15.5304 7 16.0391 7.21071 16.4142 7.58579C16.7893 7.96086 17 8.46957 17 9V10M5 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V12C21 11.4696 20.7893 10.9609 20.4142 10.5858C20.0391 10.2107 19.5304 10 19 10H9C8.46957 10 7.96086 10.2107 7.58579 10.5858C7.21071 10.9609 7 11.4696 7 12V17C7 17.5304 6.78929 18.0391 6.41421 18.4142C6.03914 18.7893 5.53043 19 5 19Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-folder-zinc-500,.icon-s-folder-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-folder-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19C4.46957 19 3.96086 18.7893 3.58579 18.4142C3.21071 18.0391 3 17.5304 3 17V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H9L11 7H15C15.5304 7 16.0391 7.21071 16.4142 7.58579C16.7893 7.96086 17 8.46957 17 9V10M5 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V12C21 11.4696 20.7893 10.9609 20.4142 10.5858C20.0391 10.2107 19.5304 10 19 10H9C8.46957 10 7.96086 10.2107 7.58579 10.5858C7.21071 10.9609 7 11.4696 7 12V17C7 17.5304 6.78929 18.0391 6.41421 18.4142C6.03914 18.7893 5.53043 19 5 19Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-folder-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19C4.46957 19 3.96086 18.7893 3.58579 18.4142C3.21071 18.0391 3 17.5304 3 17V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H9L11 7H15C15.5304 7 16.0391 7.21071 16.4142 7.58579C16.7893 7.96086 17 8.46957 17 9V10M5 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V12C21 11.4696 20.7893 10.9609 20.4142 10.5858C20.0391 10.2107 19.5304 10 19 10H9C8.46957 10 7.96086 10.2107 7.58579 10.5858C7.21071 10.9609 7 11.4696 7 12V17C7 17.5304 6.78929 18.0391 6.41421 18.4142C6.03914 18.7893 5.53043 19 5 19Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-folder-zinc-700,.icon-s-pr-chart-bar{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-pr-chart-bar{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13V12M12 13V10M16 13V8M8 21L12 17L16 21M3 4H21M4 4H20V16C20 16.2652 19.8946 16.5196 19.7071 16.7071C19.5196 16.8946 19.2652 17 19 17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16V4Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-pr-chart-bar-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13V12M12 13V10M16 13V8M8 21L12 17L16 21M3 4H21M4 4H20V16C20 16.2652 19.8946 16.5196 19.7071 16.7071C19.5196 16.8946 19.2652 17 19 17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16V4Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-pr-chart-bar-primary1,.icon-s-pr-chart-bar-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-pr-chart-bar-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13V12M12 13V10M16 13V8M8 21L12 17L16 21M3 4H21M4 4H20V16C20 16.2652 19.8946 16.5196 19.7071 16.7071C19.5196 16.8946 19.2652 17 19 17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16V4Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-pr-chart-bar-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13V12M12 13V10M16 13V8M8 21L12 17L16 21M3 4H21M4 4H20V16C20 16.2652 19.8946 16.5196 19.7071 16.7071C19.5196 16.8946 19.2652 17 19 17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16V4Z' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-pr-chart-bar-zinc-400,.icon-s-pr-chart-bar-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-pr-chart-bar-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13V12M12 13V10M16 13V8M8 21L12 17L16 21M3 4H21M4 4H20V16C20 16.2652 19.8946 16.5196 19.7071 16.7071C19.5196 16.8946 19.2652 17 19 17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16V4Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-pr-chart-bar-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13V12M12 13V10M16 13V8M8 21L12 17L16 21M3 4H21M4 4H20V16C20 16.2652 19.8946 16.5196 19.7071 16.7071C19.5196 16.8946 19.2652 17 19 17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16V4Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-pr-chart-bar-zinc-600,.icon-s-pr-chart-bar-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-pr-chart-bar-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13V12M12 13V10M16 13V8M8 21L12 17L16 21M3 4H21M4 4H20V16C20 16.2652 19.8946 16.5196 19.7071 16.7071C19.5196 16.8946 19.2652 17 19 17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16V4Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-annotation{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8H17M7 12H11M12 20L8 16H5C4.46957 16 3.96086 15.7893 3.58579 15.4142C3.21071 15.0391 3 14.5304 3 14V6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4H19C19.5304 4 20.0391 4.21071 20.4142 4.58579C20.7893 4.96086 21 5.46957 21 6V14C21 14.5304 20.7893 15.0391 20.4142 15.4142C20.0391 15.7893 19.5304 16 19 16H16L12 20Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-annotation,.icon-s-annotation-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-annotation-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8H17M7 12H11M12 20L8 16H5C4.46957 16 3.96086 15.7893 3.58579 15.4142C3.21071 15.0391 3 14.5304 3 14V6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4H19C19.5304 4 20.0391 4.21071 20.4142 4.58579C20.7893 4.96086 21 5.46957 21 6V14C21 14.5304 20.7893 15.0391 20.4142 15.4142C20.0391 15.7893 19.5304 16 19 16H16L12 20Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-annotation-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8H17M7 12H11M12 20L8 16H5C4.46957 16 3.96086 15.7893 3.58579 15.4142C3.21071 15.0391 3 14.5304 3 14V6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4H19C19.5304 4 20.0391 4.21071 20.4142 4.58579C20.7893 4.96086 21 5.46957 21 6V14C21 14.5304 20.7893 15.0391 20.4142 15.4142C20.0391 15.7893 19.5304 16 19 16H16L12 20Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-annotation-primary1,.icon-s-annotation-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-annotation-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8H17M7 12H11M12 20L8 16H5C4.46957 16 3.96086 15.7893 3.58579 15.4142C3.21071 15.0391 3 14.5304 3 14V6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4H19C19.5304 4 20.0391 4.21071 20.4142 4.58579C20.7893 4.96086 21 5.46957 21 6V14C21 14.5304 20.7893 15.0391 20.4142 15.4142C20.0391 15.7893 19.5304 16 19 16H16L12 20Z' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-annotation-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8H17M7 12H11M12 20L8 16H5C4.46957 16 3.96086 15.7893 3.58579 15.4142C3.21071 15.0391 3 14.5304 3 14V6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4H19C19.5304 4 20.0391 4.21071 20.4142 4.58579C20.7893 4.96086 21 5.46957 21 6V14C21 14.5304 20.7893 15.0391 20.4142 15.4142C20.0391 15.7893 19.5304 16 19 16H16L12 20Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-annotation-zinc-500,.icon-s-annotation-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-annotation-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8H17M7 12H11M12 20L8 16H5C4.46957 16 3.96086 15.7893 3.58579 15.4142C3.21071 15.0391 3 14.5304 3 14V6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4H19C19.5304 4 20.0391 4.21071 20.4142 4.58579C20.7893 4.96086 21 5.46957 21 6V14C21 14.5304 20.7893 15.0391 20.4142 15.4142C20.0391 15.7893 19.5304 16 19 16H16L12 20Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-annotation-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8H17M7 12H11M12 20L8 16H5C4.46957 16 3.96086 15.7893 3.58579 15.4142C3.21071 15.0391 3 14.5304 3 14V6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4H19C19.5304 4 20.0391 4.21071 20.4142 4.58579C20.7893 4.96086 21 5.46957 21 6V14C21 14.5304 20.7893 15.0391 20.4142 15.4142C20.0391 15.7893 19.5304 16 19 16H16L12 20Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-annotation-zinc-700,.icon-s-filter{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-filter{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4V2M10 4C9.46957 4 8.96086 4.21071 8.58579 4.58579C8.21071 4.96086 8 5.46957 8 6C8 6.53043 8.21071 7.03914 8.58579 7.41421C8.96086 7.78929 9.46957 8 10 8M10 4C10.5304 4 11.0391 4.21071 11.4142 4.58579C11.7893 4.96086 12 5.46957 12 6C12 6.53043 11.7893 7.03914 11.4142 7.41421C11.0391 7.78929 10.5304 8 10 8M10 8V18M4 16C4.53043 16 5.03914 15.7893 5.41421 15.4142C5.78929 15.0391 6 14.5304 6 14C6 13.4696 5.78929 12.9609 5.41421 12.5858C5.03914 12.2107 4.53043 12 4 12M4 16C3.46957 16 2.96086 15.7893 2.58579 15.4142C2.21071 15.0391 2 14.5304 2 14C2 13.4696 2.21071 12.9609 2.58579 12.5858C2.96086 12.2107 3.46957 12 4 12M4 16V18M4 12V2M16 16C16.5304 16 17.0391 15.7893 17.4142 15.4142C17.7893 15.0391 18 14.5304 18 14C18 13.4696 17.7893 12.9609 17.4142 12.5858C17.0391 12.2107 16.5304 12 16 12M16 16C15.4696 16 14.9609 15.7893 14.5858 15.4142C14.2107 15.0391 14 14.5304 14 14C14 13.4696 14.2107 12.9609 14.5858 12.5858C14.9609 12.2107 15.4696 12 16 12M16 16V18M16 12V2' stroke='%2352525B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-filter-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4V2M10 4C9.46957 4 8.96086 4.21071 8.58579 4.58579C8.21071 4.96086 8 5.46957 8 6C8 6.53043 8.21071 7.03914 8.58579 7.41421C8.96086 7.78929 9.46957 8 10 8M10 4C10.5304 4 11.0391 4.21071 11.4142 4.58579C11.7893 4.96086 12 5.46957 12 6C12 6.53043 11.7893 7.03914 11.4142 7.41421C11.0391 7.78929 10.5304 8 10 8M10 8V18M4 16C4.53043 16 5.03914 15.7893 5.41421 15.4142C5.78929 15.0391 6 14.5304 6 14C6 13.4696 5.78929 12.9609 5.41421 12.5858C5.03914 12.2107 4.53043 12 4 12M4 16C3.46957 16 2.96086 15.7893 2.58579 15.4142C2.21071 15.0391 2 14.5304 2 14C2 13.4696 2.21071 12.9609 2.58579 12.5858C2.96086 12.2107 3.46957 12 4 12M4 16V18M4 12V2M16 16C16.5304 16 17.0391 15.7893 17.4142 15.4142C17.7893 15.0391 18 14.5304 18 14C18 13.4696 17.7893 12.9609 17.4142 12.5858C17.0391 12.2107 16.5304 12 16 12M16 16C15.4696 16 14.9609 15.7893 14.5858 15.4142C14.2107 15.0391 14 14.5304 14 14C14 13.4696 14.2107 12.9609 14.5858 12.5858C14.9609 12.2107 15.4696 12 16 12M16 16V18M16 12V2' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-filter-primary1,.icon-s-filter-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-filter-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4V2M10 4C9.46957 4 8.96086 4.21071 8.58579 4.58579C8.21071 4.96086 8 5.46957 8 6C8 6.53043 8.21071 7.03914 8.58579 7.41421C8.96086 7.78929 9.46957 8 10 8M10 4C10.5304 4 11.0391 4.21071 11.4142 4.58579C11.7893 4.96086 12 5.46957 12 6C12 6.53043 11.7893 7.03914 11.4142 7.41421C11.0391 7.78929 10.5304 8 10 8M10 8V18M4 16C4.53043 16 5.03914 15.7893 5.41421 15.4142C5.78929 15.0391 6 14.5304 6 14C6 13.4696 5.78929 12.9609 5.41421 12.5858C5.03914 12.2107 4.53043 12 4 12M4 16C3.46957 16 2.96086 15.7893 2.58579 15.4142C2.21071 15.0391 2 14.5304 2 14C2 13.4696 2.21071 12.9609 2.58579 12.5858C2.96086 12.2107 3.46957 12 4 12M4 16V18M4 12V2M16 16C16.5304 16 17.0391 15.7893 17.4142 15.4142C17.7893 15.0391 18 14.5304 18 14C18 13.4696 17.7893 12.9609 17.4142 12.5858C17.0391 12.2107 16.5304 12 16 12M16 16C15.4696 16 14.9609 15.7893 14.5858 15.4142C14.2107 15.0391 14 14.5304 14 14C14 13.4696 14.2107 12.9609 14.5858 12.5858C14.9609 12.2107 15.4696 12 16 12M16 16V18M16 12V2' stroke='%23E4261A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-filter-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4V2M10 4C9.46957 4 8.96086 4.21071 8.58579 4.58579C8.21071 4.96086 8 5.46957 8 6C8 6.53043 8.21071 7.03914 8.58579 7.41421C8.96086 7.78929 9.46957 8 10 8M10 4C10.5304 4 11.0391 4.21071 11.4142 4.58579C11.7893 4.96086 12 5.46957 12 6C12 6.53043 11.7893 7.03914 11.4142 7.41421C11.0391 7.78929 10.5304 8 10 8M10 8V18M4 16C4.53043 16 5.03914 15.7893 5.41421 15.4142C5.78929 15.0391 6 14.5304 6 14C6 13.4696 5.78929 12.9609 5.41421 12.5858C5.03914 12.2107 4.53043 12 4 12M4 16C3.46957 16 2.96086 15.7893 2.58579 15.4142C2.21071 15.0391 2 14.5304 2 14C2 13.4696 2.21071 12.9609 2.58579 12.5858C2.96086 12.2107 3.46957 12 4 12M4 16V18M4 12V2M16 16C16.5304 16 17.0391 15.7893 17.4142 15.4142C17.7893 15.0391 18 14.5304 18 14C18 13.4696 17.7893 12.9609 17.4142 12.5858C17.0391 12.2107 16.5304 12 16 12M16 16C15.4696 16 14.9609 15.7893 14.5858 15.4142C14.2107 15.0391 14 14.5304 14 14C14 13.4696 14.2107 12.9609 14.5858 12.5858C14.9609 12.2107 15.4696 12 16 12M16 16V18M16 12V2' stroke='%23A1A1AA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-filter-zinc-400,.icon-s-filter-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-filter-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4V2M10 4C9.46957 4 8.96086 4.21071 8.58579 4.58579C8.21071 4.96086 8 5.46957 8 6C8 6.53043 8.21071 7.03914 8.58579 7.41421C8.96086 7.78929 9.46957 8 10 8M10 4C10.5304 4 11.0391 4.21071 11.4142 4.58579C11.7893 4.96086 12 5.46957 12 6C12 6.53043 11.7893 7.03914 11.4142 7.41421C11.0391 7.78929 10.5304 8 10 8M10 8V18M4 16C4.53043 16 5.03914 15.7893 5.41421 15.4142C5.78929 15.0391 6 14.5304 6 14C6 13.4696 5.78929 12.9609 5.41421 12.5858C5.03914 12.2107 4.53043 12 4 12M4 16C3.46957 16 2.96086 15.7893 2.58579 15.4142C2.21071 15.0391 2 14.5304 2 14C2 13.4696 2.21071 12.9609 2.58579 12.5858C2.96086 12.2107 3.46957 12 4 12M4 16V18M4 12V2M16 16C16.5304 16 17.0391 15.7893 17.4142 15.4142C17.7893 15.0391 18 14.5304 18 14C18 13.4696 17.7893 12.9609 17.4142 12.5858C17.0391 12.2107 16.5304 12 16 12M16 16C15.4696 16 14.9609 15.7893 14.5858 15.4142C14.2107 15.0391 14 14.5304 14 14C14 13.4696 14.2107 12.9609 14.5858 12.5858C14.9609 12.2107 15.4696 12 16 12M16 16V18M16 12V2' stroke='%2371717A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-filter-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4V2M10 4C9.46957 4 8.96086 4.21071 8.58579 4.58579C8.21071 4.96086 8 5.46957 8 6C8 6.53043 8.21071 7.03914 8.58579 7.41421C8.96086 7.78929 9.46957 8 10 8M10 4C10.5304 4 11.0391 4.21071 11.4142 4.58579C11.7893 4.96086 12 5.46957 12 6C12 6.53043 11.7893 7.03914 11.4142 7.41421C11.0391 7.78929 10.5304 8 10 8M10 8V18M4 16C4.53043 16 5.03914 15.7893 5.41421 15.4142C5.78929 15.0391 6 14.5304 6 14C6 13.4696 5.78929 12.9609 5.41421 12.5858C5.03914 12.2107 4.53043 12 4 12M4 16C3.46957 16 2.96086 15.7893 2.58579 15.4142C2.21071 15.0391 2 14.5304 2 14C2 13.4696 2.21071 12.9609 2.58579 12.5858C2.96086 12.2107 3.46957 12 4 12M4 16V18M4 12V2M16 16C16.5304 16 17.0391 15.7893 17.4142 15.4142C17.7893 15.0391 18 14.5304 18 14C18 13.4696 17.7893 12.9609 17.4142 12.5858C17.0391 12.2107 16.5304 12 16 12M16 16C15.4696 16 14.9609 15.7893 14.5858 15.4142C14.2107 15.0391 14 14.5304 14 14C14 13.4696 14.2107 12.9609 14.5858 12.5858C14.9609 12.2107 15.4696 12 16 12M16 16V18M16 12V2' stroke='%2352525B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-filter-zinc-600,.icon-s-filter-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-filter-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4V2M10 4C9.46957 4 8.96086 4.21071 8.58579 4.58579C8.21071 4.96086 8 5.46957 8 6C8 6.53043 8.21071 7.03914 8.58579 7.41421C8.96086 7.78929 9.46957 8 10 8M10 4C10.5304 4 11.0391 4.21071 11.4142 4.58579C11.7893 4.96086 12 5.46957 12 6C12 6.53043 11.7893 7.03914 11.4142 7.41421C11.0391 7.78929 10.5304 8 10 8M10 8V18M4 16C4.53043 16 5.03914 15.7893 5.41421 15.4142C5.78929 15.0391 6 14.5304 6 14C6 13.4696 5.78929 12.9609 5.41421 12.5858C5.03914 12.2107 4.53043 12 4 12M4 16C3.46957 16 2.96086 15.7893 2.58579 15.4142C2.21071 15.0391 2 14.5304 2 14C2 13.4696 2.21071 12.9609 2.58579 12.5858C2.96086 12.2107 3.46957 12 4 12M4 16V18M4 12V2M16 16C16.5304 16 17.0391 15.7893 17.4142 15.4142C17.7893 15.0391 18 14.5304 18 14C18 13.4696 17.7893 12.9609 17.4142 12.5858C17.0391 12.2107 16.5304 12 16 12M16 16C15.4696 16 14.9609 15.7893 14.5858 15.4142C14.2107 15.0391 14 14.5304 14 14C14 13.4696 14.2107 12.9609 14.5858 12.5858C14.9609 12.2107 15.4696 12 16 12M16 16V18M16 12V2' stroke='%233f3f46' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-mouse{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 17 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1105_4321)'%3E%3Cpath d='M17 8.33337C17 5.3561 15.3801 2.60512 12.75 1.11648C10.1199 -0.37216 6.88008 -0.37216 4.25 1.11648C1.61992 2.60512 0 5.3561 0 8.33337V16.6669C0 19.6442 1.61992 22.3951 4.25 23.8838C6.88008 25.3724 10.1199 25.3724 12.75 23.8838C15.3801 22.3951 17 19.6442 17 16.6669V8.33337ZM15.2414 16.6669C15.2414 19.0284 13.9564 21.2103 11.8707 22.3905C9.78495 23.5713 7.21506 23.5713 5.12931 22.3905C3.04357 21.2098 1.75862 19.0279 1.75862 16.6669V8.33337C1.75862 5.97187 3.04357 3.78997 5.12931 2.60974C7.21506 1.42899 9.78495 1.42899 11.8707 2.60974C13.9564 3.79049 15.2414 5.97239 15.2414 8.33337V16.6669Z' fill='%2352525B'/%3E%3Cpath d='M8.5004 5.83984C8.26697 5.83984 8.04348 5.93067 7.87861 6.09231C7.71374 6.25395 7.62109 6.47307 7.62109 6.70193V9.96657C7.62109 10.2745 7.78858 10.5593 8.06075 10.7132C8.33292 10.8671 8.66789 10.8671 8.94006 10.7132C9.21223 10.5593 9.37971 10.2745 9.37971 9.96657V6.70193C9.37971 6.47307 9.28707 6.25395 9.1222 6.09231C8.95733 5.93067 8.73332 5.83984 8.5004 5.83984Z' fill='%2352525B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1105_4321'%3E%3Crect width='17' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-mouse,.icon-s-mouse-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-mouse-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 17 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1105_4321)'%3E%3Cpath d='M17 8.33337C17 5.3561 15.3801 2.60512 12.75 1.11648C10.1199 -0.37216 6.88008 -0.37216 4.25 1.11648C1.61992 2.60512 0 5.3561 0 8.33337V16.6669C0 19.6442 1.61992 22.3951 4.25 23.8838C6.88008 25.3724 10.1199 25.3724 12.75 23.8838C15.3801 22.3951 17 19.6442 17 16.6669V8.33337ZM15.2414 16.6669C15.2414 19.0284 13.9564 21.2103 11.8707 22.3905C9.78495 23.5713 7.21506 23.5713 5.12931 22.3905C3.04357 21.2098 1.75862 19.0279 1.75862 16.6669V8.33337C1.75862 5.97187 3.04357 3.78997 5.12931 2.60974C7.21506 1.42899 9.78495 1.42899 11.8707 2.60974C13.9564 3.79049 15.2414 5.97239 15.2414 8.33337V16.6669Z' fill='%23ffffff'/%3E%3Cpath d='M8.5004 5.83984C8.26697 5.83984 8.04348 5.93067 7.87861 6.09231C7.71374 6.25395 7.62109 6.47307 7.62109 6.70193V9.96657C7.62109 10.2745 7.78858 10.5593 8.06075 10.7132C8.33292 10.8671 8.66789 10.8671 8.94006 10.7132C9.21223 10.5593 9.37971 10.2745 9.37971 9.96657V6.70193C9.37971 6.47307 9.28707 6.25395 9.1222 6.09231C8.95733 5.93067 8.73332 5.83984 8.5004 5.83984Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1105_4321'%3E%3Crect width='17' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-mouse-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 17 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1105_4321)'%3E%3Cpath d='M17 8.33337C17 5.3561 15.3801 2.60512 12.75 1.11648C10.1199 -0.37216 6.88008 -0.37216 4.25 1.11648C1.61992 2.60512 0 5.3561 0 8.33337V16.6669C0 19.6442 1.61992 22.3951 4.25 23.8838C6.88008 25.3724 10.1199 25.3724 12.75 23.8838C15.3801 22.3951 17 19.6442 17 16.6669V8.33337ZM15.2414 16.6669C15.2414 19.0284 13.9564 21.2103 11.8707 22.3905C9.78495 23.5713 7.21506 23.5713 5.12931 22.3905C3.04357 21.2098 1.75862 19.0279 1.75862 16.6669V8.33337C1.75862 5.97187 3.04357 3.78997 5.12931 2.60974C7.21506 1.42899 9.78495 1.42899 11.8707 2.60974C13.9564 3.79049 15.2414 5.97239 15.2414 8.33337V16.6669Z' fill='%23E4261A'/%3E%3Cpath d='M8.5004 5.83984C8.26697 5.83984 8.04348 5.93067 7.87861 6.09231C7.71374 6.25395 7.62109 6.47307 7.62109 6.70193V9.96657C7.62109 10.2745 7.78858 10.5593 8.06075 10.7132C8.33292 10.8671 8.66789 10.8671 8.94006 10.7132C9.21223 10.5593 9.37971 10.2745 9.37971 9.96657V6.70193C9.37971 6.47307 9.28707 6.25395 9.1222 6.09231C8.95733 5.93067 8.73332 5.83984 8.5004 5.83984Z' fill='%23E4261A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1105_4321'%3E%3Crect width='17' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-mouse-primary1,.icon-s-mouse-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-mouse-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 17 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1105_4321)'%3E%3Cpath d='M17 8.33337C17 5.3561 15.3801 2.60512 12.75 1.11648C10.1199 -0.37216 6.88008 -0.37216 4.25 1.11648C1.61992 2.60512 0 5.3561 0 8.33337V16.6669C0 19.6442 1.61992 22.3951 4.25 23.8838C6.88008 25.3724 10.1199 25.3724 12.75 23.8838C15.3801 22.3951 17 19.6442 17 16.6669V8.33337ZM15.2414 16.6669C15.2414 19.0284 13.9564 21.2103 11.8707 22.3905C9.78495 23.5713 7.21506 23.5713 5.12931 22.3905C3.04357 21.2098 1.75862 19.0279 1.75862 16.6669V8.33337C1.75862 5.97187 3.04357 3.78997 5.12931 2.60974C7.21506 1.42899 9.78495 1.42899 11.8707 2.60974C13.9564 3.79049 15.2414 5.97239 15.2414 8.33337V16.6669Z' fill='%23A1A1AA'/%3E%3Cpath d='M8.5004 5.83984C8.26697 5.83984 8.04348 5.93067 7.87861 6.09231C7.71374 6.25395 7.62109 6.47307 7.62109 6.70193V9.96657C7.62109 10.2745 7.78858 10.5593 8.06075 10.7132C8.33292 10.8671 8.66789 10.8671 8.94006 10.7132C9.21223 10.5593 9.37971 10.2745 9.37971 9.96657V6.70193C9.37971 6.47307 9.28707 6.25395 9.1222 6.09231C8.95733 5.93067 8.73332 5.83984 8.5004 5.83984Z' fill='%23A1A1AA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1105_4321'%3E%3Crect width='17' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-mouse-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 17 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1105_4321)'%3E%3Cpath d='M17 8.33337C17 5.3561 15.3801 2.60512 12.75 1.11648C10.1199 -0.37216 6.88008 -0.37216 4.25 1.11648C1.61992 2.60512 0 5.3561 0 8.33337V16.6669C0 19.6442 1.61992 22.3951 4.25 23.8838C6.88008 25.3724 10.1199 25.3724 12.75 23.8838C15.3801 22.3951 17 19.6442 17 16.6669V8.33337ZM15.2414 16.6669C15.2414 19.0284 13.9564 21.2103 11.8707 22.3905C9.78495 23.5713 7.21506 23.5713 5.12931 22.3905C3.04357 21.2098 1.75862 19.0279 1.75862 16.6669V8.33337C1.75862 5.97187 3.04357 3.78997 5.12931 2.60974C7.21506 1.42899 9.78495 1.42899 11.8707 2.60974C13.9564 3.79049 15.2414 5.97239 15.2414 8.33337V16.6669Z' fill='%2371717A'/%3E%3Cpath d='M8.5004 5.83984C8.26697 5.83984 8.04348 5.93067 7.87861 6.09231C7.71374 6.25395 7.62109 6.47307 7.62109 6.70193V9.96657C7.62109 10.2745 7.78858 10.5593 8.06075 10.7132C8.33292 10.8671 8.66789 10.8671 8.94006 10.7132C9.21223 10.5593 9.37971 10.2745 9.37971 9.96657V6.70193C9.37971 6.47307 9.28707 6.25395 9.1222 6.09231C8.95733 5.93067 8.73332 5.83984 8.5004 5.83984Z' fill='%2371717A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1105_4321'%3E%3Crect width='17' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-mouse-zinc-500,.icon-s-mouse-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-mouse-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 17 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1105_4321)'%3E%3Cpath d='M17 8.33337C17 5.3561 15.3801 2.60512 12.75 1.11648C10.1199 -0.37216 6.88008 -0.37216 4.25 1.11648C1.61992 2.60512 0 5.3561 0 8.33337V16.6669C0 19.6442 1.61992 22.3951 4.25 23.8838C6.88008 25.3724 10.1199 25.3724 12.75 23.8838C15.3801 22.3951 17 19.6442 17 16.6669V8.33337ZM15.2414 16.6669C15.2414 19.0284 13.9564 21.2103 11.8707 22.3905C9.78495 23.5713 7.21506 23.5713 5.12931 22.3905C3.04357 21.2098 1.75862 19.0279 1.75862 16.6669V8.33337C1.75862 5.97187 3.04357 3.78997 5.12931 2.60974C7.21506 1.42899 9.78495 1.42899 11.8707 2.60974C13.9564 3.79049 15.2414 5.97239 15.2414 8.33337V16.6669Z' fill='%2352525B'/%3E%3Cpath d='M8.5004 5.83984C8.26697 5.83984 8.04348 5.93067 7.87861 6.09231C7.71374 6.25395 7.62109 6.47307 7.62109 6.70193V9.96657C7.62109 10.2745 7.78858 10.5593 8.06075 10.7132C8.33292 10.8671 8.66789 10.8671 8.94006 10.7132C9.21223 10.5593 9.37971 10.2745 9.37971 9.96657V6.70193C9.37971 6.47307 9.28707 6.25395 9.1222 6.09231C8.95733 5.93067 8.73332 5.83984 8.5004 5.83984Z' fill='%2352525B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1105_4321'%3E%3Crect width='17' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-mouse-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 17 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1105_4321)'%3E%3Cpath d='M17 8.33337C17 5.3561 15.3801 2.60512 12.75 1.11648C10.1199 -0.37216 6.88008 -0.37216 4.25 1.11648C1.61992 2.60512 0 5.3561 0 8.33337V16.6669C0 19.6442 1.61992 22.3951 4.25 23.8838C6.88008 25.3724 10.1199 25.3724 12.75 23.8838C15.3801 22.3951 17 19.6442 17 16.6669V8.33337ZM15.2414 16.6669C15.2414 19.0284 13.9564 21.2103 11.8707 22.3905C9.78495 23.5713 7.21506 23.5713 5.12931 22.3905C3.04357 21.2098 1.75862 19.0279 1.75862 16.6669V8.33337C1.75862 5.97187 3.04357 3.78997 5.12931 2.60974C7.21506 1.42899 9.78495 1.42899 11.8707 2.60974C13.9564 3.79049 15.2414 5.97239 15.2414 8.33337V16.6669Z' fill='%233f3f46'/%3E%3Cpath d='M8.5004 5.83984C8.26697 5.83984 8.04348 5.93067 7.87861 6.09231C7.71374 6.25395 7.62109 6.47307 7.62109 6.70193V9.96657C7.62109 10.2745 7.78858 10.5593 8.06075 10.7132C8.33292 10.8671 8.66789 10.8671 8.94006 10.7132C9.21223 10.5593 9.37971 10.2745 9.37971 9.96657V6.70193C9.37971 6.47307 9.28707 6.25395 9.1222 6.09231C8.95733 5.93067 8.73332 5.83984 8.5004 5.83984Z' fill='%233f3f46'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1105_4321'%3E%3Crect width='17' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-close-circle,.icon-s-mouse-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-close-circle{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 14L12 12M12 12L14 10M12 12L10 10M12 12L14 14M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-close-circle-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 14L12 12M12 12L14 10M12 12L10 10M12 12L14 14M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-close-circle-primary1,.icon-s-close-circle-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-close-circle-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 14L12 12M12 12L14 10M12 12L10 10M12 12L14 14M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-close-circle-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 14L12 12M12 12L14 10M12 12L10 10M12 12L14 14M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-close-circle-zinc-400,.icon-s-close-circle-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-close-circle-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 14L12 12M12 12L14 10M12 12L10 10M12 12L14 14M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-close-circle-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 14L12 12M12 12L14 10M12 12L10 10M12 12L14 14M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-close-circle-zinc-600,.icon-s-close-circle-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-close-circle-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 14L12 12M12 12L14 10M12 12L10 10M12 12L14 14M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-plus{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6V12M12 12V18M12 12H18M12 12H6' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-plus,.icon-s-plus-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-plus-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6V12M12 12V18M12 12H18M12 12H6' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-plus-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6V12M12 12V18M12 12H18M12 12H6' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-plus-primary1,.icon-s-plus-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-plus-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6V12M12 12V18M12 12H18M12 12H6' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-plus-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6V12M12 12V18M12 12H18M12 12H6' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-plus-zinc-500,.icon-s-plus-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-plus-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6V12M12 12V18M12 12H18M12 12H6' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-plus-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6V12M12 12V18M12 12H18M12 12H6' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-s-plus-zinc-700,.icon-s-question-circle{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-question-circle{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3149 15.4442C20.7672 14.3522 21 13.1819 21 12C21 9.61305 20.0518 7.32387 18.364 5.63604C16.6761 3.94821 14.3869 3 12 3C9.61305 3 7.32387 3.94821 5.63604 5.63604C3.94821 7.32387 3 9.61305 3 12C3 13.1819 3.23279 14.3522 3.68508 15.4442C4.13738 16.5361 4.80031 17.5282 5.63604 18.364C6.47177 19.1997 7.46392 19.8626 8.55585 20.3149C9.64778 20.7672 10.8181 21 12 21C13.1819 21 14.3522 20.7672 15.4442 20.3149C16.5361 19.8626 17.5282 19.1997 18.364 18.364C19.1997 17.5282 19.8626 16.5361 20.3149 15.4442Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0028 10.0144C14.9991 10.9554 14.6177 11.7039 13.8588 12.2598C13.632 12.4259 13.3952 12.5768 13.1583 12.7285C13.1049 12.7581 13.0604 12.8015 13.0295 12.8542C12.9985 12.9069 12.9822 12.9668 12.9823 13.0279C12.9669 13.2761 12.8599 13.5097 12.6819 13.6834C12.5039 13.857 12.2678 13.9584 12.0193 13.9677C11.4999 13.9859 11.1184 13.6544 11.0081 13.12C10.8565 12.3876 11.119 11.8125 11.6697 11.3564C11.9447 11.1284 12.2549 10.9417 12.55 10.7374C12.9923 10.4317 13.1138 10.0884 12.9322 9.63477C12.8493 9.43062 12.7021 9.25903 12.513 9.14599C12.3239 9.03294 12.103 8.98459 11.884 9.00827C11.6617 9.03649 11.4552 9.1381 11.2972 9.29699C11.1392 9.45588 11.0388 9.66295 11.0118 9.88538C11.0037 10.0335 10.9806 10.1804 10.9429 10.3239C10.8716 10.5412 10.7268 10.7269 10.5335 10.8491C10.3402 10.9713 10.1104 11.0224 9.88347 10.9937C9.64428 10.9659 9.42321 10.8525 9.26107 10.6745C9.09893 10.4965 9.00667 10.2658 9.00132 10.0251C8.95621 8.60354 10.0746 7.26846 11.5074 7.03978C13.3438 6.74094 15.0166 8.16436 15.0028 10.0144Z' fill='%2352525B'/%3E%3Cpath d='M12.9966 15.9954C12.9984 16.1265 12.9742 16.2567 12.9255 16.3785C12.8768 16.5003 12.8046 16.6113 12.7129 16.7052C12.6212 16.799 12.5119 16.8738 12.3913 16.9253C12.2706 16.9768 12.141 17.004 12.0099 17.0053C11.8787 17.0059 11.7486 16.9807 11.6272 16.931C11.5058 16.8814 11.3953 16.8082 11.3022 16.7158C11.2091 16.6234 11.1351 16.5135 11.0845 16.3925C11.0339 16.2714 11.0077 16.1416 11.0074 16.0104C11.0057 15.8793 11.0299 15.7492 11.0786 15.6275C11.1274 15.5057 11.1997 15.3949 11.2915 15.3013C11.3833 15.2076 11.4927 15.1331 11.6134 15.0819C11.7341 15.0307 11.8637 15.0039 11.9948 15.003C12.1259 15.0018 12.2559 15.0266 12.3774 15.076C12.4988 15.1253 12.6093 15.1982 12.7025 15.2905C12.7956 15.3827 12.8695 15.4925 12.92 15.6135C12.9705 15.7345 12.9966 15.8643 12.9966 15.9954V15.9954Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-s-question-circle-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3149 15.4442C20.7672 14.3522 21 13.1819 21 12C21 9.61305 20.0518 7.32387 18.364 5.63604C16.6761 3.94821 14.3869 3 12 3C9.61305 3 7.32387 3.94821 5.63604 5.63604C3.94821 7.32387 3 9.61305 3 12C3 13.1819 3.23279 14.3522 3.68508 15.4442C4.13738 16.5361 4.80031 17.5282 5.63604 18.364C6.47177 19.1997 7.46392 19.8626 8.55585 20.3149C9.64778 20.7672 10.8181 21 12 21C13.1819 21 14.3522 20.7672 15.4442 20.3149C16.5361 19.8626 17.5282 19.1997 18.364 18.364C19.1997 17.5282 19.8626 16.5361 20.3149 15.4442Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0028 10.0144C14.9991 10.9554 14.6177 11.7039 13.8588 12.2598C13.632 12.4259 13.3952 12.5768 13.1583 12.7285C13.1049 12.7581 13.0604 12.8015 13.0295 12.8542C12.9985 12.9069 12.9822 12.9668 12.9823 13.0279C12.9669 13.2761 12.8599 13.5097 12.6819 13.6834C12.5039 13.857 12.2678 13.9584 12.0193 13.9677C11.4999 13.9859 11.1184 13.6544 11.0081 13.12C10.8565 12.3876 11.119 11.8125 11.6697 11.3564C11.9447 11.1284 12.2549 10.9417 12.55 10.7374C12.9923 10.4317 13.1138 10.0884 12.9322 9.63477C12.8493 9.43062 12.7021 9.25903 12.513 9.14599C12.3239 9.03294 12.103 8.98459 11.884 9.00827C11.6617 9.03649 11.4552 9.1381 11.2972 9.29699C11.1392 9.45588 11.0388 9.66295 11.0118 9.88538C11.0037 10.0335 10.9806 10.1804 10.9429 10.3239C10.8716 10.5412 10.7268 10.7269 10.5335 10.8491C10.3402 10.9713 10.1104 11.0224 9.88347 10.9937C9.64428 10.9659 9.42321 10.8525 9.26107 10.6745C9.09893 10.4965 9.00667 10.2658 9.00132 10.0251C8.95621 8.60354 10.0746 7.26846 11.5074 7.03978C13.3438 6.74094 15.0166 8.16436 15.0028 10.0144Z' fill='%23ffffff'/%3E%3Cpath d='M12.9966 15.9954C12.9984 16.1265 12.9742 16.2567 12.9255 16.3785C12.8768 16.5003 12.8046 16.6113 12.7129 16.7052C12.6212 16.799 12.5119 16.8738 12.3913 16.9253C12.2706 16.9768 12.141 17.004 12.0099 17.0053C11.8787 17.0059 11.7486 16.9807 11.6272 16.931C11.5058 16.8814 11.3953 16.8082 11.3022 16.7158C11.2091 16.6234 11.1351 16.5135 11.0845 16.3925C11.0339 16.2714 11.0077 16.1416 11.0074 16.0104C11.0057 15.8793 11.0299 15.7492 11.0786 15.6275C11.1274 15.5057 11.1997 15.3949 11.2915 15.3013C11.3833 15.2076 11.4927 15.1331 11.6134 15.0819C11.7341 15.0307 11.8637 15.0039 11.9948 15.003C12.1259 15.0018 12.2559 15.0266 12.3774 15.076C12.4988 15.1253 12.6093 15.1982 12.7025 15.2905C12.7956 15.3827 12.8695 15.4925 12.92 15.6135C12.9705 15.7345 12.9966 15.8643 12.9966 15.9954V15.9954Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-s-question-circle-primary1,.icon-s-question-circle-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-question-circle-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3149 15.4442C20.7672 14.3522 21 13.1819 21 12C21 9.61305 20.0518 7.32387 18.364 5.63604C16.6761 3.94821 14.3869 3 12 3C9.61305 3 7.32387 3.94821 5.63604 5.63604C3.94821 7.32387 3 9.61305 3 12C3 13.1819 3.23279 14.3522 3.68508 15.4442C4.13738 16.5361 4.80031 17.5282 5.63604 18.364C6.47177 19.1997 7.46392 19.8626 8.55585 20.3149C9.64778 20.7672 10.8181 21 12 21C13.1819 21 14.3522 20.7672 15.4442 20.3149C16.5361 19.8626 17.5282 19.1997 18.364 18.364C19.1997 17.5282 19.8626 16.5361 20.3149 15.4442Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0028 10.0144C14.9991 10.9554 14.6177 11.7039 13.8588 12.2598C13.632 12.4259 13.3952 12.5768 13.1583 12.7285C13.1049 12.7581 13.0604 12.8015 13.0295 12.8542C12.9985 12.9069 12.9822 12.9668 12.9823 13.0279C12.9669 13.2761 12.8599 13.5097 12.6819 13.6834C12.5039 13.857 12.2678 13.9584 12.0193 13.9677C11.4999 13.9859 11.1184 13.6544 11.0081 13.12C10.8565 12.3876 11.119 11.8125 11.6697 11.3564C11.9447 11.1284 12.2549 10.9417 12.55 10.7374C12.9923 10.4317 13.1138 10.0884 12.9322 9.63477C12.8493 9.43062 12.7021 9.25903 12.513 9.14599C12.3239 9.03294 12.103 8.98459 11.884 9.00827C11.6617 9.03649 11.4552 9.1381 11.2972 9.29699C11.1392 9.45588 11.0388 9.66295 11.0118 9.88538C11.0037 10.0335 10.9806 10.1804 10.9429 10.3239C10.8716 10.5412 10.7268 10.7269 10.5335 10.8491C10.3402 10.9713 10.1104 11.0224 9.88347 10.9937C9.64428 10.9659 9.42321 10.8525 9.26107 10.6745C9.09893 10.4965 9.00667 10.2658 9.00132 10.0251C8.95621 8.60354 10.0746 7.26846 11.5074 7.03978C13.3438 6.74094 15.0166 8.16436 15.0028 10.0144Z' fill='%23E4261A'/%3E%3Cpath d='M12.9966 15.9954C12.9984 16.1265 12.9742 16.2567 12.9255 16.3785C12.8768 16.5003 12.8046 16.6113 12.7129 16.7052C12.6212 16.799 12.5119 16.8738 12.3913 16.9253C12.2706 16.9768 12.141 17.004 12.0099 17.0053C11.8787 17.0059 11.7486 16.9807 11.6272 16.931C11.5058 16.8814 11.3953 16.8082 11.3022 16.7158C11.2091 16.6234 11.1351 16.5135 11.0845 16.3925C11.0339 16.2714 11.0077 16.1416 11.0074 16.0104C11.0057 15.8793 11.0299 15.7492 11.0786 15.6275C11.1274 15.5057 11.1997 15.3949 11.2915 15.3013C11.3833 15.2076 11.4927 15.1331 11.6134 15.0819C11.7341 15.0307 11.8637 15.0039 11.9948 15.003C12.1259 15.0018 12.2559 15.0266 12.3774 15.076C12.4988 15.1253 12.6093 15.1982 12.7025 15.2905C12.7956 15.3827 12.8695 15.4925 12.92 15.6135C12.9705 15.7345 12.9966 15.8643 12.9966 15.9954V15.9954Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-s-question-circle-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3149 15.4442C20.7672 14.3522 21 13.1819 21 12C21 9.61305 20.0518 7.32387 18.364 5.63604C16.6761 3.94821 14.3869 3 12 3C9.61305 3 7.32387 3.94821 5.63604 5.63604C3.94821 7.32387 3 9.61305 3 12C3 13.1819 3.23279 14.3522 3.68508 15.4442C4.13738 16.5361 4.80031 17.5282 5.63604 18.364C6.47177 19.1997 7.46392 19.8626 8.55585 20.3149C9.64778 20.7672 10.8181 21 12 21C13.1819 21 14.3522 20.7672 15.4442 20.3149C16.5361 19.8626 17.5282 19.1997 18.364 18.364C19.1997 17.5282 19.8626 16.5361 20.3149 15.4442Z' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0028 10.0144C14.9991 10.9554 14.6177 11.7039 13.8588 12.2598C13.632 12.4259 13.3952 12.5768 13.1583 12.7285C13.1049 12.7581 13.0604 12.8015 13.0295 12.8542C12.9985 12.9069 12.9822 12.9668 12.9823 13.0279C12.9669 13.2761 12.8599 13.5097 12.6819 13.6834C12.5039 13.857 12.2678 13.9584 12.0193 13.9677C11.4999 13.9859 11.1184 13.6544 11.0081 13.12C10.8565 12.3876 11.119 11.8125 11.6697 11.3564C11.9447 11.1284 12.2549 10.9417 12.55 10.7374C12.9923 10.4317 13.1138 10.0884 12.9322 9.63477C12.8493 9.43062 12.7021 9.25903 12.513 9.14599C12.3239 9.03294 12.103 8.98459 11.884 9.00827C11.6617 9.03649 11.4552 9.1381 11.2972 9.29699C11.1392 9.45588 11.0388 9.66295 11.0118 9.88538C11.0037 10.0335 10.9806 10.1804 10.9429 10.3239C10.8716 10.5412 10.7268 10.7269 10.5335 10.8491C10.3402 10.9713 10.1104 11.0224 9.88347 10.9937C9.64428 10.9659 9.42321 10.8525 9.26107 10.6745C9.09893 10.4965 9.00667 10.2658 9.00132 10.0251C8.95621 8.60354 10.0746 7.26846 11.5074 7.03978C13.3438 6.74094 15.0166 8.16436 15.0028 10.0144Z' fill='%23A1A1AA'/%3E%3Cpath d='M12.9966 15.9954C12.9984 16.1265 12.9742 16.2567 12.9255 16.3785C12.8768 16.5003 12.8046 16.6113 12.7129 16.7052C12.6212 16.799 12.5119 16.8738 12.3913 16.9253C12.2706 16.9768 12.141 17.004 12.0099 17.0053C11.8787 17.0059 11.7486 16.9807 11.6272 16.931C11.5058 16.8814 11.3953 16.8082 11.3022 16.7158C11.2091 16.6234 11.1351 16.5135 11.0845 16.3925C11.0339 16.2714 11.0077 16.1416 11.0074 16.0104C11.0057 15.8793 11.0299 15.7492 11.0786 15.6275C11.1274 15.5057 11.1997 15.3949 11.2915 15.3013C11.3833 15.2076 11.4927 15.1331 11.6134 15.0819C11.7341 15.0307 11.8637 15.0039 11.9948 15.003C12.1259 15.0018 12.2559 15.0266 12.3774 15.076C12.4988 15.1253 12.6093 15.1982 12.7025 15.2905C12.7956 15.3827 12.8695 15.4925 12.92 15.6135C12.9705 15.7345 12.9966 15.8643 12.9966 15.9954V15.9954Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-s-question-circle-zinc-400,.icon-s-question-circle-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-question-circle-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3149 15.4442C20.7672 14.3522 21 13.1819 21 12C21 9.61305 20.0518 7.32387 18.364 5.63604C16.6761 3.94821 14.3869 3 12 3C9.61305 3 7.32387 3.94821 5.63604 5.63604C3.94821 7.32387 3 9.61305 3 12C3 13.1819 3.23279 14.3522 3.68508 15.4442C4.13738 16.5361 4.80031 17.5282 5.63604 18.364C6.47177 19.1997 7.46392 19.8626 8.55585 20.3149C9.64778 20.7672 10.8181 21 12 21C13.1819 21 14.3522 20.7672 15.4442 20.3149C16.5361 19.8626 17.5282 19.1997 18.364 18.364C19.1997 17.5282 19.8626 16.5361 20.3149 15.4442Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0028 10.0144C14.9991 10.9554 14.6177 11.7039 13.8588 12.2598C13.632 12.4259 13.3952 12.5768 13.1583 12.7285C13.1049 12.7581 13.0604 12.8015 13.0295 12.8542C12.9985 12.9069 12.9822 12.9668 12.9823 13.0279C12.9669 13.2761 12.8599 13.5097 12.6819 13.6834C12.5039 13.857 12.2678 13.9584 12.0193 13.9677C11.4999 13.9859 11.1184 13.6544 11.0081 13.12C10.8565 12.3876 11.119 11.8125 11.6697 11.3564C11.9447 11.1284 12.2549 10.9417 12.55 10.7374C12.9923 10.4317 13.1138 10.0884 12.9322 9.63477C12.8493 9.43062 12.7021 9.25903 12.513 9.14599C12.3239 9.03294 12.103 8.98459 11.884 9.00827C11.6617 9.03649 11.4552 9.1381 11.2972 9.29699C11.1392 9.45588 11.0388 9.66295 11.0118 9.88538C11.0037 10.0335 10.9806 10.1804 10.9429 10.3239C10.8716 10.5412 10.7268 10.7269 10.5335 10.8491C10.3402 10.9713 10.1104 11.0224 9.88347 10.9937C9.64428 10.9659 9.42321 10.8525 9.26107 10.6745C9.09893 10.4965 9.00667 10.2658 9.00132 10.0251C8.95621 8.60354 10.0746 7.26846 11.5074 7.03978C13.3438 6.74094 15.0166 8.16436 15.0028 10.0144Z' fill='%2371717A'/%3E%3Cpath d='M12.9966 15.9954C12.9984 16.1265 12.9742 16.2567 12.9255 16.3785C12.8768 16.5003 12.8046 16.6113 12.7129 16.7052C12.6212 16.799 12.5119 16.8738 12.3913 16.9253C12.2706 16.9768 12.141 17.004 12.0099 17.0053C11.8787 17.0059 11.7486 16.9807 11.6272 16.931C11.5058 16.8814 11.3953 16.8082 11.3022 16.7158C11.2091 16.6234 11.1351 16.5135 11.0845 16.3925C11.0339 16.2714 11.0077 16.1416 11.0074 16.0104C11.0057 15.8793 11.0299 15.7492 11.0786 15.6275C11.1274 15.5057 11.1997 15.3949 11.2915 15.3013C11.3833 15.2076 11.4927 15.1331 11.6134 15.0819C11.7341 15.0307 11.8637 15.0039 11.9948 15.003C12.1259 15.0018 12.2559 15.0266 12.3774 15.076C12.4988 15.1253 12.6093 15.1982 12.7025 15.2905C12.7956 15.3827 12.8695 15.4925 12.92 15.6135C12.9705 15.7345 12.9966 15.8643 12.9966 15.9954V15.9954Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-s-question-circle-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3149 15.4442C20.7672 14.3522 21 13.1819 21 12C21 9.61305 20.0518 7.32387 18.364 5.63604C16.6761 3.94821 14.3869 3 12 3C9.61305 3 7.32387 3.94821 5.63604 5.63604C3.94821 7.32387 3 9.61305 3 12C3 13.1819 3.23279 14.3522 3.68508 15.4442C4.13738 16.5361 4.80031 17.5282 5.63604 18.364C6.47177 19.1997 7.46392 19.8626 8.55585 20.3149C9.64778 20.7672 10.8181 21 12 21C13.1819 21 14.3522 20.7672 15.4442 20.3149C16.5361 19.8626 17.5282 19.1997 18.364 18.364C19.1997 17.5282 19.8626 16.5361 20.3149 15.4442Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0028 10.0144C14.9991 10.9554 14.6177 11.7039 13.8588 12.2598C13.632 12.4259 13.3952 12.5768 13.1583 12.7285C13.1049 12.7581 13.0604 12.8015 13.0295 12.8542C12.9985 12.9069 12.9822 12.9668 12.9823 13.0279C12.9669 13.2761 12.8599 13.5097 12.6819 13.6834C12.5039 13.857 12.2678 13.9584 12.0193 13.9677C11.4999 13.9859 11.1184 13.6544 11.0081 13.12C10.8565 12.3876 11.119 11.8125 11.6697 11.3564C11.9447 11.1284 12.2549 10.9417 12.55 10.7374C12.9923 10.4317 13.1138 10.0884 12.9322 9.63477C12.8493 9.43062 12.7021 9.25903 12.513 9.14599C12.3239 9.03294 12.103 8.98459 11.884 9.00827C11.6617 9.03649 11.4552 9.1381 11.2972 9.29699C11.1392 9.45588 11.0388 9.66295 11.0118 9.88538C11.0037 10.0335 10.9806 10.1804 10.9429 10.3239C10.8716 10.5412 10.7268 10.7269 10.5335 10.8491C10.3402 10.9713 10.1104 11.0224 9.88347 10.9937C9.64428 10.9659 9.42321 10.8525 9.26107 10.6745C9.09893 10.4965 9.00667 10.2658 9.00132 10.0251C8.95621 8.60354 10.0746 7.26846 11.5074 7.03978C13.3438 6.74094 15.0166 8.16436 15.0028 10.0144Z' fill='%2352525B'/%3E%3Cpath d='M12.9966 15.9954C12.9984 16.1265 12.9742 16.2567 12.9255 16.3785C12.8768 16.5003 12.8046 16.6113 12.7129 16.7052C12.6212 16.799 12.5119 16.8738 12.3913 16.9253C12.2706 16.9768 12.141 17.004 12.0099 17.0053C11.8787 17.0059 11.7486 16.9807 11.6272 16.931C11.5058 16.8814 11.3953 16.8082 11.3022 16.7158C11.2091 16.6234 11.1351 16.5135 11.0845 16.3925C11.0339 16.2714 11.0077 16.1416 11.0074 16.0104C11.0057 15.8793 11.0299 15.7492 11.0786 15.6275C11.1274 15.5057 11.1997 15.3949 11.2915 15.3013C11.3833 15.2076 11.4927 15.1331 11.6134 15.0819C11.7341 15.0307 11.8637 15.0039 11.9948 15.003C12.1259 15.0018 12.2559 15.0266 12.3774 15.076C12.4988 15.1253 12.6093 15.1982 12.7025 15.2905C12.7956 15.3827 12.8695 15.4925 12.92 15.6135C12.9705 15.7345 12.9966 15.8643 12.9966 15.9954V15.9954Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-s-question-circle-zinc-600,.icon-s-question-circle-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-question-circle-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3149 15.4442C20.7672 14.3522 21 13.1819 21 12C21 9.61305 20.0518 7.32387 18.364 5.63604C16.6761 3.94821 14.3869 3 12 3C9.61305 3 7.32387 3.94821 5.63604 5.63604C3.94821 7.32387 3 9.61305 3 12C3 13.1819 3.23279 14.3522 3.68508 15.4442C4.13738 16.5361 4.80031 17.5282 5.63604 18.364C6.47177 19.1997 7.46392 19.8626 8.55585 20.3149C9.64778 20.7672 10.8181 21 12 21C13.1819 21 14.3522 20.7672 15.4442 20.3149C16.5361 19.8626 17.5282 19.1997 18.364 18.364C19.1997 17.5282 19.8626 16.5361 20.3149 15.4442Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0028 10.0144C14.9991 10.9554 14.6177 11.7039 13.8588 12.2598C13.632 12.4259 13.3952 12.5768 13.1583 12.7285C13.1049 12.7581 13.0604 12.8015 13.0295 12.8542C12.9985 12.9069 12.9822 12.9668 12.9823 13.0279C12.9669 13.2761 12.8599 13.5097 12.6819 13.6834C12.5039 13.857 12.2678 13.9584 12.0193 13.9677C11.4999 13.9859 11.1184 13.6544 11.0081 13.12C10.8565 12.3876 11.119 11.8125 11.6697 11.3564C11.9447 11.1284 12.2549 10.9417 12.55 10.7374C12.9923 10.4317 13.1138 10.0884 12.9322 9.63477C12.8493 9.43062 12.7021 9.25903 12.513 9.14599C12.3239 9.03294 12.103 8.98459 11.884 9.00827C11.6617 9.03649 11.4552 9.1381 11.2972 9.29699C11.1392 9.45588 11.0388 9.66295 11.0118 9.88538C11.0037 10.0335 10.9806 10.1804 10.9429 10.3239C10.8716 10.5412 10.7268 10.7269 10.5335 10.8491C10.3402 10.9713 10.1104 11.0224 9.88347 10.9937C9.64428 10.9659 9.42321 10.8525 9.26107 10.6745C9.09893 10.4965 9.00667 10.2658 9.00132 10.0251C8.95621 8.60354 10.0746 7.26846 11.5074 7.03978C13.3438 6.74094 15.0166 8.16436 15.0028 10.0144Z' fill='%233f3f46'/%3E%3Cpath d='M12.9966 15.9954C12.9984 16.1265 12.9742 16.2567 12.9255 16.3785C12.8768 16.5003 12.8046 16.6113 12.7129 16.7052C12.6212 16.799 12.5119 16.8738 12.3913 16.9253C12.2706 16.9768 12.141 17.004 12.0099 17.0053C11.8787 17.0059 11.7486 16.9807 11.6272 16.931C11.5058 16.8814 11.3953 16.8082 11.3022 16.7158C11.2091 16.6234 11.1351 16.5135 11.0845 16.3925C11.0339 16.2714 11.0077 16.1416 11.0074 16.0104C11.0057 15.8793 11.0299 15.7492 11.0786 15.6275C11.1274 15.5057 11.1997 15.3949 11.2915 15.3013C11.3833 15.2076 11.4927 15.1331 11.6134 15.0819C11.7341 15.0307 11.8637 15.0039 11.9948 15.003C12.1259 15.0018 12.2559 15.0266 12.3774 15.076C12.4988 15.1253 12.6093 15.1982 12.7025 15.2905C12.7956 15.3827 12.8695 15.4925 12.92 15.6135C12.9705 15.7345 12.9966 15.8643 12.9966 15.9954V15.9954Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-s-clock{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2243_6528)'%3E%3Cpath d='M2.36887 15.0004C2.13105 14.8312 2.11022 14.7036 2.28083 14.4546C2.61838 13.9628 2.9541 13.4695 3.29567 12.9806C3.35339 12.8982 3.34755 12.8508 3.28398 12.7735C2.50513 11.8278 2.0273 10.7453 1.91441 9.52582C1.72262 7.45207 2.4043 5.69842 3.94594 4.29587C4.84169 3.48103 5.90476 2.98702 7.103 2.81967C8.91387 2.56665 10.5403 3.02201 11.9434 4.1967C13.1333 5.19274 13.8493 6.47535 14.0619 8.0128C14.3067 9.78212 13.8486 11.3699 12.7274 12.7611C12.6492 12.8581 12.6613 12.9124 12.7237 13.0021C13.0602 13.4837 13.3904 13.9697 13.7229 14.4543C13.8935 14.7033 13.8727 14.8309 13.6348 15.0004H13.4434C13.3663 14.914 13.2798 14.8342 13.214 14.7401C12.8838 14.2669 12.5594 13.7896 12.2295 13.3091C12.1973 13.3368 12.1699 13.3598 12.1433 13.3838C11.2738 14.1717 10.2674 14.6858 9.11077 14.8958C8.87039 14.9395 8.62673 14.9661 8.38452 15.0004H7.61882C7.58375 14.9927 7.54905 14.9803 7.51361 14.9778C6.38478 14.8885 5.3608 14.5111 4.44204 13.8523C4.21079 13.6864 3.99489 13.4994 3.76803 13.3186C3.42938 13.8119 3.09183 14.3084 2.74733 14.7999C2.69217 14.8783 2.60523 14.934 2.53289 15.0004H2.36887V15.0004ZM13.5453 8.87467C13.5442 5.82493 11.0572 3.33665 8.0046 3.33155C4.95896 3.32644 2.46896 5.81217 2.458 8.86847C2.44705 11.9131 4.95896 14.4262 8.00533 14.4189C11.059 14.4116 13.5464 11.9222 13.5453 8.87467V8.87467Z' fill='%2352525B'/%3E%3Cpath d='M4.50009 1C4.78577 1.07109 5.07692 1.12542 5.3553 1.21766C5.73997 1.3449 6.07351 1.56802 6.37233 1.84146C6.53965 1.99458 6.56522 2.15573 6.4454 2.29391C6.32375 2.43427 6.15059 2.42589 5.97852 2.2713C4.75216 1.17135 2.85873 1.41818 1.99366 2.8087C1.4508 3.68115 1.44386 4.58604 1.92571 5.49422C1.94507 5.53031 1.96736 5.56495 1.98526 5.60141C2.0627 5.75854 2.01594 5.92479 1.87347 6.00281C1.73428 6.07901 1.57318 6.03672 1.48258 5.89089C1.23928 5.49932 1.08841 5.07385 1.02703 4.6163C1.02155 4.57693 1.00913 4.53865 1 4.5C1 4.30859 1 4.11719 1 3.92578C1.00877 3.88714 1.02082 3.84849 1.02557 3.80948C1.18156 2.52469 2.12262 1.44333 3.3804 1.11047C3.5594 1.06307 3.74389 1.03646 3.92581 1C4.11724 1 4.30867 1 4.50009 1Z' fill='%2352525B'/%3E%3Cpath d='M12.0787 1.00036C12.2701 1.03901 12.4644 1.06599 12.6518 1.11776C14.1069 1.52099 15.0838 2.88344 14.9986 4.39281C14.9687 4.92474 14.8094 5.41984 14.5329 5.87557C14.4357 6.03562 14.2687 6.08411 14.1233 5.99953C13.9798 5.91568 13.9348 5.74323 14.0294 5.58318C14.3286 5.0775 14.4565 4.53682 14.4076 3.94911C14.314 2.82437 13.4015 1.82104 12.2825 1.63C11.4244 1.48344 10.6685 1.69927 10.0172 2.27859C9.8601 2.41823 9.70374 2.43099 9.57917 2.31396C9.4462 2.18964 9.45277 2.00953 9.60109 1.87026C10.0577 1.44151 10.5951 1.17062 11.2103 1.05432C11.3082 1.03573 11.4058 1.01823 11.5037 1C11.6951 1 11.8865 1 12.0779 1L12.0787 1.00036Z' fill='%2352525B'/%3E%3Cpath d='M8.29083 8.58037C8.3617 8.58037 8.41503 8.58037 8.46874 8.58037C9.55299 8.58037 10.6369 8.58001 11.7211 8.58074C11.9334 8.58074 12.0598 8.67662 12.0751 8.84287C12.089 8.99673 12.0021 9.12142 11.8508 9.15459C11.7982 9.16626 11.7423 9.16735 11.6883 9.16772C10.4904 9.16845 9.29252 9.16845 8.09429 9.16808C7.80678 9.16808 7.7034 9.06709 7.7034 8.78491C7.70303 7.57777 7.70303 6.371 7.7034 5.16386C7.7034 4.93965 7.79619 4.81168 7.9657 4.79636C8.11986 4.78251 8.2448 4.86928 8.27731 5.02022C8.28973 5.07709 8.29046 5.13761 8.29046 5.19631C8.29119 6.26199 8.29083 7.32803 8.29083 8.39371V8.57965V8.58037Z' fill='%2352525B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2243_6528'%3E%3Crect width='14' height='14' fill='white' transform='translate(1 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-clock,.icon-s-clock-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-clock-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2243_6528)'%3E%3Cpath d='M2.36887 15.0004C2.13105 14.8312 2.11022 14.7036 2.28083 14.4546C2.61838 13.9628 2.9541 13.4695 3.29567 12.9806C3.35339 12.8982 3.34755 12.8508 3.28398 12.7735C2.50513 11.8278 2.0273 10.7453 1.91441 9.52582C1.72262 7.45207 2.4043 5.69842 3.94594 4.29587C4.84169 3.48103 5.90476 2.98702 7.103 2.81967C8.91387 2.56665 10.5403 3.02201 11.9434 4.1967C13.1333 5.19274 13.8493 6.47535 14.0619 8.0128C14.3067 9.78212 13.8486 11.3699 12.7274 12.7611C12.6492 12.8581 12.6613 12.9124 12.7237 13.0021C13.0602 13.4837 13.3904 13.9697 13.7229 14.4543C13.8935 14.7033 13.8727 14.8309 13.6348 15.0004H13.4434C13.3663 14.914 13.2798 14.8342 13.214 14.7401C12.8838 14.2669 12.5594 13.7896 12.2295 13.3091C12.1973 13.3368 12.1699 13.3598 12.1433 13.3838C11.2738 14.1717 10.2674 14.6858 9.11077 14.8958C8.87039 14.9395 8.62673 14.9661 8.38452 15.0004H7.61882C7.58375 14.9927 7.54905 14.9803 7.51361 14.9778C6.38478 14.8885 5.3608 14.5111 4.44204 13.8523C4.21079 13.6864 3.99489 13.4994 3.76803 13.3186C3.42938 13.8119 3.09183 14.3084 2.74733 14.7999C2.69217 14.8783 2.60523 14.934 2.53289 15.0004H2.36887V15.0004ZM13.5453 8.87467C13.5442 5.82493 11.0572 3.33665 8.0046 3.33155C4.95896 3.32644 2.46896 5.81217 2.458 8.86847C2.44705 11.9131 4.95896 14.4262 8.00533 14.4189C11.059 14.4116 13.5464 11.9222 13.5453 8.87467V8.87467Z' fill='%23ffffff'/%3E%3Cpath d='M4.50009 1C4.78577 1.07109 5.07692 1.12542 5.3553 1.21766C5.73997 1.3449 6.07351 1.56802 6.37233 1.84146C6.53965 1.99458 6.56522 2.15573 6.4454 2.29391C6.32375 2.43427 6.15059 2.42589 5.97852 2.2713C4.75216 1.17135 2.85873 1.41818 1.99366 2.8087C1.4508 3.68115 1.44386 4.58604 1.92571 5.49422C1.94507 5.53031 1.96736 5.56495 1.98526 5.60141C2.0627 5.75854 2.01594 5.92479 1.87347 6.00281C1.73428 6.07901 1.57318 6.03672 1.48258 5.89089C1.23928 5.49932 1.08841 5.07385 1.02703 4.6163C1.02155 4.57693 1.00913 4.53865 1 4.5C1 4.30859 1 4.11719 1 3.92578C1.00877 3.88714 1.02082 3.84849 1.02557 3.80948C1.18156 2.52469 2.12262 1.44333 3.3804 1.11047C3.5594 1.06307 3.74389 1.03646 3.92581 1C4.11724 1 4.30867 1 4.50009 1Z' fill='%23ffffff'/%3E%3Cpath d='M12.0787 1.00036C12.2701 1.03901 12.4644 1.06599 12.6518 1.11776C14.1069 1.52099 15.0838 2.88344 14.9986 4.39281C14.9687 4.92474 14.8094 5.41984 14.5329 5.87557C14.4357 6.03562 14.2687 6.08411 14.1233 5.99953C13.9798 5.91568 13.9348 5.74323 14.0294 5.58318C14.3286 5.0775 14.4565 4.53682 14.4076 3.94911C14.314 2.82437 13.4015 1.82104 12.2825 1.63C11.4244 1.48344 10.6685 1.69927 10.0172 2.27859C9.8601 2.41823 9.70374 2.43099 9.57917 2.31396C9.4462 2.18964 9.45277 2.00953 9.60109 1.87026C10.0577 1.44151 10.5951 1.17062 11.2103 1.05432C11.3082 1.03573 11.4058 1.01823 11.5037 1C11.6951 1 11.8865 1 12.0779 1L12.0787 1.00036Z' fill='%23ffffff'/%3E%3Cpath d='M8.29083 8.58037C8.3617 8.58037 8.41503 8.58037 8.46874 8.58037C9.55299 8.58037 10.6369 8.58001 11.7211 8.58074C11.9334 8.58074 12.0598 8.67662 12.0751 8.84287C12.089 8.99673 12.0021 9.12142 11.8508 9.15459C11.7982 9.16626 11.7423 9.16735 11.6883 9.16772C10.4904 9.16845 9.29252 9.16845 8.09429 9.16808C7.80678 9.16808 7.7034 9.06709 7.7034 8.78491C7.70303 7.57777 7.70303 6.371 7.7034 5.16386C7.7034 4.93965 7.79619 4.81168 7.9657 4.79636C8.11986 4.78251 8.2448 4.86928 8.27731 5.02022C8.28973 5.07709 8.29046 5.13761 8.29046 5.19631C8.29119 6.26199 8.29083 7.32803 8.29083 8.39371V8.57965V8.58037Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2243_6528'%3E%3Crect width='14' height='14' fill='white' transform='translate(1 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-clock-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2243_6528)'%3E%3Cpath d='M2.36887 15.0004C2.13105 14.8312 2.11022 14.7036 2.28083 14.4546C2.61838 13.9628 2.9541 13.4695 3.29567 12.9806C3.35339 12.8982 3.34755 12.8508 3.28398 12.7735C2.50513 11.8278 2.0273 10.7453 1.91441 9.52582C1.72262 7.45207 2.4043 5.69842 3.94594 4.29587C4.84169 3.48103 5.90476 2.98702 7.103 2.81967C8.91387 2.56665 10.5403 3.02201 11.9434 4.1967C13.1333 5.19274 13.8493 6.47535 14.0619 8.0128C14.3067 9.78212 13.8486 11.3699 12.7274 12.7611C12.6492 12.8581 12.6613 12.9124 12.7237 13.0021C13.0602 13.4837 13.3904 13.9697 13.7229 14.4543C13.8935 14.7033 13.8727 14.8309 13.6348 15.0004H13.4434C13.3663 14.914 13.2798 14.8342 13.214 14.7401C12.8838 14.2669 12.5594 13.7896 12.2295 13.3091C12.1973 13.3368 12.1699 13.3598 12.1433 13.3838C11.2738 14.1717 10.2674 14.6858 9.11077 14.8958C8.87039 14.9395 8.62673 14.9661 8.38452 15.0004H7.61882C7.58375 14.9927 7.54905 14.9803 7.51361 14.9778C6.38478 14.8885 5.3608 14.5111 4.44204 13.8523C4.21079 13.6864 3.99489 13.4994 3.76803 13.3186C3.42938 13.8119 3.09183 14.3084 2.74733 14.7999C2.69217 14.8783 2.60523 14.934 2.53289 15.0004H2.36887V15.0004ZM13.5453 8.87467C13.5442 5.82493 11.0572 3.33665 8.0046 3.33155C4.95896 3.32644 2.46896 5.81217 2.458 8.86847C2.44705 11.9131 4.95896 14.4262 8.00533 14.4189C11.059 14.4116 13.5464 11.9222 13.5453 8.87467V8.87467Z' fill='%23E4261A'/%3E%3Cpath d='M4.50009 1C4.78577 1.07109 5.07692 1.12542 5.3553 1.21766C5.73997 1.3449 6.07351 1.56802 6.37233 1.84146C6.53965 1.99458 6.56522 2.15573 6.4454 2.29391C6.32375 2.43427 6.15059 2.42589 5.97852 2.2713C4.75216 1.17135 2.85873 1.41818 1.99366 2.8087C1.4508 3.68115 1.44386 4.58604 1.92571 5.49422C1.94507 5.53031 1.96736 5.56495 1.98526 5.60141C2.0627 5.75854 2.01594 5.92479 1.87347 6.00281C1.73428 6.07901 1.57318 6.03672 1.48258 5.89089C1.23928 5.49932 1.08841 5.07385 1.02703 4.6163C1.02155 4.57693 1.00913 4.53865 1 4.5C1 4.30859 1 4.11719 1 3.92578C1.00877 3.88714 1.02082 3.84849 1.02557 3.80948C1.18156 2.52469 2.12262 1.44333 3.3804 1.11047C3.5594 1.06307 3.74389 1.03646 3.92581 1C4.11724 1 4.30867 1 4.50009 1Z' fill='%23E4261A'/%3E%3Cpath d='M12.0787 1.00036C12.2701 1.03901 12.4644 1.06599 12.6518 1.11776C14.1069 1.52099 15.0838 2.88344 14.9986 4.39281C14.9687 4.92474 14.8094 5.41984 14.5329 5.87557C14.4357 6.03562 14.2687 6.08411 14.1233 5.99953C13.9798 5.91568 13.9348 5.74323 14.0294 5.58318C14.3286 5.0775 14.4565 4.53682 14.4076 3.94911C14.314 2.82437 13.4015 1.82104 12.2825 1.63C11.4244 1.48344 10.6685 1.69927 10.0172 2.27859C9.8601 2.41823 9.70374 2.43099 9.57917 2.31396C9.4462 2.18964 9.45277 2.00953 9.60109 1.87026C10.0577 1.44151 10.5951 1.17062 11.2103 1.05432C11.3082 1.03573 11.4058 1.01823 11.5037 1C11.6951 1 11.8865 1 12.0779 1L12.0787 1.00036Z' fill='%23E4261A'/%3E%3Cpath d='M8.29083 8.58037C8.3617 8.58037 8.41503 8.58037 8.46874 8.58037C9.55299 8.58037 10.6369 8.58001 11.7211 8.58074C11.9334 8.58074 12.0598 8.67662 12.0751 8.84287C12.089 8.99673 12.0021 9.12142 11.8508 9.15459C11.7982 9.16626 11.7423 9.16735 11.6883 9.16772C10.4904 9.16845 9.29252 9.16845 8.09429 9.16808C7.80678 9.16808 7.7034 9.06709 7.7034 8.78491C7.70303 7.57777 7.70303 6.371 7.7034 5.16386C7.7034 4.93965 7.79619 4.81168 7.9657 4.79636C8.11986 4.78251 8.2448 4.86928 8.27731 5.02022C8.28973 5.07709 8.29046 5.13761 8.29046 5.19631C8.29119 6.26199 8.29083 7.32803 8.29083 8.39371V8.57965V8.58037Z' fill='%23E4261A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2243_6528'%3E%3Crect width='14' height='14' fill='white' transform='translate(1 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-clock-primary1,.icon-s-clock-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-clock-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2243_6528)'%3E%3Cpath d='M2.36887 15.0004C2.13105 14.8312 2.11022 14.7036 2.28083 14.4546C2.61838 13.9628 2.9541 13.4695 3.29567 12.9806C3.35339 12.8982 3.34755 12.8508 3.28398 12.7735C2.50513 11.8278 2.0273 10.7453 1.91441 9.52582C1.72262 7.45207 2.4043 5.69842 3.94594 4.29587C4.84169 3.48103 5.90476 2.98702 7.103 2.81967C8.91387 2.56665 10.5403 3.02201 11.9434 4.1967C13.1333 5.19274 13.8493 6.47535 14.0619 8.0128C14.3067 9.78212 13.8486 11.3699 12.7274 12.7611C12.6492 12.8581 12.6613 12.9124 12.7237 13.0021C13.0602 13.4837 13.3904 13.9697 13.7229 14.4543C13.8935 14.7033 13.8727 14.8309 13.6348 15.0004H13.4434C13.3663 14.914 13.2798 14.8342 13.214 14.7401C12.8838 14.2669 12.5594 13.7896 12.2295 13.3091C12.1973 13.3368 12.1699 13.3598 12.1433 13.3838C11.2738 14.1717 10.2674 14.6858 9.11077 14.8958C8.87039 14.9395 8.62673 14.9661 8.38452 15.0004H7.61882C7.58375 14.9927 7.54905 14.9803 7.51361 14.9778C6.38478 14.8885 5.3608 14.5111 4.44204 13.8523C4.21079 13.6864 3.99489 13.4994 3.76803 13.3186C3.42938 13.8119 3.09183 14.3084 2.74733 14.7999C2.69217 14.8783 2.60523 14.934 2.53289 15.0004H2.36887V15.0004ZM13.5453 8.87467C13.5442 5.82493 11.0572 3.33665 8.0046 3.33155C4.95896 3.32644 2.46896 5.81217 2.458 8.86847C2.44705 11.9131 4.95896 14.4262 8.00533 14.4189C11.059 14.4116 13.5464 11.9222 13.5453 8.87467V8.87467Z' fill='%23A1A1AA'/%3E%3Cpath d='M4.50009 1C4.78577 1.07109 5.07692 1.12542 5.3553 1.21766C5.73997 1.3449 6.07351 1.56802 6.37233 1.84146C6.53965 1.99458 6.56522 2.15573 6.4454 2.29391C6.32375 2.43427 6.15059 2.42589 5.97852 2.2713C4.75216 1.17135 2.85873 1.41818 1.99366 2.8087C1.4508 3.68115 1.44386 4.58604 1.92571 5.49422C1.94507 5.53031 1.96736 5.56495 1.98526 5.60141C2.0627 5.75854 2.01594 5.92479 1.87347 6.00281C1.73428 6.07901 1.57318 6.03672 1.48258 5.89089C1.23928 5.49932 1.08841 5.07385 1.02703 4.6163C1.02155 4.57693 1.00913 4.53865 1 4.5C1 4.30859 1 4.11719 1 3.92578C1.00877 3.88714 1.02082 3.84849 1.02557 3.80948C1.18156 2.52469 2.12262 1.44333 3.3804 1.11047C3.5594 1.06307 3.74389 1.03646 3.92581 1C4.11724 1 4.30867 1 4.50009 1Z' fill='%23A1A1AA'/%3E%3Cpath d='M12.0787 1.00036C12.2701 1.03901 12.4644 1.06599 12.6518 1.11776C14.1069 1.52099 15.0838 2.88344 14.9986 4.39281C14.9687 4.92474 14.8094 5.41984 14.5329 5.87557C14.4357 6.03562 14.2687 6.08411 14.1233 5.99953C13.9798 5.91568 13.9348 5.74323 14.0294 5.58318C14.3286 5.0775 14.4565 4.53682 14.4076 3.94911C14.314 2.82437 13.4015 1.82104 12.2825 1.63C11.4244 1.48344 10.6685 1.69927 10.0172 2.27859C9.8601 2.41823 9.70374 2.43099 9.57917 2.31396C9.4462 2.18964 9.45277 2.00953 9.60109 1.87026C10.0577 1.44151 10.5951 1.17062 11.2103 1.05432C11.3082 1.03573 11.4058 1.01823 11.5037 1C11.6951 1 11.8865 1 12.0779 1L12.0787 1.00036Z' fill='%23A1A1AA'/%3E%3Cpath d='M8.29083 8.58037C8.3617 8.58037 8.41503 8.58037 8.46874 8.58037C9.55299 8.58037 10.6369 8.58001 11.7211 8.58074C11.9334 8.58074 12.0598 8.67662 12.0751 8.84287C12.089 8.99673 12.0021 9.12142 11.8508 9.15459C11.7982 9.16626 11.7423 9.16735 11.6883 9.16772C10.4904 9.16845 9.29252 9.16845 8.09429 9.16808C7.80678 9.16808 7.7034 9.06709 7.7034 8.78491C7.70303 7.57777 7.70303 6.371 7.7034 5.16386C7.7034 4.93965 7.79619 4.81168 7.9657 4.79636C8.11986 4.78251 8.2448 4.86928 8.27731 5.02022C8.28973 5.07709 8.29046 5.13761 8.29046 5.19631C8.29119 6.26199 8.29083 7.32803 8.29083 8.39371V8.57965V8.58037Z' fill='%23A1A1AA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2243_6528'%3E%3Crect width='14' height='14' fill='white' transform='translate(1 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-clock-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2243_6528)'%3E%3Cpath d='M2.36887 15.0004C2.13105 14.8312 2.11022 14.7036 2.28083 14.4546C2.61838 13.9628 2.9541 13.4695 3.29567 12.9806C3.35339 12.8982 3.34755 12.8508 3.28398 12.7735C2.50513 11.8278 2.0273 10.7453 1.91441 9.52582C1.72262 7.45207 2.4043 5.69842 3.94594 4.29587C4.84169 3.48103 5.90476 2.98702 7.103 2.81967C8.91387 2.56665 10.5403 3.02201 11.9434 4.1967C13.1333 5.19274 13.8493 6.47535 14.0619 8.0128C14.3067 9.78212 13.8486 11.3699 12.7274 12.7611C12.6492 12.8581 12.6613 12.9124 12.7237 13.0021C13.0602 13.4837 13.3904 13.9697 13.7229 14.4543C13.8935 14.7033 13.8727 14.8309 13.6348 15.0004H13.4434C13.3663 14.914 13.2798 14.8342 13.214 14.7401C12.8838 14.2669 12.5594 13.7896 12.2295 13.3091C12.1973 13.3368 12.1699 13.3598 12.1433 13.3838C11.2738 14.1717 10.2674 14.6858 9.11077 14.8958C8.87039 14.9395 8.62673 14.9661 8.38452 15.0004H7.61882C7.58375 14.9927 7.54905 14.9803 7.51361 14.9778C6.38478 14.8885 5.3608 14.5111 4.44204 13.8523C4.21079 13.6864 3.99489 13.4994 3.76803 13.3186C3.42938 13.8119 3.09183 14.3084 2.74733 14.7999C2.69217 14.8783 2.60523 14.934 2.53289 15.0004H2.36887V15.0004ZM13.5453 8.87467C13.5442 5.82493 11.0572 3.33665 8.0046 3.33155C4.95896 3.32644 2.46896 5.81217 2.458 8.86847C2.44705 11.9131 4.95896 14.4262 8.00533 14.4189C11.059 14.4116 13.5464 11.9222 13.5453 8.87467V8.87467Z' fill='%2371717A'/%3E%3Cpath d='M4.50009 1C4.78577 1.07109 5.07692 1.12542 5.3553 1.21766C5.73997 1.3449 6.07351 1.56802 6.37233 1.84146C6.53965 1.99458 6.56522 2.15573 6.4454 2.29391C6.32375 2.43427 6.15059 2.42589 5.97852 2.2713C4.75216 1.17135 2.85873 1.41818 1.99366 2.8087C1.4508 3.68115 1.44386 4.58604 1.92571 5.49422C1.94507 5.53031 1.96736 5.56495 1.98526 5.60141C2.0627 5.75854 2.01594 5.92479 1.87347 6.00281C1.73428 6.07901 1.57318 6.03672 1.48258 5.89089C1.23928 5.49932 1.08841 5.07385 1.02703 4.6163C1.02155 4.57693 1.00913 4.53865 1 4.5C1 4.30859 1 4.11719 1 3.92578C1.00877 3.88714 1.02082 3.84849 1.02557 3.80948C1.18156 2.52469 2.12262 1.44333 3.3804 1.11047C3.5594 1.06307 3.74389 1.03646 3.92581 1C4.11724 1 4.30867 1 4.50009 1Z' fill='%2371717A'/%3E%3Cpath d='M12.0787 1.00036C12.2701 1.03901 12.4644 1.06599 12.6518 1.11776C14.1069 1.52099 15.0838 2.88344 14.9986 4.39281C14.9687 4.92474 14.8094 5.41984 14.5329 5.87557C14.4357 6.03562 14.2687 6.08411 14.1233 5.99953C13.9798 5.91568 13.9348 5.74323 14.0294 5.58318C14.3286 5.0775 14.4565 4.53682 14.4076 3.94911C14.314 2.82437 13.4015 1.82104 12.2825 1.63C11.4244 1.48344 10.6685 1.69927 10.0172 2.27859C9.8601 2.41823 9.70374 2.43099 9.57917 2.31396C9.4462 2.18964 9.45277 2.00953 9.60109 1.87026C10.0577 1.44151 10.5951 1.17062 11.2103 1.05432C11.3082 1.03573 11.4058 1.01823 11.5037 1C11.6951 1 11.8865 1 12.0779 1L12.0787 1.00036Z' fill='%2371717A'/%3E%3Cpath d='M8.29083 8.58037C8.3617 8.58037 8.41503 8.58037 8.46874 8.58037C9.55299 8.58037 10.6369 8.58001 11.7211 8.58074C11.9334 8.58074 12.0598 8.67662 12.0751 8.84287C12.089 8.99673 12.0021 9.12142 11.8508 9.15459C11.7982 9.16626 11.7423 9.16735 11.6883 9.16772C10.4904 9.16845 9.29252 9.16845 8.09429 9.16808C7.80678 9.16808 7.7034 9.06709 7.7034 8.78491C7.70303 7.57777 7.70303 6.371 7.7034 5.16386C7.7034 4.93965 7.79619 4.81168 7.9657 4.79636C8.11986 4.78251 8.2448 4.86928 8.27731 5.02022C8.28973 5.07709 8.29046 5.13761 8.29046 5.19631C8.29119 6.26199 8.29083 7.32803 8.29083 8.39371V8.57965V8.58037Z' fill='%2371717A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2243_6528'%3E%3Crect width='14' height='14' fill='white' transform='translate(1 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-clock-zinc-500,.icon-s-clock-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-clock-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2243_6528)'%3E%3Cpath d='M2.36887 15.0004C2.13105 14.8312 2.11022 14.7036 2.28083 14.4546C2.61838 13.9628 2.9541 13.4695 3.29567 12.9806C3.35339 12.8982 3.34755 12.8508 3.28398 12.7735C2.50513 11.8278 2.0273 10.7453 1.91441 9.52582C1.72262 7.45207 2.4043 5.69842 3.94594 4.29587C4.84169 3.48103 5.90476 2.98702 7.103 2.81967C8.91387 2.56665 10.5403 3.02201 11.9434 4.1967C13.1333 5.19274 13.8493 6.47535 14.0619 8.0128C14.3067 9.78212 13.8486 11.3699 12.7274 12.7611C12.6492 12.8581 12.6613 12.9124 12.7237 13.0021C13.0602 13.4837 13.3904 13.9697 13.7229 14.4543C13.8935 14.7033 13.8727 14.8309 13.6348 15.0004H13.4434C13.3663 14.914 13.2798 14.8342 13.214 14.7401C12.8838 14.2669 12.5594 13.7896 12.2295 13.3091C12.1973 13.3368 12.1699 13.3598 12.1433 13.3838C11.2738 14.1717 10.2674 14.6858 9.11077 14.8958C8.87039 14.9395 8.62673 14.9661 8.38452 15.0004H7.61882C7.58375 14.9927 7.54905 14.9803 7.51361 14.9778C6.38478 14.8885 5.3608 14.5111 4.44204 13.8523C4.21079 13.6864 3.99489 13.4994 3.76803 13.3186C3.42938 13.8119 3.09183 14.3084 2.74733 14.7999C2.69217 14.8783 2.60523 14.934 2.53289 15.0004H2.36887V15.0004ZM13.5453 8.87467C13.5442 5.82493 11.0572 3.33665 8.0046 3.33155C4.95896 3.32644 2.46896 5.81217 2.458 8.86847C2.44705 11.9131 4.95896 14.4262 8.00533 14.4189C11.059 14.4116 13.5464 11.9222 13.5453 8.87467V8.87467Z' fill='%2352525B'/%3E%3Cpath d='M4.50009 1C4.78577 1.07109 5.07692 1.12542 5.3553 1.21766C5.73997 1.3449 6.07351 1.56802 6.37233 1.84146C6.53965 1.99458 6.56522 2.15573 6.4454 2.29391C6.32375 2.43427 6.15059 2.42589 5.97852 2.2713C4.75216 1.17135 2.85873 1.41818 1.99366 2.8087C1.4508 3.68115 1.44386 4.58604 1.92571 5.49422C1.94507 5.53031 1.96736 5.56495 1.98526 5.60141C2.0627 5.75854 2.01594 5.92479 1.87347 6.00281C1.73428 6.07901 1.57318 6.03672 1.48258 5.89089C1.23928 5.49932 1.08841 5.07385 1.02703 4.6163C1.02155 4.57693 1.00913 4.53865 1 4.5C1 4.30859 1 4.11719 1 3.92578C1.00877 3.88714 1.02082 3.84849 1.02557 3.80948C1.18156 2.52469 2.12262 1.44333 3.3804 1.11047C3.5594 1.06307 3.74389 1.03646 3.92581 1C4.11724 1 4.30867 1 4.50009 1Z' fill='%2352525B'/%3E%3Cpath d='M12.0787 1.00036C12.2701 1.03901 12.4644 1.06599 12.6518 1.11776C14.1069 1.52099 15.0838 2.88344 14.9986 4.39281C14.9687 4.92474 14.8094 5.41984 14.5329 5.87557C14.4357 6.03562 14.2687 6.08411 14.1233 5.99953C13.9798 5.91568 13.9348 5.74323 14.0294 5.58318C14.3286 5.0775 14.4565 4.53682 14.4076 3.94911C14.314 2.82437 13.4015 1.82104 12.2825 1.63C11.4244 1.48344 10.6685 1.69927 10.0172 2.27859C9.8601 2.41823 9.70374 2.43099 9.57917 2.31396C9.4462 2.18964 9.45277 2.00953 9.60109 1.87026C10.0577 1.44151 10.5951 1.17062 11.2103 1.05432C11.3082 1.03573 11.4058 1.01823 11.5037 1C11.6951 1 11.8865 1 12.0779 1L12.0787 1.00036Z' fill='%2352525B'/%3E%3Cpath d='M8.29083 8.58037C8.3617 8.58037 8.41503 8.58037 8.46874 8.58037C9.55299 8.58037 10.6369 8.58001 11.7211 8.58074C11.9334 8.58074 12.0598 8.67662 12.0751 8.84287C12.089 8.99673 12.0021 9.12142 11.8508 9.15459C11.7982 9.16626 11.7423 9.16735 11.6883 9.16772C10.4904 9.16845 9.29252 9.16845 8.09429 9.16808C7.80678 9.16808 7.7034 9.06709 7.7034 8.78491C7.70303 7.57777 7.70303 6.371 7.7034 5.16386C7.7034 4.93965 7.79619 4.81168 7.9657 4.79636C8.11986 4.78251 8.2448 4.86928 8.27731 5.02022C8.28973 5.07709 8.29046 5.13761 8.29046 5.19631C8.29119 6.26199 8.29083 7.32803 8.29083 8.39371V8.57965V8.58037Z' fill='%2352525B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2243_6528'%3E%3Crect width='14' height='14' fill='white' transform='translate(1 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-clock-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2243_6528)'%3E%3Cpath d='M2.36887 15.0004C2.13105 14.8312 2.11022 14.7036 2.28083 14.4546C2.61838 13.9628 2.9541 13.4695 3.29567 12.9806C3.35339 12.8982 3.34755 12.8508 3.28398 12.7735C2.50513 11.8278 2.0273 10.7453 1.91441 9.52582C1.72262 7.45207 2.4043 5.69842 3.94594 4.29587C4.84169 3.48103 5.90476 2.98702 7.103 2.81967C8.91387 2.56665 10.5403 3.02201 11.9434 4.1967C13.1333 5.19274 13.8493 6.47535 14.0619 8.0128C14.3067 9.78212 13.8486 11.3699 12.7274 12.7611C12.6492 12.8581 12.6613 12.9124 12.7237 13.0021C13.0602 13.4837 13.3904 13.9697 13.7229 14.4543C13.8935 14.7033 13.8727 14.8309 13.6348 15.0004H13.4434C13.3663 14.914 13.2798 14.8342 13.214 14.7401C12.8838 14.2669 12.5594 13.7896 12.2295 13.3091C12.1973 13.3368 12.1699 13.3598 12.1433 13.3838C11.2738 14.1717 10.2674 14.6858 9.11077 14.8958C8.87039 14.9395 8.62673 14.9661 8.38452 15.0004H7.61882C7.58375 14.9927 7.54905 14.9803 7.51361 14.9778C6.38478 14.8885 5.3608 14.5111 4.44204 13.8523C4.21079 13.6864 3.99489 13.4994 3.76803 13.3186C3.42938 13.8119 3.09183 14.3084 2.74733 14.7999C2.69217 14.8783 2.60523 14.934 2.53289 15.0004H2.36887V15.0004ZM13.5453 8.87467C13.5442 5.82493 11.0572 3.33665 8.0046 3.33155C4.95896 3.32644 2.46896 5.81217 2.458 8.86847C2.44705 11.9131 4.95896 14.4262 8.00533 14.4189C11.059 14.4116 13.5464 11.9222 13.5453 8.87467V8.87467Z' fill='%233f3f46'/%3E%3Cpath d='M4.50009 1C4.78577 1.07109 5.07692 1.12542 5.3553 1.21766C5.73997 1.3449 6.07351 1.56802 6.37233 1.84146C6.53965 1.99458 6.56522 2.15573 6.4454 2.29391C6.32375 2.43427 6.15059 2.42589 5.97852 2.2713C4.75216 1.17135 2.85873 1.41818 1.99366 2.8087C1.4508 3.68115 1.44386 4.58604 1.92571 5.49422C1.94507 5.53031 1.96736 5.56495 1.98526 5.60141C2.0627 5.75854 2.01594 5.92479 1.87347 6.00281C1.73428 6.07901 1.57318 6.03672 1.48258 5.89089C1.23928 5.49932 1.08841 5.07385 1.02703 4.6163C1.02155 4.57693 1.00913 4.53865 1 4.5C1 4.30859 1 4.11719 1 3.92578C1.00877 3.88714 1.02082 3.84849 1.02557 3.80948C1.18156 2.52469 2.12262 1.44333 3.3804 1.11047C3.5594 1.06307 3.74389 1.03646 3.92581 1C4.11724 1 4.30867 1 4.50009 1Z' fill='%233f3f46'/%3E%3Cpath d='M12.0787 1.00036C12.2701 1.03901 12.4644 1.06599 12.6518 1.11776C14.1069 1.52099 15.0838 2.88344 14.9986 4.39281C14.9687 4.92474 14.8094 5.41984 14.5329 5.87557C14.4357 6.03562 14.2687 6.08411 14.1233 5.99953C13.9798 5.91568 13.9348 5.74323 14.0294 5.58318C14.3286 5.0775 14.4565 4.53682 14.4076 3.94911C14.314 2.82437 13.4015 1.82104 12.2825 1.63C11.4244 1.48344 10.6685 1.69927 10.0172 2.27859C9.8601 2.41823 9.70374 2.43099 9.57917 2.31396C9.4462 2.18964 9.45277 2.00953 9.60109 1.87026C10.0577 1.44151 10.5951 1.17062 11.2103 1.05432C11.3082 1.03573 11.4058 1.01823 11.5037 1C11.6951 1 11.8865 1 12.0779 1L12.0787 1.00036Z' fill='%233f3f46'/%3E%3Cpath d='M8.29083 8.58037C8.3617 8.58037 8.41503 8.58037 8.46874 8.58037C9.55299 8.58037 10.6369 8.58001 11.7211 8.58074C11.9334 8.58074 12.0598 8.67662 12.0751 8.84287C12.089 8.99673 12.0021 9.12142 11.8508 9.15459C11.7982 9.16626 11.7423 9.16735 11.6883 9.16772C10.4904 9.16845 9.29252 9.16845 8.09429 9.16808C7.80678 9.16808 7.7034 9.06709 7.7034 8.78491C7.70303 7.57777 7.70303 6.371 7.7034 5.16386C7.7034 4.93965 7.79619 4.81168 7.9657 4.79636C8.11986 4.78251 8.2448 4.86928 8.27731 5.02022C8.28973 5.07709 8.29046 5.13761 8.29046 5.19631C8.29119 6.26199 8.29083 7.32803 8.29083 8.39371V8.57965V8.58037Z' fill='%233f3f46'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2243_6528'%3E%3Crect width='14' height='14' fill='white' transform='translate(1 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-clock-zinc-700,.icon-s-view{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-view{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2243_6529)'%3E%3Cpath d='M0 8.06022C0.0770886 8.17354 0.140481 8.29653 0.232831 8.3988C1.35981 9.64602 2.66719 10.715 4.2387 11.5144C5.27333 12.0409 6.37762 12.3947 7.57895 12.4659C8.67932 12.5312 9.73234 12.3401 10.7419 11.9591C12.1886 11.4128 13.4259 10.5965 14.5263 9.61665C14.9834 9.20966 15.4009 8.76709 15.8231 8.33074C16.063 8.08302 16.0544 7.87918 15.8255 7.62318C14.6895 6.35247 13.3696 5.2621 11.7746 4.4502C10.5224 3.81243 9.18607 3.42721 7.71943 3.48456C6.71258 3.52394 5.76247 3.76371 4.86089 4.15446C2.96811 4.97534 1.45294 6.19561 0.156525 7.64356C0.090002 7.71715 0.0516533 7.81043 0 7.89473C0 7.95001 0 8.00494 0 8.06022V8.06022ZM1.19272 7.98698C1.25142 7.92548 1.29133 7.8778 1.3379 7.83565C1.8243 7.39515 2.28996 6.93392 2.80415 6.52003C3.79573 5.7216 4.89885 5.07104 6.18235 4.68582C6.95089 4.45504 7.7386 4.35726 8.54901 4.43569C9.58716 4.53623 10.5294 4.87619 11.4169 5.34571C12.5705 5.95584 13.5566 6.74149 14.4512 7.62145C14.5682 7.7365 14.6797 7.85604 14.8053 7.98559C14.4981 8.27891 14.2101 8.56913 13.9037 8.84344C12.8734 9.76659 11.7331 10.5588 10.3757 11.0788C9.69908 11.3379 8.99472 11.5082 8.25201 11.539C7.11681 11.5863 6.07278 11.3064 5.07846 10.8528C3.96713 10.3456 3.00607 9.66087 2.13109 8.87903C1.81021 8.59227 1.50929 8.28859 1.19311 7.98663L1.19272 7.98698Z' fill='%2352525B'/%3E%3Cpath d='M11.1573 7.96548C11.1444 6.41769 9.7153 5.16944 7.97552 5.18671C6.22479 5.20433 4.8235 6.455 4.83602 7.98863C4.84893 9.53711 6.27723 10.7847 8.01739 10.7674C9.76774 10.7501 11.1698 9.49876 11.1573 7.96548ZM10.1031 7.97205C10.1094 8.99469 9.17412 9.82732 8.00605 9.83873C6.84933 9.85013 5.88513 9.00195 5.88826 7.9755C5.89139 6.95009 6.83289 6.11849 7.9947 6.11573C9.15338 6.11297 10.0968 6.94387 10.1035 7.97205H10.1031Z' fill='%2352525B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2243_6529'%3E%3Crect width='16' height='9' fill='white' transform='matrix(1 0 0 -1 0 12.4785)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-view-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2243_6529)'%3E%3Cpath d='M0 8.06022C0.0770886 8.17354 0.140481 8.29653 0.232831 8.3988C1.35981 9.64602 2.66719 10.715 4.2387 11.5144C5.27333 12.0409 6.37762 12.3947 7.57895 12.4659C8.67932 12.5312 9.73234 12.3401 10.7419 11.9591C12.1886 11.4128 13.4259 10.5965 14.5263 9.61665C14.9834 9.20966 15.4009 8.76709 15.8231 8.33074C16.063 8.08302 16.0544 7.87918 15.8255 7.62318C14.6895 6.35247 13.3696 5.2621 11.7746 4.4502C10.5224 3.81243 9.18607 3.42721 7.71943 3.48456C6.71258 3.52394 5.76247 3.76371 4.86089 4.15446C2.96811 4.97534 1.45294 6.19561 0.156525 7.64356C0.090002 7.71715 0.0516533 7.81043 0 7.89473C0 7.95001 0 8.00494 0 8.06022V8.06022ZM1.19272 7.98698C1.25142 7.92548 1.29133 7.8778 1.3379 7.83565C1.8243 7.39515 2.28996 6.93392 2.80415 6.52003C3.79573 5.7216 4.89885 5.07104 6.18235 4.68582C6.95089 4.45504 7.7386 4.35726 8.54901 4.43569C9.58716 4.53623 10.5294 4.87619 11.4169 5.34571C12.5705 5.95584 13.5566 6.74149 14.4512 7.62145C14.5682 7.7365 14.6797 7.85604 14.8053 7.98559C14.4981 8.27891 14.2101 8.56913 13.9037 8.84344C12.8734 9.76659 11.7331 10.5588 10.3757 11.0788C9.69908 11.3379 8.99472 11.5082 8.25201 11.539C7.11681 11.5863 6.07278 11.3064 5.07846 10.8528C3.96713 10.3456 3.00607 9.66087 2.13109 8.87903C1.81021 8.59227 1.50929 8.28859 1.19311 7.98663L1.19272 7.98698Z' fill='%23ffffff'/%3E%3Cpath d='M11.1573 7.96548C11.1444 6.41769 9.7153 5.16944 7.97552 5.18671C6.22479 5.20433 4.8235 6.455 4.83602 7.98863C4.84893 9.53711 6.27723 10.7847 8.01739 10.7674C9.76774 10.7501 11.1698 9.49876 11.1573 7.96548ZM10.1031 7.97205C10.1094 8.99469 9.17412 9.82732 8.00605 9.83873C6.84933 9.85013 5.88513 9.00195 5.88826 7.9755C5.89139 6.95009 6.83289 6.11849 7.9947 6.11573C9.15338 6.11297 10.0968 6.94387 10.1035 7.97205H10.1031Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2243_6529'%3E%3Crect width='16' height='9' fill='white' transform='matrix(1 0 0 -1 0 12.4785)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-view-primary1,.icon-s-view-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-view-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2243_6529)'%3E%3Cpath d='M0 8.06022C0.0770886 8.17354 0.140481 8.29653 0.232831 8.3988C1.35981 9.64602 2.66719 10.715 4.2387 11.5144C5.27333 12.0409 6.37762 12.3947 7.57895 12.4659C8.67932 12.5312 9.73234 12.3401 10.7419 11.9591C12.1886 11.4128 13.4259 10.5965 14.5263 9.61665C14.9834 9.20966 15.4009 8.76709 15.8231 8.33074C16.063 8.08302 16.0544 7.87918 15.8255 7.62318C14.6895 6.35247 13.3696 5.2621 11.7746 4.4502C10.5224 3.81243 9.18607 3.42721 7.71943 3.48456C6.71258 3.52394 5.76247 3.76371 4.86089 4.15446C2.96811 4.97534 1.45294 6.19561 0.156525 7.64356C0.090002 7.71715 0.0516533 7.81043 0 7.89473C0 7.95001 0 8.00494 0 8.06022V8.06022ZM1.19272 7.98698C1.25142 7.92548 1.29133 7.8778 1.3379 7.83565C1.8243 7.39515 2.28996 6.93392 2.80415 6.52003C3.79573 5.7216 4.89885 5.07104 6.18235 4.68582C6.95089 4.45504 7.7386 4.35726 8.54901 4.43569C9.58716 4.53623 10.5294 4.87619 11.4169 5.34571C12.5705 5.95584 13.5566 6.74149 14.4512 7.62145C14.5682 7.7365 14.6797 7.85604 14.8053 7.98559C14.4981 8.27891 14.2101 8.56913 13.9037 8.84344C12.8734 9.76659 11.7331 10.5588 10.3757 11.0788C9.69908 11.3379 8.99472 11.5082 8.25201 11.539C7.11681 11.5863 6.07278 11.3064 5.07846 10.8528C3.96713 10.3456 3.00607 9.66087 2.13109 8.87903C1.81021 8.59227 1.50929 8.28859 1.19311 7.98663L1.19272 7.98698Z' fill='%23E4261A'/%3E%3Cpath d='M11.1573 7.96548C11.1444 6.41769 9.7153 5.16944 7.97552 5.18671C6.22479 5.20433 4.8235 6.455 4.83602 7.98863C4.84893 9.53711 6.27723 10.7847 8.01739 10.7674C9.76774 10.7501 11.1698 9.49876 11.1573 7.96548ZM10.1031 7.97205C10.1094 8.99469 9.17412 9.82732 8.00605 9.83873C6.84933 9.85013 5.88513 9.00195 5.88826 7.9755C5.89139 6.95009 6.83289 6.11849 7.9947 6.11573C9.15338 6.11297 10.0968 6.94387 10.1035 7.97205H10.1031Z' fill='%23E4261A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2243_6529'%3E%3Crect width='16' height='9' fill='white' transform='matrix(1 0 0 -1 0 12.4785)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-view-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2243_6529)'%3E%3Cpath d='M0 8.06022C0.0770886 8.17354 0.140481 8.29653 0.232831 8.3988C1.35981 9.64602 2.66719 10.715 4.2387 11.5144C5.27333 12.0409 6.37762 12.3947 7.57895 12.4659C8.67932 12.5312 9.73234 12.3401 10.7419 11.9591C12.1886 11.4128 13.4259 10.5965 14.5263 9.61665C14.9834 9.20966 15.4009 8.76709 15.8231 8.33074C16.063 8.08302 16.0544 7.87918 15.8255 7.62318C14.6895 6.35247 13.3696 5.2621 11.7746 4.4502C10.5224 3.81243 9.18607 3.42721 7.71943 3.48456C6.71258 3.52394 5.76247 3.76371 4.86089 4.15446C2.96811 4.97534 1.45294 6.19561 0.156525 7.64356C0.090002 7.71715 0.0516533 7.81043 0 7.89473C0 7.95001 0 8.00494 0 8.06022V8.06022ZM1.19272 7.98698C1.25142 7.92548 1.29133 7.8778 1.3379 7.83565C1.8243 7.39515 2.28996 6.93392 2.80415 6.52003C3.79573 5.7216 4.89885 5.07104 6.18235 4.68582C6.95089 4.45504 7.7386 4.35726 8.54901 4.43569C9.58716 4.53623 10.5294 4.87619 11.4169 5.34571C12.5705 5.95584 13.5566 6.74149 14.4512 7.62145C14.5682 7.7365 14.6797 7.85604 14.8053 7.98559C14.4981 8.27891 14.2101 8.56913 13.9037 8.84344C12.8734 9.76659 11.7331 10.5588 10.3757 11.0788C9.69908 11.3379 8.99472 11.5082 8.25201 11.539C7.11681 11.5863 6.07278 11.3064 5.07846 10.8528C3.96713 10.3456 3.00607 9.66087 2.13109 8.87903C1.81021 8.59227 1.50929 8.28859 1.19311 7.98663L1.19272 7.98698Z' fill='%23A1A1AA'/%3E%3Cpath d='M11.1573 7.96548C11.1444 6.41769 9.7153 5.16944 7.97552 5.18671C6.22479 5.20433 4.8235 6.455 4.83602 7.98863C4.84893 9.53711 6.27723 10.7847 8.01739 10.7674C9.76774 10.7501 11.1698 9.49876 11.1573 7.96548ZM10.1031 7.97205C10.1094 8.99469 9.17412 9.82732 8.00605 9.83873C6.84933 9.85013 5.88513 9.00195 5.88826 7.9755C5.89139 6.95009 6.83289 6.11849 7.9947 6.11573C9.15338 6.11297 10.0968 6.94387 10.1035 7.97205H10.1031Z' fill='%23A1A1AA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2243_6529'%3E%3Crect width='16' height='9' fill='white' transform='matrix(1 0 0 -1 0 12.4785)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-view-zinc-400,.icon-s-view-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-view-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2243_6529)'%3E%3Cpath d='M0 8.06022C0.0770886 8.17354 0.140481 8.29653 0.232831 8.3988C1.35981 9.64602 2.66719 10.715 4.2387 11.5144C5.27333 12.0409 6.37762 12.3947 7.57895 12.4659C8.67932 12.5312 9.73234 12.3401 10.7419 11.9591C12.1886 11.4128 13.4259 10.5965 14.5263 9.61665C14.9834 9.20966 15.4009 8.76709 15.8231 8.33074C16.063 8.08302 16.0544 7.87918 15.8255 7.62318C14.6895 6.35247 13.3696 5.2621 11.7746 4.4502C10.5224 3.81243 9.18607 3.42721 7.71943 3.48456C6.71258 3.52394 5.76247 3.76371 4.86089 4.15446C2.96811 4.97534 1.45294 6.19561 0.156525 7.64356C0.090002 7.71715 0.0516533 7.81043 0 7.89473C0 7.95001 0 8.00494 0 8.06022V8.06022ZM1.19272 7.98698C1.25142 7.92548 1.29133 7.8778 1.3379 7.83565C1.8243 7.39515 2.28996 6.93392 2.80415 6.52003C3.79573 5.7216 4.89885 5.07104 6.18235 4.68582C6.95089 4.45504 7.7386 4.35726 8.54901 4.43569C9.58716 4.53623 10.5294 4.87619 11.4169 5.34571C12.5705 5.95584 13.5566 6.74149 14.4512 7.62145C14.5682 7.7365 14.6797 7.85604 14.8053 7.98559C14.4981 8.27891 14.2101 8.56913 13.9037 8.84344C12.8734 9.76659 11.7331 10.5588 10.3757 11.0788C9.69908 11.3379 8.99472 11.5082 8.25201 11.539C7.11681 11.5863 6.07278 11.3064 5.07846 10.8528C3.96713 10.3456 3.00607 9.66087 2.13109 8.87903C1.81021 8.59227 1.50929 8.28859 1.19311 7.98663L1.19272 7.98698Z' fill='%2371717A'/%3E%3Cpath d='M11.1573 7.96548C11.1444 6.41769 9.7153 5.16944 7.97552 5.18671C6.22479 5.20433 4.8235 6.455 4.83602 7.98863C4.84893 9.53711 6.27723 10.7847 8.01739 10.7674C9.76774 10.7501 11.1698 9.49876 11.1573 7.96548ZM10.1031 7.97205C10.1094 8.99469 9.17412 9.82732 8.00605 9.83873C6.84933 9.85013 5.88513 9.00195 5.88826 7.9755C5.89139 6.95009 6.83289 6.11849 7.9947 6.11573C9.15338 6.11297 10.0968 6.94387 10.1035 7.97205H10.1031Z' fill='%2371717A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2243_6529'%3E%3Crect width='16' height='9' fill='white' transform='matrix(1 0 0 -1 0 12.4785)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-view-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2243_6529)'%3E%3Cpath d='M0 8.06022C0.0770886 8.17354 0.140481 8.29653 0.232831 8.3988C1.35981 9.64602 2.66719 10.715 4.2387 11.5144C5.27333 12.0409 6.37762 12.3947 7.57895 12.4659C8.67932 12.5312 9.73234 12.3401 10.7419 11.9591C12.1886 11.4128 13.4259 10.5965 14.5263 9.61665C14.9834 9.20966 15.4009 8.76709 15.8231 8.33074C16.063 8.08302 16.0544 7.87918 15.8255 7.62318C14.6895 6.35247 13.3696 5.2621 11.7746 4.4502C10.5224 3.81243 9.18607 3.42721 7.71943 3.48456C6.71258 3.52394 5.76247 3.76371 4.86089 4.15446C2.96811 4.97534 1.45294 6.19561 0.156525 7.64356C0.090002 7.71715 0.0516533 7.81043 0 7.89473C0 7.95001 0 8.00494 0 8.06022V8.06022ZM1.19272 7.98698C1.25142 7.92548 1.29133 7.8778 1.3379 7.83565C1.8243 7.39515 2.28996 6.93392 2.80415 6.52003C3.79573 5.7216 4.89885 5.07104 6.18235 4.68582C6.95089 4.45504 7.7386 4.35726 8.54901 4.43569C9.58716 4.53623 10.5294 4.87619 11.4169 5.34571C12.5705 5.95584 13.5566 6.74149 14.4512 7.62145C14.5682 7.7365 14.6797 7.85604 14.8053 7.98559C14.4981 8.27891 14.2101 8.56913 13.9037 8.84344C12.8734 9.76659 11.7331 10.5588 10.3757 11.0788C9.69908 11.3379 8.99472 11.5082 8.25201 11.539C7.11681 11.5863 6.07278 11.3064 5.07846 10.8528C3.96713 10.3456 3.00607 9.66087 2.13109 8.87903C1.81021 8.59227 1.50929 8.28859 1.19311 7.98663L1.19272 7.98698Z' fill='%2352525B'/%3E%3Cpath d='M11.1573 7.96548C11.1444 6.41769 9.7153 5.16944 7.97552 5.18671C6.22479 5.20433 4.8235 6.455 4.83602 7.98863C4.84893 9.53711 6.27723 10.7847 8.01739 10.7674C9.76774 10.7501 11.1698 9.49876 11.1573 7.96548ZM10.1031 7.97205C10.1094 8.99469 9.17412 9.82732 8.00605 9.83873C6.84933 9.85013 5.88513 9.00195 5.88826 7.9755C5.89139 6.95009 6.83289 6.11849 7.9947 6.11573C9.15338 6.11297 10.0968 6.94387 10.1035 7.97205H10.1031Z' fill='%2352525B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2243_6529'%3E%3Crect width='16' height='9' fill='white' transform='matrix(1 0 0 -1 0 12.4785)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-view-zinc-600,.icon-s-view-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-view-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2243_6529)'%3E%3Cpath d='M0 8.06022C0.0770886 8.17354 0.140481 8.29653 0.232831 8.3988C1.35981 9.64602 2.66719 10.715 4.2387 11.5144C5.27333 12.0409 6.37762 12.3947 7.57895 12.4659C8.67932 12.5312 9.73234 12.3401 10.7419 11.9591C12.1886 11.4128 13.4259 10.5965 14.5263 9.61665C14.9834 9.20966 15.4009 8.76709 15.8231 8.33074C16.063 8.08302 16.0544 7.87918 15.8255 7.62318C14.6895 6.35247 13.3696 5.2621 11.7746 4.4502C10.5224 3.81243 9.18607 3.42721 7.71943 3.48456C6.71258 3.52394 5.76247 3.76371 4.86089 4.15446C2.96811 4.97534 1.45294 6.19561 0.156525 7.64356C0.090002 7.71715 0.0516533 7.81043 0 7.89473C0 7.95001 0 8.00494 0 8.06022V8.06022ZM1.19272 7.98698C1.25142 7.92548 1.29133 7.8778 1.3379 7.83565C1.8243 7.39515 2.28996 6.93392 2.80415 6.52003C3.79573 5.7216 4.89885 5.07104 6.18235 4.68582C6.95089 4.45504 7.7386 4.35726 8.54901 4.43569C9.58716 4.53623 10.5294 4.87619 11.4169 5.34571C12.5705 5.95584 13.5566 6.74149 14.4512 7.62145C14.5682 7.7365 14.6797 7.85604 14.8053 7.98559C14.4981 8.27891 14.2101 8.56913 13.9037 8.84344C12.8734 9.76659 11.7331 10.5588 10.3757 11.0788C9.69908 11.3379 8.99472 11.5082 8.25201 11.539C7.11681 11.5863 6.07278 11.3064 5.07846 10.8528C3.96713 10.3456 3.00607 9.66087 2.13109 8.87903C1.81021 8.59227 1.50929 8.28859 1.19311 7.98663L1.19272 7.98698Z' fill='%233f3f46'/%3E%3Cpath d='M11.1573 7.96548C11.1444 6.41769 9.7153 5.16944 7.97552 5.18671C6.22479 5.20433 4.8235 6.455 4.83602 7.98863C4.84893 9.53711 6.27723 10.7847 8.01739 10.7674C9.76774 10.7501 11.1698 9.49876 11.1573 7.96548ZM10.1031 7.97205C10.1094 8.99469 9.17412 9.82732 8.00605 9.83873C6.84933 9.85013 5.88513 9.00195 5.88826 7.9755C5.89139 6.95009 6.83289 6.11849 7.9947 6.11573C9.15338 6.11297 10.0968 6.94387 10.1035 7.97205H10.1031Z' fill='%233f3f46'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2243_6529'%3E%3Crect width='16' height='9' fill='white' transform='matrix(1 0 0 -1 0 12.4785)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-s-calender{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0002 4.85004V11.7909C14.9918 11.826 14.9798 11.8608 14.975 11.8963C14.7814 13.3133 13.6478 14.3483 12.241 14.3531C9.41686 14.3632 6.59232 14.3632 3.76814 14.3531C2.23864 14.3479 1.01263 13.1077 1.00605 11.5677C0.996923 9.40847 0.999115 7.24927 1.00605 5.09007C1.00934 3.9714 1.69703 2.95181 2.7094 2.52446C3.0684 2.37303 3.44165 2.30536 3.82804 2.30648C3.99896 2.30686 4.17024 2.30648 4.3481 2.30648C4.3481 2.02756 4.34518 1.77108 4.3492 1.51496C4.35212 1.32615 4.44159 1.20875 4.59498 1.1766C4.79694 1.13435 4.95983 1.28091 4.96312 1.51459C4.96677 1.77407 4.96385 2.03392 4.96385 2.29901H11.0399C11.0399 2.24629 11.0399 2.20067 11.0399 2.15543C11.0399 1.93634 11.0366 1.71686 11.0413 1.49777C11.0457 1.30521 11.1743 1.17061 11.3444 1.168C11.5154 1.16575 11.6436 1.29512 11.6538 1.49029C11.6604 1.61591 11.656 1.74191 11.656 1.86791C11.656 2.01036 11.656 2.15282 11.656 2.30648C11.8755 2.30648 12.0749 2.30387 12.2746 2.30686C13.5014 2.32593 14.566 3.1653 14.8958 4.37595C14.9381 4.53148 14.9659 4.69151 15.0006 4.84929L15.0002 4.85004ZM1.62216 6.93034C1.61924 6.9954 1.61596 7.03653 1.61596 7.07803C1.61596 8.5474 1.61486 10.0164 1.61705 11.4858C1.61705 11.6204 1.62472 11.7572 1.64846 11.8892C1.8486 13.0004 2.70903 13.7242 3.83279 13.725C6.61204 13.7265 9.39093 13.7265 12.1702 13.7235C12.3422 13.7235 12.5179 13.7123 12.6851 13.6749C13.7088 13.4464 14.3863 12.5697 14.3885 11.4731C14.3914 10.013 14.387 8.55339 14.3925 7.09336C14.3929 6.95203 14.3476 6.92773 14.2216 6.92773C10.0757 6.93109 5.92983 6.93034 1.78359 6.93034C1.73428 6.93034 1.68535 6.93034 1.62143 6.93034H1.62216ZM11.6567 2.95069C11.6567 3.22438 11.6622 3.48983 11.6549 3.75455C11.6494 3.95196 11.5208 4.07609 11.3455 4.07459C11.1721 4.0731 11.0468 3.94373 11.041 3.74856C11.0358 3.56686 11.0395 3.38477 11.0395 3.20306C11.0395 3.1167 11.0395 3.03033 11.0395 2.94919H4.96421C4.96421 3.22662 4.96859 3.49208 4.96275 3.75754C4.95837 3.94448 4.83237 4.07048 4.66401 4.07422C4.49272 4.07796 4.36892 3.96018 4.35102 3.77287C4.34554 3.71753 4.3481 3.66108 4.3481 3.60499C4.3481 3.38739 4.3481 3.16979 4.3481 2.94209C4.10012 2.94209 3.86894 2.93387 3.63813 2.94359C2.67909 2.98471 1.80733 3.73735 1.66964 4.70908C1.59697 5.22131 1.63349 5.74998 1.62143 6.27118C1.62143 6.27903 1.62983 6.28726 1.63458 6.29586H14.3786C14.3786 5.84532 14.3972 5.40227 14.3742 4.96183C14.3421 4.34379 14.066 3.84017 13.608 3.44048C13.0449 2.94919 12.3747 2.89199 11.6571 2.95032L11.6567 2.95069Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-s-calender,.icon-s-calender-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-calender-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0002 4.85004V11.7909C14.9918 11.826 14.9798 11.8608 14.975 11.8963C14.7814 13.3133 13.6478 14.3483 12.241 14.3531C9.41686 14.3632 6.59232 14.3632 3.76814 14.3531C2.23864 14.3479 1.01263 13.1077 1.00605 11.5677C0.996923 9.40847 0.999115 7.24927 1.00605 5.09007C1.00934 3.9714 1.69703 2.95181 2.7094 2.52446C3.0684 2.37303 3.44165 2.30536 3.82804 2.30648C3.99896 2.30686 4.17024 2.30648 4.3481 2.30648C4.3481 2.02756 4.34518 1.77108 4.3492 1.51496C4.35212 1.32615 4.44159 1.20875 4.59498 1.1766C4.79694 1.13435 4.95983 1.28091 4.96312 1.51459C4.96677 1.77407 4.96385 2.03392 4.96385 2.29901H11.0399C11.0399 2.24629 11.0399 2.20067 11.0399 2.15543C11.0399 1.93634 11.0366 1.71686 11.0413 1.49777C11.0457 1.30521 11.1743 1.17061 11.3444 1.168C11.5154 1.16575 11.6436 1.29512 11.6538 1.49029C11.6604 1.61591 11.656 1.74191 11.656 1.86791C11.656 2.01036 11.656 2.15282 11.656 2.30648C11.8755 2.30648 12.0749 2.30387 12.2746 2.30686C13.5014 2.32593 14.566 3.1653 14.8958 4.37595C14.9381 4.53148 14.9659 4.69151 15.0006 4.84929L15.0002 4.85004ZM1.62216 6.93034C1.61924 6.9954 1.61596 7.03653 1.61596 7.07803C1.61596 8.5474 1.61486 10.0164 1.61705 11.4858C1.61705 11.6204 1.62472 11.7572 1.64846 11.8892C1.8486 13.0004 2.70903 13.7242 3.83279 13.725C6.61204 13.7265 9.39093 13.7265 12.1702 13.7235C12.3422 13.7235 12.5179 13.7123 12.6851 13.6749C13.7088 13.4464 14.3863 12.5697 14.3885 11.4731C14.3914 10.013 14.387 8.55339 14.3925 7.09336C14.3929 6.95203 14.3476 6.92773 14.2216 6.92773C10.0757 6.93109 5.92983 6.93034 1.78359 6.93034C1.73428 6.93034 1.68535 6.93034 1.62143 6.93034H1.62216ZM11.6567 2.95069C11.6567 3.22438 11.6622 3.48983 11.6549 3.75455C11.6494 3.95196 11.5208 4.07609 11.3455 4.07459C11.1721 4.0731 11.0468 3.94373 11.041 3.74856C11.0358 3.56686 11.0395 3.38477 11.0395 3.20306C11.0395 3.1167 11.0395 3.03033 11.0395 2.94919H4.96421C4.96421 3.22662 4.96859 3.49208 4.96275 3.75754C4.95837 3.94448 4.83237 4.07048 4.66401 4.07422C4.49272 4.07796 4.36892 3.96018 4.35102 3.77287C4.34554 3.71753 4.3481 3.66108 4.3481 3.60499C4.3481 3.38739 4.3481 3.16979 4.3481 2.94209C4.10012 2.94209 3.86894 2.93387 3.63813 2.94359C2.67909 2.98471 1.80733 3.73735 1.66964 4.70908C1.59697 5.22131 1.63349 5.74998 1.62143 6.27118C1.62143 6.27903 1.62983 6.28726 1.63458 6.29586H14.3786C14.3786 5.84532 14.3972 5.40227 14.3742 4.96183C14.3421 4.34379 14.066 3.84017 13.608 3.44048C13.0449 2.94919 12.3747 2.89199 11.6571 2.95032L11.6567 2.95069Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-s-calender-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0002 4.85004V11.7909C14.9918 11.826 14.9798 11.8608 14.975 11.8963C14.7814 13.3133 13.6478 14.3483 12.241 14.3531C9.41686 14.3632 6.59232 14.3632 3.76814 14.3531C2.23864 14.3479 1.01263 13.1077 1.00605 11.5677C0.996923 9.40847 0.999115 7.24927 1.00605 5.09007C1.00934 3.9714 1.69703 2.95181 2.7094 2.52446C3.0684 2.37303 3.44165 2.30536 3.82804 2.30648C3.99896 2.30686 4.17024 2.30648 4.3481 2.30648C4.3481 2.02756 4.34518 1.77108 4.3492 1.51496C4.35212 1.32615 4.44159 1.20875 4.59498 1.1766C4.79694 1.13435 4.95983 1.28091 4.96312 1.51459C4.96677 1.77407 4.96385 2.03392 4.96385 2.29901H11.0399C11.0399 2.24629 11.0399 2.20067 11.0399 2.15543C11.0399 1.93634 11.0366 1.71686 11.0413 1.49777C11.0457 1.30521 11.1743 1.17061 11.3444 1.168C11.5154 1.16575 11.6436 1.29512 11.6538 1.49029C11.6604 1.61591 11.656 1.74191 11.656 1.86791C11.656 2.01036 11.656 2.15282 11.656 2.30648C11.8755 2.30648 12.0749 2.30387 12.2746 2.30686C13.5014 2.32593 14.566 3.1653 14.8958 4.37595C14.9381 4.53148 14.9659 4.69151 15.0006 4.84929L15.0002 4.85004ZM1.62216 6.93034C1.61924 6.9954 1.61596 7.03653 1.61596 7.07803C1.61596 8.5474 1.61486 10.0164 1.61705 11.4858C1.61705 11.6204 1.62472 11.7572 1.64846 11.8892C1.8486 13.0004 2.70903 13.7242 3.83279 13.725C6.61204 13.7265 9.39093 13.7265 12.1702 13.7235C12.3422 13.7235 12.5179 13.7123 12.6851 13.6749C13.7088 13.4464 14.3863 12.5697 14.3885 11.4731C14.3914 10.013 14.387 8.55339 14.3925 7.09336C14.3929 6.95203 14.3476 6.92773 14.2216 6.92773C10.0757 6.93109 5.92983 6.93034 1.78359 6.93034C1.73428 6.93034 1.68535 6.93034 1.62143 6.93034H1.62216ZM11.6567 2.95069C11.6567 3.22438 11.6622 3.48983 11.6549 3.75455C11.6494 3.95196 11.5208 4.07609 11.3455 4.07459C11.1721 4.0731 11.0468 3.94373 11.041 3.74856C11.0358 3.56686 11.0395 3.38477 11.0395 3.20306C11.0395 3.1167 11.0395 3.03033 11.0395 2.94919H4.96421C4.96421 3.22662 4.96859 3.49208 4.96275 3.75754C4.95837 3.94448 4.83237 4.07048 4.66401 4.07422C4.49272 4.07796 4.36892 3.96018 4.35102 3.77287C4.34554 3.71753 4.3481 3.66108 4.3481 3.60499C4.3481 3.38739 4.3481 3.16979 4.3481 2.94209C4.10012 2.94209 3.86894 2.93387 3.63813 2.94359C2.67909 2.98471 1.80733 3.73735 1.66964 4.70908C1.59697 5.22131 1.63349 5.74998 1.62143 6.27118C1.62143 6.27903 1.62983 6.28726 1.63458 6.29586H14.3786C14.3786 5.84532 14.3972 5.40227 14.3742 4.96183C14.3421 4.34379 14.066 3.84017 13.608 3.44048C13.0449 2.94919 12.3747 2.89199 11.6571 2.95032L11.6567 2.95069Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-s-calender-primary1,.icon-s-calender-zinc-400{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-calender-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0002 4.85004V11.7909C14.9918 11.826 14.9798 11.8608 14.975 11.8963C14.7814 13.3133 13.6478 14.3483 12.241 14.3531C9.41686 14.3632 6.59232 14.3632 3.76814 14.3531C2.23864 14.3479 1.01263 13.1077 1.00605 11.5677C0.996923 9.40847 0.999115 7.24927 1.00605 5.09007C1.00934 3.9714 1.69703 2.95181 2.7094 2.52446C3.0684 2.37303 3.44165 2.30536 3.82804 2.30648C3.99896 2.30686 4.17024 2.30648 4.3481 2.30648C4.3481 2.02756 4.34518 1.77108 4.3492 1.51496C4.35212 1.32615 4.44159 1.20875 4.59498 1.1766C4.79694 1.13435 4.95983 1.28091 4.96312 1.51459C4.96677 1.77407 4.96385 2.03392 4.96385 2.29901H11.0399C11.0399 2.24629 11.0399 2.20067 11.0399 2.15543C11.0399 1.93634 11.0366 1.71686 11.0413 1.49777C11.0457 1.30521 11.1743 1.17061 11.3444 1.168C11.5154 1.16575 11.6436 1.29512 11.6538 1.49029C11.6604 1.61591 11.656 1.74191 11.656 1.86791C11.656 2.01036 11.656 2.15282 11.656 2.30648C11.8755 2.30648 12.0749 2.30387 12.2746 2.30686C13.5014 2.32593 14.566 3.1653 14.8958 4.37595C14.9381 4.53148 14.9659 4.69151 15.0006 4.84929L15.0002 4.85004ZM1.62216 6.93034C1.61924 6.9954 1.61596 7.03653 1.61596 7.07803C1.61596 8.5474 1.61486 10.0164 1.61705 11.4858C1.61705 11.6204 1.62472 11.7572 1.64846 11.8892C1.8486 13.0004 2.70903 13.7242 3.83279 13.725C6.61204 13.7265 9.39093 13.7265 12.1702 13.7235C12.3422 13.7235 12.5179 13.7123 12.6851 13.6749C13.7088 13.4464 14.3863 12.5697 14.3885 11.4731C14.3914 10.013 14.387 8.55339 14.3925 7.09336C14.3929 6.95203 14.3476 6.92773 14.2216 6.92773C10.0757 6.93109 5.92983 6.93034 1.78359 6.93034C1.73428 6.93034 1.68535 6.93034 1.62143 6.93034H1.62216ZM11.6567 2.95069C11.6567 3.22438 11.6622 3.48983 11.6549 3.75455C11.6494 3.95196 11.5208 4.07609 11.3455 4.07459C11.1721 4.0731 11.0468 3.94373 11.041 3.74856C11.0358 3.56686 11.0395 3.38477 11.0395 3.20306C11.0395 3.1167 11.0395 3.03033 11.0395 2.94919H4.96421C4.96421 3.22662 4.96859 3.49208 4.96275 3.75754C4.95837 3.94448 4.83237 4.07048 4.66401 4.07422C4.49272 4.07796 4.36892 3.96018 4.35102 3.77287C4.34554 3.71753 4.3481 3.66108 4.3481 3.60499C4.3481 3.38739 4.3481 3.16979 4.3481 2.94209C4.10012 2.94209 3.86894 2.93387 3.63813 2.94359C2.67909 2.98471 1.80733 3.73735 1.66964 4.70908C1.59697 5.22131 1.63349 5.74998 1.62143 6.27118C1.62143 6.27903 1.62983 6.28726 1.63458 6.29586H14.3786C14.3786 5.84532 14.3972 5.40227 14.3742 4.96183C14.3421 4.34379 14.066 3.84017 13.608 3.44048C13.0449 2.94919 12.3747 2.89199 11.6571 2.95032L11.6567 2.95069Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-s-calender-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0002 4.85004V11.7909C14.9918 11.826 14.9798 11.8608 14.975 11.8963C14.7814 13.3133 13.6478 14.3483 12.241 14.3531C9.41686 14.3632 6.59232 14.3632 3.76814 14.3531C2.23864 14.3479 1.01263 13.1077 1.00605 11.5677C0.996923 9.40847 0.999115 7.24927 1.00605 5.09007C1.00934 3.9714 1.69703 2.95181 2.7094 2.52446C3.0684 2.37303 3.44165 2.30536 3.82804 2.30648C3.99896 2.30686 4.17024 2.30648 4.3481 2.30648C4.3481 2.02756 4.34518 1.77108 4.3492 1.51496C4.35212 1.32615 4.44159 1.20875 4.59498 1.1766C4.79694 1.13435 4.95983 1.28091 4.96312 1.51459C4.96677 1.77407 4.96385 2.03392 4.96385 2.29901H11.0399C11.0399 2.24629 11.0399 2.20067 11.0399 2.15543C11.0399 1.93634 11.0366 1.71686 11.0413 1.49777C11.0457 1.30521 11.1743 1.17061 11.3444 1.168C11.5154 1.16575 11.6436 1.29512 11.6538 1.49029C11.6604 1.61591 11.656 1.74191 11.656 1.86791C11.656 2.01036 11.656 2.15282 11.656 2.30648C11.8755 2.30648 12.0749 2.30387 12.2746 2.30686C13.5014 2.32593 14.566 3.1653 14.8958 4.37595C14.9381 4.53148 14.9659 4.69151 15.0006 4.84929L15.0002 4.85004ZM1.62216 6.93034C1.61924 6.9954 1.61596 7.03653 1.61596 7.07803C1.61596 8.5474 1.61486 10.0164 1.61705 11.4858C1.61705 11.6204 1.62472 11.7572 1.64846 11.8892C1.8486 13.0004 2.70903 13.7242 3.83279 13.725C6.61204 13.7265 9.39093 13.7265 12.1702 13.7235C12.3422 13.7235 12.5179 13.7123 12.6851 13.6749C13.7088 13.4464 14.3863 12.5697 14.3885 11.4731C14.3914 10.013 14.387 8.55339 14.3925 7.09336C14.3929 6.95203 14.3476 6.92773 14.2216 6.92773C10.0757 6.93109 5.92983 6.93034 1.78359 6.93034C1.73428 6.93034 1.68535 6.93034 1.62143 6.93034H1.62216ZM11.6567 2.95069C11.6567 3.22438 11.6622 3.48983 11.6549 3.75455C11.6494 3.95196 11.5208 4.07609 11.3455 4.07459C11.1721 4.0731 11.0468 3.94373 11.041 3.74856C11.0358 3.56686 11.0395 3.38477 11.0395 3.20306C11.0395 3.1167 11.0395 3.03033 11.0395 2.94919H4.96421C4.96421 3.22662 4.96859 3.49208 4.96275 3.75754C4.95837 3.94448 4.83237 4.07048 4.66401 4.07422C4.49272 4.07796 4.36892 3.96018 4.35102 3.77287C4.34554 3.71753 4.3481 3.66108 4.3481 3.60499C4.3481 3.38739 4.3481 3.16979 4.3481 2.94209C4.10012 2.94209 3.86894 2.93387 3.63813 2.94359C2.67909 2.98471 1.80733 3.73735 1.66964 4.70908C1.59697 5.22131 1.63349 5.74998 1.62143 6.27118C1.62143 6.27903 1.62983 6.28726 1.63458 6.29586H14.3786C14.3786 5.84532 14.3972 5.40227 14.3742 4.96183C14.3421 4.34379 14.066 3.84017 13.608 3.44048C13.0449 2.94919 12.3747 2.89199 11.6571 2.95032L11.6567 2.95069Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-s-calender-zinc-500,.icon-s-calender-zinc-600{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-calender-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0002 4.85004V11.7909C14.9918 11.826 14.9798 11.8608 14.975 11.8963C14.7814 13.3133 13.6478 14.3483 12.241 14.3531C9.41686 14.3632 6.59232 14.3632 3.76814 14.3531C2.23864 14.3479 1.01263 13.1077 1.00605 11.5677C0.996923 9.40847 0.999115 7.24927 1.00605 5.09007C1.00934 3.9714 1.69703 2.95181 2.7094 2.52446C3.0684 2.37303 3.44165 2.30536 3.82804 2.30648C3.99896 2.30686 4.17024 2.30648 4.3481 2.30648C4.3481 2.02756 4.34518 1.77108 4.3492 1.51496C4.35212 1.32615 4.44159 1.20875 4.59498 1.1766C4.79694 1.13435 4.95983 1.28091 4.96312 1.51459C4.96677 1.77407 4.96385 2.03392 4.96385 2.29901H11.0399C11.0399 2.24629 11.0399 2.20067 11.0399 2.15543C11.0399 1.93634 11.0366 1.71686 11.0413 1.49777C11.0457 1.30521 11.1743 1.17061 11.3444 1.168C11.5154 1.16575 11.6436 1.29512 11.6538 1.49029C11.6604 1.61591 11.656 1.74191 11.656 1.86791C11.656 2.01036 11.656 2.15282 11.656 2.30648C11.8755 2.30648 12.0749 2.30387 12.2746 2.30686C13.5014 2.32593 14.566 3.1653 14.8958 4.37595C14.9381 4.53148 14.9659 4.69151 15.0006 4.84929L15.0002 4.85004ZM1.62216 6.93034C1.61924 6.9954 1.61596 7.03653 1.61596 7.07803C1.61596 8.5474 1.61486 10.0164 1.61705 11.4858C1.61705 11.6204 1.62472 11.7572 1.64846 11.8892C1.8486 13.0004 2.70903 13.7242 3.83279 13.725C6.61204 13.7265 9.39093 13.7265 12.1702 13.7235C12.3422 13.7235 12.5179 13.7123 12.6851 13.6749C13.7088 13.4464 14.3863 12.5697 14.3885 11.4731C14.3914 10.013 14.387 8.55339 14.3925 7.09336C14.3929 6.95203 14.3476 6.92773 14.2216 6.92773C10.0757 6.93109 5.92983 6.93034 1.78359 6.93034C1.73428 6.93034 1.68535 6.93034 1.62143 6.93034H1.62216ZM11.6567 2.95069C11.6567 3.22438 11.6622 3.48983 11.6549 3.75455C11.6494 3.95196 11.5208 4.07609 11.3455 4.07459C11.1721 4.0731 11.0468 3.94373 11.041 3.74856C11.0358 3.56686 11.0395 3.38477 11.0395 3.20306C11.0395 3.1167 11.0395 3.03033 11.0395 2.94919H4.96421C4.96421 3.22662 4.96859 3.49208 4.96275 3.75754C4.95837 3.94448 4.83237 4.07048 4.66401 4.07422C4.49272 4.07796 4.36892 3.96018 4.35102 3.77287C4.34554 3.71753 4.3481 3.66108 4.3481 3.60499C4.3481 3.38739 4.3481 3.16979 4.3481 2.94209C4.10012 2.94209 3.86894 2.93387 3.63813 2.94359C2.67909 2.98471 1.80733 3.73735 1.66964 4.70908C1.59697 5.22131 1.63349 5.74998 1.62143 6.27118C1.62143 6.27903 1.62983 6.28726 1.63458 6.29586H14.3786C14.3786 5.84532 14.3972 5.40227 14.3742 4.96183C14.3421 4.34379 14.066 3.84017 13.608 3.44048C13.0449 2.94919 12.3747 2.89199 11.6571 2.95032L11.6567 2.95069Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-s-calender-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0002 4.85004V11.7909C14.9918 11.826 14.9798 11.8608 14.975 11.8963C14.7814 13.3133 13.6478 14.3483 12.241 14.3531C9.41686 14.3632 6.59232 14.3632 3.76814 14.3531C2.23864 14.3479 1.01263 13.1077 1.00605 11.5677C0.996923 9.40847 0.999115 7.24927 1.00605 5.09007C1.00934 3.9714 1.69703 2.95181 2.7094 2.52446C3.0684 2.37303 3.44165 2.30536 3.82804 2.30648C3.99896 2.30686 4.17024 2.30648 4.3481 2.30648C4.3481 2.02756 4.34518 1.77108 4.3492 1.51496C4.35212 1.32615 4.44159 1.20875 4.59498 1.1766C4.79694 1.13435 4.95983 1.28091 4.96312 1.51459C4.96677 1.77407 4.96385 2.03392 4.96385 2.29901H11.0399C11.0399 2.24629 11.0399 2.20067 11.0399 2.15543C11.0399 1.93634 11.0366 1.71686 11.0413 1.49777C11.0457 1.30521 11.1743 1.17061 11.3444 1.168C11.5154 1.16575 11.6436 1.29512 11.6538 1.49029C11.6604 1.61591 11.656 1.74191 11.656 1.86791C11.656 2.01036 11.656 2.15282 11.656 2.30648C11.8755 2.30648 12.0749 2.30387 12.2746 2.30686C13.5014 2.32593 14.566 3.1653 14.8958 4.37595C14.9381 4.53148 14.9659 4.69151 15.0006 4.84929L15.0002 4.85004ZM1.62216 6.93034C1.61924 6.9954 1.61596 7.03653 1.61596 7.07803C1.61596 8.5474 1.61486 10.0164 1.61705 11.4858C1.61705 11.6204 1.62472 11.7572 1.64846 11.8892C1.8486 13.0004 2.70903 13.7242 3.83279 13.725C6.61204 13.7265 9.39093 13.7265 12.1702 13.7235C12.3422 13.7235 12.5179 13.7123 12.6851 13.6749C13.7088 13.4464 14.3863 12.5697 14.3885 11.4731C14.3914 10.013 14.387 8.55339 14.3925 7.09336C14.3929 6.95203 14.3476 6.92773 14.2216 6.92773C10.0757 6.93109 5.92983 6.93034 1.78359 6.93034C1.73428 6.93034 1.68535 6.93034 1.62143 6.93034H1.62216ZM11.6567 2.95069C11.6567 3.22438 11.6622 3.48983 11.6549 3.75455C11.6494 3.95196 11.5208 4.07609 11.3455 4.07459C11.1721 4.0731 11.0468 3.94373 11.041 3.74856C11.0358 3.56686 11.0395 3.38477 11.0395 3.20306C11.0395 3.1167 11.0395 3.03033 11.0395 2.94919H4.96421C4.96421 3.22662 4.96859 3.49208 4.96275 3.75754C4.95837 3.94448 4.83237 4.07048 4.66401 4.07422C4.49272 4.07796 4.36892 3.96018 4.35102 3.77287C4.34554 3.71753 4.3481 3.66108 4.3481 3.60499C4.3481 3.38739 4.3481 3.16979 4.3481 2.94209C4.10012 2.94209 3.86894 2.93387 3.63813 2.94359C2.67909 2.98471 1.80733 3.73735 1.66964 4.70908C1.59697 5.22131 1.63349 5.74998 1.62143 6.27118C1.62143 6.27903 1.62983 6.28726 1.63458 6.29586H14.3786C14.3786 5.84532 14.3972 5.40227 14.3742 4.96183C14.3421 4.34379 14.066 3.84017 13.608 3.44048C13.0449 2.94919 12.3747 2.89199 11.6571 2.95032L11.6567 2.95069Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-s-calender-zinc-700,.icon-s-money{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-money{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.7846C0.0273003 3.66361 0.0505859 3.5414 0.0823025 3.42204C0.298296 2.61014 0.89248 2.05449 1.59346 2.00479C1.65047 2.00071 1.70788 2.00031 1.76529 2.00031C5.92136 1.9999 10.077 1.9999 14.2331 2.00031C15.0907 2.00031 15.7531 2.60444 15.9466 3.57073C15.9831 3.75323 15.9972 3.94633 15.9972 4.13454C16.0004 6.70791 16 9.28129 15.9992 11.8543C15.9988 13.1187 15.285 13.9901 14.2427 13.9975C13.6542 14.0015 13.0656 13.9983 12.4775 13.9983C8.91516 13.9983 5.35327 13.9966 1.79098 13.9995C1.09804 13.9999 0.556445 13.6748 0.212782 12.9322C0.113216 12.7167 0.0694553 12.4633 0 12.227C0 9.41328 0 6.59874 0 3.7846ZM8.001 2.82442C5.92337 2.82442 3.84573 2.83664 1.7685 2.81668C1.16348 2.81098 0.664843 3.34505 0.668055 4.14309C0.678895 6.71565 0.670865 9.28862 0.672873 11.8612C0.673274 12.671 1.09241 13.179 1.75646 13.179C5.91654 13.1799 10.077 13.1799 14.2371 13.179C14.9032 13.179 15.3207 12.6735 15.3219 11.864C15.3251 9.29148 15.3263 6.71851 15.3263 4.14594C15.3263 4.01395 15.3195 3.87789 15.2938 3.75038C15.177 3.17517 14.7855 2.82483 14.2648 2.82442C12.1767 2.8232 10.0891 2.82401 8.001 2.82401V2.82442Z' fill='%23A1A1AA'/%3E%3Cpath d='M8.00035 12.3511C6.44343 12.3511 4.88651 12.3482 3.32959 12.3548C3.14892 12.3556 3.01644 12.2867 2.89399 12.1189C2.50977 11.5921 2.11793 11.074 1.72449 10.5582C1.62051 10.4222 1.56952 10.2767 1.57032 10.0849C1.57434 8.69083 1.57353 7.2968 1.57112 5.90277C1.57112 5.73493 1.60605 5.59887 1.7 5.47503C2.11071 4.93607 2.51861 4.39345 2.92249 3.84676C3.02607 3.70621 3.1421 3.64062 3.29345 3.64062C6.43741 3.64225 9.58176 3.64225 12.7257 3.64062C12.8702 3.64062 12.9855 3.7001 13.085 3.83616C13.4869 4.38571 13.8916 4.93159 14.2991 5.47503C14.3918 5.59846 14.4304 5.73371 14.43 5.90236C14.4276 7.3025 14.4272 8.70305 14.43 10.1032C14.4304 10.2812 14.383 10.4177 14.2871 10.544C13.8876 11.0703 13.4889 11.5979 13.0967 12.1319C12.9819 12.2883 12.8554 12.3539 12.6864 12.3535C11.1242 12.3482 9.56249 12.3507 8.00035 12.3507V12.3511ZM8.01842 4.46637C6.51208 4.46637 5.00535 4.46719 3.49901 4.46474C3.40346 4.46474 3.33119 4.48837 3.26214 4.58329C2.94216 5.02121 2.61336 5.44855 2.29338 5.88607C2.25122 5.94391 2.21991 6.03883 2.21951 6.11705C2.21509 7.37135 2.21509 8.62606 2.21951 9.88036C2.21951 9.95817 2.25082 10.0535 2.29298 10.1113C2.61978 10.5582 2.951 11.0002 3.28663 11.4365C3.32919 11.4919 3.40547 11.5343 3.46609 11.5347C6.4892 11.5396 9.51231 11.5396 12.5354 11.5347C12.5964 11.5347 12.6731 11.4927 12.7153 11.4373C13.0509 11.001 13.3821 10.559 13.7089 10.1122C13.7511 10.0547 13.7816 9.95899 13.782 9.88077C13.7864 8.62647 13.7864 7.37176 13.782 6.11746C13.782 6.03883 13.7519 5.9431 13.7097 5.88525C13.3954 5.44936 13.0726 5.02366 12.7578 4.58858C12.6904 4.49529 12.6205 4.46393 12.523 4.46433C11.0215 4.46759 9.51994 4.46678 8.01842 4.46678V4.46637Z' fill='%23A1A1AA'/%3E%3Cpath d='M7.9594 9.49729C8.77403 9.49729 9.43442 8.8272 9.43442 8.0006C9.43442 7.174 8.77403 6.50391 7.9594 6.50391C7.14476 6.50391 6.48438 7.174 6.48438 8.0006C6.48438 8.8272 7.14476 9.49729 7.9594 9.49729Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-s-money-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.7846C0.0273003 3.66361 0.0505859 3.5414 0.0823025 3.42204C0.298296 2.61014 0.89248 2.05449 1.59346 2.00479C1.65047 2.00071 1.70788 2.00031 1.76529 2.00031C5.92136 1.9999 10.077 1.9999 14.2331 2.00031C15.0907 2.00031 15.7531 2.60444 15.9466 3.57073C15.9831 3.75323 15.9972 3.94633 15.9972 4.13454C16.0004 6.70791 16 9.28129 15.9992 11.8543C15.9988 13.1187 15.285 13.9901 14.2427 13.9975C13.6542 14.0015 13.0656 13.9983 12.4775 13.9983C8.91516 13.9983 5.35327 13.9966 1.79098 13.9995C1.09804 13.9999 0.556445 13.6748 0.212782 12.9322C0.113216 12.7167 0.0694553 12.4633 0 12.227C0 9.41328 0 6.59874 0 3.7846ZM8.001 2.82442C5.92337 2.82442 3.84573 2.83664 1.7685 2.81668C1.16348 2.81098 0.664843 3.34505 0.668055 4.14309C0.678895 6.71565 0.670865 9.28862 0.672873 11.8612C0.673274 12.671 1.09241 13.179 1.75646 13.179C5.91654 13.1799 10.077 13.1799 14.2371 13.179C14.9032 13.179 15.3207 12.6735 15.3219 11.864C15.3251 9.29148 15.3263 6.71851 15.3263 4.14594C15.3263 4.01395 15.3195 3.87789 15.2938 3.75038C15.177 3.17517 14.7855 2.82483 14.2648 2.82442C12.1767 2.8232 10.0891 2.82401 8.001 2.82401V2.82442Z' fill='%23A1A1AA'/%3E%3Cpath d='M8.00035 12.3511C6.44343 12.3511 4.88651 12.3482 3.32959 12.3548C3.14892 12.3556 3.01644 12.2867 2.89399 12.1189C2.50977 11.5921 2.11793 11.074 1.72449 10.5582C1.62051 10.4222 1.56952 10.2767 1.57032 10.0849C1.57434 8.69083 1.57353 7.2968 1.57112 5.90277C1.57112 5.73493 1.60605 5.59887 1.7 5.47503C2.11071 4.93607 2.51861 4.39345 2.92249 3.84676C3.02607 3.70621 3.1421 3.64062 3.29345 3.64062C6.43741 3.64225 9.58176 3.64225 12.7257 3.64062C12.8702 3.64062 12.9855 3.7001 13.085 3.83616C13.4869 4.38571 13.8916 4.93159 14.2991 5.47503C14.3918 5.59846 14.4304 5.73371 14.43 5.90236C14.4276 7.3025 14.4272 8.70305 14.43 10.1032C14.4304 10.2812 14.383 10.4177 14.2871 10.544C13.8876 11.0703 13.4889 11.5979 13.0967 12.1319C12.9819 12.2883 12.8554 12.3539 12.6864 12.3535C11.1242 12.3482 9.56249 12.3507 8.00035 12.3507V12.3511ZM8.01842 4.46637C6.51208 4.46637 5.00535 4.46719 3.49901 4.46474C3.40346 4.46474 3.33119 4.48837 3.26214 4.58329C2.94216 5.02121 2.61336 5.44855 2.29338 5.88607C2.25122 5.94391 2.21991 6.03883 2.21951 6.11705C2.21509 7.37135 2.21509 8.62606 2.21951 9.88036C2.21951 9.95817 2.25082 10.0535 2.29298 10.1113C2.61978 10.5582 2.951 11.0002 3.28663 11.4365C3.32919 11.4919 3.40547 11.5343 3.46609 11.5347C6.4892 11.5396 9.51231 11.5396 12.5354 11.5347C12.5964 11.5347 12.6731 11.4927 12.7153 11.4373C13.0509 11.001 13.3821 10.559 13.7089 10.1122C13.7511 10.0547 13.7816 9.95899 13.782 9.88077C13.7864 8.62647 13.7864 7.37176 13.782 6.11746C13.782 6.03883 13.7519 5.9431 13.7097 5.88525C13.3954 5.44936 13.0726 5.02366 12.7578 4.58858C12.6904 4.49529 12.6205 4.46393 12.523 4.46433C11.0215 4.46759 9.51994 4.46678 8.01842 4.46678V4.46637Z' fill='%23A1A1AA'/%3E%3Cpath d='M7.9594 9.49729C8.77403 9.49729 9.43442 8.8272 9.43442 8.0006C9.43442 7.174 8.77403 6.50391 7.9594 6.50391C7.14476 6.50391 6.48438 7.174 6.48438 8.0006C6.48438 8.8272 7.14476 9.49729 7.9594 9.49729Z' fill='%23ffffff'/%3E%3C/svg%3E%0A")}.icon-s-money-primary1,.icon-s-money-white{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-money-primary1{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.7846C0.0273003 3.66361 0.0505859 3.5414 0.0823025 3.42204C0.298296 2.61014 0.89248 2.05449 1.59346 2.00479C1.65047 2.00071 1.70788 2.00031 1.76529 2.00031C5.92136 1.9999 10.077 1.9999 14.2331 2.00031C15.0907 2.00031 15.7531 2.60444 15.9466 3.57073C15.9831 3.75323 15.9972 3.94633 15.9972 4.13454C16.0004 6.70791 16 9.28129 15.9992 11.8543C15.9988 13.1187 15.285 13.9901 14.2427 13.9975C13.6542 14.0015 13.0656 13.9983 12.4775 13.9983C8.91516 13.9983 5.35327 13.9966 1.79098 13.9995C1.09804 13.9999 0.556445 13.6748 0.212782 12.9322C0.113216 12.7167 0.0694553 12.4633 0 12.227C0 9.41328 0 6.59874 0 3.7846ZM8.001 2.82442C5.92337 2.82442 3.84573 2.83664 1.7685 2.81668C1.16348 2.81098 0.664843 3.34505 0.668055 4.14309C0.678895 6.71565 0.670865 9.28862 0.672873 11.8612C0.673274 12.671 1.09241 13.179 1.75646 13.179C5.91654 13.1799 10.077 13.1799 14.2371 13.179C14.9032 13.179 15.3207 12.6735 15.3219 11.864C15.3251 9.29148 15.3263 6.71851 15.3263 4.14594C15.3263 4.01395 15.3195 3.87789 15.2938 3.75038C15.177 3.17517 14.7855 2.82483 14.2648 2.82442C12.1767 2.8232 10.0891 2.82401 8.001 2.82401V2.82442Z' fill='%23A1A1AA'/%3E%3Cpath d='M8.00035 12.3511C6.44343 12.3511 4.88651 12.3482 3.32959 12.3548C3.14892 12.3556 3.01644 12.2867 2.89399 12.1189C2.50977 11.5921 2.11793 11.074 1.72449 10.5582C1.62051 10.4222 1.56952 10.2767 1.57032 10.0849C1.57434 8.69083 1.57353 7.2968 1.57112 5.90277C1.57112 5.73493 1.60605 5.59887 1.7 5.47503C2.11071 4.93607 2.51861 4.39345 2.92249 3.84676C3.02607 3.70621 3.1421 3.64062 3.29345 3.64062C6.43741 3.64225 9.58176 3.64225 12.7257 3.64062C12.8702 3.64062 12.9855 3.7001 13.085 3.83616C13.4869 4.38571 13.8916 4.93159 14.2991 5.47503C14.3918 5.59846 14.4304 5.73371 14.43 5.90236C14.4276 7.3025 14.4272 8.70305 14.43 10.1032C14.4304 10.2812 14.383 10.4177 14.2871 10.544C13.8876 11.0703 13.4889 11.5979 13.0967 12.1319C12.9819 12.2883 12.8554 12.3539 12.6864 12.3535C11.1242 12.3482 9.56249 12.3507 8.00035 12.3507V12.3511ZM8.01842 4.46637C6.51208 4.46637 5.00535 4.46719 3.49901 4.46474C3.40346 4.46474 3.33119 4.48837 3.26214 4.58329C2.94216 5.02121 2.61336 5.44855 2.29338 5.88607C2.25122 5.94391 2.21991 6.03883 2.21951 6.11705C2.21509 7.37135 2.21509 8.62606 2.21951 9.88036C2.21951 9.95817 2.25082 10.0535 2.29298 10.1113C2.61978 10.5582 2.951 11.0002 3.28663 11.4365C3.32919 11.4919 3.40547 11.5343 3.46609 11.5347C6.4892 11.5396 9.51231 11.5396 12.5354 11.5347C12.5964 11.5347 12.6731 11.4927 12.7153 11.4373C13.0509 11.001 13.3821 10.559 13.7089 10.1122C13.7511 10.0547 13.7816 9.95899 13.782 9.88077C13.7864 8.62647 13.7864 7.37176 13.782 6.11746C13.782 6.03883 13.7519 5.9431 13.7097 5.88525C13.3954 5.44936 13.0726 5.02366 12.7578 4.58858C12.6904 4.49529 12.6205 4.46393 12.523 4.46433C11.0215 4.46759 9.51994 4.46678 8.01842 4.46678V4.46637Z' fill='%23A1A1AA'/%3E%3Cpath d='M7.9594 9.49729C8.77403 9.49729 9.43442 8.8272 9.43442 8.0006C9.43442 7.174 8.77403 6.50391 7.9594 6.50391C7.14476 6.50391 6.48438 7.174 6.48438 8.0006C6.48438 8.8272 7.14476 9.49729 7.9594 9.49729Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-s-money-zinc-400{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.7846C0.0273003 3.66361 0.0505859 3.5414 0.0823025 3.42204C0.298296 2.61014 0.89248 2.05449 1.59346 2.00479C1.65047 2.00071 1.70788 2.00031 1.76529 2.00031C5.92136 1.9999 10.077 1.9999 14.2331 2.00031C15.0907 2.00031 15.7531 2.60444 15.9466 3.57073C15.9831 3.75323 15.9972 3.94633 15.9972 4.13454C16.0004 6.70791 16 9.28129 15.9992 11.8543C15.9988 13.1187 15.285 13.9901 14.2427 13.9975C13.6542 14.0015 13.0656 13.9983 12.4775 13.9983C8.91516 13.9983 5.35327 13.9966 1.79098 13.9995C1.09804 13.9999 0.556445 13.6748 0.212782 12.9322C0.113216 12.7167 0.0694553 12.4633 0 12.227C0 9.41328 0 6.59874 0 3.7846ZM8.001 2.82442C5.92337 2.82442 3.84573 2.83664 1.7685 2.81668C1.16348 2.81098 0.664843 3.34505 0.668055 4.14309C0.678895 6.71565 0.670865 9.28862 0.672873 11.8612C0.673274 12.671 1.09241 13.179 1.75646 13.179C5.91654 13.1799 10.077 13.1799 14.2371 13.179C14.9032 13.179 15.3207 12.6735 15.3219 11.864C15.3251 9.29148 15.3263 6.71851 15.3263 4.14594C15.3263 4.01395 15.3195 3.87789 15.2938 3.75038C15.177 3.17517 14.7855 2.82483 14.2648 2.82442C12.1767 2.8232 10.0891 2.82401 8.001 2.82401V2.82442Z' fill='%23A1A1AA'/%3E%3Cpath d='M8.00035 12.3511C6.44343 12.3511 4.88651 12.3482 3.32959 12.3548C3.14892 12.3556 3.01644 12.2867 2.89399 12.1189C2.50977 11.5921 2.11793 11.074 1.72449 10.5582C1.62051 10.4222 1.56952 10.2767 1.57032 10.0849C1.57434 8.69083 1.57353 7.2968 1.57112 5.90277C1.57112 5.73493 1.60605 5.59887 1.7 5.47503C2.11071 4.93607 2.51861 4.39345 2.92249 3.84676C3.02607 3.70621 3.1421 3.64062 3.29345 3.64062C6.43741 3.64225 9.58176 3.64225 12.7257 3.64062C12.8702 3.64062 12.9855 3.7001 13.085 3.83616C13.4869 4.38571 13.8916 4.93159 14.2991 5.47503C14.3918 5.59846 14.4304 5.73371 14.43 5.90236C14.4276 7.3025 14.4272 8.70305 14.43 10.1032C14.4304 10.2812 14.383 10.4177 14.2871 10.544C13.8876 11.0703 13.4889 11.5979 13.0967 12.1319C12.9819 12.2883 12.8554 12.3539 12.6864 12.3535C11.1242 12.3482 9.56249 12.3507 8.00035 12.3507V12.3511ZM8.01842 4.46637C6.51208 4.46637 5.00535 4.46719 3.49901 4.46474C3.40346 4.46474 3.33119 4.48837 3.26214 4.58329C2.94216 5.02121 2.61336 5.44855 2.29338 5.88607C2.25122 5.94391 2.21991 6.03883 2.21951 6.11705C2.21509 7.37135 2.21509 8.62606 2.21951 9.88036C2.21951 9.95817 2.25082 10.0535 2.29298 10.1113C2.61978 10.5582 2.951 11.0002 3.28663 11.4365C3.32919 11.4919 3.40547 11.5343 3.46609 11.5347C6.4892 11.5396 9.51231 11.5396 12.5354 11.5347C12.5964 11.5347 12.6731 11.4927 12.7153 11.4373C13.0509 11.001 13.3821 10.559 13.7089 10.1122C13.7511 10.0547 13.7816 9.95899 13.782 9.88077C13.7864 8.62647 13.7864 7.37176 13.782 6.11746C13.782 6.03883 13.7519 5.9431 13.7097 5.88525C13.3954 5.44936 13.0726 5.02366 12.7578 4.58858C12.6904 4.49529 12.6205 4.46393 12.523 4.46433C11.0215 4.46759 9.51994 4.46678 8.01842 4.46678V4.46637Z' fill='%23A1A1AA'/%3E%3Cpath d='M7.9594 9.49729C8.77403 9.49729 9.43442 8.8272 9.43442 8.0006C9.43442 7.174 8.77403 6.50391 7.9594 6.50391C7.14476 6.50391 6.48438 7.174 6.48438 8.0006C6.48438 8.8272 7.14476 9.49729 7.9594 9.49729Z' fill='%23A1A1AA'/%3E%3C/svg%3E%0A")}.icon-s-money-zinc-400,.icon-s-money-zinc-500{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-money-zinc-500{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.7846C0.0273003 3.66361 0.0505859 3.5414 0.0823025 3.42204C0.298296 2.61014 0.89248 2.05449 1.59346 2.00479C1.65047 2.00071 1.70788 2.00031 1.76529 2.00031C5.92136 1.9999 10.077 1.9999 14.2331 2.00031C15.0907 2.00031 15.7531 2.60444 15.9466 3.57073C15.9831 3.75323 15.9972 3.94633 15.9972 4.13454C16.0004 6.70791 16 9.28129 15.9992 11.8543C15.9988 13.1187 15.285 13.9901 14.2427 13.9975C13.6542 14.0015 13.0656 13.9983 12.4775 13.9983C8.91516 13.9983 5.35327 13.9966 1.79098 13.9995C1.09804 13.9999 0.556445 13.6748 0.212782 12.9322C0.113216 12.7167 0.0694553 12.4633 0 12.227C0 9.41328 0 6.59874 0 3.7846ZM8.001 2.82442C5.92337 2.82442 3.84573 2.83664 1.7685 2.81668C1.16348 2.81098 0.664843 3.34505 0.668055 4.14309C0.678895 6.71565 0.670865 9.28862 0.672873 11.8612C0.673274 12.671 1.09241 13.179 1.75646 13.179C5.91654 13.1799 10.077 13.1799 14.2371 13.179C14.9032 13.179 15.3207 12.6735 15.3219 11.864C15.3251 9.29148 15.3263 6.71851 15.3263 4.14594C15.3263 4.01395 15.3195 3.87789 15.2938 3.75038C15.177 3.17517 14.7855 2.82483 14.2648 2.82442C12.1767 2.8232 10.0891 2.82401 8.001 2.82401V2.82442Z' fill='%23A1A1AA'/%3E%3Cpath d='M8.00035 12.3511C6.44343 12.3511 4.88651 12.3482 3.32959 12.3548C3.14892 12.3556 3.01644 12.2867 2.89399 12.1189C2.50977 11.5921 2.11793 11.074 1.72449 10.5582C1.62051 10.4222 1.56952 10.2767 1.57032 10.0849C1.57434 8.69083 1.57353 7.2968 1.57112 5.90277C1.57112 5.73493 1.60605 5.59887 1.7 5.47503C2.11071 4.93607 2.51861 4.39345 2.92249 3.84676C3.02607 3.70621 3.1421 3.64062 3.29345 3.64062C6.43741 3.64225 9.58176 3.64225 12.7257 3.64062C12.8702 3.64062 12.9855 3.7001 13.085 3.83616C13.4869 4.38571 13.8916 4.93159 14.2991 5.47503C14.3918 5.59846 14.4304 5.73371 14.43 5.90236C14.4276 7.3025 14.4272 8.70305 14.43 10.1032C14.4304 10.2812 14.383 10.4177 14.2871 10.544C13.8876 11.0703 13.4889 11.5979 13.0967 12.1319C12.9819 12.2883 12.8554 12.3539 12.6864 12.3535C11.1242 12.3482 9.56249 12.3507 8.00035 12.3507V12.3511ZM8.01842 4.46637C6.51208 4.46637 5.00535 4.46719 3.49901 4.46474C3.40346 4.46474 3.33119 4.48837 3.26214 4.58329C2.94216 5.02121 2.61336 5.44855 2.29338 5.88607C2.25122 5.94391 2.21991 6.03883 2.21951 6.11705C2.21509 7.37135 2.21509 8.62606 2.21951 9.88036C2.21951 9.95817 2.25082 10.0535 2.29298 10.1113C2.61978 10.5582 2.951 11.0002 3.28663 11.4365C3.32919 11.4919 3.40547 11.5343 3.46609 11.5347C6.4892 11.5396 9.51231 11.5396 12.5354 11.5347C12.5964 11.5347 12.6731 11.4927 12.7153 11.4373C13.0509 11.001 13.3821 10.559 13.7089 10.1122C13.7511 10.0547 13.7816 9.95899 13.782 9.88077C13.7864 8.62647 13.7864 7.37176 13.782 6.11746C13.782 6.03883 13.7519 5.9431 13.7097 5.88525C13.3954 5.44936 13.0726 5.02366 12.7578 4.58858C12.6904 4.49529 12.6205 4.46393 12.523 4.46433C11.0215 4.46759 9.51994 4.46678 8.01842 4.46678V4.46637Z' fill='%23A1A1AA'/%3E%3Cpath d='M7.9594 9.49729C8.77403 9.49729 9.43442 8.8272 9.43442 8.0006C9.43442 7.174 8.77403 6.50391 7.9594 6.50391C7.14476 6.50391 6.48438 7.174 6.48438 8.0006C6.48438 8.8272 7.14476 9.49729 7.9594 9.49729Z' fill='%2371717A'/%3E%3C/svg%3E%0A")}.icon-s-money-zinc-600{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.7846C0.0273003 3.66361 0.0505859 3.5414 0.0823025 3.42204C0.298296 2.61014 0.89248 2.05449 1.59346 2.00479C1.65047 2.00071 1.70788 2.00031 1.76529 2.00031C5.92136 1.9999 10.077 1.9999 14.2331 2.00031C15.0907 2.00031 15.7531 2.60444 15.9466 3.57073C15.9831 3.75323 15.9972 3.94633 15.9972 4.13454C16.0004 6.70791 16 9.28129 15.9992 11.8543C15.9988 13.1187 15.285 13.9901 14.2427 13.9975C13.6542 14.0015 13.0656 13.9983 12.4775 13.9983C8.91516 13.9983 5.35327 13.9966 1.79098 13.9995C1.09804 13.9999 0.556445 13.6748 0.212782 12.9322C0.113216 12.7167 0.0694553 12.4633 0 12.227C0 9.41328 0 6.59874 0 3.7846ZM8.001 2.82442C5.92337 2.82442 3.84573 2.83664 1.7685 2.81668C1.16348 2.81098 0.664843 3.34505 0.668055 4.14309C0.678895 6.71565 0.670865 9.28862 0.672873 11.8612C0.673274 12.671 1.09241 13.179 1.75646 13.179C5.91654 13.1799 10.077 13.1799 14.2371 13.179C14.9032 13.179 15.3207 12.6735 15.3219 11.864C15.3251 9.29148 15.3263 6.71851 15.3263 4.14594C15.3263 4.01395 15.3195 3.87789 15.2938 3.75038C15.177 3.17517 14.7855 2.82483 14.2648 2.82442C12.1767 2.8232 10.0891 2.82401 8.001 2.82401V2.82442Z' fill='%23A1A1AA'/%3E%3Cpath d='M8.00035 12.3511C6.44343 12.3511 4.88651 12.3482 3.32959 12.3548C3.14892 12.3556 3.01644 12.2867 2.89399 12.1189C2.50977 11.5921 2.11793 11.074 1.72449 10.5582C1.62051 10.4222 1.56952 10.2767 1.57032 10.0849C1.57434 8.69083 1.57353 7.2968 1.57112 5.90277C1.57112 5.73493 1.60605 5.59887 1.7 5.47503C2.11071 4.93607 2.51861 4.39345 2.92249 3.84676C3.02607 3.70621 3.1421 3.64062 3.29345 3.64062C6.43741 3.64225 9.58176 3.64225 12.7257 3.64062C12.8702 3.64062 12.9855 3.7001 13.085 3.83616C13.4869 4.38571 13.8916 4.93159 14.2991 5.47503C14.3918 5.59846 14.4304 5.73371 14.43 5.90236C14.4276 7.3025 14.4272 8.70305 14.43 10.1032C14.4304 10.2812 14.383 10.4177 14.2871 10.544C13.8876 11.0703 13.4889 11.5979 13.0967 12.1319C12.9819 12.2883 12.8554 12.3539 12.6864 12.3535C11.1242 12.3482 9.56249 12.3507 8.00035 12.3507V12.3511ZM8.01842 4.46637C6.51208 4.46637 5.00535 4.46719 3.49901 4.46474C3.40346 4.46474 3.33119 4.48837 3.26214 4.58329C2.94216 5.02121 2.61336 5.44855 2.29338 5.88607C2.25122 5.94391 2.21991 6.03883 2.21951 6.11705C2.21509 7.37135 2.21509 8.62606 2.21951 9.88036C2.21951 9.95817 2.25082 10.0535 2.29298 10.1113C2.61978 10.5582 2.951 11.0002 3.28663 11.4365C3.32919 11.4919 3.40547 11.5343 3.46609 11.5347C6.4892 11.5396 9.51231 11.5396 12.5354 11.5347C12.5964 11.5347 12.6731 11.4927 12.7153 11.4373C13.0509 11.001 13.3821 10.559 13.7089 10.1122C13.7511 10.0547 13.7816 9.95899 13.782 9.88077C13.7864 8.62647 13.7864 7.37176 13.782 6.11746C13.782 6.03883 13.7519 5.9431 13.7097 5.88525C13.3954 5.44936 13.0726 5.02366 12.7578 4.58858C12.6904 4.49529 12.6205 4.46393 12.523 4.46433C11.0215 4.46759 9.51994 4.46678 8.01842 4.46678V4.46637Z' fill='%23A1A1AA'/%3E%3Cpath d='M7.9594 9.49729C8.77403 9.49729 9.43442 8.8272 9.43442 8.0006C9.43442 7.174 8.77403 6.50391 7.9594 6.50391C7.14476 6.50391 6.48438 7.174 6.48438 8.0006C6.48438 8.8272 7.14476 9.49729 7.9594 9.49729Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.icon-s-money-zinc-600,.icon-s-money-zinc-700{background-position:50%;background-repeat:no-repeat;display:flex}.icon-s-money-zinc-700{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.7846C0.0273003 3.66361 0.0505859 3.5414 0.0823025 3.42204C0.298296 2.61014 0.89248 2.05449 1.59346 2.00479C1.65047 2.00071 1.70788 2.00031 1.76529 2.00031C5.92136 1.9999 10.077 1.9999 14.2331 2.00031C15.0907 2.00031 15.7531 2.60444 15.9466 3.57073C15.9831 3.75323 15.9972 3.94633 15.9972 4.13454C16.0004 6.70791 16 9.28129 15.9992 11.8543C15.9988 13.1187 15.285 13.9901 14.2427 13.9975C13.6542 14.0015 13.0656 13.9983 12.4775 13.9983C8.91516 13.9983 5.35327 13.9966 1.79098 13.9995C1.09804 13.9999 0.556445 13.6748 0.212782 12.9322C0.113216 12.7167 0.0694553 12.4633 0 12.227C0 9.41328 0 6.59874 0 3.7846ZM8.001 2.82442C5.92337 2.82442 3.84573 2.83664 1.7685 2.81668C1.16348 2.81098 0.664843 3.34505 0.668055 4.14309C0.678895 6.71565 0.670865 9.28862 0.672873 11.8612C0.673274 12.671 1.09241 13.179 1.75646 13.179C5.91654 13.1799 10.077 13.1799 14.2371 13.179C14.9032 13.179 15.3207 12.6735 15.3219 11.864C15.3251 9.29148 15.3263 6.71851 15.3263 4.14594C15.3263 4.01395 15.3195 3.87789 15.2938 3.75038C15.177 3.17517 14.7855 2.82483 14.2648 2.82442C12.1767 2.8232 10.0891 2.82401 8.001 2.82401V2.82442Z' fill='%23A1A1AA'/%3E%3Cpath d='M8.00035 12.3511C6.44343 12.3511 4.88651 12.3482 3.32959 12.3548C3.14892 12.3556 3.01644 12.2867 2.89399 12.1189C2.50977 11.5921 2.11793 11.074 1.72449 10.5582C1.62051 10.4222 1.56952 10.2767 1.57032 10.0849C1.57434 8.69083 1.57353 7.2968 1.57112 5.90277C1.57112 5.73493 1.60605 5.59887 1.7 5.47503C2.11071 4.93607 2.51861 4.39345 2.92249 3.84676C3.02607 3.70621 3.1421 3.64062 3.29345 3.64062C6.43741 3.64225 9.58176 3.64225 12.7257 3.64062C12.8702 3.64062 12.9855 3.7001 13.085 3.83616C13.4869 4.38571 13.8916 4.93159 14.2991 5.47503C14.3918 5.59846 14.4304 5.73371 14.43 5.90236C14.4276 7.3025 14.4272 8.70305 14.43 10.1032C14.4304 10.2812 14.383 10.4177 14.2871 10.544C13.8876 11.0703 13.4889 11.5979 13.0967 12.1319C12.9819 12.2883 12.8554 12.3539 12.6864 12.3535C11.1242 12.3482 9.56249 12.3507 8.00035 12.3507V12.3511ZM8.01842 4.46637C6.51208 4.46637 5.00535 4.46719 3.49901 4.46474C3.40346 4.46474 3.33119 4.48837 3.26214 4.58329C2.94216 5.02121 2.61336 5.44855 2.29338 5.88607C2.25122 5.94391 2.21991 6.03883 2.21951 6.11705C2.21509 7.37135 2.21509 8.62606 2.21951 9.88036C2.21951 9.95817 2.25082 10.0535 2.29298 10.1113C2.61978 10.5582 2.951 11.0002 3.28663 11.4365C3.32919 11.4919 3.40547 11.5343 3.46609 11.5347C6.4892 11.5396 9.51231 11.5396 12.5354 11.5347C12.5964 11.5347 12.6731 11.4927 12.7153 11.4373C13.0509 11.001 13.3821 10.559 13.7089 10.1122C13.7511 10.0547 13.7816 9.95899 13.782 9.88077C13.7864 8.62647 13.7864 7.37176 13.782 6.11746C13.782 6.03883 13.7519 5.9431 13.7097 5.88525C13.3954 5.44936 13.0726 5.02366 12.7578 4.58858C12.6904 4.49529 12.6205 4.46393 12.523 4.46433C11.0215 4.46759 9.51994 4.46678 8.01842 4.46678V4.46637Z' fill='%23A1A1AA'/%3E%3Cpath d='M7.9594 9.49729C8.77403 9.49729 9.43442 8.8272 9.43442 8.0006C9.43442 7.174 8.77403 6.50391 7.9594 6.50391C7.14476 6.50391 6.48438 7.174 6.48438 8.0006C6.48438 8.8272 7.14476 9.49729 7.9594 9.49729Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.air-datepicker-global-container{z-index:10000}.air-datepicker.-is-mobile-{max-width:540px;width:90vw}.overflow-initial{overflow:initial!important}.custom-select .warning .ss-main .ss-single-selected .ss-arrow{position:relative;right:1.25rem}.custom-select .ss-main{color:inherit}.custom-select .ss-main.validate{display:flex}.custom-select .ss-main.validate .ss-content{border-radius:.5rem;overflow:hidden;top:calc(100% + 10px);width:100%;z-index:2}.custom-select .ss-main.validate .ss-single-selected{padding:0}.custom-select .ss-main .ss-content.ss-open{z-index:3}.custom-select .ss-main .ss-single-selected{border:0;border-radius:.5rem;height:100%;padding:.5rem;padding-right:0}.custom-select .ss-main .ss-single-selected .placeholder,.custom-select .ss-main .ss-single-selected .placeholder *{line-height:1.4}.custom-select .ss-main .ss-single-selected.ss-open-below{border-radius:.5rem}.custom-select .ss-main.w-4\/12 .ss-single-selected{border-radius:.5rem;margin-top:-.75rem;padding:0;position:relative;top:.75rem}.custom-select .ss-main.w-4\/12 .ss-single-selected .placeholder,.custom-select .ss-main.w-4\/12 .ss-single-selected .placeholder *{padding-left:1.5rem}.custom-select .ss-main.w-4\/12 .ss-single-selected .ss-arrow{padding-right:.75rem}.custom-select .ss-main.w-4\/12 .ss-single-selected:not(.ss-open-above){margin-bottom:.75rem;margin-top:0;top:auto}.custom-select .ss-main.p-none .ss-single-selected{padding:0}.custom-select .ss-main.p-none .ss-content{margin-top:2vw}@media (min-width:480px){.custom-select .ss-main.p-none .ss-content{margin-top:.5rem}}.custom-select .ss-main.p-x6-y3 .ss-single-selected{padding:3vw 6vw}@media (min-width:480px){.custom-select .ss-main.p-x6-y3 .ss-single-selected{padding:.75rem 1.5rem}}.custom-select .ss-main.p-x6-y4 .ss-single-selected{padding:4vw 6vw}@media (min-width:480px){.custom-select .ss-main.p-x6-y4 .ss-single-selected{padding:1rem 1.5rem}}.custom-select .ss-main.p-x4-y3 .ss-single-selected{padding:3vw 4vw}@media (min-width:480px){.custom-select .ss-main.p-x4-y3 .ss-single-selected{padding:.75rem 1rem}}.custom-select .ss-main.p-x4-y4 .ss-single-selected{padding:4vw}@media (min-width:480px){.custom-select .ss-main.p-x4-y4 .ss-single-selected{padding:1rem}}.custom-select .ss-main.over-width .ss-content{width:calc(100% + 3rem)}.custom-select .ss-main.border{border:none}.custom-select .ss-main.border .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.custom-select.placeholder-left .ss-main .ss-single-selected .placeholder{align-items:center;display:flex;justify-content:flex-start}.custom-select.placeholder-center .ss-main .ss-single-selected .placeholder{align-items:center;display:flex;justify-content:center}.custom-select.placeholder-right .ss-main .ss-single-selected .placeholder{align-items:center;display:flex;justify-content:flex-end;margin-right:.5rem}.custom-select.left-align .ss-content{left:0}.custom-select.right-align .ss-content{right:0}.custom-select.hidden-arrow .ss-main .ss-single-selected .ss-arrow{display:none}.custom-select.select-bg-none .ss-main .ss-single-selected{background-color:transparent}.custom-select.btn-custom-select .ss-main .ss-single-selected{background-color:transparent!important;padding:.5rem!important}.custom-select.btn-custom-select .ss-main .ss-single-selected .ss-arrow{display:none}.custom-select.btn-custom-select .ss-main .ss-single-selected .placeholder{align-items:center;display:flex;justify-content:center;line-height:1.1}.custom-select.btn-custom-select .ss-main .ss-content{margin-top:.25rem}.custom-select.btn-custom-select .ss-main .ss-content .ss-list{max-height:9.25rem}.custom-select.btn-custom-select .ss-main .ss-content .ss-list .ss-option:first-of-type{display:none}@media (max-width:500px){.custom-select.btn-custom-select .ss-main .ss-content{margin-top:.5rem}}.custom-select .ss-content{border-radius:.5rem;box-shadow:0 .25rem 1rem rgba(0,0,0,.06);overflow:hidden;width:calc(100% + 20px);z-index:2}.custom-select .ss-content .ss-search{display:none}.custom-select .ss-content .ss-list{overflow-y:auto}.custom-select .ss-content .ss-list::-webkit-scrollbar{width:2vw}@media (min-width:480px){.custom-select .ss-content .ss-list::-webkit-scrollbar{width:.5rem}}.custom-select .ss-content .ss-list::-webkit-scrollbar-track{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1));border-radius:9999px}.custom-select .ss-content .ss-list::-webkit-scrollbar-thumb{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity,1));border-radius:9999px}.custom-select .ss-content .ss-list .ss-option{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity,1));line-height:1.5;padding:.5rem .75rem}.custom-select .ss-content .ss-list .ss-option.ss-option-selected{--tw-text-opacity:1;align-items:center;color:rgb(228 38 26/var(--tw-text-opacity,1));cursor:pointer;display:flex;justify-content:space-between}.browserInfoModal .custom-select .ss-content .ss-list .ss-option.ss-option-selected{color:#e4261a}.custom-select .ss-content .ss-list .ss-option.ss-option-selected:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23E4261A'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:.5rem;width:.75rem}.custom-select .ss-content .ss-list .ss-option.ss-option-selected.icon-lg-border:after{background-size:50%;border-radius:9999px;border-width:2px;display:flex;height:18vw;width:18vw}@media (min-width:480px){.custom-select .ss-content .ss-list .ss-option.ss-option-selected.icon-lg-border:after{height:4.5rem;width:4.5rem}}.custom-select .ss-content .ss-list .ss-option.ss-option-selected.icon-lg-border:after{border-color:currentColor}.custom-select .ss-content .ss-list .ss-option.ss-option-selected:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));color:rgb(228 38 26/var(--tw-text-opacity,1))}.browserInfoModal .custom-select .ss-content .ss-list .ss-option.ss-option-selected:hover{color:#e4261a}.custom-select .ss-content .ss-list .ss-option:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));color:rgb(113 113 122/var(--tw-text-opacity,1))}.custom-select.bg-color-initial .ss-single-selected{background-color:initial}.custom-select.test .ss-content{width:calc(100% + 55px)}.glide{align-items:center;border-radius:.5rem;display:flex;overflow:hidden;position:relative}.glide__track{flex:1}.glide__slide{border-radius:.5rem;overflow:hidden;text-align:center}.glide__arrows{display:flex}.glide__arrows:not(.outside__position){left:0;margin:0;padding:.25rem;position:absolute;right:0;top:50%}.bold-arrow-icon-left-lg.glide__arrows:not(.outside__position):after,.bold-arrow-icon-left-md.glide__arrows:not(.outside__position):after,.bold-arrow-icon-left-sm.glide__arrows:not(.outside__position):after,.bold-arrow-icon-right-lg.glide__arrows:not(.outside__position):after,.bold-arrow-icon-right-md.glide__arrows:not(.outside__position):after,.bold-arrow-icon-right-sm.glide__arrows:not(.outside__position):after,.bold-arrow-icon-w-left-lg.glide__arrows:not(.outside__position):after,.bold-arrow-icon-w-left-md.glide__arrows:not(.outside__position):after,.bold-arrow-icon-w-left-sm.glide__arrows:not(.outside__position):after,.bold-arrow-icon-w-right-lg.glide__arrows:not(.outside__position):after,.bold-arrow-icon-w-right-md.glide__arrows:not(.outside__position):after,.bold-arrow-icon-w-right-sm.glide__arrows:not(.outside__position):after{margin-left:0}.glide__arrows:not(.outside__position){transform:none;transition:all .2s ease-in-out}.glide__arrows:not(.outside__position) .glide__arrow{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.glide__arrows button.glide__arrow--left,.glide__arrows button.glide__arrow--right{align-items:center;display:flex;height:1.25rem;justify-content:center;width:1.25rem}.glide__arrows button.glide__arrow--left:disabled,.glide__arrows button.glide__arrow--right:disabled{background-color:transparent!important;opacity:.2!important}.glide__arrows button.glide__arrow--left img,.glide__arrows button.glide__arrow--right img{display:inline-block;width:1.25rem}.glide__nav.bottom__nav{--tw-text-opacity:1;background-color:rgba(63,63,70,.5);border-radius:9999px;bottom:.75rem;color:rgb(255 255 255/var(--tw-text-opacity,1));font-size:.75rem;font-weight:100;line-height:1.4;padding:.25rem .75rem;position:absolute;right:.75rem}.browserInfoModal .glide__nav.bottom__nav{color:#fff}.glide__nav.bottom__nav{line-height:1.5!important}.glide__nav.custom .glide__bullets{--tw-bg-opacity:1;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));border-radius:9999px;height:5px;margin-right:.25rem;opacity:.3;position:static;width:5px}.glide__nav.custom .glide__bullets.active{opacity:1}.glide.w-transition{border-radius:initial;overflow:initial}.glide.w-transition .glide__bullets.custom{display:flex;justify-content:space-between;left:auto;position:absolute;transform:none;z-index:1}.glide.w-transition .glide__bullets.custom .glide__bullet{align-items:center;background-color:transparent;border:initial;border-radius:initial;box-shadow:none;display:flex;height:5px;justify-content:center;margin:initial;padding:.25rem;width:auto}.glide.w-transition .glide__bullets.custom .glide__bullet>.glide__dot{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1));border-radius:.5rem;height:5px;position:relative;transition:all .2s ease-out;width:5px;z-index:-1}.glide.w-transition .glide__bullets.custom .glide__bullet.glide__bullet--active>.glide__dot{--tw-bg-opacity:1;background-color:rgb(82 82 91/var(--tw-bg-opacity,1));border-radius:.5rem;height:5px;position:relative;transition:all .2s ease-out;width:1.25rem;z-index:-1}.glide .hash-tag{padding-bottom:1vw;padding-right:3vw}@media (min-width:480px){.glide .hash-tag{padding-bottom:.25rem;padding-right:.75rem}}.glide__bullets.bullets__bg__black .glide__bullet{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1));border-style:none;height:.5rem;width:.5rem}.event-230704 .glide__bullets.bullets__bg__black .glide__bullet{background-color:#000}.glide__bullets.bullets__bg__black .glide__bullet.glide__bullet--active{border-radius:9999px;width:2.25rem}.glide__bullets.bullets__bg__black .glide__bullet:hover,.glide__bullets.bullets__bg__black .glide__bullet:visited{border-style:none}.sm__slides .glide__slide{width:5rem!important}.blend-shadow{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#fff var(--tw-gradient-to-position);background-image:linear-gradient(to right,var(--tw-gradient-stops));height:100%;position:absolute;right:0;top:0;width:5rem}html{--tw-text-opacity:1;color:rgb(63 63 70/var(--tw-text-opacity,1));font-weight:400;letter-spacing:-.025em}textarea:-moz-read-only:not(.readonly-exception) :not(html){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}textarea:read-only:not(.readonly-exception) :not(html){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:-moz-read-only:not(.readonly-exception) :not(html){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:read-only:not(.readonly-exception) :not(html){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}code,kbd,pre,samp{font-family:SpoqaHanSansNeo,SpoqaHanSansJP,Roboto,Arial,sans-serif}body{font-size:.875rem;line-height:1.4}.warning{position:relative}.warning,.warning>input{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1))}.warning>input{margin-right:1rem}.warning:after{--tw-translate-y:-50%;--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667V9M9 12.3333H9.00833M16.5 9C16.5 9.98491 16.306 10.9602 15.9291 11.8701C15.5522 12.7801 14.9997 13.6069 14.3033 14.3033C13.6069 14.9997 12.7801 15.5522 11.8701 15.9291C10.9602 16.306 9.98491 16.5 9 16.5C8.01509 16.5 7.03982 16.306 6.12987 15.9291C5.21993 15.5522 4.39314 14.9997 3.6967 14.3033C3.00026 13.6069 2.44781 12.7801 2.0709 11.8701C1.69399 10.9602 1.5 9.98491 1.5 9C1.5 7.01088 2.29018 5.10322 3.6967 3.6967C5.10322 2.29018 7.01088 1.5 9 1.5C10.9891 1.5 12.8968 2.29018 14.3033 3.6967C15.7098 5.10322 16.5 7.01088 16.5 9Z' stroke='%23E4261A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1rem;position:absolute;right:1rem;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:1rem}.warning-left{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1))}.warning-left:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667V9M9 12.3333H9.00833M16.5 9C16.5 9.98491 16.306 10.9602 15.9291 11.8701C15.5522 12.7801 14.9997 13.6069 14.3033 14.3033C13.6069 14.9997 12.7801 15.5522 11.8701 15.9291C10.9602 16.306 9.98491 16.5 9 16.5C8.01509 16.5 7.03982 16.306 6.12987 15.9291C5.21993 15.5522 4.39314 14.9997 3.6967 14.3033C3.00026 13.6069 2.44781 12.7801 2.0709 11.8701C1.69399 10.9602 1.5 9.98491 1.5 9C1.5 7.01088 2.29018 5.10322 3.6967 3.6967C5.10322 2.29018 7.01088 1.5 9 1.5C10.9891 1.5 12.8968 2.29018 14.3033 3.6967C15.7098 5.10322 16.5 7.01088 16.5 9Z' stroke='%23E4261A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1rem;width:1rem}.outline-none{outline:none}input:not([read-only]):focus,textarea:not([read-only]):focus{outline-color:#a1a1aa;outline-width:1px}input:not([read-only]):focus::-moz-placeholder,textarea:not([read-only]):focus::-moz-placeholder{color:transparent}input:not([read-only]):focus::placeholder,textarea:not([read-only]):focus::placeholder{color:transparent}input:-moz-read-only+.placeholder,textarea:-moz-read-only+.placeholder{opacity:0;z-index:0}input:read-only+.placeholder,textarea:read-only+.placeholder{opacity:0;z-index:0}input:read-only:-moz-placeholder-shown+.placeholder,textarea:read-only:-moz-placeholder-shown+.placeholder{opacity:1;z-index:1}input:-moz-read-only:placeholder-shown+.placeholder,textarea:-moz-read-only:placeholder-shown+.placeholder{opacity:1;z-index:1}input:read-only:placeholder-shown+.placeholder,textarea:read-only:placeholder-shown+.placeholder{opacity:1;z-index:1}input:read-only:-moz-placeholder-shown:focus,textarea:read-only:-moz-placeholder-shown:focus{outline-color:#a1a1aa;outline-width:1px}input:-moz-read-only:placeholder-shown:focus,textarea:-moz-read-only:placeholder-shown:focus{outline-color:#a1a1aa;outline-width:1px}input:read-only:placeholder-shown:focus,textarea:read-only:placeholder-shown:focus{outline-color:#a1a1aa;outline-width:1px}input:read-only:placeholder-shown:focus::-moz-placeholder,textarea:read-only:placeholder-shown:focus::-moz-placeholder{--tw-text-opacity:1!important;color:rgb(161 161 170/var(--tw-text-opacity,1))!important}input:read-only:-moz-placeholder-shown:focus::placeholder,textarea:read-only:-moz-placeholder-shown:focus::placeholder{--tw-text-opacity:1!important;color:rgb(161 161 170/var(--tw-text-opacity,1))!important}input:-moz-read-only:placeholder-shown:focus::placeholder,textarea:-moz-read-only:placeholder-shown:focus::placeholder{--tw-text-opacity:1!important;color:rgb(161 161 170/var(--tw-text-opacity,1))!important}input:read-only:placeholder-shown:focus::placeholder,textarea:read-only:placeholder-shown:focus::placeholder{--tw-text-opacity:1!important;color:rgb(161 161 170/var(--tw-text-opacity,1))!important}input:-webkit-autofill,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:focus{-webkit-transition:background-color 600000s 0s,color 600000s 0s;transition:background-color 600000s 0s,color 600000s 0s}label{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-width:1px}.custom-select label.ss-main{border:none}.custom-select label.ss-main .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}label input::-moz-placeholder{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));font-weight:400}label input::placeholder{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));font-weight:400}.font-montserrat{font-family:Montserrat,SpoqaHanSansNeo,SpoqaHanSansJP,Roboto,Arial,sans-serif}.font-s-coredream{font-family:S-CoreDream,SpoqaHanSansNeo,SpoqaHanSansJP,Arial,sans-serif}.font-jalnan{font-family:Jalnan,SpoqaHanSansNeo,SpoqaHanSansJP,Arial,sans-serif}.font-black-han-sans{font-family:BlackHanSans,SpoqaHanSansNeo,SpoqaHanSansJP,Arial,sans-serif}.font-spoqa-han-sans-neo{font-family:SpoqaHanSansNeo,SpoqaHanSansJP,Arial,sans-serif}.font-aggro{font-family:SBAggro,SpoqaHanSansNeo,Arial,sans-serif}.font-gmarket-sans{font-family:GmarketSans,SpoqaHanSansNeo,SpoqaHanSansJP,Arial,sans-serif}.font-pretendard{font-family:Pretendard,GmarketSans,SpoqaHanSansNeo,SpoqaHanSansJP,Arial,sans-serif}.scroll-hidden{height:100%;overflow:hidden}input[type=radio]+label{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1))}input[type=radio]:checked+label{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1));font-weight:500}strong{font-weight:700}.margin-row-2-5px>.margin-row-item{width:50%}.margin-row-2-5px>.margin-row-item:nth-of-type(odd)>*{margin-right:5px}.margin-row-2-5px>.margin-row-item:nth-of-type(2n)>*{margin-left:5px}.unselectable{-webkit-user-drag:none;user-drag:none;-moz-user-select:none;-webkit-user-select:none;user-select:none}img{-webkit-user-drag:none;user-drag:none;-moz-user-select:none;-webkit-user-select:none;user-select:none}.disabled{--tw-bg-opacity:1!important;--tw-text-opacity:1!important;background-color:rgb(212 212 216/var(--tw-bg-opacity,1))!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important;cursor:default!important}.browserInfoModal .disabled{color:#fff!important}button:disabled{--tw-bg-opacity:1!important;--tw-text-opacity:1!important;background-color:rgb(212 212 216/var(--tw-bg-opacity,1))!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important;cursor:default!important}.browserInfoModal button:disabled{color:#fff!important}.btn-default:not(button:disabled):hover{--tw-bg-opacity:1;background-color:rgb(39 39 42/var(--tw-bg-opacity,1))}.btn-zinc-100:not(button:disabled):hover{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1))}.btn-zinc-300:not(button:disabled):hover{--tw-bg-opacity:1;background-color:rgb(161 161 170/var(--tw-bg-opacity,1))}.btn-primary1:not(button:disabled):hover{--tw-gradient-from:#cf1a1a var(--tw-gradient-from-position);--tw-gradient-to:rgba(207,26,26,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#de2a2a var(--tw-gradient-to-position);background-image:linear-gradient(to right,var(--tw-gradient-stops))}button:disabled:hover{--tw-bg-opacity:1!important;--tw-text-opacity:1!important;background-color:rgb(212 212 216/var(--tw-bg-opacity,1))!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important;cursor:default!important}.browserInfoModal button:disabled:hover{color:#fff!important}.btn-default:not(button:disabled:hover):hover{--tw-bg-opacity:1;background-color:rgb(39 39 42/var(--tw-bg-opacity,1))}.btn-zinc-100:not(button:disabled:hover):hover{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1))}.btn-zinc-300:not(button:disabled:hover):hover{--tw-bg-opacity:1;background-color:rgb(161 161 170/var(--tw-bg-opacity,1))}.btn-primary1:not(button:disabled:hover):hover{--tw-gradient-from:#cf1a1a var(--tw-gradient-from-position);--tw-gradient-to:rgba(207,26,26,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#de2a2a var(--tw-gradient-to-position);background-image:linear-gradient(to right,var(--tw-gradient-stops))}.break-keep-all{word-break:keep-all}.break-word{word-break:break-word}@supports (-webkit-touch-callout:none){.break-keep-all{line-break:auto}}.has-error{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1));display:flex;font-size:3vw;line-height:1.4}@media (min-width:480px){.has-error{font-size:.75rem;line-height:1.4}}.flex-all-center{align-items:center;display:flex;justify-content:center}.divide-line{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity,1));height:10px;width:1px}.divide-line-x:after{--tw-bg-opacity:1;--tw-content:"";background-color:rgb(228 228 231/var(--tw-bg-opacity,1));content:var(--tw-content);display:flex;height:1px}.divide-line.spacing{margin-left:3vw;margin-right:3vw}@media (min-width:480px){.divide-line.spacing{margin-left:.75rem;margin-right:.75rem}}.divide-line-sm{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity,1));height:7px;width:1px}.divide-line-sm.spacing{margin-left:3vw;margin-right:3vw}@media (min-width:480px){.divide-line-sm.spacing{margin-left:.75rem;margin-right:.75rem}}.divide-line-m{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity,1));height:18px;width:1px}.divide-line-m.spacing{margin-left:3vw;margin-right:3vw}@media (min-width:480px){.divide-line-m.spacing{margin-left:.75rem;margin-right:.75rem}}.divide-line-center:after{--tw-translate-y:-50%;--tw-bg-opacity:1;--tw-content:"";background-color:rgb(228 228 231/var(--tw-bg-opacity,1));content:var(--tw-content);height:calc(100% - 15px);position:absolute;right:0;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:1px}.divide-circle{align-items:center;display:flex;justify-content:center}.divide-circle.zinc-700:before{--tw-bg-opacity:1;--tw-content:"";background-color:rgb(63 63 70/var(--tw-bg-opacity,1));border-radius:9999px;content:var(--tw-content);display:inline-block;height:.25rem;margin-left:.75rem;margin-right:.75rem;min-height:.25rem;min-width:.25rem;width:.25rem}.divide-circle.zinc-700.init-spacing:before{margin-left:.25rem;margin-right:.25rem}.divide-circle.zinc-300:before{--tw-bg-opacity:1;--tw-content:"";background-color:rgb(212 212 216/var(--tw-bg-opacity,1));border-radius:9999px;content:var(--tw-content);display:inline-block;height:.25rem;margin-left:.75rem;margin-right:.75rem;min-height:.25rem;min-width:.25rem;width:.25rem}.divide-circle.zinc-300.init-spacing:before{margin-left:.25rem;margin-right:.25rem}.divide-circle:first-of-type:before{display:none}.divide-circle-mx-2{align-items:center;display:flex;justify-content:center}.divide-circle-mx-2.zinc-700:before{--tw-bg-opacity:1;--tw-content:"";background-color:rgb(63 63 70/var(--tw-bg-opacity,1));border-radius:9999px;content:var(--tw-content);display:inline-block;height:.25rem;margin-left:.5rem;margin-right:.5rem;min-height:.25rem;min-width:.25rem;width:.25rem}.divide-circle-mx-2.zinc-700.init-spacing:before{margin-left:.25rem;margin-right:.25rem}.divide-circle-mx-2.zinc-300:before{--tw-bg-opacity:1;--tw-content:"";background-color:rgb(212 212 216/var(--tw-bg-opacity,1));border-radius:9999px;content:var(--tw-content);display:inline-block;height:.25rem;margin-left:.5rem;margin-right:.5rem;min-height:.25rem;min-width:.25rem;width:.25rem}.divide-circle-mx-2.zinc-300.init-spacing:before{margin-left:.25rem;margin-right:.25rem}.divide-circle-mx-2:first-of-type:before{display:none}.under-line{position:relative}.under-line:after{--tw-content:"";border:solid;border-width:0 0 1px;bottom:1px;content:var(--tw-content);left:0;position:absolute;width:100%}.hr-sect{align-items:center;display:flex}.hr-sect:after,.hr-sect:before{--tw-bg-opacity:1;--tw-content:"";background-color:rgb(228 228 231/var(--tw-bg-opacity,1));content:var(--tw-content);flex-grow:1;height:1px}.btn-initial{align-items:center;cursor:pointer;display:flex;justify-content:center;text-align:center}.btn-default{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1))}.browserInfoModal .btn-default{color:#fff}.btn-default:not(.disabled):hover{--tw-bg-opacity:1;background-color:rgb(39 39 42/var(--tw-bg-opacity,1))}.btn-zinc-100{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity,1))}.btn-zinc-100:not(.disabled):hover{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1))}.btn-zinc-300{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1))}.browserInfoModal .btn-zinc-300{color:#fff}.btn-zinc-300:not(.disabled):hover{--tw-bg-opacity:1;background-color:rgb(161 161 170/var(--tw-bg-opacity,1))}.btn-primary1{--tw-gradient-from:#dc2626 var(--tw-gradient-from-position);--tw-gradient-to:rgba(220,38,38,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#ef4444 var(--tw-gradient-to-position);--tw-text-opacity:1;background-image:linear-gradient(to right,var(--tw-gradient-stops));color:rgb(255 255 255/var(--tw-text-opacity,1))}.browserInfoModal .btn-primary1{color:#fff}.btn-primary1:not(.disabled):hover{--tw-gradient-from:#cf1a1a var(--tw-gradient-from-position);--tw-gradient-to:rgba(207,26,26,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#de2a2a var(--tw-gradient-to-position);background-image:linear-gradient(to right,var(--tw-gradient-stops))}.btn-primary1:disabled{--tw-text-opacity:1;background-image:none;color:rgb(255 255 255/var(--tw-text-opacity,1));cursor:default}.browserInfoModal .btn-primary1:disabled{color:#fff}.btn-primary1:disabled:hover{--tw-text-opacity:1;background-image:none;color:rgb(255 255 255/var(--tw-text-opacity,1));cursor:default}.browserInfoModal .btn-primary1:disabled:hover{color:#fff}.btn-primary1-gradient{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.browserInfoModal .btn-primary1-gradient{color:#fff}.btn-primary1-gradient{background:linear-gradient(92.99deg,#dc2626 -4.37%,#ef4444 105.32%);box-shadow:2px 4px 7px rgba(0,0,0,.32)}.btn-primary1-gradient:disabled{--tw-text-opacity:1;background-image:none;color:rgb(255 255 255/var(--tw-text-opacity,1));cursor:default}.browserInfoModal .btn-primary1-gradient:disabled{color:#fff}.btn-primary1-gradient:disabled:hover{--tw-text-opacity:1;background-image:none;color:rgb(255 255 255/var(--tw-text-opacity,1));cursor:default}.browserInfoModal .btn-primary1-gradient:disabled:hover{color:#fff}.btn-primary1-gradient:hover{background:linear-gradient(92.99deg,#cf1a1a -4.37%,#de2a2a 105.32%)}.btn{align-items:center;border-radius:9999px;cursor:pointer;display:flex;justify-content:center;line-height:1rem;padding-bottom:4vw;padding-top:4vw;text-align:center}@media (min-width:480px){.btn{padding-bottom:1rem;padding-top:1rem}}.btn :not(.text-base){font-size:1.125rem;line-height:1.5}.btn.btn-slim{align-items:center;display:flex;padding-bottom:2vw;padding-top:2vw}@media (min-width:480px){.btn.btn-slim{padding-bottom:.5rem;padding-top:.5rem}}.btn-xs-r-lg{border-radius:.5rem;font-size:.875rem;line-height:1.4;padding:2vw 3vw}@media (min-width:480px){.btn-xs-r-lg{padding:.5rem .75rem}}.btn-xs-r-sm{border-radius:.25rem;font-size:.75rem;line-height:1.4;padding:1vw 2vw}@media (min-width:480px){.btn-xs-r-sm{padding:.25rem .5rem}}.btn.btn-lg{width:16rem}.btn-more-sm{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity,1));border-radius:9999px;line-height:1rem}.btn-more-sm:not(.disabled):hover{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1))}.btn.btn-more-sm{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity,1));padding-left:4vw;padding-right:4vw}@media (min-width:480px){.btn.btn-more-sm{padding-left:1rem;padding-right:1rem}}.btn-more-sm{font-size:3.5vw;font-weight:500;line-height:1.4}@media (min-width:480px){.btn-more-sm{font-size:.875rem;line-height:1.4}}.btn-more-sm{margin-bottom:3vw;margin-top:6vw;padding-bottom:3vw;padding-top:3vw;width:33vw}@media (min-width:480px){.btn-more-sm{margin-bottom:.75rem;margin-top:1.5rem;padding-bottom:.75rem;padding-top:.75rem;width:8.25rem}}.btn.btn-zinc-100{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity,1));padding-left:4vw;padding-right:4vw}@media (min-width:480px){.btn.btn-zinc-100{padding-left:1rem;padding-right:1rem}}.btn-square{border-radius:.5rem}.btn-square,.btn-square-r-sm{align-items:center;cursor:pointer;display:flex;justify-content:center;text-align:center}.btn-square-r-sm{border-radius:.25rem}.btn-square-r-sm.btn-md{font-size:.875rem;line-height:1.4;padding:1.5vw;width:7.75rem}@media (min-width:480px){.btn-square-r-sm.btn-md{padding:.375rem}}.btn-square-r-full{align-items:center;border-radius:9999px;cursor:pointer;display:flex;justify-content:center;text-align:center}.btn-square-r-full.btn-md{font-size:.875rem;line-height:1.4;padding:1.5vw;width:7.75rem}@media (min-width:480px){.btn-square-r-full.btn-md{padding:.375rem}}.btn-rounded{align-items:center;border-radius:9999px;display:flex;justify-content:center}.bg-madahm-r-side{--tw-text-opacity:1;background-repeat:no-repeat;background-size:cover;color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;flex-direction:column;justify-content:flex-start;min-width:45rem;overflow:hidden;text-align:left}.browserInfoModal .bg-madahm-r-side{color:#fff}.bg-madahm-r-side{background-image:url(/assets/img/bg_sign_page.png)}.custom-radio{align-items:center;display:flex;position:relative}.custom-radio:hover{cursor:pointer}.custom-radio .title{font-size:1rem;line-height:1.5}.btn :not(.custom-radio .title){font-size:1.125rem;line-height:1.5}.custom-radio p{font-size:.75rem;line-height:1.4}.custom-radio:not(.card-type):before{--tw-border-opacity:1;--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23D4D4D8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:50%;border-color:rgb(212 212 216/var(--tw-border-opacity,1));border-radius:9999px;border-width:1px;content:var(--tw-content);display:flex}.custom-select .ss-main.custom-radio:not(.card-type):before{border:none}.custom-select .ss-main.custom-radio:not(.card-type) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.custom-radio:not(.card-type):before{align-items:center;display:flex;height:6vw;justify-content:center;margin-right:2vw;width:6vw}@media (min-width:480px){.custom-radio:not(.card-type):before{height:1.5rem;margin-right:.5rem;width:1.5rem}}.custom-radio-after:after{--tw-border-opacity:1;--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23D4D4D8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:50%;border-color:rgb(212 212 216/var(--tw-border-opacity,1));border-radius:9999px;border-width:1px;content:var(--tw-content);height:6vw;margin-right:.5rem;width:6vw}.custom-select .ss-main.custom-radio-after:after{border:none}.custom-select .ss-main.custom-radio-after .ss-single-selected:after{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.custom-radio-after:after{align-items:center;display:flex;justify-content:center}@media (min-width:480px){.custom-radio-after:after{height:1.5rem;width:1.5rem}}.custom-radio.card-type{cursor:pointer;flex-direction:column;padding:3rem 1.5rem 2rem}.custom-radio.card-type.small-card{height:9rem;padding-bottom:1.75rem;padding-top:2.5rem;width:9rem}.custom-radio.card-type.small-card:hover{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1))}.custom-radio.vertical-icon-card{height:5rem;padding:1.5rem 1rem;width:9rem}textarea:-moz-read-only:focus{outline:none!important}textarea:read-only:focus{outline:none!important}textarea:-moz-read-only:not(.readonly-exception){--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));cursor:default}textarea:read-only:not(.readonly-exception){--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));cursor:default}textarea:-moz-read-only:not(.readonly-exception) :not(.text-zinc-700){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}textarea:read-only:not(.readonly-exception) :not(.text-zinc-700){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:-moz-read-only:focus{outline:none!important}input:read-only:focus{outline:none!important}input:-moz-read-only:not(.readonly-exception){--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));cursor:default}input:read-only:not(.readonly-exception){--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));cursor:default}input:-moz-read-only:not(.readonly-exception) :not(.text-zinc-700){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:read-only:not(.readonly-exception) :not(.text-zinc-700){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input+.custom-checkbox:not(.card-type) input[type=checkbox]{clip:rect(0,0,0,0);border:0;display:none;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}input+.custom-checkbox:not(.card-type).card-option{align-items:center;cursor:pointer;display:flex;padding:2vw}@media (min-width:480px){input+.custom-checkbox:not(.card-type).card-option{padding:.75rem}}input+.custom-checkbox:not(.card-type).card-option:before{--tw-border-opacity:1;--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23D4D4D8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:50%;border-color:rgb(212 212 216/var(--tw-border-opacity,1));border-radius:9999px;border-width:1px;content:var(--tw-content);display:flex;height:6vw;margin-right:.5rem;width:6vw}.custom-select input.ss-main+.custom-checkbox:not(.card-type).card-option:before{border:none}.custom-select input.ss-main+.custom-checkbox:not(.card-type).card-option .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}@media (min-width:480px){input+.custom-checkbox:not(.card-type).card-option:before{height:1.5rem;width:1.5rem}}input+.custom-checkbox:not(.card-type).card-option.card-custom1{margin-top:1rem;padding:1.5rem 2rem}input+.custom-checkbox:not(.card-type).card-option.card-custom1:before{--tw-border-opacity:1;--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23D4D4D8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:50%;border-color:rgb(212 212 216/var(--tw-border-opacity,1));border-radius:9999px;border-width:1px;content:var(--tw-content);display:flex;height:7vw;margin-right:.5rem;width:7vw}.custom-select input.ss-main+.custom-checkbox:not(.card-type).card-option.card-custom1:before{border:none}.custom-select input.ss-main+.custom-checkbox:not(.card-type).card-option.card-custom1 .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}@media (min-width:480px){input+.custom-checkbox:not(.card-type).card-option.card-custom1:before{height:1.75rem;width:1.75rem}}input+.custom-checkbox.card-type{align-items:center;cursor:pointer;display:flex;flex-direction:column;padding:3rem 1.5rem 2rem;position:relative}input+.custom-checkbox.card-type.small-card{height:auto;height:9rem;padding-bottom:1.75rem;padding-top:2.5rem;width:9rem}input+.custom-checkbox.card-type.small-card,input+.custom-checkbox.card-type.small-card+.prev-cate2{transition-duration:.2s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}input+.custom-checkbox.card-type.small-card+.prev-cate2{border-radius:.5rem;opacity:0;padding:.5rem;position:absolute;top:150px;width:100%}input+.custom-checkbox.card-type.small-card:hover{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1))}input+.custom-checkbox.card-type.small-card:hover+.prev-cate2{opacity:1;transition-duration:.2s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}input+.custom-checkbox.mini-card{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:6rem;justify-content:center;padding:2vw;width:6rem}@media (min-width:480px){input+.custom-checkbox.mini-card{height:7rem;padding:1.5rem 1rem;width:7rem}}input+.custom-checkbox.mini-card:hover{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1));border-width:2px}@media (min-width:480px){input+.custom-checkbox.mini-card:hover{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1));border-width:1px}}input:checked+.custom-radio:before{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-content:"";background-color:rgb(228 38 26/var(--tw-bg-opacity,1));background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23ffffff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:50%;border-color:rgb(228 38 26/var(--tw-border-opacity,1));border-radius:9999px;border-width:1px;content:var(--tw-content)}.custom-select input.ss-main:checked+.custom-radio:before{border:none}.custom-select input.ss-main:checked+.custom-radio .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}input:checked+.custom-radio:before{align-items:center;display:flex;justify-content:center}.browserInfoModal input:checked+.custom-radio:before{background-color:#e4261a}input:checked+.custom-radio:before{height:6vw;left:3vw;top:3vw;width:6vw}@media (min-width:480px){input:checked+.custom-radio:before{height:1.5rem;left:.75rem;top:.75rem;width:1.5rem}}input:checked+.custom-radio-after:after{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-content:"";background-color:rgb(228 38 26/var(--tw-bg-opacity,1));background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23ffffff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:50%;border-color:rgb(228 38 26/var(--tw-border-opacity,1));border-radius:9999px;border-width:1px;content:var(--tw-content);height:6vw;width:6vw}.custom-select input.ss-main:checked+.custom-radio-after:after{border:none}.custom-select input.ss-main:checked+.custom-radio-after .ss-single-selected:after{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}input:checked+.custom-radio-after:after{align-items:center;display:flex;justify-content:center}.browserInfoModal input:checked+.custom-radio-after:after{background-color:#e4261a}@media (min-width:480px){input:checked+.custom-radio-after:after{height:1.5rem;width:1.5rem}}input:checked+.custom-radio.card-type:before{position:absolute}input:checked+.custom-radio.card-type.small-card{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1))}input:checked+.custom-radio.card-type.small-card:before{--tw-text-opacity:1;--tw-content:initial;background-image:none;border-radius:.25rem;color:rgb(255 255 255/var(--tw-text-opacity,1));content:var(--tw-content);font-size:.75rem;height:1.5rem;left:.5rem;line-height:1.4;position:absolute;top:.5rem;width:2.25rem}.browserInfoModal input:checked+.custom-radio.card-type.small-card:before{color:#fff}input:checked+.custom-radio.card-type.small-card:before{content:"선택"}input:checked+.custom-checkbox:before{--tw-bg-opacity:1;--tw-content:"";align-items:center;background-color:rgb(228 38 26/var(--tw-bg-opacity,1));background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23ffffff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:50%;border-radius:9999px;border-width:0;content:var(--tw-content);display:flex;height:6vw;justify-content:center;width:6vw}.tag:not(input:checked+.custom-checkbox):before{border-width:1px}.custom-select .ss-main.tag:not(input:checked+.custom-checkbox):before{border:none}.custom-select .ss-main.tag:not(input:checked+.custom-checkbox) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.square-btn:not(input:checked+.custom-checkbox):before{border-width:1px}.custom-select .ss-main.square-btn:not(input:checked+.custom-checkbox):before{border:none}.custom-select .ss-main.square-btn:not(input:checked+.custom-checkbox) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.square-btn-r-lg:not(input:checked+.custom-checkbox):before{border-width:1px}.custom-select .ss-main.square-btn-r-lg:not(input:checked+.custom-checkbox):before{border:none}.custom-select .ss-main.square-btn-r-lg:not(input:checked+.custom-checkbox) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.browserInfoModal input:checked+.custom-checkbox:before{background-color:#e4261a}@media (min-width:480px){input:checked+.custom-checkbox:before{height:1.5rem;width:1.5rem}}input:checked+.custom-checkbox.card-option{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1))}input:checked+.custom-checkbox.card-option:before{--tw-bg-opacity:1;--tw-content:"";background-color:rgb(228 38 26/var(--tw-bg-opacity,1));background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23ffffff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:50%;border-radius:9999px;border-width:0;content:var(--tw-content);display:flex;height:6vw;width:6vw}.tag:not(input:checked+.custom-checkbox.card-option):before{border-width:1px}.custom-select .ss-main.tag:not(input:checked+.custom-checkbox.card-option):before{border:none}.custom-select .ss-main.tag:not(input:checked+.custom-checkbox.card-option) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.square-btn:not(input:checked+.custom-checkbox.card-option):before{border-width:1px}.custom-select .ss-main.square-btn:not(input:checked+.custom-checkbox.card-option):before{border:none}.custom-select .ss-main.square-btn:not(input:checked+.custom-checkbox.card-option) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.square-btn-r-lg:not(input:checked+.custom-checkbox.card-option):before{border-width:1px}.custom-select .ss-main.square-btn-r-lg:not(input:checked+.custom-checkbox.card-option):before{border:none}.custom-select .ss-main.square-btn-r-lg:not(input:checked+.custom-checkbox.card-option) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.browserInfoModal input:checked+.custom-checkbox.card-option:before{background-color:#e4261a}@media (min-width:480px){input:checked+.custom-checkbox.card-option:before{height:1.5rem;width:1.5rem}}input:checked+.custom-checkbox.card-option.card-custom1{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));margin-top:1rem;padding:1.5rem 2rem}input:checked+.custom-checkbox.card-option.card-custom1:before{--tw-bg-opacity:1;--tw-content:"";background-color:rgb(63 63 70/var(--tw-bg-opacity,1));background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23ffffff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:50%;border-radius:9999px;border-width:0;content:var(--tw-content);display:flex;height:7vw;width:7vw}.tag:not(input:checked+.custom-checkbox.card-option.card-custom1):before{border-width:1px}.custom-select .ss-main.tag:not(input:checked+.custom-checkbox.card-option.card-custom1):before{border:none}.custom-select .ss-main.tag:not(input:checked+.custom-checkbox.card-option.card-custom1) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.square-btn:not(input:checked+.custom-checkbox.card-option.card-custom1):before{border-width:1px}.custom-select .ss-main.square-btn:not(input:checked+.custom-checkbox.card-option.card-custom1):before{border:none}.custom-select .ss-main.square-btn:not(input:checked+.custom-checkbox.card-option.card-custom1) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.square-btn-r-lg:not(input:checked+.custom-checkbox.card-option.card-custom1):before{border-width:1px}.custom-select .ss-main.square-btn-r-lg:not(input:checked+.custom-checkbox.card-option.card-custom1):before{border:none}.custom-select .ss-main.square-btn-r-lg:not(input:checked+.custom-checkbox.card-option.card-custom1) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}@media (min-width:480px){input:checked+.custom-checkbox.card-option.card-custom1:before{height:1.75rem;width:1.75rem}}input:checked+.custom-checkbox.card-type:before{position:absolute}input:checked+.custom-checkbox.card-type.small-card{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1))}input:checked+.custom-checkbox.card-type.small-card:before{--tw-text-opacity:1;background-image:none;border-radius:.25rem;color:rgb(255 255 255/var(--tw-text-opacity,1));font-size:.75rem;height:1.5rem;left:.5rem;line-height:1.4;position:absolute;top:.5rem;width:2.25rem}.browserInfoModal input:checked+.custom-checkbox.card-type.small-card:before{color:#fff}input:checked+.custom-checkbox.card-type.small-card:before{content:"선택"}input:checked+.custom-checkbox.mini-card{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1));border-width:2px}@media (min-width:480px){input:checked+.custom-checkbox.mini-card{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1));border-width:1px}}input:checked+.custom-checkbox.mini-card:before{display:none}.disabled-check input:not(:checked)+label{opacity:.3}label.select-marker-none{word-break:keep-all}@supports (-webkit-touch-callout:none){label.select-marker-none{line-break:auto}}label.select-marker-none:before{display:none!important}.join-gubun-list{display:flex;flex-wrap:wrap;margin-top:1.5rem}.join-gubun-list .join-gubun{align-items:center;display:flex;justify-content:space-between;margin-top:1rem;padding:3.5vw 5vw}@media (min-width:480px){.join-gubun-list .join-gubun{padding:.875rem 1.25rem}}.join-gubun-list .join-gubun img{height:2rem;margin-right:1rem;width:2rem}.join-gubun-list .join-gubun:not(.marker-hidden):after{--tw-border-opacity:1;align-items:center;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:9999px;border-width:1px;height:1.5rem;justify-content:center;width:1.5rem}.custom-select .ss-main.join-gubun-list .join-gubun:not(.marker-hidden):after{border:none}.custom-select .ss-main.join-gubun-list .join-gubun:not(.marker-hidden) .ss-single-selected:after{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.join-gubun-list .join-gubun:not(.marker-hidden):after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23A1A1AA'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:54%;content:var(--tw-content);display:block;display:flex}.join-gubun-list .join-gubun:hover{cursor:pointer}.join-gubun-list li:first-of-type .join-gubun{margin-top:0}input:checked+.join-gubun:not(.marker-hidden):after{--tw-content:"";--tw-bg-opacity:1;align-items:center;background-color:rgb(220 38 38/var(--tw-bg-opacity,1));background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23ffffff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:54%;border-radius:9999px;border-width:0;content:var(--tw-content);display:block;display:flex;height:1.5rem;justify-content:center;width:1.5rem}.tag:not(input:checked+.join-gubun:not(.marker-hidden)):after{border-width:1px}.custom-select .ss-main.tag:not(input:checked+.join-gubun:not(.marker-hidden)):after{border:none}.custom-select .ss-main.tag:not(input:checked+.join-gubun:not(.marker-hidden)) .ss-single-selected:after{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.square-btn:not(input:checked+.join-gubun:not(.marker-hidden)):after{border-width:1px}.custom-select .ss-main.square-btn:not(input:checked+.join-gubun:not(.marker-hidden)):after{border:none}.custom-select .ss-main.square-btn:not(input:checked+.join-gubun:not(.marker-hidden)) .ss-single-selected:after{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.square-btn-r-lg:not(input:checked+.join-gubun:not(.marker-hidden)):after{border-width:1px}.custom-select .ss-main.square-btn-r-lg:not(input:checked+.join-gubun:not(.marker-hidden)):after{border:none}.custom-select .ss-main.square-btn-r-lg:not(input:checked+.join-gubun:not(.marker-hidden)) .ss-single-selected:after{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.list.count6 .list-item:last-of-type .custom-checkbox,.list.count6 .list-item:nth-of-type(6) .custom-checkbox{margin:0!important}.bold-arrow-icon-left-lg .list.count6 .list-item:last-of-type .custom-checkbox:after,.bold-arrow-icon-left-lg.list.count6 .list-item:nth-of-type(6) .custom-checkbox:after,.bold-arrow-icon-left-md .list.count6 .list-item:last-of-type .custom-checkbox:after,.bold-arrow-icon-left-md.list.count6 .list-item:nth-of-type(6) .custom-checkbox:after,.bold-arrow-icon-left-sm .list.count6 .list-item:last-of-type .custom-checkbox:after,.bold-arrow-icon-left-sm.list.count6 .list-item:nth-of-type(6) .custom-checkbox:after,.bold-arrow-icon-right-lg .list.count6 .list-item:last-of-type .custom-checkbox:after,.bold-arrow-icon-right-lg.list.count6 .list-item:nth-of-type(6) .custom-checkbox:after,.bold-arrow-icon-right-md .list.count6 .list-item:last-of-type .custom-checkbox:after,.bold-arrow-icon-right-md.list.count6 .list-item:nth-of-type(6) .custom-checkbox:after,.bold-arrow-icon-right-sm .list.count6 .list-item:last-of-type .custom-checkbox:after,.bold-arrow-icon-right-sm.list.count6 .list-item:nth-of-type(6) .custom-checkbox:after,.bold-arrow-icon-w-left-lg .list.count6 .list-item:last-of-type .custom-checkbox:after,.bold-arrow-icon-w-left-lg.list.count6 .list-item:nth-of-type(6) .custom-checkbox:after,.bold-arrow-icon-w-left-md .list.count6 .list-item:last-of-type .custom-checkbox:after,.bold-arrow-icon-w-left-md.list.count6 .list-item:nth-of-type(6) .custom-checkbox:after,.bold-arrow-icon-w-left-sm .list.count6 .list-item:last-of-type .custom-checkbox:after,.bold-arrow-icon-w-left-sm.list.count6 .list-item:nth-of-type(6) .custom-checkbox:after,.bold-arrow-icon-w-right-lg .list.count6 .list-item:last-of-type .custom-checkbox:after,.bold-arrow-icon-w-right-lg.list.count6 .list-item:nth-of-type(6) .custom-checkbox:after,.bold-arrow-icon-w-right-md .list.count6 .list-item:last-of-type .custom-checkbox:after,.bold-arrow-icon-w-right-md.list.count6 .list-item:nth-of-type(6) .custom-checkbox:after,.bold-arrow-icon-w-right-sm .list.count6 .list-item:last-of-type .custom-checkbox:after,.bold-arrow-icon-w-right-sm.list.count6 .list-item:nth-of-type(6) .custom-checkbox:after{margin-left:0}.marker-must{display:flex}.marker-must:after{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1));content:"*";display:block;margin-left:2px}.divide-line-lg{height:1px}.divide-line-lg,.divide-line-lg-2{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1))}.divide-line-lg-2{height:2px}.divide-line-lg-3{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity,1));height:3px}.dice-red-600 label:before{--tw-border-opacity:1;--tw-content:"";border-color:rgb(212 212 216/var(--tw-border-opacity,1));border-radius:.25rem;border-width:1px;content:var(--tw-content);display:flex}.custom-select .ss-main.dice-red-600 label:before{border:none}.custom-select .ss-main.dice-red-600 label .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.dice-red-600 label:before{box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1);height:22px;transition:background-color .25s;width:22px}.dice-red-600 input[type=checkbox]:checked~label:before{--tw-bg-opacity:1;--tw-text-opacity:1;--tw-content:"";background-color:rgb(220 38 38/var(--tw-bg-opacity,1));background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23ffffff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:54%;border-width:0;color:rgb(82 82 91/var(--tw-text-opacity,1));content:var(--tw-content);display:block;display:flex}.tag:not(.dice-red-600 input[type=checkbox]:checked~label):before{border-width:1px}.custom-select .ss-main.tag:not(.dice-red-600 input[type=checkbox]:checked~label):before{border:none}.custom-select .ss-main.tag:not(.dice-red-600 input[type=checkbox]:checked~label) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.square-btn:not(.dice-red-600 input[type=checkbox]:checked~label):before{border-width:1px}.custom-select .ss-main.square-btn:not(.dice-red-600 input[type=checkbox]:checked~label):before{border:none}.custom-select .ss-main.square-btn:not(.dice-red-600 input[type=checkbox]:checked~label) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.square-btn-r-lg:not(.dice-red-600 input[type=checkbox]:checked~label):before{border-width:1px}.custom-select .ss-main.square-btn-r-lg:not(.dice-red-600 input[type=checkbox]:checked~label):before{border:none}.custom-select .ss-main.square-btn-r-lg:not(.dice-red-600 input[type=checkbox]:checked~label) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.circle-red-600 label:before{--tw-border-opacity:1;--tw-content:"";border-color:rgb(212 212 216/var(--tw-border-opacity,1));border-radius:9999px;border-width:1px;content:var(--tw-content);display:flex}.custom-select .ss-main.circle-red-600 label:before{border:none}.custom-select .ss-main.circle-red-600 label .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.circle-red-600 label:before{box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1);height:22px;transition:background-color .25s;width:22px}.circle-red-600 input[type=checkbox]:checked~label:before{--tw-bg-opacity:1;--tw-text-opacity:1;--tw-content:"";background-color:rgb(220 38 38/var(--tw-bg-opacity,1));background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23ffffff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:54%;border-width:0;color:rgb(82 82 91/var(--tw-text-opacity,1));content:var(--tw-content);display:block;display:flex}.tag:not(.circle-red-600 input[type=checkbox]:checked~label):before{border-width:1px}.custom-select .ss-main.tag:not(.circle-red-600 input[type=checkbox]:checked~label):before{border:none}.custom-select .ss-main.tag:not(.circle-red-600 input[type=checkbox]:checked~label) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.square-btn:not(.circle-red-600 input[type=checkbox]:checked~label):before{border-width:1px}.custom-select .ss-main.square-btn:not(.circle-red-600 input[type=checkbox]:checked~label):before{border:none}.custom-select .ss-main.square-btn:not(.circle-red-600 input[type=checkbox]:checked~label) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.square-btn-r-lg:not(.circle-red-600 input[type=checkbox]:checked~label):before{border-width:1px}.custom-select .ss-main.square-btn-r-lg:not(.circle-red-600 input[type=checkbox]:checked~label):before{border:none}.custom-select .ss-main.square-btn-r-lg:not(.circle-red-600 input[type=checkbox]:checked~label) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.circle-line-red-600 label:before{--tw-border-opacity:1;--tw-content:"";border-color:rgb(212 212 216/var(--tw-border-opacity,1));border-radius:9999px;border-width:1px;content:var(--tw-content);display:flex}.custom-select .ss-main.circle-line-red-600 label:before{border:none}.custom-select .ss-main.circle-line-red-600 label .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.circle-line-red-600 label:before{--tw-bg-opacity:1;--tw-text-opacity:1;--tw-content:"";background-color:rgb(228 38 26/var(--tw-bg-opacity,1));background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23ffffff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:54%;color:rgb(255 255 255/var(--tw-text-opacity,1));content:var(--tw-content);display:block;display:flex;height:22px;transition:background-color .25s;width:22px}.browserInfoModal .circle-line-red-600 label:before{background-color:#e4261a;color:#fff}.circle-line-red-600 input[type=checkbox]:checked~label:before{--tw-bg-opacity:1;--tw-text-opacity:1;--tw-content:"";background-color:rgb(255 255 255/var(--tw-bg-opacity,1));background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23E4261A'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:54%;border-width:0;color:rgb(255 255 255/var(--tw-text-opacity,1));content:var(--tw-content);display:block;display:flex}.circle-line-red-600 input[type=checkbox]:checked~label.icon-lg-border:before{background-size:50%;border-radius:9999px;border-width:2px;display:flex;height:18vw;width:18vw}@media (min-width:480px){.circle-line-red-600 input[type=checkbox]:checked~label.icon-lg-border:before{height:4.5rem;width:4.5rem}}.circle-line-red-600 input[type=checkbox]:checked~label.icon-lg-border:before{border-color:currentColor}.tag:not(.circle-line-red-600 input[type=checkbox]:checked~label):before{border-width:1px}.custom-select .ss-main.tag:not(.circle-line-red-600 input[type=checkbox]:checked~label):before{border:none}.custom-select .ss-main.tag:not(.circle-line-red-600 input[type=checkbox]:checked~label) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.square-btn:not(.circle-line-red-600 input[type=checkbox]:checked~label):before{border-width:1px}.custom-select .ss-main.square-btn:not(.circle-line-red-600 input[type=checkbox]:checked~label):before{border:none}.custom-select .ss-main.square-btn:not(.circle-line-red-600 input[type=checkbox]:checked~label) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.square-btn-r-lg:not(.circle-line-red-600 input[type=checkbox]:checked~label):before{border-width:1px}.custom-select .ss-main.square-btn-r-lg:not(.circle-line-red-600 input[type=checkbox]:checked~label):before{border:none}.custom-select .ss-main.square-btn-r-lg:not(.circle-line-red-600 input[type=checkbox]:checked~label) .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.browserInfoModal .circle-line-red-600 input[type=checkbox]:checked~label:before{background-color:#fff;color:#fff}.fit-width{min-width:70rem}.main.fit-width footer,.main>.fit-width{min-width:1660px}.fit-page{height:100vh;min-width:70rem}.main.fit-page footer,.main>.fit-page{min-width:1660px}.icon-toggle.active{transform:rotateX(180deg)}.icon-toggle-dropdown{display:flex}.icon-toggle-dropdown:after{--tw-rotate:90deg;--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-duration:.3s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:1rem}.icon-toggle-dropdown.active:after{transform:rotate(270deg)}.icon-toggle-dropdown-w{display:flex}.icon-toggle-dropdown-w:after{--tw-rotate:90deg;--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-duration:.3s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:1rem}.icon-toggle-dropdown-w.active:after{transform:rotate(270deg)}.icon-toggle-dropdown-white{display:flex}.icon-toggle-dropdown-white:after{--tw-rotate:90deg;--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-duration:.3s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:1rem}.icon-toggle-dropdown-white.active:after{transform:rotate(270deg)}.icon-toggle-dropdown-white-w{display:flex}.icon-toggle-dropdown-white-w:after{--tw-rotate:90deg;--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-duration:.3s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:1rem}.icon-toggle-dropdown-white-w.active:after,input:checked+label.icon-toggle-dropdown:after{transform:rotate(270deg)}.dropdown-list{height:0;opacity:0;z-index:-1}.dropdown-list.active{height:auto;opacity:1;transition-delay:.15s;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0}.dropdown-list .dropdown-target:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));color:rgb(228 38 26/var(--tw-text-opacity,1))}.browserInfoModal .dropdown-list .dropdown-target:hover{color:#e4261a}.dropdown-list .dropdown-target.active{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));color:rgb(228 38 26/var(--tw-text-opacity,1))}.browserInfoModal .dropdown-list .dropdown-target.active{color:#e4261a}.sidenav-list .sidenav-target.active,.sidenav-list .sidenav-target:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));color:rgb(228 38 26/var(--tw-text-opacity,1))}.browserInfoModal .sidenav-list .sidenav-target.active,.browserInfoModal .sidenav-list .sidenav-target:hover{color:#e4261a}.sidenav-list.client-mymadahm-nav .sidenav-target:first-child .button-box:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M12 12H15M12 16H15M9 12H9.01M9 16H9.01' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:flex;height:1.25rem;left:-.25rem;position:relative;width:1.25rem}.sidenav-list.client-mymadahm-nav .sidenav-target:first-child.active .button-box:before,.sidenav-list.client-mymadahm-nav .sidenav-target:first-child:hover .button-box:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M12 12H15M12 16H15M9 12H9.01M9 16H9.01' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;display:flex}.sidenav-list.client-mymadahm-nav .sidenav-target:nth-child(2) .button-box:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8284 9.82843C15.5786 9.07828 16 8.06087 16 7C16 5.93913 15.5786 4.92172 14.8284 4.17157C14.0783 3.42143 13.0609 3 12 3C10.9391 3 9.92172 3.42143 9.17157 4.17157C8.42143 4.92172 8 5.93913 8 7C8 8.06087 8.42143 9.07828 9.17157 9.82843C9.92172 10.5786 10.9391 11 12 11C13.0609 11 14.0783 10.5786 14.8284 9.82843Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.05025 16.0503C8.36301 14.7375 10.1435 14 12 14C13.8565 14 15.637 14.7375 16.9497 16.0503C18.2625 17.363 19 19.1435 19 21H5C5 19.1435 5.7375 17.363 7.05025 16.0503Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:flex;height:1.25rem;left:-.25rem;position:relative;width:1.25rem}.sidenav-list.client-mymadahm-nav .sidenav-target:nth-child(2).active .button-box:before,.sidenav-list.client-mymadahm-nav .sidenav-target:nth-child(2):hover .button-box:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8284 9.82843C15.5786 9.07828 16 8.06087 16 7C16 5.93913 15.5786 4.92172 14.8284 4.17157C14.0783 3.42143 13.0609 3 12 3C10.9391 3 9.92172 3.42143 9.17157 4.17157C8.42143 4.92172 8 5.93913 8 7C8 8.06087 8.42143 9.07828 9.17157 9.82843C9.92172 10.5786 10.9391 11 12 11C13.0609 11 14.0783 10.5786 14.8284 9.82843Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.05025 16.0503C8.36301 14.7375 10.1435 14 12 14C13.8565 14 15.637 14.7375 16.9497 16.0503C18.2625 17.363 19 19.1435 19 21H5C5 19.1435 5.7375 17.363 7.05025 16.0503Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;display:flex}.icon-download{display:flex}.icon-download:after{content:url(/assets/img/icons/down.svg)}.navbar-nav1>li{display:flex;margin-right:2.5rem}.navbar-nav1>li:last-of-type{margin-right:0}.navbar-nav1>li.active{--tw-text-opacity:1;color:rgb(228 38 26/var(--tw-text-opacity,1))}.browserInfoModal .navbar-nav1>li.active{color:#e4261a}.navbar-nav1 .nav-more{--tw-bg-opacity:1;--tw-shadow:0px 4px 30px rgba(0,0,0,.16);--tw-shadow-colored:0px 4px 30px var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.5rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);display:none;position:absolute;right:0;top:2rem;width:15rem}.browserInfoModal .navbar-nav1 .nav-more{background-color:#fff}.navbar-nav1 .nav-more.active{display:block}.navbar-nav1 .nav-more .nav-more-list{padding-bottom:1.5rem;padding-top:1.5rem}.navbar-nav1 .nav-more li{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));transition-duration:.2s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.navbar-nav1 .nav-more li.list-title{margin-bottom:.5rem;padding-left:1.5rem;padding-right:1.5rem}.navbar-nav1 .nav-more li:not(.list-title)>a,.navbar-nav1 .nav-more li:not(.list-title)>button{--tw-text-opacity:1;color:rgb(82 82 91/var(--tw-text-opacity,1));display:flex;font-size:1rem;line-height:1.5;padding:.75rem 1.5rem;width:100%}.btn :not(.navbar-nav1 .nav-more li:not(.list-title)>a),.btn :not(.navbar-nav1 .nav-more li:not(.list-title)>button){font-size:1.125rem;line-height:1.5}.navbar-nav1 .nav-more li:not(.list-title):hover{--tw-bg-opacity:1;background-color:rgb(243 247 255/var(--tw-bg-opacity,1))}.navbar-nav2 .nav-more{--tw-bg-opacity:1;--tw-shadow:0px 4px 30px rgba(0,0,0,.16);--tw-shadow-colored:0px 4px 30px var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.5rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);display:none;position:absolute;right:0;top:2rem}.browserInfoModal .navbar-nav2 .nav-more{background-color:#fff}.navbar-nav2 .nav-more{width:240px}.navbar-nav2 .nav-more.active{display:block}.navbar-nav2 .nav-more .nav-more-list{padding-bottom:1.5rem;padding-top:1.5rem}.navbar-nav2 .nav-more li{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));transition-duration:.2s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.navbar-nav2 .nav-more li.list-title{margin-bottom:.5rem;padding-left:1.5rem;padding-right:1.5rem}.navbar-nav2 .nav-more li:not(.list-title)>a,.navbar-nav2 .nav-more li:not(.list-title)>button{--tw-text-opacity:1;color:rgb(82 82 91/var(--tw-text-opacity,1));display:flex;font-size:1rem;line-height:1.5;padding:.75rem 1.5rem;width:100%}.btn :not(.navbar-nav2 .nav-more li:not(.list-title)>a),.btn :not(.navbar-nav2 .nav-more li:not(.list-title)>button){font-size:1.125rem;line-height:1.5}.navbar-nav2 .nav-more li:not(.list-title):hover{--tw-bg-opacity:1;background-color:rgb(243 247 255/var(--tw-bg-opacity,1))}.scroll-bar-hidden{-ms-overflow-style:none;scrollbar-width:none}.scroll-bar-hidden::-webkit-scrollbar{display:none}.custom-scroll-y{overflow-y:auto}.custom-scroll-y::-webkit-scrollbar{width:2vw}@media (min-width:480px){.custom-scroll-y::-webkit-scrollbar{width:.5rem}}.custom-scroll-y::-webkit-scrollbar-track{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1));border-radius:9999px}.custom-scroll-y::-webkit-scrollbar-thumb{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity,1));border-radius:9999px}.backdrop{--tw-bg-opacity:0.4;background-color:rgb(0 0 0/var(--tw-bg-opacity,1));height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:999}.event-230704 .backdrop{background-color:#000}.backdrop-transition{--tw-bg-opacity:0.4;background-color:rgb(0 0 0/var(--tw-bg-opacity,1));height:100vh;left:100%;opacity:0;position:fixed;top:100%;transition-duration:.5s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100vw}.event-230704 .backdrop-transition{background-color:#000}.backdrop-transition.active{left:0;opacity:1;top:0}.modal{--tw-translate-x:-50%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));left:50%;position:fixed;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));z-index:9999}.browserInfoModal .modal{background-color:#fff}.modal{bottom:0;padding:10vw 10vw 11vw;text-align:center;width:100%}@media (min-width:480px){.modal{border-radius:.5rem;bottom:auto;min-height:19.25rem;padding:2.5rem;text-align:left;width:32rem}.modal:not(.mobile){--tw-translate-y:-50%;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}.modal .modal-title{font-size:1.5rem;font-weight:700;line-height:1.25}.modal .modal-info{font-size:.875rem;line-height:1.4;padding-top:.75rem}.modal.modal-scroll-y{height:90%;overflow:hidden;overflow-y:auto;padding:0;width:auto}.modal.modal-scroll-y::-webkit-scrollbar{width:.75rem}.modal.modal-scroll-y::-webkit-scrollbar-track{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1));border-radius:9999px}.modal.modal-scroll-y::-webkit-scrollbar-thumb{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity,1));border-radius:9999px}.modal.inner-modal.modal-scroll-y{height:auto}.modal.popup{overflow-y:auto;padding:0;width:auto}.modal.popup::-webkit-scrollbar{width:.75rem}.modal.popup::-webkit-scrollbar-track{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1));border-radius:9999px}.modal.popup::-webkit-scrollbar-thumb{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity,1));border-radius:9999px}.modal-footer{bottom:2.5rem;display:flex;justify-content:space-between;width:100%}@media (min-width:480px){.modal-footer{position:absolute}}.modal-footer{width:calc(100% - 5rem)}.modal-footer .btn{margin-top:8vw}@media (min-width:480px){.modal-footer .btn{margin-top:2.5rem}}.modal.view-modal{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1));overflow:hidden;padding:0;width:1236px}.contents-inner{width:67.5rem}body:not(.main) .main-header{animation-duration:.7s;animation-fill-mode:forwards;animation-name:toBgWhite}@keyframes toBgWhite{0%{background-color:transparent}to{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.browserInfoModal to{background-color:#fff}}.main-header{background-color:transparent;background-image:none;position:fixed;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:99}.main-bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.browserInfoModal .main-bg-white{background-color:#fff!important}.main-bg-white{box-shadow:0 5px 15px rgba(0,0,0,.05)}@media (max-width:480px){.main-bg-white{box-shadow:0 4px 10px rgba(0,0,0,.05)}}footer{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;justify-content:center}.browserInfoModal footer{color:#fff}footer .contents-inner{padding-bottom:6rem;padding-top:5rem}footer .footer-nav{padding-bottom:6px}footer .footer-nav .footer-nav-list>li{margin-right:4rem}footer .footer-nav .footer-nav-list>li:last-of-type{margin-right:0}footer .footer-nav .footer-nav-list>li>ul .subtitle{font-weight:700;padding-bottom:1rem}footer .footer-nav .footer-nav-list>li>ul li{--tw-text-opacity:1;color:rgb(212 212 216/var(--tw-text-opacity,1));padding-bottom:.75rem}footer .footer-nav .footer-nav-list>li>ul li:last-of-type{padding-bottom:0}footer .footer-company{--tw-text-opacity:1;color:rgb(212 212 216/var(--tw-text-opacity,1))}footer .footer-company ul li{--tw-text-opacity:1;align-items:center;color:rgb(161 161 170/var(--tw-text-opacity,1));display:flex;justify-content:center;padding-bottom:.5rem}footer .footer-company ul li:after{--tw-bg-opacity:1;background-color:rgb(113 113 122/var(--tw-bg-opacity,1));content:"";display:block;height:calc(100% - 6px);margin:.25rem 1rem;width:1px}footer .footer-company ul li:last-of-type:after{content:"";display:none}footer .footer-sns li{margin-right:.75rem;opacity:.4}footer .footer-sns li:last-of-type{margin-left:.75rem;margin-right:0}.header-bg{position:fixed;width:100%;z-index:98}.header-bg,.header-padding{padding-top:3.5rem}.phone-mockup{--tw-content:"";background:url(/assets/img/phone-mockup-bg1.png?v=3) 50% no-repeat;background-size:cover;content:var(--tw-content);display:block;position:relative}.phone-mockup .glide{--tw-translate-x:-50%;border-radius:30px;left:50%;margin-left:2px;top:2.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.phone-mockup .glide__track{height:100%}.phone-mockup.showFade .glide__slides{height:100%;transform:translateZ(0)!important}.phone-mockup.showFade .glide__slides>li{height:100%;left:0;margin:0!important;opacity:0;position:absolute;top:0;transition:opacity .4s ease-in-out;z-index:0}.phone-mockup.showFade .glide__slides>li.glide__slide--active{opacity:1;z-index:1}.phone-mockup .phone-cover{--tw-translate-x:-50%;--tw-content:"";background:url(/assets/img/phone-mockup1.png?v=3) 50% no-repeat;background-size:contain;content:var(--tw-content);display:block;height:52px;left:50%;position:absolute;top:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:100%;z-index:2}.bg-main02{background-image:url(/assets/img/main/bg-main02.png);background-repeat:no-repeat;background-size:cover}.text-border-black{text-shadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000}.list.count3 .list-item{display:flex;width:calc(33.33333% - 16px)}@keyframes redCircle{0%{left:50%;opacity:0;top:50%}10%{left:50%;opacity:1;top:50%}22%{left:calc(50% - 190px);opacity:1;top:43.5%}25%{left:calc(50% - 190px);opacity:1;top:43.5%}43%{left:50%;opacity:1;top:50%}58%{left:calc(50% - 190px);opacity:1;top:43.5%}78%{left:calc(50% - 190px);opacity:1;top:43.5%}88%{left:50%;opacity:1;top:50%}to{left:50%;opacity:0;top:50%}}@keyframes blueCircle{0%{left:50%;opacity:0;top:50%}10%{left:50%;opacity:1;top:50%}22%{left:calc(50% + 165px);opacity:1;top:360px}25%{left:calc(50% + 165px);opacity:1;top:360px}43%{left:50%;opacity:1;top:50%}58%{left:calc(50% + 165px);opacity:1;top:360px}78%{left:calc(50% + 165px);opacity:1;top:360px}88%{left:50%;opacity:1;top:50%}to{left:50%;opacity:0;top:50%}}.main-visual-red-circle{animation-iteration-count:infinite;animation-name:redCircle;background-image:url(/images/main/red-circle.svg);height:472px;left:calc(50% - 190px);top:43.5%}.main-visual-blue-circle,.main-visual-red-circle{--tw-translate-x:-50%;--tw-translate-y:-50%;animation-duration:11s;background-repeat:no-repeat;background-size:cover;border-radius:339px;filter:blur(8px) drop-shadow(0 4px 4px rgba(0,0,0,.25)) drop-shadow(0 0 42px rgba(0,0,0,.18));position:absolute;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:536px}.main-visual-blue-circle{animation-iteration-count:infinite;animation-name:blueCircle;background-image:url(/images/main/blue-circle.svg);height:536px;left:calc(50% + 165px);mix-blend-mode:screen;top:360px}.cate-list{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:.5rem;width:100%}.cate-list .item{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:30px;border-width:1px;height:7.5rem;padding:2.5rem;width:7.5rem}.custom-select .ss-main.cate-list .item{border:none}.custom-select .ss-main.cate-list .item .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.cate-list .item:hover{--tw-bg-opacity:1;background-color:rgb(67 77 94/var(--tw-bg-opacity,1))}.cate-list .item.icon-sa00{background-image:url(/images/icons/cate1/SA00.svg);background-position:50%;background-repeat:no-repeat;background-size:34%}.cate-list .item.icon-sa00:hover{background-image:url(/images/icons/cate1/SA00_w.svg)}.cate-list .item.icon-sa01{background-image:url(/images/icons/cate1/SA01.svg);background-position:50%;background-position-y:52%;background-repeat:no-repeat;background-size:30%}.cate-list .item.icon-sa01:hover{background-image:url(/images/icons/cate1/SA01_w.svg)}.cate-list .item.icon-sa02{background-image:url(/images/icons/cate1/SA02.svg);background-position:50%;background-repeat:no-repeat;background-size:30%}.cate-list .item.icon-sa02:hover{background-image:url(/images/icons/cate1/SA02_w.svg)}.cate-list .item.icon-sa03{background-image:url(/images/icons/cate1/SA03.svg);background-position:50%;background-repeat:no-repeat}.cate-list .item.icon-sa03:hover{background-image:url(/images/icons/cate1/SA03_w.svg)}.cate-list .item.icon-sa04{background-image:url(/images/icons/cate1/SA04.svg);background-position:50%;background-position-x:54%;background-repeat:no-repeat}.cate-list .item.icon-sa04:hover{background-image:url(/images/icons/cate1/SA04_w.svg)}.cate-list .item.icon-sa05{background-image:url(/images/icons/cate1/SA05.svg);background-position:50%;background-position-x:54%;background-repeat:no-repeat}.cate-list .item.icon-sa05:hover{background-image:url(/images/icons/cate1/SA05_w.svg)}.btn-tab .tab-item{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(212 212 216/var(--tw-border-opacity,1));border-radius:9999px;border-width:1px;color:rgb(161 161 170/var(--tw-text-opacity,1));font-size:1rem;line-height:1.5;margin-right:.75rem;padding:.5rem .75rem}.custom-select .ss-main.btn-tab .tab-item{border:none}.custom-select .ss-main.btn-tab .tab-item .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.btn :not(.btn-tab .tab-item){font-size:1.125rem;line-height:1.5}.btn-tab .tab-item:last-of-type{margin-right:0}.btn-tab .tab-item.active,.btn-tab .tab-item:hover{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(67 77 94/var(--tw-bg-opacity,1));border-color:rgb(67 77 94/var(--tw-border-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1));font-weight:700}.browserInfoModal .btn-tab .tab-item.active,.browserInfoModal .btn-tab .tab-item:hover{color:#fff}.btn-tab .tab-item.active>.tab-button,.btn-tab .tab-item:hover>.tab-button{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(67 77 94/var(--tw-bg-opacity,1));border-color:rgb(67 77 94/var(--tw-border-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1));font-weight:700}.browserInfoModal .btn-tab .tab-item.active>.tab-button,.browserInfoModal .btn-tab .tab-item:hover>.tab-button{color:#fff}.btn-tab .tab-item:lang(en).active,.btn-tab .tab-item:lang(en).active>.tab-button,.btn-tab .tab-item:lang(en):hover,.btn-tab .tab-item:lang(en):hover>.tab-button{letter-spacing:-.55px}.sector-gradient00{background:linear-gradient(307.49deg,rgba(241,138,62,.88) 8.45%,#ff0061 110.74%)}.sector-gradient01{background:linear-gradient(296.42deg,rgba(255,10,108,.64) -6.83%,#4a3cdb 132.21%)}.sector-gradient02{background:linear-gradient(296.42deg,rgba(255,10,108,.64) -47.29%,rgba(255,229,59,.64) -47.27%,#ff2525 119.74%)}.sector-gradient03{background:linear-gradient(296.42deg,rgba(17,174,121,.64) 16.38%,#004dff 101.73%)}.sector-gradient04{background:linear-gradient(118.03deg,rgba(163,44,223,.72) 21.96%,rgba(16,106,210,.96) 107.76%)}.sector-gradient05{background:linear-gradient(296.42deg,rgba(0,224,255,.64) -50.31%,#563bff 127.55%)}.checked-left:before,.checked-right:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23ffffff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:.5rem;margin-right:.25rem;position:relative;top:-1px;width:.5rem}.tag{align-items:center;border-radius:.25rem;box-sizing:border-box;display:flex;font-size:.75rem;height:1.5rem;justify-content:center;line-height:1!important;padding-left:.5rem;padding-right:.5rem}.tag:not(.border-0){border-width:1px}.custom-select .ss-main.tag:not(.border-0){border:none}.custom-select .ss-main.tag:not(.border-0) .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.tag.offer:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23ffffff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:.5rem;margin-right:.25rem;position:relative;top:-1px;width:.5rem}.tag.offer{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(121 146 210/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1))}.browserInfoModal .tag.offer{color:#fff}.tag.offer{border-style:none!important;border:none;line-height:1!important}.tag-sm{font-size:.875rem!important;line-height:1.4!important}.tag-md{border-radius:9999px;font-size:.875rem;font-weight:500;line-height:1.4;padding:1.5vw 3vw}@media (min-width:480px){.tag-md{padding:.375rem .75rem}}.tag-round-lg{border-radius:.5rem;font-size:.75rem;line-height:1.4}.tag-round,.tag-round-lg{align-items:center;box-sizing:border-box;display:flex;height:1.5rem;justify-content:center;padding-left:.5rem;padding-right:.5rem}.tag-round{border-radius:9999px}.tag.tag-h-auto{height:auto}.tag-p-lg{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));border-radius:.25rem;border-width:1px;font-size:.75rem;line-height:1.4;margin-bottom:.25rem;margin-right:.5rem;margin-top:.25rem;padding:.5rem 1rem}.custom-select .ss-main.tag-p-lg{border:none}.custom-select .ss-main.tag-p-lg .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.tag-p-lg{align-items:center;display:flex;justify-content:center}.tag-btn{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));border-radius:.25rem;border-width:1px;font-size:.75rem;line-height:1.4;margin-bottom:.25rem;margin-right:.5rem;margin-top:.25rem;padding:.25rem .75rem}.custom-select .ss-main.tag-btn{border:none}.custom-select .ss-main.tag-btn .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.tag-btn{align-items:center;display:flex;justify-content:center}.tag-light-emerald{background-color:rgb(236 253 245/var(--tw-bg-opacity,1));color:rgb(16 185 129/var(--tw-text-opacity,1))}.tag-blue-500,.tag-light-emerald{--tw-bg-opacity:1;--tw-text-opacity:1}.tag-blue-500{background-color:rgb(59 130 246/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1))}.browserInfoModal .tag-blue-500{color:#fff}.tag-border-blue-500{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1));color:rgb(59 130 246/var(--tw-text-opacity,1))}.tag-purple-blue-500{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(90 103 148/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1))}.browserInfoModal .tag-purple-blue-500{color:#fff}.tag-purple-blue-400{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(135 148 192/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1))}.browserInfoModal .tag-purple-blue-400{color:#fff}.tag-soft-blue-400{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(121 146 210/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1))}.browserInfoModal .tag-soft-blue-400{color:#fff}.tag-soft-blue-500{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(96 134 232/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1))}.browserInfoModal .tag-soft-blue-500{color:#fff}.tag-primary1{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(228 38 26/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1))}.browserInfoModal .tag-primary1{background-color:#e4261a;color:#fff}.tag-light-primary1{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1));color:rgb(228 38 26/var(--tw-text-opacity,1))}.browserInfoModal .tag-light-primary1{color:#e4261a}.tag-border-primary1{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1));color:rgb(228 38 26/var(--tw-text-opacity,1))}.browserInfoModal .tag-border-primary1{color:#e4261a}.tag-dark-zinc{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1))}.browserInfoModal .tag-dark-zinc{color:#fff}.tag-zinc{background-color:rgb(212 212 216/var(--tw-bg-opacity,1));color:rgb(82 82 91/var(--tw-text-opacity,1))}.tag-light-zinc,.tag-zinc{--tw-bg-opacity:1;--tw-text-opacity:1}.tag-light-zinc{background-color:rgb(244 244 245/var(--tw-bg-opacity,1));color:rgb(113 113 122/var(--tw-text-opacity,1))}.tag-yellow-450{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(243 197 33/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1))}.browserInfoModal .tag-yellow-450{color:#fff}.card{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.5rem;border-width:1px}.custom-select .ss-main.card{border:none}.custom-select .ss-main.card .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.browserInfoModal .card{background-color:#fff}.card:not(.p-0){padding:14vw}@media (min-width:480px){.card:not(.p-0){padding:3.5rem}}.card-zinc{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));border-radius:.5rem;border-width:1px}.custom-select .ss-main.card-zinc{border:none}.custom-select .ss-main.card-zinc .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.card.active{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1))}.input-unit{--tw-translate-y:-50%;position:absolute;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.placeholder-custom{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.5rem;position:relative}.browserInfoModal .placeholder-custom{background-color:#fff}.placeholder-custom .placeholder{--tw-translate-y:-50%;--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));opacity:0;position:absolute;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-duration:.1s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:-1}.placeholder-custom .placeholder:focus{display:none}.placeholder-custom input{background-color:transparent;position:relative;z-index:1}.placeholder-custom input::-moz-placeholder{font-size:3vw;font-weight:400;line-height:1.4;opacity:0}.placeholder-custom input::placeholder{font-size:3vw;font-weight:400;line-height:1.4;opacity:0}@media (min-width:480px){.placeholder-custom input::-moz-placeholder{font-size:.75rem;line-height:1.4}.placeholder-custom input::placeholder{font-size:.75rem;line-height:1.4}}.placeholder-custom input:not([read-only]):focus+.placeholder{opacity:0!important;z-index:-1!important}.placeholder-custom input:not([read-only]):-moz-placeholder-shown+.placeholder{opacity:1;z-index:0}.placeholder-custom input:not([read-only]):placeholder-shown+.placeholder{opacity:1;z-index:0}.placeholder-custom input:-moz-read-only+.placeholder{opacity:0;z-index:0}.placeholder-custom input:read-only+.placeholder{opacity:0;z-index:0}.placeholder-custom input:read-only:-moz-placeholder-shown+.placeholder{opacity:1;z-index:1}.placeholder-custom input:-moz-read-only:placeholder-shown+.placeholder{opacity:1;z-index:1}.placeholder-custom input:read-only:placeholder-shown+.placeholder{opacity:1;z-index:1}.placeholder-custom input:read-only:-moz-placeholder-shown:focus+.placeholder{opacity:1!important;z-index:0!important}.placeholder-custom input:-moz-read-only:placeholder-shown:focus+.placeholder{opacity:1!important;z-index:0!important}.placeholder-custom input:read-only:placeholder-shown:focus+.placeholder{opacity:1!important;z-index:0!important}.placeholder-custom.warning{position:relative}.placeholder-custom.warning:after{--tw-translate-y:-50%;height:1rem;position:absolute;right:1rem;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:1rem}.placeholder-custom.warning input{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1));margin-right:1rem;padding:1rem 3.75rem 1rem 1rem}.placeholder-custom.warning .input-unit{right:10vw}@media (min-width:480px){.placeholder-custom.warning .input-unit{right:2.5rem}}.step-nav{counter-reset:stepNavLi}.step-nav.dash-type{align-items:center;display:flex;justify-content:center}.step-nav.dash-type>li{--tw-text-opacity:1;margin-bottom:1.5rem;position:relative}.step-nav.dash-type>li,.step-nav.dash-type>li:before{align-items:center;color:rgb(161 161 170/var(--tw-text-opacity,1));display:flex;justify-content:center}.step-nav.dash-type>li:before{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1));border-radius:9999px;font-size:3.5vw;height:8vw;line-height:1.4;width:8vw}@media (min-width:480px){.step-nav.dash-type>li:before{font-size:1rem;height:2rem;line-height:1.5;width:2rem}}.step-nav.dash-type>li:before{content:counter(stepNavLi);counter-increment:stepNavLi}.step-nav.dash-type>li:after{--tw-bg-opacity:1;--tw-content:"";background-color:rgb(228 228 231/var(--tw-bg-opacity,1));content:var(--tw-content);margin-left:2vw;margin-right:2vw;width:5vw}@media (min-width:480px){.step-nav.dash-type>li:after{margin-left:.5rem;margin-right:.5rem;width:3.75rem}}.step-nav.dash-type>li:after{height:1px}.step-nav.dash-type>li:last-of-type:after{content:none}.step-nav.dash-type>li div{font-size:.75rem;line-height:1.4;position:absolute;width:-moz-max-content;width:max-content}.step-nav.dash-type>li:first-of-type div{transform:translate(-46%,30px)}.step-nav.dash-type>li:nth-of-type(2) div{transform:translate(-55%,30px)}.step-nav.dash-type>li:nth-of-type(3) div{transform:translateY(30px)}.step-nav.dash-type>li.active:before{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-content:"";background-color:rgb(63 63 70/var(--tw-bg-opacity,1));background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23ffffff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:50%;border-color:rgb(63 63 70/var(--tw-border-opacity,1));border-radius:9999px;border-width:1px;content:var(--tw-content);display:flex;height:2rem;width:2rem}.custom-select .ss-main.step-nav.dash-type>li.active:before{border:none}.custom-select .ss-main.step-nav.dash-type>li.active .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(/assets/img/icons/chevron-down.svg) 96%/15% no-repeat;background-size:10px;cursor:pointer}select::-ms-expand{display:none}pre{word-wrap:break-word;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-o-pre-wrap}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-line-ellipsis{-webkit-line-clamp:2;height:3em}.multi-line-ellipsis,.multi-line-ellipsis-3{-webkit-box-orient:vertical;word-wrap:break-word;display:-webkit-box;line-height:1.5em;overflow:hidden;position:relative;text-overflow:ellipsis}.multi-line-ellipsis-3{-webkit-line-clamp:3;height:4.5em}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.multi-line-ellipsis{word-wrap:break-word;display:-webkit-box;height:2.4em;line-height:1.2em;overflow:hidden;position:relative;text-overflow:ellipsis}.multi-line-ellipsis:before{bottom:0;content:"...";position:absolute;right:0}.multi-line-ellipsis:after{background:#fff;content:"";height:1em;margin-top:.2em;position:absolute;right:0;width:1em}}.toggle-switch{display:inline-block;height:22px;padding:2px;position:relative;width:42px}.toggle-switch>input:checked+.slider{--tw-bg-opacity:1;background-color:rgb(228 38 26/var(--tw-bg-opacity,1))}.browserInfoModal .toggle-switch>input:checked+.slider{background-color:#e4261a}.toggle-switch>input:checked+.slider:before{transform:translateX(100%)}.slider{background-color:rgb(228 228 231/var(--tw-bg-opacity,1));bottom:0;cursor:pointer;left:0;right:0;top:0;transition:.4s}.slider,.slider:before{--tw-bg-opacity:1;position:absolute}.slider:before{--tw-content:"";background-color:rgb(255 255 255/var(--tw-bg-opacity,1));content:var(--tw-content);height:1.25rem;width:1.25rem}.browserInfoModal .slider:before{background-color:#fff}.slider:before{transition:.4s}.slider.round,.slider.round:before{border-radius:9999px}.slider.round:before{left:1px;top:1px}.slide-radio-list{border-radius:9999px;display:flex;flex-wrap:wrap;margin:0;position:relative}.bold-arrow-icon-left-lg.slide-radio-list:after,.bold-arrow-icon-left-md.slide-radio-list:after,.bold-arrow-icon-left-sm.slide-radio-list:after,.bold-arrow-icon-right-lg.slide-radio-list:after,.bold-arrow-icon-right-md.slide-radio-list:after,.bold-arrow-icon-right-sm.slide-radio-list:after,.bold-arrow-icon-w-left-lg.slide-radio-list:after,.bold-arrow-icon-w-left-md.slide-radio-list:after,.bold-arrow-icon-w-left-sm.slide-radio-list:after,.bold-arrow-icon-w-right-lg.slide-radio-list:after,.bold-arrow-icon-w-right-md.slide-radio-list:after,.bold-arrow-icon-w-right-sm.slide-radio-list:after{margin-left:0}.slide-radio-list{padding:2px}.slide-radio-list:not(.bg-custom){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.browserInfoModal .slide-radio-list:not(.bg-custom){background-color:#fff}.slide-radio-list input[type=radio]{display:none}.slide-radio-list input[type=radio]:checked+label{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));cursor:pointer;font-weight:700;z-index:2}.browserInfoModal .slide-radio-list input[type=radio]:checked+label{color:#fff}.slide-radio-list input[type=radio]+label{--tw-text-opacity:1;border-style:none;color:rgb(161 161 170/var(--tw-text-opacity,1));padding-bottom:.5rem;padding-top:.5rem}.slide-radio-list .slide-radio-item{align-items:center;border-radius:9999px;cursor:pointer;display:flex;justify-content:center;transition:color .15s ease-in;width:33.3333333333%}.slide-radio-list input.radio-item1:checked~.bg-slide-radio{transform:translateX(calc(0% + 0px))}.slide-radio-list input.radio-item2:checked~.bg-slide-radio{transform:translateX(calc(100% + 1px))}.slide-radio-list input.radio-item3:checked~.bg-slide-radio{transform:translateX(calc(200% + 2px))}.slide-radio-list .bg-slide-radio{--tw-bg-opacity:1;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));border-radius:9999px;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;height:calc(100% - 4px);position:absolute;transition:.25s ease-out;width:calc(33.33333% - 2px);z-index:1}.slide-radio-list.count2 .slide-radio-item{width:50%}.slide-radio-list.count2 .bg-slide-radio{width:calc(50% - 2.5px)}.pagination.pagination-sm{display:flex;flex-wrap:wrap}.pagination.pagination-sm .page-link{align-items:center;border-radius:9999px;display:flex;font-size:1.125rem;height:2.25rem;justify-content:center;line-height:1.5;width:2.25rem}.pagination.pagination-sm .page-item{border-radius:9999px;margin-left:.75rem}.pagination.pagination-sm .page-item:first-of-type{margin-left:0}.pagination.pagination-sm .page-item:first-of-type .page-link,.pagination.pagination-sm .page-item:last-child .page-link{border-radius:50%}.pagination.pagination-sm .page-item.active{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));border-radius:9999px;color:rgb(255 255 255/var(--tw-text-opacity,1));font-weight:700}.browserInfoModal .pagination.pagination-sm .page-item.active{color:#fff}.pagination.active-primary1 .page-item.active{--tw-bg-opacity:1;background-color:rgb(228 38 26/var(--tw-bg-opacity,1))}.browserInfoModal .pagination.active-primary1 .page-item.active{background-color:#e4261a}.apply-paging .pagination.pagination-sm .page-link{height:2rem;width:2rem}.apply-paging .pagination.pagination-sm .page-item{margin-left:.25rem}.rotate-y-180{transform:rotateY(180deg)}.rotate-x-180{transform:rotateX(180deg)}.check-tag>li{margin-left:.5rem}.check-tag>li:first-child{margin-left:0}.check-tag>li .marker-check{border-width:1px}.custom-select .ss-main.check-tag>li .marker-check{border:none}.custom-select .ss-main.check-tag>li .marker-check .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.check-tag>li .marker-check.active{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1));border-color:rgb(21 128 61/var(--tw-border-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex}.browserInfoModal .check-tag>li .marker-check.active{color:#fff}.check-tag>li .marker-check.active:before{content:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");display:block;margin-right:.25rem;width:3rem}.check-tag>li span{border-radius:.25rem;border-width:1px;display:flex;justify-content:center;padding:.25rem .5rem}.custom-select .ss-main.check-tag>li span{border:none}.custom-select .ss-main.check-tag>li span .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.check-tag>li span{box-sizing:border-box}.check-tag>li span.active{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1));border-color:rgb(21 128 61/var(--tw-border-opacity,1));border-width:1px;color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex}.custom-select .ss-main.check-tag>li span.active{border:none}.custom-select .ss-main.check-tag>li span.active .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.browserInfoModal .check-tag>li span.active{color:#fff}.check-tag>li span.adsuggest{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1));border-color:rgb(63 63 70/var(--tw-border-opacity,1));border-width:1px;color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex}.custom-select .ss-main.check-tag>li span.adsuggest{border:none}.custom-select .ss-main.check-tag>li span.adsuggest .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.browserInfoModal .check-tag>li span.adsuggest{color:#fff}.tag-list{display:flex;flex-wrap:wrap;position:static}.tag-list .btn-more{cursor:pointer}.tag-list .btn-more:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;background-size:contain!important;content:var(--tw-content);display:block;display:flex;display:block;display:flex;height:100%;margin-left:.25rem;width:.75rem}.tag-list .btn-more:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1))}.browserInfoModal .tag-list .btn-more:hover{color:#fff}.tag-list .btn-more:hover:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;background-size:contain!important;content:var(--tw-content);display:block;display:flex;height:100%;margin-left:.25rem;width:.75rem}.tag-list .more-list{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.25rem;opacity:0;padding:.75rem;position:absolute;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.browserInfoModal .tag-list .more-list{background-color:#fff}.tag-list .more-list{box-shadow:0 0 8px rgba(0,0,0,.1);top:calc(100% + 8px);transform:translate(-5px,-5px);z-index:-1}.tag-list .more-list:not(.w-custom){width:22rem}.tag-list .more-list.active{opacity:1;transform:translate(0);z-index:2}.tag-list .more-list .tag{margin-bottom:.25rem;margin-right:.25rem}.tag-list .more-list>div{max-height:11.25rem;overflow-y:auto;padding-right:2vw;width:100%}.tag-list .more-list>div::-webkit-scrollbar{width:2vw}@media (min-width:480px){.tag-list .more-list>div::-webkit-scrollbar{width:.5rem}}.tag-list .more-list>div::-webkit-scrollbar-track{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1));border-radius:9999px}.tag-list .more-list>div::-webkit-scrollbar-thumb{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity,1));border-radius:9999px}@media (min-width:480px){.tag-list .more-list>div{padding-right:.5rem}}.tag-list .more-list>div::-webkit-scrollbar-track{margin-top:1.5rem}.tag-list.wrap-list .tag{margin-right:1vw;margin-top:1vw}@media (min-width:480px){.tag-list.wrap-list .tag{margin-right:.25rem;margin-top:.25rem}}.strip-banner{align-items:center;display:flex;justify-content:center;overflow:hidden;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.strip-banner.hide{height:0!important}.card-list .card .card-header,.project-list .card .card-header{align-items:center;display:flex;justify-content:space-between;padding-bottom:1rem}.card-list .card .card-header .card-title,.project-list .card .card-header .card-title{--tw-text-opacity:1;align-items:center;color:rgb(63 63 70/var(--tw-text-opacity,1));display:flex;font-size:1.125rem;font-weight:700;line-height:1.5;width:83.333333%}textarea:-moz-read-only:not(.readonly-exception) :not(.card-list .card .card-header .card-title),textarea:-moz-read-only:not(.readonly-exception) :not(.project-list .card .card-header .card-title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}textarea:read-only:not(.readonly-exception) :not(.card-list .card .card-header .card-title),textarea:read-only:not(.readonly-exception) :not(.project-list .card .card-header .card-title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:-moz-read-only:not(.readonly-exception) :not(.card-list .card .card-header .card-title),input:-moz-read-only:not(.readonly-exception) :not(.project-list .card .card-header .card-title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:read-only:not(.readonly-exception) :not(.card-list .card .card-header .card-title),input:read-only:not(.readonly-exception) :not(.project-list .card .card-header .card-title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.card-list .card .card-header .card-title-xl,.project-list .card .card-header .card-title-xl{--tw-text-opacity:1;align-items:center;color:rgb(63 63 70/var(--tw-text-opacity,1));display:flex;font-size:1.25rem;font-weight:700;line-height:1.25;width:83.333333%}textarea:-moz-read-only:not(.readonly-exception) :not(.card-list .card .card-header .card-title-xl),textarea:-moz-read-only:not(.readonly-exception) :not(.project-list .card .card-header .card-title-xl){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}textarea:read-only:not(.readonly-exception) :not(.card-list .card .card-header .card-title-xl),textarea:read-only:not(.readonly-exception) :not(.project-list .card .card-header .card-title-xl){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:-moz-read-only:not(.readonly-exception) :not(.card-list .card .card-header .card-title-xl),input:-moz-read-only:not(.readonly-exception) :not(.project-list .card .card-header .card-title-xl){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:read-only:not(.readonly-exception) :not(.card-list .card .card-header .card-title-xl),input:read-only:not(.readonly-exception) :not(.project-list .card .card-header .card-title-xl){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.card-list .card .card-header .card-reference,.project-list .card .card-header .card-reference{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));text-align:right;width:25%}.card-list .card .card-data-1,.project-list .card .card-data-1{display:flex;flex-direction:column;width:100%}.card-list .card .card-data-1 .tag,.project-list .card .card-data-1 .tag{margin-bottom:.25rem;margin-right:.25rem}.card-list .card .card-data-2,.project-list .card .card-data-2{--tw-bg-opacity:1;background-color:rgb(250 250 251/var(--tw-bg-opacity,1));border-bottom-right-radius:.5rem;border-left-width:1px;border-top-right-radius:.5rem;justify-content:space-between;overflow:hidden;padding:1.75rem 2rem;width:25%}.card-list .card .card-data-2>li,.project-list .card .card-data-2>li{align-items:center;display:flex;justify-content:space-between;line-height:1!important;margin-top:1rem}.card-list .card .card-data-2>li:first-of-type,.project-list .card .card-data-2>li:first-of-type{margin-top:0}.card-list .card .card-data-2>li .data-info,.project-list .card .card-data-2>li .data-info{font-size:3vw;font-weight:500;line-height:1.4}@media (min-width:480px){.card-list .card .card-data-2>li .data-info,.project-list .card .card-data-2>li .data-info{font-size:.75rem;line-height:1.4}}.card-list .card .card-data-2>li .data-info,.project-list .card .card-data-2>li .data-info{line-height:1!important}.card-list .card .card-data-2>li.btn-box,.project-list .card .card-data-2>li.btn-box{flex-direction:row}.card-list .card .card-data-2 .data-name,.project-list .card .card-data-2 .data-name{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.card-list .card .card-data-2 .data-info,.project-list .card .card-data-2 .data-info{font-weight:700}.card-list.custom-type .card .card-data-1,.project-list.custom-type .card .card-data-1{width:84%}.card-list.custom-type .card .card-data-2,.project-list.custom-type .card .card-data-2{width:29%}.card-list.custom-type .card .card-data-2>li,.project-list.custom-type .card .card-data-2>li{font-size:4vw;font-weight:400;line-height:1.5}@media (min-width:480px){.card-list.custom-type .card .card-data-2>li,.project-list.custom-type .card .card-data-2>li{font-size:1rem;line-height:1.5}}.card-list.custom-type .card .card-data-2>li,.project-list.custom-type .card .card-data-2>li{height:15%}.card-list.custom-type .card .card-data-2>li .data-info,.project-list.custom-type .card .card-data-2>li .data-info{font-size:4vw;font-weight:500;line-height:1.5}@media (min-width:480px){.card-list.custom-type .card .card-data-2>li .data-info,.project-list.custom-type .card .card-data-2>li .data-info{font-size:1rem;line-height:1.5}}.project-list .sector_name{--tw-text-opacity:1;background-color:rgba(67,77,94,.85);bottom:-1.76rem;color:rgb(255 255 255/var(--tw-text-opacity,1));font-size:.75rem;left:0;line-height:1.4;padding-bottom:.375rem;padding-top:.375rem;position:absolute;text-align:center;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.browserInfoModal .project-list .sector_name{color:#fff}.project-list>a:hover .sector_name{bottom:0}.toggle-message{--tw-translate-x:-50%;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));border-radius:.25rem;bottom:-2rem;color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;font-size:.75rem;font-weight:400;justify-content:center;left:50%;line-height:1.4;opacity:0;padding:.25rem .5rem;position:absolute;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:8rem;z-index:-1}.browserInfoModal .toggle-message{color:#fff}.toggle-message.active{animation-duration:1.5s;animation-name:slideIn;opacity:1;z-index:1}@keyframes slideIn{0%{opacity:0}45%{opacity:1}50%{opacity:1}to{opacity:0}}.notable-project{display:flex;justify-content:space-between;padding-bottom:1.5rem;padding-top:1.5rem}.notable-project .items{background-position:100% 100%;background-repeat:no-repeat;background-size:60%;border-radius:.5rem;border-width:1px;overflow:hidden}.custom-select .ss-main.notable-project .items{border:none}.custom-select .ss-main.notable-project .items .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.notable-project .items{width:calc(25% - 9px)}.notable-project .items:first-of-type{background-image:url(/images/notableProject/bg_01.png)}.notable-project .items:nth-of-type(2){background-image:url(/images/notableProject/bg_02.png)}.notable-project .items:nth-of-type(3){background-image:url(/images/notableProject/bg_03.png)}.notable-project .items:nth-of-type(4){background-image:url(/images/notableProject/bg_04.png)}.notable-project .items .title-box{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(250 250 251/var(--tw-bg-opacity,1));border-bottom-width:1px;color:rgb(228 228 231/var(--tw-text-opacity,1));font-size:3.5vw;font-weight:700;line-height:1.4;padding-bottom:.375rem;padding-top:.375rem;text-align:center}@media (min-width:480px){.notable-project .items .title-box{font-size:.875rem;line-height:1.4}}.notable-project .items .content-box{font-size:3.5vw;font-weight:700;height:9.25rem;line-height:1.4;padding-left:.5rem;padding-right:.5rem;padding-top:1.25rem;text-align:left}@media (min-width:480px){.notable-project .items .content-box{font-size:.875rem;line-height:1.4}}.notable-project .items .content-box .project-name{width:58.333333%;word-break:keep-all}@supports (-webkit-touch-callout:none){.notable-project .items .content-box .project-name{line-break:auto}}.notable-project .items .content-box .project-price{font-size:1.125rem;line-height:1.5;margin-top:.25rem}.table{border-collapse:collapse}.table.type1 tbody td{padding-top:3vw;vertical-align:baseline}@media (min-width:480px){.table.type1 tbody td{padding-top:.75rem}}.table.type1 tbody td.title{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));width:28vw}@media (min-width:480px){.table.type1 tbody td.title{width:7rem}}.square-btn{--tw-bg-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.25rem;display:flex;font-size:1.125rem;line-height:1.5}.browserInfoModal .square-btn{background-color:#fff}.square-btn:not(.border-0){border-width:1px}.custom-select .ss-main.square-btn:not(.border-0){border:none}.custom-select .ss-main.square-btn:not(.border-0) .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.square-btn-r-lg{--tw-bg-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.5rem;display:flex;font-size:1.125rem;line-height:1.5}.browserInfoModal .square-btn-r-lg{background-color:#fff}.square-btn-r-lg:not(.border-0){border-width:1px}.custom-select .ss-main.square-btn-r-lg:not(.border-0){border:none}.custom-select .ss-main.square-btn-r-lg:not(.border-0) .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.dash-line:after{--tw-bg-opacity:1;--tw-content:"";background-color:rgb(228 228 231/var(--tw-bg-opacity,1));content:var(--tw-content);height:calc(100% - 6px);padding-left:1px;width:1px}.dash-line:last-of-type:after{content:unset;display:none}.dash-line.dash-half:after{--tw-bg-opacity:1;--tw-content:"";background-color:rgb(228 228 231/var(--tw-bg-opacity,1));content:var(--tw-content);height:calc(100% - 6px);padding-left:1px;width:1px}.img-border-box{border-radius:.5rem;border-width:1px;height:5rem;overflow:hidden;position:relative;width:5rem}.custom-select .ss-main.img-border-box{border:none}.custom-select .ss-main.img-border-box .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.img-border-box.img-md{height:7.75rem;width:7.75rem}.img-border-box.img-md>img{height:100%;width:100%}.img-border-box.img-large{height:10.25rem;width:10.25rem}.img-border-box.img-large>img{height:100%;width:100%}.img-sm{border-radius:.5rem;height:5rem;width:5rem}.img-label{--tw-text-opacity:1;bottom:0;color:rgb(255 255 255/var(--tw-text-opacity,1));font-size:.75rem;left:0;line-height:1.4;padding:.5rem .75rem;position:absolute;width:100%;z-index:1}.browserInfoModal .img-label{color:#fff}.img-label:after{--tw-bg-opacity:1;--tw-content:"";background-color:rgb(63 63 70/var(--tw-bg-opacity,1));bottom:0;content:var(--tw-content);display:block;height:100%;left:0;opacity:.9;position:absolute;width:100%;z-index:-1}.list-count2>.list-items{width:50%}.list-count2>.list-items:last-of-type div{margin-bottom:0}.list-count3>.list-items{width:33.333333%}.custom-select .ss-main.list-count3>.list-items .ss-single-selected{border-radius:.5rem;margin-top:-.75rem;padding:0;position:relative;top:.75rem}.custom-select .ss-main.list-count3>.list-items .ss-single-selected .placeholder,.custom-select .ss-main.list-count3>.list-items .ss-single-selected .placeholder *{padding-left:1.5rem}.custom-select .ss-main.list-count3>.list-items .ss-single-selected .ss-arrow{padding-right:.75rem}.custom-select .ss-main.list-count3>.list-items .ss-single-selected:not(.ss-open-above){margin-bottom:.75rem;margin-top:0;top:auto}.list-count3>.list-items:last-of-type div{margin-bottom:0}.list-count4>.list-items{width:25%}.list-count4>.list-items:last-of-type div{margin-bottom:0}.chart .progress{background-color:transparent;border-radius:9999px;height:.25rem}.chart .progress .progress-bar{--tw-bg-opacity:1;background-color:rgb(228 38 26/var(--tw-bg-opacity,1));border-radius:9999px}.browserInfoModal .chart .progress .progress-bar{background-color:#e4261a}.chart .progress .progress-bar{transition:all 1s cubic-bezier(.94,.01,.31,.97)}.chart.agency-history{align-items:center;display:flex;justify-content:center;margin-top:1.5rem}.chart.agency-history ul li{margin-bottom:.25rem}.chart.agency-history ul li:last-of-type{margin-bottom:0}.chart.agency-history ul.chart-legend{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));margin-right:.75rem;text-align:right;width:41.666667%}.chart.portfolio{display:flex;flex-direction:column;justify-content:center}.chart.portfolio ul.chart-legend{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));display:flex}.chart.portfolio ul.chart-legend li{margin-right:1.25rem}.chart.portfolio ul.chart-legend li:nth-of-type(-n+9){margin-right:1.5rem}.chart.portfolio ul.chart-legend li:last-of-type{margin-right:0}.section-modal{--tw-translate-x:-50%;--tw-translate-y:-50%;border-radius:.5rem;box-shadow:0 4px 26px rgba(0,0,0,.1);left:50%;padding:3rem 2rem;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:22rem}.btn-project-info,.section-modal{position:absolute}.btn-project-info{align-items:center;bottom:1.5rem;display:flex;flex-direction:column;justify-content:center;width:calc(100% - 64px)}.a-list-sm{padding:.5rem 1.25rem}.a-list-sm li{overflow-wrap:break-word}.a-list-sm li .items,.a-list-sm li>a{border-bottom-width:1px;display:flex;font-size:.75rem;line-height:1.4;padding-bottom:.75rem;padding-top:.75rem;position:relative}.a-list-sm li:last-of-type .items,.a-list-sm li:last-of-type>a{border:none}.a-list-sm.add-ellipsis li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.a-list-sm.add-ellipsis li a{align-items:center}.a-list-sm.add-ellipsis li .title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tab-slide{align-items:center;display:flex;position:relative}.tab-slide.my-madahm-tab{font-size:1.125rem;justify-content:space-between;line-height:1.5}.tab-slide.my-madahm-tab .tab-slide-item{counter-increment:tabSlide;font-weight:700;width:33.333333%}.custom-select .ss-main.tab-slide.my-madahm-tab .tab-slide-item .ss-single-selected{border-radius:.5rem;margin-top:-.75rem;padding:0;position:relative;top:.75rem}.custom-select .ss-main.tab-slide.my-madahm-tab .tab-slide-item .ss-single-selected .placeholder,.custom-select .ss-main.tab-slide.my-madahm-tab .tab-slide-item .ss-single-selected .placeholder *{padding-left:1.5rem}.custom-select .ss-main.tab-slide.my-madahm-tab .tab-slide-item .ss-single-selected .ss-arrow{padding-right:.75rem}.custom-select .ss-main.tab-slide.my-madahm-tab .tab-slide-item .ss-single-selected:not(.ss-open-above){margin-bottom:.75rem;margin-top:0;top:auto}.tab-slide.my-madahm-tab .tab-slide-item{align-items:center;display:flex;justify-content:center}.tab-slide.my-madahm-tab .tab-slide-item .tab-slide-button{align-items:center;display:flex;justify-content:center;padding-bottom:1.5rem;padding-top:1.5rem;width:100%}.tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item1.active{--tw-text-opacity:1;color:rgb(228 38 26/var(--tw-text-opacity,1))}.browserInfoModal .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item1.active{color:#e4261a}.tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item1.active~.tab-slide-checked{transform:translateX(calc(0% + 0px))}.tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item2.active{--tw-text-opacity:1;color:rgb(228 38 26/var(--tw-text-opacity,1))}.browserInfoModal .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item2.active{color:#e4261a}.tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item2.active~.tab-slide-checked{transform:translateX(calc(100% + 1px))}.tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item3.active{--tw-text-opacity:1;color:rgb(228 38 26/var(--tw-text-opacity,1))}.browserInfoModal .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item3.active{color:#e4261a}.tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item3.active~.tab-slide-checked{transform:translateX(calc(200% + 2px))}.tab-slide.my-madahm-tab .tab-slide-checked{width:33.3333333333%}.tab-slide.project-tab{justify-content:center}.tab-slide.project-tab .tab-slide-item{--tw-text-opacity:1;align-items:center;color:rgb(161 161 170/var(--tw-text-opacity,1));counter-increment:tabSlide;display:flex;font-weight:400;justify-content:center;width:100%}.tab-slide.project-tab .tab-slide-item .tab-slide-button{align-items:center;border-bottom-width:1px;display:flex;justify-content:center;padding-bottom:1.5rem;padding-top:1.5rem;width:100%}.tab-slide.project-tab .tab-slide-item.tab-slide-item1.active{--tw-text-opacity:1;color:rgb(63 63 71/var(--tw-text-opacity,1));font-weight:700}.tab-slide.project-tab .tab-slide-item.tab-slide-item1.active~.tab-slide-checked{transform:translateX(calc(0% + 0px))}.tab-slide.project-tab .tab-slide-item.tab-slide-item2.active{--tw-text-opacity:1;color:rgb(63 63 71/var(--tw-text-opacity,1));font-weight:700}.tab-slide.project-tab .tab-slide-item.tab-slide-item2.active~.tab-slide-checked{transform:translateX(calc(100% + 1px))}.tab-slide.project-tab .tab-slide-checked{width:50%}.tab-slide .tab-slide-checked{--tw-bg-opacity:1;background-color:rgb(228 38 26/var(--tw-bg-opacity,1));bottom:0;counter-set:tabSlide;height:.25rem;left:0;position:absolute;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.browserInfoModal .tab-slide .tab-slide-checked{background-color:#e4261a}.icon-chevron{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-chevron,.icon-chevron-w{--tw-content:"";background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex}.icon-chevron-w{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-check-zinc{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%233f3f46'/%3E%3C/svg%3E");opacity:inherit}.icon-bold-arrow,.icon-check-zinc{--tw-content:"";background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex}.icon-bold-arrow{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-bold-arrow-w{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-bold-arrow-w,.icon-check_active{--tw-content:"";background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex}.icon-check_active{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23E4261A'/%3E%3C/svg%3E")}.icon-check_active.icon-lg-border{background-size:50%;border-radius:9999px;border-width:2px;display:flex;height:18vw;width:18vw}@media (min-width:480px){.icon-check_active.icon-lg-border{height:4.5rem;width:4.5rem}}.icon-check_active.icon-lg-border{border-color:currentColor}.icon-light-bulb{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%233f3f46'/%3E%3C/svg%3E%0A")}.icon-light-bulb,.icon-light-bulb-active{--tw-content:"";background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex}.icon-light-bulb-active{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.icon-ellipsis{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-ellipsis,.icon-ellipsis-w{--tw-content:"";background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex}.icon-ellipsis-w{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.icon-double-quot{background-size:cover;background:url(/assets/img/icons/double-quot.svg) 50% no-repeat}.icon-double-quot,.icon-menu{--tw-content:"";content:var(--tw-content);display:block}.icon-menu{background-size:cover;background:url(/assets/img/icons/side-menu.svg) 50% no-repeat}.move-icon-left-xs:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:3vw;margin-right:.25rem;position:relative;right:-2px;transform:rotateY(180deg);width:3vw}@media (min-width:480px){.move-icon-left-xs:before{height:.75rem;width:.75rem}}.move-icon-left-sm:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:4vw;margin-right:.25rem;position:relative;right:-2px;transform:rotateY(180deg);width:4vw}@media (min-width:480px){.move-icon-left-sm:before{height:1rem;width:1rem}}.move-icon-left-md:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:6vw;margin-right:.25rem;position:relative;right:-2px;transform:rotateY(180deg);width:6vw}@media (min-width:480px){.move-icon-left-md:before{height:1.5rem;width:1.5rem}}.move-icon-right-xs:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:3vw;margin-left:.25rem;width:3vw}@media (min-width:480px){.move-icon-right-xs:after{height:.75rem;width:.75rem}}.move-icon-right-sm:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:4vw;margin-left:.25rem;width:4vw}@media (min-width:480px){.move-icon-right-sm:after{height:1rem;width:1rem}}.move-icon-right-md:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:6vw;margin-left:.25rem;width:6vw}@media (min-width:480px){.move-icon-right-md:after{height:1.5rem;width:1.5rem}}.move-icon-w-left-xs:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:3vw;margin-right:.25rem;transform:rotateY(180deg);width:3vw}@media (min-width:480px){.move-icon-w-left-xs:before{height:.75rem;width:.75rem}}.move-icon-w-left-sm:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:4vw;margin-right:.25rem;transform:rotateY(180deg);width:4vw}@media (min-width:480px){.move-icon-w-left-sm:before{height:1rem;width:1rem}}.move-icon-w-left-md:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:6vw;margin-right:.25rem;transform:rotateY(180deg);width:6vw}@media (min-width:480px){.move-icon-w-left-md:before{height:1.5rem;width:1.5rem}}.move-icon-w-right-xs:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:3vw;margin-left:.25rem;width:3vw}@media (min-width:480px){.move-icon-w-right-xs:after{height:.75rem;width:.75rem}}.move-icon-w-right-sm:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:4vw;margin-left:.25rem;width:4vw}@media (min-width:480px){.move-icon-w-right-sm:after{height:1rem;width:1rem}}.move-icon-w-right-md:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L16 12L9 19' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:6vw;margin-left:.25rem;width:6vw}@media (min-width:480px){.move-icon-w-right-md:after{height:1.5rem;width:1.5rem}}.alarm-icon-left-xs:before{height:.75rem;width:.75rem}.alarm-icon-left-sm:before,.alarm-icon-left-xs:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%233f3f46'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;margin-right:.25rem;transform:rotateY(180deg)}.alarm-icon-left-sm:before{height:4vw;width:4vw}@media (min-width:480px){.alarm-icon-left-sm:before{height:1rem;width:1rem}}.alarm-icon-left-md:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%233f3f46'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:6vw;margin-right:.25rem;transform:rotateY(180deg);width:6vw}@media (min-width:480px){.alarm-icon-left-md:before{height:1.5rem;width:1.5rem}}.alarm-icon-right-xs:after{height:.75rem;width:.75rem}.alarm-icon-right-sm:after,.alarm-icon-right-xs:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%233f3f46'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;margin-left:.25rem}.alarm-icon-right-sm:after{height:4vw;width:4vw}@media (min-width:480px){.alarm-icon-right-sm:after{height:1rem;width:1rem}}.alarm-icon-right-md:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%233f3f46'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:6vw;margin-left:.25rem;width:6vw}@media (min-width:480px){.alarm-icon-right-md:after{height:1.5rem;width:1.5rem}}.alarm-icon-active-left-xs:before{height:.75rem;width:.75rem}.alarm-icon-active-left-sm:before,.alarm-icon-active-left-xs:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%23E4261A'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;margin-right:.25rem;transform:rotateY(180deg)}.alarm-icon-active-left-sm:before{height:4vw;width:4vw}@media (min-width:480px){.alarm-icon-active-left-sm:before{height:1rem;width:1rem}}.alarm-icon-active-left-md:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%23E4261A'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:6vw;margin-right:.25rem;transform:rotateY(180deg);width:6vw}@media (min-width:480px){.alarm-icon-active-left-md:before{height:1.5rem;width:1.5rem}}.alarm-icon-active-right-xs:after{height:.75rem;width:.75rem}.alarm-icon-active-right-sm:after,.alarm-icon-active-right-xs:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%23E4261A'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;margin-left:.25rem}.alarm-icon-active-right-sm:after{height:4vw;width:4vw}@media (min-width:480px){.alarm-icon-active-right-sm:after{height:1rem;width:1rem}}.alarm-icon-active-right-md:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2C9.73478 2 9.48043 2.10536 9.29289 2.29289C9.10536 2.48043 9 2.73478 9 3V4C9 4.26522 9.10536 4.51957 9.29289 4.70711C9.48043 4.89464 9.73478 5 10 5C10.2652 5 10.5196 4.89464 10.7071 4.70711C10.8946 4.51957 11 4.26522 11 4V3ZM15.657 5.757C15.8392 5.5684 15.94 5.3158 15.9377 5.0536C15.9354 4.7914 15.8302 4.54059 15.6448 4.35518C15.4594 4.16977 15.2086 4.0646 14.9464 4.06233C14.6842 4.06005 14.4316 4.16084 14.243 4.343L13.536 5.05C13.3538 5.2386 13.253 5.4912 13.2553 5.7534C13.2576 6.0156 13.3628 6.26641 13.5482 6.45182C13.7336 6.63723 13.9844 6.7424 14.2466 6.74467C14.5088 6.74695 14.7614 6.64616 14.95 6.464L15.657 5.757ZM18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H16C15.7348 11 15.4804 10.8946 15.2929 10.7071C15.1054 10.5196 15 10.2652 15 10C15 9.73478 15.1054 9.48043 15.2929 9.29289C15.4804 9.10536 15.7348 9 16 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10ZM5.05 6.464C5.14225 6.55951 5.25259 6.63569 5.3746 6.6881C5.4966 6.74051 5.62782 6.7681 5.7606 6.76925C5.89338 6.7704 6.02506 6.7451 6.14795 6.69482C6.27085 6.64454 6.3825 6.57029 6.4764 6.4764C6.57029 6.3825 6.64454 6.27085 6.69482 6.14795C6.7451 6.02506 6.7704 5.89338 6.76925 5.7606C6.7681 5.62782 6.74051 5.4966 6.6881 5.3746C6.63569 5.25259 6.55951 5.14225 6.464 5.05L5.757 4.343C5.5684 4.16084 5.3158 4.06005 5.0536 4.06233C4.7914 4.0646 4.54059 4.16977 4.35518 4.35518C4.16977 4.54059 4.0646 4.7914 4.06233 5.0536C4.06005 5.3158 4.16084 5.5684 4.343 5.757L5.05 6.464V6.464ZM5 10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11H3C2.73478 11 2.48043 10.8946 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289C2.48043 9.10536 2.73478 9 3 9H4C4.26522 9 4.51957 9.10536 4.70711 9.29289C4.89464 9.48043 5 9.73478 5 10ZM8 16V15H12V16C12 16.5304 11.7893 17.0391 11.4142 17.4142C11.0391 17.7893 10.5304 18 10 18C9.46957 18 8.96086 17.7893 8.58579 17.4142C8.21071 17.0391 8 16.5304 8 16V16ZM12 14C12.015 13.66 12.208 13.354 12.477 13.141C13.1297 12.6263 13.6058 11.921 13.8391 11.1232C14.0725 10.3253 14.0515 9.47466 13.7791 8.68933C13.5067 7.904 12.9964 7.22304 12.3191 6.74112C11.6418 6.25919 10.8312 6.00022 10 6.00022C9.16876 6.00022 8.35818 6.25919 7.6809 6.74112C7.00363 7.22304 6.49332 7.904 6.22091 8.68933C5.94849 9.47466 5.9275 10.3253 6.16086 11.1232C6.39421 11.921 6.87032 12.6263 7.523 13.141C7.793 13.354 7.985 13.66 7.999 14H12.001H12Z' fill='%23E4261A'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:6vw;margin-left:.25rem;width:6vw}@media (min-width:480px){.alarm-icon-active-right-md:after{height:1.5rem;width:1.5rem}}.check-icon-zinc.icon-left-sm:before{height:.5rem;margin-right:.25rem;width:.75rem}.check-icon-zinc.icon-left-md:before,.check-icon-zinc.icon-left-sm:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%233f3f46'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;opacity:inherit}.check-icon-zinc.icon-left-md:before{height:.75rem;margin-right:.75rem;width:1rem}.check-icon-zinc.icon-right-sm:after{height:.5rem;margin-right:.25rem;width:.75rem}.check-icon-zinc.icon-right-md:after,.check-icon-zinc.icon-right-sm:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%233f3f46'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;opacity:inherit}.check-icon-zinc.icon-right-md:after{height:.75rem;margin-left:.75rem;width:1rem}.check-icon-w-left-sm:before{height:.5rem;margin-right:.25rem;width:.75rem}.check-icon-w-left-md:before,.check-icon-w-left-sm:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23ffffff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex}.check-icon-w-left-md:before{height:.75rem;margin-right:.75rem;width:1rem}.check-icon-w-right-sm:after{height:.5rem;margin-right:.25rem;width:.75rem}.check-icon-w-right-md:after,.check-icon-w-right-sm:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23ffffff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex}.check-icon-w-right-md:after{height:.75rem;margin-left:.75rem;width:1rem}.bold-arrow-icon-left-sm:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:.25rem;margin-right:.25rem;width:.625rem}.bold-arrow-icon-left-sm.m-0:after{margin-left:0}.bold-arrow-icon-left-md:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:.5rem;margin-right:.25rem;width:1.125rem}.bold-arrow-icon-left-md.m-0:after{margin-left:0}.bold-arrow-icon-left-lg:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:1rem;margin-right:.25rem;width:1.75rem}.bold-arrow-icon-left-lg.m-0:after{margin-left:0}.bold-arrow-icon-right-sm:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:.25rem;margin-left:.25rem;transform:rotateY(180deg);width:.625rem}.bold-arrow-icon-right-sm.m-0:after{margin-left:0}.bold-arrow-icon-right-md:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:.5rem;margin-left:.25rem;transform:rotateY(180deg);width:1.125rem}.bold-arrow-icon-right-md.m-0:after{margin-left:0}.bold-arrow-icon-right-lg:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:1rem;margin-left:.25rem;transform:rotateY(180deg);width:1.75rem}.bold-arrow-icon-right-lg.m-0:after{margin-left:0}.bold-arrow-icon-w-left-sm:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:.25rem;margin-right:.25rem;width:.5rem}.bold-arrow-icon-w-left-sm.m-0:after{margin-left:0}.bold-arrow-icon-w-left-md:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:.5rem;margin-right:.25rem;width:1.125rem}.bold-arrow-icon-w-left-md.m-0:after{margin-left:0}.bold-arrow-icon-w-left-lg:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:1rem;margin-right:.25rem;width:1.75rem}.bold-arrow-icon-w-left-lg.m-0:after{margin-left:0}.bold-arrow-icon-w-right-sm:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:.25rem;margin-left:.25rem;transform:rotateY(180deg);width:.5rem}.bold-arrow-icon-w-right-sm.m-0:after{margin-left:0}.bold-arrow-icon-w-right-md:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:.5rem;margin-left:.25rem;transform:rotateY(180deg);width:1.125rem}.bold-arrow-icon-w-right-md.m-0:after{margin-left:0}.bold-arrow-icon-w-right-lg:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M7 16L3 12L7 16ZM3 12L7 8L3 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;height:1rem;margin-left:.25rem;transform:rotateY(180deg);width:1.75rem}.bold-arrow-icon-w-right-lg.m-0:after{margin-left:0}.ellipsis-icon-left-sm:before{height:.16rem;width:.75rem}.ellipsis-icon-left-md:before,.ellipsis-icon-left-sm:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:flex;display:block;display:flex;margin-right:.25rem}.ellipsis-icon-left-md:before{height:.25rem;width:1.25rem}.ellipsis-icon-left-lg:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:flex;display:block;display:flex;height:.55rem;margin-right:.25rem;width:2.5rem}.ellipsis-icon-right-sm:after{height:.16rem;width:.75rem}.ellipsis-icon-right-md:after,.ellipsis-icon-right-sm:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:flex;display:block;display:flex;margin-left:.25rem}.ellipsis-icon-right-md:after{height:.25rem;transform:rotateY(180deg);width:1.25rem}.ellipsis-icon-right-lg:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%2371717A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");display:flex;display:flex;height:.55rem;margin-left:.25rem;transform:rotateY(180deg);width:2.5rem}.ellipsis-icon-right-lg:after,.ellipsis-icon-w-left-sm:before{--tw-content:"";background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block}.ellipsis-icon-w-left-sm:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");display:flex;height:.16rem;margin-right:.25rem;width:.75rem}.ellipsis-icon-w-left-md:before{height:.25rem;width:1.25rem}.ellipsis-icon-w-left-lg:after,.ellipsis-icon-w-left-md:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;margin-right:.25rem}.ellipsis-icon-w-left-lg:after{height:.55rem;width:2.5rem}.ellipsis-icon-w-right-sm:after{height:.16rem;width:.75rem}.ellipsis-icon-w-right-md:after,.ellipsis-icon-w-right-sm:after{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:cover;content:var(--tw-content);display:block;display:flex;margin-left:.25rem;transform:rotateY(180deg)}.ellipsis-icon-w-right-md:after{height:.25rem;width:1.25rem}.ellipsis-icon-w-right-lg:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.2652 5.89464 12.5196 5.70711 12.7071C5.51957 12.8946 5.26522 13 5 13C4.73478 13 4.48043 12.8946 4.29289 12.7071C4.10536 12.5196 4 12.2652 4 12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1054 4.73478 11 5 11C5.26522 11 5.51957 11.1054 5.70711 11.2929C5.89464 11.4804 6 11.7348 6 12ZM13 12C13 12.2652 12.8946 12.5196 12.7071 12.7071C12.5196 12.8946 12.2652 13 12 13C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11C12.2652 11 12.5196 11.1054 12.7071 11.2929C12.8946 11.4804 13 11.7348 13 12ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5196 12.8946 19.2652 13 19 13C18.7348 13 18.4804 12.8946 18.2929 12.7071C18.1054 12.5196 18 12.2652 18 12C18 11.7348 18.1054 11.4804 18.2929 11.2929C18.4804 11.1054 18.7348 11 19 11C19.2652 11 19.5196 11.1054 19.7071 11.2929C19.8946 11.4804 20 11.7348 20 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;display:block;display:flex;height:.55rem;margin-left:.25rem;transform:rotateY(180deg);width:2.5rem}.ellipsis-icon-w-right-lg:after,.side-menu-toggle:before{--tw-content:"";background-size:cover;content:var(--tw-content)}.side-menu-toggle:before{background:url(/assets/img/icons/side-menu.svg) 50% no-repeat;display:block;height:1.5rem;width:1.5rem}.round-box{align-items:center;border-radius:.5rem;display:flex;justify-content:center;padding-bottom:1rem;padding-top:1rem;width:100%}@media (min-width:480px){.round-box{width:12.5rem}}.bg-round-border{--tw-border-opacity:1;border-color:rgb(248 248 251/var(--tw-border-opacity,1));border-radius:9999px;border-width:174px;height:1104px;left:-400px;position:absolute;top:-200px;width:1104px}.project-news-list .project-news-item{border-bottom-width:1px;padding:3vw}@media (min-width:480px){.project-news-list .project-news-item{padding:.75rem}}.project-news-list .project-news-item:last-child{border-style:none;padding:3vw 3vw 0}@media (min-width:480px){.project-news-list .project-news-item:last-child{padding:.75rem .75rem 0}}.project-news-list .project-news-item .content{--tw-text-opacity:1;color:rgb(82 82 91/var(--tw-text-opacity,1));font-size:3vw;font-weight:400;line-height:1.4}@media (min-width:480px){.project-news-list .project-news-item .content{font-size:.75rem;line-height:1.4}}.name-card{border-radius:.5rem;cursor:pointer;margin-left:1.25rem;margin-top:1.25rem;min-height:8rem;padding:.75rem .5rem;position:relative;width:12.75rem}.name-card:first-child,.name-card:nth-of-type(3n){margin-left:0}.name-card .title{align-items:flex-start;display:flex}.name-card .title .name{font-size:1rem;font-weight:700;line-height:1.5;max-width:80%;padding-right:.25rem}.btn :not(.name-card .title .name){font-size:1.125rem;line-height:1.5}.name-card .info{width:100%}.name-card .info .phone{padding-top:.75rem}.name-card .info .email{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));padding-top:.25rem;word-break:break-word}.name-card .control-button{align-items:center;bottom:.5rem;display:flex;justify-content:flex-end;position:absolute;right:.5rem}.name-card-list{display:flex;flex-wrap:wrap}.name-card-list input+.custom-radio-after:after{bottom:.75rem;margin-right:0;position:absolute;right:.75rem}.name-card-list input+.custom-radio-after.top-right:after{margin-right:0;position:absolute;right:.75rem;top:.75rem}.name-card-list input:checked+label{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.browserInfoModal .name-card-list input:checked+label{background-color:#fff}.name-card-list input:checked+.custom-radio-after:after{bottom:.75rem;margin-right:0;position:absolute;right:.75rem}.name-card-list input:checked+.custom-radio-after.top-right:after{margin-right:0;position:absolute;right:.75rem;top:.75rem}.name-card-list.limit5 .name-card{margin-left:.5rem;min-height:9rem;width:calc(20% - 6.4px)}.name-card-list.limit5 .name-card:first-child,.name-card-list.limit5 .name-card:nth-of-type(5n){margin-left:0}.profile-tab-list.mobile{align-items:center;border-radius:.375rem;border-width:1px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:space-evenly;width:100%}.custom-select .ss-main.profile-tab-list.mobile{border:none}.custom-select .ss-main.profile-tab-list.mobile .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.profile-tab-list.mobile .profile-tab-item{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:0;border-style:none;color:rgb(63 63 71/var(--tw-text-opacity,1));font-size:3.5vw;font-weight:400;line-height:1.4;padding:2vw 5vw;width:100%}@media (min-width:480px){.profile-tab-list.mobile .profile-tab-item{font-size:.875rem;line-height:1.4}}.browserInfoModal .profile-tab-list.mobile .profile-tab-item{background-color:#fff}.profile-tab-list.mobile .profile-tab-item:first-child{border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.profile-tab-list.mobile .profile-tab-item:last-child{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.profile-tab-list.mobile .profile-tab-item .profile-tab-btn{align-items:center;display:flex;justify-content:center;line-height:1;padding-right:2vw;width:100%}.profile-tab-list.mobile .profile-tab-item .btn-w-icon1:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M9 14L11 16L15 12' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.profile-tab-list.mobile .profile-tab-item .btn-w-icon1:before,.profile-tab-list.mobile .profile-tab-item .btn-w-icon2:before{--tw-text-opacity:1;--tw-content:"";background-position:50%;background-repeat:no-repeat;color:rgb(63 63 71/var(--tw-text-opacity,1));content:var(--tw-content);display:flex;height:1rem;margin-right:.25rem;width:1rem}.profile-tab-list.mobile .profile-tab-item .btn-w-icon2:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0391 3.21071 17.5304 3 17 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V21M19 21H5M19 21H21M19 21H14M5 21H3M5 21H10M14 21V16C14 15.7348 13.8946 15.4804 13.7071 15.2929C13.5196 15.1054 13.2652 15 13 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16V21M14 21H10M9 7H10M9 11H10M14 7H15M14 11H15' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.profile-tab-list.mobile .profile-tab-item .btn-w-icon3:before{--tw-text-opacity:1;--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M12 12H15M12 16H15M9 12H9.01M9 16H9.01' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;color:rgb(63 63 71/var(--tw-text-opacity,1));content:var(--tw-content);display:flex;height:1rem;margin-right:.25rem;width:1rem}.profile-tab-list.mobile .profile-tab-item.active,.profile-tab-list.mobile .profile-tab-item:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(228 38 26/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1));font-size:3.5vw;font-weight:700;line-height:1.4}@media (min-width:480px){.profile-tab-list.mobile .profile-tab-item.active,.profile-tab-list.mobile .profile-tab-item:hover{font-size:.875rem;line-height:1.4}}.browserInfoModal .profile-tab-list.mobile .profile-tab-item.active,.browserInfoModal .profile-tab-list.mobile .profile-tab-item:hover{background-color:#e4261a;color:#fff}.profile-tab-list.mobile .profile-tab-item.active .btn-w-icon1:before,.profile-tab-list.mobile .profile-tab-item:hover .btn-w-icon1:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M9 14L11 16L15 12' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1rem;margin-right:.25rem;width:1rem}.profile-tab-list.mobile .profile-tab-item.active .btn-w-icon2:before,.profile-tab-list.mobile .profile-tab-item:hover .btn-w-icon2:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0391 3.21071 17.5304 3 17 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V21M19 21H5M19 21H21M19 21H14M5 21H3M5 21H10M14 21V16C14 15.7348 13.8946 15.4804 13.7071 15.2929C13.5196 15.1054 13.2652 15 13 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16V21M14 21H10M9 7H10M9 11H10M14 7H15M14 11H15' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1rem;margin-right:.25rem;width:1rem}.profile-tab-list.mobile .profile-tab-item.active .btn-w-icon3:before,.profile-tab-list.mobile .profile-tab-item:hover .btn-w-icon3:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M12 12H15M12 16H15M9 12H9.01M9 16H9.01' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1rem;margin-right:.25rem;width:1rem}.profile-tab-list .profile-tab-item{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(250 250 251/var(--tw-bg-opacity,1));border-radius:.25rem;border-width:1px;color:rgb(63 63 71/var(--tw-text-opacity,1));cursor:pointer;font-size:.875rem;font-weight:700;line-height:1.4;margin-right:1rem;padding:1rem .5rem;position:relative;text-align:center;width:100%}.custom-select .ss-main.profile-tab-list .profile-tab-item{border:none}.custom-select .ss-main.profile-tab-list .profile-tab-item .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.profile-tab-list .profile-tab-item .status-check{bottom:1rem;font-size:.75rem;line-height:1.4;position:absolute;right:1rem}.profile-tab-list .profile-tab-item .status-check.icon{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667V9M9 12.3333H9.00833M16.5 9C16.5 9.98491 16.306 10.9602 15.9291 11.8701C15.5522 12.7801 14.9997 13.6069 14.3033 14.3033C13.6069 14.9997 12.7801 15.5522 11.8701 15.9291C10.9602 16.306 9.98491 16.5 9 16.5C8.01509 16.5 7.03982 16.306 6.12987 15.9291C5.21993 15.5522 4.39314 14.9997 3.6967 14.3033C3.00026 13.6069 2.44781 12.7801 2.0709 11.8701C1.69399 10.9602 1.5 9.98491 1.5 9C1.5 7.01088 2.29018 5.10322 3.6967 3.6967C5.10322 2.29018 7.01088 1.5 9 1.5C10.9891 1.5 12.8968 2.29018 14.3033 3.6967C15.7098 5.10322 16.5 7.01088 16.5 9Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.25rem;width:1.25rem}.profile-tab-list .profile-tab-item .status-check.icon.active{display:none}.profile-tab-list .profile-tab-item .profile-tab-btn{align-items:center;display:flex;justify-content:center;width:100%}.profile-tab-list .profile-tab-item .btn-w-icon1:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M9 14L11 16L15 12' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.profile-tab-list .profile-tab-item .btn-w-icon1:before,.profile-tab-list .profile-tab-item .btn-w-icon2:before{--tw-text-opacity:1;--tw-content:"";background-position:50%;background-repeat:no-repeat;color:rgb(63 63 71/var(--tw-text-opacity,1));content:var(--tw-content);display:flex;height:1.25rem;margin-right:.25rem;width:1.25rem}.profile-tab-list .profile-tab-item .btn-w-icon2:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0391 3.21071 17.5304 3 17 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V21M19 21H5M19 21H21M19 21H14M5 21H3M5 21H10M14 21V16C14 15.7348 13.8946 15.4804 13.7071 15.2929C13.5196 15.1054 13.2652 15 13 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16V21M14 21H10M9 7H10M9 11H10M14 7H15M14 11H15' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.profile-tab-list .profile-tab-item .btn-w-icon3:before{--tw-text-opacity:1;--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M12 12H15M12 16H15M9 12H9.01M9 16H9.01' stroke='%2352525B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;color:rgb(63 63 71/var(--tw-text-opacity,1));content:var(--tw-content);display:flex;height:1.25rem;margin-right:.25rem;width:1.25rem}.profile-tab-list .profile-tab-item:last-child{margin-right:0}.profile-tab-list .profile-tab-item.active,.profile-tab-list .profile-tab-item:hover{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(228 38 26/var(--tw-bg-opacity,1));border-color:rgb(228 38 26/var(--tw-border-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1))}.browserInfoModal .profile-tab-list .profile-tab-item.active,.browserInfoModal .profile-tab-list .profile-tab-item:hover{background-color:#e4261a;color:#fff}.profile-tab-list .profile-tab-item.active .btn-w-icon1:before,.profile-tab-list .profile-tab-item:hover .btn-w-icon1:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M9 14L11 16L15 12' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.25rem;margin-right:.25rem;width:1.25rem}.profile-tab-list .profile-tab-item.active .btn-w-icon2:before,.profile-tab-list .profile-tab-item:hover .btn-w-icon2:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0391 3.21071 17.5304 3 17 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V21M19 21H5M19 21H21M19 21H14M5 21H3M5 21H10M14 21V16C14 15.7348 13.8946 15.4804 13.7071 15.2929C13.5196 15.1054 13.2652 15 13 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16V21M14 21H10M9 7H10M9 11H10M14 7H15M14 11H15' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.25rem;margin-right:.25rem;width:1.25rem}.profile-tab-list .profile-tab-item.active .btn-w-icon3:before,.profile-tab-list .profile-tab-item:hover .btn-w-icon3:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M12 12H15M12 16H15M9 12H9.01M9 16H9.01' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.25rem;margin-right:.25rem;width:1.25rem}.hover-list .hover-target:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));color:rgb(228 38 26/var(--tw-text-opacity,1))}.browserInfoModal .hover-list .hover-target:hover{color:#e4261a}.hover-list .hover-target.active{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));color:rgb(228 38 26/var(--tw-text-opacity,1))}.browserInfoModal .hover-list .hover-target.active{color:#e4261a}.my-madahm-tab .tab-slide-item1 .tab-slide-button:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7069 2.293C10.5194 2.10553 10.2651 2.00021 9.99992 2.00021C9.73475 2.00021 9.48045 2.10553 9.29292 2.293L2.29292 9.293C2.11076 9.4816 2.00997 9.7342 2.01224 9.9964C2.01452 10.2586 2.11969 10.5094 2.3051 10.6948C2.49051 10.8802 2.74132 10.9854 3.00352 10.9877C3.26571 10.99 3.51832 10.8892 3.70692 10.707L3.99992 10.414V17C3.99992 17.2652 4.10528 17.5196 4.29281 17.7071C4.48035 17.8946 4.7347 18 4.99992 18H6.99992C7.26514 18 7.51949 17.8946 7.70703 17.7071C7.89456 17.5196 7.99992 17.2652 7.99992 17V15C7.99992 14.7348 8.10528 14.4804 8.29281 14.2929C8.48035 14.1054 8.7347 14 8.99992 14H10.9999C11.2651 14 11.5195 14.1054 11.707 14.2929C11.8946 14.4804 11.9999 14.7348 11.9999 15V17C11.9999 17.2652 12.1053 17.5196 12.2928 17.7071C12.4803 17.8946 12.7347 18 12.9999 18H14.9999C15.2651 18 15.5195 17.8946 15.707 17.7071C15.8946 17.5196 15.9999 17.2652 15.9999 17V10.414L16.2929 10.707C16.4815 10.8892 16.7341 10.99 16.9963 10.9877C17.2585 10.9854 17.5093 10.8802 17.6947 10.6948C17.8801 10.5094 17.9853 10.2586 17.9876 9.9964C17.9899 9.7342 17.8891 9.4816 17.7069 9.293L10.7069 2.293Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.my-madahm-tab .tab-slide-item1 .tab-slide-button:before,.my-madahm-tab .tab-slide-item1.active .tab-slide-button:before{--tw-content:"";background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.my-madahm-tab .tab-slide-item1.active .tab-slide-button:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7069 2.293C10.5194 2.10553 10.2651 2.00021 9.99992 2.00021C9.73475 2.00021 9.48045 2.10553 9.29292 2.293L2.29292 9.293C2.11076 9.4816 2.00997 9.7342 2.01224 9.9964C2.01452 10.2586 2.11969 10.5094 2.3051 10.6948C2.49051 10.8802 2.74132 10.9854 3.00352 10.9877C3.26571 10.99 3.51832 10.8892 3.70692 10.707L3.99992 10.414V17C3.99992 17.2652 4.10528 17.5196 4.29281 17.7071C4.48035 17.8946 4.7347 18 4.99992 18H6.99992C7.26514 18 7.51949 17.8946 7.70703 17.7071C7.89456 17.5196 7.99992 17.2652 7.99992 17V15C7.99992 14.7348 8.10528 14.4804 8.29281 14.2929C8.48035 14.1054 8.7347 14 8.99992 14H10.9999C11.2651 14 11.5195 14.1054 11.707 14.2929C11.8946 14.4804 11.9999 14.7348 11.9999 15V17C11.9999 17.2652 12.1053 17.5196 12.2928 17.7071C12.4803 17.8946 12.7347 18 12.9999 18H14.9999C15.2651 18 15.5195 17.8946 15.707 17.7071C15.8946 17.5196 15.9999 17.2652 15.9999 17V10.414L16.2929 10.707C16.4815 10.8892 16.7341 10.99 16.9963 10.9877C17.2585 10.9854 17.5093 10.8802 17.6947 10.6948C17.8801 10.5094 17.9853 10.2586 17.9876 9.9964C17.9899 9.7342 17.8891 9.4816 17.7069 9.293L10.7069 2.293Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.my-madahm-tab .tab-slide-item2 .tab-slide-button:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 9C10.7956 9 11.5587 8.68393 12.1213 8.12132C12.6839 7.55871 13 6.79565 13 6C13 5.20435 12.6839 4.44129 12.1213 3.87868C11.5587 3.31607 10.7956 3 10 3C9.20435 3 8.44129 3.31607 7.87868 3.87868C7.31607 4.44129 7 5.20435 7 6C7 6.79565 7.31607 7.55871 7.87868 8.12132C8.44129 8.68393 9.20435 9 10 9ZM3 18C3 17.0807 3.18106 16.1705 3.53284 15.3212C3.88463 14.4719 4.40024 13.7003 5.05025 13.0503C5.70026 12.4002 6.47194 11.8846 7.32122 11.5328C8.1705 11.1811 9.08075 11 10 11C10.9193 11 11.8295 11.1811 12.6788 11.5328C13.5281 11.8846 14.2997 12.4002 14.9497 13.0503C15.5998 13.7003 16.1154 14.4719 16.4672 15.3212C16.8189 16.1705 17 17.0807 17 18H3Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.my-madahm-tab .tab-slide-item2 .tab-slide-button:before,.my-madahm-tab .tab-slide-item2.active .tab-slide-button:before{--tw-content:"";background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.my-madahm-tab .tab-slide-item2.active .tab-slide-button:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 9C10.7956 9 11.5587 8.68393 12.1213 8.12132C12.6839 7.55871 13 6.79565 13 6C13 5.20435 12.6839 4.44129 12.1213 3.87868C11.5587 3.31607 10.7956 3 10 3C9.20435 3 8.44129 3.31607 7.87868 3.87868C7.31607 4.44129 7 5.20435 7 6C7 6.79565 7.31607 7.55871 7.87868 8.12132C8.44129 8.68393 9.20435 9 10 9ZM3 18C3 17.0807 3.18106 16.1705 3.53284 15.3212C3.88463 14.4719 4.40024 13.7003 5.05025 13.0503C5.70026 12.4002 6.47194 11.8846 7.32122 11.5328C8.1705 11.1811 9.08075 11 10 11C10.9193 11 11.8295 11.1811 12.6788 11.5328C13.5281 11.8846 14.2997 12.4002 14.9497 13.0503C15.5998 13.7003 16.1154 14.4719 16.4672 15.3212C16.8189 16.1705 17 17.0807 17 18H3Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.my-madahm-tab .tab-slide-item3 .tab-slide-button:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C8.73478 2 8.48043 2.10536 8.29289 2.29289C8.10536 2.48043 8 2.73478 8 3C8 3.26522 8.10536 3.51957 8.29289 3.70711C8.48043 3.89464 8.73478 4 9 4H11C11.2652 4 11.5196 3.89464 11.7071 3.70711C11.8946 3.51957 12 3.26522 12 3C12 2.73478 11.8946 2.48043 11.7071 2.29289C11.5196 2.10536 11.2652 2 11 2H9Z' fill='%2352525B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 5C4 4.46957 4.21071 3.96086 4.58579 3.58579C4.96086 3.21071 5.46957 3 6 3C6 3.79565 6.31607 4.55871 6.87868 5.12132C7.44129 5.68393 8.20435 6 9 6H11C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14.5304 3 15.0391 3.21071 15.4142 3.58579C15.7893 3.96086 16 4.46957 16 5V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V5ZM7 9C6.73478 9 6.48043 9.10536 6.29289 9.29289C6.10536 9.48043 6 9.73478 6 10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H7.01C7.27522 11 7.52957 10.8946 7.71711 10.7071C7.90464 10.5196 8.01 10.2652 8.01 10C8.01 9.73478 7.90464 9.48043 7.71711 9.29289C7.52957 9.10536 7.27522 9 7.01 9H7ZM10 9C9.73478 9 9.48043 9.10536 9.29289 9.29289C9.10536 9.48043 9 9.73478 9 10C9 10.2652 9.10536 10.5196 9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H7.01C7.27522 15 7.52957 14.8946 7.71711 14.7071C7.90464 14.5196 8.01 14.2652 8.01 14C8.01 13.7348 7.90464 13.4804 7.71711 13.2929C7.52957 13.1054 7.27522 13 7.01 13H7ZM10 13C9.73478 13 9.48043 13.1054 9.29289 13.2929C9.10536 13.4804 9 13.7348 9 14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H10Z' fill='%2352525B'/%3E%3C/svg%3E%0A")}.my-madahm-tab .tab-slide-item3 .tab-slide-button:before,.my-madahm-tab .tab-slide-item3.active .tab-slide-button:before{--tw-content:"";background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.my-madahm-tab .tab-slide-item3.active .tab-slide-button:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2C8.73478 2 8.48043 2.10536 8.29289 2.29289C8.10536 2.48043 8 2.73478 8 3C8 3.26522 8.10536 3.51957 8.29289 3.70711C8.48043 3.89464 8.73478 4 9 4H11C11.2652 4 11.5196 3.89464 11.7071 3.70711C11.8946 3.51957 12 3.26522 12 3C12 2.73478 11.8946 2.48043 11.7071 2.29289C11.5196 2.10536 11.2652 2 11 2H9Z' fill='%23E4261A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 5C4 4.46957 4.21071 3.96086 4.58579 3.58579C4.96086 3.21071 5.46957 3 6 3C6 3.79565 6.31607 4.55871 6.87868 5.12132C7.44129 5.68393 8.20435 6 9 6H11C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14.5304 3 15.0391 3.21071 15.4142 3.58579C15.7893 3.96086 16 4.46957 16 5V16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H6C5.46957 18 4.96086 17.7893 4.58579 17.4142C4.21071 17.0391 4 16.5304 4 16V5ZM7 9C6.73478 9 6.48043 9.10536 6.29289 9.29289C6.10536 9.48043 6 9.73478 6 10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H7.01C7.27522 11 7.52957 10.8946 7.71711 10.7071C7.90464 10.5196 8.01 10.2652 8.01 10C8.01 9.73478 7.90464 9.48043 7.71711 9.29289C7.52957 9.10536 7.27522 9 7.01 9H7ZM10 9C9.73478 9 9.48043 9.10536 9.29289 9.29289C9.10536 9.48043 9 9.73478 9 10C9 10.2652 9.10536 10.5196 9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10ZM7 13C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H7.01C7.27522 15 7.52957 14.8946 7.71711 14.7071C7.90464 14.5196 8.01 14.2652 8.01 14C8.01 13.7348 7.90464 13.4804 7.71711 13.2929C7.52957 13.1054 7.27522 13 7.01 13H7ZM10 13C9.73478 13 9.48043 13.1054 9.29289 13.2929C9.10536 13.4804 9 13.7348 9 14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13H10Z' fill='%23E4261A'/%3E%3C/svg%3E%0A")}.profile-nav-required .nav-slide-button{align-items:center;display:flex;padding:.5rem 1.5rem;position:relative;width:100%}.profile-nav-required .nav-slide-button .status-check{font-size:.75rem;line-height:1.4;margin-right:1.5rem;position:absolute;right:0}.profile-nav-required .nav-slide-button .status-check.icon-status{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667V9M9 12.3333H9.00833M16.5 9C16.5 9.98491 16.306 10.9602 15.9291 11.8701C15.5522 12.7801 14.9997 13.6069 14.3033 14.3033C13.6069 14.9997 12.7801 15.5522 11.8701 15.9291C10.9602 16.306 9.98491 16.5 9 16.5C8.01509 16.5 7.03982 16.306 6.12987 15.9291C5.21993 15.5522 4.39314 14.9997 3.6967 14.3033C3.00026 13.6069 2.44781 12.7801 2.0709 11.8701C1.69399 10.9602 1.5 9.98491 1.5 9C1.5 7.01088 2.29018 5.10322 3.6967 3.6967C5.10322 2.29018 7.01088 1.5 9 1.5C10.9891 1.5 12.8968 2.29018 14.3033 3.6967C15.7098 5.10322 16.5 7.01088 16.5 9Z' stroke='%23A1A1AA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.profile-nav-required .nav-slide-button .status-check.icon-status,.profile-nav-required .nav-slide-button .status-check.icon-status.active{--tw-content:"";background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1rem;width:1rem}.profile-nav-required .nav-slide-button .status-check.icon-status.active{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23E4261A'/%3E%3C/svg%3E")}.profile-nav-required .nav-slide-button .status-check.icon-status.active.icon-lg-border{background-size:50%;border-radius:9999px;border-width:2px;display:flex;height:18vw;width:18vw}@media (min-width:480px){.profile-nav-required .nav-slide-button .status-check.icon-status.active.icon-lg-border{height:4.5rem;width:4.5rem}}.profile-nav-required .nav-slide-button .status-check.icon-status.active.icon-lg-border{border-color:currentColor}.profile-nav-required .nav-slide-item1 .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M9 14L11 16L15 12' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.profile-nav-required .nav-slide-item1.active .nav-slide-button:before,.profile-nav-required .nav-slide-item1:hover .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M9 14L11 16L15 12' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.profile-nav-required .nav-slide-item2 .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0391 3.21071 17.5304 3 17 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V21M19 21H5M19 21H21M19 21H14M5 21H3M5 21H10M14 21V16C14 15.7348 13.8946 15.4804 13.7071 15.2929C13.5196 15.1054 13.2652 15 13 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16V21M14 21H10M9 7H10M9 11H10M14 7H15M14 11H15' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.profile-nav-required .nav-slide-item2.active .nav-slide-button:before,.profile-nav-required .nav-slide-item2:hover .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0391 3.21071 17.5304 3 17 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V21M19 21H5M19 21H21M19 21H14M5 21H3M5 21H10M14 21V16C14 15.7348 13.8946 15.4804 13.7071 15.2929C13.5196 15.1054 13.2652 15 13 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16V21M14 21H10M9 7H10M9 11H10M14 7H15M14 11H15' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.profile-nav-required .nav-slide-item3 .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8H17M7 12H11M12 20L8 16H5C4.46957 16 3.96086 15.7893 3.58579 15.4142C3.21071 15.0391 3 14.5304 3 14V6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4H19C19.5304 4 20.0391 4.21071 20.4142 4.58579C20.7893 4.96086 21 5.46957 21 6V14C21 14.5304 20.7893 15.0391 20.4142 15.4142C20.0391 15.7893 19.5304 16 19 16H16L12 20Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.profile-nav-required .nav-slide-item3.active .nav-slide-button:before,.profile-nav-required .nav-slide-item3:hover .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8H17M7 12H11M12 20L8 16H5C4.46957 16 3.96086 15.7893 3.58579 15.4142C3.21071 15.0391 3 14.5304 3 14V6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4H19C19.5304 4 20.0391 4.21071 20.4142 4.58579C20.7893 4.96086 21 5.46957 21 6V14C21 14.5304 20.7893 15.0391 20.4142 15.4142C20.0391 15.7893 19.5304 16 19 16H16L12 20Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.profile-nav-select .nav-slide-button{align-items:center;display:flex;padding:.5rem 1.5rem;position:relative;width:100%}.profile-nav-select .nav-slide-button .status-check{font-size:.75rem;line-height:1.4;margin-right:1.5rem;position:absolute;right:0}.profile-nav-select .nav-slide-button .status-check.icon-status{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667V9M9 12.3333H9.00833M16.5 9C16.5 9.98491 16.306 10.9602 15.9291 11.8701C15.5522 12.7801 14.9997 13.6069 14.3033 14.3033C13.6069 14.9997 12.7801 15.5522 11.8701 15.9291C10.9602 16.306 9.98491 16.5 9 16.5C8.01509 16.5 7.03982 16.306 6.12987 15.9291C5.21993 15.5522 4.39314 14.9997 3.6967 14.3033C3.00026 13.6069 2.44781 12.7801 2.0709 11.8701C1.69399 10.9602 1.5 9.98491 1.5 9C1.5 7.01088 2.29018 5.10322 3.6967 3.6967C5.10322 2.29018 7.01088 1.5 9 1.5C10.9891 1.5 12.8968 2.29018 14.3033 3.6967C15.7098 5.10322 16.5 7.01088 16.5 9Z' stroke='%23A1A1AA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.profile-nav-select .nav-slide-button .status-check.icon-status,.profile-nav-select .nav-slide-button .status-check.icon-status.active{--tw-content:"";background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1rem;width:1rem}.profile-nav-select .nav-slide-button .status-check.icon-status.active{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23E4261A'/%3E%3C/svg%3E")}.profile-nav-select .nav-slide-button .status-check.icon-status.active.icon-lg-border{background-size:50%;border-radius:9999px;border-width:2px;display:flex;height:18vw;width:18vw}@media (min-width:480px){.profile-nav-select .nav-slide-button .status-check.icon-status.active.icon-lg-border{height:4.5rem;width:4.5rem}}.profile-nav-select .nav-slide-button .status-check.icon-status.active.icon-lg-border{border-color:currentColor}.profile-nav-select .nav-slide-item1 .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13V12M12 13V10M16 13V8M8 21L12 17L16 21M3 4H21M4 4H20V16C20 16.2652 19.8946 16.5196 19.7071 16.7071C19.5196 16.8946 19.2652 17 19 17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16V4Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.profile-nav-select .nav-slide-item1.active .nav-slide-button:before,.profile-nav-select .nav-slide-item1:hover .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13V12M12 13V10M16 13V8M8 21L12 17L16 21M3 4H21M4 4H20V16C20 16.2652 19.8946 16.5196 19.7071 16.7071C19.5196 16.8946 19.2652 17 19 17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16V4Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.profile-nav-select .nav-slide-item2 .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19C4.46957 19 3.96086 18.7893 3.58579 18.4142C3.21071 18.0391 3 17.5304 3 17V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H9L11 7H15C15.5304 7 16.0391 7.21071 16.4142 7.58579C16.7893 7.96086 17 8.46957 17 9V10M5 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V12C21 11.4696 20.7893 10.9609 20.4142 10.5858C20.0391 10.2107 19.5304 10 19 10H9C8.46957 10 7.96086 10.2107 7.58579 10.5858C7.21071 10.9609 7 11.4696 7 12V17C7 17.5304 6.78929 18.0391 6.41421 18.4142C6.03914 18.7893 5.53043 19 5 19Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.profile-nav-select .nav-slide-item2.active .nav-slide-button:before,.profile-nav-select .nav-slide-item2:hover .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19C4.46957 19 3.96086 18.7893 3.58579 18.4142C3.21071 18.0391 3 17.5304 3 17V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H9L11 7H15C15.5304 7 16.0391 7.21071 16.4142 7.58579C16.7893 7.96086 17 8.46957 17 9V10M5 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V12C21 11.4696 20.7893 10.9609 20.4142 10.5858C20.0391 10.2107 19.5304 10 19 10H9C8.46957 10 7.96086 10.2107 7.58579 10.5858C7.21071 10.9609 7 11.4696 7 12V17C7 17.5304 6.78929 18.0391 6.41421 18.4142C6.03914 18.7893 5.53043 19 5 19Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.target-right-align{--tw-translate-y:-50%;position:absolute;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.img-box{border-radius:.5rem;border-width:1px;height:23vw;overflow:hidden;width:23vw}.custom-select .ss-main.img-box{border:none}.custom-select .ss-main.img-box .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.img-box{align-items:center;display:flex;justify-content:center}@media (min-width:480px){.img-box{height:5.75rem;width:5.75rem}}.img-box-sm{border-radius:.5rem;border-width:1px;height:17vw;overflow:hidden;width:17vw}.custom-select .ss-main.img-box-sm{border:none}.custom-select .ss-main.img-box-sm .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.img-box-sm{align-items:center;display:flex;justify-content:center}@media (min-width:480px){.img-box-sm{height:4.25rem;width:4.25rem}}.img-box-lg{border-radius:.5rem;border-width:1px;height:39vw;overflow:hidden;width:39vw}.custom-select .ss-main.img-box-lg{border:none}.custom-select .ss-main.img-box-lg .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.img-box-lg{align-items:center;display:flex;justify-content:center}@media (min-width:480px){.img-box-lg{height:9.75rem;width:9.75rem}}.img-box-custom{border-radius:.5rem;border-width:1px;overflow:hidden}.custom-select .ss-main.img-box-custom{border:none}.custom-select .ss-main.img-box-custom .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.img-box-custom{align-items:center;display:flex;justify-content:center}.portfolio-add-box.portfolio-none{display:flex;flex-direction:column;padding-bottom:2.5rem;padding-top:1.25rem}.portfolio-add-box.portfolio-none .portfolio-add{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));border-width:1px;height:5rem;margin-top:1rem}.custom-select .ss-main.portfolio-add-box.portfolio-none .portfolio-add{border:none}.custom-select .ss-main.portfolio-add-box.portfolio-none .portfolio-add .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.portfolio-add-box.portfolio-none .portfolio-add{align-items:center;border-radius:.5rem;cursor:pointer;display:flex;justify-content:center;text-align:center}.portfolio-add-box.portfolio-exist{align-items:center;display:flex;justify-content:space-between;padding-bottom:2.5rem;padding-top:1.25rem}.portfolio-add-box.portfolio-exist .portfolio-add{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));border-width:1px;font-size:1rem;line-height:1.5;padding:.75rem 1.5rem}.custom-select .ss-main.portfolio-add-box.portfolio-exist .portfolio-add{border:none}.custom-select .ss-main.portfolio-add-box.portfolio-exist .portfolio-add .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.btn :not(.portfolio-add-box.portfolio-exist .portfolio-add){font-size:1.125rem;line-height:1.5}.portfolio-add-box.portfolio-exist .portfolio-add{align-items:center;border-radius:.5rem;cursor:pointer;display:flex;justify-content:center;text-align:center}.portfolio-list>.card{margin-bottom:1.25rem}.portfolio-list>.card:last-of-type{margin-bottom:0}.check-list{flex-wrap:wrap}.check-list,.check-list .list-items{display:flex}.check-list.count4 .list-items{width:11rem}.check-list.count4 .list-items:nth-child(4n){width:9rem}.check-list.count2 .list-items{width:50%}.count4-m-24 .list-items{width:calc(25% - 18px)}.portfolio-selected-box{align-items:center;background:linear-gradient(4.34deg,#fff,hsla(0,0%,100%,0) 74%);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;padding-bottom:1.75rem;padding-top:2.75rem;position:fixed;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%;z-index:3}.portfolio-selected-box.active{background:rgba(66,77,94,.85);padding-bottom:1.25rem;padding-top:.75rem}.portfolio-selected-box .portfolio-selected-inner{width:760px}.portfolio-selected-box .portfolio-selected-list{display:flex;justify-content:space-around;width:100%}.portfolio-selected-box .portfolio-selected-list .items{width:calc(33.33333% - 8px)}.portfolio-selected-box .portfolio-selected-list .items.wait{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1));border-radius:.5rem;border-width:1px;color:rgb(255 255 255/var(--tw-text-opacity,1))}.custom-select .ss-main.portfolio-selected-box .portfolio-selected-list .items.wait{border:none}.custom-select .ss-main.portfolio-selected-box .portfolio-selected-list .items.wait .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.portfolio-selected-box .portfolio-selected-list .items.wait{align-items:center;display:flex;font-size:3vw;font-weight:400;justify-content:center;line-height:1.4}@media (min-width:480px){.portfolio-selected-box .portfolio-selected-list .items.wait{font-size:.75rem;line-height:1.4}}.browserInfoModal .portfolio-selected-box .portfolio-selected-list .items.wait{color:#fff}.portfolio-selected-box .portfolio-selected-list .items.wait{background-color:hsla(0,0%,100%,.2)}.portfolio-selected-box .portfolio-selected-list .items.empty{--tw-bg-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.5rem;display:flex;flex-direction:column;justify-content:center;width:100%}.browserInfoModal .portfolio-selected-box .portfolio-selected-list .items.empty{background-color:#fff}.cate-name-circle{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));border-radius:9999px;color:rgb(255 255 255/var(--tw-text-opacity,1));font-size:1rem;height:5rem;line-height:1.5;text-align:center;width:5rem;word-break:keep-all}@supports (-webkit-touch-callout:none){.cate-name-circle{line-break:auto}}.cate-name-circle{align-items:center;display:flex;justify-content:center}.btn :not(.cate-name-circle){font-size:1.125rem;line-height:1.5}.browserInfoModal .cate-name-circle{color:#fff}.shadow-0-4-5{box-shadow:0 4px 5px rgba(0,0,0,.15)}.shadow-0-4-16{box-shadow:0 4px 16px 0 rgba(0,0,0,.03)}.shadow-0-2-18{box-shadow:0 2px 8px 0 rgba(0,0,0,.059)}.shadow-0-4-20{box-shadow:0 4px 20px rgba(0,0,0,.08)}@media (max-width:480px){.shadow-0-4-20{box-shadow:0 1vw 3vw rgba(0,0,0,.08)}}.shadow-0-1-25{box-shadow:0 1px 25px hsla(0,0%,47%,.2)}.shadow-0-1-6{box-shadow:0 1px 6px 0 rgba(0,0,0,.059)}.shadow-0-5-15{box-shadow:0 5px 15px rgba(0,0,0,.05)}@media (max-width:480px){.shadow-0-5-15{box-shadow:0 4px 10px rgba(0,0,0,.05)}}.card-shadow-1\/3{--tw-bg-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.5rem;border-width:1px;display:flex;flex-direction:column;font-size:.75rem;justify-content:center;line-height:1.4;width:33.333333%}.custom-select .ss-main.card-shadow-1\/3{border:none}.custom-select .ss-main.card-shadow-1\/3 .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.browserInfoModal .card-shadow-1\/3{background-color:#fff}.card-shadow-1\/3:not(.p-0){padding:14vw}@media (min-width:480px){.card-shadow-1\/3:not(.p-0){padding:3.5rem}}.card-shadow-1\/3.active{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1))}.card-list .card-shadow-1\/3 .card-header,.project-list .card-shadow-1\/3 .card-header{align-items:center;display:flex;justify-content:space-between;padding-bottom:1rem}.card-list .card-shadow-1\/3 .card-header .card-title,.project-list .card-shadow-1\/3 .card-header .card-title{--tw-text-opacity:1;align-items:center;color:rgb(63 63 70/var(--tw-text-opacity,1));display:flex;font-size:1.125rem;font-weight:700;line-height:1.5;width:83.333333%}textarea:-moz-read-only:not(.readonly-exception) :not(.card-list .card-shadow-1\/3 .card-header .card-title),textarea:-moz-read-only:not(.readonly-exception) :not(.project-list .card-shadow-1\/3 .card-header .card-title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}textarea:read-only:not(.readonly-exception) :not(.card-list .card-shadow-1\/3 .card-header .card-title),textarea:read-only:not(.readonly-exception) :not(.project-list .card-shadow-1\/3 .card-header .card-title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:-moz-read-only:not(.readonly-exception) :not(.card-list .card-shadow-1\/3 .card-header .card-title),input:-moz-read-only:not(.readonly-exception) :not(.project-list .card-shadow-1\/3 .card-header .card-title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:read-only:not(.readonly-exception) :not(.card-list .card-shadow-1\/3 .card-header .card-title),input:read-only:not(.readonly-exception) :not(.project-list .card-shadow-1\/3 .card-header .card-title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.card-list .card-shadow-1\/3 .card-header .card-title-xl,.project-list .card-shadow-1\/3 .card-header .card-title-xl{--tw-text-opacity:1;align-items:center;color:rgb(63 63 70/var(--tw-text-opacity,1));display:flex;font-size:1.25rem;font-weight:700;line-height:1.25;width:83.333333%}textarea:-moz-read-only:not(.readonly-exception) :not(.card-list .card-shadow-1\/3 .card-header .card-title-xl),textarea:-moz-read-only:not(.readonly-exception) :not(.project-list .card-shadow-1\/3 .card-header .card-title-xl){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}textarea:read-only:not(.readonly-exception) :not(.card-list .card-shadow-1\/3 .card-header .card-title-xl),textarea:read-only:not(.readonly-exception) :not(.project-list .card-shadow-1\/3 .card-header .card-title-xl){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:-moz-read-only:not(.readonly-exception) :not(.card-list .card-shadow-1\/3 .card-header .card-title-xl),input:-moz-read-only:not(.readonly-exception) :not(.project-list .card-shadow-1\/3 .card-header .card-title-xl){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:read-only:not(.readonly-exception) :not(.card-list .card-shadow-1\/3 .card-header .card-title-xl),input:read-only:not(.readonly-exception) :not(.project-list .card-shadow-1\/3 .card-header .card-title-xl){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.card-list .card-shadow-1\/3 .card-header .card-reference,.project-list .card-shadow-1\/3 .card-header .card-reference{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));text-align:right;width:25%}.card-list .card-shadow-1\/3 .card-data-1,.project-list .card-shadow-1\/3 .card-data-1{display:flex;flex-direction:column;width:100%}.card-list .card-shadow-1\/3 .card-data-1 .tag,.project-list .card-shadow-1\/3 .card-data-1 .tag{margin-bottom:.25rem;margin-right:.25rem}.card-list .card-shadow-1\/3 .card-data-2,.project-list .card-shadow-1\/3 .card-data-2{--tw-bg-opacity:1;background-color:rgb(250 250 251/var(--tw-bg-opacity,1));border-bottom-right-radius:.5rem;border-left-width:1px;border-top-right-radius:.5rem;justify-content:space-between;overflow:hidden;padding:1.75rem 2rem;width:25%}.card-list .card-shadow-1\/3 .card-data-2>li,.project-list .card-shadow-1\/3 .card-data-2>li{align-items:center;display:flex;justify-content:space-between;line-height:1!important;margin-top:1rem}.card-list .card-shadow-1\/3 .card-data-2>li:first-of-type,.project-list .card-shadow-1\/3 .card-data-2>li:first-of-type{margin-top:0}.card-list .card-shadow-1\/3 .card-data-2>li .data-info,.project-list .card-shadow-1\/3 .card-data-2>li .data-info{font-size:3vw;font-weight:500;line-height:1.4}@media (min-width:480px){.card-list .card-shadow-1\/3 .card-data-2>li .data-info,.project-list .card-shadow-1\/3 .card-data-2>li .data-info{font-size:.75rem;line-height:1.4}}.card-list .card-shadow-1\/3 .card-data-2>li .data-info,.project-list .card-shadow-1\/3 .card-data-2>li .data-info{line-height:1!important}.card-list .card-shadow-1\/3 .card-data-2>li.btn-box,.project-list .card-shadow-1\/3 .card-data-2>li.btn-box{flex-direction:row}.card-list .card-shadow-1\/3 .card-data-2 .data-name,.project-list .card-shadow-1\/3 .card-data-2 .data-name{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.card-list .card-shadow-1\/3 .card-data-2 .data-info,.project-list .card-shadow-1\/3 .card-data-2 .data-info{font-weight:700}.card-list.custom-type .card-shadow-1\/3 .card-data-1,.project-list.custom-type .card-shadow-1\/3 .card-data-1{width:84%}.card-list.custom-type .card-shadow-1\/3 .card-data-2,.project-list.custom-type .card-shadow-1\/3 .card-data-2{width:29%}.card-list.custom-type .card-shadow-1\/3 .card-data-2>li,.project-list.custom-type .card-shadow-1\/3 .card-data-2>li{font-size:4vw;font-weight:400;line-height:1.5}@media (min-width:480px){.card-list.custom-type .card-shadow-1\/3 .card-data-2>li,.project-list.custom-type .card-shadow-1\/3 .card-data-2>li{font-size:1rem;line-height:1.5}}.card-list.custom-type .card-shadow-1\/3 .card-data-2>li,.project-list.custom-type .card-shadow-1\/3 .card-data-2>li{height:15%}.card-list.custom-type .card-shadow-1\/3 .card-data-2>li .data-info,.project-list.custom-type .card-shadow-1\/3 .card-data-2>li .data-info{font-size:4vw;font-weight:500;line-height:1.5}@media (min-width:480px){.card-list.custom-type .card-shadow-1\/3 .card-data-2>li .data-info,.project-list.custom-type .card-shadow-1\/3 .card-data-2>li .data-info{font-size:1rem;line-height:1.5}}.portfolio-list>.card-shadow-1\/3{margin-bottom:1.25rem}.portfolio-list>.card-shadow-1\/3:last-of-type{margin-bottom:0}.card-shadow-1\/3{box-shadow:0 4px 16px 0 rgba(0,0,0,.03)}.mobile .card-shadow-1\/3:not(.p-0){padding:6vw}@media (min-width:480px){.mobile .card-shadow-1\/3:not(.p-0){padding:1.5rem}}.mobile .card-list .card-shadow-1\/3 .card-header,.mobile .project-list .card-shadow-1\/3 .card-header{padding-bottom:0}.mobile .card-list .card-shadow-1\/3 .card-header .card-title,.mobile .project-list .card-shadow-1\/3 .card-header .card-title{align-items:flex-start;flex-direction:column;font-size:4vw;font-weight:500;line-height:1.5;width:100%}@media (min-width:480px){.mobile .card-list .card-shadow-1\/3 .card-header .card-title,.mobile .project-list .card-shadow-1\/3 .card-header .card-title{font-size:1rem;line-height:1.5}}.mobile .card-list .card-shadow-1\/3 .card-header .tag,.mobile .project-list .card-shadow-1\/3 .card-header .tag{font-size:3vw;line-height:1;margin-bottom:0;margin-right:1vw}@media (min-width:480px){.mobile .card-list .card-shadow-1\/3 .card-header .tag,.mobile .project-list .card-shadow-1\/3 .card-header .tag{font-size:.75rem;line-height:1.4;margin-right:.25rem}}.mobile .card-list .card-shadow-1\/3 .card-header .tag-list .tag,.mobile .project-list .card-shadow-1\/3 .card-header .tag-list .tag{line-height:1;margin-bottom:1vw}@media (min-width:480px){.mobile .card-list .card-shadow-1\/3 .card-header .tag-list .tag,.mobile .project-list .card-shadow-1\/3 .card-header .tag-list .tag{margin-bottom:.25rem}}.mobile .card-list .card-shadow-1\/3 .card-data-1,.mobile .project-list .card-shadow-1\/3 .card-data-1{padding:5vw 5vw 4vw;width:100%}@media (min-width:480px){.mobile .card-list .card-shadow-1\/3 .card-data-1,.mobile .project-list .card-shadow-1\/3 .card-data-1{padding:1.25rem 1.25rem 1rem}}.mobile .card-list .card-shadow-1\/3 .card-data-2,.mobile .project-list .card-shadow-1\/3 .card-data-2{background-color:transparent;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-top-left-radius:0;border-top-right-radius:0;display:flex;flex-wrap:wrap;padding:2vw 5vw 6vw;width:100%}@media (min-width:480px){.mobile .card-list .card-shadow-1\/3 .card-data-2,.mobile .project-list .card-shadow-1\/3 .card-data-2{padding:.5rem 1.25rem 1.5rem}}.mobile .card-list .card-shadow-1\/3 .card-data-2,.mobile .project-list .card-shadow-1\/3 .card-data-2{border:none}.mobile .card-list .card-shadow-1\/3 .card-data-2>li,.mobile .project-list .card-shadow-1\/3 .card-data-2>li{margin-top:3vw}@media (min-width:480px){.mobile .card-list .card-shadow-1\/3 .card-data-2>li,.mobile .project-list .card-shadow-1\/3 .card-data-2>li{margin-top:.75rem}}.mobile .card-list .card-shadow-1\/3 .card-data-2>li:nth-of-type(odd),.mobile .project-list .card-shadow-1\/3 .card-data-2>li:nth-of-type(odd){padding-right:2vw}@media (min-width:480px){.mobile .card-list .card-shadow-1\/3 .card-data-2>li:nth-of-type(odd),.mobile .project-list .card-shadow-1\/3 .card-data-2>li:nth-of-type(odd){padding-right:.5rem}}.mobile .card-list .card-shadow-1\/3 .card-data-2>li .data-name,.mobile .project-list .card-shadow-1\/3 .card-data-2>li .data-name{margin-right:1.5vw}@media (min-width:480px){.mobile .card-list .card-shadow-1\/3 .card-data-2>li .data-name,.mobile .project-list .card-shadow-1\/3 .card-data-2>li .data-name{margin-right:.375rem}}.mobile .card-list .card-shadow-1\/3 .card-data-2>li .data-info,.mobile .project-list .card-shadow-1\/3 .card-data-2>li .data-info{font-size:3vw;font-weight:500;line-height:1.4}@media (min-width:480px){.mobile .card-list .card-shadow-1\/3 .card-data-2>li .data-info,.mobile .project-list .card-shadow-1\/3 .card-data-2>li .data-info{font-size:.75rem;line-height:1.4}}.mobile .card-list .card-shadow-1\/3 .card-data-2>li .data-info,.mobile .project-list .card-shadow-1\/3 .card-data-2>li .data-info{line-height:1!important}.mobile .card-list .card-shadow-1\/3 .card-data-2.private,.mobile .project-list .card-shadow-1\/3 .card-data-2.private{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;flex-direction:column;height:100%;justify-content:space-between;line-height:1}.browserInfoModal .mobile .card-list .card-shadow-1\/3 .card-data-2.private,.browserInfoModal .mobile .project-list .card-shadow-1\/3 .card-data-2.private{color:#fff}.mobile .card-list .card-shadow-1\/3 .card-data-2.private,.mobile .project-list .card-shadow-1\/3 .card-data-2.private{padding:6vw 5vw}@media (min-width:480px){.mobile .card-list .card-shadow-1\/3 .card-data-2.private,.mobile .project-list .card-shadow-1\/3 .card-data-2.private{padding:1.5rem 1.25rem}}.mobile .card-list .card-shadow-1\/3 .card-data-2.private .private-head,.mobile .project-list .card-shadow-1\/3 .card-data-2.private .private-head{align-items:center;display:flex;font-size:3.5vw;font-size:.875rem;font-weight:500;justify-content:center;line-height:1.4}.mobile .card-list .card-shadow-1\/3 .card-data-2.private .private-info,.mobile .project-list .card-shadow-1\/3 .card-data-2.private .private-info{--tw-text-opacity:1;color:rgb(212 212 216/var(--tw-text-opacity,1));font-size:3vw;line-height:1.4;padding-top:2vw}@media (min-width:480px){.mobile .card-list .card-shadow-1\/3 .card-data-2.private .private-info,.mobile .project-list .card-shadow-1\/3 .card-data-2.private .private-info{font-size:.75rem;line-height:1.4;padding-top:.5rem}}.mobile .card-list .card-shadow-1\/3 .card-data-2-btn,.mobile .project-list .card-shadow-1\/3 .card-data-2-btn{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;justify-content:center;padding:4vw;width:100%}.browserInfoModal .mobile .card-list .card-shadow-1\/3 .card-data-2-btn,.browserInfoModal .mobile .project-list .card-shadow-1\/3 .card-data-2-btn{color:#fff}@media (min-width:480px){.mobile .card-list .card-shadow-1\/3 .card-data-2-btn,.mobile .project-list .card-shadow-1\/3 .card-data-2-btn{padding:1rem}}.event-230704 .card-shadow-1\/3{--tw-bg-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:1rem;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.25rem;padding-left:2rem;padding-right:2rem;position:relative;width:100%}.browserInfoModal .event-230704 .card-shadow-1\/3{background-color:#fff}@media (min-width:480px){.event-230704 .card-shadow-1\/3{padding-left:8vw;padding-right:8vw}}.event-230704 .card-shadow-1\/3:last-of-type{margin-bottom:0}.event-230704 .card-shadow-1\/3.card-shadow-purple{box-shadow:3px 3px 10px 0 rgba(93,93,183,.12)}.event-230704 .card-shadow-1\/3 .header{border-top-left-radius:1rem;border-top-right-radius:1rem;height:1rem;position:absolute;top:-1px;width:100%;z-index:1}.event-230704 .card-shadow-1\/3 .title{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:.5rem;width:100%}@media (min-width:480px){.event-230704 .card-shadow-1\/3 .title{margin-top:2vw}}.event-230704 .card-shadow-1\/3 .title p{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));font-size:25px;font-weight:600}.event-230704 .card-shadow-1\/3 .content{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));font-size:4.5vw;font-weight:300;line-height:1.5;text-align:center;width:100%}.event-230704 .card-shadow-1\/3 .content span{font-weight:600}.alert-speech-bubble{--tw-translate-x:-50%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.5rem;border-width:1px;font-size:.75rem;left:50%;line-height:1.4;margin-top:.75rem;opacity:0;padding:.75rem 1.25rem;position:absolute;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);white-space:nowrap;width:14rem;width:auto;z-index:-1}.custom-select .ss-main.alert-speech-bubble{border:none}.custom-select .ss-main.alert-speech-bubble .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.browserInfoModal .alert-speech-bubble{background-color:#fff}.alert-speech-bubble:not(.p-0){padding:14vw}@media (min-width:480px){.alert-speech-bubble:not(.p-0){padding:3.5rem}}.alert-speech-bubble.active{border-color:rgb(228 38 26/var(--tw-border-opacity,1))}.card-list .alert-speech-bubble .card-header,.project-list .alert-speech-bubble .card-header{align-items:center;display:flex;justify-content:space-between;padding-bottom:1rem}.card-list .alert-speech-bubble .card-header .card-title,.project-list .alert-speech-bubble .card-header .card-title{--tw-text-opacity:1;align-items:center;color:rgb(63 63 70/var(--tw-text-opacity,1));display:flex;font-size:1.125rem;font-weight:700;line-height:1.5;width:83.333333%}textarea:-moz-read-only:not(.readonly-exception) :not(.card-list .alert-speech-bubble .card-header .card-title),textarea:-moz-read-only:not(.readonly-exception) :not(.project-list .alert-speech-bubble .card-header .card-title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}textarea:read-only:not(.readonly-exception) :not(.card-list .alert-speech-bubble .card-header .card-title),textarea:read-only:not(.readonly-exception) :not(.project-list .alert-speech-bubble .card-header .card-title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:-moz-read-only:not(.readonly-exception) :not(.card-list .alert-speech-bubble .card-header .card-title),input:-moz-read-only:not(.readonly-exception) :not(.project-list .alert-speech-bubble .card-header .card-title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:read-only:not(.readonly-exception) :not(.card-list .alert-speech-bubble .card-header .card-title),input:read-only:not(.readonly-exception) :not(.project-list .alert-speech-bubble .card-header .card-title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.card-list .alert-speech-bubble .card-header .card-title-xl,.project-list .alert-speech-bubble .card-header .card-title-xl{--tw-text-opacity:1;align-items:center;color:rgb(63 63 70/var(--tw-text-opacity,1));display:flex;font-size:1.25rem;font-weight:700;line-height:1.25;width:83.333333%}textarea:-moz-read-only:not(.readonly-exception) :not(.card-list .alert-speech-bubble .card-header .card-title-xl),textarea:-moz-read-only:not(.readonly-exception) :not(.project-list .alert-speech-bubble .card-header .card-title-xl){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}textarea:read-only:not(.readonly-exception) :not(.card-list .alert-speech-bubble .card-header .card-title-xl),textarea:read-only:not(.readonly-exception) :not(.project-list .alert-speech-bubble .card-header .card-title-xl){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:-moz-read-only:not(.readonly-exception) :not(.card-list .alert-speech-bubble .card-header .card-title-xl),input:-moz-read-only:not(.readonly-exception) :not(.project-list .alert-speech-bubble .card-header .card-title-xl){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:read-only:not(.readonly-exception) :not(.card-list .alert-speech-bubble .card-header .card-title-xl),input:read-only:not(.readonly-exception) :not(.project-list .alert-speech-bubble .card-header .card-title-xl){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.card-list .alert-speech-bubble .card-header .card-reference,.project-list .alert-speech-bubble .card-header .card-reference{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));text-align:right;width:25%}.card-list .alert-speech-bubble .card-data-1,.project-list .alert-speech-bubble .card-data-1{display:flex;flex-direction:column;width:100%}.card-list .alert-speech-bubble .card-data-1 .tag,.project-list .alert-speech-bubble .card-data-1 .tag{margin-bottom:.25rem;margin-right:.25rem}.card-list .alert-speech-bubble .card-data-2,.project-list .alert-speech-bubble .card-data-2{--tw-bg-opacity:1;background-color:rgb(250 250 251/var(--tw-bg-opacity,1));border-bottom-right-radius:.5rem;border-left-width:1px;border-top-right-radius:.5rem;justify-content:space-between;overflow:hidden;padding:1.75rem 2rem;width:25%}.card-list .alert-speech-bubble .card-data-2>li,.project-list .alert-speech-bubble .card-data-2>li{align-items:center;display:flex;justify-content:space-between;line-height:1!important;margin-top:1rem}.card-list .alert-speech-bubble .card-data-2>li:first-of-type,.project-list .alert-speech-bubble .card-data-2>li:first-of-type{margin-top:0}.card-list .alert-speech-bubble .card-data-2>li .data-info,.project-list .alert-speech-bubble .card-data-2>li .data-info{font-size:3vw;font-weight:500;line-height:1.4}@media (min-width:480px){.card-list .alert-speech-bubble .card-data-2>li .data-info,.project-list .alert-speech-bubble .card-data-2>li .data-info{font-size:.75rem;line-height:1.4}}.card-list .alert-speech-bubble .card-data-2>li .data-info,.project-list .alert-speech-bubble .card-data-2>li .data-info{line-height:1!important}.card-list .alert-speech-bubble .card-data-2>li.btn-box,.project-list .alert-speech-bubble .card-data-2>li.btn-box{flex-direction:row}.card-list .alert-speech-bubble .card-data-2 .data-name,.project-list .alert-speech-bubble .card-data-2 .data-name{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.card-list .alert-speech-bubble .card-data-2 .data-info,.project-list .alert-speech-bubble .card-data-2 .data-info{font-weight:700}.card-list.custom-type .alert-speech-bubble .card-data-1,.project-list.custom-type .alert-speech-bubble .card-data-1{width:84%}.card-list.custom-type .alert-speech-bubble .card-data-2,.project-list.custom-type .alert-speech-bubble .card-data-2{width:29%}.card-list.custom-type .alert-speech-bubble .card-data-2>li,.project-list.custom-type .alert-speech-bubble .card-data-2>li{font-size:4vw;font-weight:400;line-height:1.5}@media (min-width:480px){.card-list.custom-type .alert-speech-bubble .card-data-2>li,.project-list.custom-type .alert-speech-bubble .card-data-2>li{font-size:1rem;line-height:1.5}}.card-list.custom-type .alert-speech-bubble .card-data-2>li,.project-list.custom-type .alert-speech-bubble .card-data-2>li{height:15%}.card-list.custom-type .alert-speech-bubble .card-data-2>li .data-info,.project-list.custom-type .alert-speech-bubble .card-data-2>li .data-info{font-size:4vw;font-weight:500;line-height:1.5}@media (min-width:480px){.card-list.custom-type .alert-speech-bubble .card-data-2>li .data-info,.project-list.custom-type .alert-speech-bubble .card-data-2>li .data-info{font-size:1rem;line-height:1.5}}.portfolio-list>.alert-speech-bubble{margin-bottom:1.25rem}.portfolio-list>.alert-speech-bubble:last-of-type{margin-bottom:0}.alert-speech-bubble{box-shadow:0 4px 16px 0 rgba(0,0,0,.03)}.mobile .alert-speech-bubble:not(.p-0){padding:6vw}@media (min-width:480px){.mobile .alert-speech-bubble:not(.p-0){padding:1.5rem}}.mobile .card-list .alert-speech-bubble .card-header,.mobile .project-list .alert-speech-bubble .card-header{padding-bottom:0}.mobile .card-list .alert-speech-bubble .card-header .card-title,.mobile .project-list .alert-speech-bubble .card-header .card-title{align-items:flex-start;flex-direction:column;font-size:4vw;font-weight:500;line-height:1.5;width:100%}@media (min-width:480px){.mobile .card-list .alert-speech-bubble .card-header .card-title,.mobile .project-list .alert-speech-bubble .card-header .card-title{font-size:1rem;line-height:1.5}}.mobile .card-list .alert-speech-bubble .card-header .tag,.mobile .project-list .alert-speech-bubble .card-header .tag{font-size:3vw;line-height:1;margin-bottom:0;margin-right:1vw}@media (min-width:480px){.mobile .card-list .alert-speech-bubble .card-header .tag,.mobile .project-list .alert-speech-bubble .card-header .tag{font-size:.75rem;line-height:1.4;margin-right:.25rem}}.mobile .card-list .alert-speech-bubble .card-header .tag-list .tag,.mobile .project-list .alert-speech-bubble .card-header .tag-list .tag{line-height:1;margin-bottom:1vw}@media (min-width:480px){.mobile .card-list .alert-speech-bubble .card-header .tag-list .tag,.mobile .project-list .alert-speech-bubble .card-header .tag-list .tag{margin-bottom:.25rem}}.mobile .card-list .alert-speech-bubble .card-data-1,.mobile .project-list .alert-speech-bubble .card-data-1{padding:5vw 5vw 4vw;width:100%}@media (min-width:480px){.mobile .card-list .alert-speech-bubble .card-data-1,.mobile .project-list .alert-speech-bubble .card-data-1{padding:1.25rem 1.25rem 1rem}}.mobile .card-list .alert-speech-bubble .card-data-2,.mobile .project-list .alert-speech-bubble .card-data-2{background-color:transparent;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-top-left-radius:0;border-top-right-radius:0;display:flex;flex-wrap:wrap;padding:2vw 5vw 6vw;width:100%}@media (min-width:480px){.mobile .card-list .alert-speech-bubble .card-data-2,.mobile .project-list .alert-speech-bubble .card-data-2{padding:.5rem 1.25rem 1.5rem}}.mobile .card-list .alert-speech-bubble .card-data-2,.mobile .project-list .alert-speech-bubble .card-data-2{border:none}.mobile .card-list .alert-speech-bubble .card-data-2>li,.mobile .project-list .alert-speech-bubble .card-data-2>li{margin-top:3vw}@media (min-width:480px){.mobile .card-list .alert-speech-bubble .card-data-2>li,.mobile .project-list .alert-speech-bubble .card-data-2>li{margin-top:.75rem}}.mobile .card-list .alert-speech-bubble .card-data-2>li:nth-of-type(odd),.mobile .project-list .alert-speech-bubble .card-data-2>li:nth-of-type(odd){padding-right:2vw}@media (min-width:480px){.mobile .card-list .alert-speech-bubble .card-data-2>li:nth-of-type(odd),.mobile .project-list .alert-speech-bubble .card-data-2>li:nth-of-type(odd){padding-right:.5rem}}.mobile .card-list .alert-speech-bubble .card-data-2>li .data-name,.mobile .project-list .alert-speech-bubble .card-data-2>li .data-name{margin-right:1.5vw}@media (min-width:480px){.mobile .card-list .alert-speech-bubble .card-data-2>li .data-name,.mobile .project-list .alert-speech-bubble .card-data-2>li .data-name{margin-right:.375rem}}.mobile .card-list .alert-speech-bubble .card-data-2>li .data-info,.mobile .project-list .alert-speech-bubble .card-data-2>li .data-info{font-size:3vw;font-weight:500;line-height:1.4}@media (min-width:480px){.mobile .card-list .alert-speech-bubble .card-data-2>li .data-info,.mobile .project-list .alert-speech-bubble .card-data-2>li .data-info{font-size:.75rem;line-height:1.4}}.mobile .card-list .alert-speech-bubble .card-data-2>li .data-info,.mobile .project-list .alert-speech-bubble .card-data-2>li .data-info{line-height:1!important}.mobile .card-list .alert-speech-bubble .card-data-2.private,.mobile .project-list .alert-speech-bubble .card-data-2.private{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;flex-direction:column;height:100%;justify-content:space-between;line-height:1}.browserInfoModal .mobile .card-list .alert-speech-bubble .card-data-2.private,.browserInfoModal .mobile .project-list .alert-speech-bubble .card-data-2.private{color:#fff}.mobile .card-list .alert-speech-bubble .card-data-2.private,.mobile .project-list .alert-speech-bubble .card-data-2.private{padding:6vw 5vw}@media (min-width:480px){.mobile .card-list .alert-speech-bubble .card-data-2.private,.mobile .project-list .alert-speech-bubble .card-data-2.private{padding:1.5rem 1.25rem}}.mobile .card-list .alert-speech-bubble .card-data-2.private .private-head,.mobile .project-list .alert-speech-bubble .card-data-2.private .private-head{align-items:center;display:flex;font-size:3.5vw;font-size:.875rem;font-weight:500;justify-content:center;line-height:1.4}.mobile .card-list .alert-speech-bubble .card-data-2.private .private-info,.mobile .project-list .alert-speech-bubble .card-data-2.private .private-info{--tw-text-opacity:1;color:rgb(212 212 216/var(--tw-text-opacity,1));font-size:3vw;line-height:1.4;padding-top:2vw}@media (min-width:480px){.mobile .card-list .alert-speech-bubble .card-data-2.private .private-info,.mobile .project-list .alert-speech-bubble .card-data-2.private .private-info{font-size:.75rem;line-height:1.4;padding-top:.5rem}}.mobile .card-list .alert-speech-bubble .card-data-2-btn,.mobile .project-list .alert-speech-bubble .card-data-2-btn{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;justify-content:center;padding:4vw;width:100%}.browserInfoModal .mobile .card-list .alert-speech-bubble .card-data-2-btn,.browserInfoModal .mobile .project-list .alert-speech-bubble .card-data-2-btn{color:#fff}@media (min-width:480px){.mobile .card-list .alert-speech-bubble .card-data-2-btn,.mobile .project-list .alert-speech-bubble .card-data-2-btn{padding:1rem}}.event-230704 .alert-speech-bubble{--tw-bg-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:1rem;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.25rem;padding-left:2rem;padding-right:2rem;position:relative;width:100%}.browserInfoModal .event-230704 .alert-speech-bubble{background-color:#fff}@media (min-width:480px){.event-230704 .alert-speech-bubble{padding-left:8vw;padding-right:8vw}}.event-230704 .alert-speech-bubble:last-of-type{margin-bottom:0}.event-230704 .alert-speech-bubble.card-shadow-purple{box-shadow:3px 3px 10px 0 rgba(93,93,183,.12)}.event-230704 .alert-speech-bubble .header{border-top-left-radius:1rem;border-top-right-radius:1rem;height:1rem;position:absolute;top:-1px;width:100%;z-index:1}.event-230704 .alert-speech-bubble .title{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:.5rem;width:100%}@media (min-width:480px){.event-230704 .alert-speech-bubble .title{margin-top:2vw}}.event-230704 .alert-speech-bubble .title p{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));font-size:25px;font-weight:600}.event-230704 .alert-speech-bubble .content{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));font-size:4.5vw;font-weight:300;line-height:1.5;text-align:center;width:100%}.event-230704 .alert-speech-bubble .content span{font-weight:600}.alert-speech-bubble:before{--tw-translate-x:-50%;--tw-bg-opacity:1;--tw-content:"";background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-width:1px;content:var(--tw-content);display:block;height:.75rem;left:50%;position:absolute;top:-.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:.75rem}.custom-select .ss-main.alert-speech-bubble:before{border:none}.custom-select .ss-main.alert-speech-bubble .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.browserInfoModal .alert-speech-bubble:before{background-color:#fff}.alert-speech-bubble:before{border-radius:2px;transform:rotate(33deg) skewY(22deg) scaleX(.866)}.alert-speech-bubble:after{--tw-translate-x:-50%;--tw-bg-opacity:1;--tw-content:"";background-color:rgb(255 255 255/var(--tw-bg-opacity,1));content:var(--tw-content);display:block;height:.75rem;left:50%;position:absolute;top:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:2rem}.browserInfoModal .alert-speech-bubble:after{background-color:#fff}.alert-speech-bubble:after{border-radius:2px}.alert-speech-bubble.active{opacity:1;transition-duration:.2s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0}.alert-speech-bubble.active,.alert-speech-bubble.active:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1))}.alert-speech-bubble2{--tw-translate-x:-75%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.5rem;border-width:1px;font-size:.75rem;left:50%;line-height:1.4;margin-top:9rem;opacity:0;padding:.75rem 1.25rem;position:absolute;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);white-space:nowrap;width:14rem;width:auto;z-index:-1}.custom-select .ss-main.alert-speech-bubble2{border:none}.custom-select .ss-main.alert-speech-bubble2 .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.browserInfoModal .alert-speech-bubble2{background-color:#fff}.alert-speech-bubble2:not(.p-0){padding:14vw}@media (min-width:480px){.alert-speech-bubble2:not(.p-0){padding:3.5rem}}.alert-speech-bubble2.active{border-color:rgb(228 38 26/var(--tw-border-opacity,1))}.card-list .alert-speech-bubble2 .card-header,.project-list .alert-speech-bubble2 .card-header{align-items:center;display:flex;justify-content:space-between;padding-bottom:1rem}.card-list .alert-speech-bubble2 .card-header .card-title,.project-list .alert-speech-bubble2 .card-header .card-title{--tw-text-opacity:1;align-items:center;color:rgb(63 63 70/var(--tw-text-opacity,1));display:flex;font-size:1.125rem;font-weight:700;line-height:1.5;width:83.333333%}textarea:-moz-read-only:not(.readonly-exception) :not(.card-list .alert-speech-bubble2 .card-header .card-title),textarea:-moz-read-only:not(.readonly-exception) :not(.project-list .alert-speech-bubble2 .card-header .card-title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}textarea:read-only:not(.readonly-exception) :not(.card-list .alert-speech-bubble2 .card-header .card-title),textarea:read-only:not(.readonly-exception) :not(.project-list .alert-speech-bubble2 .card-header .card-title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:-moz-read-only:not(.readonly-exception) :not(.card-list .alert-speech-bubble2 .card-header .card-title),input:-moz-read-only:not(.readonly-exception) :not(.project-list .alert-speech-bubble2 .card-header .card-title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:read-only:not(.readonly-exception) :not(.card-list .alert-speech-bubble2 .card-header .card-title),input:read-only:not(.readonly-exception) :not(.project-list .alert-speech-bubble2 .card-header .card-title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.card-list .alert-speech-bubble2 .card-header .card-title-xl,.project-list .alert-speech-bubble2 .card-header .card-title-xl{--tw-text-opacity:1;align-items:center;color:rgb(63 63 70/var(--tw-text-opacity,1));display:flex;font-size:1.25rem;font-weight:700;line-height:1.25;width:83.333333%}textarea:-moz-read-only:not(.readonly-exception) :not(.card-list .alert-speech-bubble2 .card-header .card-title-xl),textarea:-moz-read-only:not(.readonly-exception) :not(.project-list .alert-speech-bubble2 .card-header .card-title-xl){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}textarea:read-only:not(.readonly-exception) :not(.card-list .alert-speech-bubble2 .card-header .card-title-xl),textarea:read-only:not(.readonly-exception) :not(.project-list .alert-speech-bubble2 .card-header .card-title-xl){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:-moz-read-only:not(.readonly-exception) :not(.card-list .alert-speech-bubble2 .card-header .card-title-xl),input:-moz-read-only:not(.readonly-exception) :not(.project-list .alert-speech-bubble2 .card-header .card-title-xl){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:read-only:not(.readonly-exception) :not(.card-list .alert-speech-bubble2 .card-header .card-title-xl),input:read-only:not(.readonly-exception) :not(.project-list .alert-speech-bubble2 .card-header .card-title-xl){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.card-list .alert-speech-bubble2 .card-header .card-reference,.project-list .alert-speech-bubble2 .card-header .card-reference{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));text-align:right;width:25%}.card-list .alert-speech-bubble2 .card-data-1,.project-list .alert-speech-bubble2 .card-data-1{display:flex;flex-direction:column;width:100%}.card-list .alert-speech-bubble2 .card-data-1 .tag,.project-list .alert-speech-bubble2 .card-data-1 .tag{margin-bottom:.25rem;margin-right:.25rem}.card-list .alert-speech-bubble2 .card-data-2,.project-list .alert-speech-bubble2 .card-data-2{--tw-bg-opacity:1;background-color:rgb(250 250 251/var(--tw-bg-opacity,1));border-bottom-right-radius:.5rem;border-left-width:1px;border-top-right-radius:.5rem;justify-content:space-between;overflow:hidden;padding:1.75rem 2rem;width:25%}.card-list .alert-speech-bubble2 .card-data-2>li,.project-list .alert-speech-bubble2 .card-data-2>li{align-items:center;display:flex;justify-content:space-between;line-height:1!important;margin-top:1rem}.card-list .alert-speech-bubble2 .card-data-2>li:first-of-type,.project-list .alert-speech-bubble2 .card-data-2>li:first-of-type{margin-top:0}.card-list .alert-speech-bubble2 .card-data-2>li .data-info,.project-list .alert-speech-bubble2 .card-data-2>li .data-info{font-size:3vw;font-weight:500;line-height:1.4}@media (min-width:480px){.card-list .alert-speech-bubble2 .card-data-2>li .data-info,.project-list .alert-speech-bubble2 .card-data-2>li .data-info{font-size:.75rem;line-height:1.4}}.card-list .alert-speech-bubble2 .card-data-2>li .data-info,.project-list .alert-speech-bubble2 .card-data-2>li .data-info{line-height:1!important}.card-list .alert-speech-bubble2 .card-data-2>li.btn-box,.project-list .alert-speech-bubble2 .card-data-2>li.btn-box{flex-direction:row}.card-list .alert-speech-bubble2 .card-data-2 .data-name,.project-list .alert-speech-bubble2 .card-data-2 .data-name{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.card-list .alert-speech-bubble2 .card-data-2 .data-info,.project-list .alert-speech-bubble2 .card-data-2 .data-info{font-weight:700}.card-list.custom-type .alert-speech-bubble2 .card-data-1,.project-list.custom-type .alert-speech-bubble2 .card-data-1{width:84%}.card-list.custom-type .alert-speech-bubble2 .card-data-2,.project-list.custom-type .alert-speech-bubble2 .card-data-2{width:29%}.card-list.custom-type .alert-speech-bubble2 .card-data-2>li,.project-list.custom-type .alert-speech-bubble2 .card-data-2>li{font-size:4vw;font-weight:400;line-height:1.5}@media (min-width:480px){.card-list.custom-type .alert-speech-bubble2 .card-data-2>li,.project-list.custom-type .alert-speech-bubble2 .card-data-2>li{font-size:1rem;line-height:1.5}}.card-list.custom-type .alert-speech-bubble2 .card-data-2>li,.project-list.custom-type .alert-speech-bubble2 .card-data-2>li{height:15%}.card-list.custom-type .alert-speech-bubble2 .card-data-2>li .data-info,.project-list.custom-type .alert-speech-bubble2 .card-data-2>li .data-info{font-size:4vw;font-weight:500;line-height:1.5}@media (min-width:480px){.card-list.custom-type .alert-speech-bubble2 .card-data-2>li .data-info,.project-list.custom-type .alert-speech-bubble2 .card-data-2>li .data-info{font-size:1rem;line-height:1.5}}.portfolio-list>.alert-speech-bubble2{margin-bottom:1.25rem}.portfolio-list>.alert-speech-bubble2:last-of-type{margin-bottom:0}.alert-speech-bubble2{box-shadow:0 4px 16px 0 rgba(0,0,0,.03)}.mobile .alert-speech-bubble2:not(.p-0){padding:6vw}@media (min-width:480px){.mobile .alert-speech-bubble2:not(.p-0){padding:1.5rem}}.mobile .card-list .alert-speech-bubble2 .card-header,.mobile .project-list .alert-speech-bubble2 .card-header{padding-bottom:0}.mobile .card-list .alert-speech-bubble2 .card-header .card-title,.mobile .project-list .alert-speech-bubble2 .card-header .card-title{align-items:flex-start;flex-direction:column;font-size:4vw;font-weight:500;line-height:1.5;width:100%}@media (min-width:480px){.mobile .card-list .alert-speech-bubble2 .card-header .card-title,.mobile .project-list .alert-speech-bubble2 .card-header .card-title{font-size:1rem;line-height:1.5}}.mobile .card-list .alert-speech-bubble2 .card-header .tag,.mobile .project-list .alert-speech-bubble2 .card-header .tag{font-size:3vw;line-height:1;margin-bottom:0;margin-right:1vw}@media (min-width:480px){.mobile .card-list .alert-speech-bubble2 .card-header .tag,.mobile .project-list .alert-speech-bubble2 .card-header .tag{font-size:.75rem;line-height:1.4;margin-right:.25rem}}.mobile .card-list .alert-speech-bubble2 .card-header .tag-list .tag,.mobile .project-list .alert-speech-bubble2 .card-header .tag-list .tag{line-height:1;margin-bottom:1vw}@media (min-width:480px){.mobile .card-list .alert-speech-bubble2 .card-header .tag-list .tag,.mobile .project-list .alert-speech-bubble2 .card-header .tag-list .tag{margin-bottom:.25rem}}.mobile .card-list .alert-speech-bubble2 .card-data-1,.mobile .project-list .alert-speech-bubble2 .card-data-1{padding:5vw 5vw 4vw;width:100%}@media (min-width:480px){.mobile .card-list .alert-speech-bubble2 .card-data-1,.mobile .project-list .alert-speech-bubble2 .card-data-1{padding:1.25rem 1.25rem 1rem}}.mobile .card-list .alert-speech-bubble2 .card-data-2,.mobile .project-list .alert-speech-bubble2 .card-data-2{background-color:transparent;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-top-left-radius:0;border-top-right-radius:0;display:flex;flex-wrap:wrap;padding:2vw 5vw 6vw;width:100%}@media (min-width:480px){.mobile .card-list .alert-speech-bubble2 .card-data-2,.mobile .project-list .alert-speech-bubble2 .card-data-2{padding:.5rem 1.25rem 1.5rem}}.mobile .card-list .alert-speech-bubble2 .card-data-2,.mobile .project-list .alert-speech-bubble2 .card-data-2{border:none}.mobile .card-list .alert-speech-bubble2 .card-data-2>li,.mobile .project-list .alert-speech-bubble2 .card-data-2>li{margin-top:3vw}@media (min-width:480px){.mobile .card-list .alert-speech-bubble2 .card-data-2>li,.mobile .project-list .alert-speech-bubble2 .card-data-2>li{margin-top:.75rem}}.mobile .card-list .alert-speech-bubble2 .card-data-2>li:nth-of-type(odd),.mobile .project-list .alert-speech-bubble2 .card-data-2>li:nth-of-type(odd){padding-right:2vw}@media (min-width:480px){.mobile .card-list .alert-speech-bubble2 .card-data-2>li:nth-of-type(odd),.mobile .project-list .alert-speech-bubble2 .card-data-2>li:nth-of-type(odd){padding-right:.5rem}}.mobile .card-list .alert-speech-bubble2 .card-data-2>li .data-name,.mobile .project-list .alert-speech-bubble2 .card-data-2>li .data-name{margin-right:1.5vw}@media (min-width:480px){.mobile .card-list .alert-speech-bubble2 .card-data-2>li .data-name,.mobile .project-list .alert-speech-bubble2 .card-data-2>li .data-name{margin-right:.375rem}}.mobile .card-list .alert-speech-bubble2 .card-data-2>li .data-info,.mobile .project-list .alert-speech-bubble2 .card-data-2>li .data-info{font-size:3vw;font-weight:500;line-height:1.4}@media (min-width:480px){.mobile .card-list .alert-speech-bubble2 .card-data-2>li .data-info,.mobile .project-list .alert-speech-bubble2 .card-data-2>li .data-info{font-size:.75rem;line-height:1.4}}.mobile .card-list .alert-speech-bubble2 .card-data-2>li .data-info,.mobile .project-list .alert-speech-bubble2 .card-data-2>li .data-info{line-height:1!important}.mobile .card-list .alert-speech-bubble2 .card-data-2.private,.mobile .project-list .alert-speech-bubble2 .card-data-2.private{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;flex-direction:column;height:100%;justify-content:space-between;line-height:1}.browserInfoModal .mobile .card-list .alert-speech-bubble2 .card-data-2.private,.browserInfoModal .mobile .project-list .alert-speech-bubble2 .card-data-2.private{color:#fff}.mobile .card-list .alert-speech-bubble2 .card-data-2.private,.mobile .project-list .alert-speech-bubble2 .card-data-2.private{padding:6vw 5vw}@media (min-width:480px){.mobile .card-list .alert-speech-bubble2 .card-data-2.private,.mobile .project-list .alert-speech-bubble2 .card-data-2.private{padding:1.5rem 1.25rem}}.mobile .card-list .alert-speech-bubble2 .card-data-2.private .private-head,.mobile .project-list .alert-speech-bubble2 .card-data-2.private .private-head{align-items:center;display:flex;font-size:3.5vw;font-size:.875rem;font-weight:500;justify-content:center;line-height:1.4}.mobile .card-list .alert-speech-bubble2 .card-data-2.private .private-info,.mobile .project-list .alert-speech-bubble2 .card-data-2.private .private-info{--tw-text-opacity:1;color:rgb(212 212 216/var(--tw-text-opacity,1));font-size:3vw;line-height:1.4;padding-top:2vw}@media (min-width:480px){.mobile .card-list .alert-speech-bubble2 .card-data-2.private .private-info,.mobile .project-list .alert-speech-bubble2 .card-data-2.private .private-info{font-size:.75rem;line-height:1.4;padding-top:.5rem}}.mobile .card-list .alert-speech-bubble2 .card-data-2-btn,.mobile .project-list .alert-speech-bubble2 .card-data-2-btn{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;justify-content:center;padding:4vw;width:100%}.browserInfoModal .mobile .card-list .alert-speech-bubble2 .card-data-2-btn,.browserInfoModal .mobile .project-list .alert-speech-bubble2 .card-data-2-btn{color:#fff}@media (min-width:480px){.mobile .card-list .alert-speech-bubble2 .card-data-2-btn,.mobile .project-list .alert-speech-bubble2 .card-data-2-btn{padding:1rem}}.event-230704 .alert-speech-bubble2{--tw-bg-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:1rem;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.25rem;padding-left:2rem;padding-right:2rem;position:relative;width:100%}.browserInfoModal .event-230704 .alert-speech-bubble2{background-color:#fff}@media (min-width:480px){.event-230704 .alert-speech-bubble2{padding-left:8vw;padding-right:8vw}}.event-230704 .alert-speech-bubble2:last-of-type{margin-bottom:0}.event-230704 .alert-speech-bubble2.card-shadow-purple{box-shadow:3px 3px 10px 0 rgba(93,93,183,.12)}.event-230704 .alert-speech-bubble2 .header{border-top-left-radius:1rem;border-top-right-radius:1rem;height:1rem;position:absolute;top:-1px;width:100%;z-index:1}.event-230704 .alert-speech-bubble2 .title{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:.5rem;width:100%}@media (min-width:480px){.event-230704 .alert-speech-bubble2 .title{margin-top:2vw}}.event-230704 .alert-speech-bubble2 .title p{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));font-size:25px;font-weight:600}.event-230704 .alert-speech-bubble2 .content{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));font-size:4.5vw;font-weight:300;line-height:1.5;text-align:center;width:100%}.event-230704 .alert-speech-bubble2 .content span{font-weight:600}.alert-speech-bubble2:before{--tw-translate-x:-50%;--tw-bg-opacity:1;--tw-content:"";background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-width:1px;content:var(--tw-content);display:block;height:.75rem;left:50%;position:absolute;top:-.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:.75rem}.custom-select .ss-main.alert-speech-bubble2:before{border:none}.custom-select .ss-main.alert-speech-bubble2 .ss-single-selected:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.browserInfoModal .alert-speech-bubble2:before{background-color:#fff}.alert-speech-bubble2:before{border-radius:2px;transform:rotate(33deg) skewY(22deg) scaleX(.866)}.alert-speech-bubble2:after{--tw-translate-x:-50%;--tw-bg-opacity:1;--tw-content:"";background-color:rgb(255 255 255/var(--tw-bg-opacity,1));content:var(--tw-content);display:block;height:.75rem;left:50%;position:absolute;top:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:2rem}.browserInfoModal .alert-speech-bubble2:after{background-color:#fff}.alert-speech-bubble2:after{border-radius:2px}.alert-speech-bubble2.active{opacity:1;transition-duration:.2s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0}.alert-speech-bubble2.active,.alert-speech-bubble2.active:before{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1))}.applyNav{height:calc(100vh - 170px);min-height:320px}.apply-list{overflow-y:auto}.apply-list::-webkit-scrollbar{width:2vw}@media (min-width:480px){.apply-list::-webkit-scrollbar{width:.5rem}}.apply-list::-webkit-scrollbar-track{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1));border-radius:9999px}.apply-list::-webkit-scrollbar-thumb{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity,1));border-radius:9999px}.apply-list{height:calc(100vh - 325px);min-height:170px}.apply-list>li{box-shadow:0 2px 20px 0 rgba(0,0,0,.039);margin-left:1rem;margin-right:1rem;margin-top:.75rem}.apply-list>li label{cursor:pointer}.apply-list>li:last-of-type{margin-bottom:.75rem}.rounded-cap{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-top-left-radius:.5rem;border-top-right-radius:.5rem;border-width:1px;padding-bottom:1.5rem}.custom-select .ss-main.rounded-cap{border:none}.custom-select .ss-main.rounded-cap .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.rounded-cap{border-bottom-width:0!important}.bg-hidden-sideline{background-image:linear-gradient(90deg,#fafafa 3.4%,transparent 0,transparent 99.5%,#fafafa)}.selected-slash-maker{--tw-rotate:-45deg;--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(228 38 26/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;font-size:3vw;font-weight:700;justify-content:center;left:-40%;line-height:1.4;position:absolute;top:16px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:100%;z-index:2}@media (min-width:480px){.selected-slash-maker{font-size:.75rem;line-height:1.4}}.browserInfoModal .selected-slash-maker{background-color:#e4261a;color:#fff}.selected-slash-maker{line-height:1.625!important}.marker-detach{overflow:hidden;position:relative}.marker-detach:after{--tw-translate-x:-50%;--tw-translate-y:-50%;--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));border-radius:.5rem;color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;font-size:3vw;font-weight:500;left:50%;line-height:1.4;padding:.5rem 1.25rem;position:absolute;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));white-space:nowrap;z-index:2}@media (min-width:480px){.marker-detach:after{font-size:.75rem;line-height:1.4}}.browserInfoModal .marker-detach:after{color:#fff}.marker-detach:after{content:"제외된 파트너스입니다."}.marker-detach:before{--tw-translate-x:-50%;--tw-translate-y:-50%;--tw-content:"";background-color:hsla(0,0%,100%,.8);content:var(--tw-content);display:flex;height:100%;left:50%;position:absolute;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:100%;z-index:1}@supports ((-webkit-backdrop-filter:blur(6px)) or (backdrop-filter:blur(6px))){.marker-detach:before{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:hsla(0,0%,100%,.26)}}.list,.list-1\/2{display:flex;flex-wrap:wrap}.list-1\/2 .list-item-box{width:50%}.list-1\/2 .list-item-box:first-child .list-item,.list-1\/2 .list-item-box:nth-child(2) .list-item{margin-top:0}.list-1\/2 .list-item-box .list-item{--tw-bg-opacity:1;align-items:center;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));border-radius:.25rem;display:flex;margin-right:.375rem;margin-top:.75rem;padding:2rem 2rem 1.75rem}.list-1\/2 .list-item-box .list-item:nth-child(2n){margin-right:.375rem}.list-1\/2 .list-item-box .list-item:nth-child(odd){margin-left:.375rem}.list-1\/2 .list-item-box .list-item-custom{align-items:center;display:flex}.bg-gradient-w{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to);--tw-gradient-to:#fff var(--tw-gradient-to-position);background-image:linear-gradient(to right,var(--tw-gradient-stops))}.toggle-slide-one-line{overflow:hidden;position:relative}.toggle-slide-one-line .slide-list{display:inline-flex;left:0;position:relative;text-align:center;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);white-space:nowrap}.toggle-slide-one-line .slide-list>li>div{min-width:78.56px}.toggle-slide-one-line .slide-list>li:nth-of-type(5)>div{min-width:49.1px}.toggle-slide-one-line .slide-list>li:nth-of-type(6)>div{min-width:196.4px}.project-apply-header{--tw-bg-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));display:flex;justify-content:space-between;left:0;padding:1.75rem 2rem 1.5rem 2.25rem;position:absolute;top:0;width:100%;word-break:break-all;z-index:2}.browserInfoModal .project-apply-header{background-color:#fff}.simple-list a{align-items:center;border-bottom-width:1px;display:flex;justify-content:space-between;padding-bottom:1.5rem;padding-top:1.5rem}.simple-list a .list-left{align-items:center;display:flex;width:91.666667%}.simple-list a .list-left .list-tag{align-items:center;border-radius:.25rem;display:flex;font-size:.875rem;justify-content:center;line-height:1.4;min-width:4.25rem;padding:.375rem .5rem}.simple-list a .list-left .title{font-size:1rem;font-weight:500;line-height:1.5;padding-left:1.25rem}.btn :not(.simple-list a .list-left .title){font-size:1.125rem;line-height:1.5}.simple-list a .list-left .title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.simple-list a .list-right{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.simple-list-type2 .items{padding-top:1.25rem}.simple-list-type2 .items .date{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));padding-bottom:.5rem}.simple-list-type2 .items .title{--tw-text-opacity:1;color:rgb(63 63 70/var(--tw-text-opacity,1));font-size:1.125rem;font-weight:500;line-height:1.5;padding-bottom:.5rem}textarea:-moz-read-only:not(.readonly-exception) :not(.simple-list-type2 .items .title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}textarea:read-only:not(.readonly-exception) :not(.simple-list-type2 .items .title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:-moz-read-only:not(.readonly-exception) :not(.simple-list-type2 .items .title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:read-only:not(.readonly-exception) :not(.simple-list-type2 .items .title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.underline-tab .tab-item{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));transition-duration:.3s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.underline-tab .tab-item.active{--tw-text-opacity:1;color:rgb(228 38 26/var(--tw-text-opacity,1));font-weight:700}.browserInfoModal .underline-tab .tab-item.active{color:#e4261a}.underline-tab .tab-item.active>.tab-button{--tw-text-opacity:1;color:rgb(228 38 26/var(--tw-text-opacity,1));font-weight:700}.browserInfoModal .underline-tab .tab-item.active>.tab-button{color:#e4261a}.underline-tab .tab-item.active:after{--tw-content:"";background-color:currentColor;content:var(--tw-content);display:flex;height:.1875rem;margin-top:.25rem;width:100%}.underline-tab .tab-item:hover{--tw-text-opacity:1;color:rgb(228 38 26/var(--tw-text-opacity,1));font-weight:700}.browserInfoModal .underline-tab .tab-item:hover{color:#e4261a}.underline-tab .tab-item:hover>.tab-button{--tw-text-opacity:1;color:rgb(228 38 26/var(--tw-text-opacity,1));font-weight:700}.browserInfoModal .underline-tab .tab-item:hover>.tab-button{color:#e4261a}.notice-content{--tw-text-opacity:1;border-bottom-width:1px;border-top-width:1px;color:rgb(113 113 122/var(--tw-text-opacity,1));font-size:1rem;line-height:1.75;padding-bottom:2.5rem;padding-top:2.5rem;word-break:keep-all}@supports (-webkit-touch-callout:none){.notice-content{line-break:auto}}.btn :not(.notice-content){font-size:1.125rem;line-height:1.5}.terms-list{flex-direction:column;padding-bottom:10rem}.terms-list .items .title{font-size:1.25rem;font-weight:500;line-height:1.25;padding-bottom:1.25rem;padding-top:4rem}.terms-list .items .content{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity,1));font-size:1rem;line-height:1.75}.btn :not(.terms-list .items .content){font-size:1.125rem;line-height:1.5}.custom-list-disc{padding-bottom:.25rem;padding-top:.25rem}.custom-list-disc>li p{align-items:baseline;display:flex}.custom-list-disc>li p:before{--tw-translate-y:-50%;--tw-bg-opacity:1;--tw-content:"";background-color:rgb(113 113 122/var(--tw-bg-opacity,1));border-radius:9999px;content:var(--tw-content);display:flex;margin-right:2px;min-height:5px;min-width:5px;position:relative;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qna{height:0;opacity:0;position:relative;transition-duration:.5s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:-1}.qna>li{height:2rem;overflow:hidden;transition-duration:.5s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.qna.active{height:100%;opacity:1;z-index:0}.qna.active>li{border-bottom-width:1px;height:4.5rem}.qna .question{--tw-text-opacity:1;align-items:baseline;color:rgb(82 82 91/var(--tw-text-opacity,1));display:flex;font-size:1rem;font-weight:500;line-height:1.5}.btn :not(.qna .question){font-size:1.125rem;line-height:1.5}.qna .question:before{content:"Q";display:flex;font-weight:700;margin-right:1rem;position:relative}.qna .answer{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:baseline;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));color:rgb(82 82 91/var(--tw-text-opacity,1));font-size:.875rem;line-height:1.5;padding:1.25rem 1.5rem 2rem;word-break:break-word}.qna .answer:before{display:flex;font-size:1rem;font-weight:700;line-height:1.5;margin-right:1.25rem;position:relative}.btn :not(.qna .answer):before{font-size:1.125rem;line-height:1.5}.qna .answer:before{content:"A"}@keyframes clientMove{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.clientLogo img{animation-duration:40s;-moz-animation-duration:40s;-webkit-animation-duration:40s;animation-iteration-count:infinite;animation-name:clientMove;-moz-animation-name:clientMove;-webkit-animation-name:clientMove;animation-timing-function:linear}.bg-intro-main{background-image:url(/assets/img/intro/bg-intro-main.png)}.bg-intro-main,.bg-intro02{background-repeat:no-repeat;background-size:cover}.bg-intro02{background-image:url(/assets/img/intro/bg-intro02.png)}.backdrop-blur{background-color:hsla(0,0%,100%,.3)}@supports ((-webkit-backdrop-filter:blur(2em)) or (backdrop-filter:blur(2em))){.backdrop-blur{-webkit-backdrop-filter:blur(.5em);backdrop-filter:blur(.5em);background-color:hsla(0,0%,100%,.26)}}.intro-typo1{left:18.5rem;position:absolute;top:17.25rem;width:41.5rem}.deco-double-quot{display:inline-block;position:relative}.deco-double-quot:before{--tw-content:"";top:-2rem}.deco-double-quot:after,.deco-double-quot:before{background-size:cover;background:url(/assets/img/icons/double-quot.svg) 50% no-repeat;content:var(--tw-content);display:block;height:1rem;position:absolute;width:1rem}.deco-double-quot:after{--tw-rotate:180deg;--tw-content:"";bottom:-2rem;right:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.vertical-list>li{display:flex}.vertical-list>li:last-of-type .content1:after{content:none}.vertical-list>li:last-of-type .content2{padding-bottom:0}.vertical-list>li .content1{align-items:center;display:flex;flex-direction:column;position:relative;top:9px}.vertical-list>li .content1:before{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-content:"";background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-color:rgb(228 38 26/var(--tw-border-opacity,1));border-radius:9999px;border-width:3px;content:var(--tw-content);height:1rem;width:1rem}.browserInfoModal .vertical-list>li .content1:before{background-color:#fff}.vertical-list>li .content1:after{--tw-bg-opacity:1;--tw-content:"";background-color:rgb(228 38 26/var(--tw-bg-opacity,1));content:var(--tw-content)}.browserInfoModal .vertical-list>li .content1:after{background-color:#e4261a}.vertical-list>li .content1:after{height:calc(100% - 16px);width:1px}.vertical-list>li .content2{display:flex;padding-bottom:3rem}.vertical-list>li .content2 .subject{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity,1));font-size:1.125rem;line-height:1.625;padding-left:2rem}.vertical-list>li .content2 ul.subject{margin-top:2px}.intro-video{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-width:1px;position:relative;top:3.75rem}.custom-select .ss-main.intro-video{border:none}.custom-select .ss-main.intro-video .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.browserInfoModal .intro-video{background-color:#fff}.intro-video{border-radius:32px;box-shadow:0 1rem 9rem 0 rgba(0,0,0,.102);height:456.8px;left:146px;padding:22px;width:634px}.intro-video .inner{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1));border-radius:1rem;height:100%;overflow:hidden;width:100%}.border-box-lg-w{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1));border-radius:.25rem;border-width:1px;color:rgb(255 255 255/var(--tw-text-opacity,1));display:inline-block;font-size:1.25rem;font-weight:700;line-height:1.25}.custom-select .ss-main.border-box-lg-w{border:none}.custom-select .ss-main.border-box-lg-w .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.browserInfoModal .border-box-lg-w{color:#fff}.progress{background-color:#e9ecef;border-radius:.25rem;font-size:.75rem;height:1rem;line-height:0}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{background-color:#007bff;color:#fff;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.sideMenu{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));height:100vh;position:absolute;right:-100%;top:0;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:80%;z-index:9999}.browserInfoModal .sideMenu{background-color:#fff}.sideMenu{max-width:500px}.sideMenu+.backdrop{opacity:0;z-index:-1}.sideMenu.active{right:0}.sideMenu .dropdown-box>li{overflow:hidden;position:relative;transition-delay:.15s;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.sideMenu .dropdown-box>li.dropdown-items>a{font-size:4vw;font-weight:500;line-height:1.5}@media (min-width:480px){.sideMenu .dropdown-box>li.dropdown-items>a{font-size:1rem;line-height:1.5}}.sideMenu .dropdown-box>li.dropdown-items .btn-dropdown{display:flex;font-size:4vw;font-weight:500;justify-content:space-between;line-height:1.5;width:100%}@media (min-width:480px){.sideMenu .dropdown-box>li.dropdown-items .btn-dropdown{font-size:1rem;line-height:1.5}}.sideMenu .dropdown-box>li.dropdown-items.dropdown-divide:after{--tw-translate-x:-50%;--tw-rotate:0deg;--tw-bg-opacity:1;--tw-content:"";background-color:rgb(228 228 231/var(--tw-bg-opacity,1));bottom:0;content:var(--tw-content);display:flex;left:50%;margin:0;position:absolute;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.bold-arrow-icon-left-lg.sideMenu .dropdown-box>li.dropdown-items.dropdown-divide:after:after,.bold-arrow-icon-left-md.sideMenu .dropdown-box>li.dropdown-items.dropdown-divide:after:after,.bold-arrow-icon-left-sm.sideMenu .dropdown-box>li.dropdown-items.dropdown-divide:after:after,.bold-arrow-icon-right-lg.sideMenu .dropdown-box>li.dropdown-items.dropdown-divide:after:after,.bold-arrow-icon-right-md.sideMenu .dropdown-box>li.dropdown-items.dropdown-divide:after:after,.bold-arrow-icon-right-sm.sideMenu .dropdown-box>li.dropdown-items.dropdown-divide:after:after,.bold-arrow-icon-w-left-lg.sideMenu .dropdown-box>li.dropdown-items.dropdown-divide:after:after,.bold-arrow-icon-w-left-md.sideMenu .dropdown-box>li.dropdown-items.dropdown-divide:after:after,.bold-arrow-icon-w-left-sm.sideMenu .dropdown-box>li.dropdown-items.dropdown-divide:after:after,.bold-arrow-icon-w-right-lg.sideMenu .dropdown-box>li.dropdown-items.dropdown-divide:after:after,.bold-arrow-icon-w-right-md.sideMenu .dropdown-box>li.dropdown-items.dropdown-divide:after:after,.bold-arrow-icon-w-right-sm.sideMenu .dropdown-box>li.dropdown-items.dropdown-divide:after:after{margin-left:0}.sideMenu .dropdown-box>li.dropdown-items.dropdown-divide:after{height:1px;width:calc(100% - 56px)}.sideMenu .dropdown-box>li.dropdown-items:last-child:after{--tw-content:initial;content:var(--tw-content)}.sideMenu .dropdown-box .dropdown-list{height:auto;opacity:1;z-index:0}.text-n-xs{font-size:3vw;font-weight:400;line-height:1.4}@media (min-width:480px){.text-n-xs{font-size:.75rem;line-height:1.4}}.text-n-sm{font-size:3.5vw;font-weight:400;line-height:1.4}@media (min-width:480px){.text-n-sm{font-size:.875rem;line-height:1.4}}.text-n-base{font-size:4vw;font-weight:400;line-height:1.5}@media (min-width:480px){.text-n-base{font-size:1rem;line-height:1.5}}.text-n-lg{font-size:4.5vw;font-weight:400;line-height:1.5}@media (min-width:480px){.text-n-lg{font-size:1.125rem;line-height:1.5}}.text-n-xl{font-size:5vw;font-weight:400;line-height:1.25}@media (min-width:480px){.text-n-xl{font-size:1.25rem;line-height:1.25}}.text-n-2xl{font-size:6vw;font-weight:400;line-height:1.25}@media (min-width:480px){.text-n-2xl{font-size:1.5rem;line-height:1.25}}.text-n-3xl{font-size:7.5vw;font-weight:400;line-height:1.25}@media (min-width:480px){.text-n-3xl{font-size:1.875rem;line-height:1.25}}.text-n-4xl{font-size:9vw;font-weight:400;line-height:1.25}@media (min-width:480px){.text-n-4xl{font-size:2.25rem;line-height:1.25}}.text-n-5xl{font-size:12vw;font-weight:400;line-height:1.1}@media (min-width:480px){.text-n-5xl{font-size:3rem;line-height:1.1}}.text-n-6xl{font-size:15vw;font-weight:400;line-height:1}@media (min-width:480px){.text-n-6xl{font-size:3.75rem;line-height:1}}.text-m-xs{font-size:3vw;font-weight:500;line-height:1.4}@media (min-width:480px){.text-m-xs{font-size:.75rem;line-height:1.4}}.text-m-sm{font-size:3.5vw;font-weight:500;line-height:1.4}@media (min-width:480px){.text-m-sm{font-size:.875rem;line-height:1.4}}.text-m-base{font-size:4vw;font-weight:500;line-height:1.5}@media (min-width:480px){.text-m-base{font-size:1rem;line-height:1.5}}.text-m-lg{font-size:4.5vw;font-weight:500;line-height:1.5}@media (min-width:480px){.text-m-lg{font-size:1.125rem;line-height:1.5}}.text-m-xl{font-size:5vw;font-weight:500;line-height:1.25}@media (min-width:480px){.text-m-xl{font-size:1.25rem;line-height:1.25}}.text-m-2xl{font-size:6vw;font-weight:500;line-height:1.25}@media (min-width:480px){.text-m-2xl{font-size:1.5rem;line-height:1.25}}.text-m-3xl{font-size:7.5vw;font-weight:500;line-height:1.25}@media (min-width:480px){.text-m-3xl{font-size:1.875rem;line-height:1.25}}.text-m-4xl{font-size:9vw;font-weight:500;line-height:1.25}@media (min-width:480px){.text-m-4xl{font-size:2.25rem;line-height:1.25}}.text-m-5xl{font-size:12vw;font-weight:500;line-height:1.1}@media (min-width:480px){.text-m-5xl{font-size:3rem;line-height:1.1}}.text-m-6xl{font-size:15vw;font-weight:500;line-height:1}@media (min-width:480px){.text-m-6xl{font-size:3.75rem;line-height:1}}.text-b-xs{font-size:3vw;font-weight:700;line-height:1.4}@media (min-width:480px){.text-b-xs{font-size:.75rem;line-height:1.4}}.text-b-sm{font-size:3.5vw;font-weight:700;line-height:1.4}@media (min-width:480px){.text-b-sm{font-size:.875rem;line-height:1.4}}.text-b-base{font-size:4vw;font-weight:700;line-height:1.5}@media (min-width:480px){.text-b-base{font-size:1rem;line-height:1.5}}.text-b-lg{font-size:4.5vw;font-weight:700;line-height:1.5}@media (min-width:480px){.text-b-lg{font-size:1.125rem;line-height:1.5}}.text-b-xl{font-size:5vw;font-weight:700;line-height:1.25}@media (min-width:480px){.text-b-xl{font-size:1.25rem;line-height:1.25}}.text-b-2xl{font-size:6vw;font-weight:700;line-height:1.25}@media (min-width:480px){.text-b-2xl{font-size:1.5rem;line-height:1.25}}.text-b-3xl{font-size:7.5vw;font-weight:700;line-height:1.25}@media (min-width:480px){.text-b-3xl{font-size:1.875rem;line-height:1.25}}.text-b-4xl{font-size:9vw;font-weight:700;line-height:1.25}@media (min-width:480px){.text-b-4xl{font-size:2.25rem;line-height:1.25}}.text-b-5xl{font-size:12vw;font-weight:700;line-height:1.1}@media (min-width:480px){.text-b-5xl{font-size:3rem;line-height:1.1}}.text-b-6xl{font-size:15vw;font-weight:700;line-height:1}@media (min-width:480px){.text-b-6xl{font-size:3.75rem;line-height:1}}.renewal{background-image:url(/assets/img/bg-renewal.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;width:100%}.renewal,.renewal .content{align-items:center;display:flex;justify-content:center}.renewal .content{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.5rem;box-shadow:0 1px 25px hsla(0,0%,47%,.2);flex-direction:column;padding:5.25rem 9.25rem;text-align:center}.browserInfoModal .renewal .content{background-color:#fff}.renewal.mobile{background-size:435%;padding:7vw}@media (min-width:480px){.renewal.mobile{padding:1.75rem}}.renewal.mobile{background-position:right 65% bottom -63%}.renewal.mobile .content{max-width:500px;padding:15vw 6vw;width:100%}@media (min-width:480px){.renewal.mobile .content{padding:3.75rem 1.5rem}}.browserInfoModal .bg-primary1{background-color:#e4261a}.browserInfoModal .bg-light-primary1{background-color:#fef2f2}.browserInfoModal .bg-white{background-color:#fff}.browserInfoModal .text-primary1{color:#e4261a}.browserInfoModal .text-white{color:#fff}.browserInfoModal .bg-shadow{background-color:#000;opacity:.4;z-index:99}.browserInfoModal .bg-shadow,.browserInfoModal .modal-body{height:100vh;left:0;position:fixed;top:0;width:100%}.browserInfoModal .modal-body{padding-left:7vw;padding-right:7vw;z-index:9999}@media (min-width:480px){.browserInfoModal .modal-body{padding-left:1.75rem;padding-right:1.75rem}}.browserInfoModal .modal-body .content-wrap{--tw-translate-x:-50%;--tw-translate-y:-50%;background-color:#fff;border-radius:.5rem;left:50%;max-width:100%;overflow:hidden;position:relative;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(-50%,-50%);width:650px}.browserInfoModal .modal-body .content-wrap .content{align-items:center;display:flex;flex-direction:column;padding:10vw 3vw;text-align:center}@media (min-width:480px){.browserInfoModal .modal-body .content-wrap .content{padding:4.25rem 1.75rem}}.browserInfoModal .modal-body .content-wrap .content>img{margin:0 auto}.browserInfoModal .modal-body .content-wrap .modal-title{font-size:9vw;font-weight:700;line-height:1.25}@media (min-width:480px){.browserInfoModal .modal-body .content-wrap .modal-title{font-size:2.25rem;line-height:1.25}}.browserInfoModal .modal-body .content-wrap .modal-title{padding-bottom:3vw;padding-top:4vw}@media (max-width:480px){.browserInfoModal .modal-body .content-wrap .modal-title{font-size:6vw}}@media (min-width:480px){.browserInfoModal .modal-body .content-wrap .modal-title{padding-bottom:1rem;padding-top:1rem}}.browserInfoModal .btn-link-wrap{align-items:center;display:flex;justify-content:center;padding-left:6vw;padding-right:6vw;padding-top:3vw;width:100%}@media (max-width:480px){.browserInfoModal .btn-link-wrap{flex-direction:column}}@media (min-width:480px){.browserInfoModal .btn-link-wrap{padding-left:0;padding-right:0;padding-top:2rem}}.browserInfoModal .btn-browserLink{align-items:center;border-radius:.5rem;display:flex;justify-content:center;margin-top:.5rem;padding:1rem 1.5rem;width:100%}@media (min-width:480px){.browserInfoModal .btn-browserLink{margin-right:.375rem;width:240px}}.browserInfoModal .dontSeeAgain{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1));border-radius:9999px;border-width:1px;cursor:pointer;height:1.5rem;transition-delay:.15s;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:1.5rem}.custom-select .ss-main.browserInfoModal .dontSeeAgain{border:none}.custom-select .ss-main.browserInfoModal .dontSeeAgain .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.browserInfoModal .dontSeeAgain{align-items:center;display:flex;justify-content:center}.browserInfoModal .dontSeeAgain .showIcon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23ffffff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;display:flex;height:1rem;transition-delay:.15s;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:1rem}.browserInfoModal .dontSeeAgain.active{background-color:#fff}.browserInfoModal .dontSeeAgain.active .showIcon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23E4261A'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;display:flex}.browserInfoModal .dontSeeAgain.active .showIcon.icon-lg-border{background-size:50%;border-radius:9999px;border-width:2px;display:flex;height:18vw;width:18vw}@media (min-width:480px){.browserInfoModal .dontSeeAgain.active .showIcon.icon-lg-border{height:4.5rem;width:4.5rem}}.browserInfoModal .dontSeeAgain.active .showIcon.icon-lg-border{border-color:currentColor}.mobile .warning{position:relative}.mobile .warning:after{--tw-translate-y:-50%;height:4vw;position:absolute;right:4vw;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:4vw}@media (min-width:480px){.mobile .warning:after{height:1rem;right:1rem;width:1rem}}.mobile .warning input{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1));padding:4vw 15vw 4vw 4vw}@media (min-width:480px){.mobile .warning input{padding:1rem 3.75rem 1rem 1rem}}.mobile.content-section{background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.mobile.content-section,.mobile.content-section-white{--tw-bg-opacity:1;display:flex;flex-direction:column;min-height:100vh;overflow:hidden}.mobile.content-section-white{background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.browserInfoModal .mobile.content-section-white{background-color:#fff}.mobile .pagination.pagination-sm{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity,1));display:flex;flex-wrap:wrap;font-size:4.5vw;font-weight:500;line-height:1.5}@media (min-width:480px){.mobile .pagination.pagination-sm{font-size:1.125rem;line-height:1.5}}.mobile .pagination.pagination-sm .page-link{align-items:center;border-radius:9999px;display:flex;font-size:4.5vw;font-weight:500;height:9vw;justify-content:center;line-height:1.5;width:9vw}@media (min-width:480px){.mobile .pagination.pagination-sm .page-link{font-size:1.125rem;height:2.25rem;line-height:1.5;width:2.25rem}}.mobile .pagination.pagination-sm .page-item{border-radius:9999px;margin-left:3vw}@media (min-width:480px){.mobile .pagination.pagination-sm .page-item{margin-left:.75rem}}.mobile .pagination.pagination-sm .page-item:first-of-type{margin-left:0}.mobile .pagination.pagination-sm .page-item.active{border-radius:9999px;font-size:4.5vw;font-weight:700;line-height:1.5}@media (min-width:480px){.mobile .pagination.pagination-sm .page-item.active{font-size:1.125rem;line-height:1.5}}.mobile .divide-circle{align-items:center;display:flex;justify-content:center}.mobile .divide-circle.zinc-700:before{margin-left:3vw;margin-right:3vw}@media (min-width:480px){.mobile .divide-circle.zinc-700:before{margin-left:.75rem;margin-right:.75rem}}.mobile .divide-circle.zinc-300:before{margin-left:3vw;margin-right:3vw}@media (min-width:480px){.mobile .divide-circle.zinc-300:before{margin-left:.75rem;margin-right:.75rem}}.mobile .divide-circle-mx-2.zinc-700:before{margin-left:2vw;margin-right:2vw}@media (min-width:480px){.mobile .divide-circle-mx-2.zinc-700:before{margin-left:.5rem;margin-right:.5rem}}.mobile .divide-circle-mx-2.zinc-300:before{margin-left:2vw;margin-right:2vw}@media (min-width:480px){.mobile .divide-circle-mx-2.zinc-300:before{margin-left:.5rem;margin-right:.5rem}}.mobile-spacing{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-bottom:3.5rem}.browserInfoModal .mobile-spacing{background-color:#fff}.mobile-spacing-b{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-bottom:54px}.browserInfoModal .mobile-spacing-b{background-color:#fff}.mobile-spacing-b-cover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-bottom:110px}.browserInfoModal .mobile-spacing-b-cover{background-color:#fff}.mobile-spacing-mid{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-bottom:6.25rem}.browserInfoModal .mobile-spacing-mid{background-color:#fff}.mobile-spacing-large{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-bottom:8.5rem}.browserInfoModal .mobile-spacing-large{background-color:#fff}@supports (-webkit-touch-callout:none){.mobile .ios-footer-spacing{padding-bottom:3.5rem;width:100%}}.mobile .custom-radio{align-items:center;display:flex;position:relative}.mobile .custom-radio:hover{cursor:pointer}.mobile .custom-radio .title{--tw-text-opacity:1;color:rgb(63 63 70/var(--tw-text-opacity,1));font-size:1rem;font-weight:500;line-height:1.5}.btn :not(.mobile .custom-radio .title){font-size:1.125rem;line-height:1.5}textarea:-moz-read-only:not(.readonly-exception) :not(.mobile .custom-radio .title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}textarea:read-only:not(.readonly-exception) :not(.mobile .custom-radio .title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:-moz-read-only:not(.readonly-exception) :not(.mobile .custom-radio .title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:read-only:not(.readonly-exception) :not(.mobile .custom-radio .title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.mobile .custom-radio p{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity,1));font-size:3vw;line-height:1.4}@media (min-width:480px){.mobile .custom-radio p{font-size:.75rem;line-height:1.4}}.mobile .custom-radio.card-type{cursor:pointer;flex-direction:column;padding:1.5rem}.mobile .custom-radio.card-type.small-card{height:9rem;padding-bottom:1.75rem;padding-top:2.5rem;width:9rem}.mobile .custom-radio.card-type.small-card:hover{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1))}.mobile .join-gubun-list{margin-top:0}.mobile .join-gubun-list .join-gubun{padding-bottom:.875rem;padding-top:.875rem}.mobile-btn-box{display:flex;justify-content:space-between;width:100%}.mobile-btn-box-fixed{background:linear-gradient(1turn,#fff 88%,hsla(0,0%,100%,0))}.mobile-btn-box-fixed,.mobile-btn-box-fixed-zinc{bottom:0;display:flex;justify-content:space-between;left:0;padding-top:1.75rem;position:fixed;width:100%}.mobile-btn-box-fixed-zinc{background:linear-gradient(1turn,#fafafa 88%,hsla(0,0%,100%,0))}.mobile .card:not(.p-0){padding:6vw}@media (min-width:480px){.mobile .card:not(.p-0){padding:1.5rem}}.mobile .step-nav.dash-type>li:first-of-type div{left:0;transform:translateY(30px)}.mobile .step-nav.dash-type>li:nth-of-type(2) div,.mobile .step-nav.dash-type>li:nth-of-type(3) div{left:0;transform:translate(24%,30px)}.mobile .step-nav.dash-type>li.active:before{height:7vw;width:7vw}@media (min-width:480px){.mobile .step-nav.dash-type>li.active:before{height:1.75rem;width:1.75rem}}.mobile input.full-color+.custom-radio p,.mobile input[name="industry[]"]+.custom-radio p{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.mobile input.full-color:checked+.custom-radio p,.mobile input[name="industry[]"]:checked+.custom-radio p{--tw-text-opacity:1;color:rgb(228 38 26/var(--tw-text-opacity,1))}.browserInfoModal .mobile input.full-color:checked+.custom-radio p,.browserInfoModal .mobile input[name="industry[]"]:checked+.custom-radio p{color:#e4261a}.mobile input+.custom-checkbox.card-type.small-card{width:100%}.mobile input+.custom-checkbox.card-type.small-card:not(.custom-w){width:9rem}.mobile input+.custom-checkbox.card-type.small-card:hover{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1))}.mobile input:checked+.custom-checkbox.card-type.small-card:hover{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1))}.mobile input::-moz-placeholder{font-size:3vw;font-weight:400;line-height:1.4}.mobile input::placeholder{font-size:3vw;font-weight:400;line-height:1.4}@media (min-width:480px){.mobile input::-moz-placeholder{font-size:.75rem;line-height:1.4}.mobile input::placeholder{font-size:.75rem;line-height:1.4}}.mobile input::-moz-placeholder{word-spacing:-.4px}.mobile input::placeholder{word-spacing:-.4px}.mobile .list,.mobile .list-1\/2{display:flex;flex-wrap:wrap}.mobile .list-1\/2 .list-item-box{width:50%}.mobile .list-1\/2 .list-item-box .list-item-custom.p-side-6px:nth-of-type(2n){padding-left:1.5vw}@media (min-width:480px){.mobile .list-1\/2 .list-item-box .list-item-custom.p-side-6px:nth-of-type(2n){padding-left:.375rem}}.mobile .list-1\/2 .list-item-box .list-item-custom.p-side-6px:nth-of-type(odd){padding-right:1.5vw}@media (min-width:480px){.mobile .list-1\/2 .list-item-box .list-item-custom.p-side-6px:nth-of-type(odd){padding-right:.375rem}}.mobile .modal{--tw-bg-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:0;bottom:0;display:flex;flex-direction:column;justify-content:center;position:fixed;text-align:center;top:auto;width:100%;z-index:9999}.browserInfoModal .mobile .modal{background-color:#fff}.mobile .modal{padding:10vw 5vw 11vw}@media (min-width:480px){.mobile .modal{padding:2.5rem 1.25rem 2.75rem}}.mobile .modal.modal-scroll-y{bottom:auto;height:100vh;justify-content:flex-start;top:0;width:100%}.mobile .modal.form{padding:0}.mobile .modal .modal-form-inner{padding:5vw;width:100%}@media (min-width:480px){.mobile .modal .modal-form-inner{padding:1.25rem}}.mobile .modal-footer{width:100%}@media (min-width:480px){.mobile .modal-footer{max-width:50%}}.mobile .modal-footer{position:unset}.mobile .modal .modal-title{font-size:4.5vw;font-weight:700;line-height:1.5}@media (min-width:480px){.mobile .modal .modal-title{font-size:1.125rem;line-height:1.5}}.mobile .modal .modal-info{font-size:3.5vw;font-weight:400;line-height:1.4;padding-top:2vw}@media (min-width:480px){.mobile .modal .modal-info{font-size:.875rem;line-height:1.4;padding-top:.5rem}}.mobile .modal.view-modal{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));padding:0}.mobile .modal.popup{--tw-translate-y:-50%;border-radius:.5rem;height:auto;padding:0;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:90%}.mobile .join-gubun-list .join-gubun{font-size:3.5vw;font-weight:500;line-height:1.4}@media (min-width:480px){.mobile .join-gubun-list .join-gubun{font-size:.875rem;line-height:1.4;margin-top:.5rem;padding:.875rem 1rem}}.mobile .join-gubun-list .join-gubun{margin-top:2vw;padding:3.5vw 4vw}.mobile .join-gubun-list .join-gubun img{height:7vw;margin-right:4vw;width:7vw}@media (min-width:480px){.mobile .join-gubun-list .join-gubun img{height:1.75rem;margin-right:1rem;width:1.75rem}}.mobile .glide,.mobile .glide__slide{border-radius:0}.mobile .glide.w-transition .glide__bullets.custom{--tw-translate-x:-50%;bottom:0;display:flex;justify-content:space-between;left:50%;position:absolute;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));z-index:1}.mobile .glide.w-transition .glide__bullets.custom .glide__bullet{align-items:center;background-color:transparent;border:initial;border-radius:initial;box-shadow:none;display:flex;height:5px;justify-content:center;margin:initial;padding:.25rem;width:auto}.mobile .glide.w-transition .glide__bullets.custom .glide__bullet>.glide__dot{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1));border-radius:.5rem;height:5px;position:relative;transition:all .2s ease-out;width:5px;z-index:-1}.mobile .glide.w-transition .glide__bullets.custom .glide__bullet.glide__bullet--active>.glide__dot{--tw-bg-opacity:1;background-color:rgb(82 82 91/var(--tw-bg-opacity,1));border-radius:.5rem;height:5px;position:relative;transition:all .2s ease-out;width:1.25rem;z-index:-1}.mobile .sm__slides .glide__slide{width:20vw!important}@media (min-width:480px){.mobile .sm__slides .glide__slide{width:5rem!important}}.mobile .blend-shadow{width:20vw}@media (min-width:480px){.mobile .blend-shadow{width:5rem}}.mobile .strip-banner{height:auto}.mobile .strip-banner.hide{height:5.75rem!important}.mobile .card-list .card-reference,.mobile .project-list .card-reference{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));padding-bottom:2vw;text-align:left;width:100%}@media (min-width:480px){.mobile .card-list .card-reference,.mobile .project-list .card-reference{padding-bottom:.5rem}}.mobile .card-list .card .card-header,.mobile .project-list .card .card-header{padding-bottom:0}.mobile .card-list .card .card-header .card-title,.mobile .project-list .card .card-header .card-title{align-items:flex-start;flex-direction:column;font-size:4vw;font-weight:500;line-height:1.5;width:100%}@media (min-width:480px){.mobile .card-list .card .card-header .card-title,.mobile .project-list .card .card-header .card-title{font-size:1rem;line-height:1.5}}.mobile .card-list .card .card-header .tag,.mobile .project-list .card .card-header .tag{font-size:3vw;line-height:1;margin-bottom:0;margin-right:1vw}@media (min-width:480px){.mobile .card-list .card .card-header .tag,.mobile .project-list .card .card-header .tag{font-size:.75rem;line-height:1.4;margin-right:.25rem}}.mobile .card-list .card .card-header .tag-list .tag,.mobile .project-list .card .card-header .tag-list .tag{line-height:1;margin-bottom:1vw}@media (min-width:480px){.mobile .card-list .card .card-header .tag-list .tag,.mobile .project-list .card .card-header .tag-list .tag{margin-bottom:.25rem}}.mobile .card-list .card .card-data-1,.mobile .project-list .card .card-data-1{padding:5vw 5vw 4vw;width:100%}@media (min-width:480px){.mobile .card-list .card .card-data-1,.mobile .project-list .card .card-data-1{padding:1.25rem 1.25rem 1rem}}.mobile .card-list .card .card-data-2,.mobile .project-list .card .card-data-2{background-color:transparent;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-top-left-radius:0;border-top-right-radius:0;display:flex;flex-wrap:wrap;padding:2vw 5vw 6vw;width:100%}@media (min-width:480px){.mobile .card-list .card .card-data-2,.mobile .project-list .card .card-data-2{padding:.5rem 1.25rem 1.5rem}}.mobile .card-list .card .card-data-2,.mobile .project-list .card .card-data-2{border:none}.mobile .card-list .card .card-data-2>li,.mobile .project-list .card .card-data-2>li{margin-top:3vw}@media (min-width:480px){.mobile .card-list .card .card-data-2>li,.mobile .project-list .card .card-data-2>li{margin-top:.75rem}}.mobile .card-list .card .card-data-2>li:nth-of-type(odd),.mobile .project-list .card .card-data-2>li:nth-of-type(odd){padding-right:2vw}@media (min-width:480px){.mobile .card-list .card .card-data-2>li:nth-of-type(odd),.mobile .project-list .card .card-data-2>li:nth-of-type(odd){padding-right:.5rem}}.mobile .card-list .card .card-data-2>li .data-name,.mobile .project-list .card .card-data-2>li .data-name{margin-right:1.5vw}@media (min-width:480px){.mobile .card-list .card .card-data-2>li .data-name,.mobile .project-list .card .card-data-2>li .data-name{margin-right:.375rem}}.mobile .card-list .card .card-data-2>li .data-info,.mobile .project-list .card .card-data-2>li .data-info{font-size:3vw;font-weight:500;line-height:1.4}@media (min-width:480px){.mobile .card-list .card .card-data-2>li .data-info,.mobile .project-list .card .card-data-2>li .data-info{font-size:.75rem;line-height:1.4}}.mobile .card-list .card .card-data-2>li .data-info,.mobile .project-list .card .card-data-2>li .data-info{line-height:1!important}.mobile .card-list .card .card-data-2.private,.mobile .project-list .card .card-data-2.private{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;flex-direction:column;height:100%;justify-content:space-between;line-height:1}.browserInfoModal .mobile .card-list .card .card-data-2.private,.browserInfoModal .mobile .project-list .card .card-data-2.private{color:#fff}.mobile .card-list .card .card-data-2.private,.mobile .project-list .card .card-data-2.private{padding:6vw 5vw}@media (min-width:480px){.mobile .card-list .card .card-data-2.private,.mobile .project-list .card .card-data-2.private{padding:1.5rem 1.25rem}}.mobile .card-list .card .card-data-2.private .private-head,.mobile .project-list .card .card-data-2.private .private-head{align-items:center;display:flex;font-size:3.5vw;font-size:.875rem;font-weight:500;justify-content:center;line-height:1.4}.mobile .card-list .card .card-data-2.private .private-info,.mobile .project-list .card .card-data-2.private .private-info{--tw-text-opacity:1;color:rgb(212 212 216/var(--tw-text-opacity,1));font-size:3vw;line-height:1.4;padding-top:2vw}@media (min-width:480px){.mobile .card-list .card .card-data-2.private .private-info,.mobile .project-list .card .card-data-2.private .private-info{font-size:.75rem;line-height:1.4;padding-top:.5rem}}.mobile .card-list .card .card-data-2-btn,.mobile .project-list .card .card-data-2-btn{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;justify-content:center;padding:4vw;width:100%}.browserInfoModal .mobile .card-list .card .card-data-2-btn,.browserInfoModal .mobile .project-list .card .card-data-2-btn{color:#fff}@media (min-width:480px){.mobile .card-list .card .card-data-2-btn,.mobile .project-list .card .card-data-2-btn{padding:1rem}}.mobile .card-list .summary-data,.mobile .project-list .summary-data{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));display:flex;flex-wrap:wrap;font-size:3vw;font-weight:400;line-height:1.4;padding-top:2vw;width:100%}@media (min-width:480px){.mobile .card-list .summary-data,.mobile .project-list .summary-data{font-size:.75rem;line-height:1.4;padding-top:.5rem}}.mobile .card-list .summary-data .item,.mobile .project-list .summary-data .item{display:flex;justify-content:space-between;padding-top:2vw}@media (min-width:480px){.mobile .card-list .summary-data .item,.mobile .project-list .summary-data .item{padding-top:.5rem}}.mobile .card-list .summary-data .item:nth-of-type(odd),.mobile .project-list .summary-data .item:nth-of-type(odd){padding-right:3vw;width:58.333333%}@media (min-width:480px){.mobile .card-list .summary-data .item:nth-of-type(odd),.mobile .project-list .summary-data .item:nth-of-type(odd){padding-right:.75rem}}.mobile .card-list .summary-data .item:nth-of-type(2n),.mobile .project-list .summary-data .item:nth-of-type(2n){width:41.666667%}.mobile .card-list .summary-data.private .item,.mobile .project-list .summary-data.private .item{width:50%}.mobile .tab-slide.my-madahm-tab .tab-slide-item{--tw-border-opacity:1;--tw-text-opacity:1;border-bottom-width:1px;border-color:rgb(228 228 231/var(--tw-border-opacity,1));color:rgb(161 161 170/var(--tw-text-opacity,1));font-size:3.5vw;font-weight:400;line-height:1.4}@media (min-width:480px){.mobile .tab-slide.my-madahm-tab .tab-slide-item{font-size:.875rem;line-height:1.4}}.mobile .tab-slide.my-madahm-tab .tab-slide-item .tab-slide-button{padding-bottom:2vw;padding-top:2vw}@media (min-width:480px){.mobile .tab-slide.my-madahm-tab .tab-slide-item .tab-slide-button{padding-bottom:.5rem;padding-top:.5rem}}.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item1.active{--tw-text-opacity:1;color:rgb(63 63 70/var(--tw-text-opacity,1));font-weight:700}textarea:-moz-read-only:not(.readonly-exception) :not(.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item1.active){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}textarea:read-only:not(.readonly-exception) :not(.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item1.active){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:-moz-read-only:not(.readonly-exception) :not(.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item1.active){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:read-only:not(.readonly-exception) :not(.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item1.active){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item1.active~.tab-slide-checked{transform:translateX(calc(0% + 0px))}.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item2.active{--tw-text-opacity:1;color:rgb(63 63 70/var(--tw-text-opacity,1));font-weight:700}textarea:-moz-read-only:not(.readonly-exception) :not(.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item2.active){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}textarea:read-only:not(.readonly-exception) :not(.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item2.active){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:-moz-read-only:not(.readonly-exception) :not(.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item2.active){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:read-only:not(.readonly-exception) :not(.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item2.active){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item2.active~.tab-slide-checked{transform:translateX(calc(100% + 1px))}.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item3.active{--tw-text-opacity:1;color:rgb(63 63 70/var(--tw-text-opacity,1));font-weight:700}textarea:-moz-read-only:not(.readonly-exception) :not(.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item3.active){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}textarea:read-only:not(.readonly-exception) :not(.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item3.active){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:-moz-read-only:not(.readonly-exception) :not(.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item3.active){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:read-only:not(.readonly-exception) :not(.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item3.active){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.mobile .tab-slide.my-madahm-tab .tab-slide-item.tab-slide-item3.active~.tab-slide-checked{transform:translateX(calc(200% + 2px))}.mobile .tab-slide.my-madahm-tab .tab-slide-checked{height:2px}.mobile .tab-slide .tab-slide-checked{--tw-bg-opacity:1;background-color:rgb(228 38 26/var(--tw-bg-opacity,1));bottom:0;counter-set:tabSlide;height:.25rem;position:absolute;transition-delay:.15s;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.browserInfoModal .mobile .tab-slide .tab-slide-checked{background-color:#e4261a}.mobile .my-madahm-tab .tab-slide-item1 .tab-slide-button:before,.mobile .my-madahm-tab .tab-slide-item1.active .tab-slide-button:before,.mobile .my-madahm-tab .tab-slide-item2 .tab-slide-button:before,.mobile .my-madahm-tab .tab-slide-item2.active .tab-slide-button:before,.mobile .my-madahm-tab .tab-slide-item3 .tab-slide-button:before,.mobile .my-madahm-tab .tab-slide-item3.active .tab-slide-button:before{--tw-content:initial;background-image:none;content:var(--tw-content)}.mobile .tag-list .more-list{left:0;width:100%}.mobile .custom-select .ss-main .ss-single-selected{align-items:center;border-style:none}.mobile .custom-select .ss-main .ss-single-selected .ss-arrow{position:relative;top:-1px}.mobile .custom-select .ss-main.over-width .ss-content{width:calc(100% + 3rem)}.mobile .custom-select .ss-main.p-none .ss-content{width:calc(100% + 12vw)}.mobile .custom-select .ss-main.p-none .ss-single-selected .placeholder,.mobile .custom-select .ss-main.p-none .ss-single-selected .placeholder *{line-height:1}.mobile .custom-select .ss-main.p-x4-y3{padding:3vw 4vw}@media (min-width:480px){.mobile .custom-select .ss-main.p-x4-y3{padding:.75rem 1rem}}.mobile .search-box{max-height:0;overflow:hidden;transition-delay:.3s;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.mobile .search-box .search-bar{border-radius:9999px;border-width:1px;padding:4vw 6vw;width:100%}.custom-select .ss-main.mobile .search-box .search-bar{border:none}.custom-select .ss-main.mobile .search-box .search-bar .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.mobile .search-box .search-bar{box-shadow:0 2px 8px 0 rgba(0,0,0,.059)}@media (min-width:480px){.mobile .search-box .search-bar{padding:1rem 1.5rem}}.mobile .search-box.active{max-height:100px}.mobile .section-modal{padding:3.5vw 10vw;top:50vw;width:91.666667%}@media (min-width:480px){.mobile .section-modal{padding:.875rem 2.5rem;top:12.5rem}}.mobile .rounded-zinc-50{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));border-radius:.25rem;color:rgb(113 113 122/var(--tw-text-opacity,1));font-size:3.5vw;font-weight:700;line-height:1.4;padding:3vw 4vw}@media (min-width:480px){.mobile .rounded-zinc-50{font-size:.875rem;line-height:1.4;padding:.75rem 1rem}}.mobile .img-border-box{display:flex;height:20vw;width:20vw}@media (min-width:480px){.mobile .img-border-box{width:100%}}.mobile .img-border-box.img-sm{height:17vw;width:17vw}@media (min-width:480px){.mobile .img-border-box.img-sm{height:4.25rem;width:4.25rem}}.mobile .img-border-box.img-large{width:41vw}@media (min-width:480px){.mobile .img-border-box.img-large{width:100%}}.mobile .img-label{font-size:3vw;line-height:1.4;padding:2vw 3vw}@media (min-width:480px){.mobile .img-label{font-size:.75rem;line-height:1.4;padding:.5rem .75rem}}.mobile .portfolio-status{align-items:center;display:flex;justify-content:space-between;min-height:31vw;padding:8vw 6vw}@media (min-width:480px){.mobile .portfolio-status{min-height:31vw;padding:2rem 1.5rem}}.mobile .chart.agency-history{align-items:flex-start;display:flex;justify-content:flex-start;margin-top:.5rem}.mobile .chart.agency-history ul.chart-legend{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));margin-right:.75rem;text-align:right;width:26%}.mobile .chart.chart-box-lg{align-items:flex-start;display:flex;justify-content:flex-start;margin-top:.5rem}.mobile .chart.chart-box-lg ul.chart-legend{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));margin-right:0;text-align:right;width:41.666667%}.mobile .chart.chart-box-lg ul.chart-legend li{margin-top:.375rem}.mobile .chart.chart-box-lg ul.chart-legend li:first-of-type{margin-top:0}.mobile .chart.portfolio{display:flex;flex-direction:column;justify-content:center}.mobile .chart.portfolio ul.chart-legend{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));display:flex;font-size:3vw;line-height:1.4;padding-left:0;padding-right:0;position:relative}@media (min-width:480px){.mobile .chart.portfolio ul.chart-legend{font-size:.75rem;line-height:1.4}}.mobile .chart.portfolio ul.chart-legend li{margin-right:0}.mobile .fixed-alert{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));bottom:0;left:0;position:fixed;width:100%}.browserInfoModal .mobile .fixed-alert{background-color:#fff}.mobile .fixed-alert{box-shadow:0 -2px 20px 0 rgba(0,0,0,.078);padding:4vw 5vw 10vw}@media (min-width:480px){.mobile .fixed-alert{padding:1rem 1.25rem 2.5rem}}.mobile .fixed-alert .title{--tw-text-opacity:1;color:rgb(63 63 70/var(--tw-text-opacity,1));font-weight:700;padding-bottom:2vw;text-align:center}textarea:-moz-read-only:not(.readonly-exception) :not(.mobile .fixed-alert .title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}textarea:read-only:not(.readonly-exception) :not(.mobile .fixed-alert .title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:-moz-read-only:not(.readonly-exception) :not(.mobile .fixed-alert .title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:read-only:not(.readonly-exception) :not(.mobile .fixed-alert .title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}@media (min-width:480px){.mobile .fixed-alert .title{padding-bottom:.5rem}}.mobile .fixed-alert .content{align-items:center;display:flex;flex-direction:column;max-height:300px;opacity:1;overflow:hidden;padding-bottom:4vw;padding-top:6vw;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:480px){.mobile .fixed-alert .content{padding-bottom:1rem;padding-top:1.5rem}}.mobile .fixed-alert .content.hide{max-height:0;opacity:0;padding:0}.mobile .fixed-alert .content.loginFalse{padding-bottom:0;padding-top:6vw}@media (min-width:480px){.mobile .fixed-alert .content.loginFalse{padding-top:1.5rem}}.mobile .fixed-alert .content.loginFalse.hide{max-height:0;opacity:0;padding:0}.mobile .fixed-alert .btn-close{font-size:3vw;line-height:1.4;opacity:1;padding:4vw 5vw;position:absolute;right:0;top:0}@media (min-width:480px){.mobile .fixed-alert .btn-close{font-size:.75rem;line-height:1.4;padding:1rem 1.25rem}}.mobile .fixed-alert .btn-close.hide{opacity:0;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:-1}.mobile .alertPadding{transition-duration:.4s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.mobile .toggle-message{bottom:auto;font-size:3.5vw;line-height:1.4;max-width:89%;padding:3vw 10vw;position:fixed;top:5vw;width:100%}@media (min-width:480px){.mobile .toggle-message{font-size:.875rem;line-height:1.4;max-width:300px;padding:.75rem 2.5rem;top:1.25rem}}.mobile .tag{line-height:1}.mobile .tag-round{height:1.5rem;padding-left:2vw;padding-right:2vw}@media (min-width:480px){.mobile .tag-round{padding-left:.5rem;padding-right:.5rem}}.mobile .bg-round-border{border-width:25vw;bottom:-6.25rem;height:130vw;left:-50vw;position:absolute;top:auto;width:130vw}@media (min-width:475px){.mobile .bg-round-border{border-width:6.5rem;left:-170px;max-height:32rem;max-width:32rem}}.mobile .name-card{border-radius:.5rem;height:auto;margin-left:0;position:relative;width:100%}@media (min-width:480px){.mobile .name-card{padding:.75rem}}.mobile .name-card{margin-top:3vw;padding:3vw}@media (min-width:480px){.mobile .name-card{margin-top:.75rem;padding:.75rem}}.mobile .name-card .title{display:flex}.mobile .name-card .title .name{font-size:4vw;font-weight:500;line-height:1.5}@media (min-width:480px){.mobile .name-card .title .name{font-size:1rem;line-height:1.5}}.mobile .name-card .title .name{padding-right:1vw}@media (min-width:480px){.mobile .name-card .title .name{padding-right:.25rem}}.mobile .name-card .info{padding-left:0;word-break:break-word}@media (min-width:480px){.mobile .name-card .info{padding-left:.5rem}}.mobile .name-card .info .phone{font-size:3vw;font-weight:400;line-height:1.4;padding-top:4vw}@media (min-width:480px){.mobile .name-card .info .phone{font-size:.75rem;line-height:1.4;padding-top:1rem}}.mobile .name-card .info .email{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));font-size:3vw;font-weight:400;line-height:1.4;padding-top:.25rem}@media (min-width:480px){.mobile .name-card .info .email{font-size:.75rem;line-height:1.4}}.mobile .name-card .control-button{align-items:flex-start;display:flex;position:absolute;right:2vw;top:2vw}@media (min-width:480px){.mobile .name-card .control-button{right:.5rem;top:.5rem}}.mobile .profile-nav-required .nav-slide-button{align-items:center;display:flex;padding:2vw 6vw;position:relative;width:100%}@media (min-width:480px){.mobile .profile-nav-required .nav-slide-button{padding:.5rem 1.5rem}}.mobile .profile-nav-required .nav-slide-button .status-check{font-size:.75rem;line-height:1.4;margin-right:1.5rem;position:absolute;right:0}.mobile .profile-nav-required .nav-slide-button .status-check.icon-status{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667V9M9 12.3333H9.00833M16.5 9C16.5 9.98491 16.306 10.9602 15.9291 11.8701C15.5522 12.7801 14.9997 13.6069 14.3033 14.3033C13.6069 14.9997 12.7801 15.5522 11.8701 15.9291C10.9602 16.306 9.98491 16.5 9 16.5C8.01509 16.5 7.03982 16.306 6.12987 15.9291C5.21993 15.5522 4.39314 14.9997 3.6967 14.3033C3.00026 13.6069 2.44781 12.7801 2.0709 11.8701C1.69399 10.9602 1.5 9.98491 1.5 9C1.5 7.01088 2.29018 5.10322 3.6967 3.6967C5.10322 2.29018 7.01088 1.5 9 1.5C10.9891 1.5 12.8968 2.29018 14.3033 3.6967C15.7098 5.10322 16.5 7.01088 16.5 9Z' stroke='%23A1A1AA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:4vw;width:4vw}@media (min-width:480px){.mobile .profile-nav-required .nav-slide-button .status-check.icon-status{height:1rem;width:1rem}}.mobile .profile-nav-required .nav-slide-button .status-check.icon-status.active{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23E4261A'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:4vw;width:4vw}.mobile .profile-nav-required .nav-slide-button .status-check.icon-status.active.icon-lg-border{background-size:50%;border-radius:9999px;border-width:2px;display:flex;height:18vw;width:18vw}@media (min-width:480px){.mobile .profile-nav-required .nav-slide-button .status-check.icon-status.active.icon-lg-border{height:4.5rem;width:4.5rem}}.mobile .profile-nav-required .nav-slide-button .status-check.icon-status.active.icon-lg-border{border-color:currentColor}@media (min-width:480px){.mobile .profile-nav-required .nav-slide-button .status-check.icon-status.active{height:1rem;width:1rem}}.mobile .profile-nav-required .nav-slide-item1 .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M9 14L11 16L15 12' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.mobile .profile-nav-required .nav-slide-item1.active .nav-slide-button:before,.mobile .profile-nav-required .nav-slide-item1:hover .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V19C5 19.5304 5.21071 20.0391 5.58579 20.4142C5.96086 20.7893 6.46957 21 7 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V7C19 6.46957 18.7893 5.96086 18.4142 5.58579C18.0391 5.21071 17.5304 5 17 5H15M9 5C9 5.53043 9.21071 6.03914 9.58579 6.41421C9.96086 6.78929 10.4696 7 11 7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5M9 5C9 4.46957 9.21071 3.96086 9.58579 3.58579C9.96086 3.21071 10.4696 3 11 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5M9 14L11 16L15 12' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.mobile .profile-nav-required .nav-slide-item2 .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0391 3.21071 17.5304 3 17 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V21M19 21H5M19 21H21M19 21H14M5 21H3M5 21H10M14 21V16C14 15.7348 13.8946 15.4804 13.7071 15.2929C13.5196 15.1054 13.2652 15 13 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16V21M14 21H10M9 7H10M9 11H10M14 7H15M14 11H15' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.mobile .profile-nav-required .nav-slide-item2.active .nav-slide-button:before,.mobile .profile-nav-required .nav-slide-item2:hover .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21V5C19 4.46957 18.7893 3.96086 18.4142 3.58579C18.0391 3.21071 17.5304 3 17 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V21M19 21H5M19 21H21M19 21H14M5 21H3M5 21H10M14 21V16C14 15.7348 13.8946 15.4804 13.7071 15.2929C13.5196 15.1054 13.2652 15 13 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16V21M14 21H10M9 7H10M9 11H10M14 7H15M14 11H15' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.mobile .profile-nav-required .nav-slide-item3 .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8H17M7 12H11M12 20L8 16H5C4.46957 16 3.96086 15.7893 3.58579 15.4142C3.21071 15.0391 3 14.5304 3 14V6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4H19C19.5304 4 20.0391 4.21071 20.4142 4.58579C20.7893 4.96086 21 5.46957 21 6V14C21 14.5304 20.7893 15.0391 20.4142 15.4142C20.0391 15.7893 19.5304 16 19 16H16L12 20Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.mobile .profile-nav-required .nav-slide-item3.active .nav-slide-button:before,.mobile .profile-nav-required .nav-slide-item3:hover .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8H17M7 12H11M12 20L8 16H5C4.46957 16 3.96086 15.7893 3.58579 15.4142C3.21071 15.0391 3 14.5304 3 14V6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4H19C19.5304 4 20.0391 4.21071 20.4142 4.58579C20.7893 4.96086 21 5.46957 21 6V14C21 14.5304 20.7893 15.0391 20.4142 15.4142C20.0391 15.7893 19.5304 16 19 16H16L12 20Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.mobile .profile-nav-select .nav-slide-button{align-items:center;display:flex;padding:.5rem 1.5rem;position:relative;width:100%}.mobile .profile-nav-select .nav-slide-button .status-check{font-size:.75rem;line-height:1.4;margin-right:1.5rem;position:absolute;right:0}.mobile .profile-nav-select .nav-slide-button .status-check.icon-status{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667V9M9 12.3333H9.00833M16.5 9C16.5 9.98491 16.306 10.9602 15.9291 11.8701C15.5522 12.7801 14.9997 13.6069 14.3033 14.3033C13.6069 14.9997 12.7801 15.5522 11.8701 15.9291C10.9602 16.306 9.98491 16.5 9 16.5C8.01509 16.5 7.03982 16.306 6.12987 15.9291C5.21993 15.5522 4.39314 14.9997 3.6967 14.3033C3.00026 13.6069 2.44781 12.7801 2.0709 11.8701C1.69399 10.9602 1.5 9.98491 1.5 9C1.5 7.01088 2.29018 5.10322 3.6967 3.6967C5.10322 2.29018 7.01088 1.5 9 1.5C10.9891 1.5 12.8968 2.29018 14.3033 3.6967C15.7098 5.10322 16.5 7.01088 16.5 9Z' stroke='%23A1A1AA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:4vw;width:4vw}@media (min-width:480px){.mobile .profile-nav-select .nav-slide-button .status-check.icon-status{height:1rem;width:1rem}}.mobile .profile-nav-select .nav-slide-button .status-check.icon-status.active{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7803 0.21967C12.0732 0.512563 12.0732 0.987437 11.7803 1.28033L4.28033 8.78033C3.98744 9.07322 3.51256 9.07322 3.21967 8.78033L0.21967 5.78033C-0.0732233 5.48744 -0.0732233 5.01256 0.21967 4.71967C0.512563 4.42678 0.987437 4.42678 1.28033 4.71967L3.75 7.18934L10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967Z' fill='%23E4261A'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:4vw;width:4vw}.mobile .profile-nav-select .nav-slide-button .status-check.icon-status.active.icon-lg-border{background-size:50%;border-radius:9999px;border-width:2px;display:flex;height:18vw;width:18vw}@media (min-width:480px){.mobile .profile-nav-select .nav-slide-button .status-check.icon-status.active.icon-lg-border{height:4.5rem;width:4.5rem}}.mobile .profile-nav-select .nav-slide-button .status-check.icon-status.active.icon-lg-border{border-color:currentColor}@media (min-width:480px){.mobile .profile-nav-select .nav-slide-button .status-check.icon-status.active{height:1rem;width:1rem}}.mobile .profile-nav-select .nav-slide-item1 .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13V12M12 13V10M16 13V8M8 21L12 17L16 21M3 4H21M4 4H20V16C20 16.2652 19.8946 16.5196 19.7071 16.7071C19.5196 16.8946 19.2652 17 19 17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16V4Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.mobile .profile-nav-select .nav-slide-item1.active .nav-slide-button:before,.mobile .profile-nav-select .nav-slide-item1:hover .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13V12M12 13V10M16 13V8M8 21L12 17L16 21M3 4H21M4 4H20V16C20 16.2652 19.8946 16.5196 19.7071 16.7071C19.5196 16.8946 19.2652 17 19 17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16V4Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.mobile .profile-nav-select .nav-slide-item2 .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19C4.46957 19 3.96086 18.7893 3.58579 18.4142C3.21071 18.0391 3 17.5304 3 17V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H9L11 7H15C15.5304 7 16.0391 7.21071 16.4142 7.58579C16.7893 7.96086 17 8.46957 17 9V10M5 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V12C21 11.4696 20.7893 10.9609 20.4142 10.5858C20.0391 10.2107 19.5304 10 19 10H9C8.46957 10 7.96086 10.2107 7.58579 10.5858C7.21071 10.9609 7 11.4696 7 12V17C7 17.5304 6.78929 18.0391 6.41421 18.4142C6.03914 18.7893 5.53043 19 5 19Z' stroke='%233f3f46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.mobile .profile-nav-select .nav-slide-item2.active .nav-slide-button:before,.mobile .profile-nav-select .nav-slide-item2:hover .nav-slide-button:before{--tw-content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19C4.46957 19 3.96086 18.7893 3.58579 18.4142C3.21071 18.0391 3 17.5304 3 17V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H9L11 7H15C15.5304 7 16.0391 7.21071 16.4142 7.58579C16.7893 7.96086 17 8.46957 17 9V10M5 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V12C21 11.4696 20.7893 10.9609 20.4142 10.5858C20.0391 10.2107 19.5304 10 19 10H9C8.46957 10 7.96086 10.2107 7.58579 10.5858C7.21071 10.9609 7 11.4696 7 12V17C7 17.5304 6.78929 18.0391 6.41421 18.4142C6.03914 18.7893 5.53043 19 5 19Z' stroke='%23E4261A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;content:var(--tw-content);display:flex;height:1.5rem;margin-right:.5rem;width:1.5rem}.mobile .check-list.count2 .list-items>.card-option{margin-top:5vw;word-break:keep-all}@supports (-webkit-touch-callout:none){.mobile .check-list.count2 .list-items>.card-option{line-break:auto}}.mobile .check-list.count2 .list-items>.card-option{font-size:3.5vw;font-weight:400;line-height:1.4}@media (min-width:480px){.mobile .check-list.count2 .list-items>.card-option{font-size:.875rem;line-height:1.4;margin-top:1.25rem}}.mobile .check-list.count2 .list-items:first-child>.card-option,.mobile .check-list.count2 .list-items:nth-child(2)>.card-option{margin-top:4vw}@media (min-width:480px){.mobile .check-list.count2 .list-items:first-child>.card-option,.mobile .check-list.count2 .list-items:nth-child(2)>.card-option{margin-top:1rem}}.mobile .portfolio-add-box{align-items:flex-start;display:flex;flex-direction:column;padding-bottom:4vw;padding-top:3vw}@media (min-width:480px){.mobile .portfolio-add-box{padding-bottom:1rem;padding-top:.75rem}}.mobile .portfolio-add-box .portfolio-add{--tw-text-opacity:1;border-width:1px;color:rgb(82 82 91/var(--tw-text-opacity,1));width:100%}.custom-select .ss-main.mobile .portfolio-add-box .portfolio-add{border:none}.custom-select .ss-main.mobile .portfolio-add-box .portfolio-add .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.mobile .portfolio-add-box .portfolio-add{align-items:center;border-radius:.5rem;cursor:pointer;display:flex;font-size:3.5vw;font-weight:500;justify-content:center;line-height:1.4;text-align:center}@media (min-width:480px){.mobile .portfolio-add-box .portfolio-add{font-size:.875rem;line-height:1.4}}.mobile .portfolio-add-box .portfolio-add{margin-top:4vw;padding:4vw}@media (min-width:480px){.mobile .portfolio-add-box .portfolio-add{margin-top:1rem;padding:1rem}}.mobile .slide-radio-list.count2.edge-border{border-width:1px}.custom-select .ss-main.mobile .slide-radio-list.count2.edge-border{border:none}.custom-select .ss-main.mobile .slide-radio-list.count2.edge-border .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.mobile .slide-radio-list.count2.edge-border{padding:0}.mobile .slide-radio-list.count2.edge-border .bg-slide-radio{height:calc(100% + 2px);left:-1px;top:-1px;width:calc(50% + 2px)}.mobile .slide-radio-list.count2.edge-border input.radio-item2:checked~.bg-slide-radio{left:-6px;width:calc(50% + 3px)}.mobile .cate-name-circle{height:14vw;width:14vw}@media (min-width:480px){.mobile .cate-name-circle{height:5rem;width:5rem}}.mobile .dropdown-box{display:flex;max-height:15vw;overflow:hidden;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:480px){.mobile .dropdown-box{max-height:3.75rem}}.mobile .dropdown-box.active{max-height:1000px}.mobile .dropdown-box-h-36{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));display:flex;flex-direction:column;overflow:hidden;padding:3vw;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:480px){.mobile .dropdown-box-h-36{padding:.75rem}}.mobile .dropdown-box-h-36{max-height:15vw}@media (min-width:480px){.mobile .dropdown-box-h-36{max-height:3.75rem}}.mobile .dropdown-box-h-36.active{max-height:300px}.mobile input+.custom-checkbox.card-option.card-custom1{padding:4vw 5vw 5vw}@media (min-width:480px){.mobile input+.custom-checkbox.card-option.card-custom1{padding:1rem 1.25rem 1.25rem}}.mobile input+.custom-checkbox.card-option.card-custom1:before{margin:0;position:absolute;right:10vw}.bold-arrow-icon-left-lg.mobile input+.custom-checkbox.card-option.card-custom1:before:after,.bold-arrow-icon-left-md.mobile input+.custom-checkbox.card-option.card-custom1:before:after,.bold-arrow-icon-left-sm.mobile input+.custom-checkbox.card-option.card-custom1:before:after,.bold-arrow-icon-right-lg.mobile input+.custom-checkbox.card-option.card-custom1:before:after,.bold-arrow-icon-right-md.mobile input+.custom-checkbox.card-option.card-custom1:before:after,.bold-arrow-icon-right-sm.mobile input+.custom-checkbox.card-option.card-custom1:before:after,.bold-arrow-icon-w-left-lg.mobile input+.custom-checkbox.card-option.card-custom1:before:after,.bold-arrow-icon-w-left-md.mobile input+.custom-checkbox.card-option.card-custom1:before:after,.bold-arrow-icon-w-left-sm.mobile input+.custom-checkbox.card-option.card-custom1:before:after,.bold-arrow-icon-w-right-lg.mobile input+.custom-checkbox.card-option.card-custom1:before:after,.bold-arrow-icon-w-right-md.mobile input+.custom-checkbox.card-option.card-custom1:before:after,.bold-arrow-icon-w-right-sm.mobile input+.custom-checkbox.card-option.card-custom1:before:after{margin-left:0}@media (min-width:480px){.mobile input+.custom-checkbox.card-option.card-custom1:before{right:2.5rem}}.mobile input:checked+.custom-checkbox.card-option.card-custom1{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1));padding:4vw 5vw 5vw}@media (min-width:480px){.mobile input:checked+.custom-checkbox.card-option.card-custom1{padding:1rem 1.25rem 1.25rem}}.mobile .col-card-list,.mobile .col-card-list>.list-item{display:flex;flex-direction:column}.mobile .col-card-list>.list-item{align-items:center;box-shadow:0 4px 20px rgba(0,0,0,.08);justify-content:center}@media (max-width:480px){.mobile .col-card-list>.list-item{box-shadow:0 1vw 3vw rgba(0,0,0,.08)}}.mobile .col-card-list>.list-item{margin-top:3vw;padding:8vw 5vw}@media (min-width:480px){.mobile .col-card-list>.list-item{margin-top:.75rem;padding:2rem 1.25rem}}.mobile .clientLogo{width:201vw}.mobile .list-item-box .list-item{--tw-bg-opacity:1;align-items:center;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));border-radius:.5rem;display:flex;margin-top:3vw;padding:8vw 6vw}@media (min-width:480px){.mobile .list-item-box .list-item{margin-top:.75rem;padding:2rem 1.5rem}}.mobile .list-item-box .list-item-custom{align-items:center;display:flex}.mobile .tag-list .tag{margin-bottom:1vw;margin-right:1vw}@media (min-width:480px){.mobile .tag-list .tag{margin-bottom:.25rem;margin-right:.25rem}}.mobile .alert-speech-bubble{padding:3vw 5vw}@media (min-width:480px){.mobile .alert-speech-bubble{padding:.75rem 1.25rem}}.mobile .matching-comment{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(63 63 70/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;flex-direction:column;width:100%}.browserInfoModal .mobile .matching-comment{color:#fff}.mobile .matching-comment{padding:3vw 4vw}@media (min-width:480px){.mobile .matching-comment{padding:.75rem 1rem}}.mobile .matching-comment .btn-toggle{padding:3vw 5vw;position:absolute;right:0;top:0}@media (min-width:480px){.mobile .matching-comment .btn-toggle{padding:.75rem 1.25rem}}.mobile .matching-comment.dropdown-box{max-height:12vw;transition-duration:.5s}@media (min-width:480px){.mobile .matching-comment.dropdown-box{max-height:3rem}}.mobile .matching-comment.dropdown-box.active{max-height:4000px}.mobile .simple-list a{align-items:flex-start;flex-direction:column;justify-content:flex-start;padding-bottom:4vw;padding-top:4vw}@media (min-width:480px){.mobile .simple-list a{padding-bottom:1rem;padding-top:1rem}}.mobile .simple-list a .list-left{width:100%}.mobile .simple-list a .list-left .list-tag{font-size:3vw;font-weight:500;line-height:1.4;padding:2vw}@media (min-width:480px){.mobile .simple-list a .list-left .list-tag{font-size:.75rem;line-height:1.4}}.mobile .simple-list a .list-left .title{--tw-text-opacity:1;color:rgb(82 82 91/var(--tw-text-opacity,1));font-size:3.5vw;font-weight:500;line-height:1.4;overflow:hidden;padding-left:3vw;text-overflow:ellipsis;white-space:nowrap}@media (min-width:480px){.mobile .simple-list a .list-left .title{font-size:.875rem;line-height:1.4;padding-left:.75rem}}.mobile .simple-list-type2 .items{padding-top:5vw}@media (min-width:480px){.mobile .simple-list-type2 .items{padding-top:1.25rem}}.mobile .simple-list-type2 .items .date{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));padding-bottom:2vw}@media (min-width:480px){.mobile .simple-list-type2 .items .date{padding-bottom:.5rem}}.mobile .simple-list-type2 .items .title{--tw-text-opacity:1;color:rgb(63 63 70/var(--tw-text-opacity,1));line-height:1.625;padding-bottom:2vw}textarea:-moz-read-only:not(.readonly-exception) :not(.mobile .simple-list-type2 .items .title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}textarea:read-only:not(.readonly-exception) :not(.mobile .simple-list-type2 .items .title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:-moz-read-only:not(.readonly-exception) :not(.mobile .simple-list-type2 .items .title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}input:read-only:not(.readonly-exception) :not(.mobile .simple-list-type2 .items .title){--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.mobile .simple-list-type2 .items .title{font-size:4vw;font-weight:500;line-height:1.5}@media (min-width:480px){.mobile .simple-list-type2 .items .title{font-size:1rem;line-height:1.5;padding-bottom:.5rem}}.mobile .notice-content{border-bottom-width:0;font-size:3.5vw;font-weight:400;line-height:1.4;padding-bottom:5vw;padding-top:5vw}@media (min-width:480px){.mobile .notice-content{font-size:.875rem;line-height:1.4;padding-bottom:1.25rem;padding-top:1.25rem}}.mobile .notice-content{line-height:1.8}.mobile .terms-list{flex-direction:column;padding-bottom:0}.mobile .terms-list .items .title{font-size:4vw;font-weight:500;line-height:1.5}@media (min-width:480px){.mobile .terms-list .items .title{font-size:1rem;line-height:1.5}}.mobile .terms-list .items .title{padding-bottom:5vw;padding-top:8vw}@media (min-width:480px){.mobile .terms-list .items .title{padding-bottom:1.25rem;padding-top:2rem}}.mobile .terms-list .items .content{font-size:3.5vw;font-weight:400;line-height:1.4}@media (min-width:480px){.mobile .terms-list .items .content{font-size:.875rem;line-height:1.4}}.mobile .terms-list .items .content{line-height:2!important}.mobile .qna>li{height:8vw}@media (min-width:480px){.mobile .qna>li{height:2rem}}.mobile .qna.active>li{border-bottom-width:1px;height:15vw}@media (min-width:480px){.mobile .qna.active>li{height:3.75rem}}.mobile .qna .question{text-align:left;width:83.333333%;word-break:keep-all}@supports (-webkit-touch-callout:none){.mobile .qna .question{line-break:auto}}.mobile .qna .question{font-size:3.5vw;font-weight:500;line-height:1.4}@media (min-width:480px){.mobile .qna .question{font-size:.875rem;line-height:1.4}}.mobile .qna .question:before{font-size:3.5vw;font-weight:700;line-height:1.4;margin-right:4vw}@media (min-width:480px){.mobile .qna .question:before{font-size:.875rem;line-height:1.4;margin-right:1rem}}.mobile .qna .question:before{content:"Q"}.mobile .qna .question.line2{position:relative;top:-10px}.mobile .qna .answer{font-size:3.5vw;font-weight:400;line-height:1.4;padding:5vw}@media (min-width:480px){.mobile .qna .answer{font-size:.875rem;line-height:1.4;padding:1.25rem}}.mobile .qna .answer{line-height:1.625!important}.mobile .qna .answer:before{font-size:3.5vw;font-weight:700;line-height:1.4;margin-right:5vw}@media (min-width:480px){.mobile .qna .answer:before{font-size:.875rem;line-height:1.4;margin-right:1.25rem}}.mobile .qna .answer:before{content:"A"}.mobile .bg-intro-main{background-repeat:no-repeat;background-size:cover}@media (min-width:480px){.mobile .bg-intro-main{background-position:50%}}.mobile .bg-intro-main{background-image:url(/assets/img/intro/mo-bg-intro-main.png);background-position-x:center}.mobile .bg-intro02{background-image:url(/assets/img/intro/mo-bg-intro02.png);background-repeat:no-repeat;background-size:cover}.mobile .intro-typo1{left:18.5rem;position:absolute;top:17.25rem;width:41.5rem}.mobile .vertical-list>li{display:flex}.mobile .vertical-list>li:last-of-type .content1:after{content:none}.mobile .vertical-list>li:last-of-type .content2{padding-bottom:0}.mobile .vertical-list>li .content1{top:1.5vw}@media (min-width:480px){.mobile .vertical-list>li .content1{top:6px}}.mobile .vertical-list>li .content1:before{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-content:"";background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-color:rgb(228 38 26/var(--tw-border-opacity,1));border-radius:9999px;border-width:3px;content:var(--tw-content);height:1rem;width:1rem}.browserInfoModal .mobile .vertical-list>li .content1:before{background-color:#fff}.mobile .vertical-list>li .content1:after{--tw-bg-opacity:1;--tw-content:"";background-color:rgb(228 38 26/var(--tw-bg-opacity,1));content:var(--tw-content)}.browserInfoModal .mobile .vertical-list>li .content1:after{background-color:#e4261a}.mobile .vertical-list>li .content1:after{height:calc(100% - 16px);width:1px}.mobile .vertical-list>li .content2{display:flex;padding-bottom:10vw}@media (min-width:480px){.mobile .vertical-list>li .content2{padding-bottom:2.5rem}}.mobile .vertical-list>li .content2 .subject{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity,1));font-size:3.5vw;font-weight:400;line-height:1.4;padding-left:8vw}@media (min-width:480px){.mobile .vertical-list>li .content2 .subject{font-size:.875rem;line-height:1.4;padding-left:2rem}}.mobile .vertical-list>li .content2 ul.subject{margin-top:1vw}@media (min-width:480px){.mobile .vertical-list>li .content2 ul.subject{margin-top:2px}}.mobile .intro-video{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-width:1px;left:auto;top:auto;width:100%}.custom-select .ss-main.mobile .intro-video{border:none}.custom-select .ss-main.mobile .intro-video .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.browserInfoModal .mobile .intro-video{background-color:#fff}.mobile .intro-video{height:72vw;margin-top:12vw;padding:3vw}@media (min-width:480px){.mobile .intro-video{height:18rem;margin-top:3rem;padding:.75rem}}.mobile .intro-video{border-radius:32px;box-shadow:0 1vw 4vw 0 rgba(0,0,0,.102);position:static}.mobile .intro-video .inner{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1));border-radius:1rem;height:100%;overflow:hidden;width:100%}.mobile .border-box-lg-w{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1));border-radius:.25rem;border-width:1px;color:rgb(255 255 255/var(--tw-text-opacity,1));display:inline-block}.custom-select .ss-main.mobile .border-box-lg-w{border:none}.custom-select .ss-main.mobile .border-box-lg-w .ss-single-selected{--tw-border-opacity:1;border-color:rgb(228 228 231/var(--tw-border-opacity,1));border-radius:.5rem;border-style:solid;border-width:1px}.mobile .border-box-lg-w{font-size:3.5vw;font-weight:700;line-height:1.4}@media (min-width:480px){.mobile .border-box-lg-w{font-size:.875rem;line-height:1.4}}.browserInfoModal .mobile .border-box-lg-w{color:#fff}.mobile .border-box-lg-w{margin-top:4vw;padding:2vw 4vw}@media (min-width:480px){.mobile .border-box-lg-w{margin-top:1rem;padding:.5rem 1rem}}.mobile .main-bg-border01{bottom:auto;height:172vw;left:auto;right:-77vw;top:14vw;width:172vw}@media (min-width:480px){.mobile .main-bg-border01{height:43rem;right:-19.25rem;top:3.5rem;width:43rem}}.mobile .main-bg-border01{border:110px solid #f8f8fb;height:172vw;width:172vw}.mobile .main-visual-blue-circle,.mobile .main-visual-red-circle{height:66vw;width:66vw}@media (min-width:480px){.mobile .main-visual-blue-circle,.mobile .main-visual-red-circle{height:16.5rem;width:16.5rem}}.mobile .main-visual-blue-circle,.mobile .main-visual-red-circle{animation-name:none}.mobile .main-visual-red-circle{left:calc(50% - 85px);top:35%}.mobile .main-visual-blue-circle{left:calc(50% + 80px);top:72%}.mobile .cate-list{padding-top:2vw}@media (min-width:480px){.mobile .cate-list{padding-top:.5rem}}.mobile .cate-list .item{background-size:36%;border-radius:.75rem;height:19vw;padding:10vw;width:19vw}@media (min-width:480px){.mobile .cate-list .item{height:4.75rem;padding:2.5rem;width:4.75rem}}.mobile .btn-tab .tab-item{font-size:4vw;font-weight:400;line-height:1.5}@media (min-width:480px){.mobile .btn-tab .tab-item{font-size:1rem;line-height:1.5}}.mobile .btn-tab .tab-item{margin-right:3vw;padding:2vw 3vw}@media (min-width:480px){.mobile .btn-tab .tab-item{margin-right:.75rem;padding:.5rem .75rem}}.mobile .btn-tab:last-of-type{margin-right:0}.mobile .phone-mockup .glide{border-radius:5vw}@media (min-width:480px){.mobile .phone-mockup .glide{border-radius:20px}}.mobile .phone-mockup .phone-cover{height:10.5vw}@media (min-width:480px){.mobile .phone-mockup .phone-cover{height:2.6rem}}.mobile .bg-main02{background-image:url(/assets/img/main/mo-bg-main02.png)}footer .mobile.contents-inner{padding:12vw 5vw 0}@media (min-width:480px){footer .mobile.contents-inner{padding-left:1.25rem;padding-right:1.25rem;padding-top:3rem}}footer .mobile .footer-nav{--tw-text-opacity:1;color:rgb(212 212 216/var(--tw-text-opacity,1));font-size:3.5vw;font-weight:500;line-height:1.4;padding-bottom:6vw}@media (min-width:480px){footer .mobile .footer-nav{font-size:.875rem;line-height:1.4;padding-bottom:1.5rem}}footer .mobile .footer-nav .footer-nav-list>li{margin-right:5vw}@media (min-width:480px){footer .mobile .footer-nav .footer-nav-list>li{margin-right:1.25rem}}footer .mobile .footer-company{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1));font-size:3vw;font-weight:400;line-height:1.4}@media (min-width:480px){footer .mobile .footer-company{font-size:.75rem;line-height:1.4}}footer .mobile .footer-company ul li{padding-bottom:2vw}@media (min-width:480px){footer .mobile .footer-company ul li{padding-bottom:.5rem}}footer .mobile .footer-company ul.divide-none li{padding-bottom:2vw}@media (min-width:480px){footer .mobile .footer-company ul.divide-none li{padding-bottom:.5rem}}footer .mobile .footer-company ul.divide-none li:after{--tw-content:initial;content:var(--tw-content)}footer .mobile .footer-sns{padding-top:6vw}@media (min-width:480px){footer .mobile .footer-sns{padding-top:1.5rem}}footer .mobile .footer-snsli:last-of-type{margin-left:0}.bg-renewal-popup{background-image:url(/assets/img/renewal.png);background-repeat:no-repeat;background-size:cover;height:30rem;position:absolute;right:-104px;top:18px;width:30rem;z-index:1}.error-layout{--tw-text-opacity:1;align-items:center;color:rgb(82 82 82/var(--tw-text-opacity,1));display:flex;flex-direction:column;height:100vh;justify-content:center;max-width:480px;overflow-y:auto;padding-left:11vw;padding-right:11vw;position:relative;text-align:center;width:100%}@media (min-width:480px){.error-layout{padding-left:2.75rem;padding-right:2.75rem}}.error-layout>*{font-family:Roboto,Arial,sans-serif}.error-code{--tw-border-opacity:1;--tw-text-opacity:1;border-bottom-width:1px;border-color:rgb(82 82 82/var(--tw-border-opacity,1));color:rgb(228 228 231/var(--tw-text-opacity,1));font-size:25vw;font-weight:700;padding-bottom:14vw;padding-top:14vw;width:100%}@media (min-width:480px){.error-code{font-size:6.25rem;padding-bottom:3.5rem;padding-top:3.5rem}}.error-code strong{--tw-text-opacity:1;color:rgb(228 228 231/var(--tw-text-opacity,1))}.error-icon-box{--tw-translate-x:-50%;align-items:center;bottom:6vw;display:flex;flex-direction:column;justify-content:center;left:50%;position:absolute;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width:480px){.error-icon-box{bottom:1.5rem}}.error-icon-box .error-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 48 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.4134 42.7385C8.65802 38.513 16.1489 36.0889 23.9659 36.0889C31.7828 36.0889 39.2737 38.513 44.5184 42.7385C44.9059 43.0514 45.3712 43.203 45.8332 43.203C46.4452 43.203 47.053 42.9359 47.4675 42.4215C48.1942 41.5195 48.0516 40.1989 47.1497 39.4723C41.1735 34.6569 32.7225 31.8945 23.9659 31.8945C15.2093 31.8945 6.75825 34.6569 0.782075 39.4723C-0.1207 40.1989 -0.262425 41.5195 0.46422 42.4215C1.19086 43.3226 2.51144 43.466 3.4134 42.7385V42.7385Z' fill='%234b5563'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.3176 0.614412C46.4992 -0.204804 45.1713 -0.204804 44.3521 0.614412L39.6129 5.35357L34.8729 0.614412C34.0545 -0.204804 32.7266 -0.204804 31.9074 0.614412C31.0882 1.43281 31.0882 2.76076 31.9074 3.57997L36.6465 8.31913L31.9074 13.0591C31.0882 13.8775 31.0882 15.2055 31.9074 16.0247C32.7258 16.8439 34.0537 16.8439 34.8729 16.0247L39.6129 11.2855L44.3521 16.0247C44.7617 16.4343 45.2983 16.6391 45.8349 16.6391C46.3715 16.6391 46.908 16.4343 47.3176 16.0247C48.1369 15.2055 48.1369 13.8775 47.3176 13.0591L42.5785 8.31913L47.3176 3.57997C48.1369 2.76076 48.1369 1.43281 47.3176 0.614412V0.614412Z' fill='%23434D5E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.614412 16.0255C1.43281 16.8439 2.76076 16.8439 3.57997 16.0247L8.31913 11.2855L13.0583 16.0247C13.4679 16.4343 14.0045 16.6391 14.5411 16.6391C15.0777 16.6391 15.6151 16.4343 16.0239 16.0247C16.8431 15.2063 16.8431 13.8783 16.0247 13.0591L11.2855 8.31995L16.0247 3.57997C16.8431 2.76158 16.8431 1.43363 16.0239 0.614412C15.2055 -0.203985 13.8775 -0.204804 13.0583 0.614412L8.31913 5.35357L3.57997 0.614412C2.76076 -0.204804 1.43281 -0.204804 0.614412 0.614412C-0.204804 1.43363 -0.204804 2.76158 0.614412 3.57997L5.35357 8.31995L0.614412 13.0591C-0.204804 13.8783 -0.204804 15.2063 0.614412 16.0255Z' fill='%234b5563'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;display:flex;height:12vw;width:12vw}@media (min-width:480px){.error-icon-box .error-icon{height:3rem;width:3rem}}.error .mobile-btn-box-fixed{align-items:center;display:flex;justify-content:center;padding:12vw 5vw 14vw}@media (min-width:480px){.error .mobile-btn-box-fixed{padding:3rem 1.25rem 3.5rem}}@media (min-width:768px){.error .mobile-btn-box-fixed{padding-bottom:13rem}.error .mobile-btn-box-fixed>a{max-width:16rem}}.error .test-class{height:10px;width:10px}.event-230704 .section2-bg{background-image:url(/assets/img/event/bg-mobile.svg);background-position:top;top:0}.event-230704 .section2-bg,.event-230704 .section2-bg .bubble{background-repeat:no-repeat;background-size:100% 100%;height:100%;position:absolute;width:100%}.event-230704 .section2-bg .bubble{background-image:url(/assets/img/event/mask-mobile.svg);background-position:bottom;bottom:-16px;z-index:1}.event-230704 .section3{background-image:url(/assets/img/event/section3-bg-mo.svg);background-position:top;background-repeat:no-repeat;height:100%;width:100%}.event-230704 .card{--tw-bg-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:1rem;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.25rem;padding-left:2rem;padding-right:2rem;position:relative;width:100%}.browserInfoModal .event-230704 .card{background-color:#fff}@media (min-width:480px){.event-230704 .card{padding-left:8vw;padding-right:8vw}}.event-230704 .card:last-of-type{margin-bottom:0}.event-230704 .card.card-shadow-purple{box-shadow:3px 3px 10px 0 rgba(93,93,183,.12)}.event-230704 .card .header{border-top-left-radius:1rem;border-top-right-radius:1rem;height:1rem;position:absolute;top:-1px;width:100%;z-index:1}.event-230704 .card .title{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:.5rem;width:100%}@media (min-width:480px){.event-230704 .card .title{margin-top:2vw}}.event-230704 .card .title p{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));font-size:25px;font-weight:600}.event-230704 .card .content{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1));font-size:4.5vw;font-weight:300;line-height:1.5;text-align:center;width:100%}.event-230704 .card .content span{font-weight:600}.event-230704 .section6{background-image:url(/assets/img/event/process.svg);background-position:top;background-repeat:no-repeat;height:100%;width:100%}.event-230704 .section6 .step-shadow{box-shadow:2px 4px 14px 0 rgba(195,195,211,.26)}.event-230704 .bg-black{background-color:#000!important}.event-230704 .bg-line{background-color:#9a9a9a!important}.event-230704 .highlight{display:inline-block;position:relative}.event-230704 .highlight:after{background:#faff0e;bottom:0;content:"";display:inline-block;height:1rem;left:1px;position:absolute;width:100%;z-index:-1}.event-230704 .form-bg-mo{background-image:url(/assets/img/event/bottom-bg-mo.svg);background-repeat:no-repeat;background-size:cover;height:100%;position:absolute;top:0;width:100%;z-index:1}.event-230704 .btn-complete{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(26,107,228,var(--tw-bg-opacity));border-radius:9999px;color:rgb(255,255,255,var(--tw-text-opacity));display:flex;font-weight:700;justify-content:center;line-height:1.5;margin-top:2rem;padding-bottom:.8rem;padding-top:.8rem;position:relative;width:17.5rem;z-index:1}.bg-\[\#232298\]{--tw-bg-opacity:1;background-color:rgb(35,34,152,var(--tw-bg-opacity))}.mr-20{margin-right:5rem}.max-w-169{max-width:67.5rem}.w-18{width:4.5rem}.bg-dark{background-color:#081953!important}.phone{color:#392eb6}.text-\[48px\]{font-size:48px}.bg-\[\#010041\]{--tw-bg-opacity:1;background-color:rgb(1,0,65,var(--tw-bg-opacity))}.bg-\[\#00FF85\]{--tw-bg-opacity:1;background-color:rgb(0,255,133,var(--tw-bg-opacity))}.text-\[\#121212\]{--tw-text-opacity:1;color:rgb(18,18,18,var(--tw-text-opacity))}.fill-\[\#392EB6\]{fill:#392eb6}.bg-\[\#392EB6\]{--tw-bg-opacity:1;background-color:rgb(57,46,182,var(--tw-bg-opacity))}.-top-15{top:-3.75rem}.bg-white\/\[0\.1\]{background-color:hsla(0,0%,100%,.1)}.event-230704 .bg-main{background-image:url(/assets/img/event/bg.png)}.event-230704 .bg-main,.event-230704 .bg-mask{background-position:top;background-repeat:no-repeat;height:100%;position:absolute;top:0;width:100%}.event-230704 .bg-mask{background-image:url(/assets/img/event/mask.svg);z-index:2}.event-230704 .mt-30{margin-top:7.5rem}.text-\[\#2454FF\]{--tw-text-opacity:1;color:rgb(36,84,255,var(--tw-text-opacity))}.event-230704 .form-bg{background-image:url(/assets/img/event/bottom-bg.png);background-repeat:no-repeat;background-size:cover;height:100%;position:absolute;top:0;width:100%;z-index:1}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:inset-2:before{content:var(--tw-content);inset:.5rem}.before\:-top-\[2px\]:before{content:var(--tw-content);top:-2px}.before\:left-0:before{content:var(--tw-content);left:0}.before\:top-1:before{content:var(--tw-content);top:.25rem}.before\:mr-1:before{content:var(--tw-content);margin-right:.25rem}.before\:block:before{content:var(--tw-content);display:block}.before\:h-4:before{content:var(--tw-content);height:1rem}.before\:h-\[7px\]:before{content:var(--tw-content);height:7px}.before\:h-\[9px\]:before{content:var(--tw-content);height:9px}.before\:w-4:before{content:var(--tw-content);width:1rem}.before\:w-\[7px\]:before{content:var(--tw-content);width:7px}.before\:w-\[9px\]:before{content:var(--tw-content);width:9px}.before\:-translate-x-2:before{--tw-translate-x:-0.5rem}.before\:-translate-x-2:before,.before\:rotate-180:before{content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.before\:rotate-180:before{--tw-rotate:180deg}.before\:rounded-full:before{border-radius:9999px;content:var(--tw-content)}.before\:bg-blue-500:before{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1));content:var(--tw-content)}.before\:bg-yellow-400:before{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1));content:var(--tw-content)}.before\:pr-3:before{content:var(--tw-content);padding-right:.75rem}.before\:text-\[\#3F3F47\]:before{--tw-text-opacity:1;color:rgb(63 63 71/var(--tw-text-opacity,1));content:var(--tw-content)}.before\:content-arrow-right:before{--tw-content:url(https://madahm-s3.s3.ap-northeast-2.amazonaws.com/assets/images/info/info-article06-03.svg);content:var(--tw-content)}.before\:content-chevron:before{--tw-content:url(https://madahm-s3.s3.ap-northeast-2.amazonaws.com/assets/images/icons/chevron.svg);content:var(--tw-content)}.before\:content-title-bubble-22x19:before{--tw-content:url(https://madahm-s3.s3.ap-northeast-2.amazonaws.com/assets/images/icons/title-22x19.svg);content:var(--tw-content)}.before\:content-title-star:before{--tw-content:url(https://madahm-s3.s3.ap-northeast-2.amazonaws.com/assets/images/icons/title-star-29x29.svg);content:var(--tw-content)}.after\:mx-2:after{content:var(--tw-content);margin-left:.5rem;margin-right:.5rem}.after\:mx-3:after{content:var(--tw-content);margin-left:.75rem;margin-right:.75rem}.after\:ml-1:after{content:var(--tw-content);margin-left:.25rem}.after\:ml-2:after{content:var(--tw-content);margin-left:.5rem}.after\:mr-1:after{content:var(--tw-content);margin-right:.25rem}.after\:block:after{content:var(--tw-content);display:block}.after\:h-1:after{content:var(--tw-content);height:.25rem}.after\:h-\[14px\]:after{content:var(--tw-content);height:14px}.after\:w-1:after{content:var(--tw-content);width:.25rem}.after\:w-\[14px\]:after{content:var(--tw-content);width:14px}.after\:rounded-full:after{border-radius:9999px;content:var(--tw-content)}.after\:border:after{border-width:1px;content:var(--tw-content)}.after\:border-zinc-300:after{--tw-border-opacity:1;border-color:rgb(212 212 216/var(--tw-border-opacity,1));content:var(--tw-content)}.after\:bg-zinc-300:after{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity,1));content:var(--tw-content)}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.after\:content-\[\'\2c \'\]:after{--tw-content:",";content:var(--tw-content)}.after\:content-icon_close:after{--tw-content:url(https://madahm-s3.s3.ap-northeast-2.amazonaws.com/assets/images/icons/apply/icon_close.svg);content:var(--tw-content)}.after\:content-icon_question_mark:after{--tw-content:url(https://madahm-s3.s3.ap-northeast-2.amazonaws.com/assets/images/icons/apply/icon_question_mark.svg);content:var(--tw-content)}.hover\:overflow-x-scroll:hover{overflow-x:scroll}.hover\:border-\[\#E4261A\]:hover{--tw-border-opacity:1;border-color:rgb(228 38 26/var(--tw-border-opacity,1))}.hover\:border-red-600:hover{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity,1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity,1))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.hover\:bg-slate-700:hover{--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.hover\:bg-gradient-to-br:hover{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.hover\:stroke-\[\#EB1F12\]:hover{stroke:#eb1f12}.hover\:stroke-white:hover{stroke:#fff}.hover\:pb-3:hover{padding-bottom:.75rem}.hover\:font-semibold:hover{font-weight:600}.hover\:text-\[\#E74137\]:hover{--tw-text-opacity:1;color:rgb(231 65 55/var(--tw-text-opacity,1))}.hover\:text-\[\#EB1F12\]:hover{--tw-text-opacity:1;color:rgb(235 31 18/var(--tw-text-opacity,1))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:accent-primary1:hover{accent-color:#e4261a}.hover\:transition:hover{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:duration-200:hover{transition-duration:.2s}.hover\:ease-in-out:hover{transition-timing-function:cubic-bezier(.4,0,.2,1)}.focus\:z-10:focus{z-index:10}.focus\:border-none:focus{border-style:none}.focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.focus\:accent-primary1:focus{accent-color:#e4261a}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-zinc-400\/70:focus-visible{--tw-ring-color:hsla(240,5%,65%,.7)}.active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:bg-gray-100:active{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity,1))}.active\:text-gray-500:active{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity,1))}.active\:text-gray-700:active{--tw-text-opacity:1;color:rgb(63 63 71/var(--tw-text-opacity,1))}.active\:shadow-\[0px_1px_15px_rgba\(0\2c 0\2c 0\2c 0\.12\)\]:active{--tw-shadow:0px 1px 15px rgba(0,0,0,.12);--tw-shadow-colored:0px 1px 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.disabled\:text-gray-500:disabled{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity,1))}.group:hover .group-hover\:translate-x-0{--tw-translate-x:0}.group:hover .group-hover\:scale-110,.group:hover .group-hover\:translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.peer\/cpa-2504-gender:checked~.peer-checked\/cpa-2504-gender\:border-none{border-style:none}.peer\/recruit-career-radio:checked~.peer-checked\/recruit-career-radio\:\!border-red-600,.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:\!border-red-600{--tw-border-opacity:1!important;border-color:rgb(220 38 38/var(--tw-border-opacity,1))!important}.peer:checked~.peer-checked\:border-\[\#434D5E\]{--tw-border-opacity:1;border-color:rgb(67 77 94/var(--tw-border-opacity,1))}.peer\/cpa-2504-gender:checked~.peer-checked\/cpa-2504-gender\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.peer:checked~.peer-checked\:bg-\[\#434D5E\]{--tw-bg-opacity:1;background-color:rgb(67 77 94/var(--tw-bg-opacity,1))}.peer:checked~.peer-checked\:font-bold,.peer\/cpa-2504-gender:checked~.peer-checked\/cpa-2504-gender\:font-bold{font-weight:700}.peer:checked~.peer-checked\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:absolute:before{content:var(--tw-content);position:absolute}.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:bottom-\[14px\]:before{bottom:14px;content:var(--tw-content)}.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:left-\[17px\]:before{content:var(--tw-content);left:17px}.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:right-4\.5:before{content:var(--tw-content);right:1.125rem}.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:right-\[13px\]:before{content:var(--tw-content);right:13px}.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:right-\[14px\]:before{content:var(--tw-content);right:14px}.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:right-\[20px\]:before{content:var(--tw-content);right:20px}.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:top-3:before{content:var(--tw-content);top:.75rem}.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:top-\[12px\]:before{content:var(--tw-content);top:12px}.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:top-\[15px\]:before{content:var(--tw-content);top:15px}.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:top-\[35px\]:before{content:var(--tw-content);top:35px}.peer\/recruit-career-radio:checked~.peer-checked\/recruit-career-radio\:before\:h-\[22px\]:before{content:var(--tw-content);height:22px}.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:h-6:before{content:var(--tw-content);height:1.5rem}.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:h-7:before{content:var(--tw-content);height:1.75rem}.peer\/recruit-career-radio:checked~.peer-checked\/recruit-career-radio\:before\:w-\[22px\]:before{content:var(--tw-content);width:22px}.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:w-6:before{content:var(--tw-content);width:1.5rem}.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:w-7:before{content:var(--tw-content);width:1.75rem}.peer\/recruit-career-radio:checked~.peer-checked\/recruit-career-radio\:before\:rounded:before{border-radius:.25rem;content:var(--tw-content)}.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:rounded-full:before{border-radius:9999px;content:var(--tw-content)}.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:border:before{border-width:1px;content:var(--tw-content)}.peer\/recruit-career-radio:checked~.peer-checked\/recruit-career-radio\:before\:border-none:before,.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:border-none:before{border-style:none;content:var(--tw-content)}.peer\/recruit-career-radio:checked~.peer-checked\/recruit-career-radio\:before\:bg-red-600:before,.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:bg-red-600:before{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1));content:var(--tw-content)}.peer\/recruit-career-radio:checked~.peer-checked\/recruit-career-radio\:before\:bg-\[url\(\'https\:\/\/madahm-s3\.s3\.ap-northeast-2\.amazonaws\.com\/assets\/images\/icons\/radio-check\.svg\'\)\]:before,.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:bg-\[url\(\'https\:\/\/madahm-s3\.s3\.ap-northeast-2\.amazonaws\.com\/assets\/images\/icons\/radio-check\.svg\'\)\]:before{background-image:url(https://madahm-s3.s3.ap-northeast-2.amazonaws.com/assets/images/icons/radio-check.svg);content:var(--tw-content)}.peer\/recruit-career-radio:checked~.peer-checked\/recruit-career-radio\:before\:bg-center:before,.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:bg-center:before{background-position:50%;content:var(--tw-content)}.peer\/recruit-career-radio:checked~.peer-checked\/recruit-career-radio\:before\:bg-no-repeat:before,.peer\/signup-userRole-radio:checked~.peer-checked\/signup-userRole-radio\:before\:bg-no-repeat:before{background-repeat:no-repeat;content:var(--tw-content)}@media (max-width:320px){.xs-max\:w-23{width:5.75rem}}@media (max-width:480px){.sm-max\:left-22vw{left:22vw}.sm-max\:w-\[150\%\]{width:150%}}@media (max-width:1160px){.max-lg2\:mr-0{margin-right:0}.max-lg2\:block{display:block}.max-lg2\:hidden{display:none}.max-lg2\:h-\[286px\]{height:286px}.max-lg2\:h-\[495px\]{height:495px}.max-lg2\:h-auto{height:auto}.max-lg2\:h-full{height:100%}.max-lg2\:w-\[851px\]{width:851px}.max-lg2\:w-full{width:100%}.max-lg2\:flex-row{flex-direction:row}.max-lg2\:flex-col{flex-direction:column}.max-lg2\:items-start{align-items:flex-start}.max-lg2\:items-center{align-items:center}.max-lg2\:justify-between{justify-content:space-between}.max-lg2\:gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.max-lg2\:gap-x-\[18px\]{-moz-column-gap:18px;column-gap:18px}.max-lg2\:gap-y-4{row-gap:1rem}.max-lg2\:gap-y-8{row-gap:2rem}.max-lg2\:text-center{text-align:center}.max-lg2\:text-\[36px\]{font-size:36px}.max-lg2\:text-base{font-size:1rem;line-height:1.5}.max-lg2\:leading-tight{line-height:1.25}}@media (max-width:1540px){.max-xl2\:bottom-0{bottom:0}.max-xl2\:left-1\/2{left:50%}.max-xl2\:left-\[calc\(50\%_-_10px\)\]{left:calc(50% - 10px)}.max-xl2\:top-auto{top:auto}.max-xl2\:\!h-\[24\.375rem\]{height:24.375rem!important}.max-xl2\:h-\[12\.188rem\]{height:12.188rem}.max-xl2\:h-\[135px\]{height:135px}.max-xl2\:h-\[216px\]{height:216px}.max-xl2\:h-\[290px\]{height:290px}.max-xl2\:h-\[30px\]{height:30px}.max-xl2\:h-\[402px\]{height:402px}.max-xl2\:h-\[445px\]{height:445px}.max-xl2\:h-\[484px\]{height:484px}.max-xl2\:h-\[711px\]{height:711px}.max-xl2\:h-\[9\.688rem\]{height:9.688rem}.max-xl2\:\!w-\[26\.875rem\]{width:26.875rem!important}.max-xl2\:w-\[11\.75rem\]{width:11.75rem}.max-xl2\:w-\[1140px\]{width:1140px}.max-xl2\:w-\[1142px\]{width:1142px}.max-xl2\:w-\[1146px\]{width:1146px}.max-xl2\:w-\[14\.188rem\]{width:14.188rem}.max-xl2\:w-\[14\.75rem\]{width:14.75rem}.max-xl2\:w-\[1540px\]{width:1540px}.max-xl2\:w-\[19rem\]{width:19rem}.max-xl2\:w-\[206px\]{width:206px}.max-xl2\:w-\[26\.875rem\]{width:26.875rem}.max-xl2\:w-\[280px\]{width:280px}.max-xl2\:w-\[365px\]{width:365px}.max-xl2\:w-\[723px\]{width:723px}.max-xl2\:w-\[857px\]{width:857px}.max-xl2\:w-full{width:100%}.max-xl2\:-translate-x-1\/2{--tw-translate-x:-50%}.max-xl2\:-translate-x-1\/2,.max-xl2\:translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.max-xl2\:translate-y-0{--tw-translate-y:0}.max-xl2\:items-end{align-items:flex-end}.max-xl2\:gap-y-\[11px\]{row-gap:11px}.max-xl2\:pt-9{padding-top:2.25rem}.max-xl2\:text-3xl{font-size:1.875rem;line-height:1.25}.max-xl2\:text-\[100px\]{font-size:100px}.max-xl2\:text-\[25px\]{font-size:25px}}@media (max-height:480px){.h-sm-max\:relative{position:relative}.h-sm-max\:top-initial{top:auto}.h-sm-max\:h-full{height:100%}.h-sm-max\:overflow-y-auto{overflow-y:auto}}@media (min-width:480px){.sm\:-left-3{left:-.75rem}.sm\:bottom-12{bottom:3rem}.sm\:bottom-4{bottom:1rem}.sm\:left-2{left:.5rem}.sm\:right-10{right:2.5rem}.sm\:right-2{right:.5rem}.sm\:right-3{right:.75rem}.sm\:right-5{right:1.25rem}.sm\:top-3{top:.75rem}.sm\:top-4{top:1rem}.sm\:mx-4{margin-left:1rem;margin-right:1rem}.sm\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.sm\:my-1{margin-bottom:.25rem;margin-top:.25rem}.sm\:my-10{margin-bottom:2.5rem;margin-top:2.5rem}.sm\:my-3{margin-bottom:.75rem;margin-top:.75rem}.sm\:my-3vw{margin-bottom:3vw;margin-top:3vw}.sm\:my-4{margin-bottom:1rem;margin-top:1rem}.sm\:my-4vw{margin-bottom:4vw;margin-top:4vw}.sm\:my-5{margin-bottom:1.25rem;margin-top:1.25rem}.sm\:my-5vw{margin-bottom:5vw;margin-top:5vw}.sm\:my-8{margin-bottom:2rem;margin-top:2rem}.sm\:\!mt-4{margin-top:1rem!important}.sm\:\!mt-5{margin-top:1.25rem!important}.sm\:mb-1{margin-bottom:.25rem}.sm\:mb-10vw{margin-bottom:10vw}.sm\:mb-2{margin-bottom:.5rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-3vw{margin-bottom:3vw}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-4vw{margin-bottom:4vw}.sm\:mb-5{margin-bottom:1.25rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-6px{margin-bottom:.375rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-1{margin-left:.25rem}.sm\:ml-2{margin-left:.5rem}.sm\:ml-3{margin-left:.75rem}.sm\:ml-4{margin-left:1rem}.sm\:ml-6{margin-left:1.5rem}.sm\:mr-1{margin-right:.25rem}.sm\:mr-10{margin-right:2.5rem}.sm\:mr-2{margin-right:.5rem}.sm\:mr-3{margin-right:.75rem}.sm\:mr-4{margin-right:1rem}.sm\:mr-5{margin-right:1.25rem}.sm\:mr-6{margin-right:1.5rem}.sm\:mr-6px{margin-right:.375rem}.sm\:mt-1{margin-top:.25rem}.sm\:mt-10{margin-top:2.5rem}.sm\:mt-10vw{margin-top:10vw}.sm\:mt-13{margin-top:3.25rem}.sm\:mt-2{margin-top:.5rem}.sm\:mt-2vw{margin-top:2vw}.sm\:mt-3{margin-top:.75rem}.sm\:mt-3vw{margin-top:3vw}.sm\:mt-4{margin-top:1rem}.sm\:mt-40{margin-top:10rem}.sm\:mt-4vw{margin-top:4vw}.sm\:mt-5{margin-top:1.25rem}.sm\:mt-5vw{margin-top:5vw}.sm\:mt-6{margin-top:1.5rem}.sm\:mt-6vw{margin-top:6vw}.sm\:mt-8{margin-top:2rem}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-11{height:2.75rem}.sm\:h-13{height:3.25rem}.sm\:h-14{height:3.5rem}.sm\:h-16{height:4rem}.sm\:h-17{height:4.25rem}.sm\:h-18{height:4.5rem}.sm\:h-2{height:.5rem}.sm\:h-20{height:5rem}.sm\:h-23{height:5.75rem}.sm\:h-3{height:.75rem}.sm\:h-38{height:9.5rem}.sm\:h-4{height:1rem}.sm\:h-40{height:10rem}.sm\:h-43{height:10.75rem}.sm\:h-45{height:11.25rem}.sm\:h-5{height:1.25rem}.sm\:h-6{height:1.5rem}.sm\:h-7{height:1.75rem}.sm\:h-8{height:2rem}.sm\:h-screen{height:100vh}.sm\:min-h-42{min-height:10.5rem}.sm\:min-h-53{min-height:13.25rem}.sm\:w-11{width:2.75rem}.sm\:w-13{width:3.25rem}.sm\:w-14{width:3.5rem}.sm\:w-149{width:37.25rem}.sm\:w-16{width:4rem}.sm\:w-17{width:4.25rem}.sm\:w-18{width:4.5rem}.sm\:w-2{width:.5rem}.sm\:w-20{width:5rem}.sm\:w-21{width:5.25rem}.sm\:w-22{width:5.5rem}.sm\:w-23{width:5.75rem}.sm\:w-24{width:6rem}.sm\:w-28{width:7rem}.sm\:w-3{width:.75rem}.sm\:w-30{width:7.5rem}.sm\:w-32{width:8rem}.sm\:w-4{width:1rem}.sm\:w-40{width:10rem}.sm\:w-46{width:11.5rem}.sm\:w-5{width:1.25rem}.sm\:w-53{width:13.25rem}.sm\:w-55{width:13.75rem}.sm\:w-58{width:14.5rem}.sm\:w-6{width:1.5rem}.sm\:w-7{width:1.75rem}.sm\:w-8{width:2rem}.sm\:w-80{width:20rem}.sm\:w-full{width:100%}.sm\:min-w-20{min-width:5rem}.sm\:max-w-22{max-width:5.5rem}.sm\:max-w-23{max-width:5.75rem}.sm\:max-w-28{max-width:7rem}.sm\:max-w-69vw{max-width:69vw}.sm\:max-w-77vw{max-width:77vw}.sm\:flex-1{flex:1 1 0%}.sm\:translate-y-0{--tw-translate-y:0}.sm\:scale-100,.sm\:translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:\!p-2{padding:.5rem!important}.sm\:p-0{padding:0}.sm\:p-1{padding:.25rem}.sm\:p-2{padding:.5rem}.sm\:p-2vw{padding:2vw}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-5vw{padding:5vw}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-14{padding-left:3.5rem;padding-right:3.5rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-3vw{padding-left:3vw;padding-right:3vw}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-5vw{padding-left:5vw;padding-right:5vw}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-7{padding-left:1.75rem;padding-right:1.75rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:px-9{padding-left:2.25rem;padding-right:2.25rem}.sm\:py-1{padding-bottom:.25rem;padding-top:.25rem}.sm\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.sm\:py-12{padding-bottom:3rem;padding-top:3rem}.sm\:py-15{padding-bottom:3.75rem;padding-top:3.75rem}.sm\:py-2{padding-bottom:.5rem;padding-top:.5rem}.sm\:py-2vw{padding-bottom:2vw;padding-top:2vw}.sm\:py-3{padding-bottom:.75rem;padding-top:.75rem}.sm\:py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.sm\:py-3vw{padding-bottom:3vw;padding-top:3vw}.sm\:py-4{padding-bottom:1rem;padding-top:1rem}.sm\:py-5{padding-bottom:1.25rem;padding-top:1.25rem}.sm\:py-5vw{padding-bottom:5vw;padding-top:5vw}.sm\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.sm\:py-6vw{padding-bottom:6vw;padding-top:6vw}.sm\:py-7{padding-bottom:1.75rem;padding-top:1.75rem}.sm\:py-8{padding-bottom:2rem;padding-top:2rem}.sm\:\!pr-0{padding-right:0!important}.sm\:pb-1{padding-bottom:.25rem}.sm\:pb-10{padding-bottom:2.5rem}.sm\:pb-12{padding-bottom:3rem}.sm\:pb-14{padding-bottom:3.5rem}.sm\:pb-15{padding-bottom:3.75rem}.sm\:pb-15vw{padding-bottom:15vw}.sm\:pb-16{padding-bottom:4rem}.sm\:pb-2{padding-bottom:.5rem}.sm\:pb-24{padding-bottom:6rem}.sm\:pb-3{padding-bottom:.75rem}.sm\:pb-32{padding-bottom:8rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pb-49{padding-bottom:12.25rem}.sm\:pb-5{padding-bottom:1.25rem}.sm\:pb-6{padding-bottom:1.5rem}.sm\:pb-6px{padding-bottom:.375rem}.sm\:pb-7{padding-bottom:1.75rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pl-2{padding-left:.5rem}.sm\:pl-3{padding-left:.75rem}.sm\:pl-4{padding-left:1rem}.sm\:pl-5{padding-left:1.25rem}.sm\:pl-7{padding-left:1.75rem}.sm\:pl-8{padding-left:2rem}.sm\:pr-10{padding-right:2.5rem}.sm\:pr-2{padding-right:.5rem}.sm\:pr-5{padding-right:1.25rem}.sm\:pr-6{padding-right:1.5rem}.sm\:pr-6px{padding-right:.375rem}.sm\:pt-1{padding-top:.25rem}.sm\:pt-10{padding-top:2.5rem}.sm\:pt-12{padding-top:3rem}.sm\:pt-12vw{padding-top:12vw}.sm\:pt-13{padding-top:3.25rem}.sm\:pt-15{padding-top:3.75rem}.sm\:pt-16{padding-top:4rem}.sm\:pt-2{padding-top:.5rem}.sm\:pt-20{padding-top:5rem}.sm\:pt-3{padding-top:.75rem}.sm\:pt-30{padding-top:7.5rem}.sm\:pt-4{padding-top:1rem}.sm\:pt-4vw{padding-top:4vw}.sm\:pt-5{padding-top:1.25rem}.sm\:pt-6{padding-top:1.5rem}.sm\:pt-6px{padding-top:.375rem}.sm\:pt-7{padding-top:1.75rem}.sm\:pt-8{padding-top:2rem}.sm\:pt-9{padding-top:2.25rem}.sm\:align-middle{vertical-align:middle}.sm\:text-5xl{font-size:3rem;line-height:1.1}.sm\:text-base{font-size:1rem;line-height:1.5}.sm\:text-lg{font-size:1.125rem;line-height:1.5}.sm\:text-sm{font-size:.875rem;line-height:1.4}.sm\:text-xl{font-size:1.25rem;line-height:1.25}.sm\:text-xs{font-size:.75rem;line-height:1.4}@media (max-width:1160px){.sm\:max-lg2\:h-\[169px\]{height:169px}.sm\:max-lg2\:h-\[216px\]{height:216px}.sm\:max-lg2\:h-\[30px\]{height:30px}.sm\:max-lg2\:h-\[43px\]{height:43px}.sm\:max-lg2\:h-\[446px\]{height:446px}.sm\:max-lg2\:h-\[451px\]{height:451px}.sm\:max-lg2\:h-\[614px\]{height:614px}.sm\:max-lg2\:h-\[680px\]{height:680px}.sm\:max-lg2\:h-full{height:100%}.sm\:max-lg2\:w-\[1160px\]{width:1160px}.sm\:max-lg2\:w-\[280px\]{width:280px}.sm\:max-lg2\:w-\[365px\]{width:365px}.sm\:max-lg2\:w-\[726px\]{width:726px}.sm\:max-lg2\:w-\[760px\]{width:760px}.sm\:max-lg2\:w-\[851px\]{width:851px}.sm\:max-lg2\:w-\[856px\]{width:856px}.sm\:max-lg2\:w-full{width:100%}.sm\:max-lg2\:flex-col{flex-direction:column}.sm\:max-lg2\:justify-normal{justify-content:normal}.sm\:max-lg2\:gap-y-0{row-gap:0}.sm\:max-lg2\:text-\[100px\]{font-size:100px}.sm\:max-lg2\:text-\[20px\]{font-size:20px}}}@media (min-width:768px){.md\:flex{display:flex}.md\:max-w-103{max-width:25.75rem}.md\:max-w-87{max-width:21.75rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:items-center{align-items:center}.md\:justify-center{justify-content:center}}@media (prefers-color-scheme:dark){.dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}}.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button,.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}
