.rc-picker{display:inline-flex}.rc-picker-rtl{direction:rtl}.rc-picker-focused{border:1px solid blue}.rc-picker-panel{display:inline-block;vertical-align:top;background:#fff0ff;border:1px solid #666}.rc-picker-panel-focused{border-color:blue}.rc-picker-panel-rtl{direction:rtl}.rc-picker-decade-panel,.rc-picker-year-panel,.rc-picker-month-panel,.rc-picker-week-panel,.rc-picker-date-panel,.rc-picker-time-panel{display:flex;flex-direction:column}.rc-picker-decade-panel table,.rc-picker-year-panel table,.rc-picker-month-panel table,.rc-picker-week-panel table,.rc-picker-date-panel table,.rc-picker-time-panel table{text-align:center;border-collapse:collapse}.rc-picker-header{display:flex}.rc-picker-header>*{flex:none}.rc-picker-header-view{flex:auto;text-align:center}.rc-picker-header-view>button{padding:0;border:0}.rc-picker-cell{color:#aaa}.rc-picker-cell-disabled{opacity:.2}.rc-picker-cell-inner{display:inline-block;box-sizing:border-box;width:100%;height:20px;margin:0;padding:0;font-size:12px;line-height:20px;background:transparent;border:0;border:none;outline:none;cursor:pointer;transition:background .3s,border .3s}.rc-picker-cell-inner:hover{background:rgba(0,0,255,.3)}.rc-picker-cell-in-view{color:#333}.rc-picker-cell-in-range>.rc-picker-cell-inner{background:rgba(0,0,255,.05)}.rc-picker-cell-range-hover-start,.rc-picker-cell-range-hover-end,.rc-picker-cell-range-hover{position:relative}.rc-picker-cell-range-hover-start::after,.rc-picker-cell-range-hover-end::after,.rc-picker-cell-range-hover::after{position:absolute;top:3px;right:0;bottom:0;left:0;border:1px solid green;border-right:0;border-left:0;content:"";pointer-events:none}.rc-picker-cell-range-hover-start::after{border-left:1px solid green !important}.rc-picker-cell-range-hover-end::after{border-right:1px solid green !important}.rc-picker-cell-today>.rc-picker-cell-inner{border:1px solid blue}.rc-picker-cell-range-start>.rc-picker-cell-inner,.rc-picker-cell-range-end>.rc-picker-cell-inner,.rc-picker-cell-selected>.rc-picker-cell-inner{background:rgba(0,0,255,.2)}.rc-picker-presets{background:#ccf}.rc-picker-presets ul{margin:0;padding:0;list-style:none}.rc-picker-footer,.rc-picker-picker-footer{background:green}.rc-picker-ranges{margin:0;padding:0;overflow:hidden;list-style:none}.rc-picker-ranges>li{display:inline-block}.rc-picker-ok{float:right}.rc-picker-year-panel .rc-picker-cell-inner,.rc-picker-month-panel .rc-picker-cell-inner{width:80px}.rc-picker-week-panel-row:hover .rc-picker-cell{background:red}.rc-picker-week-panel-row-selected .rc-picker-cell{background:rgba(0,0,255,.3)}.rc-picker-week-panel-row-range-hover .rc-picker-cell{background:rgba(0,255,0,.1)}.rc-picker-week-panel-row-range-start .rc-picker-cell,.rc-picker-week-panel-row-range-end .rc-picker-cell{background:rgba(0,255,0,.3)}.rc-picker-week-panel .rc-picker-cell,.rc-picker-week-panel .rc-picker-cell-inner{width:20px}.rc-picker-week-panel .rc-picker-cell-week{color:#999;font-weight:bold;font-size:12px}.rc-picker-week-panel .rc-picker-cell:hover>.rc-picker-cell-inner,.rc-picker-week-panel .rc-picker-cell-selected>.rc-picker-cell-inner{background:transparent}.rc-picker-date-panel .rc-picker-cell-inner{width:20px}.rc-picker-time-panel{width:auto}.rc-picker-time-panel .rc-picker-content{display:flex;max-height:200px}.rc-picker-time-panel-column{flex:none;width:50px;margin:0;padding:0 0 180px 0;overflow-x:hidden;overflow-y:hidden;font-size:12px;text-align:left;list-style:none;transition:background .3s}.rc-picker-time-panel-column-active{background:rgba(0,0,255,.1)}.rc-picker-time-panel-column:hover{overflow-y:auto}.rc-picker-time-panel-column>li{margin:0;padding:0;cursor:pointer}.rc-picker-time-panel-column>li.rc-picker-time-panel-cell-disabled{opacity:.5}.rc-picker-time-panel-column>li .rc-picker-time-panel-cell-inner{display:block;width:100%;height:20px;margin:0;padding:0 0 0 12px;color:#333;line-height:20px;text-align:left}.rc-picker-panel-rtl .rc-picker-time-panel-column>li .rc-picker-time-panel-cell-inner{padding:0 12px 0 0;text-align:right}.rc-picker-datetime-panel{display:flex}.rc-picker-datetime-panel .rc-picker-time-panel{border-left:1px solid #999}.rc-picker-datetime-panel .rc-picker-date-panel,.rc-picker-datetime-panel .rc-picker-time-panel{transition:opacity .3s}.rc-picker-datetime-panel-active .rc-picker-date-panel,.rc-picker-datetime-panel-active .rc-picker-time-panel{opacity:.3}.rc-picker-datetime-panel-active .rc-picker-date-panel-active,.rc-picker-datetime-panel-active .rc-picker-time-panel-active{opacity:1}.rc-picker-input{position:relative;display:inline-flex;width:100%}.rc-picker-rtl .rc-picker-input{text-align:right}.rc-picker-input>input{width:100%}.rc-picker-input>input::-moz-placeholder{opacity:1}.rc-picker-input>input:-ms-input-placeholder{color:#bfbfbf}.rc-picker-input>input::placeholder{color:#bfbfbf}.rc-picker-input>input:-moz-placeholder-shown{text-overflow:ellipsis}.rc-picker-input>input:-ms-input-placeholder{text-overflow:ellipsis}.rc-picker-input>input:placeholder-shown{text-overflow:ellipsis}.rc-picker-input-placeholder>input{color:#bfbfbf}.rc-picker-clear{position:absolute;top:0;right:4px;cursor:pointer}.rc-picker-rtl .rc-picker-clear{right:auto;left:4px}.rc-picker-clear-btn::after{content:"×"}.rc-picker-dropdown{position:absolute;box-shadow:0 0 1px red}.rc-picker-dropdown-range{padding:10px 0}.rc-picker-dropdown-hidden{display:none}.rc-picker-dropdown-placement-topLeft .rc-picker-range-arrow,.rc-picker-dropdown-placement-topRight .rc-picker-range-arrow{bottom:6px;transform:rotate(135deg)}.rc-picker-dropdown-placement-bottomLeft .rc-picker-range-arrow,.rc-picker-dropdown-placement-bottomright .rc-picker-range-arrow{top:6px;transform:rotate(-45deg)}.rc-picker-dropdown .rc-picker-range-arrow{position:absolute;left:10px;z-index:1;width:10px;height:10px;margin-left:10px;transition:all .3s}.rc-picker-dropdown-rtl.rc-picker-dropdown .rc-picker-range-arrow{right:10px;left:auto;margin-right:10px;margin-left:0}.rc-picker-dropdown .rc-picker-range-arrow::before,.rc-picker-dropdown .rc-picker-range-arrow::after{position:absolute;top:50%;left:50%;box-sizing:border-box;transform:translate(-50%, -50%);content:""}.rc-picker-dropdown-rtl.rc-picker-dropdown .rc-picker-range-arrow::before,.rc-picker-dropdown-rtl.rc-picker-dropdown .rc-picker-range-arrow::after{right:50%;left:auto;transform:translate(50%, -50%)}.rc-picker-dropdown .rc-picker-range-arrow::before{width:10px;height:10px;border:5px solid blue;border-color:blue blue transparent transparent}.rc-picker-dropdown .rc-picker-range-arrow::after{width:8px;height:8px;border:4px solid blue;border-color:#fff0ff #fff0ff transparent transparent}.rc-picker-range{position:relative;display:inline-flex}.rc-picker-range-wrapper{display:flex}.rc-picker-range .rc-picker-active-bar{bottom:0;height:3px;background:green;opacity:0;transition:all .3s;pointer-events:none}.rc-picker-range.rc-picker-focused .rc-picker-active-bar{opacity:1}.rc-picker-panel-container{display:inline-block;vertical-align:top;transition:margin .3s}.rc-picker-panel-layout{display:flex;flex-wrap:nowrap;align-items:stretch}
.rc-picker{display:inline-flex;font-family:Inter !important}.rc-picker-rtl{direction:rtl}.rc-picker-focused{border:unset !important}.rc-picker-panel{border-radius:4px;border:1px solid #666;background:#fff !important;display:inline-block;vertical-align:top;width:100%}.rc-picker-panel-focused{border-color:#5155f3}.rc-picker-panel-rtl{direction:rtl}.rc-picker-decade-panel,.rc-picker-year-panel,.rc-picker-month-panel,.rc-picker-week-panel,.rc-picker-date-panel,.rc-picker-time-panel{display:flex;flex-direction:column}.rc-picker-decade-panel table,.rc-picker-year-panel table,.rc-picker-month-panel table,.rc-picker-week-panel table,.rc-picker-date-panel table,.rc-picker-time-panel table{text-align:center;border-collapse:collapse}.rc-picker-header{padding:20px;display:flex}.rc-picker-header>*{flex:none}.rc-picker-header-view{flex:auto;text-align:center;font-family:Inter !important}.rc-picker-header-view>button{border:0;width:39px;background:#fff;color:#484848;font-size:18px;text-align:center;caption-side:initial}.rc-picker-cell{width:39px;height:38px;border:1px solid #e4e7e7;color:#484848;background:#fff}.rc-picker-cell-disabled{opacity:.2}.rc-picker-cell-inner{font-size:12px;width:100%;height:20px;line-height:20px;display:inline-block;box-sizing:border-box;border:0;padding:0;margin:0;background:transparent;cursor:pointer;outline:none;border:none;transition:background .3s,border .3s}.rc-picker-cell-inner:hover{background:rgba(0,0,255,.3)}.rc-picker-cell-in-view{color:#333}.rc-picker-cell-in-range>.rc-picker-cell-inner{background:rgba(0,0,255,.05)}.rc-picker-cell-range-hover-start,.rc-picker-cell-range-hover-end,.rc-picker-cell-range-hover{position:relative}.rc-picker-cell-range-hover-start::after,.rc-picker-cell-range-hover-end::after,.rc-picker-cell-range-hover::after{content:"";position:absolute;top:3px;bottom:0;left:0;right:0;border:1px solid green;border-left:0;border-right:0;pointer-events:none}.rc-picker-cell-range-hover-start::after{border-left:1px solid green !important}.rc-picker-cell-range-hover-end::after{border-right:1px solid green !important}.rc-picker-cell-today>.rc-picker-cell-inner{border:1px solid #5155f3}.rc-picker-cell-range-start>.rc-picker-cell-inner,.rc-picker-cell-range-end>.rc-picker-cell-inner,.rc-picker-cell-selected>.rc-picker-cell-inner{background:rgba(0,0,255,.2)}.rc-picker-footer,.rc-picker-picker-footer{background:green}.rc-picker-ranges{margin:0;padding:0;overflow:hidden;list-style:none}.rc-picker-ranges>li{display:inline-block}.rc-picker-ok{float:right}.rc-picker-year-panel .rc-picker-cell-inner,.rc-picker-month-panel .rc-picker-cell-inner{width:80px}.rc-picker-week-panel-row:hover .rc-picker-cell{background:red}.rc-picker-week-panel-row-selected .rc-picker-cell{background:rgba(0,0,255,.3)}.rc-picker-week-panel .rc-picker-cell,.rc-picker-week-panel .rc-picker-cell-inner{width:20px}.rc-picker-week-panel .rc-picker-cell-week{font-size:12px;color:#999;font-weight:bold}.rc-picker-week-panel .rc-picker-cell:hover>.rc-picker-cell-inner,.rc-picker-week-panel .rc-picker-cell-selected>.rc-picker-cell-inner{background:transparent}.rc-picker-date-panel .rc-picker-cell-inner{width:20px}.rc-picker-time-panel{width:auto}.rc-picker-time-panel .rc-picker-content{display:flex;max-height:200px;font-family:Inter !important}.rc-picker-time-panel-column{flex:none;text-align:left;list-style:none;margin:0;padding:0 0 180px 0;overflow-y:hidden;overflow-x:hidden;width:50px;transition:background .3s;font-size:12px}.rc-picker-time-panel-column-active{background:rgba(0,0,255,.1)}.rc-picker-time-panel-column:hover{overflow-y:auto}.rc-picker-time-panel-column>li{padding:0;margin:0;cursor:pointer}.rc-picker-time-panel-column>li .rc-picker-time-panel-cell-inner{color:#333;padding:0 0 0 12px;margin:0;height:20px;line-height:20px;display:block;width:100%;text-align:left}.rc-picker-panel-rtl .rc-picker-time-panel-column>li .rc-picker-time-panel-cell-inner{padding:0 12px 0 0;text-align:right}.rc-picker-datetime-panel{display:flex}.rc-picker-datetime-panel .rc-picker-time-panel{border-left:1px solid #999}.rc-picker-datetime-panel .rc-picker-date-panel,.rc-picker-datetime-panel .rc-picker-time-panel{transition:opacity .3s}.rc-picker-datetime-panel-active .rc-picker-date-panel,.rc-picker-datetime-panel-active .rc-picker-time-panel{opacity:.3}.rc-picker-datetime-panel-active .rc-picker-date-panel-active,.rc-picker-datetime-panel-active .rc-picker-time-panel-active{opacity:1}.rc-picker-input{position:relative;display:inline-flex;width:100%}.rc-picker-rtl .rc-picker-input{text-align:right}.rc-picker-input>input{width:100%}.rc-picker-input>input::-moz-placeholder{opacity:1}.rc-picker-input>input:-ms-input-placeholder{color:#bfbfbf}.rc-picker-input>input::placeholder{color:#bfbfbf}.rc-picker-input>input:-moz-placeholder-shown{text-overflow:ellipsis}.rc-picker-input>input:-ms-input-placeholder{text-overflow:ellipsis}.rc-picker-input>input:placeholder-shown{text-overflow:ellipsis}.rc-picker-input-placeholder>input{color:#bfbfbf}.rc-picker-clear{position:absolute;right:4px;top:0;cursor:pointer}.rc-picker-rtl .rc-picker-clear{right:auto;left:4px}.rc-picker-clear-btn::after{content:"×"}.rc-picker-dropdown{position:absolute;box-shadow:unset !important;font-family:"Inter" !important}.rc-picker-dropdown-range{padding:10px 0}.rc-picker-dropdown-hidden{display:none}.rc-picker-dropdown-placement-topLeft .rc-picker-range-arrow,.rc-picker-dropdown-placement-topRight .rc-picker-range-arrow{bottom:6px;transform:rotate(135deg)}.rc-picker-dropdown-placement-bottomLeft .rc-picker-range-arrow,.rc-picker-dropdown-placement-bottomright .rc-picker-range-arrow{top:6px;transform:rotate(-45deg)}.rc-picker-dropdown .rc-picker-range-arrow{position:absolute;width:10px;height:10px;z-index:1;left:10px;margin-left:10px;transition:all .3s}.rc-picker-dropdown-rtl.rc-picker-dropdown .rc-picker-range-arrow{right:10px;left:auto;margin-left:0;margin-right:10px}.rc-picker-dropdown .rc-picker-range-arrow::before,.rc-picker-dropdown .rc-picker-range-arrow::after{content:"";position:absolute;box-sizing:border-box;top:50%;left:50%;transform:translate(-50%, -50%)}.rc-picker-dropdown-rtl.rc-picker-dropdown .rc-picker-range-arrow::before,.rc-picker-dropdown-rtl.rc-picker-dropdown .rc-picker-range-arrow::after{right:50%;left:auto;transform:translate(50%, -50%)}.rc-picker-dropdown .rc-picker-range-arrow::before{width:10px;height:10px;border:5px solid #5155f3;border-color:#5155f3 #5155f3 transparent transparent}.rc-picker-dropdown .rc-picker-range-arrow::after{width:8px;height:8px;border:4px solid #5155f3;border-color:#fff0ff #fff0ff transparent transparent}.rc-picker-range{display:inline-flex;position:relative}.rc-picker-range-wrapper{display:flex}.rc-picker-range .rc-picker-active-bar{background:green;bottom:0;height:3px;pointer-events:none;transition:all .3s;opacity:0}.rc-picker-range.rc-picker-focused .rc-picker-active-bar{opacity:1}.rc-picker-panel-container{display:inline-block;vertical-align:top;transition:margin .3s;width:320px;background:#fff}.rc-picker-body{display:flex;justify-content:center;align-content:center;padding-bottom:32px}thead{height:30px}.rc-picker-cell-inner{height:100%;width:100% !important;display:flex !important;justify-content:center !important;align-items:center !important}.rc-picker-header-next-btn,.rc-picker-header-prev-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:unset;border:1px solid #e4e7e7;background-color:#fff;color:#757575;width:31px;margin-right:10px;margin-left:10px}.rc-picker-header-super-prev-btn,.rc-picker-header-super-next-btn{display:none}
@font-face {
  font-family: 'icomoon-mobile';
  src:  url(/274bba225ea4414e8fcbaad8bf9060e5.eot);
  src:  url(/274bba225ea4414e8fcbaad8bf9060e5.eot#iefix) format('embedded-opentype'),
    url(/37746c164b38f040d733adf795e4aaa4.ttf) format('truetype'),
    url(/f63702ae2b40ccf42dad6c4f641889f2.woff) format('woff'),
    url(/5bcc524a6112a2a815f655cd5b586102.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="mobile-icon-"], [class*=" mobile-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-mobile' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mobile-icon-bellcircle:before {
  content: "\e900";
}
.mobile-icon-change-card-pin:before {
  content: "\e901";
}
.mobile-icon-empty-state-wallet:before {
  content: "\e902";
}
.mobile-icon-replace-card:before {
  content: "\e903";
}
.mobile-icon-set-as-default-card:before {
  content: "\e904";
}
.mobile-icon-terminate-card:before {
  content: "\e905";
}
.mobile-icon-view-card-pin:before {
  content: "\e906";
}
.mobile-icon-add-card:before {
  content: "\e907";
}
.mobile-icon-arrow_left:before {
  content: "\e908";
}
.mobile-icon-arrow_right:before {
  content: "\e909";
}
.mobile-icon-arrow-back:before {
  content: "\e90a";
}
.mobile-icon-available-credit:before {
  content: "\e90b";
}
.mobile-icon-band-aid:before {
  content: "\e90c";
}
.mobile-icon-bank:before {
  content: "\e90d";
}
.mobile-icon-bell:before {
  content: "\e90e";
}
.mobile-icon-bills:before {
  content: "\e90f";
}
.mobile-icon-BNPL:before {
  content: "\e910";
}
.mobile-icon-bomb:before {
  content: "\e911";
}
.mobile-icon-bone:before {
  content: "\e912";
}
.mobile-icon-bowl-hot:before {
  content: "\e913";
}
.mobile-icon-bowling-ball:before {
  content: "\e914";
}
.mobile-icon-cake:before {
  content: "\e915";
}
.mobile-icon-calendar-v2:before {
  content: "\e916";
}
.mobile-icon-calendar:before {
  content: "\e917";
}
.mobile-icon-card-icon:before {
  content: "\e918";
}
.mobile-icon-card-info:before {
  content: "\e919";
}
.mobile-icon-cards-active:before {
  content: "\e91a";
}
.mobile-icon-chat:before {
  content: "\e91b";
}
.mobile-icon-check:before {
  content: "\e91c";
}
.mobile-icon-claim:before {
  content: "\e91d";
}
.mobile-icon-connect:before {
  content: "\e91e";
}
.mobile-icon-contacts:before {
  content: "\e91f";
}
.mobile-icon-cookie:before {
  content: "\e920";
}
.mobile-icon-copy-value:before {
  content: "\e921";
}
.mobile-icon-customer-support:before {
  content: "\e922";
}
.mobile-icon-danger:before {
  content: "\e923";
}
.mobile-icon-default:before {
  content: "\e924";
}
.mobile-icon-delete-notification:before {
  content: "\e925";
}
.mobile-icon-diamond:before {
  content: "\e926";
}
.mobile-icon-dish:before {
  content: "\e927";
}
.mobile-icon-double-checkmark:before {
  content: "\e928";
}
.mobile-icon-download:before {
  content: "\e929";
}
.mobile-icon-drink:before {
  content: "\e92a";
}
.mobile-icon-dropdown:before {
  content: "\e92b";
}
.mobile-icon-edit-profile:before {
  content: "\e92c";
}
.mobile-icon-empty-state-default:before {
  content: "\e92d";
}
.mobile-icon-empty-state-notshared:before {
  content: "\e92e";
}
.mobile-icon-empty-state-search:before {
  content: "\e92f";
}
.mobile-icon-empty-withdraw:before {
  content: "\e930";
}
.mobile-icon-error-state-default:before {
  content: "\e931";
}
.mobile-icon-error-state-primary:before {
  content: "\e932";
}
.mobile-icon-ewa:before {
  content: "\e933";
}
.mobile-icon-exchange:before {
  content: "\e934";
}
.mobile-icon-failed-transaction:before {
  content: "\e935";
}
.mobile-icon-fee:before {
  content: "\e936";
}
.mobile-icon-filter:before {
  content: "\e937";
}
.mobile-icon-florist:before {
  content: "\e938";
}
.mobile-icon-ghost:before {
  content: "\e939";
}
.mobile-icon-gift:before {
  content: "\e93a";
}
.mobile-icon-graduation:before {
  content: "\e93b";
}
.mobile-icon-happy:before {
  content: "\e93c";
}
.mobile-icon-heart:before {
  content: "\e93d";
}
.mobile-icon-home-active:before {
  content: "\e93e";
}
.mobile-icon-hot:before {
  content: "\e93f";
}
.mobile-icon-hourglass:before {
  content: "\e940";
}
.mobile-icon-icon-star:before {
  content: "\e941";
}
.mobile-icon-in-review-transaction:before {
  content: "\e942";
}
.mobile-icon-info:before {
  content: "\e943";
}
.mobile-icon-injection:before {
  content: "\e944";
}
.mobile-icon-joystick:before {
  content: "\e945";
}
.mobile-icon-language:before {
  content: "\e946";
}
.mobile-icon-leaf:before {
  content: "\e947";
}
.mobile-icon-lemon:before {
  content: "\e948";
}
.mobile-icon-location:before {
  content: "\e949";
}
.mobile-icon-lock-card:before {
  content: "\e94a";
}
.mobile-icon-logout:before {
  content: "\e94b";
}
.mobile-icon-manage:before {
  content: "\e94c";
}
.mobile-icon-more-services:before {
  content: "\e94d";
}
.mobile-icon-no-cards:before {
  content: "\e94e";
}
.mobile-icon-no-internet:before {
  content: "\e94f";
}
.mobile-icon-not-set:before {
  content: "\e950";
}
.mobile-icon-owner:before {
  content: "\e951";
}
.mobile-icon-palette:before {
  content: "\e952";
}
.mobile-icon-password-hide:before {
  content: "\e953";
}
.mobile-icon-password-see:before {
  content: "\e954";
}
.mobile-icon-pending-transaction:before {
  content: "\e955";
}
.mobile-icon-phone-contact:before {
  content: "\e956";
}
.mobile-icon-pizza:before {
  content: "\e957";
}
.mobile-icon-plane-alt:before {
  content: "\e958";
}
.mobile-icon-planet:before {
  content: "\e959";
}
.mobile-icon-plug:before {
  content: "\e95a";
}
.mobile-icon-policy:before {
  content: "\e95b";
}
.mobile-icon-popsicle:before {
  content: "\e95c";
}
.mobile-icon-profile-active:before {
  content: "\e95d";
}
.mobile-icon-remove:before {
  content: "\e95e";
}
.mobile-icon-request:before {
  content: "\e95f";
}
.mobile-icon-rewards-active:before {
  content: "\e960";
}
.mobile-icon-rocket:before {
  content: "\e961";
}
.mobile-icon-round-up:before {
  content: "\e962";
}
.mobile-icon-scan-active:before {
  content: "\e963";
}
.mobile-icon-school:before {
  content: "\e964";
}
.mobile-icon-search:before {
  content: "\e965";
}
.mobile-icon-send:before {
  content: "\e966";
}
.mobile-icon-shapes:before {
  content: "\e967";
}
.mobile-icon-share:before {
  content: "\e968";
}
.mobile-icon-shield-alt-2:before {
  content: "\e969";
}
.mobile-icon-shopping-bag:before {
  content: "\e96a";
}
.mobile-icon-spa:before {
  content: "\e96b";
}
.mobile-icon-statement-balance:before {
  content: "\e96c";
}
.mobile-icon-stopwatch:before {
  content: "\e96d";
}
.mobile-icon-store:before {
  content: "\e96e";
}
.mobile-icon-success-transaction:before {
  content: "\e96f";
}
.mobile-icon-switch-arrows:before {
  content: "\e970";
}
.mobile-icon-switch-wallet:before {
  content: "\e971";
}
.mobile-icon-tap-to-pay:before {
  content: "\e972";
}
.mobile-icon-tennis-ball:before {
  content: "\e973";
}
.mobile-icon-top-up:before {
  content: "\e974";
}
.mobile-icon-trading:before {
  content: "\e975";
}
.mobile-icon-transactions-ball:before {
  content: "\e976";
}
.mobile-icon-transactions-coffee:before {
  content: "\e977";
}
.mobile-icon-transactions-shop:before {
  content: "\e978";
}
.mobile-icon-transactions-store:before {
  content: "\e979";
}
.mobile-icon-travel-insurance:before {
  content: "\e97a";
}
.mobile-icon-trip:before {
  content: "\e97b";
}
.mobile-icon-truck:before {
  content: "\e97c";
}
.mobile-icon-unlock-card:before {
  content: "\e97d";
}
.mobile-icon-wallet-alt:before {
  content: "\e97e";
}
.mobile-icon-wallet-wizard:before {
  content: "\e97f";
}
.mobile-icon-wallet:before {
  content: "\e980";
}
.mobile-icon-warning:before {
  content: "\e981";
}
.mobile-icon-wine:before {
  content: "\e982";
}
.mobile-icon-withdraw:before {
  content: "\e983";
}
.mobile-icon-wrench:before {
  content: "\e984";
}

@font-face {
  font-family: 'icomoon-outlined';
  src:  url(/b334187abca92ed67a5bfcf6411e2727.eot);
  src:  url(/b334187abca92ed67a5bfcf6411e2727.eot#iefix) format('embedded-opentype'),
    url(/fcae578fd7bec005551aa73a5f7e040b.ttf) format('truetype'),
    url(/faee527dd77ca380fe3e442e69fb4bd4.woff) format('woff'),
    url(/0b8db052aa9d317086d0409076df7eb3.svg#icomoon-outlined) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="mobile-icon-outlined-"], [class*=" mobile-icon-outlined-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-outlined' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mobile-icon-outlined-bellcircle:before {
  content: "\e900";
}
.mobile-icon-outlined-change-card-pin:before {
  content: "\e901";
}
.mobile-icon-outlined-replace-card:before {
  content: "\e902";
}
.mobile-icon-outlined-set-as-default-card:before {
  content: "\e903";
}
.mobile-icon-outlined-terminate-card:before {
  content: "\e904";
}
.mobile-icon-outlined-view-card-pin:before {
  content: "\e905";
}
.mobile-icon-outlined-add-card:before {
  content: "\e906";
}
.mobile-icon-outlined-arrow_left:before {
  content: "\e907";
}
.mobile-icon-outlined-arrow_right:before {
  content: "\e908";
}
.mobile-icon-outlined-arrow-back:before {
  content: "\e909";
}
.mobile-icon-outlined-available-credit:before {
  content: "\e90a";
}
.mobile-icon-outlined-band-aid:before {
  content: "\e90b";
}
.mobile-icon-outlined-bank:before {
  content: "\e90c";
}
.mobile-icon-outlined-bell:before {
  content: "\e90d";
}
.mobile-icon-outlined-bills:before {
  content: "\e90e";
}
.mobile-icon-outlined-BNPL:before {
  content: "\e90f";
}
.mobile-icon-outlined-bomb:before {
  content: "\e910";
}
.mobile-icon-outlined-bone:before {
  content: "\e911";
}
.mobile-icon-outlined-bowl-hot:before {
  content: "\e912";
}
.mobile-icon-outlined-bowling-ball:before {
  content: "\e913";
}
.mobile-icon-outlined-cake:before {
  content: "\e914";
}
.mobile-icon-outlined-calendar-v2:before {
  content: "\e915";
}
.mobile-icon-outlined-calendar:before {
  content: "\e916";
}
.mobile-icon-outlined-card-icon:before {
  content: "\e917";
}
.mobile-icon-outlined-card-info:before {
  content: "\e918";
}
.mobile-icon-outlined-cards-active:before {
  content: "\e919";
}
.mobile-icon-outlined-chat:before {
  content: "\e91a";
}
.mobile-icon-outlined-check:before {
  content: "\e91b";
}
.mobile-icon-outlined-claim:before {
  content: "\e91c";
}
.mobile-icon-outlined-connect:before {
  content: "\e91d";
}
.mobile-icon-outlined-contacts:before {
  content: "\e91e";
}
.mobile-icon-outlined-cookie:before {
  content: "\e91f";
}
.mobile-icon-outlined-copy-value:before {
  content: "\e920";
}
.mobile-icon-outlined-customer-support:before {
  content: "\e921";
}
.mobile-icon-outlined-danger:before {
  content: "\e922";
}
.mobile-icon-outlined-default:before {
  content: "\e923";
}
.mobile-icon-outlined-delete-notification:before {
  content: "\e924";
}
.mobile-icon-outlined-diamond:before {
  content: "\e925";
}
.mobile-icon-outlined-dish:before {
  content: "\e926";
}
.mobile-icon-outlined-double-checkmark:before {
  content: "\e927";
}
.mobile-icon-outlined-download:before {
  content: "\e928";
}
.mobile-icon-outlined-drink:before {
  content: "\e929";
}
.mobile-icon-outlined-dropdown:before {
  content: "\e92a";
}
.mobile-icon-outlined-edit-profile:before {
  content: "\e92b";
}
.mobile-icon-outlined-empty-state-default:before {
  content: "\e92c";
}
.mobile-icon-outlined-empty-state-notshared:before {
  content: "\e92d";
}
.mobile-icon-outlined-empty-state-search:before {
  content: "\e92e";
}
.mobile-icon-outlined-empty-state-wallet:before {
  content: "\e92f";
}
.mobile-icon-outlined-empty-withdraw:before {
  content: "\e930";
}
.mobile-icon-outlined-error-state-default:before {
  content: "\e931";
}
.mobile-icon-outlined-error-state-primary:before {
  content: "\e932";
}
.mobile-icon-outlined-ewa:before {
  content: "\e933";
}
.mobile-icon-outlined-exchange:before {
  content: "\e934";
}
.mobile-icon-outlined-failed-transaction:before {
  content: "\e935";
}
.mobile-icon-outlined-fee:before {
  content: "\e936";
}
.mobile-icon-outlined-filter:before {
  content: "\e937";
}
.mobile-icon-outlined-florist:before {
  content: "\e938";
}
.mobile-icon-outlined-ghost:before {
  content: "\e939";
}
.mobile-icon-outlined-gift:before {
  content: "\e93a";
}
.mobile-icon-outlined-graduation:before {
  content: "\e93b";
}
.mobile-icon-outlined-happy:before {
  content: "\e93c";
}
.mobile-icon-outlined-heart:before {
  content: "\e93d";
}
.mobile-icon-outlined-home-active:before {
  content: "\e93e";
}
.mobile-icon-outlined-hot:before {
  content: "\e93f";
}
.mobile-icon-outlined-hourglass:before {
  content: "\e940";
}
.mobile-icon-outlined-icon-star:before {
  content: "\e941";
}
.mobile-icon-outlined-in-review-transaction:before {
  content: "\e942";
}
.mobile-icon-outlined-info:before {
  content: "\e943";
}
.mobile-icon-outlined-injection:before {
  content: "\e944";
}
.mobile-icon-outlined-joystick:before {
  content: "\e945";
}
.mobile-icon-outlined-language:before {
  content: "\e946";
}
.mobile-icon-outlined-leaf:before {
  content: "\e947";
}
.mobile-icon-outlined-lemon:before {
  content: "\e948";
}
.mobile-icon-outlined-location:before {
  content: "\e949";
}
.mobile-icon-outlined-lock-card:before {
  content: "\e94a";
}
.mobile-icon-outlined-logout:before {
  content: "\e94b";
}
.mobile-icon-outlined-manage:before {
  content: "\e94c";
}
.mobile-icon-outlined-more-services:before {
  content: "\e94d";
}
.mobile-icon-outlined-no-cards:before {
  content: "\e94e";
}
.mobile-icon-outlined-no-internet:before {
  content: "\e94f";
}
.mobile-icon-outlined-not-set:before {
  content: "\e950";
}
.mobile-icon-outlined-owner:before {
  content: "\e951";
}
.mobile-icon-outlined-palette:before {
  content: "\e952";
}
.mobile-icon-outlined-password-hide:before {
  content: "\e953";
}
.mobile-icon-outlined-password-see:before {
  content: "\e954";
}
.mobile-icon-outlined-pending-transaction:before {
  content: "\e955";
}
.mobile-icon-outlined-phone-contact:before {
  content: "\e956";
}
.mobile-icon-outlined-pizza:before {
  content: "\e957";
}
.mobile-icon-outlined-plane-alt:before {
  content: "\e958";
}
.mobile-icon-outlined-planet:before {
  content: "\e959";
}
.mobile-icon-outlined-plug:before {
  content: "\e95a";
}
.mobile-icon-outlined-policy:before {
  content: "\e95b";
}
.mobile-icon-outlined-popsicle:before {
  content: "\e95c";
}
.mobile-icon-outlined-profile-active:before {
  content: "\e95d";
}
.mobile-icon-outlined-remove:before {
  content: "\e95e";
}
.mobile-icon-outlined-request:before {
  content: "\e95f";
}
.mobile-icon-outlined-rewards-active:before {
  content: "\e960";
}
.mobile-icon-outlined-rocket:before {
  content: "\e961";
}
.mobile-icon-outlined-round-up:before {
  content: "\e962";
}
.mobile-icon-outlined-scan-active:before {
  content: "\e963";
}
.mobile-icon-outlined-school:before {
  content: "\e964";
}
.mobile-icon-outlined-search:before {
  content: "\e965";
}
.mobile-icon-outlined-send:before {
  content: "\e966";
}
.mobile-icon-outlined-shapes:before {
  content: "\e967";
}
.mobile-icon-outlined-share:before {
  content: "\e968";
}
.mobile-icon-outlined-shield-alt-2:before {
  content: "\e969";
}
.mobile-icon-outlined-shopping-bag:before {
  content: "\e96a";
}
.mobile-icon-outlined-spa:before {
  content: "\e96b";
}
.mobile-icon-outlined-statement-balance:before {
  content: "\e96c";
}
.mobile-icon-outlined-stopwatch:before {
  content: "\e96d";
}
.mobile-icon-outlined-store:before {
  content: "\e96e";
}
.mobile-icon-outlined-success-transaction:before {
  content: "\e96f";
}
.mobile-icon-outlined-switch-arrows:before {
  content: "\e970";
}
.mobile-icon-outlined-switch-wallet:before {
  content: "\e971";
}
.mobile-icon-outlined-tap-to-pay:before {
  content: "\e972";
}
.mobile-icon-outlined-tennis-ball:before {
  content: "\e973";
}
.mobile-icon-outlined-top-up:before {
  content: "\e974";
}
.mobile-icon-outlined-trading:before {
  content: "\e975";
}
.mobile-icon-outlined-transactions-ball:before {
  content: "\e976";
}
.mobile-icon-outlined-transactions-coffee:before {
  content: "\e977";
}
.mobile-icon-outlined-transactions-shop:before {
  content: "\e978";
}
.mobile-icon-outlined-transactions-store:before {
  content: "\e979";
}
.mobile-icon-outlined-travel-insurance:before {
  content: "\e97a";
}
.mobile-icon-outlined-trip:before {
  content: "\e97b";
}
.mobile-icon-outlined-truck:before {
  content: "\e97c";
}
.mobile-icon-outlined-unlock-card:before {
  content: "\e97d";
}
.mobile-icon-outlined-wallet-alt:before {
  content: "\e97e";
}
.mobile-icon-outlined-wallet-wizard:before {
  content: "\e97f";
}
.mobile-icon-outlined-wallet:before {
  content: "\e980";
}
.mobile-icon-outlined-warning:before {
  content: "\e981";
}
.mobile-icon-outlined-wine:before {
  content: "\e982";
}
.mobile-icon-outlined-withdraw:before {
  content: "\e983";
}
.mobile-icon-outlined-wrench:before {
  content: "\e984";
}

@font-face {
  font-family: 'icomoon-filled';
  src:  url(/a548edca3759c873b103a4736f7c5178.eot);
  src:  url(/a548edca3759c873b103a4736f7c5178.eot#iefix) format('embedded-opentype'),
    url(/13ec07749b340689f01152f060ac3ac7.ttf) format('truetype'),
    url(/5c9be0b3bfb575cd551cfd8ba0cb0229.woff) format('woff'),
    url(/17b9e942f9e7b3cbb7ee1f52293f12ef.svg#icomoon-filled) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="mobile-icon-filled-"], [class*=" mobile-icon-filled-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-filled' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mobile-icon-filled-bellcircle:before {
  content: "\e900";
}
.mobile-icon-filled-change-card-pin:before {
  content: "\e901";
}
.mobile-icon-filled-replace-card:before {
  content: "\e902";
}
.mobile-icon-filled-set-as-default-card:before {
  content: "\e903";
}
.mobile-icon-filled-terminate-card:before {
  content: "\e904";
}
.mobile-icon-filled-view-card-pin:before {
  content: "\e905";
}
.mobile-icon-filled-add-card:before {
  content: "\e906";
}
.mobile-icon-filled-arrow_left:before {
  content: "\e907";
}
.mobile-icon-filled-arrow_right:before {
  content: "\e908";
}
.mobile-icon-filled-arrow-back:before {
  content: "\e909";
}
.mobile-icon-filled-available-credit:before {
  content: "\e90a";
}
.mobile-icon-filled-band-aid:before {
  content: "\e90b";
}
.mobile-icon-filled-bank:before {
  content: "\e90c";
}
.mobile-icon-filled-bell:before {
  content: "\e90d";
}
.mobile-icon-filled-bills:before {
  content: "\e90e";
}
.mobile-icon-filled-BNPL:before {
  content: "\e90f";
}
.mobile-icon-filled-bomb:before {
  content: "\e910";
}
.mobile-icon-filled-bone:before {
  content: "\e911";
}
.mobile-icon-filled-bowl-hot:before {
  content: "\e912";
}
.mobile-icon-filled-bowling-ball:before {
  content: "\e913";
}
.mobile-icon-filled-cake:before {
  content: "\e914";
}
.mobile-icon-filled-calendar-v2:before {
  content: "\e915";
}
.mobile-icon-filled-calendar:before {
  content: "\e916";
}
.mobile-icon-filled-card-icon:before {
  content: "\e917";
}
.mobile-icon-filled-card-info:before {
  content: "\e918";
}
.mobile-icon-filled-cards-active:before {
  content: "\e919";
}
.mobile-icon-filled-chat:before {
  content: "\e91a";
}
.mobile-icon-filled-check:before {
  content: "\e91b";
}
.mobile-icon-filled-claim:before {
  content: "\e91c";
}
.mobile-icon-filled-connect:before {
  content: "\e91d";
}
.mobile-icon-filled-contacts:before {
  content: "\e91e";
}
.mobile-icon-filled-cookie:before {
  content: "\e91f";
}
.mobile-icon-filled-copy-value:before {
  content: "\e920";
}
.mobile-icon-filled-customer-support:before {
  content: "\e921";
}
.mobile-icon-filled-danger:before {
  content: "\e922";
}
.mobile-icon-filled-default:before {
  content: "\e923";
}
.mobile-icon-filled-delete-notification:before {
  content: "\e924";
}
.mobile-icon-filled-diamond:before {
  content: "\e925";
}
.mobile-icon-filled-dish:before {
  content: "\e926";
}
.mobile-icon-filled-double-checkmark:before {
  content: "\e927";
}
.mobile-icon-filled-download:before {
  content: "\e928";
}
.mobile-icon-filled-drink:before {
  content: "\e929";
}
.mobile-icon-filled-dropdown:before {
  content: "\e92a";
}
.mobile-icon-filled-edit-profile:before {
  content: "\e92b";
}
.mobile-icon-filled-empty-state-default:before {
  content: "\e92c";
}
.mobile-icon-filled-empty-state-notshared:before {
  content: "\e92d";
}
.mobile-icon-filled-empty-state-search:before {
  content: "\e92e";
}
.mobile-icon-filled-empty-state-wallet:before {
  content: "\e92f";
}
.mobile-icon-filled-empty-withdraw:before {
  content: "\e930";
}
.mobile-icon-filled-error-state-default:before {
  content: "\e931";
}
.mobile-icon-filled-error-state-primary:before {
  content: "\e932";
}
.mobile-icon-filled-ewa:before {
  content: "\e933";
}
.mobile-icon-filled-exchange:before {
  content: "\e934";
}
.mobile-icon-filled-failed-transaction:before {
  content: "\e935";
}
.mobile-icon-filled-fee:before {
  content: "\e936";
}
.mobile-icon-filled-filter:before {
  content: "\e937";
}
.mobile-icon-filled-florist:before {
  content: "\e938";
}
.mobile-icon-filled-ghost:before {
  content: "\e939";
}
.mobile-icon-filled-gift:before {
  content: "\e93a";
}
.mobile-icon-filled-graduation:before {
  content: "\e93b";
}
.mobile-icon-filled-happy:before {
  content: "\e93c";
}
.mobile-icon-filled-heart:before {
  content: "\e93d";
}
.mobile-icon-filled-home-active:before {
  content: "\e93e";
}
.mobile-icon-filled-hot:before {
  content: "\e93f";
}
.mobile-icon-filled-hourglass:before {
  content: "\e940";
}
.mobile-icon-filled-icon-star:before {
  content: "\e941";
}
.mobile-icon-filled-in-review-transaction:before {
  content: "\e942";
}
.mobile-icon-filled-info:before {
  content: "\e943";
}
.mobile-icon-filled-injection:before {
  content: "\e944";
}
.mobile-icon-filled-joystick:before {
  content: "\e945";
}
.mobile-icon-filled-language:before {
  content: "\e946";
}
.mobile-icon-filled-leaf:before {
  content: "\e947";
}
.mobile-icon-filled-lemon:before {
  content: "\e948";
}
.mobile-icon-filled-location:before {
  content: "\e949";
}
.mobile-icon-filled-lock-card:before {
  content: "\e94a";
}
.mobile-icon-filled-logout:before {
  content: "\e94b";
}
.mobile-icon-filled-manage:before {
  content: "\e94c";
}
.mobile-icon-filled-more-services:before {
  content: "\e94d";
}
.mobile-icon-filled-no-cards:before {
  content: "\e94e";
}
.mobile-icon-filled-no-internet:before {
  content: "\e94f";
}
.mobile-icon-filled-not-set:before {
  content: "\e950";
}
.mobile-icon-filled-owner:before {
  content: "\e951";
}
.mobile-icon-filled-palette:before {
  content: "\e952";
}
.mobile-icon-filled-password-hide:before {
  content: "\e953";
}
.mobile-icon-filled-password-see:before {
  content: "\e954";
}
.mobile-icon-filled-pending-transaction:before {
  content: "\e955";
}
.mobile-icon-filled-phone-contact:before {
  content: "\e956";
}
.mobile-icon-filled-pizza:before {
  content: "\e957";
}
.mobile-icon-filled-plane-alt:before {
  content: "\e958";
}
.mobile-icon-filled-planet:before {
  content: "\e959";
}
.mobile-icon-filled-plug:before {
  content: "\e95a";
}
.mobile-icon-filled-policy:before {
  content: "\e95b";
}
.mobile-icon-filled-popsicle:before {
  content: "\e95c";
}
.mobile-icon-filled-profile-active:before {
  content: "\e95d";
}
.mobile-icon-filled-remove:before {
  content: "\e95e";
}
.mobile-icon-filled-request:before {
  content: "\e95f";
}
.mobile-icon-filled-rewards-active:before {
  content: "\e960";
}
.mobile-icon-filled-rocket:before {
  content: "\e961";
}
.mobile-icon-filled-round-up:before {
  content: "\e962";
}
.mobile-icon-filled-scan-active:before {
  content: "\e963";
}
.mobile-icon-filled-school:before {
  content: "\e964";
}
.mobile-icon-filled-search:before {
  content: "\e965";
}
.mobile-icon-filled-send:before {
  content: "\e966";
}
.mobile-icon-filled-shapes:before {
  content: "\e967";
}
.mobile-icon-filled-share:before {
  content: "\e968";
}
.mobile-icon-filled-shield-alt-2:before {
  content: "\e969";
}
.mobile-icon-filled-shopping-bag:before {
  content: "\e96a";
}
.mobile-icon-filled-spa:before {
  content: "\e96b";
}
.mobile-icon-filled-statement-balance:before {
  content: "\e96c";
}
.mobile-icon-filled-stopwatch:before {
  content: "\e96d";
}
.mobile-icon-filled-store:before {
  content: "\e96e";
}
.mobile-icon-filled-success-transaction:before {
  content: "\e96f";
}
.mobile-icon-filled-switch-arrows:before {
  content: "\e970";
}
.mobile-icon-filled-switch-wallet:before {
  content: "\e971";
}
.mobile-icon-filled-tap-to-pay:before {
  content: "\e972";
}
.mobile-icon-filled-tennis-ball:before {
  content: "\e973";
}
.mobile-icon-filled-top-up:before {
  content: "\e974";
}
.mobile-icon-filled-trading:before {
  content: "\e975";
}
.mobile-icon-filled-transactions-ball:before {
  content: "\e976";
}
.mobile-icon-filled-transactions-coffee:before {
  content: "\e977";
}
.mobile-icon-filled-transactions-shop:before {
  content: "\e978";
}
.mobile-icon-filled-transactions-store:before {
  content: "\e979";
}
.mobile-icon-filled-travel-insurance:before {
  content: "\e97a";
}
.mobile-icon-filled-trip:before {
  content: "\e97b";
}
.mobile-icon-filled-truck:before {
  content: "\e97c";
}
.mobile-icon-filled-unlock-card:before {
  content: "\e97d";
}
.mobile-icon-filled-wallet-alt:before {
  content: "\e97e";
}
.mobile-icon-filled-wallet-wizard:before {
  content: "\e97f";
}
.mobile-icon-filled-wallet:before {
  content: "\e980";
}
.mobile-icon-filled-warning:before {
  content: "\e981";
}
.mobile-icon-filled-wine:before {
  content: "\e982";
}
.mobile-icon-filled-withdraw:before {
  content: "\e983";
}
.mobile-icon-filled-wrench:before {
  content: "\e984";
}

@font-face {
  font-family: 'hw-wp-outlined';
  font-weight: normal;
  font-display: block;
  src: url(/fcae578fd7bec005551aa73a5f7e040b.ttf) format('truetype'), url(/faee527dd77ca380fe3e442e69fb4bd4.woff) format('woff');
}

@font-face {
  font-family: 'hw-wp-filled';
  font-weight: normal;
  font-display: block;
  src: url(/13ec07749b340689f01152f060ac3ac7.ttf) format('truetype'), url(/5c9be0b3bfb575cd551cfd8ba0cb0229.woff) format('woff');
}

@font-face {
  font-family: 'hw-wp-base';
  font-weight: normal;
  font-display: block;
  src: url(/37746c164b38f040d733adf795e4aaa4.ttf) format('truetype'), url(/f63702ae2b40ccf42dad6c4f641889f2.woff) format('woff');
}

@font-face {
  font-family: 'icomoon';
  src:  url(/853c98dafe67d06faacedad277a40e6b.eot);
  src:  url(/853c98dafe67d06faacedad277a40e6b.eot#iefix) format('embedded-opentype'),
    url(/a523bd13314957e3a5994ce2476ef645.ttf) format('truetype'),
    url(/28267659641a8a25ac9e645ce4647f09.woff) format('woff'),
    url(/fa2873316795cc41fe93eaa1ad0a7cf4.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\e9a3";
}
.icon-delete:before {
  content: "\e9a4";
}
.icon-edit:before {
  content: "\e9a5";
}
.icon-more:before {
  content: "\e9a6";
}
.icon-globe:before {
  content: "\e9a2";
}
.icon-close:before {
  content: "\e9a1";
}
.icon-wallet-management:before {
  content: "\e99c";
}
.icon-arrow-dropdown:before {
  content: "\e997";
}
.icon-audience-targeting:before {
  content: "\e998";
}
.icon-block-fraud:before {
  content: "\e999";
}
.icon-end-users:before {
  content: "\e99a";
}
.icon-payment-pages:before {
  content: "\e99b";
}
.icon-user-management:before {
  content: "\e99d";
}
.icon-quick:before {
  content: "\e99e";
}
.icon-dock-to-left:before {
  content: "\e99f";
}
.icon-work:before {
  content: "\e9a0";
}
.icon-mobile-apps:before {
  content: "\e98c";
  color: #fff;
}
.icon-wallet:before {
  content: "\e98d";
  color: #fff;
}
.icon-hw-logo .path1:before {
  content: "\e98e";
  color: rgb(83, 78, 255);
}
.icon-hw-logo .path2:before {
  content: "\e98f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-hw-logo .path3:before {
  content: "\e990";
  margin-left: -1em;
  color: rgb(226, 227, 232);
}
.icon-hw-logo .path4:before {
  content: "\e991";
  margin-left: -1em;
  color: rgb(226, 227, 232);
}
.icon-hw-logo .path5:before {
  content: "\e992";
  margin-left: -1em;
  color: rgb(226, 227, 232);
}
.icon-hw-logo .path6:before {
  content: "\e993";
  margin-left: -1em;
  color: rgb(83, 78, 255);
}
.icon-hw-logo .path7:before {
  content: "\e994";
  margin-left: -1em;
  color: rgb(226, 227, 232);
}
.icon-hw-logo .path8:before {
  content: "\e995";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-hw-logo .path9:before {
  content: "\e996";
  margin-left: -1em;
  color: rgb(113, 127, 255);
}
.icon-all-walets:before {
  content: "\e919";
  color: #fff;
}
.icon-menu:before {
  content: "\e985";
  color: #fff;
}
.icon-phone:before {
  content: "\e986";
  color: #fff;
}
.icon-quiz:before {
  content: "\e987";
  color: #fff;
}
.icon-screencast:before {
  content: "\e988";
  color: #fff;
}
.icon-sync-check:before {
  content: "\e989";
  color: #fff;
}
.icon-user-circle:before {
  content: "\e98a";
  color: #fff;
}
.icon-users:before {
  content: "\e98b";
  color: #fff;
}
.icon-cog:before {
  content: "\e984";
  color: #fff;
}
.icon-arrow_right:before {
  content: "\e983";
  color: #534eff;
}
.icon-down:before {
  content: "\e981";
}
.icon-up:before {
  content: "\e982";
}
.icon-drag:before {
  content: "\e980";
  color: #9d99aa;
}
.icon-apps:before {
  content: "\e971";
  color: #fff;
}
.icon-registration-applications:before {
  content: "\e97e";
  color: #534eff;
}
.icon-empty-state:before {
  content: "\e97d";
  color: #ebecf7;
}
.icon-failed-to-load-state:before {
  content: "\e978";
  color: #ebecf7;
}
.icon-error-state:before {
  content: "\e979";
  color: #ebecf7;
}
.icon-no-design-state:before {
  content: "\e97a";
  color: #ebecf7;
}
.icon-no-search-result-transactions:before {
  content: "\e97b";
  color: #ebecf7;
}
.icon-no-search:before {
  content: "\e97c";
  color: #ebecf7;
}
.icon-error-alert:before {
  content: "\e974";
  color: #fa315c;
}
.icon-warning-alert:before {
  content: "\e975";
  color: #ffc65d;
}
.icon-success-alert:before {
  content: "\e976";
  color: #98d679;
}
.icon-info-alert:before {
  content: "\e977";
  color: #534eff;
}
.icon-clock:before {
  content: "\e972";
  color: #9d99aa;
}
.icon-send:before {
  content: "\e96f";
  color: #9d99aa;
}
.icon-forbidden:before {
  content: "\e970";
  color: #fa315c;
}
.icon-double-check:before {
  content: "\e96e";
  color: #98d679;
}
.icon-activate-user:before {
  content: "\e96d";
  color: #534eff;
}
.icon-close-tag .path1:before {
  content: "\e96a";
  color: rgb(255, 59, 102);
}
.icon-close-tag .path2:before {
  content: "\e96b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-close-tag .path3:before {
  content: "\e96c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-suspend-user:before {
  content: "\e966";
  color: #534eff;
}
.icon-risk:before {
  content: "\e967";
  color: #534eff;
}
.icon-close-user:before {
  content: "\e968";
  color: #534eff;
}
.icon-rhombus:before {
  content: "\e969";
  color: #534eff;
}
.icon-check:before {
  content: "\e965";
  color: #534eff;
}
.icon-sand-clock .path1:before {
  content: "\e961";
  color: rgb(255, 146, 119);
}
.icon-sand-clock .path2:before {
  content: "\e964";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-settings:before {
  content: "\e962";
  color: #534eff;
}
.icon-maker-checker:before {
  content: "\e963";
  color: #fff;
}
.icon-navigate-to:before {
  content: "\e960";
  color: #9d99aa;
}
.icon-profile-center:before {
  content: "\e95d";
  color: #534eff;
}
.icon-pass-center:before {
  content: "\e95e";
  color: #534eff;
}
.icon-logout2:before {
  content: "\e95f";
  color: #534eff;
}
.icon-companies:before {
  content: "\e95a";
  color: #fff;
}
.icon-my-company:before {
  content: "\e95b";
  color: #fff;
}
.icon-partners:before {
  content: "\e95c";
  color: #fff;
}
.icon-reward:before {
  content: "\e959";
  color: #534eff;
}
.icon-production-requests1:before {
  content: "\e954";
  color: #fff;
}
.icon-wallet1:before {
  content: "\e953";
  color: #fff;
}
.icon-general:before {
  content: "\e955";
  color: #fff;
}
.icon-drop:before {
  content: "\e956";
  color: #fff;
}
.icon-customize:before {
  content: "\e957";
  color: #fff;
}
.icon-collapse:before {
  content: "\e958";
  color: #534eff;
}
.icon-reload:before {
  content: "\e952";
  color: #534eff;
}
.icon-wallet-users1:before {
  content: "\e951";
  color: #534eff;
}
.icon-clients:before {
  content: "\e936";
  color: #fff;
}
.icon-app-versions:before {
  content: "\e938";
  color: #fff;
}
.icon-analytics:before {
  content: "\e93b";
  color: #fff;
}
.icon-production-requests:before {
  content: "\e94d";
  color: #fff;
}
.icon-admin-profile:before {
  content: "\e94e";
  color: #fff;
}
.icon-templates:before {
  content: "\e94f";
  color: #fff;
}
.icon-wallet-users:before {
  content: "\e950";
  color: #fff;
}
.icon-private:before {
  content: "\e933";
  color: #fff;
}
.icon-organisation:before {
  content: "\e935";
  color: #fff;
}
.icon-make-a-template:before {
  content: "\e931";
  color: #534eff;
}
.icon-bonus-points:before {
  content: "\e92f";
  color: #534eff;
}
.icon-expand-widget:before {
  content: "\e91a";
  color: #534eff;
}
.icon-collapse-widget:before {
  content: "\e92b";
  color: #534eff;
}
.icon-calendar:before {
  content: "\e944";
  color: #534eff;
}
.icon-choose-color:before {
  content: "\e945";
  color: #534eff;
}
.icon-clone-wallet:before {
  content: "\e946";
  color: #534eff;
}
.icon-groceries:before {
  content: "\e948";
  color: #ff9277;
}
.icon-mobile-preview:before {
  content: "\e949";
  color: #fff;
}
.icon-print:before {
  content: "\e94a";
  color: #534eff;
}
.icon-search:before {
  content: "\e94b";
  color: #534eff;
}
.icon-share:before {
  content: "\e94c";
  color: #5770f1;
}
.icon-wifi:before {
  content: "\e93f";
  color: #fff;
}
.icon-connection:before {
  content: "\e940";
  color: #fff;
}
.icon-battery .path1:before {
  content: "\e941";
  color: rgb(102, 102, 102);
}
.icon-battery .path2:before {
  content: "\e942";
  margin-left: -2.0830078125em;
  color: rgb(255, 255, 255);
  opacity: 0.4;
}
.icon-battery .path3:before {
  content: "\e943";
  margin-left: -2.0830078125em;
  color: rgb(255, 255, 255);
}
.icon-stacked-2:before {
  content: "\e93d";
  color: #534eff;
}
.icon-stacked-3:before {
  content: "\e93e";
  color: #534eff;
}
.icon-stacked:before {
  content: "\e93c";
  color: #534eff;
}
.icon-food:before {
  content: "\e939";
  color: #4a597a;
}
.icon-choose-icon:before {
  content: "\e93a";
  color: #534eff;
}
.icon-play-partner:before {
  content: "\e937";
  color: #ff9277;
}
.icon-wallet2:before {
  content: "\e932";
  color: #534eff;
}
.icon-pause:before {
  content: "\e934";
  color: #534eff;
}
.icon-send-invitation:before {
  content: "\e930";
  color: #534eff;
}
.icon-grid:before {
  content: "\e92d";
  color: #534eff;
}
.icon-list:before {
  content: "\e92e";
  color: #534eff;
}
.icon-password_see:before {
  content: "\e929";
  color: #9d99aa;
}
.icon-password:before {
  content: "\e92a";
  color: #9d99aa;
}
.icon-erase:before {
  content: "\e928";
  color: #fff;
}
.icon-design:before {
  content: "\e925";
  color: #534eff;
}
.icon-cards:before {
  content: "\e902";
  color: #fff;
}
.icon-engage:before {
  content: "\e907";
  color: #fff;
}
.icon-home:before {
  content: "\e916";
  color: #fff;
}
.icon-payments:before {
  content: "\e917";
  color: #fff;
}
.icon-profile:before {
  content: "\e91b";
  color: #fff;
}
.icon-rewards:before {
  content: "\e91c";
  color: #fff;
}
.icon-budget-savings:before {
  content: "\e91d";
  color: #fff;
}
.icon-all-wallets:before {
  content: "\e91e";
  color: #fff;
}
.icon-languages:before {
  content: "\e91f";
  color: #534eff;
}
.icon-move:before {
  content: "\e924";
  color: #534eff;
}
.icon-close-mobile:before {
  content: "\e904";
  color: #534eff;
}
.icon-checkbox-off:before {
  content: "\e905";
  color: #e3e4ea;
}
.icon-checkbox-on .path1:before {
  content: "\e906";
  color: rgb(107, 117, 255);
}
.icon-checkbox-on .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-download-pdf:before {
  content: "\e908";
  color: #534eff;
}
.icon-warning:before {
  content: "\e909";
  color: #ff9277;
}
.icon-clone-wallet1:before {
  content: "\e918";
  color: #534eff;
}
.icon-logout:before {
  content: "\e900";
  color: #534eff;
}
.icon-W-logo .path1:before {
  content: "\e90b";
  color: rgb(255, 255, 255);
}
.icon-W-logo .path2:before {
  content: "\e90c";
  margin-left: -0.90625em;
  color: rgb(204, 204, 204);
}
.icon-W-logo .path3:before {
  content: "\e90d";
  margin-left: -0.90625em;
  color: rgb(204, 204, 204);
}
.icon-W-logo .path4:before {
  content: "\e90e";
  margin-left: -0.90625em;
  color: rgb(204, 204, 204);
}
.icon-W-logo .path5:before {
  content: "\e90f";
  margin-left: -0.90625em;
  color: rgb(101, 57, 255);
}
.icon-W-logo .path6:before {
  content: "\e910";
  margin-left: -0.90625em;
  color: rgb(204, 204, 204);
}
.icon-W-logo .path7:before {
  content: "\e911";
  margin-left: -0.90625em;
  color: rgb(255, 255, 255);
}
.icon-W-logo .path8:before {
  content: "\e912";
  margin-left: -0.90625em;
  color: rgb(113, 127, 255);
}
.icon-success:before {
  content: "\e915";
  color: #9d99aa;
}
.icon-arrow_left:before {
  content: "\e903";
  color: #534eff;
}
.icon-dropdown .path1:before {
  content: "\e913";
  color: rgb(232, 232, 251);
}
.icon-dropdown .path2:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(83, 78, 255);
}
.icon-clock1:before {
  content: "\e973";
  color: #9d99aa;
}
.icon-stack:before {
  content: "\e97f";
}
.icon-equalizer:before {
  content: "\e9a7";
}

@font-face {
  font-family: 'budget-categories';
  src:  url(/07f0d57024ebb1b7f5eeef721636666b.eot);
  src:  url(/07f0d57024ebb1b7f5eeef721636666b.eot#iefix) format('embedded-opentype'),
    url(/2387b457e68ce8b750cda80642626162.ttf) format('truetype'),
    url(/07985fb0a7a44bc70963b191982c870d.woff) format('woff'),
    url(/61e17fdef08cce14ddaeb4af23baa7de.svg#budget-categories) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="bc-"], [class*=" bc-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'budget-categories' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bc-trip:before {
  content: "\e900";
  color: #9d99aa;
}
.bc-band-aid:before {
  content: "\e901";
  color: #9d99aa;
}
.bc-bank:before {
  content: "\e902";
  color: #9d99aa;
}
.bc-bomb:before {
  content: "\e903";
  color: #9d99aa;
}
.bc-bone:before {
  content: "\e904";
  color: #9d99aa;
}
.bc-bowl-hot:before {
  content: "\e905";
  color: #9d99aa;
}
.bc-bowling-ball:before {
  content: "\e906";
  color: #9d99aa;
}
.bc-cake:before {
  content: "\e907";
  color: #9d99aa;
}
.bc-cookie:before {
  content: "\e908";
  color: #9d99aa;
}
.bc-diamond:before {
  content: "\e909";
  color: #9d99aa;
}
.bc-dish:before {
  content: "\e90a";
  color: #9d99aa;
}
.bc-drink:before {
  content: "\e90b";
  color: #9d99aa;
}
.bc-florist:before {
  content: "\e90c";
  color: #9d99aa;
}
.bc-ghost:before {
  content: "\e90d";
  color: #9d99aa;
}
.bc-graduation:before {
  content: "\e90e";
  color: #9d99aa;
}
.bc-happy:before {
  content: "\e90f";
  color: #9d99aa;
}
.bc-heart:before {
  content: "\e910";
  color: #9d99aa;
}
.bc-hot:before {
  content: "\e911";
  color: #9d99aa;
}
.bc-injection:before {
  content: "\e912";
  color: #9d99aa;
}
.bc-joystick:before {
  content: "\e913";
  color: #9d99aa;
}
.bc-leaf:before {
  content: "\e914";
  color: #9d99aa;
}
.bc-lemon:before {
  content: "\e915";
  color: #9d99aa;
}
.bc-palette:before {
  content: "\e916";
  color: #9d99aa;
}
.bc-pizza:before {
  content: "\e917";
  color: #9d99aa;
}
.bc-plane-alt:before {
  content: "\e918";
  color: #9d99aa;
}
.bc-planet:before {
  content: "\e919";
  color: #9d99aa;
}
.bc-plug:before {
  content: "\e91a";
  color: #9d99aa;
}
.bc-popsicle:before {
  content: "\e91b";
  color: #9d99aa;
}
.bc-rocket:before {
  content: "\e91c";
  color: #9d99aa;
}
.bc-school:before {
  content: "\e91d";
  color: #9d99aa;
}
.bc-shapes:before {
  content: "\e91e";
  color: #9d99aa;
}
.bc-shield-alt-2:before {
  content: "\e91f";
  color: #9d99aa;
}
.bc-shopping-bag:before {
  content: "\e920";
  color: #9d99aa;
}
.bc-spa:before {
  content: "\e921";
  color: #9d99aa;
}
.bc-store:before {
  content: "\e922";
  color: #9d99aa;
}
.bc-tennis-ball:before {
  content: "\e923";
  color: #9d99aa;
}
.bc-truck:before {
  content: "\e924";
  color: #9d99aa;
}
.bc-wallet-alt:before {
  content: "\e925";
  color: #9d99aa;
}
.bc-wine:before {
  content: "\e926";
  color: #9d99aa;
}
.bc-wrench:before {
  content: "\e927";
  color: #9d99aa;
}

@font-face{font-family:"Bariol";src:url(/208ea723d1eec3a02bab84fbbd7449f2.ttf) format("truetype");font-weight:normal}@font-face{font-family:"Bariol-Bold";src:url(/fa0ddc9406981dc6c69a02f68193f9bb.ttf) format("truetype");font-weight:bold}@font-face{font-family:"Lato";src:url(/cf929b5168a4fa06ce27165d5e9f8485.ttf) format("truetype");font-weight:normal}@font-face{font-family:"Lato-Bold";src:url(/dffabc64c6dbc0ad6e7113097d266ee5.ttf) format("truetype");font-weight:bold}@font-face{font-family:"Lato-SemiBold";src:url(/4461d438f53d31c670c658cbe20dda9f.ttf) format("truetype");font-weight:600}@font-face{font-family:"Merriweather";src:url(/55c73e48e04ec926ebfecb04ed87e53f.ttf) format("truetype");font-weight:normal}@font-face{font-family:"Merriweather-Bold";src:url(/7b45103bea0f9642b818d62d02963d9d.ttf) format("truetype");font-weight:bold}@font-face{font-family:"Montserrat";src:url(/3cd786652b8a2e9d41f210cb1a527ff6.ttf) format("truetype");font-weight:normal}@font-face{font-family:"Montserrat-Bold";src:url(/079ca05d3ded9bc107ab8a8da013be22.ttf) format("truetype");font-weight:bold}@font-face{font-family:"Montserrat-SemiBold";src:url(/fa8441f345d83a0bc4ec345a6948dbb0.ttf) format("truetype");font-weight:600}@font-face{font-family:"Nunito";src:url(/e4eb7682710458841b1080acceacd501.ttf) format("truetype");font-weight:normal}@font-face{font-family:"Nunito-Bold";src:url(/7ddd6722d49bf5270cf1018587bc1653.ttf) format("truetype");font-weight:bold}@font-face{font-family:"Nunito-SemiBold";src:url(/06337b2efe0c0d52bcb6a41f34dafaca.ttf) format("truetype");font-weight:600}@font-face{font-family:"Open Sans";src:url(/1b0809d519837cb7aad36a73433f655c.ttf) format("truetype");font-weight:normal}@font-face{font-family:"Open Sans Bold";src:url(/dbb97fd982ce1b96b6de90a9f1c2ecaa.ttf) format("truetype");font-weight:bold}@font-face{font-family:"Open Sans SemiBold";src:url(/a16d8201b06a03c6c365341748a5cba0.ttf) format("truetype");font-weight:600}@font-face{font-family:"Oswald";src:url(/19286529c18bfb11f8021ef09c5b8932.ttf) format("truetype");font-weight:normal}@font-face{font-family:"Oswald-Bold";src:url(/4cc74cc05cd5868cc309c7d1a8c70d0b.ttf) format("truetype");font-weight:bold}@font-face{font-family:"Oswald-SemiBold";src:url(/031050adff016954686cbfbc95a9b4c5.ttf) format("truetype");font-weight:600}@font-face{font-family:"Playfair Display";src:url(/ab37fd8f8b17807ebb1ee531780891bc.ttf) format("truetype");font-weight:normal}@font-face{font-family:"Playfair Display Bold";src:url(/34a18e8fb1c1542162f56918f7f61e3c.ttf) format("truetype");font-weight:bold}@font-face{font-family:"Playfair Display SemiBold";src:url(/bc49920a0c8af28592905864427e22a3.ttf) format("truetype");font-weight:600}@font-face{font-family:"Poppins";src:url(/8081832fc5cfbf634aa664a9eff0350e.ttf) format("truetype");font-weight:normal}@font-face{font-family:"Poppins-Bold";src:url(/404e299be26d78e6679447ea7cb2d41f.ttf) format("truetype");font-weight:bold}@font-face{font-family:"Poppins-SemiBold";src:url(/cce5625b56ec678e42021270b84ef400.ttf) format("truetype");font-weight:bold}@font-face{font-family:"Proxima Nova";src:url(/ea03f826587148b7335d60f3ebd0d363.otf) format("opentype");font-weight:normal}@font-face{font-family:"Proxima Nova Bold";src:url(/fcaab2524c5baabd71f6c808f6b129ed.otf) format("opentype");font-weight:bold}@font-face{font-family:"Proxima Nova Semibold";src:url(/227817852e96b494055e9b16561bedf9.otf) format("opentype");font-weight:bold}@font-face{font-family:"Roboto";src:url(/71779d80f05ad6beea6ee828c0aef7d9.ttf) format("truetype");font-weight:normal}@font-face{font-family:"Roboto-Bold";src:url(/9630c546d8b557e14b593f7d894f07f8.ttf) format("truetype");font-weight:bold}@font-face{font-family:"Sofia Pro";src:url(/77be0a74d19c41439637158e9827e20b.ttf) format("truetype");font-weight:normal}@font-face{font-family:"Sofia Pro Bold";src:url(/72c1413b68e7bafe9528a53dd983e3a3.ttf) format("truetype");font-weight:bold}@font-face{font-family:"Sofia Pro SemiBold";src:url(/5eb08d3951517d78b3f2f98f0bee76dd.ttf) format("truetype");font-weight:bold}@font-face{font-family:"Sofia Pro Regular";src:url(/d36998f5d9772461be21ec3cb3200227.otf) format("truetype");font-weight:normal}@font-face{font-family:"Inter";src:url(/afdb8a07907da21452bf47ade5d4b5a1.ttf) format("truetype")}input{transition:border 300ms,outline 300ms}.device-wrapper{border:20px solid #262d36;border-radius:50px;z-index:3;background:#e9e9e9;overflow-y:hidden;overflow-x:hidden;box-shadow:0px 1rem 1.25rem rgba(0,0,0,.5);position:relative;box-sizing:border-box}.device-wrapper:before{content:"";position:fixed;top:20px;left:50%;transform:translateX(-50%);width:50%;height:30px;border-radius:0 0 20px 20px;background-color:#262d36;z-index:9999999}.device-wrapper:after{content:"";position:fixed;top:30px;left:50%;transform:translateX(-50%);width:50px;height:4px;border-radius:2px;background-color:#21272f;box-shadow:inset 0 1px 2px rgba(0,0,0,.5);z-index:1}.invalid-feedback{font-family:"Inter";font-size:.75rem;font-weight:700;color:#fa315c;margin-bottom:1rem}::-webkit-scrollbar{width:2px;height:2px;display:none}::-webkit-scrollbar-thumb{background:#3a11b8;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(13deg, #c7ceff 14%, #f9d4ff 64%)}::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 7px 10px 12px 0px #f0f0f0}
